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

Builder curl-threaded-solaris11-i386 Build #3872

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb3570b36d7dcc27d69c14560b38603bb0b20a9e1
Got Revisionb3570b36d7dcc27d69c14560b38603bb0b20a9e1
Changes8 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 37 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3872 Build
codebase Build
got_revision b3570b36d7dcc27d69c14560b38603bb0b20a9e1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b3570b36d7dcc27d69c14560b38603bb0b20a9e1 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartFri Aug 22 16:34:08 2025
EndFri Aug 22 19:44:12 2025
Elapsed3 hrs, 10 mins, 4 secs

All Changes:

:

  1. Change #243595

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 14:16:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6c29071724680b72a300591d69e7133e64358f1

    Comments

    test1557: pass `long` type to `multi_setopt()`
    A wrong type here has seen to manifest in CI failures with gcc-12 macOS.
    
    Ref: https://github.com/curl/curl/pull/18348#issuecomment-3213881790
    Ref: https://github.com/curl/curl/actions/runs/17153761944/job/48665734013?pr=18349
    
    Follow-up to b63cce7fee30648e29a0453202f7ba05a01de79c #18339
    Follow-up to 88fc6c491f043ed184ea2cf1a17b651427fbbbf5 #18263
    
    Closes #18355

    Changed files

    • tests/libtest/lib1557.c
  2. Change #243596

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 14:16:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a9705e9cfb75075b04711cdc6532fbe880ffd20b

    Comments

    examples: make `CURLPIPE_MULTIPLEX` fallback `long`
    Closes #18356

    Changed files

    • docs/examples/http2-download.c
    • docs/examples/http2-upload.c
  3. Change #243610

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 15:53:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3298a43133d5af056e407a5aad6708c5423b55d5

    Comments

    spelling: file system
    Closes #18348

    Changed files

    • .github/scripts/spellcheck.words
    • docs/cmdline-opts/_EXITCODES.md
    • docs/examples/unixsocket.c
    • docs/internals/TLS-SESSIONS.md
    • docs/libcurl/libcurl-security.md
    • docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.md
    • lib/url.c
    • lib/vtls/mbedtls.c
    • lib/vtls/wolfssl.c
    • scripts/randdisable
    • src/tool_help.c
    • tests/data/test1443
    • tests/data/test1444
    • tests/data/test1462
    • tests/libtest/test613.pl
  4. Change #243611

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 15:53:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80c10c5d5dda78c471924b251e9db59d653aba1e

    Comments

    openssl: remove legacy cruft, document macro guards
    - assume:
      - `BIO_CTRL_EOF`
      - `SSL_CTRL_SET_MSG_CALLBACK`
      - `SSL_CTRL_SET_MSG_CALLBACK`
      - `SSL_CTRL_SET_TLSEXT_HOSTNAME`
      - `SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER`
      - `SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS`
      - `SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG`
      - `SSL_OP_NO_COMPRESSION`
      - `SSL_OP_NO_TICKET`
      - `X509_V_FLAG_PARTIAL_CHAIN`
      - `X509_V_FLAG_TRUSTED_FIRST`
      They are present in all supported OpenSSL (and fork) versions.
    
    - replace `SSL_ERROR_WANT_EARLY` with `SSL_ERROR_WANT_CLIENT_HELLO_CB`.
      The former appeared in OpenSSL 1.1.1-dev, but renamed before
      the stable release.
    
    - document support for macros:
      - `ENGINE_CTRL_GET_CMD_FROM_NAME`
      - `SSL_ERROR_WANT_ASYNC_JOB`
      - `SSL_ERROR_WANT_ASYNC`
      - `SSL2_VERSION_MAJOR`
      - `TLS1_3_VERSION`
    
    - drop legacy fallback for `CONF_MFLAGS_DEFAULT_SECTION`.
      It was there for OpenSSL 0.9.8 support.
    
    - fix `SSL_CTRL_SET_MSG_CALLBACK` accidentally serving as a guard for
      OpenSSL (and forks) as a whole.
    
    Tested OK with OpenSSL 1.0.2 and 1.1.0 in CI.
    
    Closes #18351

    Changed files

    • lib/vquic/curl_osslq.c
    • lib/vtls/openssl.c
  5. Change #243632

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 16:22:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 33572b851e06593ad26af3a957e63e1721173cd1

    Comments

    tool_urlglob: handle a zero length glob piece
    Follow-up to 034612cd515f249453a435f3d94b
    
    Add test 759 to verify
    
    Reported-by: Stanislav Osipov
    Fixes #18352
    Closes #18353

    Changed files

    • src/tool_urlglob.c
    • tests/data/Makefile.am
    • tests/data/test759
  6. Change #243634

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 16:22:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f5ee566dbca35269b6fc31c13a2a54601b5fa0ca

    Comments

    top-complexity: maximum accepted set to 72
    Down from 80. Show all functions above 60.
    
    Closes #18354

    Changed files

    • scripts/top-complexity
  7. Change #243637

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 22 Aug 2025 16:26:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a8d20cd223414ec7ab519e831bc38d3a9c5f5d04

    Comments

    asyn-thrdd: manage DEFERRED and locks better
    - cancel thread waits until thread start is at least 5ms in the past
      to give it some time to get its cancellation setup in place
    - cancel thread without holding the mutex. It's supposed to be an
      async operation, but better be safe
    - set DEFERRED cancel state explicitly, should be default in a pthread,
      but better be safe
    
    Closes #18350

    Changed files

    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/curl_threads.h
  8. Change #243638

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 16:28:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3570b36d7dcc27d69c14560b38603bb0b20a9e1

    Comments

    runtests: show still running tests when nothing has happened for a while
    ... even if there are tests still pending. To help visualize tests that
    might be hanging.
    
    Attempts to set the limit at 10 seconds of silence.
    
    Closes #18349

    Changed files

    • tests/runtests.pl