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

Builder curl-ares-solaris10-i386 Build #3562

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 53 mins, 0 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3562 Build
codebase Build
got_revision 3fd8846680e4c0915e22bbce654264973ec3daf6 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3fd8846680e4c0915e22bbce654264973ec3daf6 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. Sergio Durigan Junior
  2. Viktor Szakats

Timing:

StartSat Jul 19 23:39:57 2025
EndSun Jul 20 08:22:19 2025
Elapsed8 hrs, 42 mins, 22 secs

All Changes:

:

  1. Change #240172

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 19 Jul 2025 21:30:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1fcf22585fa3d87a50c9dddc688d962978c0c120

    Comments

    tests: set `CURL_ENTROPY` per test, not globally
    Setting `CURL_ENTROPY` in debug-enabled builds overrides the code paths
    responsible for random number generation. To avoid masking issue there,
    this patch moves `CURL_ENTROPY` settings to each test that requires it,
    and stop setting it by default for all tests (in `runner.pm`).
    
    This makes it possible to catch random generator issues in debug-enabled
    builds; extending test coverage.
    
    To keep offering a well-defined state for tests, make `runner.pm` delete
    the `CURL_ENTROPY` env, if present.
    
    Ref: #17970
    
    Closes #17971

    Changed files

    • tests/data/test1972
    • tests/data/test2300
    • tests/data/test2301
    • tests/data/test2302
    • tests/data/test2303
    • tests/data/test2304
    • tests/data/test823
    • tests/data/test869
    • tests/data/test907
    • tests/runner.pm
  2. Change #240183

    Category curl
    Changed by Sergio Durigan Junior <sergiodjohnoyoudont@sergiodj.net>
    Changed at Sat 19 Jul 2025 22:37:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d1ca2e7e1a3b9d3ba70f587f6bc5e83f905afd5

    Comments

    test1560: skip some URLs if UTF-8 is not supported
    Debian CI found that `lib1560` implements tests that will fail when
    UTF-8 isn't supported.  We can detect that with `nl_langinfo` and skip
    the specific URLs that fail (i.e., those whose `getflags` are either
    `CURLU_PUNYCODE` or `CURLU_PUNY2IDN`).
    
    Co-authored-by: Viktor Szakats
    Closes #17933

    Changed files

    • tests/libtest/lib1560.c
    • tests/runtests.pl
  3. Change #240184

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 19 Jul 2025 22:37:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 319d27e5682675208ee81174d192b8ec5abe82bb

    Comments

    GHA/macos: add Rustls, aws-lc jobs
    Bind them to the (arbitrary choice of) Apple clang and gcc compilers,
    respectively.
    
    Also:
    - bind existing mbedTLS job to the llvm compiler, to keep the number of
      jobs the same as before this patch.
    - move OpenLDAP from mbedTLS over to LibreSSL to keep testing it with
      all 3 compilers.
    - simplify exclusions for clang-tidy and torture jobs.
    - tag clang-tidy and torture jobs via `install_steps`.
      To avoid keeping around special bool fields.
    
    Closes #17963

    Changed files

    • .github/workflows/macos.yml
  4. Change #240185

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 19 Jul 2025 22:37:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3fd8846680e4c0915e22bbce654264973ec3daf6

    Comments

    cmake: make `runtests` targets build the curl tool
    To allow running tests just by building the `test-full` (or similar) in
    a single step.
    
    Closes #17967

    Changed files

    • CMakeLists.txt
    • src/CMakeLists.txt
    • tests/CMakeLists.txt