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

Builder libpcap-solaris11-sparcv9 Build #78

Results:

Failed shell

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris11-sparcv9' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './build_matrix.sh' failed ( 1 hrs, 39 secs )
    1. stdio
    2. config.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris11-sparcv9 slave
buildername libpcap-solaris11-sparcv9 Builder
buildnumber 78 Build
codebase Build
got_revision 8a6ed3ced79962f2429a30ca19fe850c47e72ddc Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 8a6ed3ced79962f2429a30ca19fe850c47e72ddc Build
scheduler schedule-libpcap-solaris11-sparcv9 Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/libpcap-solaris11-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartSun Nov 30 21:08:04 2025
EndSun Nov 30 22:08:48 2025
Elapsed1 hrs, 43 secs

All Changes:

:

  1. Change #250539

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Wed 26 Nov 2025 19:17:17
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 80948884575fef0d9574ecae2ca90c22db2169d3

    Comments

    Allocate DLT_DEBUG_ONLY.

    Changed files

    • pcap-common.c
    • pcap.c
    • pcap/dlt.h
  2. Change #250541

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Wed 26 Nov 2025 19:17:17
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 976d88520912b54e224e19b780bff1507b5496a5

    Comments

    Linux: Get DLT_DEBUG_ONLY and DLT_EN10MB right. [skip appveyor]
    In dsa_protos[] remove the "none" non-DSA case to make the array purely
    DSA and switch all DLT_EN10MB DSA tags types to DLT_DEBUG_ONLY; update
    the comments to make it clear that using DLT_EN10MB would not work, give
    better directions for what to do instead, do not say for every DSA tag
    whether a DLT is/isn't and should/shouldn't be assigned because that is
    now supposed to be obvious, do not suggest DLT_LINUX_SLL (this would add
    the packet direction at the cost of losing other headers).
    
    In iface_dsa_get_proto_info() handle the "none" non-DSA case first; for
    a DSA case default to DLT_DEBUG_ONLY, always return 1, make sure the DLT
    is never DLT_EN10MB and add a comment to explain the rationale.
    
    See also GH #1367 and #1451.

    Changed files

    • pcap-linux.c
  3. Change #250542

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Wed 26 Nov 2025 20:42:38
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 8a6ed3ced79962f2429a30ca19fe850c47e72ddc

    Comments

    Linux: Document a problem with the "mtk" DSA tag. [skip ci]
    As per Vladimir Oltean comments in GH #1451.

    Changed files

    • pcap-linux.c