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

Builder curl-pr-unthreaded-solaris10-i386 Build #3691

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 11 mins, 1 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3691 Build
codebase Build
got_revision 6f0bc43b08efcad3fc58cc3350fc86c4b78c3060 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 6f0bc43b08efcad3fc58cc3350fc86c4b78c3060 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun Mar 30 21:58:01 2025
EndMon Mar 31 02:45:41 2025
Elapsed4 hrs, 47 mins, 39 secs

All Changes:

:

  1. Change #226053

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 30 Mar 2025 13:35:09
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision f07d57b95528a31e85799c04250f0b1a69fa4496

    Comments

    test313: disable via `<features>` for backends without CRL support
    
    Instead of via `tests/data/DISABLED` file.
    
    They are all missing CRL feature support, as opposed to being broken.
    
    Follow-up to 8adee8824cba23b7f3738b551a84101009f8a8d1 #16862
    Follow-up to 8b1b5cd4d2df3a8c2c0108d1d2b5d519b7ece23e #16660
    
    Closes #16865

    Changed files

    • tests/data/DISABLED
    • tests/data/test313
  2. Change #226054

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 30 Mar 2025 13:35:09
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 68609f0e334359875a2f62735377174ab6b873dd

    Comments

    cmake: also build certs when building test executables
    
    To support running tests directly via `runtests.pl` after building
    the test targets. Also to sync with the same update for autotools.
    
    Follow-up to 0c1ad21f978c8f5acf3d0c1708d83a93635d9df3 #16845
    Closes #16866

    Changed files

    • tests/certs/CMakeLists.txt
  3. Change #226064

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 14:32:33
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision bc26289d37d86596733d8226d8cb309ec6cb386b

    Comments

    libtest/first.c: remove the Test: stderr output for unity builds
    
    That makes the output differ between builds which breaks libtests doing
    stderr comparisons
    
    Closes #16872

    Changed files

    • tests/libtest/first.c
  4. Change #226085

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 30 Mar 2025 21:13:31
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 6f0bc43b08efcad3fc58cc3350fc86c4b78c3060

    Comments

    easy: drop `break` after `return`
    
    Also some whitespace tidy-ups.
    
    Closes #16873

    Changed files

    • lib/setopt.c