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

Builder wget2-solaris10-i386 Build #606

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 1 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 5 mins, 54 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 21 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 606 Build
codebase Build
got_revision c4c43209d521a58e02b786b9b5b120e3449c230f Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision c4c43209d521a58e02b786b9b5b120e3449c230f 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:

StartFri Sep 6 16:48:24 2024
EndFri Sep 6 16:54:49 2024
Elapsed6 mins, 24 secs

All Changes:

:

  1. Change #206845

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Fri 06 Sep 2024 16:42:12
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision c4c43209d521a58e02b786b9b5b120e3449c230f

    Comments

    Update progress report line every second
    * src/wget.c: Add new function progress_report(),
      add new declaration progress_report().
    * src/wget.c (main): Start thread progress_report().
    * src/bar.c: Increase BAR_THREAD_SLEEP_DURATION from 125 to 1000 millseconds.
    * libwget/bar.c (bar_update_slot): Limit ratio to 100%, add TODO.

    Changed files

    • libwget/bar.c
    • src/bar.c
    • src/wget.c