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

Builder wget-solaris10-sparc Build #515

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revision9c8668048d01927932f9bef81dc13d6b4a37a977
Got Revision9c8668048d01927932f9bef81dc13d6b4a37a977
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. shell 'bash bootstrap' failed ( 18 secs )
    1. stdio
  3. shell_1 './configure' failed ( 0 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 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-unstable10s/slave/wget-solaris10-sparc slave
buildername wget-solaris10-sparc Builder
buildnumber 515 Build
codebase Build
got_revision 9c8668048d01927932f9bef81dc13d6b4a37a977 Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision 9c8668048d01927932f9bef81dc13d6b4a37a977 Build
scheduler schedule-wget-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/wget-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Yaakov Selkowitz

Timing:

StartSun Jul 16 14:14:42 2023
EndSun Jul 16 14:15:24 2023
Elapsed42 secs

All Changes:

:

  1. Change #176296

    Category wget
    Changed by Yaakov Selkowitz <yselkowiohnoyoudont@redhat.com>
    Changed at Sun 16 Jul 2023 14:08:30
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision 9c8668048d01927932f9bef81dc13d6b4a37a977

    Comments

    testenv: fix for Python 3.12
    * testenv/server/http/http_server.py (HTTPSServer): Update for
      ssl.SSLContext APIs instead of deprecated ssl.wrap_socket().
    
    ssl.wrap_socket() was deprecated in 3.7 and removed in 3.12.
    This should be compatible back to 3.6 (RHEL 8 and newer).
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • testenv/server/http/http_server.py