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

Builder curl-unthreaded-solaris10-sparc Build #13943

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision74542c1f4bfea75f92562075370fd839891cc440
Got Revision74542c1f4bfea75f92562075370fd839891cc440
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 54 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 13943 Build
codebase Build
got_revision 74542c1f4bfea75f92562075370fd839891cc440 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 74542c1f4bfea75f92562075370fd839891cc440 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Apr 27 18:19:56 2026
EndTue Apr 28 06:49:59 2026
Elapsed12 hrs, 30 mins, 3 secs

All Changes:

:

  1. Change #265588

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 11:53:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aab8d47227b84fe54f082e9ee4b9f42078152f71

    Comments

    units: tidy up dynbuf init
    Init dynbuf after global init to bring closer to use, improve
    readability and sync test sources.
    
    Closes #21451

    Changed files

    • tests/unit/unit1656.c
    • tests/unit/unit1657.c
    • tests/unit/unit1666.c
    • tests/unit/unit1667.c
  2. Change #265589

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 11:53:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d89043fbcf985607dea25952c5f0ae5014914ac

    Comments

    runtests: fix linefeeds in log messages
    Cherry-picked from #21449
    
    Closes #21452

    Changed files

    • tests/ftpserver.pl
    • tests/runner.pm
  3. Change #265590

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 11:53:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2f84e6ba9f1a6135d3bb33fd0b881a5d90cf606

    Comments

    tunits: initialize global `tool_stderr`
    To avoid difficult to track down crashes when a tested function ends up
    outputing a message via `errorf()`, `warnf()` or siblings.
    
    Cherry-picked from #21449
    
    Closes #21454

    Changed files

    • tests/libtest/first.c
  4. Change #265592

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 12:09:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 13b6a6036cacef0523e1968a080403437d413de1

    Comments

    tool_dirhie: fix to create drive-relative directory
    Fix to create the top directory `foo` when specified as
    `X:foo\bar\filename`, on Windows and MS-DOS. Add test to verify.
    
    Caught by Codex Security
    
    Follow-up to 787ee935acd5867bdac836b2043b6095eed2c29e #16566
    
    Closes #21449

    Changed files

    • src/tool_dirhie.c
    • src/tool_dirhie.h
    • tests/data/Makefile.am
    • tests/data/test1720
    • tests/tunit/Makefile.inc
    • tests/tunit/tool1720.c
  5. Change #265595

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 27 Apr 2026 12:50:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ea3060a259ec4854ebc423626743d306e9892eb

    Comments

    write-out.md: minor language fix
    Pointed out by Copilot
    
    Closes #21455

    Changed files

    • docs/cmdline-opts/write-out.md
  6. Change #265612

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 13:34:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 032ea65ff2f5bf58f9c0c9e347dee7a850a42baa

    Comments

    tidy-up: whitespace
    Closes #21456

    Changed files

    • docs/VERIFY.md
    • lib/hostip.c
    • lib/httpsrr.h
    • lib/setopt.c
    • tests/libtest/lib1560.c
  7. Change #265625

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 15:07:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 931ac3085af506ab7d7a787622e8ccc8557b4895

    Comments

    GHA/checksrc: switch to zizmor `--persona` option
    Closes #21457

    Changed files

    • .github/workflows/checksrc.yml
  8. Change #265641

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 27 Apr 2026 17:46:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74542c1f4bfea75f92562075370fd839891cc440

    Comments

    cmake: do not install `wcurl` when `BUILD_CURL_EXE=OFF`
    Skip installing `wcurl.1` also.
    
    Reported-by: Daniel Schulte
    Fixes #21458
    Follow-up to 23bed347b38922779382599f8b72c4d762add7bd #17035
    
    Closes #21459

    Changed files

    • CMakeLists.txt
    • docs/CMakeLists.txt