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

Builder libpcap-solaris11-sparc Build #59

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 2 hrs, 12 mins, 44 secs )
    1. stdio
    2. config.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartSat Nov 1 14:47:46 2025
EndSat Nov 1 17:00:33 2025
Elapsed2 hrs, 12 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