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

Builder tcpdump-solaris11-amd64 Build #29

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revisiona9f3e09261d34d2e3c4684614b87f493cd7144cd
Got Revisiona9f3e09261d34d2e3c4684614b87f493cd7144cd
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 ...' ( 5 secs )
    1. stdio
  4. shell_2 './build_matrix.sh' ( 4 hrs, 26 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 29 Build
codebase Build
got_revision a9f3e09261d34d2e3c4684614b87f493cd7144cd Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision a9f3e09261d34d2e3c4684614b87f493cd7144cd 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. Francois-Xavier Le Bail

Timing:

StartThu Jul 10 09:22:15 2025
EndThu Jul 10 13:22:52 2025
Elapsed4 hrs, 36 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