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

Builder curl-threaded-solaris10-i386 Build #4195

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 4 mins, 22 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 4195 Build
codebase Build
got_revision 86190dccb34981e43a00bbcc9215ed7e48ba0755 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 86190dccb34981e43a00bbcc9215ed7e48ba0755 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. Viktor Szakats

Timing:

StartFri Jan 23 09:33:01 2026
EndSat Jan 24 00:52:20 2026
Elapsed15 hrs, 19 mins, 19 secs

All Changes:

:

  1. Change #256083

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 22 Jan 2026 18:42:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9e9adfddbf3f9c43581ec68d0a68ef0c81b5df43

    Comments

    GHA/linux: rename `intel` to `intelc` to avoid mixup with `<pkg>-intel`
    To avoid unnecessarily installing Intel C for any `<pkg>-intel` locally
    built dependency.
    
    Follow-up to ab8ccaed2479bf7d019b3aa25f22299546e23828 #20392
    Follow-up to d9fe60d4572bf82e407ae33277f81def896d06f2 #20248
    
    Closes #20400

    Changed files

    • .github/workflows/linux.yml
  2. Change #256092

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 22 Jan 2026 23:44:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b81341e8f557a719ea9c9c28ffd4385ac3e36f64

    Comments

    tidy-up: Markdown, clang-format nits
    - drop leading indent from Markdown.
    - switch to Markdown section markers where missing.
    - move `&&` and `||` to the end of the line (C, Perl).
    - openssl: add parenthesis to an if sub-expression.
    - misc clang-format nits.
    - unfold Markdown links.
    - SSL-PROBLEMS.md: drop stray half code-fence.
    
    Closes #20402

    Changed files

    • .github/CONTRIBUTING.md
    • docs/CODE_OF_CONDUCT.md
    • docs/HISTORY.md
    • docs/HTTP-COOKIES.md
    • docs/RELEASE-PROCEDURE.md
    • docs/SSL-PROBLEMS.md
    • docs/VERSIONS.md
    • docs/libcurl/ABI.md
    • docs/testcurl.md
    • docs/tests/TEST-SUITE.md
    • lib/connect.c
    • lib/content_encoding.c
    • lib/curl_sasl.c
    • lib/doh.c
    • lib/doh.h
    • lib/openldap.c
    • lib/vssh/libssh2.c
    • lib/vtls/openssl.c
    • m4/curl-compilers.m4
    • projects/Windows/README.md
    • scripts/checksrc.pl
    • src/tool_easysrc.c
    • tests/pathhelp.pm
    • tests/test745.pl
  3. Change #256093

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 22 Jan 2026 23:44:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86190dccb34981e43a00bbcc9215ed7e48ba0755

    Comments

    GHA: migrate 3 linter jobs to arm64
    Also to make them finish as fast or overall faster.
    
    checkdocs/proselint:
    before: https://github.com/curl/curl/actions/runs/21255607528/job/61169136666 22s
    after: https://github.com/curl/curl/actions/runs/21266680535/job/61207470652?pr=20403 19s
    
    checksrc/spellcheck, linters, REUSE:
    before: https://github.com/curl/curl/actions/runs/21255607522/job/61169137076 3m11s
    after: https://github.com/curl/curl/actions/runs/21266680282/job/61207475282?pr=20403 2m27s
    typos: 13s -> 28s
    pytype: 2m24s -> 1m24s
    
    checksrc/misc checks:
    before: https://github.com/curl/curl/actions/runs/21255607522/job/61169137176 2m29s
    after: https://github.com/curl/curl/actions/runs/21266680282/job/61207475248?pr=20403 2m5s
    shellcheck: seems larger and slower on arm64. 33 -> 45MB, 1s -> 3s
    badwords: 2m1s -> 1m35s
    
    Closes #20403

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml