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

Builder curl-unthreaded-solaris10-sparc Build #13973

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision81f950dd90b5b515b957a071c1a574803aafd152
Got Revision81f950dd90b5b515b957a071c1a574803aafd152
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 9 mins, 42 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 13973 Build
codebase Build
got_revision 81f950dd90b5b515b957a071c1a574803aafd152 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 81f950dd90b5b515b957a071c1a574803aafd152 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. 0xN3R3K3
  2. Daniel Stenberg
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartThu May 14 02:01:35 2026
EndThu May 14 14:24:30 2026
Elapsed12 hrs, 22 mins, 55 secs

All Changes:

:

  1. Change #266981

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 13 May 2026 14:04:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5e99b73cf441d9c369768b9cd48b5389b9a2503d

    Comments

    creds: add sasl service name
    The SASL service name, used in authentication, is part of curl's credentials
    when authenticating to a server/proxy. Make it part of `struct Curl_creds`.
    
    Change code to use `creds` to obtain a service name. By tying creds used
    to the connection, connection reuse is also only allowed when the service
    name matches.
    
    Closes #21585

    Changed files

    • lib/creds.c
    • lib/creds.h
    • lib/curl_sasl.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/imap.c
    • lib/netrc.c
    • lib/openldap.c
    • lib/pop3.c
    • lib/socks.c
    • lib/socks.h
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/url.c
    • lib/vauth/digest.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/krb5_gssapi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/spnego_sspi.c
    • lib/vauth/vauth.h
    • tests/unit/unit1304.c
  2. Change #266986

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 13 May 2026 14:34:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 11df1251e550c5b4b77a4c66bca96cbbc09cdcc4

    Comments

    snpego_sspi: preserve distinction btw policy-only and uncond delegation
    CURLOPT_GSSAPI_DELEGATION exposes distinct modes:
    CURLGSSAPI_DELEGATION_POLICY_FLAG is documented as delegating only when
    OK-AS-DELEGATE policy permits it, while CURLGSSAPI_DELEGATION_FLAG is
    unconditional. The new SSPI implementation checks for either bit and
    sets ISC_REQ_DELEGATE, so a caller requesting policy-limited delegation
    is put on the same SSPI path as unconditional delegation.
    
    In addition, curl's existing protection that avoids reusing a connection
    when the GSS delegation setting differs was guarded only by HAVE_GSSAPI;
    SSPI-only builds now have an effective delegation option, but the
    connection's delegation setting was neither copied nor compared. This
    would cause Windows SSPI Negotiate/Kerberos authentication to delegate
    credentials contrary to the caller's selected policy or reuse an
    already-delegated authenticated connection for a transfer that requested
    no delegation.
    
    Follow-up to cc6777d939976b2f322dcbe5a
    
    Reported by Codex Security
    Closes #21583

    Changed files

    • lib/url.c
    • lib/vauth/spnego_sspi.c
  3. Change #266987

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 13 May 2026 14:34:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b079595f2e903b820a027a68ea5c4c1e6697038b

    Comments

    url: keep the question mark for empty queries
    Reported-by: Bill Mill
    Fixes #21544
    
    Verified by test 1721
    
    Closes #21584

    Changed files

    • lib/url.c
    • tests/data/Makefile.am
    • tests/data/test1721
  4. Change #267004

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 13 May 2026 16:37:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7f7e4e3e689fd7ae36a690a041fe0e1c5a2ed6d2

    Comments

    creds: create on service name only
    Fix creation of creds object for transfer when only a sasl service
    name is configured by the application.
    
    Follow-up to 5e99b73cf441d9c369768
    
    Closes #21591

    Changed files

    • lib/url.c
  5. Change #267006

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 13 May 2026 16:47:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 675a9b0189d0b291b63874389374c560d78b911a

    Comments

    urlapi: change more lowercase percent-encoded to uppercase
    For consistency with other code, prefer uppercase.
    
    Verified by test 1628
    Reported-by: Fabian Keil
    URL: https://curl.se/mail/lib-2026-05/0006.html
    Closes #21592

    Changed files

    • lib/urlapi.c
    • tests/data/Makefile.am
    • tests/data/test1221
    • tests/data/test1628
    • tests/libtest/lib1560.c
  6. Change #267010

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 17:40:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96dbcf69219a812c9fb44de5ae06ec04ae0af983

    Comments

    llist: constify struct pointers
    Closes #21590

    Changed files

    • lib/llist.c
    • lib/llist.h
  7. Change #267013

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 17:52:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 616e8ea6d8bce692c3d9b0073ddcfab254ad987c

    Comments

    cookie: constify struct pointers
    Closes #21589

    Changed files

    • lib/cookie.c
    • lib/cookie.h
  8. Change #267044

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 22:47:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e25e497c5ef5a15450ae239eb3d019090c8298c9

    Comments

    cmake: merge `if` blocks (tidy-up)
    Closes #21596

    Changed files

    • CMakeLists.txt
  9. Change #267047

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 22:59:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a36c571984b1c4966e11a7b196b79a3b272cc31b

    Comments

    pythonlint.sh: make it fail on error, fix ruff warnings in pytest
    Follow-up to a5542c23e7427b8ea8f6183f503f2935d88d5d65 #21289
    Follow-up to 17e8200733a1fd9db148f794d7e1cfb47e491fcd
    
    Closes #21597

    Changed files

    • scripts/pythonlint.sh
    • tests/http/test_21_resolve.py
    • tests/http/test_22_httpsrr.py
  10. Change #267054

    Category curl
    Changed by 0xN3R3K3 <168812089+Naraka1337ohnoyoudont@users.noreply.github.com>
    Changed at Wed 13 May 2026 23:19:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision db4a6f286bbcf3576964129bd0d694e13e163f8a

    Comments

    docs: fix grammar and wording in FAQ
    Closes #21593

    Changed files

    • docs/FAQ.md
  11. Change #267067

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 13 May 2026 23:47:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 81f950dd90b5b515b957a071c1a574803aafd152

    Comments

    strparse: split a multi-line assert into many separate ones
    This way we can better tell exactly which condition that triggers. Like
    in fuzzer logs.
    
    Closes #21599

    Changed files

    • lib/curlx/strparse.c