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

Builder curl-unthreaded-solaris10-sparc Build #13210

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9e3492690b8d15a81f029516ae7e06a2de5863b9
Got Revision9e3492690b8d15a81f029516ae7e06a2de5863b9
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 27 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13210 Build
codebase Build
got_revision 9e3492690b8d15a81f029516ae7e06a2de5863b9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9e3492690b8d15a81f029516ae7e06a2de5863b9 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jun 18 06:20:03 2025
EndWed Jun 18 23:32:19 2025
Elapsed17 hrs, 12 mins, 15 secs

All Changes:

:

  1. Change #236908

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 17 Jun 2025 19:39:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9b7c488f17dd64fe11ded87620a0ba219d7e1ec0

    Comments

    tests/http/clients: move to tests/client
    To have all the tests binaries directly under the tests directory.
    
    There seems to be no issue adding non-http test clients to this subdir.
    
    Closes #17637

    Changed files

    • .github/workflows/windows.yml
    • configure.ac
    • tests/CMakeLists.txt
    • tests/Makefile.am
    • tests/client/.gitignore
    • tests/client/CMakeLists.txt
    • tests/client/Makefile.am
    • tests/client/Makefile.inc
    • tests/client/first.c
    • tests/client/first.h
    • tests/client/h2_pausing.c
    • tests/client/h2_serverpush.c
    • tests/client/h2_upgrade_extreme.c
    • tests/client/hx_download.c
    • tests/client/hx_upload.c
    • tests/client/tls_session_reuse.c
    • tests/client/upload_pausing.c
    • tests/client/ws_data.c
    • tests/client/ws_pingpong.c
    • tests/http/Makefile.am
    • tests/http/clients/.gitignore
    • tests/http/clients/CMakeLists.txt
    • tests/http/clients/Makefile.am
    • tests/http/clients/Makefile.inc
    • tests/http/clients/first.c
    • tests/http/clients/first.h
    • tests/http/clients/h2_pausing.c
    • tests/http/clients/h2_serverpush.c
    • tests/http/clients/h2_upgrade_extreme.c
    • tests/http/clients/hx_download.c
    • tests/http/clients/hx_upload.c
    • tests/http/clients/tls_session_reuse.c
    • tests/http/clients/upload_pausing.c
    • tests/http/clients/ws_data.c
    • tests/http/clients/ws_pingpong.c
    • tests/http/testenv/client.py
  2. Change #236918

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 17 Jun 2025 20:57:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9e3492690b8d15a81f029516ae7e06a2de5863b9

    Comments

    cmake: drop passing redundant `CURL_STATICLIB` in examples and clients
    It's set implicitly via libcurl.
    
    Closes #17655

    Changed files

    • docs/examples/CMakeLists.txt
    • tests/client/CMakeLists.txt