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

Builder tcpdump-solaris10-sparc Build #6099

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris10-sparc' 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' ( 16 secs )
    1. stdio
  4. shell_2 configure ( 2 mins, 4 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 7 mins, 37 secs )
    1. stdio
  6. shell_4 'gmake check' ( 59 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 6099 Build
codebase Build
got_revision c207823fdccd7bfea4a97a00e03cda10c5b7257b Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision c207823fdccd7bfea4a97a00e03cda10c5b7257b 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. Denis Ovsienko

Timing:

StartFri Nov 14 23:47:54 2025
EndFri Nov 14 23:59:09 2025
Elapsed11 mins, 14 secs

All Changes:

:

  1. Change #248765

    Category tcpdump
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Fri 14 Nov 2025 23:20:43
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision c207823fdccd7bfea4a97a00e03cda10c5b7257b

    Comments

    Broadcom DSA tag: fix various issues.
    To tell whether a tag is ingress or egress, test exactly the three most
    significant bits, not the entire octet (as was done to print the opcode)
    and not one bit only (as was done to branch just after).  Fetch an
    ingress tag TC and TE fields from octet 0, not 1.
    
    Use tok2str() to print the opcode.  Use three hexadecimal digits to
    print Destination map value, which does not exceed 0x1FF.  In an egress
    tag the TC field is a bitmap, so name the two reserved bits and use
    bittok2str().  Lose a few unused constants.  Add a reference to the
    specification and update the tests.

    Changed files

    • CHANGES
    • print-brcmtag.c
    • tests/brcm-tag-e.out
    • tests/brcm-tag-prepend.out
    • tests/brcm-tag.out