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

Builder libpcap-solaris10-sparc Build #3103

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionc892ee642a7098975ac66a7ec0bbaed021fc43f5
Got Revisionc892ee642a7098975ac66a7ec0bbaed021fc43f5
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell Set developer mode ( 1 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 32 secs )
    1. stdio
  4. shell_2 './configure' ( 1 mins, 53 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 52 secs )
    1. stdio
  6. shell_4 'rm -rf ...' ( 0 secs )
    1. stdio
  7. shell_5 'gmake install ...' ( 3 secs )
    1. stdio
  8. trigger triggered trigger-tcpdump-solaris10-sparc ( 11 mins, 54 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparc #5921

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartThu Mar 13 19:13:56 2025
EndThu Mar 13 19:29:31 2025
Elapsed15 mins, 35 secs

All Changes:

:

  1. Change #224931

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Wed 12 Mar 2025 22:16:05
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision f8aec9d4397f23239eb383716100f26fa39e580a

    Comments

    TESTrun: Require all test labels to be unique.

    Changed files

    • testprogs/TESTlib.pm
  2. Change #224932

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 13 Mar 2025 18:56:33
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision c892ee642a7098975ac66a7ec0bbaed021fc43f5

    Comments

    TESTrun: Convert test definitions from HoH to AoH.
    The following is valid Perl code (although Python implements the same
    semantics for its dictionaries too):
    
    my %h = (key1 => 1, key1 => 2);
    
    The problem here is, if the developer makes a mistake and uses the same
    key to define more than one test, neither Perl interpreter nor the
    duplicate label check will report an error, and at least one test will
    be a silent no-op.  Make the test name a key of the second-level hash,
    convert the top-level hashes into arrays, add checks for "name" in the
    hash and do not sort tests within the three groups anymore -- just use
    the order of the arrays.

    Changed files

    • testprogs/TESTrun