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

Builder curl-unthreaded-solaris10-i386 Build #16311

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc7b25e6e82e4e873b1c4113ff0d6fdd17b823442
Got Revisionc7b25e6e82e4e873b1c4113ff0d6fdd17b823442
Changes3 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 ...' ( 4 mins, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 30 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 16311 Build
codebase Build
got_revision c7b25e6e82e4e873b1c4113ff0d6fdd17b823442 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c7b25e6e82e4e873b1c4113ff0d6fdd17b823442 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. Viktor Szakats

Timing:

StartWed Dec 31 16:01:53 2025
EndWed Dec 31 16:12:40 2025
Elapsed10 mins, 46 secs

All Changes:

:

  1. Change #253705

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 31 Dec 2025 15:51:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be675eeb6daa91671765ac74849a21628c169fb0

    Comments

    openssl: fix building against no-dsa openssl
    (Not tested in CI. Regression within this release cycle.)
    
    Fixing:
    ```
    lib/vtls/openssl.c:304:48: error: unused parameter 'data' [-Werror,-Wunused-parameter]
      304 | static CURLcode get_pkey_dsa(struct Curl_easy *data,
          |                                                ^
    lib/vtls/openssl.c:305:40: error: unused parameter 'pubkey' [-Werror,-Wunused-parameter]
      305 |                              EVP_PKEY *pubkey, BIO *mem, int i)
          |                                        ^
    lib/vtls/openssl.c:305:53: error: unused parameter 'mem' [-Werror,-Wunused-parameter]
      305 |                              EVP_PKEY *pubkey, BIO *mem, int i)
          |                                                     ^
    lib/vtls/openssl.c:305:62: error: unused parameter 'i' [-Werror,-Wunused-parameter]
      305 |                              EVP_PKEY *pubkey, BIO *mem, int i)
          |                                                              ^
    ```
    
    Follow-up to 833efb437dd8fb8b3ff48274531b83a03798b24b #19471
    
    Closes #20127

    Changed files

    • lib/vtls/openssl.c
  2. Change #253706

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 31 Dec 2025 15:51:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision def95e3bbc9a413b640629df0d4c245ec24ed52f

    Comments

    openssl: fix building against no-ocsp openssl with Apple SecTrust
    (Not tested in CI. Regression in 8.17.0.)
    
    Fixing:
    ```
    lib/vtls/openssl.c:4750:8: error: variable 'sectrust_verified' set but not used [-Werror,-Wunused-but-set-variable]
     4750 |   bool sectrust_verified = FALSE;
          |        ^
    1 error generated.
    ```
    
    Follow-up to b4630ed8faef1834e2b64f30acc24e5101d4d2fb #19308
    
    Closes #20128

    Changed files

    • lib/vtls/openssl.c
  3. Change #253707

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 31 Dec 2025 15:59:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c7b25e6e82e4e873b1c4113ff0d6fdd17b823442

    Comments

    lib: drop unused or duplicate `curlx/timeval.h` includes
    Note: This patch doesn't aim to add `timeval.h` includes missing from
    local headers using `curltime` type. They remain relying on `urldata.h`
    being included first. This patch also doesn't delete existing, used
    includes already present in local headers (as internal users may rely
    on them).
    
    Ref: #20106
    Closes #20126

    Changed files

    • lib/altsvc.c
    • lib/cshutdn.h
    • lib/file.c
    • lib/ftp.c
    • lib/hostip.h
    • lib/hsts.c
    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/multi.c
    • lib/multi_ev.c
    • lib/progress.c
    • lib/rand.c
    • lib/ratelimit.c
    • lib/socketpair.c
    • lib/socks.c
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/splay.c
    • lib/vtls/gtls.c
    • lib/vtls/vtls.c