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

Builder libpcap-solaris10-sparcv9 Build #3303

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpcap-solaris10-sparcv9 slave
buildername libpcap-solaris10-sparcv9 Builder
buildnumber 3303 Build
codebase Build
got_revision 8922d79ccfd44fc9e798fb8964d607581bb7843f Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 8922d79ccfd44fc9e798fb8964d607581bb7843f 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:

StartWed May 13 08:12:49 2026
EndWed May 13 08:47:37 2026
Elapsed34 mins, 47 secs

All Changes:

:

  1. Change #266944

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Wed 13 May 2026 08:08:13
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 8922d79ccfd44fc9e798fb8964d607581bb7843f

    Comments

    Fix some const warnings from GCC 16.
    Constify some pointers to substrings that we don't modify.
    
    Cast the result of strchr() to const before assigning it to those pointers.

    Changed files

    • pcap.c
    • rpcapd/daemon.c