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

Builder curl-ares-solaris10-i386 Build #3484

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9b7c488f17dd64fe11ded87620a0ba219d7e1ec0
Got Revision9b7c488f17dd64fe11ded87620a0ba219d7e1ec0
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 50 mins, 45 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3484 Build
codebase Build
got_revision 9b7c488f17dd64fe11ded87620a0ba219d7e1ec0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9b7c488f17dd64fe11ded87620a0ba219d7e1ec0 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartTue Jun 17 20:20:49 2025
EndWed Jun 18 04:57:37 2025
Elapsed8 hrs, 36 mins, 47 secs

All Changes:

:

  1. Change #236878

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 17 Jun 2025 12:07:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6270b41f92605514a95fc4e67e262596bddd8d89

    Comments

    multi: do no expire a blocked transfer
    When checking to expire a transfer with input data pending, also assess
    the blocked status and do not EXPIRE_RUN_NOW a transfer that is blocked
    on READ/WRITE.
    
    Follow-up to 62349e45a818e50b5cdcd017c149f9dc87fce9fe #17636
    
    Closes #17639

    Changed files

    • lib/multi.c
  2. Change #236880

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 17 Jun 2025 12:20:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3135ed0d8404a456ce5d40079243691a16ae9ddb

    Comments

    tests: make sshserver less verbose
    Only display top of key files in verbose mode.
    
    Follow-up to 89f306ae40b678bd91595ba41fe5f9d5ed374897 #16781
    
    Closes #17647

    Changed files

    • tests/sshserver.pl
  3. Change #236887

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 17 Jun 2025 12:22:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 260ec730c2ecdb777392d6d13363297fcc01d3dd

    Comments

    GHA: update rojopolis/spellcheck-github-actions digest to 63aba94
    Closes #17643

    Changed files

    • .github/workflows/checkdocs.yml
  4. 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