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

Builder tcpdump-solaris10-sparcv9 Build #5600

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris10-sparcv9' 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' ( 17 secs )
    1. stdio
  4. shell_2 configure ( 2 mins, 4 secs )
    1. stdio
  5. shell_3 gmake ( 7 mins, 46 secs )
    1. stdio
  6. shell_4 check ( 57 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Francois-Xavier Le Bail

Timing:

StartWed Oct 16 21:18:29 2024
EndWed Oct 16 21:29:42 2024
Elapsed11 mins, 12 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