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

Builder curl-unthreaded-solaris10-i386 Build #16492

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision897f7143c53ec1ec53df149f869af956157d161b
Got Revision897f7143c53ec1ec53df149f869af956157d161b
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 54 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 16492 Build
codebase Build
got_revision 897f7143c53ec1ec53df149f869af956157d161b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 897f7143c53ec1ec53df149f869af956157d161b 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. Viktor Szakats

Timing:

StartThu Mar 26 08:05:45 2026
EndThu Mar 26 13:00:17 2026
Elapsed4 hrs, 54 mins, 32 secs

All Changes:

:

  1. Change #262327

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Mar 2026 18:56:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision afa71f1a22cd769d940870dfbd2807c9b45fd2b1

    Comments

    spacecheck: verify filename lengths and characters
    Maximum filename length 64, of which 48 maximum for the filename part.
    Allowed characters: `A-Za-z0-9/._-`.
    
    Also:
    - rename a file to pass the check.
    - init max constants outside the loop.
    - minor fix to an error message.
      Follow-up to 62d77b12fce55d3481bb0b2e70e0f921c8cbfe5e #21087
    
    Closes #21095

    Changed files

    • docs/Makefile.am
    • docs/internals/THRDPOOL+QUEUE.md
    • docs/internals/THRDPOOL-AND-QUEUE.md
    • scripts/spacecheck.pl
  2. Change #262328

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Mar 2026 18:56:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 486334509fb8644698f158ca151fa564d735242c

    Comments

    curl_ntlm_core: drop redundant PP condition
    `LIBWOLFSSL_VERSION_HEX` is always present in supported wolfSSL
    versions.
    
    Closes #21096

    Changed files

    • lib/curl_ntlm_core.c
  3. Change #262329

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Mar 2026 18:56:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bf6a34d8eb51cf88024210c6f10c49e00d2c6840

    Comments

    md4, md5: switch to wolfCrypt API in wolfSSL builds
    Replacing the OpenSSL-like compatibility interface, and syncing with other
    hashes, when building with wolfSSL.
    
    Also: stop stomping on OpenSSL public MD4 symbols. This makes the wolfSSL
    coexist workaround unnecessary, while also syncing up with MD5 sources.
    
    After this patch the only remaining reference to wolfSSL's OpenSSL
    compatibility layer is in `lib/curl_ntlm_core.c`.
    
    Closes #21093

    Changed files

    • lib/md4.c
    • lib/md5.c
  4. Change #262342

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 07:56:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0c14ed62c45b71ffcc6b7ef905e321288eea3eee

    Comments

    location/follow: mention netrc
    Closes #21091

    Changed files

    • docs/cmdline-opts/follow.md
    • docs/cmdline-opts/location.md
  5. Change #262343

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 07:57:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 970f0a8cecd982cb646a9897642e274cd87ab498

    Comments

    cleancmd.pl: remove markdown links before spellcheck
    Closes #21085

    Changed files

    • .github/scripts/cleancmd.pl
  6. Change #262344

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 07:57:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 897f7143c53ec1ec53df149f869af956157d161b

    Comments

    docs/VERIFY.md: verify curl
    Don't trust, verify!
    
    Closes #21085

    Changed files

    • docs/Makefile.am
    • docs/VERIFY.md