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

Builder wget2-solaris10-i386 Build #665

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartSat Jan 3 23:41:21 2026
EndSat Jan 3 23:47:23 2026
Elapsed6 mins, 1 secs

All Changes:

:

  1. Change #254064

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sat 03 Jan 2026 23:30:16
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 36797ff1019d725b9f6adae183ef2980922d7a5e

    Comments

    Implement 1xx response skipping for HTTP/2
    * libwget/http2.c (on_frame_recv_callback): Skip 1xx responses.
    * tests/Makefile.am: Add test-1xx.
    * tests/libtest.c (h2_on_frame_recv_callback): Send 1xx response if requested from test.
    * tests/libtest.h (struct url): Add new member code_1xx.
    * tests/test-1xx.c: New test file.

    Changed files

    • libwget/http2.c
    • tests/Makefile.am
    • tests/libtest.c
    • tests/libtest.h
    • tests/test-1xx.c