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

Builder libpcap-solaris11-sparc Build #32

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 1 hrs, 45 mins, 21 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 32 Build
codebase Build
got_revision 23def10b5f04007729e012d848bca3e9f01eb7df Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 23def10b5f04007729e012d848bca3e9f01eb7df 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:

StartTue Jul 29 17:04:33 2025
EndTue Jul 29 18:50:07 2025
Elapsed1 hrs, 45 mins, 34 secs

All Changes:

:

  1. 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
  2. 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