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

Builder libpcap-solaris10-i386 Build #3078

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision61d4228c002f965bc4d99062c85ba222e93c45a5
Got Revision61d4228c002f965bc4d99062c85ba222e93c45a5
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 6 secs )
    1. stdio
  4. shell_2 './configure' ( 44 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 23 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-i386 ( 5 mins, 34 secs )
    1. - no logs -
    2. tcpdump-solaris10-i386 #5723

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartSat Feb 15 23:10:22 2025
EndSat Feb 15 23:17:17 2025
Elapsed6 mins, 54 secs

All Changes:

:

  1. Change #221649

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 15 Feb 2025 22:59:38
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 3adf14f7e033018180246a8c43d3880a5fb039b7

    Comments

    pcap_setfilter(3PCAP): Fix the Linux BPF extensions note.

    Changed files

    • pcap_setfilter.3pcap
  2. Change #221650

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 15 Feb 2025 22:59:38
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision af0312ea72c31b5d363dbdbeefdbebf926f62bdc

    Comments

    TESTrun: Add a few more filter tests.
    Test "protochain" and the less common "igrp" case.  Add the missing
    aliases to ip_host.

    Changed files

    • testprogs/TESTrun
  3. Change #221651

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 15 Feb 2025 22:59:38
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 61d4228c002f965bc4d99062c85ba222e93c45a5

    Comments

    TESTrun: Condense the "Skipped tests" section vertically.
    Print a character for every skipped test as usual, but print a line
    with the skip reason only once per accept test block because the reason
    applies to the entire block rather than individual tests.
    
    Before:
        accept_ip6_host_name_opt                : INET6!=1
        accept_ip6_host_name_opt (alias 0)      : INET6!=1
        accept_ip6_host_name_opt (alias 1)      : INET6!=1
        accept_ip6_host_name_opt (alias 2)      : INET6!=1
        accept_ip6_host_name_opt (alias 3)      : INET6!=1
        accept_ip6_host_name_opt (alias 4)      : INET6!=1
        accept_ip6_host_name_opt (alias 5)      : INET6!=1
        accept_ip6_host_name_opt (alias 6)      : INET6!=1
        accept_ip6_host_name_opt (alias 7)      : INET6!=1
    
    After:
        accept_ip6_host_name_opt                : INET6!=1

    Changed files

    • testprogs/TESTlib.pm
    • testprogs/TESTrun