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

Builder libpcap-solaris11-amd64 Build #165

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 9 hrs, 11 mins, 50 secs )
    1. stdio
    2. config.log
  3. trigger triggered trigger-tcpdump-solaris10-amd64 ( 7 mins, 28 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6190

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartSat Apr 18 10:55:10 2026
EndSat Apr 18 20:14:35 2026
Elapsed9 hrs, 19 mins, 24 secs

All Changes:

:

  1. Change #264873

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 18 Apr 2026 00:18:05
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision f0eb49fcf40797557a60b28a938a9627856b6ad9

    Comments

    filtertest: Refine error codes and usage.
    Match the reject test calling convention in TESTrun: use EX_DATAERR for
    pcap_compile() errors only, use EX_NOINPUT for pcap_open_offline()
    errors only, use other status codes for other failures.  Treat a failure
    to validate a compiled filter as an error.  Treat spurious options as
    usage errors to make scripted invocation problems apparent.
    
    In the help screen add a missing "]", lose some whitespace, use "<>" for
    all placeholders, spell "<DLT>" and "<expression>", reword descriptions,
    sort options alphabetically and list the exit status codes.

    Changed files

    • testprogs/filtertest.c
  2. Change #264874

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 18 Apr 2026 00:19:04
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 1786bed623e802f9f88d18d8f0c7d2817cfc0919

    Comments

    TESTlib: Validate input better in test_and_report().

    Changed files

    • testprogs/TESTlib.pm
  3. Change #264875

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 18 Apr 2026 00:19:27
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 5269171c8f8a670fac1248d8f99d41cf9ebdb548

    Comments

    testprogs: Clean _enumerate_bpf_image results up.
    Make the address and branch labels look realistic.  Use a value of k
    that is more likely to be valid for all instructions.  Place return
    statements at the end.

    Changed files

    • testprogs/TESTrun
    • testprogs/filtertest.c
  4. Change #264876

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 18 Apr 2026 00:20:24
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision bad5b67a1931e5bdee10bdc35740f36044bafe48

    Comments

    TESTrun: Refine exit status handling.
    To improve code layering, for a reject test decide the expected exit
    status when composing the command-line arguments, not when queueing
    the test request.

    Changed files

    • testprogs/TESTrun
  5. Change #264877

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 18 Apr 2026 00:20:24
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 232b982eb8cbf8131f93eec0f06751d571482a0e

    Comments

    filtertest: Use bool for lflag.

    Changed files

    • testprogs/filtertest.c
  6. Change #264878

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 18 Apr 2026 00:20:24
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 44aa24f86dde8285f0cfa9f4624f61140951b1f6

    Comments

    filtertest: Make program printing optional.
    The new "-q" flag provides a trivial means to avoid standard output
    redirection in use cases that need to know whether a filter expression
    compiles to a valid filter program, but do not need to know exactly what
    the program is.

    Changed files

    • testprogs/filtertest.c