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

Builder wget2-solaris10-sparcv9 Build #539

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

Projectwget2
Repositoryhttps://gitlab.com/gnuwget/wget2.git
Branchmaster
Revision1a886595e69f54247c70a1e553676407fc8028c7
Got Revision1a886595e69f54247c70a1e553676407fc8028c7
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-wget2-solaris10-sparcv9' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 3 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 14 mins, 57 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 32 secs )
    1. stdio
  6. shell_4 './configure' failed ( 0 secs )
    1. stdio
  7. shell_5 'gmake' failed ( 0 secs )
    1. stdio
  8. shell_6 'gmake check' failed ( 0 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/wget2-solaris10-sparcv9 slave
buildername wget2-solaris10-sparcv9 Builder
buildnumber 539 Build
codebase Build
got_revision 1a886595e69f54247c70a1e553676407fc8028c7 Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision 1a886595e69f54247c70a1e553676407fc8028c7 Build
scheduler schedule-wget2-solaris10-sparcv9 Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/wget2-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jan-Michael Brummer

Timing:

StartSat Nov 4 17:48:03 2023
EndSat Nov 4 18:03:44 2023
Elapsed15 mins, 41 secs

All Changes:

:

  1. Change #183902

    Category wget
    Changed by Jan-Michael Brummer <jan-michael.brummer1ohnoyoudont@volkswagen.de>
    Changed at Sat 04 Nov 2023 17:02:45
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 1a886595e69f54247c70a1e553676407fc8028c7

    Comments

    Add libproxy support
    Add support for libproxy, which is capable to extract desktop
    environment proxy configurations from dozens of systems and platforms.
    This also enables wget to handle pac/wpad proxy server.
    
    * configure.ac: Add check for libbproxy.
    * libwget/http.c (wget_http_open): Retrieve proxy via libproxy.
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • configure.ac
    • libwget/http.c