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

Builder libpcap-solaris10-i386 Build #3183

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 8 secs )
    1. stdio
  4. shell_2 './configure' ( 1 mins, 4 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 38 secs )
    1. stdio
  6. shell_4 'gmake check' ( 13 mins, 8 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-i386 ( 7 mins, 10 secs )
    1. - no logs -
    2. tcpdump-solaris10-i386 #5923

Build Properties:

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

StartThu Nov 13 17:37:50 2025
EndThu Nov 13 18:00:15 2025
Elapsed22 mins, 25 secs

All Changes:

:

  1. Change #248669

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 13 Nov 2025 17:18:31
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 5375b151c9cf0ed2dd9164f4fe15321794bcb53e

    Comments

    rpcapd: Get port size check right in fileconf_read(). [skip ci]
    The block that fills the port member of an array element takes sizeof()
    of the address member, which is a bug, but a benign one because address
    and port are of the same exact size.  Fix it before it gets worse.
    
    Reported by Aniruddhan Murali and Noble Saji Mathews, both of University
    of Waterloo.  See GH #1566.

    Changed files

    • rpcapd/fileconf.c