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

Builder curl-threaded-solaris11-i386 Build #3774

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6845533e24f6febc7a006224b8991de5da328667
Got Revision6845533e24f6febc7a006224b8991de5da328667
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 59 mins, 23 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 12 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3774 Build
codebase Build
got_revision 6845533e24f6febc7a006224b8991de5da328667 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6845533e24f6febc7a006224b8991de5da328667 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Jul 28 17:45:26 2025
EndMon Jul 28 20:51:12 2025
Elapsed3 hrs, 5 mins, 45 secs

All Changes:

:

  1. Change #241001

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 28 Jul 2025 14:02:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f63bdea79028c30780b3450e5d444c84b63a5434

    Comments

    delta: drop the warnings+strict
    They really don't do much good here and I rather do this than adding
    'my' on 40+ lines.
    
    Follow-up from 2ec54556d4e3f3ab55
    
    Closes #18058

    Changed files

    • scripts/delta
  2. Change #241002

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 28 Jul 2025 14:04:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 21e885eb39c72c9a4ad59432e5de8a9859934436

    Comments

    alpn: query filter
    Add a connection filter query to obtained the negotiated ALPN
    protocol to check in setup/protocols how the connection needs
    to behave.
    
    Remove the members `alpn` and `proxy_alpn` from `connectdata`.
    
    Closes #17947

    Changed files

    • lib/cf-h2-proxy.c
    • lib/cf-https-connect.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/http.c
    • lib/http_proxy.c
    • lib/socks.c
    • lib/url.c
    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • tests/http/test_10_proxy.py
    • tests/http/test_13_proxy_auth.py
  3. Change #241008

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 28 Jul 2025 14:17:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e82c172e9f9caa9f26c09d87772a3a58d423f688

    Comments

    docs/cmdline-opts: the auth types are not mutually exclusive
    They are booleans
    
    URL: https://curl.se/mail/archive-2025-07/0019.html
    Closes #18059

    Changed files

    • docs/cmdline-opts/anyauth.md
    • docs/cmdline-opts/basic.md
    • docs/cmdline-opts/digest.md
    • docs/cmdline-opts/negotiate.md
    • docs/cmdline-opts/ntlm.md
    • docs/cmdline-opts/proxy-anyauth.md
    • docs/cmdline-opts/proxy-basic.md
    • docs/cmdline-opts/proxy-digest.md
    • docs/cmdline-opts/proxy-ntlm.md
  4. Change #241010

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 28 Jul 2025 14:18:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0e492341283778c37cf190abd22424942902f34d

    Comments

    _PROTOCOLS.md: mention file:// is only for absolute paths
    ... when using curl.
    
    Asked-by: Paul Gilmartin
    URL: https://curl.se/mail/archive-2025-07/0018.html
    Closes #18060

    Changed files

    • docs/cmdline-opts/_PROTOCOLS.md
  5. Change #241015

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 28 Jul 2025 14:57:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6845533e24f6febc7a006224b8991de5da328667

    Comments

    curl: add long option '--out-null'
    Add a new commandline option --out-null that discards all
    response bytes into the void. Replaces non-portable use of
    '-o /dev/null' with more efficiency.
    
    Feature added in 8.16.0
    
    Closes #17800

    Changed files

    • docs/cmdline-opts/Makefile.inc
    • docs/cmdline-opts/out-null.md
    • docs/cmdline-opts/output.md
    • docs/options-in-versions
    • src/tool_cb_wrt.c
    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_listhelp.c
    • src/tool_operate.c
    • src/tool_sdecls.h
    • tests/data/Makefile.am
    • tests/data/test756
    • tests/http/testenv/curl.py