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

Builder curl-threaded-solaris10-i386 Build #4313

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1ec912d2926767478783af950e5f7ce4e9ed2f7b
Got Revision1ec912d2926767478783af950e5f7ce4e9ed2f7b
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 34 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 49 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4313 Build
codebase Build
got_revision 1ec912d2926767478783af950e5f7ce4e9ed2f7b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1ec912d2926767478783af950e5f7ce4e9ed2f7b Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. John Haugabook
  3. Viktor Szakats

Timing:

StartWed Apr 1 01:37:42 2026
EndWed Apr 1 11:28:48 2026
Elapsed9 hrs, 51 mins, 6 secs

All Changes:

:

  1. Change #263027

    Category curl
    Changed by John Haugabook <johnhaugabookohnoyoudont@gmail.com>
    Changed at Tue 31 Mar 2026 16:49:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c1f7ffd572c5375ceac14d17177b206ffeebcd78

    Comments

    INSTALL.md: update Cygwin instructions
    Polish Cygwin section of install, adding suggestions for:
    
    - `cmake`
    - `ninja`
    - `setup --build-depends`
    
    Closes #20995

    Changed files

    • docs/INSTALL.md
  2. Change #263045

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 17:15:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c31fcf2decfbf1259cc1f3192f0cde9416189510

    Comments

    docs: SSH host verification is done at connect time
    Connection reuse is done more "casually" once verified.
    
    Closes #21173

    Changed files

    • docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md
    • docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md
    • docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.md
  3. Change #263046

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 17:17:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f14d9e6efc9dc82725d0547f2dd77fc29192ecbd

    Comments

    cmake: enable pthreads for BoringSSL/AWS-LC
    Depends on 6828df7d2116fe680a0d012b06a4501e26efa99b #21176
    
    Closes #21168

    Changed files

    • CMake/curl-config.in.cmake
    • CMakeLists.txt
  4. Change #263047

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 17:17:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1570091f1012e0a280ff28993c668a28affbd309

    Comments

    INSTALL.md: refer to as Cygwin
    Replacing `cygwin`.
    
    Closes #21179

    Changed files

    • docs/INSTALL.md
  5. Change #263048

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 17:19:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dd7fcd581f68fb76198497d585e9844e23d0f3ce

    Comments

    lib: accept larger input to md5/hmac/sha256/sha512 functions
    Avoid unchecked data conversions from size_t to unsigned int.
    
    Reported-by: James Fuller
    Closes #21174

    Changed files

    • lib/curl_hmac.h
    • lib/curl_md5.h
    • lib/curl_sha256.h
    • lib/curl_sha512_256.c
    • lib/hmac.c
    • lib/md5.c
    • lib/sha256.c
  6. Change #263055

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 17:53:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6eab0a42e369b0cf2488d35ead2fdd7d5b676ca6

    Comments

    md5: fix large size handling
    Follow-up to dd7fcd581f68fb76198497d
    
    Closes #21180

    Changed files

    • lib/md5.c
  7. Change #263089

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 23:39:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a5838847c4395cdf043d9a833f38d5ba0a704ca1

    Comments

    GHA: try workaround for slow Azure Ubuntu distro server (cont.)
    - fail if all retries failed.
    - run `dpkg --configure -a` after an aborted slow attempt.
    
    ```
    Selecting previously unselected package libsys-hostname-long-perl.
    Error: slow server, retry
    E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
    [...]
    ```
    
    Bug: https://github.com/curl/curl/pull/21107#issuecomment-4163506100
    Follow-up to 5172ba5475cffc525c2338dfa63f818e11e80a42 #21107
    
    Closes #21181

    Changed files

    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  8. Change #263091

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 23:53:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ec912d2926767478783af950e5f7ce4e9ed2f7b

    Comments

    http: refactor http_on_response into sub functions
    Reduces complexity.
    
    Closes #21172

    Changed files

    • lib/http.c
    • lib/http2.h