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

Builder curl-ares-solaris11-sparc Build #4259

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision22d6ac0b65b19e3f13645f9e548dcae8599c88c4
Got Revision22d6ac0b65b19e3f13645f9e548dcae8599c88c4
Changes5 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 22 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 4259 Build
codebase Build
got_revision 22d6ac0b65b19e3f13645f9e548dcae8599c88c4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 22d6ac0b65b19e3f13645f9e548dcae8599c88c4 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. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartMon Jul 28 14:06:29 2025
EndMon Jul 28 15:35:51 2025
Elapsed1 hrs, 29 mins, 21 secs

All Changes:

:

  1. Change #240977

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 28 Jul 2025 12:43:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c90c3aac0a7a348db140702b5b7ff4b83642799

    Comments

    build: tidy up compiler definition for tests
    - tests: merge cmake commands.
    - tests: use `target_compile_definitions()`.
    - tests/server: use generator expression for platform-specific macro.
    - tests/unit: sync `Makefile.am` comment with cmake.
    - tests/unit: merge two `AM_CPPFLAGS` lines to keep synced with cmake.
    - tests: move macro definitions to `first.h` headers from build level.
      `CURL_NO_OLDIES`, `CURL_DISABLE_DEPRECATION`, `WITHOUT_LIBCURL`,
      `CURL_STATICLIB` (for servers).
      To share more logic.
      Pass `CURL_STATICLIB` in server on all platforms for simplicity.
      (On non-Windows, it's a no-op. It's already done like this with curlu
      and libcurltool.)
    
    Also for lib:
    - lib: merge commands.
    - lib: sync macro order with tests (also in `Makefile.am`).
    
    Closes #17768

    Changed files

    • lib/CMakeLists.txt
    • lib/Makefile.am
    • tests/client/CMakeLists.txt
    • tests/client/Makefile.am
    • tests/client/first.h
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/first.h
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/server/first.h
    • tests/tunit/CMakeLists.txt
    • tests/tunit/Makefile.am
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
  2. Change #240980

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 28 Jul 2025 12:43:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a28f5f68b965119d9dd1ab6c2a2ccc66c6ed5d1f

    Comments

    build: bump minimum required mingw-w64 to v3.0 (from v1.0)
    mingw-w64 3.0 was released on 2013-09-20. Offered by Debian jessie.
    
    1.0 and 2.0 were released in 2011. It seems unlikely that many people
    use them. The oldest downloadable toolchain (that I know of) comes with
    3.0. Due to this, older versions weren't CI tested, and probably seldom
    tested elsewhere. The last bugfix update for both 1.0 and 2.0 was
    released in 2015.
    
    curl can now assume availability of these 3.0 features/fixes:
    - 64-bit file offsets.
    - `ADDRESS_FAMILY` type.
    - `__MINGW_PRINTF_FORMAT` macro. (in public curl headers)
    
    Public curl headers keep supporting older mingw-w64 versions.
    
    Fixes #17984
    Closes #18010

    Changed files

    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • docs/INSTALL.md
    • lib/curl_setup.h
    • lib/easy_lock.h
  3. Change #240981

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 28 Jul 2025 12:43:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9a68a86ea3626d5175d9dc9b521c969d80b7771d

    Comments

    memanalyze: fix warnings
    Also fix possibly missing reallocated memory from 'Total allocated':
    ```
    Use of uninitialized value $size in addition (+) at tests/memanalyze.pl line 240, <$fileh> line 4.
    ```
    Ref: https://github.com/curl/curl/actions/runs/16565283280/job/46843800711?pr=18049#step:39:3834
    
    Ref: https://github.com/curl/curl/actions/runs/16556860012/job/46819517495?pr=17927#step:39:156
    Follow-up to fc98a630cfb27dd097b31b57aa59fb578b390063 #18048
    Follow-up to 2ec54556d4e3f3ab551b5298adab0c703d85a463 #17877
    Closes #18049

    Changed files

    • tests/memanalyze.pl
  4. Change #240995

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 28 Jul 2025 12:57:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 366c589c815fbb7f368ca7c042da0d4693dff6ae

    Comments

    pytest: relax error check on test_07_22
    Add code 56 to the list of accepted errors, as it varies
    with backend and speediness of test run.
    
    Closes #18050

    Changed files

    • tests/http/test_07_upload.py
  5. Change #240996

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 28 Jul 2025 13:04:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 22d6ac0b65b19e3f13645f9e548dcae8599c88c4

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES