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

Builder libpcap-solaris11-sparc Build #29

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 3 hrs, 9 mins, 9 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 29 Build
codebase Build
got_revision c0c6e3030a7d947d572246365e714b2ef02a2953 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision c0c6e3030a7d947d572246365e714b2ef02a2953 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 04:14:23 2025
EndMon Jul 28 07:23:37 2025
Elapsed3 hrs, 9 mins, 14 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