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

Builder curl-unthreaded-solaris10-sparc Build #13190

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 34 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13190 Build
codebase Build
got_revision fdb8a789d2b446b77bd7cdd2eff95f6cbc814cf4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fdb8a789d2b446b77bd7cdd2eff95f6cbc814cf4 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jeremy Drake
  3. Viktor Szakats

Timing:

StartWed Jun 4 10:09:23 2025
EndThu Jun 5 01:25:40 2025
Elapsed15 hrs, 16 mins, 17 secs

All Changes:

:

  1. Change #231321

    Category curl
    Changed by Jeremy Drake <githubohnoyoudont@jdrake.com>
    Changed at Tue 03 Jun 2025 20:30:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a30481760f1f7bfb7928d0b22d49a5ae263386f

    Comments

    dllmain: exclude from Cygwin builds
    On Cygwin, it is unsafe to call POSIX functions from DllMain, which
    OPENSSL_thread_stop does.  Additionally, it should be unnecessary as
    OpenSSL uses pthread_key_create to register a thread destructor to do
    thread cleanup in a POSIX way.
    
    Reported-by: Yuyi Wang
    
    Ref: https://cygwin.com/pipermail/cygwin/2025-June/258235.html
    
    Fixes #17262
    Closes https://github.com/curl/curl/pull/17528

    Changed files

    • configure.ac
    • lib/CMakeLists.txt
    • lib/Makefile.am
    • lib/dllmain.c
  2. Change #231325

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 03 Jun 2025 23:36:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80f9dd0eb853c3afe13ad036396cf3facc1c74be

    Comments

    cmake: enable `-std=gnu99` for Windows CE CeGCC
    To sync with autotools, which auto-detects this option and enables it by
    default.
    
    It also makes it possible to compile unsuffixed long long integer
    literals correctly, allowing to drop some legacy macros without bumping
    into build errors like:
    ```
    lib/vtls/schannel.c: In function 'schannel_send':
    lib/vtls/schannel.c:1815: error: integer constant is too large for 'long' type
    ```
    Ref: https://github.com/curl/curl/actions/runs/15374705821/job/43286736583?pr=17498#step:9:20
    
    Bug: https://github.com/curl/curl/pull/17498#issuecomment-2925507481
    Reported-by: Daniel Stenberg
    
    Closes #17523

    Changed files

    • CMakeLists.txt
  3. Change #231335

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 04 Jun 2025 07:40:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cda3bb3741233cac0ba5efc31e47d6351553afcd

    Comments

    THANKS: add names from 8.14.1 release

    Changed files

    • docs/THANKS
  4. Change #231336

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 04 Jun 2025 07:40:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fdb8a789d2b446b77bd7cdd2eff95f6cbc814cf4

    Comments

    RELEASE-NOTES: synced
    8.14.1 release

    Changed files

    • RELEASE-NOTES