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

Builder curl-threaded-solaris11-i386 Build #5199

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb9b2c0cbb854908a2580e4424b0315983f7cf3da
Got Revisionb9b2c0cbb854908a2580e4424b0315983f7cf3da
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 22 mins, 5 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 41 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 5199 Build
codebase Build
got_revision b9b2c0cbb854908a2580e4424b0315983f7cf3da Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b9b2c0cbb854908a2580e4424b0315983f7cf3da 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. Viktor Szakats
  3. Yedaya Katsman

Timing:

StartTue Jun 9 10:41:01 2026
EndTue Jun 9 13:09:58 2026
Elapsed2 hrs, 28 mins, 57 secs

All Changes:

:

  1. Change #270011

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 09 Jun 2026 09:20:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a2b943b115ab55e25464b555aed746b2e67c8dfe

    Comments

    digest: escape control codes too
    Since the username is decoded when used and control codes are accepted
    in HTTP usernames in general, the username encoding for the Digest auth
    needs to percent encode such bytes.
    
    Verified by test 3221
    
    Reported-by: Trail of Bits
    Closes #21915

    Changed files

    • lib/vauth/digest.c
    • tests/data/Makefile.am
    • tests/data/test3221
  2. Change #270012

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Tue 09 Jun 2026 09:23:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7b9d74abf6fb446d5c388c75755100998c67944a

    Comments

    resolve: Mention in error that IP address is expected
    If you try using a DNS name like connect-to supports it can be confusing that
    it is illegal. Also make it a bit more readable
    
    Closes #21913

    Changed files

    • lib/dnscache.c
  3. Change #270022

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Jun 2026 10:24:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cb4465bfe67ec9c75722ea10923a6a75005e8f68

    Comments

    pytest: close file handles after use (cont.), and tidy-ups
    - dante.py, dnsd.py, sshd.py: drop redundant conditions.
      Spotted in sshd by GitHub Code Quality.
    - curl.py: comment out `if` to silence CodeQL warning.
    
    Reported by GitHub CodeQL
    
    Follow-up to 8145476d5dd97d0ec704e9ea65b2f2028b8a945c #21916
    
    Closes #21917

    Changed files

    • tests/http/testenv/caddy.py
    • tests/http/testenv/client.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/dante.py
    • tests/http/testenv/dnsd.py
    • tests/http/testenv/h2o.py
    • tests/http/testenv/nghttpx.py
    • tests/http/testenv/sshd.py
    • tests/http/testenv/vsftpd.py
  4. Change #270023

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Jun 2026 10:24:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b9b2c0cbb854908a2580e4424b0315983f7cf3da

    Comments

    docs: returned header size reflects HTTP/1-style format
    Ref: #21889
    
    Closes #21912

    Changed files

    • docs/cmdline-opts/write-out.md
    • docs/libcurl/opts/CURLINFO_HEADER_SIZE.md