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

Builder wget2-solaris10-sparcv9 Build #705

Results:

Failed shell_1 shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  3. shell_1 'git clone ...' failed ( 20 mins, 2 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 14 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 7 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-sparcv9 slave
buildername wget2-solaris10-sparcv9 Builder
buildnumber 705 Build
codebase Build
got_revision 1fea9e653d84348a5b040a724f2aff09521d1190 Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision 1fea9e653d84348a5b040a724f2aff09521d1190 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 Jun 21 19:59:31 2026
EndSun Jun 21 20:20:18 2026
Elapsed20 mins, 47 secs

All Changes:

:

  1. Change #271987

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 21 Jun 2026 17:35:04
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision ef606503c43e3b91e63099cac0c0ff2ccdb6f448

    Comments

    Improve test for bad certificate Key Usage (KU)
    * tests/certs/server-bad-ku-template.txt: Add KU to template, previously
      certtool skipped adding it without setting the exit status to failure.
    * tests/certs/x509-server-bad-ku-cert.pem: Newly created certificate.
    * tests/test-cert-key-usage.c: Amended check for the wget2 exit code.

    Changed files

    • tests/certs/server-bad-ku-template.txt
    • tests/certs/x509-server-bad-ku-cert.pem
    • tests/test-cert-key-usage.c
  2. Change #271988

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 21 Jun 2026 19:34:53
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 48a4f252668c805eeaac793b3e31d4879fd3e57e

    Comments

    * libwget/http_parse.c (wget_http_parse_content_disposition): Avoid compiler warning

    Changed files

    • libwget/http_parse.c
    • libwget/iri.c
    • libwget/net.c
    • src/options.c
    • src/utils.c
    • src/wget.c
    • tests/gpg-test-util.h
    • tests/test-gpg-save-failed.c
  3. Change #271989

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 21 Jun 2026 19:35:16
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 1fea9e653d84348a5b040a724f2aff09521d1190

    Comments

    * libwget/ssl_wolfssl.c (do_handshake): Map SOCKET_ERROR_E to WGET_E_CONNECT

    Changed files

    • libwget/ssl_wolfssl.c