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

Builder curl-ares-solaris10-i386 Build #3602

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision41fe621ae13616893512df1226025c60f3b148b9
Got Revision41fe621ae13616893512df1226025c60f3b148b9
Changes15 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 53 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 5 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 3602 Build
codebase Build
got_revision 41fe621ae13616893512df1226025c60f3b148b9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 41fe621ae13616893512df1226025c60f3b148b9 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. Anthony Hu
  2. Daniel Stenberg
  3. David Zhuang
  4. Roberto Hidalgo
  5. Stefan Eissing
  6. Viktor Szakats
  7. renovate[bot]

Timing:

StartTue Aug 5 17:13:00 2025
EndWed Aug 6 02:01:08 2025
Elapsed8 hrs, 48 mins, 7 secs

All Changes:

:

  1. Change #242051

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 08:48:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1f34125141aeab7d365b1e154ef0cd85393a9d30

    Comments

    urldata: reduce two long struct fields to unsigned short
    Closes #18173

    Changed files

    • lib/http.c
    • lib/setopt.c
    • lib/urldata.h
  2. Change #242057

    Category curl
    Changed by Anthony Hu <anthonyohnoyoudont@wolfssl.com>
    Changed at Tue 05 Aug 2025 08:58:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2340a6007082674bd8e79c3ecc172c4b2a14d023

    Comments

    wolfssl: rename ML-KEM hybrids to match IETF draft
    Closes #18123

    Changed files

    • lib/vtls/wolfssl.c
  3. Change #242068

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 11:24:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b2e6dae695478559348c74c830b3d360d2abbed6

    Comments

    curl_multi_get_offt: add separate man pages for the options
    Follow-up to 1ad2009ad63478ace18977ec5314f597f45ad084
    
    Closes #18168

    Changed files

    • docs/libcurl/curl_multi_get_offt.md
    • docs/libcurl/opts/CURLMINFO_XFERS_ADDED.md
    • docs/libcurl/opts/CURLMINFO_XFERS_CURRENT.md
    • docs/libcurl/opts/CURLMINFO_XFERS_DONE.md
    • docs/libcurl/opts/CURLMINFO_XFERS_PENDING.md
    • docs/libcurl/opts/CURLMINFO_XFERS_RUNNING.md
    • docs/libcurl/opts/Makefile.inc
  4. Change #242079

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 11:48:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96ff6b98b488d9672ae134abb950f2668ccceb32

    Comments

    curl_multi_get_offt: language fix
    Closes #18175

    Changed files

    • docs/libcurl/curl_multi_get_offt.md
  5. Change #242091

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 13:05:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3689ef21bde91c549b15ea7818e623914b87d702

    Comments

    multi: change prefix for the network change bits to CURLMNWC_
    Because "CURLM_" is used for curl multi error codes and it is convenient
    to use the prefix to identify the number family.
    
    Closes #18176

    Changed files

    • docs/libcurl/opts/CURLMOPT_NETWORK_CHANGED.md
    • docs/libcurl/symbols-in-versions
    • include/curl/multi.h
    • lib/multi.c
    • tests/libtest/lib3033.c
  6. Change #242092

    Category curl
    Changed by Roberto Hidalgo <unohnoyoudont@rob.mx>
    Changed at Tue 05 Aug 2025 13:08:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4442e06b1f2558410dd95d2c895043c633d1fd10

    Comments

    openssl: output unescaped utf8 x509 issuer/subject DNs
    Closes #18171

    Changed files

    • lib/vtls/openssl.c
  7. Change #242094

    Category curl
    Changed by David Zhuang <dzhuangohnoyoudont@roblox.com>
    Changed at Tue 05 Aug 2025 13:12:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60587049f73f05a3cbca43c6f721e69d3852b702

    Comments

    vquic: use curl_getenv
    getenv isn't defined on all platforms, which prevents vquic from
    building. I specifically ran into this issue building on PlayStation.
    
    Closes #18170

    Changed files

    • lib/vquic/vquic.c
  8. Change #242108

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 05 Aug 2025 13:42:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b5d2e6e63f980d0a27f16ecc252a4f6b348c5f80

    Comments

    GHA: pin jobs to windows-2022
    To avoid being bumped to windows-2025 in September, and to stay with
    the superior performance offered by windows-2022 runners.
    
    Ref: #18140
    Closes #18178

    Changed files

    • .github/workflows/distcheck.yml
    • .github/workflows/windows.yml
  9. Change #242109

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 13:47:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b059f7deaf300dfae49c1b73a5b42394d4f34e70

    Comments

    setopt: add helper functions to setopt_long()
    - Consistently keep options within ranges
    - Reduce the maximum maxredirs value to fit a signed short
    - Removed comments as the place to document the options is not here
    
    Closes #18174

    Changed files

    • lib/hostip.c
    • lib/http.c
    • lib/setopt.c
    • lib/urldata.h
  10. Change #242114

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 14:05:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fe4ade53b73c6063a92d0382cbfca08fb34a0584

    Comments

    tool_cb_wrt: split out win_console() from tool_write_cb()
    Closes #18180

    Changed files

    • src/tool_cb_wrt.c
  11. Change #242124

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 14:26:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2978d33089947ebdceef62f815cf020d035d457c

    Comments

    tool_cb_wrt: use dynbuf instead of "manual" malloc
    When creating new file names for no-clobber
    
    Closes #18182

    Changed files

    • src/tool_cb_wrt.c
  12. Change #242129

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 05 Aug 2025 14:51:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a7bacfe6e0ad75b46bd17a6cf90eae03c21de10f

    Comments

    ci: update openssl/openssl to v3.5.2
    Closes #18186

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  13. Change #242135

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 15:46:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3b7d65239ad14fee33f6beac74fb5e450b8b39d

    Comments

    tool: replace three malloc + copy with memdup0
    The function already existed for private use in var.c
    
    Closes #18185

    Changed files

    • src/tool_cb_hdr.c
    • src/tool_strdup.c
    • src/tool_strdup.h
    • src/tool_urlglob.c
    • src/var.c
  14. Change #242136

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 15:47:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 952117c0329e7155e3826ad7c69adb842be85f25

    Comments

    tool_cb_hrd: remove global pointer from 'struct HdrCbData'
    It is not necessary
    
    Closes #18184

    Changed files

    • src/tool_cb_hdr.c
    • src/tool_cb_hdr.h
    • src/tool_operate.c
  15. Change #242140

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 05 Aug 2025 16:01:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41fe621ae13616893512df1226025c60f3b148b9

    Comments

    vtls: set seen http version on successful ALPN
    When a HTTP version has been negotiated via ALPN, set the member
    `conn->httpversion_seen` accordingly. This allows pending transfers to
    reuse multiplexed http connections before the response to the first
    transfer has arrived.
    
    Fixes #18177
    Reported-by: IoannisGS on github
    Closes #18181

    Changed files

    • lib/http.c
    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/vtls.c