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

Builder tcpdump-solaris10-i386 Build #5500

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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, 4 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 3 mins, 32 secs )
    1. stdio
  6. shell_4 'gmake check' ( 57 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 5500 Build
codebase Build
got_revision 6fa624334bfa077934deb08b65ffbd22105429e1 Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision 6fa624334bfa077934deb08b65ffbd22105429e1 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:

StartWed Oct 16 21:18:31 2024
EndWed Oct 16 21:24:15 2024
Elapsed5 mins, 43 secs

All Changes:

:

  1. Change #211899

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Wed 16 Oct 2024 21:12:16
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 6fa624334bfa077934deb08b65ffbd22105429e1

    Comments

    Update the ND_TCHECK_LEN macro definitions
    Avoid warnings such as in the following case:
    
            if (...)
                    ND_TCHECK_LEN(...);
            else
    
    With gcc:
    source.c:X:12: warning: suggest explicit braces to avoid ambiguous
      'else' [-Wdangling-else]
        X |         if (...)
          |            ^
    
    With clang:
    source.c:Y:2: warning: add explicit braces to avoid dangling else
      [-Wdangling-else]
            else
            ^

    Changed files

    • netdissect.h