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

Builder wget-solaris10-i386 Build #460

Results:

Failed shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revision027d2941147d189ffbdcf6156fe4e60a48e890b3
Got Revision027d2941147d189ffbdcf6156fe4e60a48e890b3
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell 'bash bootstrap' ( 3 mins, 20 secs )
    1. stdio
  3. shell_1 './configure' ( 58 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 43 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 13 secs )
    1. stdio
    2. tests-unit-tests.log
    3. tests-test-suite.log
    4. testenv-test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/wget-solaris10-i386 slave
buildername wget-solaris10-i386 Builder
buildnumber 460 Build
codebase Build
got_revision 027d2941147d189ffbdcf6156fe4e60a48e890b3 Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision 027d2941147d189ffbdcf6156fe4e60a48e890b3 Build
scheduler schedule-wget-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/wget-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartMon May 3 17:58:39 2021
EndMon May 3 18:03:58 2021
Elapsed5 mins, 19 secs

All Changes:

:

  1. Change #126855

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Mon 03 May 2021 17:49:58
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 027d2941147d189ffbdcf6156fe4e60a48e890b3

    Comments

    * src/http.c (initialize_request): Send Host HTTP header first
    This solves an issue where the server expects the Host: header
    as first one. This seems plausible (ahem) as the Host: header is the
    only one that is required.

    Changed files

    • src/http.c