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

Builder curl-threaded-solaris10-i386 Build #3677

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 58 mins, 6 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 3677 Build
codebase Build
got_revision 31e6798544bf8aafbd8aef61b08623b92312aa42 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 31e6798544bf8aafbd8aef61b08623b92312aa42 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartSat Aug 23 16:14:24 2025
EndSun Aug 24 01:25:12 2025
Elapsed9 hrs, 10 mins, 48 secs

All Changes:

:

  1. Change #243736

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 12:42:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e430f806aa6665d1703261e69f5e70549ac5578

    Comments

    configure: tidy up internal names in ngtcp2 ossl detection logic
    Replace "quictls" with "ossl".
    
    Follow-up to 5eefdd71a394d135c0ffb56fb8ec117c87dbe4f0 #17027
    Cherry-picked from #18377
    Closes #18378

    Changed files

    • configure.ac
  2. Change #243742

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 23 Aug 2025 13:43:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29e4a124a321173dc8a1b2b89e555deb81c1b1cd

    Comments

    tool_operate: bail out better on no URL
    To avoid NULL derferences with many outputs and --next.
    
    Follow-up to 034612cd515f249453a435f3d94b
    
    Add test 760 to verify
    
    Reported-by: BobodevMm on github
    Fixes #18375
    Closes #18376

    Changed files

    • src/tool_operate.c
    • tests/data/Makefile.am
    • tests/data/test760
  3. Change #243743

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Sat 23 Aug 2025 13:44:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e724259bcbb5cf8b3b12e0ff0fd90d2aa47f8f46

    Comments

    GHA: update ngtcp2/ngtcp2 to v1.15.0
    Closes #18379

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 15:45:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 31e6798544bf8aafbd8aef61b08623b92312aa42

    Comments

    build: support LibreSSL native crypto lib with ngtcp2 1.15.0+
    In ngtcp2 1.15.0 the LibreSSL crypto interface library got its own name:
    `libngtcp2_crypto_libressl`. In previous versions it used
    `libngtcp2_crypto_quictls`, shared with quictls itself (but not
    compatible with).
    
    Adapt autotools and cmake scripts to look for the new name first, and
    fall back to the old one if not found.
    
    Fallback to quictls tested OK in CI with both autotools and cmake:
    https://github.com/curl/curl/actions/runs/17174994908?pr=18377
    
    Ref: https://github.com/ngtcp2/ngtcp2/releases/tag/v1.15.0
    Ref: https://github.com/ngtcp2/ngtcp2/pull/1716
    
    Closes #18377

    Changed files

    • CMake/FindNGTCP2.cmake
    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • m4/curl-openssl.m4