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

Builder wget-solaris10-i386 Build #514

Results:

Failed shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revision8e8900613ca98ad3accb8158548e4a3290a306f3
Got Revision8e8900613ca98ad3accb8158548e4a3290a306f3
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' ( 3 mins, 1 secs )
    1. stdio
  3. shell_1 './configure' ( 58 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 48 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 14 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 514 Build
codebase Build
got_revision 8e8900613ca98ad3accb8158548e4a3290a306f3 Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision 8e8900613ca98ad3accb8158548e4a3290a306f3 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. Jan-Michael Brummer

Timing:

StartFri Oct 20 18:18:18 2023
EndFri Oct 20 18:23:23 2023
Elapsed5 mins, 5 secs

All Changes:

:

  1. Change #183024

    Category wget
    Changed by Jan-Michael Brummer <jan-michael.brummer1ohnoyoudont@volkswagen.de>
    Changed at Fri 20 Oct 2023 18:08:01
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 8e8900613ca98ad3accb8158548e4a3290a306f3

    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.
    * src/retr.c (getproxy): Retrieve proxy via libproxy.
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • AUTHORS
    • configure.ac
    • src/retr.c