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

Builder tcpdump-solaris11-amd64 Build #62

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 4 secs )
    1. stdio
  4. shell_2 './build_matrix.sh' ( 3 hrs, 55 mins, 11 secs )
    1. stdio
    2. config.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartFri Nov 14 23:47:53 2025
EndSat Nov 15 03:43:14 2025
Elapsed3 hrs, 55 mins, 20 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