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

Builder libpcap-solaris10-sparcv9 Build #3267

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 29 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 26 secs )
    1. stdio
  4. shell_2 './configure' ( 1 mins, 8 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 59 secs )
    1. stdio
  6. shell_4 'gmake check' ( 16 mins, 1 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 5 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-sparcv9 ( 13 mins, 37 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparcv9 #6151

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartTue Feb 24 09:24:49 2026
EndTue Feb 24 09:57:39 2026
Elapsed32 mins, 49 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