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

Builder libpcap-solaris10-sparcv9 Build #3164

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris10-sparcv9' triggered this build

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 36 secs )
    1. stdio
  4. shell_2 './configure' ( 1 mins, 54 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 9 mins, 37 secs )
    1. stdio
  6. shell_4 'gmake check' ( 43 mins, 17 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 3 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 5 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-sparcv9 ( 55 mins, 44 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparcv9 #5986

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpcap-solaris10-sparcv9 slave
buildername libpcap-solaris10-sparcv9 Builder
buildnumber 3164 Build
codebase Build
got_revision c0c6e3030a7d947d572246365e714b2ef02a2953 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision c0c6e3030a7d947d572246365e714b2ef02a2953 Build
scheduler schedule-libpcap-solaris10-sparcv9 Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/libpcap-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartMon Jul 28 04:14:18 2025
EndMon Jul 28 06:05:58 2025
Elapsed1 hrs, 51 mins, 39 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