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

Builder libpcap-solaris11-sparcv9 Build #177

Results:

Failed shell

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionadd741b7951b2f87d959720f81ab9ce11213574b
Got Revisionadd741b7951b2f87d959720f81ab9ce11213574b
Changes6 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './build_matrix.sh' failed ( 1 hrs, 30 mins, 43 secs )
    1. stdio
    2. config.log
  3. trigger triggered trigger-tcpdump-solaris10-sparcv9 ( 20 mins, 28 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparcv9 #6285

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartFri Aug 14 20:04:20 2026
EndFri Aug 14 21:55:37 2026
Elapsed1 hrs, 51 mins, 16 secs

All Changes:

:

  1. Change #278232

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Fri 14 Aug 2026 12:48:05
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision a583f020af1668ed3d1dbc436d046f2b430d8c34

    Comments

    TESTrun: Factor normalise_expected_output() out.

    Changed files

    • testprogs/TESTrun
  2. Change #278233

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Fri 14 Aug 2026 12:49:01
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 5cac7852a115a57af7539bceb47ee73e76cb0427

    Comments

    enumeratetest: Add a new test program.
    The purpose of filtertest.c is to process one filter expression/program
    using the same set of functions and the purpose of translatetest.c is to
    process a single invocation of a function; both programs return the test
    result(s) no matter whether successful or not, so tests that invoke a
    function over a range of arguments and return successful results only
    need a separate test program.
    
    Add such a program, move enumerate_bpf_image() there and rewrite it as a
    few functions using strncmp(3) instead of strstr(3).  In TESTrun
    implement a new group of tests using the new program.

    Changed files

    • CHANGES
    • INSTALL.md
    • Makefile.in
    • testprogs/.gitignore
    • testprogs/CMakeLists.txt
    • testprogs/Makefile.in
    • testprogs/TESTrun
    • testprogs/enumeratetest.c
    • testprogs/filtertest.c
  3. Change #278234

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Fri 14 Aug 2026 12:49:03
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 25a649eb51cd0159fab264aad4bfa853931d1603

    Comments

    Start testing pcap_statustostr().

    Changed files

    • testprogs/TESTrun
    • testprogs/enumeratetest.c
    • testprogs/translatetest.c
  4. Change #278235

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Fri 14 Aug 2026 12:49:03
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 33ca9f7741ec291508fcd659b96e6b1ad9f26296

    Comments

    Return more useful strings from pcap_statustostr().
    In libpcap API return status 0 means success, so return "Success", not
    "Unknown error: 0".  Also describe unknown warnings as such, not as
    unknown errors.  Update the tests and the man page.

    Changed files

    • CHANGES
    • pcap.c
    • pcap_statustostr.3pcap
    • testprogs/TESTrun
    • testprogs/enumeratetest.c
  5. Change #278236

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Fri 14 Aug 2026 12:49:03
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 030ad47357d1d66fa35bb0bd48a634c01846a398

    Comments

    Start testing DLT and time stamp translation.

    Changed files

    • testprogs/TESTrun
    • testprogs/enumeratetest.c
  6. Change #278237

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Fri 14 Aug 2026 12:49:03
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision add741b7951b2f87d959720f81ab9ce11213574b

    Comments

    Start testing the ctype-like macros.

    Changed files

    • testprogs/TESTrun
    • testprogs/enumeratetest.c