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

Builder curl-unthreaded-solaris10-i386 Build #16662

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionabdfa2baff7a1b30e997f370d4a8a7a0ef04929f
Got Revisionabdfa2baff7a1b30e997f370d4a8a7a0ef04929f
Changes16 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Fabian Keil
  3. Viktor Szakats
  4. renovate[bot]
  5. sourceturner

Timing:

StartFri Jun 12 01:40:39 2026
EndFri Jun 12 11:21:13 2026
Elapsed9 hrs, 40 mins, 34 secs

All Changes:

:

  1. Change #270441

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 15:44:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f763847982dcbcb95ee6f02b4fa654994ef60c5b

    Comments

    cf-ip-happy.c: minor comment typo

    Changed files

    • lib/cf-ip-happy.c
  2. Change #270453

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 16:02:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 08ae71f33dfb912a8f5f5f3b1b5d42b1ab136f8d

    Comments

    CURLOPT_WRITEFUNCTION.md: remove stray reference to HSTS
    It appears to have landed here by mistake
    
    Closes #21968

    Changed files

    • docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md
  3. Change #270454

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 16:06:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7f45bb8f5b369ae6d952a0f959321af2a57c03fe

    Comments

    http_digest: return better error
    It is not a content encoding error.
    
    Found by the GitHub AI thing.
    
    Closes #21969

    Changed files

    • lib/http_digest.c
  4. Change #270474

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 17:55:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 663b156a37943866ff6ffc98ce62bb9ae5a40789

    Comments

    GHA/windows: bump Cygwin Action and adjust version number
    It seems the commit hash behind the v6.1 tag is changing, and the latest
    version is actually v6.0.2, which is currently mapped to the v6.1 hash.
    
    Fixing:
    ```
    warning[ref-version-mismatch]: action's hash pin has mismatched or missing version comment
      --> .github/workflows/windows.yml:98:87
       |
    98 |       - uses: cygwin/cygwin-install-action@711d29f3da23c9f4a1798e369a6f01198c13b11a # v6.1
       |         ---------------------------------------------------------------------------   ^^^^ points to commit 3f0a3f9f988f
       |         |
       |         is pointed to by tag v6.0.1
    ```
    
    Ref: https://github.com/cygwin/cygwin-install-action/issues/59
    
    Closes #21974

    Changed files

    • .github/workflows/windows.yml
  5. Change #270496

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 11 Jun 2026 19:31:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0d433d0809326b4015232765ac913ab336a0172

    Comments

    GHA: update debian:bookworm-slim Docker digest to 96e378d
    Closes #21958

    Changed files

    • Dockerfile
  6. Change #270497

    Category curl
    Changed by sourceturner <186975065+sourceturnerohnoyoudont@users.noreply.github.com>
    Changed at Thu 11 Jun 2026 19:33:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04a85a1d385fb94ef076764c926a8c0006eff19f

    Comments

    asyn-thrdd: add IPv6 guards
    It seems that the usual '#ifdef USE_IPV6' guards have been overlooked in
    lib/asyn-thrdd.c.
    
    This commit makes sure that the code compiles if IPv6 is not available.
    
    Closes #21881

    Changed files

    • lib/asyn-thrdd.c
  7. Change #270502

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 19:48:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a606c68faa10ac726a246d3a78f03488b22c26c

    Comments

    tidy-up: miscellaneous
    - GHA/windows: drop redundant double-quotes.
    - CMake/PickyWarnings: improve/shorten comment.
    - INTERNALS: fix typo in LibreSSL release date.
    - drop redundant parentheses from single variables and sole `#if`
      expressions.
    - cf-ip-happy: fix missing space from error string.
    - telnet: fix parentheses in commented PP code.
    - lib1922: fix typo test output text.
    - smbserver: unfold lines.
    - smbserver: use f-string.
    - smbserver: initialize binary string as b``.
    - fix typos in comments.
    
    Closes #21972

    Changed files

    • .github/workflows/windows.yml
    • CMake/PickyWarnings.cmake
    • docs/INTERNALS.md
    • docs/examples/chkspeed.c
    • docs/examples/http2-download.c
    • docs/examples/http2-upload.c
    • lib/cf-ip-happy.c
    • lib/http2.c
    • lib/multi.c
    • lib/peer.h
    • lib/telnet.c
    • lib/vquic/cf-ngtcp2-proxy.c
    • lib/vtls/schannel_verify.c
    • tests/data/test1922
    • tests/libtest/lib1922.c
    • tests/smbserver.py
  8. Change #270503

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 19:52:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e35ba09f47d55ff315a381032856e35f6da3f6dd

    Comments

    tidy-up: add spaces around equal operators where missing
    Found via regex search: `=[^~>= ]`
    
    Closes #21975

    Changed files

    • .github/scripts/randcurl.pl
    • docs/examples/adddocsref.pl
    • docs/examples/version-check.pl
    • docs/libcurl/mksymbolsmanpage.pl
    • docs/libcurl/symbols.pl
    • lib/optiontable.pl
    • scripts/badwords
    • scripts/cd2cd
    • scripts/cd2nroff
    • scripts/cdall
    • scripts/checksrc.pl
    • scripts/managen
    • scripts/mdlinkcheck
    • scripts/nroff2cd
    • scripts/release-notes.pl
    • scripts/singleuse.pl
    • scripts/top-complexity
    • scripts/top-length
    • src/mkhelp.pl
    • tests/allversions.pm
    • tests/appveyor.pm
    • tests/ftpserver.pl
    • tests/getpart.pm
    • tests/globalconfig.pm
    • tests/http2-server.pl
    • tests/http3-server.pl
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/test1013.pl
    • tests/libtest/test1022.pl
    • tests/memanalyze.pl
    • tests/memanalyzer.pm
    • tests/pathhelp.pm
    • tests/runtests.pl
    • tests/secureserver.pl
    • tests/serverhelp.pm
    • tests/servers.pm
    • tests/test1119.pl
    • tests/test1135.pl
    • tests/test1139.pl
    • tests/test1140.pl
    • tests/test1165.pl
    • tests/test1167.pl
    • tests/test1173.pl
    • tests/test1175.pl
    • tests/test1177.pl
    • tests/test1222.pl
    • tests/test1275.pl
    • tests/test1276.pl
    • tests/test1477.pl
    • tests/test1486.pl
    • tests/test1488.pl
    • tests/test1544.pl
    • tests/test745.pl
    • tests/test971.pl
    • tests/testcurl.pl
    • tests/testutil.pm
  9. Change #270507

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 20:57:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8b1be77c4421067db5c5d2070974cb2fddc840c2

    Comments

    runtests: fix tests for curl builds with embedded CA bundle
    Reported-by: Rainer Jung
    Co-authored-by: Rainer Jung
    Fixes #21970
    Follow-up to 8a3740bc8e558b9a9d4a652b74cf27a0961d7010 #14059
    
    Closes #21973

    Changed files

    • tests/runtests.pl
  10. Change #270527

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 22:09:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bcb2890c6fb6f64d348baafbaa4c903a0884e199

    Comments

    telnet: fix error message typos
    Spotted by GitHub Code Quality
    
    Closes #21976

    Changed files

    • lib/telnet.c
  11. Change #270528

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 22:09:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0cd0a64de4731ad5da138f3b4a314c735cd1dc02

    Comments

    GHA/distcheck: fix parsing the download page
    Fixing:
    ```
    curl: (3) URL rejected: Malformed input to a URL function
    ```
    Ref: https://github.com/curl/curl/actions/runs/27370389568/job/80880800780
    
    Refs:
    https://github.com/curl/curl-www/commit/1735f6af6ae75af08e646c0407cdc69cf6a0855d
    https://github.com/curl/curl-www/pull/593
    
    Follow-up to 2cc171cbd4a9eac84f5c62c5b987347e5f8880e1 #21759
    
    Closes #21977

    Changed files

    • .github/workflows/distcheck.yml
  12. Change #270538

    Category curl
    Changed by Fabian Keil <fkohnoyoudont@fabiankeil.de>
    Changed at Thu 11 Jun 2026 23:10:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 244834d3a168135f08b45034a5f57bff19158d48

    Comments

    tests: add the "--resolve" keyword to tests that lack it
    ... even though they use the curl option "--resolve".
    
    This makes it more convenient to choose or skip the tests.
    
    For example Privoxy's cts test framework relies on the "--resolve"
    keyword when executing the "upstream-tests" scenario to skip curl
    tests that aren't expected to work when the requests are made through
    Privoxy. While some of the modified tests are already skipped for
    other reasons through other means when testing Privoxy, it's good to
    be consistent.
    
    Closes #21930

    Changed files

    • tests/data/test1629
    • tests/data/test1645
    • tests/data/test1646
    • tests/data/test1966
    • tests/data/test2008
    • tests/data/test2500
    • tests/data/test2503
    • tests/data/test31
    • tests/data/test779
    • tests/data/test795
  13. Change #270539

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 23:17:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5b6b744ed75bdfe86c8078a03c0644a81ad9cf6

    Comments

    libtests: add and use tutil_throwaway_cb
    This is an implementation of a CURLOPT_WRITEFUNCTION callback that just
    throws away the content and returns success. Saves us from having to
    reimplement it many times in different tests.
    
    Closes #21971

    Changed files

    • tests/libtest/first.h
    • tests/libtest/lib1518.c
    • tests/libtest/lib1523.c
    • tests/libtest/lib1686.c
    • tests/libtest/lib1922.c
    • tests/libtest/lib1940.c
    • tests/libtest/lib1945.c
    • tests/libtest/lib1947.c
    • tests/libtest/lib2032.c
    • tests/libtest/lib2405.c
    • tests/libtest/lib2504.c
    • tests/libtest/lib2505.c
    • tests/libtest/lib2506.c
    • tests/libtest/lib3102.c
    • tests/libtest/lib506.c
    • tests/libtest/lib518.c
    • tests/libtest/lib537.c
    • tests/libtest/lib568.c
    • tests/libtest/lib569.c
    • tests/libtest/lib570.c
    • tests/libtest/lib571.c
    • tests/libtest/lib572.c
    • tests/libtest/lib695.c
    • tests/libtest/lib757.c
    • tests/libtest/testutil.c
    • tests/libtest/testutil.h
  14. Change #270541

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 23:28:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c37b3982b3c65316c98c7fa74ed72939f4be4fcb

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  15. Change #270548

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 01:08:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3bc61ab6853924e8114184b22538fb81f28ba0f

    Comments

    GHA/distcheck: use `https://curl.se/info`
    Suggested-by: Daniel Stenberg
    Ref: https://github.com/curl/curl/pull/21977#issuecomment-4684764838
    Follow-up to 0cd0a64de4731ad5da138f3b4a314c735cd1dc02 #21977
    
    Closes #21978

    Changed files

    • .github/workflows/distcheck.yml
  16. Change #270554

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 01:33:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision abdfa2baff7a1b30e997f370d4a8a7a0ef04929f

    Comments

    lib695, lib757: fix truncated newline in error messages
    Closes #21980

    Changed files

    • tests/libtest/lib695.c
    • tests/libtest/lib757.c