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

Builder tcpdump-solaris10-amd64 Build #6157

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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, 6 secs )
    1. stdio
  5. shell_3 gmake ( 4 mins, 8 secs )
    1. stdio
  6. shell_4 check ( 1 mins, 26 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 6157 Build
codebase Build
got_revision b0fe1fd7e2556b39cbdd574d33471a3fc861855e Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision b0fe1fd7e2556b39cbdd574d33471a3fc861855e 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 Mar 17 07:44:26 2026
EndTue Mar 17 07:51:19 2026
Elapsed6 mins, 52 secs

All Changes:

:

  1. Change #261250

    Category tcpdump
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Tue 17 Mar 2026 07:29:25
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision b0fe1fd7e2556b39cbdd574d33471a3fc861855e

    Comments

    lwapp: squelch some warnings from MSVC.
    Microsoft's compiler prints more size warnings than GCC or Clang do, so
    they warned about subtracting a size_t from a uint16_t, even though the
    size_t is <= 65535. Make the variable to which the sizeof is assigned a
    uint16_t or a u_int, and cast the sizeof.

    Changed files

    • print-lwapp.c