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

Builder curl-unthreaded-solaris10-sparc Build #13724

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 13 mins, 7 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 13724 Build
codebase Build
got_revision bfa5857c44a7488cf1e8f8475e1b74575259e02e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bfa5857c44a7488cf1e8f8475e1b74575259e02e 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. Viktor Szakats

Timing:

StartWed Dec 31 17:15:19 2025
EndWed Dec 31 17:55:59 2025
Elapsed40 mins, 40 secs

All Changes:

:

  1. Change #253725

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 31 Dec 2025 17:00:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ad830bb5812b0a246125c780f2723fefd9b66d8

    Comments

    openssl: stop checking for `OPENSSL_NO_SHA*` macros
    Macros have been deleted upstream and never defined in OpenSSL 1.1.0+:
    https://github.com/openssl/openssl/commit/474e469bbd056aebcf7e7d3207ef820f2faed4ce
    
    BoringSSL deleted the last internals uses in 2014:
    https://github.com/google/boringssl/commit/457112e1973251a721ae419128d7108844d3c1a3
    
    LibreSSL refers to them internally and in two public headers, but never
    set them via `openssl/opensslfeatures.h` / `openssl/opensslconf.h`.
    
    Follow-up to 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 #18330
    
    Closes #20130

    Changed files

    • lib/curl_sha512_256.c
    • lib/setup-vms.h
    • lib/vtls/openssl.c
  2. Change #253726

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 31 Dec 2025 17:00:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 352f3f140c832f300baed6d735d19a7b7c727c54

    Comments

    tests: include headers only when used
    Cherry-picked from #20106
    
    Closes #20131

    Changed files

    • tests/libtest/lib758.c
    • tests/tunit/tool1604.c
    • tests/unit/unit1304.c
    • tests/unit/unit1307.c
    • tests/unit/unit1656.c
    • tests/unit/unit1657.c
    • tests/unit/unit1660.c
    • tests/unit/unit2603.c
  3. Change #253727

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 31 Dec 2025 17:00:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 258521e17093101d119c494c8e11dbef2e1b01bf

    Comments

    hostip.h: drop redundant `setjmp.h` include
    Already included directly via `hostip.c`, and other header users do not
    use it.
    
    Also add comment about why `setjmp.h` is used.
    
    Cherry-picked from #20106
    
    Closes #20132

    Changed files

    • lib/hostip.c
    • lib/hostip.h
    • tests/server/tftpd.c
  4. Change #253728

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 31 Dec 2025 17:06:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfa5857c44a7488cf1e8f8475e1b74575259e02e

    Comments

    test1664: extend with more tests for curlx_str_quotedword
    Closes #20123

    Changed files

    • tests/data/test1664
    • tests/unit/unit1664.c