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

Builder curl-ares-solaris10-i386 Build #4250

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision80b6cd92af1891d9645923db3bbd453c99e99d45
Got Revision80b6cd92af1891d9645923db3bbd453c99e99d45
Changes10 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartWed Mar 18 06:01:18 2026
EndWed Mar 18 20:58:00 2026
Elapsed14 hrs, 56 mins, 42 secs

All Changes:

:

  1. Change #261330

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 17 Mar 2026 15:32:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1a5343f5e4ebb611776670759ed373ca1d27501

    Comments

    urldata: remove trailers_state
    It's not used anywhere. Remove `data->state.trailers_state` completely.
    
    Closes #20960

    Changed files

    • lib/urldata.h
  2. Change #261333

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 15:51:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f4c0590b1cd0e8fde56f9ebe460e20846182c91e

    Comments

    tool_ipfs: accept IPFS gateway URL without set port number
    Follow-up to: 56129718b80b5bd5a55
    
    Test 1851 added to verify
    
    Pointed out by Codex Security
    
    Closes #20957

    Changed files

    • src/tool_ipfs.c
    • tests/data/Makefile.am
    • tests/data/test1851
  3. Change #261337

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 17 Mar 2026 15:56:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision adda11330b379778f2a411236dff7860ae033307

    Comments

    transfer: enhance secure check
    Introduce `Curl_xfer_is_secure(data)` that returns TRUE for transfers
    that happen(ed) over a end-to-end secured connection, e.g. SSL.
    
    Add test1586 to verify behaviour for http: transfers via a https: proxy.
    
    Reported-by: lg_oled77c5pua on hackerone
    
    Closes #20951

    Changed files

    • lib/http.c
    • lib/imap.c
    • lib/transfer.c
    • lib/transfer.h
    • tests/data/Makefile.am
    • tests/data/test1586
  4. Change #261342

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 16:14:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ae09e5bf0d1f868f7094be8f640ec46d66e668bf

    Comments

    curl_get_line: error out on read errors
    Missing ferror handling in Curl_get_line causes infinite loops on I/O
    errors, leading to denial-of-service hangs for config/cache file loads.
    
    Follow-up to 769ccb4d4261a75c8a4
    
    Pointed out by Codex Security
    
    Closes #20958

    Changed files

    • lib/curl_get_line.c
  5. Change #261346

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 16:31:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a46816b4cb7d72dc6cc185a0e1f6e081e44a4d7c

    Comments

    imap: reset the UIDVALIDITY state between transfers
    uidvalidity_set and mb_uidvalidity_set flags were never reset, leaving a
    risk for stale UIDVALIDITY state across transfers and mailbox switches.
    
    Follow-up to fb6a4802d7a76d8e36652b
    
    Spotted by Codex Security
    
    Closes #20962

    Changed files

    • lib/imap.c
  6. Change #261351

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 16:51:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a327a5bdedfad6b486bca4e0a1a4fdac9ab298ca

    Comments

    netrc: refactor into smaller sub functions
    Fixes #20950 - test 685 is extended for this
    Closes #20932

    Changed files

    • docs/cmdline-opts/netrc.md
    • docs/libcurl/opts/CURLOPT_NETRC.md
    • lib/netrc.c
    • tests/data/test685
  7. Change #261353

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 17:05:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cc5604182a9e6256e8b5bc288c8586a74fb7492b

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  8. Change #261366

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 17 Mar 2026 22:17:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 650546fbe011f798a270d1dccbff60a2940cbb6a

    Comments

    cmake: document functions used from Windows system DLLs
    Closes #20965

    Changed files

    • CMakeLists.txt
  9. Change #261371

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 23:39:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d7677ac721a83c4c288a9b1f86d4830c2d82809

    Comments

    generate.bat: remove extra % from VC11 and VC12 runs
    The extra % translates to nothing, so this did not break anything they
    are just superfluous.
    
    Follow-up to 57d349fe0eee7e1f3eb68dc
    
    Assisted-by: Viktor Szakats
    
    Found by Codex Security

    Changed files

    • projects/Windows/generate.bat
  10. Change #261372

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 23:41:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80b6cd92af1891d9645923db3bbd453c99e99d45

    Comments

    tool_formparse: propagate my_get_line errors when reading headers
    The read_field_headers() function would return "ok" even if the
    underlying file read returned error, thus would the parent not become
    aware of the problem.
    
    Follow-up to f847d2ed0244319ee6b5e9b054c
    
    Found by Codex Security
    
    Closes #20963

    Changed files

    • src/tool_formparse.c