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

Builder wget2-solaris10-sparcv9 Build #574

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

Projectwget2
Repositoryhttps://gitlab.com/gnuwget/wget2.git
Branchmaster
Revision329d1282caa9ae58105a6b6832138050c492dc28
Got Revision329d1282caa9ae58105a6b6832138050c492dc28
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 9 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 18 mins, 20 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 35 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 574 Build
codebase Build
got_revision 329d1282caa9ae58105a6b6832138050c492dc28 Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision 329d1282caa9ae58105a6b6832138050c492dc28 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. Darshit Shah

Timing:

StartMon Apr 29 20:03:25 2024
EndMon Apr 29 20:22:55 2024
Elapsed19 mins, 30 secs

All Changes:

:

  1. Change #196243

    Category wget
    Changed by Darshit Shah <gitohnoyoudont@darnir.net>
    Changed at Mon 29 Apr 2024 18:51:31
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 9bcee4e021f42c3d6ae836a1951233d57f65dbb4

    Comments

    * contrib/check_options: Replace deprecated use of egrep

    Changed files

    • contrib/check_options
  2. Change #196247

    Category wget
    Changed by Darshit Shah <gitohnoyoudont@darnir.net>
    Changed at Mon 29 Apr 2024 19:54:14
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 329d1282caa9ae58105a6b6832138050c492dc28

    Comments

    Limit cases where methods are redirected to GET
    * tests/test-spider-r.c: Add new test for redirections with spider
    * src/wget.c(process_response_header): Prevent changing the request
      method during a redirection to GET.
    
    Fixes: #660

    Changed files

    • src/wget.c
    • tests/test-spider-r.c