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

Builder curl-threaded-solaris10-i386 Build #3520

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 48 mins, 52 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Jun 17 23:11:44 2025
EndWed Jun 18 07:46:43 2025
Elapsed8 hrs, 34 mins, 59 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