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

Builder curl-ares-solaris11-sparc Build #4218

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 12 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4218 Build
codebase Build
got_revision 3fd8846680e4c0915e22bbce654264973ec3daf6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3fd8846680e4c0915e22bbce654264973ec3daf6 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Sergio Durigan Junior
  2. Viktor Szakats

Timing:

StartSat Jul 19 22:42:16 2025
EndSat Jul 19 23:52:29 2025
Elapsed1 hrs, 10 mins, 13 secs

All Changes:

:

  1. 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
  2. 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
  3. 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