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

Builder libpcap-solaris11-sparcv9 Build #7

Results:

Failed shell

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionc137f6d78caf4d81c4ec9cee785a1f1e80c33115
Got Revisionc137f6d78caf4d81c4ec9cee785a1f1e80c33115
Changes2 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 ( 38 mins, 54 secs )
    1. stdio
    2. config.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris11-sparcv9 slave
buildername libpcap-solaris11-sparcv9 Builder
buildnumber 7 Build
codebase Build
got_revision c137f6d78caf4d81c4ec9cee785a1f1e80c33115 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision c137f6d78caf4d81c4ec9cee785a1f1e80c33115 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:

StartThu May 22 20:26:22 2025
EndThu May 22 21:05:20 2025
Elapsed38 mins, 58 secs

All Changes:

:

  1. Change #230536

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 22 May 2025 17:07:43
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 5acbaa86ac6df1407b0877a82ab1276f6e3ef557

    Comments

    Use inet_pton() in gen_mcode6().
    The function needs to translate a [well-formed] IPv6 address string to a
    struct in6_addr.  Although pcap_nametoaddrinfo() in fact does that, it
    overshoots the problem space unnecessarily and requires managing of the
    associated freeaddrinfo() call.  Also the "resolved to multiple address"
    condition is never true because in this case the string is an address,
    not a hostname, and cannot translate to more than one binary address.
    
    Switch to inet_pton(), which fits the problem space much better, and
    verify that it has not failed (very unlikely, but still).

    Changed files

    • gencode.c
  2. Change #230538

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 22 May 2025 17:07:43
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision c137f6d78caf4d81c4ec9cee785a1f1e80c33115

    Comments

    Rename a variable in dqkw() for consistency.

    Changed files

    • gencode.c