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

Builder libpcap-solaris11-sparcv9 Build #138

Results:

Failed shell

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionc40c6f9b35a54d896eef399736bc3c0b7f076407
Got Revisionc40c6f9b35a54d896eef399736bc3c0b7f076407
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './build_matrix.sh' failed ( 1 hrs, 20 mins, 23 secs )
    1. stdio
    2. config.log
  3. trigger triggered trigger-tcpdump-solaris10-sparcv9 ( 11 mins, 58 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparcv9 #6179

Build Properties:

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

StartFri Mar 6 19:06:09 2026
EndFri Mar 6 20:38:38 2026
Elapsed1 hrs, 32 mins, 29 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
  3. Change #260049

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

    Comments

    Makefile.in: update a comment to reflect reality. [skip ci]
    If a source file isn't in RELEASE_FILES, it's *not* included in the
    release tarball.

    Changed files

    • Makefile.in
  4. Change #260052

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

    Comments

    testprogs/CMakeLists.txt: add a comment. [skip ci]
    We don't distribute the fuzz tests in the release tarball, so we only
    attempt to build them if we're in a Git repository.

    Changed files

    • testprogs/CMakeLists.txt