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

Builder libpcap-solaris11-sparcv9 Build #28

Results:

Failed shell

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionfefd61e6be6791a455a3fc9f67a5e5bca7a55334
Got Revisionfefd61e6be6791a455a3fc9f67a5e5bca7a55334
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. shell './build_matrix.sh' failed ( 52 mins, 28 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 28 Build
codebase Build
got_revision fefd61e6be6791a455a3fc9f67a5e5bca7a55334 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision fefd61e6be6791a455a3fc9f67a5e5bca7a55334 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. Guy Harris

Timing:

StartMon Jul 28 22:54:27 2025
EndMon Jul 28 23:47:09 2025
Elapsed52 mins, 42 secs

All Changes:

:

  1. Change #241067

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Mon 28 Jul 2025 21:51:12
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision fefd61e6be6791a455a3fc9f67a5e5bca7a55334

    Comments

    dlpi: show all interfaces.
    The previous code would attempt to open interfaces and would show all
    interfaces unless the attempt to open them reported
    PCAP_ERROR_NO_SUCH_DEVICE.
    
    With the current open code, an attempt to open a device should return
    PCAP_ERROR_NO_SUCH_DEVICE only if the device truly doesn't exist, but
    that "shouldn't happen" and, if it does happen, we want the user to see
    the device and get an error if they try to open it, rather than asking
    why it's not showing up; getting the error on open at least would let
    them see that indicated explicitly.

    Changed files

    • pcap-dlpi.c