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

Builder libpcap-solaris10-sparcv9 Build #3196

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartSat Nov 1 14:47:52 2025
EndSat Nov 1 15:11:40 2025
Elapsed23 mins, 47 secs

All Changes:

:

  1. Change #247299

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 01 Nov 2025 14:35:46
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 6cb7d1ad7b3465c941ba127343066c6012afb3d7

    Comments

    Remove the two remaining traces of bzero(3).
    The man pages say POSIX.1-2001 deprecated the function and POSIX.1-2008
    removed it.

    Changed files

    • pcap-bpf.c
    • pcap-netmap.c
  2. Change #247300

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 01 Nov 2025 14:36:00
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision bec8853b12a4a22730db0d57dc0cf78a48075678

    Comments

    pcap-filter(7): Spell "EtherType" in a couple more places.

    Changed files

    • pcap-filter.manmisc.in
  3. Change #247301

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 01 Nov 2025 14:36:00
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 6222eca1c0dc9a0b03575995522460a286c8df6d

    Comments

    TESTrun: Remove a redundant test.
    There is a foreach loop further below that tests every non-LLC DLT to
    reject "llc".

    Changed files

    • testprogs/TESTrun
  4. Change #247302

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 01 Nov 2025 14:36:00
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 7f3a7ff612f6d876ff709b679a69c16c64454752

    Comments

    Mention DLT names in error messages as well.
    Given a DLT description, it may be not immediately obvious which name
    and number it stands for, which may obscure the meaning of an error
    string.  Introduce a helper function to give both the name and the
    description if possible, or at very least to tell the number, and use it
    in gencode.c instead of pcap_datalink_val_to_description_or_dlt().
    While at it, in gen_vlan() and gen_mpls_internal() instead of producing
    a custom error string use fail_kw_on_dlt(), and re-jig the error string
    in require_basic_bpf_extensions() to be easier to match in the tests.
    In TESTrun update reject tests to verify the DLT name in error messages
    that now include it.

    Changed files

    • gencode.c
    • testprogs/TESTrun
  5. Change #247303

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 01 Nov 2025 14:36:00
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision beba7605dfccba40eda1694efdbf8a90821fdbba

    Comments

    Use calloc(3) a little bit more.

    Changed files

    • fad-gifc.c
    • fad-glifc.c
    • gencode.c