Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder libpcap-solaris11-sparcv9 Build #128

Results:

Failed shell

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionc9a139d19371203ff7cfb3fbc234f3a9fb901387
Got Revisionc9a139d19371203ff7cfb3fbc234f3a9fb901387
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris11-sparcv9' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './build_matrix.sh' failed ( 1 hrs, 34 mins, 41 secs )
    1. stdio
    2. config.log
  3. trigger triggered trigger-tcpdump-solaris10-sparcv9 ( 12 mins, 23 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparcv9 #6152

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris11-sparcv9 slave
buildername libpcap-solaris11-sparcv9 Builder
buildnumber 128 Build
codebase Build
got_revision c9a139d19371203ff7cfb3fbc234f3a9fb901387 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision c9a139d19371203ff7cfb3fbc234f3a9fb901387 Build
scheduler schedule-libpcap-solaris11-sparcv9 Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/libpcap-solaris11-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartTue Feb 24 09:24:52 2026
EndTue Feb 24 11:12:01 2026
Elapsed1 hrs, 47 mins, 8 secs

All Changes:

:

  1. Change #258798

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Tue 24 Feb 2026 09:19:26
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision c9a139d19371203ff7cfb3fbc234f3a9fb901387

    Comments

    Introduce a routine to parse decimal numbers in a string.
    This wraps strtoul() to do more error checking.
    
    It's currently used only in one place, but there are other places where
    it could be useful.
    
    Make translatetest's getopt() code do the standard "add optind to argv
    and subtract it frm argc" after the loop, so the first argument after
    the option arguments is argv[0] and there are a total of argc post-options
    arguments, so that it can handle a "--" argument to allow "-1" to be
    passed as a non-option argument, even with GNU getopt().
    
    Add some tests, courtesy of Denis Ovsienko.

    Changed files

    • pcap-bt-linux.c
    • pcap-int.h
    • pcap.c
    • testprogs/TESTrun
    • testprogs/translatetest.c