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

Builder curl-unthreaded-solaris10-i386 Build #16473

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb98981e16b5d85895853e6d203ab160a33101a70
Got Revisionb98981e16b5d85895853e6d203ab160a33101a70
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 54 mins, 44 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16473 Build
codebase Build
got_revision b98981e16b5d85895853e6d203ab160a33101a70 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b98981e16b5d85895853e6d203ab160a33101a70 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:

StartTue Mar 17 10:35:13 2026
EndTue Mar 17 20:22:04 2026
Elapsed9 hrs, 46 mins, 50 secs

All Changes:

:

  1. Change #261242

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 17 Mar 2026 00:42:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e05cfd6454a9483d72ee8170501686ebd5663390

    Comments

    build: drop `openssl` module dependency for BoringSSL from `libcurl.pc`
    BoringSSL does not provide pc files, as of v0.20260211.0 (and its latest
    main branch.) It also did not provide them in the past.
    
    Its sibling fork, AWS-LC does provide them since v1.18.0 (2023-12-04):
    https://github.com/aws/aws-lc/commit/7e6aef83ecf7bec3a0c6d38e38c64ac079647c78
    https://github.com/aws/aws-lc/pull/1310
    
    Introduce internal variable `OPENSSL_IS_AWSLC` to make this possible.
    
    Bug: https://github.com/curl/curl/pull/20926#issuecomment-4063674714
    Ref: https://github.com/ngtcp2/ngtcp2/pull/1689#issuecomment-4063725461
    
    Closes #20938

    Changed files

    • CMakeLists.txt
    • configure.ac
    • m4/curl-openssl.m4
  2. Change #261248

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 17 Mar 2026 02:47:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e3c2bec7eb735736755e15a48701f5b2d5b5979

    Comments

    GHA/http3-linux: add CI reproducer for `--with-ngtcp2=<path>` regression
    Configure LibreSSL autotools job with `--with-ngtcp=<path>` instead of
    adding ngtcp2 to `PKG_CONFIG_PATH`. To test this way of configuration in
    CI and test for the regression reported in #20889.
    
    Turns out this way of configuration isn't affected by the detection
    issue in this particular case.
    
    It also works for other backends except for these two, subject to
    separate fixes:
    - BoringSSL fix: https://github.com/ngtcp2/ngtcp2/pull/2070
    - GnuTLS fix and BoringSSL workaround: #20920
    
    Follow-up to 666db801963afca671ee5fa83bd2e9ed79fb8886 #20891
    Follow-up to 8db0e286b363ad788d6dc0779d605b83c7ed4caf #18189
    Follow-up to 99500660af19f89069e71c2251c13963401b3806 #18028 #18022
    
    Closes #20926

    Changed files

    • .github/workflows/http3-linux.yml
  3. Change #261248

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 17 Mar 2026 02:47:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e3c2bec7eb735736755e15a48701f5b2d5b5979

    Comments

    GHA/http3-linux: add CI reproducer for `--with-ngtcp2=<path>` regression
    Configure LibreSSL autotools job with `--with-ngtcp=<path>` instead of
    adding ngtcp2 to `PKG_CONFIG_PATH`. To test this way of configuration in
    CI and test for the regression reported in #20889.
    
    Turns out this way of configuration isn't affected by the detection
    issue in this particular case.
    
    It also works for other backends except for these two, subject to
    separate fixes:
    - BoringSSL fix: https://github.com/ngtcp2/ngtcp2/pull/2070
    - GnuTLS fix and BoringSSL workaround: #20920
    
    Follow-up to 666db801963afca671ee5fa83bd2e9ed79fb8886 #20891
    Follow-up to 8db0e286b363ad788d6dc0779d605b83c7ed4caf #18189
    Follow-up to 99500660af19f89069e71c2251c13963401b3806 #18028 #18022
    
    Closes #20926

    Changed files

    • .github/workflows/http3-linux.yml
  4. Change #261259

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 10:26:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b98981e16b5d85895853e6d203ab160a33101a70

    Comments

    url: don't assume all transfers have hostnames
    Follow-up from 412cd2577ac880be4fae78808e2a1d1c00da833e
    
    Add test 1659 to verify --connect-to when doing file:// transfers.
    
    Reported-by: James Fuller
    Closes #20948

    Changed files

    • lib/url.c
    • tests/data/Makefile.am
    • tests/data/test1659