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

Builder curl-ares-solaris10-i386 Build #4255

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision447b32f13ac30a77f0653f32e7044f927e14c397
Got Revision447b32f13ac30a77f0653f32e7044f927e14c397
Changes14 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 49 mins, 6 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 4255 Build
codebase Build
got_revision 447b32f13ac30a77f0653f32e7044f927e14c397 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 447b32f13ac30a77f0653f32e7044f927e14c397 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:

StartSat Mar 21 00:18:28 2026
EndSat Mar 21 14:46:32 2026
Elapsed14 hrs, 28 mins, 4 secs

All Changes:

:

  1. Change #261722

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 11:31:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a1f361716ab0bbf1e15f8a9914b9f1f07855bae

    Comments

    build: limit `unitprotos.h` include to `units` target
    To omit it from `tunits`.
    
    Also: move the include to `unitcheck.h` to save a guard.
    
    Ref: https://github.com/curl/curl/pull/21014#issuecomment-4093742896
    Reported-by: Daniel Stenberg
    Fixes #21021
    Follow-up to 98d8e82c7471232639841eb63e16bb979a30acb4 #21014
    
    Closes #21024

    Changed files

    • tests/libtest/first.h
    • tests/libtest/unitcheck.h
  2. Change #261728

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 11:57:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 756725a32bee029330f949e231720f867b5312dc

    Comments

    tool_operate: drop the scheme-guessing in the -G handling
    Prior to this, -G would override the scheme set with --proto-default and
    revert back to guessing the scheme based on the hostname.
    
    Add test 2008 to verify the fix
    
    Spotted by Codex Security
    
    Closes #20992

    Changed files

    • src/tool_operate.c
    • tests/data/Makefile.am
    • tests/data/test2008
  3. Change #261739

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 13:17:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e3ed70ce720121ad9a9914101e29bc7028b7e046

    Comments

    url: use the socks type for socks proxy
    Reported by Codex Security
    
    Closes #21025

    Changed files

    • lib/url.c
  4. Change #261751

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 13:47:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2cdb2209da683aeb8e72f11933095af5478fbc4e

    Comments

    getinfo: initialize `PureInfo` field `used_proxy`
    Found by Codex Security
    
    Follow-up to cc04c7367740bb6db0e47368247b8b0c70c376cb #12719
    
    Closes #21020

    Changed files

    • lib/getinfo.c
  5. Change #261755

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 15:00:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b182ae529af0af2c1ac435a55af52d5e007ba5d

    Comments

    file: init fd to -1 to prevent close fd 0 on early failure
    Spotted by Codex Security
    
    Closes #21029

    Changed files

    • lib/file.c
  6. Change #261760

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 16:00:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d1d50d65ddb4b111a56c16fe6a32ab6d71b98be

    Comments

    protocol: use scheme names lowercase
    When composing the <scheme>_proxy environment variable, we assume the
    handler->scheme name is already lowercase.
    
    This makes unit test 1627 verify that is the case.
    
    Follow-up to c294f9cb564a2d550826cd5
    
    Spotted by Codex Security
    
    Closes #21033

    Changed files

    • lib/protocol.c
    • tests/unit/unit1627.c
  7. Change #261767

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 16:55:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73a528834400e9ebfb20289edf79d1b0f749ec0d

    Comments

    unit1627.c: remove a newline

    Changed files

    • tests/unit/unit1627.c
  8. Change #261768

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 16:56:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b9e179e4e529f64ef40ebb3999e43d89d6f96b1a

    Comments

    urldata: make speeder_c uint32
    This counter is meant to virtually never wrap.
    
    Follow-up to e3691612ea1
    
    Spotted by Codex Security
    
    Closes #21036

    Changed files

    • lib/urldata.h
  9. Change #261773

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 17:23:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 07c10f09a51379b772beeacc14606ae5cf0e0d10

    Comments

    tool_operhlp: fix `add_file_name_to_url()` result on OOM
    Return `CURLE_OUT_OF_MEMORY` instead of `CURLE_URL_MALFORMAT` when
    `curl_url()`, `curl_easy_escape()`, or `curl_maprintf()` calls failed.
    
    Found by Codex Security
    
    Also reuse deinit code from a success branch.
    
    Closes #21011

    Changed files

    • src/tool_operhlp.c
  10. Change #261774

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 17:24:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f2ba8f061363ac0f1c1aec71c25c2ffeb9dbefc5

    Comments

    protcol.h: fix the CURLPROTO_MASK
    It had an 'f' too few. Also provide CURLPROTO_WS* unconditionally
    internally, so that code can depend on them in all builds.
    
    Follow-up to cd5ca80f00d2d9f0fe7
    
    Spotted by Codex Security
    
    Test case 3219 added to catch this next time.
    
    Closes #21031

    Changed files

    • lib/protocol.h
    • tests/data/Makefile.am
    • tests/data/test3219
    • tests/unit/Makefile.inc
    • tests/unit/unit3219.c
  11. Change #261779

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 17:46:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1eb9096897b31423bf2d11bf4c263530df4e8ec7

    Comments

    transfer: enable custom methods again on next transfer
    `http_ignorecustom` is set on redirect handling but was not reset
    between transfers, so once a redirect occurs in the new follow modes,
    custom request methods were ignored for later transfers on the same
    handle.
    
    Follow-up to fb13923dd67d5196c47e8d
    
    Detected by Codex Security
    
    Closes #21037

    Changed files

    • lib/transfer.c
  12. Change #261780

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 20 Mar 2026 17:48:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 708b3f8b4e56aa6e8423e805b362bfc15389846c

    Comments

    wolfssl: fix handling of abrupt connection close
    A closed connection without TLS notify shutdowns, has been reported as a
    correct EOF instead of an error. Fix the error handling in wolfSSL
    backend receive handling.
    
    Spotted by Codex Security
    
    Closes #21002

    Changed files

    • lib/vtls/wolfssl.c
  13. Change #261787

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 19:53:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 208b87744e8ce326e2569c2efd735da43ce74a0b

    Comments

    GHA/windows: disable `taskkill` in torture jobs
    As an experiment.
    
    Also:
    - processhelp.pm: log when `taskkill` is force-skipped.
    
    Ref: #21035
    
    Follow-up to f450f3801b6b9dff0ea280f5fb4bf28203f7b313 #19897
    Follow-up to 2701ac6a4d16a62130dad05be1c484903b8545c7 #19421
    
    Closes #21039

    Changed files

    • .github/workflows/windows.yml
    • tests/processhelp.pm
  14. Change #261791

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 22:28:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 447b32f13ac30a77f0653f32e7044f927e14c397

    Comments

    RELEASE-NOTES: synced
    Bump curlver to 8.20.0 for pending release

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h