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

Builder tcpdump-solaris10-sparc Build #6016

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Timing:

StartThu Jul 10 09:22:10 2025
EndThu Jul 10 09:35:08 2025
Elapsed12 mins, 58 secs

All Changes:

:

  1. Change #238878

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Thu 10 Jul 2025 09:14:02
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision a9f3e09261d34d2e3c4684614b87f493cd7144cd

    Comments

    Raw IPv4/IPv6: Add ipv4_if_print() and ipv6_if_print() printers
    With this change tcpdump prints errors when an IPv6 packet is in a
    LINKTYPE_IPV4 file and when an IPv4 packet is in a LINKTYPE_IPV6 file.
    
    Update the printer summary.
    
    And some test files printed with or without '-e'.
    
    Update the linktype of hoobr_rt6_print.pcap from "Raw IPv4" to
    "Raw IPv6" to keep test validity for packet #3.
    Update 2 test outputs.

    Changed files

    • netdissect.h
    • print-raw.c
    • print.c
    • tests/LINKTYPE_IPV4_invalid-e.out
    • tests/LINKTYPE_IPV4_invalid.out
    • tests/LINKTYPE_IPV4_invalid.pcap
    • tests/LINKTYPE_IPV6_invalid-e.out
    • tests/LINKTYPE_IPV6_invalid.out
    • tests/LINKTYPE_IPV6_invalid.pcap
    • tests/TESTLIST
    • tests/beep-oobr.out
    • tests/hoobr_rt6_print.out
    • tests/hoobr_rt6_print.pcap