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

Builder tcpdump-solaris10-amd64 Build #5519

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revisiona41457a51afbdce841aca97518f871a247939ff3
Got Revisiona41457a51afbdce841aca97518f871a247939ff3
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Francois-Xavier Le Bail

Timing:

StartFri Sep 27 23:38:56 2024
EndFri Sep 27 23:45:19 2024
Elapsed6 mins, 23 secs

All Changes:

:

  1. Change #209066

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 27 Sep 2024 23:32:36
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision aacc29d06ccccd15b6b07bba0858e6fa32e97edd

    Comments

    Add --time-t-size option to print the size of time_t in bits
    Have tests/TESTrun run "./tcpdump --time-t-size and set HAVE_TIME_T_64
    key based on that.
    
    This will permit to run tests based on time_t size (32-bit or 64-bit).

    Changed files

    • tcpdump.c
    • tests/TESTrun
  2. Change #209067

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 27 Sep 2024 23:32:36
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision a41457a51afbdce841aca97518f871a247939ff3

    Comments

    Add eight time test files with packet dates in 2038, 2039, 2106 and 2107
    Each capture file contains one packet.
    
    time_2038.pcap:		   2038-01-01 00:00:00
    time_2038_max.pcap:	   2038-01-19 03:14:07
    time_2038_overflow.pcap:   2038-01-19 03:14:08
    time_2039.pcap:		   2039-01-01 00:00:00
    time_2106.pcap:		   2106-01-01 00:00:00
    time_2106_max.pcap:	   2106-02-07 06:28:15
    time_2106_overflow.pcapng: 2106-02-07 06:28:16
    time_2107.pcapng:	   2107-01-01 00:00:00
    
    The packet time when > 2038-01-19T03:14:07Z cannot be correctly printed
    if time_t size is 32 bits (overflow).
    Some tests are run only if HAVE_TIME_T_64 is set. it depends on the
    output of "./tcpdump --time-t-size" (32 or 64).
    
    A 32-bit unsigned time_t goes until 2106-02-07T06:28:15Z.
    All values above require a pcapng file.

    Changed files

    • tests/time.tests
    • tests/time_2038.out
    • tests/time_2038.pcap
    • tests/time_2038_max.out
    • tests/time_2038_max.pcap
    • tests/time_2038_overflow.out
    • tests/time_2038_overflow.pcap
    • tests/time_2039.out
    • tests/time_2039.pcap
    • tests/time_2106.out
    • tests/time_2106.pcap
    • tests/time_2106_max.out
    • tests/time_2106_max.pcap
    • tests/time_2106_overflow.out
    • tests/time_2106_overflow.pcapng
    • tests/time_2107.out
    • tests/time_2107.pcapng