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

Builder wget2-solaris10-amd64 Build #705

Results:

Failed shell_1 shell_3 shell_4 shell_5 shell_6

SourceStamp:

Projectwget2
Repositoryhttps://gitlab.com/gnuwget/wget2.git
Branchmaster
Revisiona06d3d9a6ee624e90f5f38e7a845161f9f78cf4f
Got Revisiona06d3d9a6ee624e90f5f38e7a845161f9f78cf4f
Changes13 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 2 secs )
    1. stdio
  3. shell_1 'git clone ...' failed ( 3 mins, 21 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 1 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 705 Build
codebase Build
got_revision a06d3d9a6ee624e90f5f38e7a845161f9f78cf4f Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision a06d3d9a6ee624e90f5f38e7a845161f9f78cf4f 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. KO Myung-Hun
  2. Tim Rühsen

Timing:

StartFri Jun 12 19:12:31 2026
EndFri Jun 12 19:16:06 2026
Elapsed3 mins, 34 secs

All Changes:

:

  1. Change #270674

    Category wget
    Changed by KO Myung-Hun <komh78ohnoyoudont@gmail.com>
    Changed at Thu 11 Jun 2026 16:19:33
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 2221fed0c11204af7db95d2de920c49df3a0914a

    Comments

    Do not assume that IPv6 support is available
    OS/2 does not support IPv6, yet.
    
    * libwget/utils.c (cidr_v6_match): Guard with HAVE_IPV6.
    (wget_http_match_no_proxy): Guard IPv6 codes with HAVE_IPV6.
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • libwget/http.c
  2. Change #270677

    Category wget
    Changed by KO Myung-Hun <komh78ohnoyoudont@gmail.com>
    Changed at Thu 11 Jun 2026 16:19:41
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision e54a7b588a2d89f353cc9ea1ab48f0d25e33f3ba

    Comments

    Implement wget_get_screen_size on OS/2
    * libwget/utils.c (wget_get_screen_size) [OS/2]: Implemented.
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • libwget/utils.c
  3. Change #270680

    Category wget
    Changed by KO Myung-Hun <komh78ohnoyoudont@gmail.com>
    Changed at Thu 11 Jun 2026 16:19:48
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision f0ebaac14f1d95cd210f077f94e94ae4010567d9

    Comments

    Set default paths for SSL credentials on OS/2
    * libwget/ssl.c (wget_ssl_default_cert_dir): Return a default dir for
    OS/2.
    (wget_ssl_default_ca_bundle_path): Return a default path for OS/2.
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • libwget/ssl.c
  4. Change #270682

    Category wget
    Changed by KO Myung-Hun <komh78ohnoyoudont@gmail.com>
    Changed at Thu 11 Jun 2026 16:19:54
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 31c2dd376322e5500af4a229f35637f723818088

    Comments

    Export symbols correctly on OS/2
    * include/wget/wget.h: Define WGETAPI and WGET_EXPORT for OS/2.
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • include/wget/wget.h
  5. Change #270685

    Category wget
    Changed by KO Myung-Hun <komh78ohnoyoudont@gmail.com>
    Changed at Thu 11 Jun 2026 16:20:00
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision c12d0efa6c0bea03a35f9a665bd07260a883a463

    Comments

    Use DOS-like path styles on OS/2
    * fuzz/main.c: Define SLASH to '\' on OS/2.
    (main): Ignore .exe on OS/2.
    * src/dl.c (dl_match): '\' is used as a dir separator on OS/2.
    * src/options.c (init): ';' is used as a path separator on OS/2.
    * src/plugin.c (plugin_db_load_from_envvar): ';' is used as a path
    separator and '\' as a dir separator on OS/2.
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • fuzz/main.c
    • src/dl.c
    • src/options.c
    • src/plugin.c
  6. Change #270688

    Category wget
    Changed by KO Myung-Hun <komh78ohnoyoudont@gmail.com>
    Changed at Thu 11 Jun 2026 16:20:06
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 94bc9238ddc4dc89936fe71300946ccb553abe4a

    Comments

    Support dynamic loading on OS/2
    * src/dl.c (dl_file_lookup): Symbols may have a underscore prefix on
    OS/2.
    (PATTERNS): Define it for OS/2.
    * tests/plugin_tests.h (LOCAL_NAME): Likewise.
    * unit-tests/test-dl.c (BUILD_NAME): Likewise.
    (LOCAL_NAME): Likewise.
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • src/dl.c
    • tests/plugin_tests.h
    • unit-tests/test-dl.c
  7. Change #270690

    Category wget
    Changed by KO Myung-Hun <komh78ohnoyoudont@gmail.com>
    Changed at Thu 11 Jun 2026 16:20:12
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 9a6e1997f1401d3549586e304cf2739ddea32799

    Comments

    Port ANSI escape codes to OS/2
    * libwget/bar.c (restore_cursor_position): Use ANSI escape codes for
    OS/2.
    (bar_print_slot): Likewise.
    (wget_bar_print): Likewise.
    (wget_bar_write_line_ext): Likewise.
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • libwget/bar.c
  8. Change #270692

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Thu 11 Jun 2026 16:20:19
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 442a9e3b093144002913c63f1dd4dd5a8eb96c09

    Comments

    * lib/Makefile.am: Define empty MAINTAINERCLEANFILES

    Changed files

    • lib/Makefile.am
  9. Change #270695

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Thu 11 Jun 2026 16:20:19
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 44be56684c332ccc9c4a75daf953c301046eaf56

    Comments

    * gnulib: Update

    Changed files

    • gnulib
  10. Change #270698

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Thu 11 Jun 2026 16:20:19
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 0c9008bb3def5569b5b7b9ba2bb9fc42ebcbbdc6

    Comments

    * configure.ac: Disable some clang-21 warnings

    Changed files

    • configure.ac
  11. Change #270699

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Thu 11 Jun 2026 16:20:19
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 18a7b2ddcc9ef95850038b1e0c065e154ab2102c

    Comments

    * libwget/html_url.c (html_get_url): Silence clang warnings

    Changed files

    • libwget/html_url.c
  12. Change #270700

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Thu 11 Jun 2026 20:13:08
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 4efd1ac2cd35efbc5cfb8b0c70dc324174068295

    Comments

    Stabilize CI (ignore rate limiter times when using valgrind)
    * tests/test-limit-rate-http2.c: Ignore elapsed time with valgrind.
    * tests/test-limit-rate.c: Likewise.

    Changed files

    • tests/test-limit-rate-http2.c
    • tests/test-limit-rate.c
  13. Change #270701

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Fri 12 Jun 2026 18:34:01
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision a06d3d9a6ee624e90f5f38e7a845161f9f78cf4f

    Comments

    Improve path traversal prevention for Content-Disposition
    * libwget/http_parse.c: (sanitize_filename) Fix for Win32 and fix component
      removal, (wget_http_parse_content_disposition) Build relative paths instead
      of just using the basename.
    * unit-tests/test-http-parse.c: Fix expected paths.

    Changed files

    • libwget/http_parse.c
    • unit-tests/test-http-parse.c