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

Builder libpcap-solaris10-amd64 Build #3202

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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' ( 55 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 24 secs )
    1. stdio
  6. shell_4 'gmake check' ( 11 mins, 38 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 3 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-amd64 ( 6 mins, 53 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6012

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartMon Nov 17 10:37:53 2025
EndMon Nov 17 10:58:03 2025
Elapsed20 mins, 10 secs

All Changes:

:

  1. Change #249044

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Mon 17 Nov 2025 10:34:44
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 5646cb3319417b8787787d83f50f10de3eb0fdfc

    Comments

    Enable various primitives for DLT_DSA_TAG_BRCM.
    This DLT is very much like DLT_NETANALYZER except the additional header
    is an infix rather than a prefix, so treat it in a similar manner, plus
    enable LLC filtering because it is obviously present in the frames.  Add
    tests to cover most of the new code paths.
    
    This revision works for both live and offline filtering.  brcm-tag.pcap
    comes from tcpdump tests; brcm-tag-stp.pcap comes from my own testlab,
    the MAC addresses have been anonymised.  The hardware is Netgear
    DGND3700 v1 (Broadcom BMIPS4350 V3.1), the Linux is OpenWrt 24.10.3
    r28872-daca7c049b (kernel 6.6.104).

    Changed files

    • CHANGES
    • gencode.c
    • testprogs/TESTrun
    • tests/filter/brcm-tag-stp.pcap
    • tests/filter/brcm-tag.pcap
  2. Change #249045

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Mon 17 Nov 2025 10:34:44
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 1642502e9a7f0bb020c0d642dc0c4999c01d6dd0

    Comments

    Lose the strlen() call in iface_dsa_get_proto_info().
    In this specific case there is no point in comparing the lengths first:
    if the strings are not equal, it does not matter whether the lengths are
    equal, and if the strings are equal, the lengths are equal too.

    Changed files

    • pcap-linux.c