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

Builder libpcap-solaris11-amd64 Build #34

Results:

Failed shell

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision23def10b5f04007729e012d848bca3e9f01eb7df
Got Revision23def10b5f04007729e012d848bca3e9f01eb7df
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 23 mins, 51 secs )
    1. stdio
  2. shell './build_matrix.sh' failed ( 3 hrs, 27 mins, 19 secs )
    1. stdio
    2. config.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris11-amd64 slave
buildername libpcap-solaris11-amd64 Builder
buildnumber 34 Build
codebase Build
got_revision 23def10b5f04007729e012d848bca3e9f01eb7df Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 23def10b5f04007729e012d848bca3e9f01eb7df Build
scheduler schedule-libpcap-solaris11-amd64 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/libpcap-solaris11-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartTue Jul 29 16:39:25 2025
EndTue Jul 29 20:30:40 2025
Elapsed3 hrs, 51 mins, 14 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
  2. Change #241072

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

    Comments

    NPF: remove trailing white space.

    Changed files

    • pcap-npf.c
  3. Change #241078

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Mon 28 Jul 2025 23:00:19
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 31fb2192c8377c47ded143487c5b4276da9ff07e

    Comments

    dlpi: remove trailing tabs.

    Changed files

    • pcap-dlpi.c
  4. Change #241091

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Tue 29 Jul 2025 01:16:30
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision b890dd1c30a19e0ed8b75916efc0c534cf9ec418

    Comments

    dlpi: comment changes.
    Remove my email address, as it's subject to change.
    
    Add an additional comment.

    Changed files

    • pcap-dlpi.c
  5. Change #241102

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Tue 29 Jul 2025 07:53:48
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 23def10b5f04007729e012d848bca3e9f01eb7df

    Comments

    dlpi: fix an error in a previous commit.
    handle_dlpi_device_open_error() should test the error code passed to it,
    not whatever happens to be in errno, to see if it's ENOENT.

    Changed files

    • pcap-dlpi.c