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

Builder libpcap-solaris11-amd64 Build #32

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

StartMon Jul 28 04:14:05 2025
EndMon Jul 28 08:26:21 2025
Elapsed4 hrs, 12 mins, 16 secs

All Changes:

:

  1. Change #240908

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

    Comments

    dlpi: improve some error messages.
    Try to provide a more precise error indication when we have a problem
    opening a DLPI device.
    
    This should, among other things, handle the "It might also be worth
    having pcap_activate() return PCAP_ERROR_CAPTURE_NOTSUP for that case,
    and if this is running in a zone, provide a message suggesting that the
    zone might not allow that." comment in
    https://github.com/the-tcpdump-group/libpcap/issues/1425#issuecomment-2569956919.
    
    Expand some comments while we're at it.

    Changed files

    • pcap-dlpi.c