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

Builder curl-threaded-solaris11-sparc Build #5475

Results:

Exception mail result

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 8 secs )
    1. stdio
    2. resultlog
  3. Mail result Mail result exception ( 0 secs )
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5475 Build
codebase Build
got_revision 80b6cd92af1891d9645923db3bbd453c99e99d45 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 80b6cd92af1891d9645923db3bbd453c99e99d45 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Mar 17 23:45:17 2026
EndWed Mar 18 00:08:32 2026
Elapsed23 mins, 14 secs

All Changes:

:

  1. 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
  2. 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