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

Builder libpcap-solaris11-i386 Build #41

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 3 hrs, 39 mins, 6 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 41 Build
codebase Build
got_revision b741ecc14b2f0ef1b6c85a4a9efb34dd72b64cc7 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision b741ecc14b2f0ef1b6c85a4a9efb34dd72b64cc7 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:

StartSun Aug 10 21:13:31 2025
EndMon Aug 11 00:52:43 2025
Elapsed3 hrs, 39 mins, 12 secs

All Changes:

:

  1. Change #242634

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Sun 10 Aug 2025 21:08:17
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision b741ecc14b2f0ef1b6c85a4a9efb34dd72b64cc7

    Comments

    dpdk: suppress -Wformat-truncation warnings.
    This doesn't fix them - nothing short of changing the way we generate
    error message strings will do that - but at least it means we don't get
    annoyed by them, and it also marks places that would need to be changed
    if we change the way we generate those error message strings. See #1544
    for an issue for making those changes.
    
    This addresses part of #1543.

    Changed files

    • pcap-dpdk.c