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

Builder wget2-solaris10-sparcv9 Build #617

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen
  2. harshmohan07

Timing:

StartThu Oct 3 18:08:29 2024
EndThu Oct 3 18:29:57 2024
Elapsed21 mins, 28 secs

All Changes:

:

  1. Change #210254

    Category wget
    Changed by harshmohan07 <code.harshmohanohnoyoudont@gmail.com>
    Changed at Thu 03 Oct 2024 17:25:38
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision dc8966d9060533264501bcd269fec4b2dc443df2

    Comments

    Don't log URI userinfo to logs
    * include/wget/wget.h (struct wget_iri_st): Add safe_uri member.
    * libwget/iri.c: New function create_safe_uri(),
      (wget_iri_unescape_url_inline): Check iri->userinfo,
      (wget_iri_parse): Likewise,
      (wget_iri_clone): Likewise,
      (wget_iri_relative_to_abs): Remove debug logs,
      (wget_iri_set_scheme): Check iri->userinfo.
    * src/blacklist.c: Log safe_uri instead of uri.
    * src/host.c: Likewise.
    * src/options.c: Likewise.
    * src/stats_site.c: Likewise.
    * src/wget.c: Likewise,
      (queue_url_from_remote): Move redirection check further down.
    * unit-tests/test.c (test_iri_parse): Add checks for safe_uri,
      (test_iri_parse): Add safe_uri to IRI comparison,
      Print safe_uri and password.
    
    Co-authored-by: Tim Rühsen <tim.ruehsen@gmx.de>

    Changed files

    • include/wget/wget.h
    • libwget/iri.c
    • src/blacklist.c
    • src/host.c
    • src/options.c
    • src/stats_site.c
    • src/wget.c
    • unit-tests/test.c
  2. Change #210255

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Thu 03 Oct 2024 18:03:41
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 253d8daf41c6d40c3747128e7a45bf17c3bdfdc4

    Comments

    * tests/valgrind-suppressions: Suppress libc6 2.40 getaddrinfo/memmove

    Changed files

    • tests/valgrind-suppressions
  3. Change #210256

    Category wget
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Thu 03 Oct 2024 18:04:44
    Repository https://gitlab.com/gnuwget/wget2.git
    Project wget2
    Branch master
    Revision 2c936eb8f02eab2a9e85513f3c887d97f3aabca5

    Comments

    * src/wget.c: Wait for progress thread during test runs

    Changed files

    • src/wget.c