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

Builder wget-solaris10-i386 Build #415

Results:

Failed shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revision314a4f42be3c969aadc1cef9f5859f8a61b7ca82
Got Revision314a4f42be3c969aadc1cef9f5859f8a61b7ca82
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell 'bash bootstrap' ( 4 mins, 28 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 46 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' ( 1 mins, 9 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 20 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 415 Build
codebase Build
got_revision 314a4f42be3c969aadc1cef9f5859f8a61b7ca82 Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision 314a4f42be3c969aadc1cef9f5859f8a61b7ca82 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. Tomas Hozza

Timing:

StartSat Jul 11 23:07:05 2020
EndSat Jul 11 23:15:06 2020
Elapsed8 mins, 0 secs

All Changes:

:

  1. Change #111133

    Category wget
    Changed by Tomas Hozza <thozzaohnoyoudont@redhat.com>
    Changed at Sat 11 Jul 2020 22:54:26
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 28196b6807873520f5441b1ad980919a137660d7

    Comments

    testenv: HTTPTest.begin() should return exit value
    * testenv/test/http_test.py: Ensure that HTTPTest.begin() always returns
    a value
    
    Previously the HTTPTest.begin() method always returned None. However this
    is not consistent with the begin() implementation of the parent class
    (BaseTest). This change ensures that HTTPTest.begin() returns a value.
    
    Signed-off-by: Tomas Hozza <thozza@redhat.com>

    Changed files

    • testenv/test/http_test.py
  2. Change #111134

    Category wget
    Changed by Tomas Hozza <thozzaohnoyoudont@redhat.com>
    Changed at Sat 11 Jul 2020 22:54:26
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 8ffebe216099c7dcc85310c78c810e960e228c03

    Comments

    testenv: Allow definition of environment variables for wget execuion
    * testenv/README: Added description for new EnvironmentVariable hook
    * testenv/conf/environment_variable.py: Added implementation of
    EnvironmentVariable hook
    * testenv/test/base_test.py: Modified exec_wget() to enable use of
    EnvironmentVariable hook
    
    Added new test hook called EnvironmentVariables, for defining environment
    variables when wget is executed in tests. This is handy for testing
    environment variables, which are accepted by wget.
    
    Signed-off-by: Tomas Hozza <thozza@redhat.com>

    Changed files

    • testenv/README
    • testenv/conf/environment_variables.py
    • testenv/test/base_test.py
  3. Change #111135

    Category wget
    Changed by Tomas Hozza <thozzaohnoyoudont@redhat.com>
    Changed at Sat 11 Jul 2020 22:54:26
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 314a4f42be3c969aadc1cef9f5859f8a61b7ca82

    Comments

    testenv: Add test for handling of no_proxy environment variable
    * testenv/Test-no_proxy-env.py: Added new test for no_proxy env
    * testenv/Makefile.am: Added the new test to Makefile
    
    Added new test with 5 cases, which are testing various combinations
    of no_proxy environment variable definition and requested URLs.
    The test is skipped if the system does not support resolution of
    localhost subdomains to lcalhost address.
    
    Signed-off-by: Tomas Hozza <thozza@redhat.com>

    Changed files

    • testenv/Makefile.am
    • testenv/Test-no_proxy-env.py