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

Builder wget-solaris10-i386 Build #509

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell 'bash bootstrap' ( 3 mins, 10 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 509 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/wget-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Darshit Shah

Timing:

StartSat May 20 20:40:24 2023
EndSat May 20 20:45:33 2023
Elapsed5 mins, 8 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