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

Builder curl-unthreaded-solaris11-i386 Build #5156

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 mins, 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 4 mins, 54 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5156 Build
codebase Build
got_revision 9d19b4730277e94c330d15c4ae2e1cb271514ff7 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9d19b4730277e94c330d15c4ae2e1cb271514ff7 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Jun 2 11:48:21 2026
EndTue Jun 2 13:58:53 2026
Elapsed2 hrs, 10 mins, 31 secs

All Changes:

:

  1. Change #269158

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 02 Jun 2026 10:05:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c49ed1b7b817d5a4e991a88aa1b5a68e6c7975e

    Comments

    os400sys: fix theoretical length overflows
    When converting a `size_t` to `unsigned int`.
    
    Another instance spotted by Copilot.
    
    Reported-by: Gao Liyou
    Ref: #21825
    Closes #21840

    Changed files

    • projects/OS400/os400sys.c
  2. Change #269178

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 11:13:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 277db5490c3b0be58020cfdec17cd11e5cfb8c08

    Comments

    URL-SYNTAX: document more URL parsing details
    - IPv4 numerical address
    - IPv6 numerical address + zone id mention
    - No IPvFuture support
    - Some path parsing details
    
    Closes #21841

    Changed files

    • docs/URL-SYNTAX.md
  3. Change #269179

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 11:17:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d2f8e231a7548ef77db5438f21d484936775b72f

    Comments

    KNOWN_BUGS: Digest does not care for 'domain'
    Room for improvement.
    
    Closes #21838

    Changed files

    • docs/KNOWN_BUGS.md
  4. Change #269182

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 11:31:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d19b4730277e94c330d15c4ae2e1cb271514ff7

    Comments

    lib1560: verify a few more URL variations
    Closes #21842

    Changed files

    • tests/data/test1560
    • tests/libtest/lib1560.c