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

Builder libpcap-solaris11-amd64 Build #171

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 10 hrs, 4 mins, 57 secs )
    1. stdio
    2. config.log
  3. trigger triggered trigger-tcpdump-solaris10-amd64 ( 8 mins, 37 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6210

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartWed May 13 08:12:46 2026
EndWed May 13 18:26:31 2026
Elapsed10 hrs, 13 mins, 44 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