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

Builder libpcap-solaris10-i386 Build #3140

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 11 secs )
    1. stdio
  4. shell_2 './configure' ( 1 mins, 13 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 39 secs )
    1. stdio
  6. shell_4 'gmake check' ( 10 mins, 43 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 7 mins, 29 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 1 mins, 16 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-i386 ( 8 mins, 26 secs )
    1. - no logs -
    2. tcpdump-solaris10-i386 #5859

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartMon Jul 28 04:14:14 2025
EndMon Jul 28 04:44:24 2025
Elapsed30 mins, 10 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