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

Builder wget-solaris10-i386 Build #452

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revisionfd2a061f6a30304e8b3ccccec175f3e02e2855ed
Got Revisionfd2a061f6a30304e8b3ccccec175f3e02e2855ed
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' failed ( 3 mins, 0 secs )
    1. stdio
  3. shell_1 './configure' failed ( 47 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/slave/wget-solaris10-i386 slave
buildername wget-solaris10-i386 Builder
buildnumber 452 Build
codebase Build
got_revision fd2a061f6a30304e8b3ccccec175f3e02e2855ed Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision fd2a061f6a30304e8b3ccccec175f3e02e2855ed 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. Shamil Gumirov

Timing:

StartSun Apr 11 12:48:36 2021
EndSun Apr 11 12:52:26 2021
Elapsed3 mins, 50 secs

All Changes:

:

  1. Change #125597

    Category wget
    Changed by Shamil Gumirov <shamilohnoyoudont@gumirov.com>
    Changed at Sun 11 Apr 2021 12:42:07
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision fd2a061f6a30304e8b3ccccec175f3e02e2855ed

    Comments

    Minor output fix to use quote_n() instead of quote()
    * src/ftp.c (ftp_retrieve_list): change quote to quote_n
    * src/iri.c (do_conversion): change quote to quote_n
    * src/url.c (convert_fname): change quote to quote_n
    
    The implementation quote() reuses the buffer it returns which
    leads to printing the same string for each quote() call in one
    output line. Instead, quote_n() should be used as highlighted in
    the doc:
    https://www.gnu.org/software/gnulib/manual/html_node/Quoting.html
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • src/ftp.c
    • src/iri.c
    • src/url.c