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

Builder libpcap-solaris10-sparcv9 Build #3148

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 35 secs )
    1. stdio
  4. shell_2 './configure' ( 1 mins, 44 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 1 mins, 22 secs )
    1. stdio
  6. shell_4 'gmake check' ( 16 mins, 32 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 6 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-sparcv9 ( 13 mins, 35 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparcv9 #5944

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartThu May 29 00:57:45 2025
EndThu May 29 01:32:04 2025
Elapsed34 mins, 19 secs

All Changes:

:

  1. Change #230947

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 29 May 2025 00:52:57
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 2afc4a25eff38433938e66682fa8dce132b01311

    Comments

    Refine lookup_proto() and test it better.
    Return from the function iff the lookup was successful and remove the
    duplicate error checking from gen_scode().  Handle all failures at the
    end and include the current nominal primitive in the error message.  Add
    comments to explain the context better.  Add a tqkw() helper function.
    
    In the reject tests hard-code only the two Q_DEFAULT cases, but test
    every explicit proto qualifier in the generated cases.  Rename some
    tests to have the name match the filter expression.

    Changed files

    • gencode.c
    • testprogs/TESTrun