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

Builder curl-ares-solaris10-sparc Build #2896

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfb0b4c87107b07acf947e8dad9ee8f72f6f26b8c
Got Revisionfb0b4c87107b07acf947e8dad9ee8f72f6f26b8c
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 11 hrs, 11 mins, 20 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Caolán McNamara
  2. Stefan Eissing
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartWed Jul 23 17:47:14 2025
EndThu Jul 24 17:54:52 2025
Elapsed24 hrs, 7 mins, 37 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. Change #240494

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 23 Jul 2025 16:22:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 293d92291620190110da011bca5e01d737b51dd0

    Comments

    test1: raise alloc limits
    After failures on certain build/platform combinations.
    
    See: https://github.com/curl/curl/actions/runs/16464320627/job/46537983882?pr=17992
    
    Closes #18004

    Changed files

    • tests/data/test1
  7. Change #240495

    Category curl
    Changed by Caolán McNamara <caolan.mcnamaraohnoyoudont@collabora.com>
    Changed at Wed 23 Jul 2025 16:23:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb0b4c87107b07acf947e8dad9ee8f72f6f26b8c

    Comments

    http: const up readonly H2_NON_FIELD
    Closes #17996

    Changed files

    • lib/http.c