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

Builder libpcap-solaris10-i386 Build #3091

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision8f426e2ba93fc8998f18e4d9517e525dec87e3a0
Got Revision8f426e2ba93fc8998f18e4d9517e525dec87e3a0
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

StartSat Feb 22 11:50:28 2025
EndSat Feb 22 11:58:26 2025
Elapsed7 mins, 58 secs

All Changes:

:

  1. Change #222544

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 22 Feb 2025 00:26:34
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision a40bc5cae261c4a91dbd2d5e208b4971a1c11849

    Comments

    TESTrun: Add a test for "ip broadcast" with 0 netmask.

    Changed files

    • testprogs/TESTrun
  2. Change #222546

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 22 Feb 2025 00:34:41
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 8f426e2ba93fc8998f18e4d9517e525dec87e3a0

    Comments

    Simplify a bitwise expression in gen_broadcast().
    Since hostmask is a 32-bit unsigned int, "~0 & hostmask" stands for
    "0xFFFFFFFF & hostmask", which always equals hostmask.  The tests for
    "ip broadcast" hold as expected.

    Changed files

    • gencode.c