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

Builder curl-unthreaded-solaris10-sparc Build #13267

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision338f7e9e895955b8c60b32c020395497382c8d1a
Got Revision338f7e9e895955b8c60b32c020395497382c8d1a
Changes6 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 37 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 56 mins, 49 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 57 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13267 Build
codebase Build
got_revision 338f7e9e895955b8c60b32c020395497382c8d1a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 338f7e9e895955b8c60b32c020395497382c8d1a Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartWed Jul 23 10:34:50 2025
EndThu Jul 24 06:41:52 2025
Elapsed20 hrs, 7 mins, 1 secs

All Changes:

:

  1. Change #240421

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 22 Jul 2025 17:16:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5cdb9b44bdea155633837cb400701eb1fdfd8080

    Comments

    lib1560: fix memory leak when run without UTF-8 support
    The issue is missed in CI, because valgrind jobs all run with UTF-8
    support.
    
    Fixing:
    ```
    test 1560...[URL API]
     valgrind ERROR ==13362== 104 bytes in 1 blocks are definitely lost in loss record 1 of 1
    ==13362==    at 0x484D953: calloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==13362==    by 0x48E1302: curl_dbg_calloc (in /curl/bld/lib/libcurl.so.4.8.0)
    ==13362==    by 0x4931D12: curl_url (in /curl/bld/lib/libcurl.so.4.8.0)
    ==13362==    by 0x14F658: get_parts (in /curl/bld/tests/libtest/libtests)
    ==13362==    by 0x150AC6: test_lib1560 (in /curl/bld/tests/libtest/libtests)
    ==13362==    by 0x17F5D5: main (in /curl/bld/tests/libtest/libtests)
    ```
    Ref: https://github.com/curl/curl/actions/runs/16446352985/job/46479298080?pr=17988#step:41:3007
    
    Follow-up to 7d1ca2e7e1a3b9d3ba70f587f6bc5e83f905afd5 #17933
    
    Closes #17998

    Changed files

    • tests/libtest/lib1560.c
  2. Change #240428

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 22 Jul 2025 19:47:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ac97b091d2600360d40b62567b8ad11272d1e24

    Comments

    GHA: update debian:bookworm-slim Docker digest to 2424c18
    Closes #17999

    Changed files

    • Dockerfile
  3. Change #240429

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 22 Jul 2025 19:47:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f097eaea183e7c1f7c8f765f3074e725e58bb652

    Comments

    GHA: update cross-platform-actions/action action to v0.29.0
    Closes #18000

    Changed files

    • .github/workflows/non-native.yml
  4. Change #240438

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 22 Jul 2025 20:18:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c0a9c26c873cfcc602c379dd9bd48fe14e9f49e

    Comments

    GHA/non-native: FreeBSD 14.3
    Follow-up to f097eaea183e7c1f7c8f765f3074e725e58bb652 #18000
    Closes #18001

    Changed files

    • .github/workflows/non-native.yml
  5. Change #240456

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 22 Jul 2025 23:06:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 31b2c537e6f8044b3b1382f804de7184e7a37298

    Comments

    test1148: drop redundant `LC_NUMBER=` env setting
    No longer necessary after a previous change made sure to strip
    the '100.0%' number from the result, before checking it. The dot is
    a regex character catching any decimal separator.
    
    Follow-up to 17c18fbc3015b5dc0580d16a4ff5bcf2fd88b449 #5194
    Ref: #2436
    Cherry-picked from #17988
    Closes #17993

    Changed files

    • tests/data/test1148
  6. Change #240468

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 23 Jul 2025 00:56:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 338f7e9e895955b8c60b32c020395497382c8d1a

    Comments

    docs: fix name in curl_easy_ssls_export man page
    The name of the man page was wrongly given as curl_easy_sssl_export
    which seems to have confused our HTTML man page generation.
    
    Reported-by: Qriist on github
    Ref: https://github.com/curl/curl-www/issues/458
    
    Closes #17995

    Changed files

    • docs/libcurl/curl_easy_ssls_import.md