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

Builder wget-solaris10-sparc Build #513

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revisionfbbdf9ea01c0bf10c62bcea8059cbebb8f793151
Got Revisionfbbdf9ea01c0bf10c62bcea8059cbebb8f793151
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. shell 'bash bootstrap' failed ( 17 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 513 Build
codebase Build
got_revision fbbdf9ea01c0bf10c62bcea8059cbebb8f793151 Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision fbbdf9ea01c0bf10c62bcea8059cbebb8f793151 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. Darshit Shah

Timing:

StartSat May 20 20:40:23 2023
EndSat May 20 20:40:59 2023
Elapsed36 secs

All Changes:

:

  1. Change #173883

    Category wget
    Changed by Darshit Shah <darnirohnoyoudont@gnu.org>
    Changed at Tue 16 May 2023 00:11:25
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 5409cbcee29d62536bf6f7024ec508fbfc16a721

    Comments

    Add new test to ensure CSS url() encoding
    url() parameters in CSS cannot have spaces in them. Ensure that Wget does not do that
    when using --convert-links
    
    * testenv/test_css_url.py: New file
    * testenv/Makefile: Add test_css_url.py to tests
    
    Bug-Id: 64082

    Changed files

    • testenv/Makefile.am
    • testenv/test_css_url.py
  2. Change #173884

    Category wget
    Changed by Darshit Shah <darnirohnoyoudont@gnu.org>
    Changed at Tue 16 May 2023 18:46:19
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision fbbdf9ea01c0bf10c62bcea8059cbebb8f793151

    Comments

    Ensure that spaces are quoted when converting links
    * src/convert.c(convert_links): Print the actual quoted newname when printing DEBUG output
      (local_quote_string): Also quote the ' ' charcter as %20. While it is okay
      to leave the characted as-is, quoting it covers more edge cases.
      And it should resolve a >10 year old bug with CSS url() parameters not being quoted
    
    Bug-Id: 64082
    Reported-By: Ethan Gibbs <ethan@snowsign.net>
    Discussed-At: https://stackoverflow.com/q/13300017

    Changed files

    • src/convert.c