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

Builder libpcap-solaris10-amd64 Build #3159

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision23def10b5f04007729e012d848bca3e9f01eb7df
Got Revision23def10b5f04007729e012d848bca3e9f01eb7df
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartTue Jul 29 17:04:39 2025
EndTue Jul 29 18:19:31 2025
Elapsed1 hrs, 14 mins, 52 secs

All Changes:

:

  1. Change #241091

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Tue 29 Jul 2025 01:16:30
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision b890dd1c30a19e0ed8b75916efc0c534cf9ec418

    Comments

    dlpi: comment changes.
    Remove my email address, as it's subject to change.
    
    Add an additional comment.

    Changed files

    • pcap-dlpi.c
  2. Change #241102

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Tue 29 Jul 2025 07:53:48
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 23def10b5f04007729e012d848bca3e9f01eb7df

    Comments

    dlpi: fix an error in a previous commit.
    handle_dlpi_device_open_error() should test the error code passed to it,
    not whatever happens to be in errno, to see if it's ENOENT.

    Changed files

    • pcap-dlpi.c