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

Builder curl-ares-solaris11-i386 Build #3566

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7a30481760f1f7bfb7928d0b22d49a5ae263386f
Got Revision7a30481760f1f7bfb7928d0b22d49a5ae263386f
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jeremy Drake

Timing:

StartTue Jun 3 20:45:11 2025
EndTue Jun 3 23:54:20 2025
Elapsed3 hrs, 9 mins, 8 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