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

Builder libpcap-solaris10-amd64 Build #3313

Results:

Build successful

SourceStamp:

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

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' ( 41 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 21 secs )
    1. stdio
  6. shell_4 'gmake check' ( 12 mins, 41 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 4 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-amd64 ( 6 mins, 7 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6243

Build Properties:

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

Timing:

StartThu Sep 10 18:04:30 2026
EndThu Sep 10 18:24:38 2026
Elapsed20 mins, 7 secs

All Changes:

:

  1. Change #281364

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 10 Sep 2026 19:13:28
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision ab6b280f8ef68087c5a87325cf6912655b626e04

    Comments

    DAG: Ignore vDAG Tx streams via sysfs too. [skip ci]
    In the low privilege branch of device/stream enumeration loop try
    ignoring the same streams as the high privilege branch does -- there is
    no point in enumerating capture devices that do not work in the current
    implementation.
    
    Before:
    $ tcpdump -D | grep dag
    4.dag0 (alias for dag0:0) [none]
    5.dag0:0 (Rx stream 0) [none]
    6.dag0:1 (Tx stream 1) [none]
    7.dag16 (alias for dag16:0) [none]
    8.dag16:0 (Rx stream 0) [none]
    9.dag16:1 (Tx stream 1) [none]
    10.dag17 (alias for dag17:0) [none]
    11.dag17:0 (Rx stream 0) [none]
    12.dag17:1 (Tx stream 1) [none]
    
    After:
    $ tcpdump -D | grep dag
    4.dag0 (alias for dag0:0) [none]
    5.dag0:0 (Rx stream 0) [none]
    6.dag0:1 (Tx stream 1) [none]
    7.dag16 (alias for dag16:0) [none]
    8.dag16:0 (Rx stream 0) [none]
    9.dag17 (alias for dag17:0) [none]
    10.dag17:0 (Rx stream 0) [none]

    Changed files

    • pcap-dag.c