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

Builder libpcap-solaris10-amd64 Build #3198

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris10-amd64' 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' ( 6 secs )
    1. stdio
  4. shell_2 './configure' ( 47 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 23 secs )
    1. stdio
  6. shell_4 'gmake check' ( 11 mins, 44 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 4 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-amd64 ( 7 mins, 9 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6007

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartSat Nov 15 14:27:57 2025
EndSat Nov 15 14:48:19 2025
Elapsed20 mins, 21 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