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

Builder curl-ares-solaris10-i386 Build #3644

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1fc622db8e368f57d7de0733df6aa311f3b276b2
Got Revision1fc622db8e368f57d7de0733df6aa311f3b276b2
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartSat Aug 23 22:26:57 2025
EndSun Aug 24 07:38:22 2025
Elapsed9 hrs, 11 mins, 25 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. Change #243759

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 16:11:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41923af5fc0ec3bd614d9d55032de47619ffce81

    Comments

    GHA/http3-linux: build ngtcp2 for LibreSSL too, add LibreSSL jobs
    Also: Build LibreSSL with cmake. It's 3x faster (90s -> 30s).
    
    Follow-up to e724259bcbb5cf8b3b12e0ff0fd90d2aa47f8f46 #18379
    Follow-up to 31e6798544bf8aafbd8aef61b08623b92312aa42 #18377
    Cherry-picked from #18377
    Closes #18381

    Changed files

    • .github/workflows/http3-linux.yml
  5. Change #243761

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 23 Aug 2025 16:25:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d57cfc1a8d12403ab693d52257615de4c5a45350

    Comments

    asyn-thrdd: more simplifications
    - use wakeup sockets non-locked.
    - send wakeup notify only in normal control flow (not cancel). close
      wakeup sockets in unlink only.
    - remove 5ms thread lifetime wait crutch before pthread_cancel().
    
    Closes #18380

    Changed files

    • lib/asyn-thrdd.c
    • lib/curl_threads.h
  6. Change #243774

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 21:32:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1fc622db8e368f57d7de0733df6aa311f3b276b2

    Comments

    openssl: drop single-use interim macro `USE_OPENSSL_SRP`
    Closes #18383

    Changed files

    • lib/vtls/openssl.c