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

Builder tcpdump-solaris10-i386 Build #5845

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 6 secs )
    1. stdio
  4. shell_2 configure ( 1 mins, 7 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 3 mins, 46 secs )
    1. stdio
  6. shell_4 'gmake check' ( 1 mins, 5 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 5845 Build
codebase Build
got_revision d839e5d3b61172d1f25c26a701988106bfd0c37b Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision d839e5d3b61172d1f25c26a701988106bfd0c37b 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. Francois-Xavier Le Bail

Timing:

StartWed Jul 16 10:02:26 2025
EndWed Jul 16 10:08:38 2025
Elapsed6 mins, 12 secs

All Changes:

:

  1. Change #239902

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Wed 16 Jul 2025 09:54:57
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision d839e5d3b61172d1f25c26a701988106bfd0c37b

    Comments

    IPv6 mobility: Print the message name before the check on it
    Print a more precise error message about the message header length.
    
    This is an invalid case, not a truncation case.
    
    Before:
    (header length 8 is too small for type 6) [|mobility]
    After:
    BA (header length 8 < 12) (invalid)

    Changed files

    • print-mobility.c
    • tests/cve2015-0261-ipv6.out