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

Builder curl-unthreaded-solaris10-sparc Build #13865

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision80b6cd92af1891d9645923db3bbd453c99e99d45
Got Revision80b6cd92af1891d9645923db3bbd453c99e99d45
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 35 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 48 mins, 12 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13865 Build
codebase Build
got_revision 80b6cd92af1891d9645923db3bbd453c99e99d45 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 80b6cd92af1891d9645923db3bbd453c99e99d45 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:

StartWed Mar 18 10:06:12 2026
EndWed Mar 18 22:00:46 2026
Elapsed11 hrs, 54 mins, 34 secs

All Changes:

:

  1. Change #261366

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 17 Mar 2026 22:17:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 650546fbe011f798a270d1dccbff60a2940cbb6a

    Comments

    cmake: document functions used from Windows system DLLs
    Closes #20965

    Changed files

    • CMakeLists.txt
  2. Change #261371

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 23:39:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d7677ac721a83c4c288a9b1f86d4830c2d82809

    Comments

    generate.bat: remove extra % from VC11 and VC12 runs
    The extra % translates to nothing, so this did not break anything they
    are just superfluous.
    
    Follow-up to 57d349fe0eee7e1f3eb68dc
    
    Assisted-by: Viktor Szakats
    
    Found by Codex Security

    Changed files

    • projects/Windows/generate.bat
  3. Change #261372

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 23:41:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80b6cd92af1891d9645923db3bbd453c99e99d45

    Comments

    tool_formparse: propagate my_get_line errors when reading headers
    The read_field_headers() function would return "ok" even if the
    underlying file read returned error, thus would the parent not become
    aware of the problem.
    
    Follow-up to f847d2ed0244319ee6b5e9b054c
    
    Found by Codex Security
    
    Closes #20963

    Changed files

    • src/tool_formparse.c