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

Builder wget-solaris10-i386 Build #432

Results:

Failed shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revision7ec15b9c9250d37dcafe2ab7638700a84d0a9b1b
Got Revision7ec15b9c9250d37dcafe2ab7638700a84d0a9b1b
Changes4 changes

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, 58 secs )
    1. stdio
  3. shell_1 './configure' ( 53 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 432 Build
codebase Build
got_revision 7ec15b9c9250d37dcafe2ab7638700a84d0a9b1b Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision 7ec15b9c9250d37dcafe2ab7638700a84d0a9b1b 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
  2. Tim Rühsen

Timing:

StartWed Dec 30 21:30:08 2020
EndWed Dec 30 21:34:57 2020
Elapsed4 mins, 49 secs

All Changes:

:

  1. Change #120377

    Category wget
    Changed by Darshit Shah <darnirohnoyoudont@gnu.org>
    Changed at Tue 29 Dec 2020 13:44:20
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 8b1aeab78314ecdeaccbcd72e3589887d717f218

    Comments

    Remove portability handling code for wgint
    Gnulib's stdint.h module promises a C99 compliant stdint.h file on all
    platforms. Thus allowing us to directly use the fixed wodth integer
    type, int64_t wihout needing to resort to all the checks being
    performed.
    
    * src/wget.h: Assume that int64_t is always available and use it
    * src/mswindows.h: Remove portability code since gnulib handles it
    * configure.ac: Remove sizeof checks for integer types that are no
      longer used

    Changed files

    • configure.ac
    • src/mswindows.h
    • src/wget.h
  2. Change #120378

    Category wget
    Changed by Darshit Shah <darnirohnoyoudont@gnu.org>
    Changed at Tue 29 Dec 2020 13:44:20
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision db88ad441e20870a70faf6cc654145b24cb3373b

    Comments

    Remove portability handling for str[n]casecmp
    * src/mswindows.c: Gnulib ensures we always have str{n}casecmp
    * configure.ac: Don't need to define HAVE_STR[N]CASECMP anymore

    Changed files

    • configure.ac
    • src/mswindows.h
  3. Change #120379

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Tue 29 Dec 2020 13:44:20
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision a16149e5bbbecdffbd3cdc4c339a879c815f957c

    Comments

    src/wget.h: Cleanup code around wgint

    Changed files

    • src/wget.h
  4. Change #120380

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Tue 29 Dec 2020 13:44:20
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 7ec15b9c9250d37dcafe2ab7638700a84d0a9b1b

    Comments

    Remove SIZEOF_WGINT as wgint is always int64_t
    * src/http.c (test_parse_range_header): Remove use of SIZEOF_WGINT.
    * src/utils.c (human_readable): Remove superfluous HR_NUMTYPE,
    *   (number_to_string): Remove use of SIZEOF_WGINT.
    * src/utils.h: Remove use of SIZEOF_WGINT and HR_NUMTYPE.
    * src/wget.h: Remove #define SIZEOF_WGINT.

    Changed files

    • src/http.c
    • src/utils.c
    • src/utils.h
    • src/wget.h