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

Builder libpcap-solaris10-amd64 Build #3262

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisiond5d3d6dc46cf3bed85ce1e2115e3ce622e34ab11
Got Revisiond5d3d6dc46cf3bed85ce1e2115e3ce622e34ab11
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 7 secs )
    1. stdio
  4. shell_2 './configure' ( 53 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 27 secs )
    1. stdio
  6. shell_4 'gmake check' ( 17 mins, 45 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-amd64 ( 8 mins, 50 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6123

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartFri Mar 6 18:37:50 2026
EndFri Mar 6 19:06:05 2026
Elapsed28 mins, 15 secs

All Changes:

:

  1. Change #260047

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Fri 06 Mar 2026 18:24:01
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision f5a8f62087758cb22d25523155badcfa3e6b7b27

    Comments

    fuzz: build fuzzers all on platforms with unistd.h.
    The fuzzer code uses unistd.h, so don't build it on platforms lacking
    it.

    Changed files

    • testprogs/CMakeLists.txt
  2. Change #260048

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Fri 06 Mar 2026 18:28:04
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision d5d3d6dc46cf3bed85ce1e2115e3ce622e34ab11

    Comments

    testprogs/fuzz/CMakeLists.txt: fix indentation. [skip ci]
    Indent code that's inside an if test, to make it clearer that it *is*
    inside an if test.

    Changed files

    • testprogs/fuzz/CMakeLists.txt