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

Builder curl-unthreaded-solaris10-sparc Build #13855

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision11c14b5ca5cad00a755aacd7bd67a7bd7444902b
Got Revision11c14b5ca5cad00a755aacd7bd67a7bd7444902b
Changes12 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 31 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 56 mins, 2 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 13855 Build
codebase Build
got_revision 11c14b5ca5cad00a755aacd7bd67a7bd7444902b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 11c14b5ca5cad00a755aacd7bd67a7bd7444902b 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. Daniel Stenberg
  2. Stefan Eissing
  3. Vladimír Marek

Timing:

StartThu Mar 12 01:00:35 2026
EndThu Mar 12 18:47:14 2026
Elapsed17 hrs, 46 mins, 39 secs

All Changes:

:

  1. Change #260643

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 07:46:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3fd0d776d1fa1ba9eeecd95bd0959e825630e995

    Comments

    THANKS: add contributors from 8.19.0 release

    Changed files

    • docs/THANKS
  2. Change #260644

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 07:46:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a73be1f958c01b22a1c78414334c04c94eae2f2

    Comments

    VERSIONS: add 8.19.0

    Changed files

    • docs/VERSIONS.md
  3. Change #260645

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 07:46:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c908d2d0a6d32abdedda2c52e90bd56ec76c24d

    Comments

    RELEASE-NOTES: synced
    curl 8.19.0

    Changed files

    • RELEASE-NOTES
  4. Change #260655

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 08:45:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e52a57107745a4142402a7571c366315aaa9d60

    Comments

    badwords: combine the whitelisting into a single regex
    Also: make the whitelist matches case insensitve
    
    Takes the script execution time down from 3.6 seconds to 1.1 on my
    machine.
    
    Closes #20880

    Changed files

    • scripts/badwords
  5. Change #260656

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 08:46:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1a4d3920461243305eb94c9ebb7f84ddeefbf860

    Comments

    docs: minor wording tweaks
    found when improving the badwords whitelisting logic

    Changed files

    • docs/cmdline-opts/connect-to.md
    • docs/tests/FILEFORMAT.md
  6. Change #260657

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 08:49:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a221e2fbff8114c29ce686c976f3510f5fb278f3

    Comments

    RELEASE-NOTES: synced
    Bumped curlver as well

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h
  7. Change #260673

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 09:44:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 53a3b2114a9b0652bb464437d38f5c8abffc708d

    Comments

    libssh2: fix error handling on quote errors
    Previously it lacked the actual return. libssh.c uses the same function
    name.
    
    Verified by test 2007.
    
    Reported-by: m777m0 on hackerone
    
    Follow-up to 578706addec3d41cb5db64160d23795a95ca11d9
    
    Closes #20883

    Changed files

    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • tests/data/Makefile.am
    • tests/data/test2007
  8. Change #260677

    Category curl
    Changed by Vladimír Marek <vlmarek13ohnoyoudont@gmail.com>
    Changed at Wed 11 Mar 2026 11:33:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 015f1c7de40839b6681b7dde7371093319c22e64

    Comments

    hostip: clear the sockaddr_in6 structure before use
    On Solaris this was causing intermittent issues when the private
    structure member __sin6_src_id had unexpectedly some value. connect(2)
    would then fail with EADDRNOTAVAIL.
    
    Closes #20885

    Changed files

    • lib/hostip.c
  9. Change #260718

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 11 Mar 2026 23:28:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision da7bfb89a1a0e3816b7f12e67e2439f04e3d36a1

    Comments

    connection_check, simplified
    The protocol handler method `connection_check` allowed to variable
    operations to trigger with variable result bits. Only the `CONNCHECK_ISDEAD`
    and `CONNRESULT_DEAD` were in use. Transform the function into
    `connection_is_dead` without extra parameter and a bool result.
    
    - Remove defines for `CONNCHECK_*` and `CONNRESULT_*`
    - Rename protocol function in handler comments
    - Change RTSP implementation (only protocol that uses this)
    
    Closes #20890

    Changed files

    • lib/curl_rtmp.c
    • lib/dict.c
    • lib/file.c
    • lib/ftp.c
    • lib/gopher.c
    • lib/http.c
    • lib/imap.c
    • lib/ldap.c
    • lib/mqtt.c
    • lib/openldap.c
    • lib/pop3.c
    • lib/rtsp.c
    • lib/smb.c
    • lib/smtp.c
    • lib/telnet.c
    • lib/tftp.c
    • lib/url.c
    • lib/urldata.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/ws.c
  10. Change #260719

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 11 Mar 2026 23:30:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f14ce01369851b48e9c72991c26185902ffbdf48

    Comments

    pingpong: cleanup timeleft handling
    - Move `RESP_TIMEOUT` from urldata.h to pingpong.h as
      `PINGPONG_TIMEOUT_MS`.
    - Rename `Curl_pp_state_timeout()` to `Curl_pp_state_timeleft_ms()` as
      the function returns the time left, not the timout..
    - Update implementation comments and variable names
    
    Closes #20888

    Changed files

    • lib/ftp.c
    • lib/pingpong.c
    • lib/pingpong.h
    • lib/urldata.h
  11. Change #260722

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 11 Mar 2026 23:45:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5fc7d50cec5465f486d68d2261f7d8378ef8d782

    Comments

    vtls: ECH definitions cleanup
    - Move ECH related defines to vtls.h
    - Prefix all defines with `CURLECH_`
    - Move base64.h include from vtls.h to implementations
    
    Closes #20887

    Changed files

    • lib/urldata.h
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/vtls.h
    • lib/vtls/wolfssl.c
  12. Change #260723

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 23:48:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 11c14b5ca5cad00a755aacd7bd67a7bd7444902b

    Comments

    urlapi: verify the last letter of a scheme when set explictly
    A logic error made the function not check the last character, which thus
    could make it accept invalid schemes.
    
    Added test 1965 to verify
    
    Reported-by: Otis Cui Lei
    
    Closes #20893

    Changed files

    • lib/urlapi.c
    • tests/data/Makefile.am
    • tests/data/test1965
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1965.c