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

Builder libpcap-solaris10-sparc Build #3194

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisiona957fc513afec02420daef2c43209f556d04fe33
Got Revisiona957fc513afec02420daef2c43209f556d04fe33
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 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' ( 58 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 46 secs )
    1. stdio
  6. shell_4 'gmake check' ( 10 mins, 54 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 1 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 3 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-sparc ( 11 mins, 45 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparc #6100

Build Properties:

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

StartSat Nov 15 14:27:56 2025
EndSat Nov 15 14:53:09 2025
Elapsed25 mins, 13 secs

All Changes:

:

  1. Change #248789

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 15 Nov 2025 14:09:28
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision a957fc513afec02420daef2c43209f556d04fe33

    Comments

    filtertest: Fix two NULL pointer dereferences. [skip ci]
    TESTrun among other accept tests runs filtertest with an empty filter
    string, but it does not run filtertest without a filter string, which is
    exactly what my commit a64b807 has broken, as Francois-Xavier notes:
    
    $ filtertest EN10MB
    Segmentation fault
    
    Do not substitute NULL with an empty string because that would get in
    the way of testing the NULL filter later if required.  Instead add a
    missing check for NULL in the new code block and another in the old code
    block that prints the expression if optimizer debugging is enabled.  Add
    more comments.

    Changed files

    • testprogs/filtertest.c