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

Builder curl-unthreaded-solaris10-sparc Build #13266

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9657a2041e7745aecd5b16c5c6d812424edfc6fd
Got Revision9657a2041e7745aecd5b16c5c6d812424edfc6fd
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 mins, 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 8 hrs, 36 mins, 50 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 13266 Build
codebase Build
got_revision 9657a2041e7745aecd5b16c5c6d812424edfc6fd Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9657a2041e7745aecd5b16c5c6d812424edfc6fd 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

Timing:

StartTue Jul 22 12:48:15 2025
EndWed Jul 23 10:29:39 2025
Elapsed21 hrs, 41 mins, 23 secs

All Changes:

:

  1. Change #240320

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 21 Jul 2025 17:27:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c221c0ee5935497168c52686a9d8cc87b45bbca9

    Comments

    test1560: set locale/codeset with `LC_ALL` (was: `LANG`), test in CI
    To fix running test 1560 when `LC_ALL` is set to something unexpected
    (e.g. `C`). Also syncing it with the rest of tests.
    
    Also:
    - GHA/linux: enable `libidn2` in more jobs.
      Also to enable test 1560 reproducing this issue in more jobs.
    - GHA/linux: run tests with `LC_ALL=C` in one of the jobs.
    - GHA/linux: switch to the non-deprecated package name for libidn2.
    - GHA/macos: run tests with non-default locale settings in one job.
    - GHA/macos: enable AppleIDN in that job.
    
    Ref: https://github.com/curl/curl/pull/17933#issuecomment-3074582840
    Follow-up to f27262b17965aefa7c6bf41bd40b01b4f97407bd #10196
    
    Closes #17938

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • tests/data/test1560
  2. Change #240326

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 21 Jul 2025 19:11:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9657a2041e7745aecd5b16c5c6d812424edfc6fd

    Comments

    curl: tool_read_cb fix of segfault
    When transfers read client input without an upload file, the check if
    upload file is '.' strcompared a NULL.
    
    Add test 1548 to reproduce and verify fix.
    
    Reported-by: d1r3ct0r
    Fixes #17978
    Closes #17987

    Changed files

    • src/tool_cb_rea.c
    • tests/data/Makefile.am
    • tests/data/test1548