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

Builder wget2-solaris10-sparcv9 Build #547

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 6 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 10 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 16 mins, 46 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 48 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 ( 1 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 547 Build
codebase Build
got_revision 1bab5454f9c06c2a5d7b9cfc82bd2144ecc87b81 Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision 1bab5454f9c06c2a5d7b9cfc82bd2144ecc87b81 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 Dec 17 19:15:19 2023
EndSun Dec 17 19:34:15 2023
Elapsed18 mins, 55 secs

All Changes:

:

  1. Change #186624

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 17 Dec 2023 18:52:27
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 1bab5454f9c06c2a5d7b9cfc82bd2144ecc87b81

    Comments

    Fix IPv6 address representation
    * libwget/dns.c (resolve): Fix IPv6 in debug message,
      (wget_dns_cache_ip): Fix IPv6 in error message,
      (wget_dns_resolve): Fix IPv6 in debug message.
    * libwget/dns_cache.c (wget_dns_cache_get): Fix IPv6 in debug message.
    * libwget/hsts.c (hsts_db_add_entry): Fix IPv6 in debug message.
    * libwget/http.c (wget_http_create_request): Fix IPv6 in Host header,
      (establish_proxy_connect): Fix IPv6 in CONNECT and in Host header.
    * libwget/ip.c (wget_ip_is_family): Cosmetic change.
    * libwget/iri.c (wget_iri_get_connection_part): Fix IPv6 in URL creation.
    * libwget/net.c (debug_addr): Fix IPv6 in debug message.
    * src/options.c (stats_callback_dns): Fix IPv6 in output.
    * src/wget.c (test_modify_hsts): Fix IPv6 in console output,
      (http_create_request): Fix IPv6 in Referer header.
    * unit-tests/test.c (test_iri_parse): Add two IPv6 parsing tests.
    * libwget/Makefile.am (libwget_dnscache.la): Link with libwget_ip.la,
      (libwget_hsts.la): Link with libwget_ip.la.

    Changed files

    • libwget/Makefile.am
    • libwget/dns.c
    • libwget/dns_cache.c
    • libwget/hsts.c
    • libwget/http.c
    • libwget/ip.c
    • libwget/iri.c
    • libwget/net.c
    • src/options.c
    • src/wget.c
    • unit-tests/test.c