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

Builder wget2-solaris10-sparcv9 Build #572

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

Projectwget2
Repositoryhttps://gitlab.com/gnuwget/wget2.git
Branchmaster
Revision8ebd0a25f068c34209dd42c6fea4db6e3b381626
Got Revision8ebd0a25f068c34209dd42c6fea4db6e3b381626
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 37 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 9 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 17 mins, 51 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 10 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 41 secs )
    1. stdio
  6. shell_4 './configure' failed ( 1 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 572 Build
codebase Build
got_revision 8ebd0a25f068c34209dd42c6fea4db6e3b381626 Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision 8ebd0a25f068c34209dd42c6fea4db6e3b381626 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. Tim Rühsen

Timing:

StartSun Apr 28 13:52:56 2024
EndSun Apr 28 14:12:28 2024
Elapsed19 mins, 32 secs

All Changes:

:

  1. Change #196143

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 28 Apr 2024 12:20:22
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision ac9c84b3bab60a0cd1100ac6f189fc526694e95c

    Comments

    * src/wget.c (parse_localfile): Fix xattr reading of user.mime_type

    Changed files

    • src/wget.c
  2. Change #196144

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 28 Apr 2024 12:21:44
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 299d9b9cf95d815186c7bd09dd907bd97b8fc6a1

    Comments

    * src/wget.c (set_file_metadata): Fix http:// to https:// in comment

    Changed files

    • src/wget.c
  3. Change #196145

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 28 Apr 2024 13:40:19
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 8ebd0a25f068c34209dd42c6fea4db6e3b381626

    Comments

    Fix --no-clobber + --no-parent including a possible deadlock
    * src/wget.c (queue_url_from_local): Move parents handling further up,
      (queue_url_from_remote): Fix check for parse_localfile(),
      (html_parse): Fix locking for known_urls,
      (sitemap_parse_xml): Fix locking for known_urls,
      (add_urls): Fix locking for known_urls.

    Changed files

    • src/wget.c