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

Builder libpcap-solaris10-amd64 Build #3281

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision39600e5cfecd2ee503ef4d31032c9401fa4d085b
Got Revision39600e5cfecd2ee503ef4d31032c9401fa4d085b
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 7 secs )
    1. stdio
  4. shell_2 './configure' ( 46 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 2 mins, 40 secs )
    1. stdio
  6. shell_4 'gmake check' ( 14 mins, 52 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 15 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 8 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-amd64 ( 7 mins, 2 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6159

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris10-amd64 slave
buildername libpcap-solaris10-amd64 Builder
buildnumber 3281 Build
codebase Build
got_revision 39600e5cfecd2ee503ef4d31032c9401fa4d085b Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 39600e5cfecd2ee503ef4d31032c9401fa4d085b 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 Mar 19 21:44:56 2026
EndThu Mar 19 22:10:56 2026
Elapsed25 mins, 59 secs

All Changes:

:

  1. Change #261627

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 19 Mar 2026 16:33:05
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 84dbcebbe3ef00c2e793af276159eeede305e5ea

    Comments

    TESTrun: Factor skip_igrp9() and skip_igrp88() out.

    Changed files

    • testprogs/TESTrun
  2. Change #261628

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 19 Mar 2026 18:10:05
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 160c90ad9674803a7c50fcc244f97d114734fdb2

    Comments

    TESTrun: Add initial support for QNX.
    QNX translates "igrp" to 88 too, so document this in pcap-filter(7) and
    use the non-default branch of IGRP tests for QNX.  Also QNX implements
    ether_hostton(3), but in a case-sensitive way, so exempt it from the
    respective case-insensitive test space.  With these changes a native
    build of libpcap passes all tests on QNX SDP 8.0.3 QSTI build 245.

    Changed files

    • pcap-filter.manmisc.in
    • testprogs/TESTlib.pm
    • testprogs/TESTrun
  3. Change #261629

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 19 Mar 2026 20:02:41
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision bf0291d550b46297e3f559b8f3f69b378326ea1f

    Comments

    Makefile: Use "-9" for the best gzip compression level.
    On Linux "gzip" is typically GNU gzip, which documents and implements
    the "--best" option.  FreeBSD implements its own gzip, which does the
    same.  NetBSD and OpenBSD implement their own gzip, which does not
    document "--best", but implements it.  QNX by default provides the
    toybox implementation of gzip, which neither documents nor implements
    "--best":
    
    $ make releasetar
    [...]
    gzip: Unknown option 'best' (see "gzip --help")
    make: *** [Makefile:798: releasetar] Error 1
    
    (BusyBox implementation of gzip, although not in scope at this time, has
    build options to support "--best" as an alias for "-9", and to support
    "-9" in the first place, but even if the latter is not enabled, it just
    ignores "-9", which should be good enough for testing purposes if
    testing extends to BusyBox in future.)

    Changed files

    • Makefile.in
  4. Change #261630

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 19 Mar 2026 20:55:50
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 7b5acef999b40825b376489320e9e14d40afe2c0

    Comments

    CI: Add initial support for QNX.
    With these changes the following subset of the build matrix passes on
    QNX SDP 8.0.3 QSTI build 245:
    * MATRIX_CC=clang (Clang is the only compiler available in this
      environment)
    * MATRIX_CMAKE=no (CMake build does not work for a number of reasons)
    * MATRIX_REMOTE=no (liblogin is missing, hence rpcapd cannot be built)

    Changed files

    • build.sh
    • build_common.sh
  5. Change #261631

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 19 Mar 2026 21:14:26
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 39600e5cfecd2ee503ef4d31032c9401fa4d085b

    Comments

    CMake: Make indentation consistent. [skip appveyor]

    Changed files

    • CMakeLists.txt