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

Builder tcpdump-solaris10-amd64 Build #5863

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartTue Apr 8 05:03:55 2025
EndTue Apr 8 05:09:13 2025
Elapsed5 mins, 17 secs

All Changes:

:

  1. Change #226904

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Tue 08 Apr 2025 05:01:02
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision d8078c7fcb4d8260ca2e9ebb78f43d71894be639

    Comments

    Suppress bogus C4738 from MSVC.
    Our trick to extract a big-endian IEEE floating-point number from a
    packet confuses MSVC into thinking we're doing something we're not
    doing, or maybe just that we might do so somewhere that it can't see.
    Suppress the resulting warning.
    
    This should fix issue #1318.

    Changed files

    • CMakeLists.txt