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

Builder libpcap-solaris11-i386 Build #33

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionb890dd1c30a19e0ed8b75916efc0c534cf9ec418
Got Revisionb890dd1c30a19e0ed8b75916efc0c534cf9ec418
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 hrs, 37 mins, 59 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 4 hrs, 36 mins, 29 secs )
    1. stdio
    2. config.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartTue Jul 29 08:31:11 2025
EndTue Jul 29 15:45:42 2025
Elapsed7 hrs, 14 mins, 30 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