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

Builder wget-solaris10-i386 Build #477

Results:

Failed shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revision65e6d5b3b8c2c8e3c62ba5b9a43b84f80b01251b
Got Revision65e6d5b3b8c2c8e3c62ba5b9a43b84f80b01251b
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell 'bash bootstrap' ( 3 mins, 0 secs )
    1. stdio
  3. shell_1 './configure' ( 56 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 44 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 13 secs )
    1. stdio
    2. tests-unit-tests.log
    3. tests-test-suite.log
    4. testenv-test-suite.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Darshit Shah

Timing:

StartWed Dec 1 17:02:25 2021
EndWed Dec 1 17:07:24 2021
Elapsed4 mins, 59 secs

All Changes:

:

  1. Change #144597

    Category wget
    Changed by Darshit Shah <darnirohnoyoudont@gnu.org>
    Changed at Fri 08 Oct 2021 20:37:51
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision aecf5fbf1bf05e91c4900a814a12dc91a50dc788

    Comments

    * ftp.c (ftp_loop_internal): Fix computation of total_downloaded_bytes
    When continuing a FTP download, or not starting one because the file is
    already fully retrieved, don't include the size of the file in the
    total_downloaded_bytes. Only the actual amount of data retrieved over
    the network should be considered there.
    
    Fixes: #61277
    Reported-By: Michal Ruprich <formaiko>

    Changed files

    • src/ftp.c
  2. Change #144598

    Category wget
    Changed by Darshit Shah <darnirohnoyoudont@gnu.org>
    Changed at Mon 11 Oct 2021 23:06:38
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 65e6d5b3b8c2c8e3c62ba5b9a43b84f80b01251b

    Comments

    * retr.c (rotate_backups): Non existent files are not errors in this function

    Changed files

    • src/retr.c