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

Builder wget2-solaris10-sparcv9 Build #692

Results:

Failed shell_1 shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  3. shell_1 'git clone ...' failed ( 20 mins, 0 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 6 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 ( 1 secs )
    1. stdio
    2. test-suite.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartSat May 16 20:22:31 2026
EndSat May 16 20:42:59 2026
Elapsed20 mins, 27 secs

All Changes:

:

  1. Change #267433

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sat 16 May 2026 20:12:38
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision aed8c9527fb120e3e6cc8cb77936392d97c10fbd

    Comments

    Fix --waitretry
    * src/host.c (host_increase_failure): Apply config.waitretry.
    * src/wget.c (process_response_header): Likewise,
      (downloader_thread): Likewise.
    * src/options.c: Set default for --waitretry to 10s as documented.
    * tests/Makefile.am: Add new test test-waitretry.
    * tests/test-waitretry.c: New test.

    Changed files

    • src/host.c
    • src/options.c
    • src/wget.c
    • tests/Makefile.am
    • tests/test-waitretry.c