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

Builder curl-unthreaded-solaris11-sparc Build #6373

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision83b7ad083d4252c11e7e897436ef073029c65de0
Got Revision83b7ad083d4252c11e7e897436ef073029c65de0
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Fredrik Blau

Timing:

StartSat Sep 5 22:03:12 2026
EndSat Sep 5 23:12:49 2026
Elapsed1 hrs, 9 mins, 37 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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