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

Builder wget2-solaris10-amd64 Build #594

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:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 4 mins, 14 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 6 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 594 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-amd64 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/wget2-solaris10-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartSun Apr 28 13:52:55 2024
EndSun Apr 28 13:57:21 2024
Elapsed4 mins, 26 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