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

Builder curl-ares-solaris10-sparc Build #3509

Build In Progress:

ETA: 04:54:53 [16 mins, 29 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3509 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision bf6a34d8eb51cf88024210c6f10c49e00d2c6840 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Mar 26 01:28:53 2026
Elapsed3 hrs, 9 mins, 30 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