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

Builder libpcap-solaris10-i386 Build #3121

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionc137f6d78caf4d81c4ec9cee785a1f1e80c33115
Got Revisionc137f6d78caf4d81c4ec9cee785a1f1e80c33115
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 5 secs )
    1. stdio
  4. shell_2 './configure' ( 48 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 26 secs )
    1. stdio
  6. shell_4 'gmake check' ( 5 mins, 10 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 1 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 23 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-i386 ( 6 mins, 58 secs )
    1. - no logs -
    2. tcpdump-solaris10-i386 #5813

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartThu May 22 20:26:25 2025
EndThu May 22 20:40:26 2025
Elapsed14 mins, 0 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