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

Builder libpcap-solaris10-amd64 Build #3322

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris10-amd64' 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' ( 5 secs )
    1. stdio
  4. shell_2 './configure' ( 45 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 23 secs )
    1. stdio
  6. shell_4 'gmake check' ( 14 mins, 42 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 3 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-amd64 ( 7 mins, 2 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6261

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris10-amd64 slave
buildername libpcap-solaris10-amd64 Builder
buildnumber 3322 Build
codebase Build
got_revision 55c7e6d56704b573b4cdc1bb16930d7b53ea9946 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 55c7e6d56704b573b4cdc1bb16930d7b53ea9946 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:

StartSat Sep 19 01:44:13 2026
EndSat Sep 19 02:07:23 2026
Elapsed23 mins, 9 secs

All Changes:

:

  1. Change #282190

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Sat 19 Sep 2026 03:18:08
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 3d9a5a3a7b937c3f2cf57ed7e28e3f0493b0203e

    Comments

    pcap_fileno, pcap_get_selectable_fd man pages: various fixes.
    Fix #1722 by warning that you must *not* close either of those file
    descriptors out from under libpcap.
    
    Add the "if p refers to..." clause from the pcap_fileno page to the
    pcap_get_selectable_fd page.
    
    Make some other improvements to the pcap_get_selectable_fd page.

    Changed files

    • CHANGES
    • pcap_fileno.3pcap
    • pcap_get_selectable_fd.3pcap
  2. Change #282191

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Sat 19 Sep 2026 03:23:20
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 55c7e6d56704b573b4cdc1bb16930d7b53ea9946

    Comments

    CHANGES: move a post-1.11.0 fix to the 1.11.1 section. [skip ci]
    The original pull request predated 1.11.0, so it put an item in the
    1.11.0 section. It wasn't merged until after 1.11.0, so put it into the
    1.11.1 section.

    Changed files

    • CHANGES