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

Builder wget-solaris10-i386 Build #438

Results:

Failed shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revisione9641d989b44d596dbf653e676cfa3b30ee60a0c
Got Revisione9641d989b44d596dbf653e676cfa3b30ee60a0c
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' ( 2 mins, 57 secs )
    1. stdio
  3. shell_1 './configure' ( 54 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 41 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 438 Build
codebase Build
got_revision e9641d989b44d596dbf653e676cfa3b30ee60a0c Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision e9641d989b44d596dbf653e676cfa3b30ee60a0c 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:

StartThu Jan 7 21:56:37 2021
EndThu Jan 7 22:01:26 2021
Elapsed4 mins, 48 secs

All Changes:

:

  1. Change #120823

    Category wget
    Changed by Darshit Shah <darnirohnoyoudont@gnu.org>
    Changed at Thu 07 Jan 2021 21:35:20
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision e9641d989b44d596dbf653e676cfa3b30ee60a0c

    Comments

    Use PRId64 to correctly identify the format specifier
    * src/utils.c: Use PRId64 to correctly identify the format specifier for
    wgint values. This fixes a warning on 32-bit systems where wgint is a
    long long int instead of the long int that the format specifier
    indicated.
    
    Reported-by: Jeffrey Walton

    Changed files

    • src/retr.c