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

Builder libpcap-solaris11-sparc Build #31

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 4 hrs, 35 mins, 18 secs )
    1. stdio
    2. config.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartMon Jul 28 23:47:35 2025
EndTue Jul 29 04:23:02 2025
Elapsed4 hrs, 35 mins, 26 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