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

Builder curl-unthreaded-solaris10-sparc Build #13280

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona33893dac738997ecab7a57e827687ecdb410305
Got Revisiona33893dac738997ecab7a57e827687ecdb410305
Changes14 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 53 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 32 mins, 22 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 13280 Build
codebase Build
got_revision a33893dac738997ecab7a57e827687ecdb410305 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a33893dac738997ecab7a57e827687ecdb410305 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. Viktor Szakats

Timing:

StartFri Aug 1 22:01:15 2025
EndSat Aug 2 12:17:14 2025
Elapsed14 hrs, 15 mins, 59 secs

All Changes:

:

  1. Change #241542

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 09:30:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision af69c9d636c099b8e9086828def3a92de8db3449

    Comments

    ip happy eyeballing: keep attempts running
    When `CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS` expires, start the next ip
    connect attempt, but keep all ongoing attempts alive.
    
    Separate happy-eyeballs connection filter into own source files.
    
    Closes #18105

    Changed files

    • docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md
    • lib/Makefile.inc
    • lib/cf-ip-happy.c
    • lib/cf-ip-happy.h
    • lib/connect.c
    • lib/connect.h
    • lib/curl_trc.c
    • tests/unit/unit2600.c
  2. Change #241543

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 09:37:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ba9ddb935794a9fdd6906f043102a0d3e5795113

    Comments

    tls: CURLINFO_TLS_SSL_PTR testing
    Add tests of CURLINFO_TLS_SSL_PTR and its returned value in test client
    'hx-download'. Use obtained pointer to look up the negotiated TLS
    version.
    
    Update manpage of CURLINFO_TLS_SSL_PTR to also describe the behaviour of
    wolfSSL similar to OpenSSL. Fix the wolfSSl implementation for TCP to
    behave like that. Update the QUIC queries.
    
    Fix rustls `get_internals()` to return the rustls_connection* and not
    the address of the pointer.
    
    Assisted-by: Viktor Szakats
    Closes #18066

    Changed files

    • docs/libcurl/opts/CURLINFO_TLS_SESSION.md
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/rustls.c
    • lib/vtls/wolfssl.c
    • tests/libtest/cli_hx_download.c
  3. Change #241559

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 10:49:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 077fd6aac846016af0026bf67ad5b6cfe5620e5a

    Comments

    curl_easy_ssls_export: make the example more clear
    As mentioned in #18031
    Closes #18117

    Changed files

    • docs/libcurl/curl_easy_ssls_export.md
  4. Change #241566

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 10:51:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 30daac9f2f33c78545cc93e2e7772b87ff1ede2d

    Comments

    cli_hx_download: fix compiler warnings about format strings
    Follow-up to ba9ddb935794a9fdd6906f
    
    Closes #18127

    Changed files

    • tests/libtest/cli_hx_download.c
  5. Change #241589

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 14:35:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7f5ad2028dab7e31c560283289b455f5d1c9a80d

    Comments

    pytest: test very long urls
    test_02_36 tests h1/h2/h3 with urls longer than 1/16/32/64K.
    
    Protocols behave the same until the size exceed 64k when h2 frame limits
    bite and h3 exhibits a different http status.
    
    Failed attempt to reproduce #18121
    Closes #18129

    Changed files

    • lib/vquic/curl_quiche.c
    • tests/http/test_02_download.py
  6. Change #241596

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 Aug 2025 15:40:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 32cab35a0c80f643b0fee9c2c9679ab58ec9315d

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  7. Change #241602

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 01 Aug 2025 16:02:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8df0a5ba3225afbd93574b177e05fb01135c6f1f

    Comments

    release-notes: fix warning
    Follow-up to 2ec54556d4e3f3ab551b5
    
    Closes #18133

    Changed files

    • scripts/release-notes.pl
  8. Change #241626

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 17:54:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec4c559104ad2af536e0a549ef87623da275d13e

    Comments

    openssl: check SSL_write() length on retries
    When an SSL_write() blocks we need to retry it with the
    same length as before or stupid OpenSSL freaks out. Remember
    it, limit any longer sends and fail shorter ones.
    
    Fixes #18121
    Reported-by: adamse on github
    Closes #18132

    Changed files

    • lib/request.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • tests/http/test_02_download.py
  9. Change #241634

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 01 Aug 2025 18:48:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1d56c1401f14d12c02f6fff09baf1b562b8cda7a

    Comments

    lib2700: use `testnum`
    Follow-up to 02dd471bbf8e04fc595ad0f28c965c278ffcefd0 #17591
    Follow-up to d3594be6531df3d5eafcdd09f84ad9dee1777028 #17136
    
    Closes #18138

    Changed files

    • tests/data/test2708
    • tests/libtest/lib2700.c
  10. Change #241635

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 01 Aug 2025 18:49:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ac0222d35561fe952b5f26c26bac891f89a618c9

    Comments

    CURLOPT: bump `CURLWS_NOAUTOPONG`, `CURLWS_RAW_MODE` macros to `long`
    This patch bumps the size of these macros from `int` to `long`, while
    keeping their actual values the same. It may cause incompatibilities in
    user code, requiring the bump of holder variables and/or adding casts:
    
    - CURLWS_NOAUTOPONG
    - CURLWS_RAW_MODE
    
    Also:
    - keep existing cast within the documentation to make sure it applies
      to older curl versions as well.
    
    Closes #18137

    Changed files

    • include/curl/websockets.h
    • tests/libtest/lib2301.c
    • tests/libtest/lib2700.c
  11. Change #241636

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 01 Aug 2025 18:49:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ebbb8e3da75ee57925560ae0d352edfde86def07

    Comments

    CURLOPT: bump `CURL_SSLVERSION_*` macros to `long`
    This patch bumps the size of these macros from `int` to `long`, while
    keeping their actual values the same. It may cause incompatibilities in
    user code, requiring the bump of holder variables and/or adding casts:
    
    - CURL_SSLVERSION_DEFAULT
    - CURL_SSLVERSION_SSLv2
    - CURL_SSLVERSION_SSLv3
    - CURL_SSLVERSION_TLSv1
    - CURL_SSLVERSION_TLSv1_0
    - CURL_SSLVERSION_TLSv1_1
    - CURL_SSLVERSION_TLSv1_2
    - CURL_SSLVERSION_TLSv1_3
    
    - CURL_SSLVERSION_MAX_DEFAULT
    - CURL_SSLVERSION_MAX_NONE
    - CURL_SSLVERSION_MAX_TLSv1_0
    - CURL_SSLVERSION_MAX_TLSv1_1
    - CURL_SSLVERSION_MAX_TLSv1_2
    - CURL_SSLVERSION_MAX_TLSv1_3
    
    Also:
    - keep existing cast within the documentation to make sure it applies
      to older curl versions as well.
    
    Closes #18135

    Changed files

    • include/curl/curl.h
  12. Change #241637

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 01 Aug 2025 18:49:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b131db54106ea009835eb4c01968a9e7181f0fd4

    Comments

    CURLOPT: bump `CURLPROTO_*` macros to `long`
    This patch bumps the size of these macros from `int` to `long`, while
    keeping their actual values the same. It may cause incompatibilities in
    user code, requiring the bump of holder variables and/or adding casts:
    
    - CURLPROTO_HTTP
    - CURLPROTO_HTTPS
    - CURLPROTO_FTP
    - CURLPROTO_FTPS
    - CURLPROTO_SCP
    - CURLPROTO_SFTP
    - CURLPROTO_TELNET
    - CURLPROTO_LDAP
    - CURLPROTO_LDAPS
    - CURLPROTO_DICT
    - CURLPROTO_FILE
    - CURLPROTO_TFTP
    - CURLPROTO_IMAP
    - CURLPROTO_IMAPS
    - CURLPROTO_POP3
    - CURLPROTO_POP3S
    - CURLPROTO_SMTP
    - CURLPROTO_SMTPS
    - CURLPROTO_RTSP
    - CURLPROTO_RTMP
    - CURLPROTO_RTMPT
    - CURLPROTO_RTMPE
    - CURLPROTO_RTMPTE
    - CURLPROTO_RTMPS
    - CURLPROTO_RTMPTS
    - CURLPROTO_GOPHER
    - CURLPROTO_SMB
    - CURLPROTO_SMBS
    - CURLPROTO_MQTT
    - CURLPROTO_GOPHERS
    - CURLPROTO_ALL
    
    Also:
    - keep existing cast within the documentation to make sure it applies
      to older curl versions as well.
    
    Closes #18136

    Changed files

    • include/curl/curl.h
    • lib/doh.c
    • lib/urldata.h
    • tests/libtest/lib1535.c
  13. Change #241638

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 01 Aug 2025 18:49:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80297e1dcb26b353464096be276fca3bc258614f

    Comments

    CURLOPT: bump remaining macros to `long`
    This patch bumps the size of these macros from `int` to `long`, while
    keeping their actual values the same. It may cause incompatibilities in
    user code, requiring the bump of holder variables and/or adding casts:
    
    - CURLGSSAPI_DELEGATION_FLAG
    - CURLGSSAPI_DELEGATION_NONE
    - CURLGSSAPI_DELEGATION_POLICY_FLAG
    
    - CURLMIMEOPT_FORMESCAPE
    
    - CURLSSH_AUTH_AGENT
    - CURLSSH_AUTH_ANY
    - CURLSSH_AUTH_DEFAULT
    - CURLSSH_AUTH_GSSAPI
    - CURLSSH_AUTH_HOST
    - CURLSSH_AUTH_KEYBOARD
    - CURLSSH_AUTH_NONE
    - CURLSSH_AUTH_PASSWORD
    - CURLSSH_AUTH_PUBLICKEY
    
    Also:
    - keep existing cast within the documentation to make sure it applies
      to older curl versions as well.
    
    Closes #18134

    Changed files

    • docs/examples/sftpget.c
    • include/curl/curl.h
  14. Change #241642

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 01 Aug 2025 18:54:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a33893dac738997ecab7a57e827687ecdb410305

    Comments

    examples: drop long cast for `CURLALTSVC_*`
    Follow-up to d45b85d79198a0259123923a6aa186ded2aaca6c #18063

    Changed files

    • docs/examples/altsvc.c