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

Builder curl-ares-solaris10-i386 Build #3418

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 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 3418 Build
codebase Build
got_revision a0a1df5af9b3f11125d1a995c01b7c04cfec54e4 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a0a1df5af9b3f11125d1a995c01b7c04cfec54e4 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. Viktor Szakats

Timing:

StartFri May 23 15:31:57 2025
EndFri May 23 19:14:56 2025
Elapsed3 hrs, 42 mins, 58 secs

All Changes:

:

  1. Change #230585

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 23 May 2025 11:59:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a0a1df5af9b3f11125d1a995c01b7c04cfec54e4

    Comments

    lib3026: drop DLL pre-load perf mitigation for old mingw
    curl no longer supports old/legacy/classic mingw.
    
    This mitigation was addressing slow perf seen in CI with old mingw.
    The slow perf is not seen in current CI with supported compilers.
    
    Remove the duplicate DLL load function from libtest. It's no longer
    used after this patch.
    
    Current CI run times for test3026 on GHA/windows:
    ```
    test 3026...[curl_global_init thread-safety]
     # mingw, CM clang-x86_64 gnutls libssh
     -------e--- OK (1715 out of 1738, remaining: 00:02, took 0.196s, duration: 02:55)
     # dl-mingw, CM 9.5.0-x86_64 schannel
     -------e--- OK (1554 out of 1577, remaining: 00:02, took 0.217s, duration: 02:29)
     # msvc, CM x64-windows schannel +examples
     -------e--- OK (1578 out of 1601, remaining: 00:02, took 0.205s, duration: 02:50)
    ```
    
    Follow-up to 38029101e2d78ba125732b3bab6ec267b80a0e72 #11625
    Follow-up to 856b133f5d62475d4cc12624c4cccb4170134712 #9412
    Ref: #17413
    
    Closes #17414

    Changed files

    • tests/libtest/lib3026.c
    • tests/libtest/testutil.c
    • tests/libtest/testutil.h