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

Builder tcpdump-solaris10-i386 Build #5924

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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, 3 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 3 mins, 36 secs )
    1. stdio
  6. shell_4 'gmake check' ( 1 mins, 6 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartFri Nov 14 23:47:52 2025
EndFri Nov 14 23:53:50 2025
Elapsed5 mins, 58 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