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

Builder tcpdump-solaris10-sparcv9 Build #6335

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 19 secs )
    1. stdio
  4. shell_2 configure ( 2 mins, 32 secs )
    1. stdio
  5. shell_3 gmake ( 12 mins, 23 secs )
    1. stdio
  6. shell_4 check ( 1 mins, 20 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartTue Sep 15 14:04:14 2026
EndTue Sep 15 14:21:07 2026
Elapsed16 mins, 52 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