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

Builder tcpdump-solaris10-sparc Build #6244

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 23 secs )
    1. stdio
  4. shell_2 configure ( 2 mins, 36 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 10 mins, 22 secs )
    1. stdio
  6. shell_4 'gmake check' ( 2 mins, 5 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Francois-Xavier Le Bail

Timing:

StartFri May 15 08:02:47 2026
EndFri May 15 08:18:41 2026
Elapsed15 mins, 54 secs

All Changes:

:

  1. Change #267194

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 15 May 2026 07:55:42
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision e44d0f78b1bead472da10e998d5186f8e74946bc

    Comments

    OpenFlow: Fix a ND_ICHECKMSG_U() output
    Avoid \n and \t in ND_ICHECKMSG_U() first parameter and spaces at the
    beginning of it.
    
    e.g.
    Before:
    [
              port def. length 33 < 48] (invalid)
    After:
    [port def. length 33 < 48] (invalid)

    Changed files

    • print-openflow-1.0.c