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

Builder tcpdump-solaris11-sparc Build #133

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 3 secs )
    1. stdio
  4. shell_2 './build_matrix.sh' ( 1 hrs, 39 mins, 59 secs )
    1. stdio
    2. config.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tcpdump-solaris11-sparc slave
buildername tcpdump-solaris11-sparc Builder
buildnumber 133 Build
codebase Build
got_revision b0fe1fd7e2556b39cbdd574d33471a3fc861855e Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision b0fe1fd7e2556b39cbdd574d33471a3fc861855e Build
scheduler schedule-tcpdump-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/tcpdump-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartTue Mar 17 07:44:30 2026
EndTue Mar 17 09:24:39 2026
Elapsed1 hrs, 40 mins, 9 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