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

Builder wget-solaris10-sparc Build #537

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. shell 'bash bootstrap' failed ( 24 secs )
    1. stdio
  3. shell_1 './configure' failed ( 0 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 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-unstable10s/slave/wget-solaris10-sparc slave
buildername wget-solaris10-sparc Builder
buildnumber 537 Build
codebase Build
got_revision ed0c7c7e0e8f7298352646b2fd6e06a11e242ace Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision ed0c7c7e0e8f7298352646b2fd6e06a11e242ace Build
scheduler schedule-wget-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/wget-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartSun Jun 2 12:53:20 2024
EndSun Jun 2 12:54:08 2024
Elapsed48 secs

All Changes:

:

  1. Change #198757

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 02 Jun 2024 12:40:21
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision ed0c7c7e0e8f7298352646b2fd6e06a11e242ace

    Comments

    Properly re-implement userinfo parsing (rfc2396)
    * src/url.c (url_skip_credentials): Properly re-implement userinfo parsing (rfc2396)
    
    The reason why the implementation is based on RFC 2396, an outdated standard,
    is that the whole file is based on that RFC, and mixing standard here might be
    dangerous.

    Changed files

    • src/url.c