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

Builder tcpdump-solaris10-sparcv9 Build #5890

Results:

Failed shell_3

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revisionf2c28cc36ad57e60ef8fc844c7affeb5ce093ecd
Got Revisionf2c28cc36ad57e60ef8fc844c7affeb5ce093ecd
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 1 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 22 secs )
    1. stdio
  4. shell_2 configure ( 2 mins, 45 secs )
    1. stdio
  5. shell_3 gmake failed ( 13 secs )
    1. stdio
  6. shell_4 check ( 9 mins, 53 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Francois-Xavier Le Bail

Timing:

StartFri Mar 28 14:11:02 2025
EndFri Mar 28 14:25:19 2025
Elapsed14 mins, 17 secs

All Changes:

:

  1. Change #225577

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Sat 22 Mar 2025 20:26:57
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 60237c7f7e9b0ed63d80ebeb281e85d102f345c3

    Comments

    DHCP: Use more nd_print_invalid()
    Remove "ERROR: " in the error messages. Use instead nd_print_invalid().
    
    Update some error messages.

    Changed files

    • print-bootp.c
  2. Change #225579

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Sun 23 Mar 2025 07:23:20
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision a4508ee9abc27eb8e08191a206fb57edd8996273

    Comments

    DHCP: Fix printing IP address pairs options
    'p' is used by the options Policy Filter (21) and Static Route (33).
    They have a minimum length of 8 and the length MUST be a multiple of 8.
    Check that.
    
    Add a test file for option 33 (lengths: 8, 16, 24, 3, 0), build with
    scapy.

    Changed files

    • print-bootp.c
    • tests/TESTLIST
    • tests/dhcp-option-33.out
    • tests/dhcp-option-33.pcap
  3. Change #225583

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Mon 24 Mar 2025 08:13:08
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision f589a0f223ea9fc7700ba9239e45cb70809a0cc8

    Comments

    DHCP: Add support for option 108 "IPv6-Only Preferred" (RFC 8925)
    Add a test file with DHCP option 108 in both the request and the reply,
    provided by Bill.

    Changed files

    • print-bootp.c
    • tests/TESTLIST
    • tests/dhcp-option-108.out
    • tests/dhcp-option-108.pcapng
  4. Change #225588

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Mon 24 Mar 2025 21:06:16
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 3026b252ffa687822d637c6b9e77b52d33b8f9d3

    Comments

    Use a less cryptic message for packet timestamp overflow
    In ts_date_hmsfrac_print() and ts_unix_print() replace
    "[timestamp < 1970-01-01 00:00:00 UTC]"
    by
    "[timestamp overflow]".
    
    (Wikipedia "Year 2038 problem" uses "overflow".)

    Changed files

    • util-print.c
  5. Change #225595

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Tue 25 Mar 2025 11:45:57
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 801a7c1d641766e5117715d28e2aa8639becadd4

    Comments

    NTP: Fix p_ntp_time_fmt() using epoch 1/epoch 2 convention (RFC 4330)
    Moreover:
    Update the error message, replace
    "[Time is too large to fit into a time_t]"
    by
    "[timestamp overflow]".
    Same as in ts_date_hmsfrac_print() and ts_unix_print().
    
    Fix indentation.
    
    Update 5 test outputs and processings, based on skip_time_t_not (64).

    Changed files

    • ntp.c
    • tests/TESTLIST
    • tests/TESTrun
    • tests/lspping-fec-ldp-v.out
    • tests/lspping-fec-ldp-vv.out
    • tests/lspping-fec-rsvp-v.out
    • tests/lspping-fec-rsvp-vv.out
    • tests/ntp-v.out
  6. Change #225602

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Wed 26 Mar 2025 19:49:43
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision f2c28cc36ad57e60ef8fc844c7affeb5ce093ecd

    Comments

    CHANGES: Add change(s) backported to 4.99
    [skip ci]

    Changed files

    • CHANGES