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

Builder curl-ares-solaris11-i386 Build #3586

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 37 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 17 mins, 47 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 3586 Build
codebase Build
got_revision 02dd471bbf8e04fc595ad0f28c965c278ffcefd0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 02dd471bbf8e04fc595ad0f28c965c278ffcefd0 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. Daniel Stenberg
  2. Edwin Török

Timing:

StartWed Jun 11 16:01:18 2025
EndWed Jun 11 20:27:27 2025
Elapsed4 hrs, 26 mins, 8 secs

All Changes:

:

  1. Change #231985

    Category curl
    Changed by Edwin Török <edwin.torokohnoyoudont@cloud.com>
    Changed at Wed 11 Jun 2025 13:26:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aea336aa231540c9d638939774474fc24b465ed5

    Comments

    openssl: enable readahead
    Speeds up TLS operations up to ~%13.
    
    Closes #17548
    
    Signed-off-by: Edwin Török <edwin.torok@cloud.com>

    Changed files

    • lib/vtls/openssl.c
  2. Change #231988

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Jun 2025 14:25:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 02dd471bbf8e04fc595ad0f28c965c278ffcefd0

    Comments

    libtests: make test 1503,1504,1505 use the 1502 binary
    Adjust the differences at runtime instead of build-time, to avoid
    extra buillds.
    
    Set the `CURL_TESTNUM` env variable to pass test numbers to tests.
    
    Make libtest/first.c use that env variable to set the `testnum` global
    variable to allow tests to differ based on which test that runs it.
    
    Closes #17591

    Changed files

    • tests/data/test1503
    • tests/data/test1504
    • tests/data/test1505
    • tests/libtest/Makefile.inc
    • tests/libtest/first.c
    • tests/libtest/lib1502.c
    • tests/libtest/test.h
    • tests/runner.pm