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

Builder wget-solaris10-sparc Build #523

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revisionf4da5456c2289f96429f537e214dcdb9faaee031
Got Revisionf4da5456c2289f96429f537e214dcdb9faaee031
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell 'bash bootstrap' failed ( 20 secs )
    1. stdio
  3. shell_1 './configure' failed ( 0 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 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-unstable10s/slave/wget-solaris10-sparc slave
buildername wget-solaris10-sparc Builder
buildnumber 523 Build
codebase Build
got_revision f4da5456c2289f96429f537e214dcdb9faaee031 Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision f4da5456c2289f96429f537e214dcdb9faaee031 Build
scheduler schedule-wget-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/wget-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Darshit Shah

Timing:

StartMon Feb 19 14:02:39 2024
EndMon Feb 19 14:03:11 2024
Elapsed32 secs

All Changes:

:

  1. Change #191174

    Category wget
    Changed by Darshit Shah <gitohnoyoudont@darnir.net>
    Changed at Mon 19 Feb 2024 13:57:19
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 642e740182d731b26c6b63b537a1743d6df4d73a

    Comments

    * testenv/conf/expected_files.py: Nicer diff printing on error

    Changed files

    • testenv/conf/expected_files.py
  2. Change #191175

    Category wget
    Changed by Darshit Shah <gitohnoyoudont@darnir.net>
    Changed at Mon 19 Feb 2024 13:57:32
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision dfb9f65fc36aed28571d103b10e0cc89ecd4544f

    Comments

    * testenv/conf/expected_files.py: Aesthetic changes only. Format file with black

    Changed files

    • testenv/conf/expected_files.py
  3. Change #191176

    Category wget
    Changed by Darshit Shah <gitohnoyoudont@darnir.net>
    Changed at Mon 19 Feb 2024 13:57:38
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision f4da5456c2289f96429f537e214dcdb9faaee031

    Comments

    Add tests for --convert-links option
    * testenv/Makefile.am: Add two new tests, Test-k.py and Test-https-k.py
    * testenv/Test-k.py: New file. Add a test based on tests/Test-k.px
    * testenv/Test-https-k.py: New file. Add a new test to ensure that the
      protocol of the original host URL is retained when creatign absolute
      links.
    
    This test is added as a result of an issue reported on StackExchange:
    https://superuser.com/questions/1348940/making-wgets-convert-links-respect-http-vs-https

    Changed files

    • testenv/Makefile.am
    • testenv/Test-https-k.py
    • testenv/Test-k.py