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

Builder curl-threaded-solaris10-i386 Build #4405

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioneca309c2a1fd60b8bf6b1ca19008ac601e99d40e
Got Revisioneca309c2a1fd60b8bf6b1ca19008ac601e99d40e
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 49 mins, 56 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4405 Build
codebase Build
got_revision eca309c2a1fd60b8bf6b1ca19008ac601e99d40e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision eca309c2a1fd60b8bf6b1ca19008ac601e99d40e Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andrei Rybak
  2. Daniel Stenberg
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartWed May 13 02:20:48 2026
EndWed May 13 12:14:21 2026
Elapsed9 hrs, 53 mins, 32 secs

All Changes:

:

  1. Change #266873

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 12 May 2026 16:05:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8f71d0fde515aa4c68002477356c35bd79927729

    Comments

    creds: hold credentials
    Authorizdation credentials are kept in `struct Curl_creds`. This contains:
    
    * `user`: the username, maybe the empty string
    * `passwd`: the password, maybe the empty string
    * `sasl_authzid`: the SASL authz value, maybe the empty string
    * `oauth_bearer`: the OAUTH bearer token, maybe the empty string
    * `source`: where the credentials from from
    * `refcount`: a reference counter to link/unkink creds
    
    A `creds` with all values empty is equivalent to NULL, e.g. no `creds`
    instance. With reference counting, `creds` can be linked/unlinked
    in several places.
    
    See docs/internals/CREDENTIALS.md for use.
    
    Closes #21548

    Changed files

    • docs/Makefile.am
    • docs/internals/CREDENTIALS.md
    • lib/Makefile.inc
    • lib/connect.c
    • lib/creds.c
    • lib/creds.h
    • lib/curl_sasl.c
    • lib/ftp.c
    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/http_digest.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/imap.c
    • lib/ldap.c
    • lib/mqtt.c
    • lib/netrc.c
    • lib/netrc.h
    • lib/openldap.c
    • lib/pop3.c
    • lib/rtsp.c
    • lib/smb.c
    • lib/socks.c
    • lib/socks.h
    • lib/telnet.c
    • lib/transfer.c
    • lib/transfer.h
    • lib/url.c
    • lib/urldata.h
    • lib/vauth/cleartext.c
    • lib/vauth/cram.c
    • lib/vauth/digest.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/gsasl.c
    • lib/vauth/krb5_gssapi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/oauth2.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/spnego_sspi.c
    • lib/vauth/vauth.c
    • lib/vauth/vauth.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • tests/libtest/lib1978.c
    • tests/unit/unit1304.c
  2. Change #266898

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 12 May 2026 17:14:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2538dc04e3a57d718de8676bd7dc86f643fd06b0

    Comments

    curl_ntlm_core: propagate DES `CryptEncrypt()` error
    Spotted by GitHub Code Quality
    
    Closes #21569

    Changed files

    • lib/curl_ntlm_core.c
  3. Change #266899

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 12 May 2026 17:14:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 02dca1eb868fa8b4ef82bfe530ad47ddd8c6d7b0

    Comments

    src: fix comment typos
    Found by GitHub Code Quality
    
    Closes #21570

    Changed files

    • lib/curl_ntlm_core.c
    • lib/multi.c
    • lib/tftp.c
  4. Change #266922

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 12 May 2026 23:46:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 287b082c63864213dabf68ae2b6dea08e3c60b35

    Comments

    tool_urlglob: better 'Duplicate glob name' position
    This now points to where the duplicate name ends, not where it starts.
    
    Also fixes test 2410 to use a fixed hostname so that the error position
    remains the same.
    
    Reported-by: Viktor Szakats
    Fixes #21567
    Closes #21568

    Changed files

    • src/tool_urlglob.c
    • tests/data/test2410
  5. Change #266923

    Category curl
    Changed by Andrei Rybak <rybak.a.vohnoyoudont@gmail.com>
    Changed at Tue 12 May 2026 23:47:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a3618d166db0ec522c8ed0892177d8470dd4df46

    Comments

    VULN-DISCLOSURE-POLICY.md: remove mention of bug bounty reward
    As a follow-up to commits ca7ef4b817 ("BUG-BOUNTY.md: we stop the
    bug-bounty end of Jan 2026", 2026-01-22) and ed7bf43a08 ("BUG-BOUNTY.md:
    minor rephrase to say there is no bug bounty", 2026-03-10), remove a
    leftover mention of the reward for vulnerability reports, that no longer
    exists, in file `VULN-DISCLOSURE-POLICY.md`.
    
    Fixes #21571
    Reported-by: Alan De Smet
    Closes #21574

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md
  6. Change #266927

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 00:43:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 54d5de53051c0580ea9dcd8fd1c7029b942e23fe

    Comments

    THANKS-filter: update
    Source: https://github.com/andrew
    
    Closes #21577

    Changed files

    • RELEASE-NOTES
    • docs/THANKS-filter
  7. Change #266928

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 00:43:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eca309c2a1fd60b8bf6b1ca19008ac601e99d40e

    Comments

    ldap: fix to not leak `attribute` on OOM (WinLDAP)
    Reported-by: Andrew Nesbitt
    
    Closes #21576

    Changed files

    • lib/ldap.c