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

Builder curl-ares-solaris10-sparc Build #3754

Build In Progress:

ETA: 09:45:42 [24 mins, 45 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision68ed69a5ab668ff6bbd7ff31f6deb40dee59642e
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3754 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 68ed69a5ab668ff6bbd7ff31f6deb40dee59642e Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Fredrik Blau
  3. Viktor Szakats

Timing:

StartSat Sep 5 22:49:05 2026
Elapsed10 hrs, 31 mins, 51 secs

All Changes:

:

  1. Change #280811

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 05 Sep 2026 16:32:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3300ce0fb53e0e394b94efa1869350de95877d56

    Comments

    digest.h: add forward declaration
    Follow-up to 9be5c6849225f2dbb3bf60249998c33575dd0910 #22831
    
    Closes #22834

    Changed files

    • lib/vauth/digest.h
  2. Change #280812

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Sep 2026 16:33:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55ac6ef0df4ee90421aea141fd071758f1a64766

    Comments

    test 4657: -J with multiple redirects, use the last name
    Closes #22835

    Changed files

    • tests/data/Makefile.am
    • tests/data/test4657
  3. Change #280831

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Sep 2026 16:57:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ded3e594455d6f018fab5f2f5d916eb9bc4ef94

    Comments

    cookie: ignore individual cookie errors when loading
    Closes #22840

    Changed files

    • lib/cookie.c
  4. Change #280867

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Sep 2026 22:20:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65f685742ccf40d685cb2899618125bd25a49a66

    Comments

    lib: rename curlx/fopen.[ch] to curlx/win32-fopen.[ch]
    To make it more apparent what the file is for and separate it better
    from curl_fopen.[ch]
    
    Closes #22842

    Changed files

    • .github/labeler.yml
    • lib/Makefile.inc
    • lib/curl_fopen.h
    • lib/curlx/fopen.c
    • lib/curlx/fopen.h
    • lib/curlx/win32-fopen.c
    • lib/curlx/win32-fopen.h
    • lib/file.c
    • lib/formdata.c
    • lib/memdebug.c
    • lib/mime.c
    • lib/netrc.c
    • lib/vquic/cf-ngtcp2-cmn.c
    • lib/vquic/cf-ngtcp2.c
    • lib/vquic/vquic.c
    • lib/vssh/libssh2.c
    • lib/vssh/vssh.c
    • lib/vtls/gtls.c
    • lib/vtls/keylog.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_verify.c
    • lib/vtls/vtls.c
    • src/Makefile.inc
    • src/tool_setup.h
    • tests/libtest/Makefile.inc
    • tests/libtest/first.h
    • tests/perf/Makefile.inc
    • tests/perf/first.h
    • tests/server/Makefile.inc
    • tests/server/first.h
  5. Change #280873

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Sep 2026 22:34:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1f2b39cfb15ff08d545b59e505dc7971780f44a4

    Comments

    getparam: switch off CONNECT headers when using -J
    To prevent it getting trigged by proxies until we get a header callback
    that gives us this information.
    
    Add test4656 to verify - disabled by default as I can't get it to work
    reliably
    
    Reported-by: Stanislav Fort
    
    Closes #22838

    Changed files

    • src/tool_getparam.c
    • tests/data/DISABLED
    • tests/data/Makefile.am
    • tests/data/test4656
  6. Change #280880

    Category curl
    Changed by Fredrik Blau <40271584+fredrikblauohnoyoudont@users.noreply.github.com>
    Changed at Sat 05 Sep 2026 23:00:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 19d0f4acfa9df373e8e1f987c11b7165e1edac34

    Comments

    tool: (re)set SSL verification in --libcurl output
    So that it shows it correctly even if toggled on/off between --next.
    
    Fixes #22701
    Closes #22745

    Changed files

    • src/config2setopts.c
    • src/tool_easysrc.c
    • src/tool_easysrc.h
    • src/tool_setopt.c
    • src/tool_setopt.h
    • tests/data/Makefile.am
    • tests/data/data1679.c
    • tests/data/test1679
  7. Change #280882

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Sep 2026 23:05:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ddeb34a2178211fa559657c8ffc625a468a7803e

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  8. Change #280884

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Sep 2026 23:27:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 83b7ad083d4252c11e7e897436ef073029c65de0

    Comments

    curl_fopen: restore the uid and gid checks
    They were brought by 20f9dd6bae but were unfortunately degraded over
    time. Only clone the original properties if the new file has the same
    uid and gid.
    
    Reported-by: Stanislav Fort
    Assisted-by: Viktor Szakats
    Closes #22843

    Changed files

    • CMake/unix-cache.cmake
    • CMakeLists.txt
    • configure.ac
    • lib/curl_config-cmake.h.in
    • lib/curl_fopen.c
  9. Change #280888

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 05 Sep 2026 23:40:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 68ed69a5ab668ff6bbd7ff31f6deb40dee59642e

    Comments

    openssl: use non-deprecated API for MD5/MD4
    Rework MD4 and MD5 code to use the modern `EVP_Digest_*()` API,
    replacing the deprecated `MD4_*()` and `MD5_*()` ones. It allows to use
    these OpenSSL crypto primitives with OpenSSL built with the
    `no-deprecated` option.
    
    Closes #22221

    Changed files

    • lib/curl_setup.h
    • lib/md4.c
    • lib/md5.c