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

Builder wget2-solaris10-sparc Build #600

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartSun Jun 30 19:17:45 2024
EndSun Jun 30 19:36:05 2024
Elapsed18 mins, 19 secs

All Changes:

:

  1. Change #200674

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 30 Jun 2024 18:55:38
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 0e60ece89ab11f9aa9199eb9ca8b187259ea9000

    Comments

    Connect using synchronous socket
    * libwget/dns.c (getaddrinfo_merging, resolve): Code cleanup.
    * libwget/net.c (wget_tcp_connect): Connect first, then set socket to async.
    
    Connecting asynchronously prevented wget2 to fallback to the next IP address
    of a host when a connect error occurred.
    
    Reported at https://github.com/rockdaboot/wget2/issues/325

    Changed files

    • libwget/dns.c
    • libwget/net.c