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

Builder tcpdump-solaris10-i386 Build #6028

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revision4f84957fa91e527f10d9236a3cb13e1c56b8add4
Got Revision4f84957fa91e527f10d9236a3cb13e1c56b8add4
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 5 secs )
    1. stdio
  4. shell_2 configure ( 1 mins, 2 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 3 mins, 50 secs )
    1. stdio
  6. shell_4 'gmake check' ( 1 mins, 13 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Francois-Xavier Le Bail

Timing:

StartSun Mar 1 22:34:49 2026
EndSun Mar 1 22:41:08 2026
Elapsed6 mins, 19 secs

All Changes:

:

  1. Change #259452

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Sun 01 Mar 2026 22:30:52
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 4f84957fa91e527f10d9236a3cb13e1c56b8add4

    Comments

    CMake: Suppress warning C4200 from MSVC
    "nonstandard extension used: zero-sized array in struct/union"
    with code like: struct my_struct { ...; nd_byte ip_addr[]; }
    allowed by C99.
    
    [skip ci]

    Changed files

    • CMakeLists.txt