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

Builder curl-ares-solaris10-sparc Build #2794

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona0a1df5af9b3f11125d1a995c01b7c04cfec54e4
Got Revisiona0a1df5af9b3f11125d1a995c01b7c04cfec54e4
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 55 mins, 5 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2794 Build
codebase Build
got_revision a0a1df5af9b3f11125d1a995c01b7c04cfec54e4 Git
osplatform SPARC 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartFri May 23 17:04:11 2025
EndSat May 24 05:06:51 2025
Elapsed12 hrs, 2 mins, 40 secs

All Changes:

:

  1. Change #230577

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 23 May 2025 11:01:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b18866cd9747fe9d30aeeffe288b2ce80571cbc

    Comments

    DEPRECATE.md: add version numbers to old deprecated items
    For better tracking
    
    Closes #17424

    Changed files

    • docs/DEPRECATE.md
  2. Change #230579

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 23 May 2025 11:42:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 76ab38d3b85d25e560f83be7701027588a2545a3

    Comments

    GHA: update rojopolis/spellcheck-github-actions digest to 584b2ae
    Closes #17423

    Changed files

    • .github/workflows/checkdocs.yml
  3. 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