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

Builder curl-ares-solaris10-i386 Build #4527

Results:

Failed

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona40991b97c0ce721e85acbe16e16fe79b7b68c51
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 6 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4527 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision a40991b97c0ce721e85acbe16e16fe79b7b68c51 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. Joshua Rogers
  3. renovate[bot]

Timing:

StartSat Sep 19 09:28:56 2026
EndSat Sep 19 19:10:06 2026
Elapsed9 hrs, 41 mins, 9 secs

All Changes:

:

  1. Change #282198

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 19 Sep 2026 10:29:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1956d23051657ebdc98e712f19e49eebdf506de

    Comments

    parsedate: time zone strings
    The single and two letter names are not used for lookup anymore so drop
    them. The three and four letter versions are now stored as uint32 to
    use less memory and get found slightly faster.
    
    Closes #23000

    Changed files

    • lib/parsedate.c
  2. Change #282199

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Sat 19 Sep 2026 10:31:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e47b56a762058ed1b3ea4ac8a8d4fdc98abac088

    Comments

    socks: support CURLAUTH_ONLY in CURLOPT_SOCKS5_AUTH
    The SOCKS5 method negotiation always offered "no authentication" and
    accepted it, so the bitmask could not express that the connection has to
    be authenticated. CURLAUTH_NONE is zero and cannot say it either.
    
    With CURLAUTH_ONLY set, the method is neither offered nor accepted, and
    a connection that did not authenticate is not reused.
    
    Document both, and add tests 1742, 1743 and 1744.
    
    Closes #23003

    Changed files

    • docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md
    • lib/setopt.c
    • lib/socks.c
    • lib/url.c
    • lib/urldata.h
    • tests/data/Makefile.am
    • tests/data/test1742
    • tests/data/test1743
    • tests/data/test1744
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1742.c
    • tests/libtest/lib1744.c
  3. Change #282201

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Sat 19 Sep 2026 10:41:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a40991b97c0ce721e85acbe16e16fe79b7b68c51

    Comments

    Dockerfile: update debian:bookworm-slim Docker digest to 3783cc0
    Closes #23004

    Changed files

    • Dockerfile