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

Builder wget2-solaris10-sparc Build #544

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

Projectwget2
Repositoryhttps://gitlab.com/gnuwget/wget2.git
Branchmaster
Revisionec77b3ebf036a39bc560c29c9338ab8bf07885bb
Got Revisionec77b3ebf036a39bc560c29c9338ab8bf07885bb
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 0 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 12 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 14 mins, 21 secs )
    1. stdio
  4. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  5. shell_3 'bash bootstrap ...' failed ( 37 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-sparc slave
buildername wget2-solaris10-sparc Builder
buildnumber 544 Build
codebase Build
got_revision ec77b3ebf036a39bc560c29c9338ab8bf07885bb Git
project wget2 Build
repository https://gitlab.com/gnuwget/wget2.git Build
revision ec77b3ebf036a39bc560c29c9338ab8bf07885bb Build
scheduler schedule-wget2-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/wget2-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Curtis Doty
  2. Tim Rühsen

Timing:

StartSat Nov 18 13:37:54 2023
EndSat Nov 18 13:54:07 2023
Elapsed16 mins, 12 secs

All Changes:

:

  1. Change #184603

    Category wget
    Changed by Curtis Doty <Curtisohnoyoudont@GreenKey.net>
    Changed at Fri 17 Nov 2023 19:39:25
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 7bf93ff6c64520e2931b1c79663851b188ee2016

    Comments

    Add support for another non-standard cookie timstamp format
     - example: Sun Nov 26 2023 21:24:47
    
    * libwget/http_parse.c (wget_http_parse_full_date): Parse additional format.

    Changed files

    • libwget/http_parse.c
  2. Change #184604

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Fri 17 Nov 2023 19:40:51
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 7014ef7a51edf28bb7675a3629fcd86781179af5

    Comments

    * unit-tests/test.c: Add tests for wget_http_parse_full_date()

    Changed files

    • libwget/http_parse.c
    • unit-tests/test.c
  3. Change #184605

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Fri 17 Nov 2023 20:00:00
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision ec77b3ebf036a39bc560c29c9338ab8bf07885bb

    Comments

    * libwget/http_parse.c: Make http_isseparator an inline function

    Changed files

    • libwget/http_parse.c