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

Builder libpcap-solaris11-i386 Build #42

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 3 hrs, 23 mins, 25 secs )
    1. stdio
    2. config.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartMon Aug 11 00:54:00 2025
EndMon Aug 11 04:17:38 2025
Elapsed3 hrs, 23 mins, 38 secs

All Changes:

:

  1. Change #242635

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Sun 10 Aug 2025 22:31:37
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision bc34ac542eda9770616d33655787f702a420da2a

    Comments

    dpdk: squelch a warning.
    See issue #1543.

    Changed files

    • pcap-dpdk.c
  2. Change #242636

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Sun 10 Aug 2025 22:50:18
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision fafab226f6a2042f4588bed4d545f659263c9e86

    Comments

    dpdk: squelch narrowing warnings.
    Explicitly narrow 64-bit statistics to 32 bits, as that's all we can
    return in pcap_stats().
    
    See issue #1543.

    Changed files

    • pcap-dpdk.c