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

Builder wget2-solaris10-i386 Build #711

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 4 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 6 mins, 5 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 3 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 711 Build
codebase Build
got_revision acf7f4ecd35e9d353bfb5d3ad216dd5368f1b3d4 Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision acf7f4ecd35e9d353bfb5d3ad216dd5368f1b3d4 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 25 08:34:16 2026
EndFri Sep 25 08:40:41 2026
Elapsed6 mins, 24 secs

All Changes:

:

  1. Change #283092

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Fri 25 Sep 2026 10:04:56
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision acf7f4ecd35e9d353bfb5d3ad216dd5368f1b3d4

    Comments

    Fix -P/--directory-prefix for absolute paths
    * src/options.c (init): Use absolute directory prefix as-is.
    * tests/test-directory-prefix.c: Add test using an absolute directory prefix.
    
    Fixes https://gitlab.com/gnuwget/wget2/-/work_items/723

    Changed files

    • src/options.c
    • tests/test-directory-prefix.c