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

Builder curl-threaded-solaris10-sparc Build #3669

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2dfd265d668eb184a0feb0cbda5357fb076d9f0d
Changes10 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3669 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 2dfd265d668eb184a0feb0cbda5357fb076d9f0d Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. alhudz
  5. renovate[bot]

Timing:

StartTue Jun 9 00:08:23 2026
Elapsed1 hrs, 26 mins, 10 secs

All Changes:

:

  1. Change #269867

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Jun 2026 12:37:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5df33efab41c5888ac8d70c4546ba5f9b2d479aa

    Comments

    setopt: claer the "custom" CA booleans when set to NULL
    Mark them as custom choices only when pointer is passed, and clear them
    again when set to NULL.
    
    Closes #21901

    Changed files

    • lib/setopt.c
  2. Change #269883

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 08 Jun 2026 13:26:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 39d5cead0d23ba83e7effd43f62ad3fd678b4224

    Comments

    libssh2: save non-standard port to `known_hosts`
    Reported-by: dyingc on github
    Fixes #21863
    
    Closes #21874

    Changed files

    • lib/vssh/libssh2.c
  3. Change #269884

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 08 Jun 2026 13:26:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cdce2460b330d4c1084849ec50149efe3cc1fc7b

    Comments

    runtests: allow skipping tests on torture, use for test 357
    Some tests may take a long time in torture mode. Make it possible
    to skip individual tests when runtests in running in torture mode.
    
    Also:
    - skip test 357 for the reason above.
      Saved 1-3 minutes for the Linux CI torture job, 1-1.5m on Windows.
      No savings on macOS.
    
    Reported-by: Stefan Eissing
    Fixes #21873
    
    Closes #21906

    Changed files

    • docs/tests/FILEFORMAT.md
    • docs/tests/TEST-SUITE.md
    • tests/data/test357
    • tests/runtests.pl
  4. Change #269890

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Mon 08 Jun 2026 13:29:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a89fd1ffd4982c283864c30538d400f704e87bc6

    Comments

    GHA: update dependency pizlonator/fil-c to v0.679
    Closes #21897

    Changed files

    • .github/workflows/linux.yml
  5. Change #269891

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Jun 2026 13:29:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ff7086874ed22b52baa7e73e66305ff045ac9bb6

    Comments

    _ENVIRONMENT.md. Windows does case insensitive env variables
    Closes #21907

    Changed files

    • docs/cmdline-opts/_ENVIRONMENT.md
    • docs/libcurl/libcurl-env.md
  6. Change #269892

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Jun 2026 13:30:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e786a4e9159b11166b1c870f2c02df37c480cb73

    Comments

    CURLOPT_DOH_URL.md: does not inherit proxy options
    Closes #21904

    Changed files

    • docs/libcurl/opts/CURLOPT_DOH_URL.md
  7. Change #269897

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 08 Jun 2026 13:53:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 435fb96dcf787335626ada95dc02eb26afcf7bca

    Comments

    netrc: remember and check filename loaded
    Remember the filename of a loaded netrc file to detect changed
    configurations in a reused easy handle.
    
    Closes #21903

    Changed files

    • lib/netrc.c
  8. Change #269898

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 08 Jun 2026 13:53:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d69bfad3fa3daf5e72331f6870667607828d5891

    Comments

    ssl native_ca_store: always reinit
    Add bit `native_ca_store_opt` to keep the setting of
    CURLOPT_(PROXY_)SSL_OPTIONS and use that to calculate every easy
    transfer if a native CA store shall be used or not.
    
    This avoids `native_ca_store` getting stuck on TRUE after being set
    once.
    
    Closes #21902

    Changed files

    • lib/doh.c
    • lib/setopt.c
    • lib/vtls/vtls_config.c
  9. Change #269899

    Category curl
    Changed by alhudz <al.hudz.kohnoyoudont@gmail.com>
    Changed at Mon 08 Jun 2026 13:56:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7de0a7e71aad984cb7f514fb2987662e2fe8115e

    Comments

    chunked: reject invalid bytes in trailer
    Trailers are delivered to the application as headers via
    CLIENTWRITE_TRAILER, but unlike regular response headers they skipped
    the verify_header() checks, so a server could smuggle a nul byte (or
    stray CR) into a header reaching CURLOPT_HEADERFUNCTION and
    curl_easy_header().
    
    Run each assembled trailer line through Curl_verify_header(), the same
    validation used for normal headers.
    
    Covered by the new test 2106.
    
    Closes #21896

    Changed files

    • lib/http.c
    • lib/http.h
    • lib/http_chunks.c
    • tests/data/Makefile.am
    • tests/data/test2106
  10. Change #269903

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 08 Jun 2026 14:59:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2dfd265d668eb184a0feb0cbda5357fb076d9f0d

    Comments

    checksrc-all.pl: do not check files multiple times
    Restrict `git ls-files` to return `*.[ch]` files within `$dir` only.
    Before this patch it returned files in subdirectories too, which did
    double work and may have made `checksrc.pl` pick `.checksrc` from the
    first such subdirectory, masking the one in `$dir`. (current curl tree
    is not affected)
    
    Ref: https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec
    
    Follow-up to 33f606cd51995b68a0f68ac478f7395d8acda17b #20439
    
    Closes #21909

    Changed files

    • scripts/checksrc-all.pl