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

Builder libpcap-solaris10-i386 Build #3083

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisiondb29a36c1245e4f1201edb4910b4357413325148
Got Revisiondb29a36c1245e4f1201edb4910b4357413325148
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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' ( 42 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 23 secs )
    1. stdio
  6. shell_4 'rm -rf ...' ( 0 secs )
    1. stdio
  7. shell_5 'gmake install ...' ( 2 secs )
    1. stdio
  8. trigger triggered trigger-tcpdump-solaris10-i386 ( 5 mins, 39 secs )
    1. - no logs -
    2. tcpdump-solaris10-i386 #5732

Build Properties:

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

StartTue Feb 18 18:52:36 2025
EndTue Feb 18 18:59:34 2025
Elapsed6 mins, 57 secs

All Changes:

:

  1. Change #222010

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 18 Feb 2025 14:36:02
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 98af5db6ae897fed2be76c39950634cd5462c7fe

    Comments

    filtertest: Add support for stdin as "-" to the -F option.
    This is not required right now, but can simplify temporary file
    management later.

    Changed files

    • CHANGES
    • testprogs/filtertest.c
  2. Change #222011

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 18 Feb 2025 14:37:42
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 72363f6eac3d8c09083aa3f135205a2748d8f744

    Comments

    TESTrun: Lose the BEGIN wrapper.
    It was a workaround for a problem that the current revision no longer
    experiences.

    Changed files

    • testprogs/TESTrun
  3. Change #222012

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 18 Feb 2025 18:24:02
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision db29a36c1245e4f1201edb4910b4357413325148

    Comments

    TESTrun: Accommodate Windows hosts file better.
    Gisle Vanem confirms the file works on Windows, as far as pcap_compile()
    sees it, so let's try testing this as well.
    
    Since Windows in its hosts file ignores link-local IPv6 addresses that
    do not have a Windows zone ID suffix, the easiest way to use the same
    hosts file contents on all OSes seems to be renumbering the test IPv6
    address to a non-link-local prefix, so try that.  In skip_no_hosts()
    either refer to a missing environment variable or use a Windows-specific
    path to the hosts file.  Since the latter does not fit into the output
    format, in skip_unless_file_contains_lines() use the basename in the
    skip message.

    Changed files

    • testprogs/TESTrun