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

Builder tcpdump-solaris11-i386 Build #180

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revision199172821ffc1c9d7982a172d67dd8058591a57e
Got Revision199172821ffc1c9d7982a172d67dd8058591a57e
Changes2 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 2 secs )
    1. stdio
  4. shell_2 './build_matrix.sh' ( 3 hrs, 43 mins, 53 secs )
    1. stdio
    2. config.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartTue Sep 15 14:04:13 2026
EndTue Sep 15 17:48:15 2026
Elapsed3 hrs, 44 mins, 2 secs

All Changes:

:

  1. Change #281876

    Category tcpdump
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 15 Sep 2026 15:05:45
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 13bb89559d8a252753e49ae82021236846275c0c

    Comments

    TESTrun: Compare '9877.895' as a string.
    Make it obvious that no floating-point arithmetic is involved.

    Changed files

    • tests/TESTrun
  2. Change #281877

    Category tcpdump
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 15 Sep 2026 15:34:33
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 199172821ffc1c9d7982a172d67dd8058591a57e

    Comments

    Makefile: Use "tar xzf" for a .tar.gz file. [skip ci]
    Unlike in libpcap, this does not yet fix "make releasecheck" on OpenBSD,
    where libbfd is neither a standalone package nor a part of binutils.
    One problem at a time.
    
    Before:
    tar: input compressed with gzip; use the -z option to decompress it
    
    After:
    configure: error: --enable-instrument-functions was given, but test for
      library libbfd failed. Please install the 'binutils-dev' or
      'binutils-devel' package.

    Changed files

    • Makefile.in