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

Builder libpcap-solaris10-i386 Build #3111

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision5ddfbf9dea8490c15fb189bc70f53f7cc919d303
Got Revision5ddfbf9dea8490c15fb189bc70f53f7cc919d303
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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' ( 37 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 20 secs )
    1. stdio
  6. shell_4 'gmake check' ( 3 mins, 32 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 2 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-i386 ( 5 mins, 58 secs )
    1. - no logs -
    2. tcpdump-solaris10-i386 #5795

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris10-i386 slave
buildername libpcap-solaris10-i386 Builder
buildnumber 3111 Build
codebase Build
got_revision 5ddfbf9dea8490c15fb189bc70f53f7cc919d303 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 5ddfbf9dea8490c15fb189bc70f53f7cc919d303 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:

StartMon Apr 14 18:54:13 2025
EndMon Apr 14 19:04:55 2025
Elapsed10 mins, 41 secs

All Changes:

:

  1. Change #227320

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Mon 14 Apr 2025 13:10:47
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 0c738d6a6a0e3eacfd3e4896970902d4787112b1

    Comments

    TESTrun: Add tests for MPLS and VLAN in PPPoE.
    The PUSH_LINKHDR() in gen_pppoes() changes cstate->linktype to DLT_PPP.
    Add an accept test for MPLS, which in this case works differently, and
    a reject test for VLAN, which in this case does not work.

    Changed files

    • testprogs/TESTrun
  2. Change #227321

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Mon 14 Apr 2025 13:10:47
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 9818cffab8b61d85bc144e0b6188a61717fbb3ca

    Comments

    TESTrun: Test DLT-specific default cases better.
    For several functions that use a switch block to process specific DLTs
    only and to reject the rest take all known DLT names (not values) that
    are supposed to match the default case and test each to produce the
    expected error.

    Changed files

    • testprogs/TESTrun
  3. Change #227322

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Mon 14 Apr 2025 13:10:47
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 3238273587cfb27c3d218af2cf4a1e812cd10bac

    Comments

    TESTrun: Add more tests for "protochain".
    ipv6_ext_headers.pcap and ipv6_ah_modes.pcap have been generated by
    Francois-Xavier, AH-IPcomp-IPv4.pcap, AH-IPcomp-IPv6.pcap and
    ah-ipip-ping.pcap come from the Wireshark menagerie.

    Changed files

    • testprogs/TESTrun
    • tests/filter/AH-IPcomp-IPv4.pcap
    • tests/filter/AH-IPcomp-IPv6.pcap
    • tests/filter/ah-ipip-ping.pcap
    • tests/filter/ipv6_ah_modes.pcap
    • tests/filter/ipv6_ext_headers.pcap
  4. Change #227323

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Mon 14 Apr 2025 13:12:48
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 5ddfbf9dea8490c15fb189bc70f53f7cc919d303

    Comments

    Lose a "txa" just before "ldb [x + 0]".
    There is no point in copying X to A if the next instruction overwrites A
    with some other value.  This generates a slightly shorter filter program
    with the same effect (the apply filter tests hold).

    Changed files

    • gencode.c
    • testprogs/TESTrun