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

Builder libpcap-solaris10-sparc Build #3191

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisiona5de6ead0e15daa46cc17431a47a57e638ba8069
Got Revisiona5de6ead0e15daa46cc17431a47a57e638ba8069
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 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' ( 57 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 45 secs )
    1. stdio
  6. shell_4 'gmake check' ( 10 mins, 21 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 3 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-sparc ( 12 mins, 4 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparc #6095

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartMon Nov 10 14:27:53 2025
EndMon Nov 10 14:52:48 2025
Elapsed24 mins, 54 secs

All Changes:

:

  1. Change #248253

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sun 09 Nov 2025 21:43:02
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision a64b807364ccda16ad3c70210a8b3c3ea77a28bd

    Comments

    TESTrun: Add an initial test for bpf_image().
    For now this is a hack in filtertest.c, later it may be better to have
    a separate executable for this type of tests.

    Changed files

    • testprogs/TESTrun
    • testprogs/filtertest.c
  2. Change #248254

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sun 09 Nov 2025 21:43:02
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 324e001f21d0e02470f4534f2c84cc7013479295

    Comments

    Add the missing case for "ldx #pktlen" to bpf_image().
    pcap_compile() does not produce it, but pcapint_filter_with_aux_data()
    implements it.  With this change the latter and bpf_image() implement
    exactly the same instruction set.

    Changed files

    • bpf_image.c
    • testprogs/TESTrun
  3. Change #248255

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sun 09 Nov 2025 21:43:02
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 95bed9345eb2824013943c117a293440f8f5d3f9

    Comments

    In qual2kw() use TLS for the static buffer props.

    Changed files

    • gencode.c
  4. Change #248256

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sun 09 Nov 2025 21:43:02
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision a5de6ead0e15daa46cc17431a47a57e638ba8069

    Comments

    TESTrun: Fix a test name not to include space.

    Changed files

    • testprogs/TESTrun