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

Builder wget-solaris10-i386 Build #528

Results:

Failed shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revision5f0aa59239c36fc945b94d8ab91562d56e5bf776
Got Revision5f0aa59239c36fc945b94d8ab91562d56e5bf776
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell 'bash bootstrap' ( 3 mins, 31 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 1 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 46 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 528 Build
codebase Build
got_revision 5f0aa59239c36fc945b94d8ab91562d56e5bf776 Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision 5f0aa59239c36fc945b94d8ab91562d56e5bf776 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. Sam James

Timing:

StartSat Apr 20 18:23:04 2024
EndSat Apr 20 18:28:44 2024
Elapsed5 mins, 40 secs

All Changes:

:

  1. Change #195679

    Category wget
    Changed by Sam James <samohnoyoudont@gentoo.org>
    Changed at Tue 16 Apr 2024 04:23:56
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 5f0aa59239c36fc945b94d8ab91562d56e5bf776

    Comments

    Fix libproxy build with --disable-debug
    The definition of debug_logprintf in src/log.c is guarded by ENABLE_DEBUG
    (although its prototype is unconditionally available in src/log.h).
    
    The uses of debug_logprintf in src/retr.c aren't guarded by ENABLE_DEBUG.
    
    Use the DEBUGP macro which is designed for this purpose.
    
    * src/retr.c (getproxy): Use DEBUGP macro.
    
    Fixes: https://gitlab.com/gnuwget/wget/-/issues/19
    Copyright-paperwork-exempt: Yes

    Changed files

    • src/retr.c