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

Builder wget2-solaris10-i386 Build #604

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 1 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 6 mins, 37 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 ( 1 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 604 Build
codebase Build
got_revision 55a4c145c80325b2fb0b1fb3768f31094154e5d3 Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision 55a4c145c80325b2fb0b1fb3768f31094154e5d3 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:

StartThu Sep 5 17:08:23 2024
EndThu Sep 5 17:15:31 2024
Elapsed7 mins, 8 secs

All Changes:

:

  1. Change #206734

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Thu 05 Sep 2024 17:01:25
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 55a4c145c80325b2fb0b1fb3768f31094154e5d3

    Comments

    Fix redirections with --no-parent
    * src/wget.c: Add new functions add_parent(), is_parent(), matches_parent().
    * src/wget.c (queue_url_from_remote): Add redirected URL to parents if
      origin is a parent.
    * src/wget.c (queue_url_from_remote): Do not apply robots.txt to redirected
      URL if origin was requested by user.
    
    Fixes https://github.com/rockdaboot/wget2/issues/331

    Changed files

    • src/wget.c