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

Builder tcpdump-solaris10-amd64 Build #5915

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revisionb80f9649d8ff44b4ac69b2ab17b136ab44b92b0e
Got Revisionb80f9649d8ff44b4ac69b2ab17b136ab44b92b0e
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartMon Jun 30 18:55:36 2025
EndMon Jun 30 19:03:05 2025
Elapsed7 mins, 28 secs

All Changes:

:

  1. Change #238060

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Mon 30 Jun 2025 18:43:54
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision b80f9649d8ff44b4ac69b2ab17b136ab44b92b0e

    Comments

    Add the -g option, causing IPv4 output in verbose mode to be on one line.
    This may make it easlier to parse IPv4 output.
    
    From Apple's tcpdump, until they decided to get rid of it for some
    unknown reason.
    
    Fix up man page not to split some options between in the SYNOPSIS
    section (at least with 80-column output).

    Changed files

    • netdissect.h
    • print-ip.c
    • tcpdump.1.in
    • tcpdump.c