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

Builder wget2-solaris10-sparcv9 Build #667

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 20 mins, 20 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 39 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-unstable10s/slave/wget2-solaris10-sparcv9 slave
buildername wget2-solaris10-sparcv9 Builder
buildnumber 667 Build
codebase Build
got_revision 36ca81bb0fb1e87c489e9799d3141de7905ddbf5 Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision 36ca81bb0fb1e87c489e9799d3141de7905ddbf5 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 Jan 3 15:41:26 2026
EndSat Jan 3 16:02:50 2026
Elapsed21 mins, 23 secs

All Changes:

:

  1. Change #254031

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sat 03 Jan 2026 15:25:26
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 36ca81bb0fb1e87c489e9799d3141de7905ddbf5

    Comments

    Implement --progress=dot
    * src/bar.c: Main implementation of dotted progress bar.
    * src/options.c: Handle different types for the dotted progress bar.
    * src/wget.c: Adjust calling the progress bar.
    * src/wget_bar.h: Define PROGRESS_TYPE_DOT.
    * src/wget_options.h: Extend struct config.
    * tests/test-wget-1.c: Simple testing if wget2 accepts the dot types.

    Changed files

    • src/bar.c
    • src/options.c
    • src/wget.c
    • src/wget_bar.h
    • src/wget_options.h
    • tests/test-wget-1.c