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

Builder wget2-solaris10-i386 Build #708

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

Projectwget2
Repositoryhttps://gitlab.com/gnuwget/wget2.git
Branchmaster
Revisiondb600f40c51f0e612085f19351df3f9ad963bb5f
Got Revisiondb600f40c51f0e612085f19351df3f9ad963bb5f
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 2 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 4 mins, 23 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 5 secs )
    1. stdio
  6. shell_4 './configure' failed ( 0 secs )
    1. stdio
  7. shell_5 'gmake' failed ( 0 secs )
    1. stdio
  8. shell_6 'gmake check' failed ( 0 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/wget2-solaris10-i386 slave
buildername wget2-solaris10-i386 Builder
buildnumber 708 Build
codebase Build
got_revision db600f40c51f0e612085f19351df3f9ad963bb5f Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision db600f40c51f0e612085f19351df3f9ad963bb5f Build
scheduler schedule-wget2-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/wget2-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartWed Sep 23 10:34:17 2026
EndWed Sep 23 10:38:57 2026
Elapsed4 mins, 39 secs

All Changes:

:

  1. Change #282796

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Wed 23 Sep 2026 12:02:24
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision db600f40c51f0e612085f19351df3f9ad963bb5f

    Comments

    Fix compilation of legacy TCP Fast Open code branch
    * .gitlab-ci.yml: Add libwget compilation with -DTEST_LEGACY_TFO_API.
    * libwget/net.c: Use legacy code branch if TEST_LEGACY_TFO_API is set,
      (wget_tcp_write): Fix two compilation errors.
    
    Fixes https://github.com/rockdaboot/wget2/issues/391

    Changed files

    • .gitlab-ci.yml
    • libwget/net.c