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

Builder tcpdump-solaris11-sparcv9 Build #122

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Francois-Xavier Le Bail

Timing:

StartFri May 15 22:12:46 2026
EndFri May 15 23:31:29 2026
Elapsed1 hrs, 18 mins, 43 secs

All Changes:

:

  1. Change #267293

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 15 May 2026 22:04:54
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 9ec690477640aa0134b2946662c048a6760aa816

    Comments

    OSPF: Modernize packet parsing and make fixes (step 1)
    Define ND_LONGJMP_FROM_TCHECK.
    Remove an unused parameter of ospf_print().
    Show invalid version, e.g. "OSPF [version 11 != 2] (invalid)".
    Add an invalid length check.
    Make ospf_decode_v2() void. It exits with nd_trunc_longjmp() when
    truncation.
    Report invalid packets as invalid with a reason, not truncated, with
    ND_ICHECKMSG_U().
    Use ND_ICHECK_U for some checks.
    Add some 'invalid' labels. Remove some 'trunc' labels.
    Define OSPF_HDR_LEN.
    Rename a variable.
    Avoid some "[|ospf2] [|ospf2]" in output.
    Add specification.

    Changed files

    • netdissect.h
    • ospf.h
    • print-ip-demux.c
    • print-ospf.c