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

Builder libpcap-solaris10-i386 Build #3142

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 6 secs )
    1. stdio
  4. shell_2 './configure' ( 48 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 26 secs )
    1. stdio
  6. shell_4 'gmake check' ( 19 mins, 42 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 6 mins, 7 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 12 mins, 54 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-i386 ( 18 mins, 20 secs )
    1. - no logs -
    2. tcpdump-solaris10-i386 #5861

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris10-i386 slave
buildername libpcap-solaris10-i386 Builder
buildnumber 3142 Build
codebase Build
got_revision fefd61e6be6791a455a3fc9f67a5e5bca7a55334 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision fefd61e6be6791a455a3fc9f67a5e5bca7a55334 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 22:03:46 2025
EndMon Jul 28 23:02:17 2025
Elapsed58 mins, 30 secs

All Changes:

:

  1. Change #241067

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

    Comments

    dlpi: show all interfaces.
    The previous code would attempt to open interfaces and would show all
    interfaces unless the attempt to open them reported
    PCAP_ERROR_NO_SUCH_DEVICE.
    
    With the current open code, an attempt to open a device should return
    PCAP_ERROR_NO_SUCH_DEVICE only if the device truly doesn't exist, but
    that "shouldn't happen" and, if it does happen, we want the user to see
    the device and get an error if they try to open it, rather than asking
    why it's not showing up; getting the error on open at least would let
    them see that indicated explicitly.

    Changed files

    • pcap-dlpi.c