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

Builder curl-ares-solaris11-sparc Build #5681

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5681 Build
codebase Build
got_revision 1bf1f8ed6a28244a90dc7b56823f94c18c9d3aba Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1bf1f8ed6a28244a90dc7b56823f94c18c9d3aba Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartThu Apr 16 22:55:15 2026
EndThu Apr 16 23:43:53 2026
Elapsed48 mins, 38 secs

All Changes:

:

  1. Change #264718

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 16 Apr 2026 22:50:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 885b553545a74365f4fc2541a0829f7745e80d37

    Comments

    lib: rename more CURLcode variables to 'result'
    Closes #21348

    Changed files

    • lib/asyn-ares.c
    • lib/cookie.c
    • lib/curl_sha512_256.c
    • lib/formdata.c
    • lib/http.c
    • lib/http_ntlm.c
    • lib/ldap.c
    • lib/mime.c
    • lib/openldap.c
    • lib/rtsp.c
    • lib/urlapi.c
  2. Change #264719

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 16 Apr 2026 22:52:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1bf1f8ed6a28244a90dc7b56823f94c18c9d3aba

    Comments

    pytest_05_09: increase reliability
    Test has been flaky due to not waiting for the test server to be
    listening. On slow CI systems, the started thread is late and the curl
    command gets a refused connection.
    
    Closes #21337

    Changed files

    • lib/cf-socket.c
    • tests/http/test_05_errors.py