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

Builder wget2-solaris10-amd64 Build #701

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 2 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 6 mins, 38 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 4 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-amd64 slave
buildername wget2-solaris10-amd64 Builder
buildnumber 701 Build
codebase Build
got_revision 81749acfb2c2672713f9b3de7064cb7170ba1ace Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision 81749acfb2c2672713f9b3de7064cb7170ba1ace Build
scheduler schedule-wget2-solaris10-amd64 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/wget2-solaris10-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. jensonjohnathon

Timing:

StartMon Jun 8 13:39:16 2026
EndMon Jun 8 13:46:10 2026
Elapsed6 mins, 53 secs

All Changes:

:

  1. Change #269889

    Category wget
    Changed by jensonjohnathon <mailohnoyoudont@jregg.de>
    Changed at Mon 08 Jun 2026 13:33:04
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 81749acfb2c2672713f9b3de7064cb7170ba1ace

    Comments

    Fix for a stack overflow during recursive parsing of local files
    * src/wget.c removed the recursion, parsing of localfiles is now a
      special job handeled by downloader_thread
    * src/wget_job.h added the new flag parse_only to indicate that the job
      shall only be parsed without sending any requests
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • src/wget.c
    • src/wget_job.h