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

Builder curl-threaded-solaris11-i386 Build #3834

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf6f62933e917b8b5c9a9394907ce4b69600214b4
Got Revisionf6f62933e917b8b5c9a9394907ce4b69600214b4
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Aug 12 14:17:42 2025
EndTue Aug 12 17:28:56 2025
Elapsed3 hrs, 11 mins, 13 secs

All Changes:

:

  1. Change #242802

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 12 Aug 2025 11:49:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 79b470cc5df2af7fea10909c0e84cc0084b1d345

    Comments

    cmake: improve error message for invalid HTTP/3 MultiSSL configs
    Error out for these combinations before trying to detect HTTP/3
    dependencies, for a clearer error message.
    
    Reported-by: Daniel Engberg
    Fixes https://github.com/curl/curl/issues/18246
    Closes https://github.com/curl/curl/issues/18256

    Changed files

    • CMakeLists.txt
  2. Change #242818

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 12 Aug 2025 14:02:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6f62933e917b8b5c9a9394907ce4b69600214b4

    Comments

    examples: remove href_extractor.c
    The library this seems to refer to is no longer there.
    
    Closes #18264

    Changed files

    • docs/examples/Makefile.inc
    • docs/examples/href_extractor.c