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

Builder curl-unthreaded-solaris10-i386 Build #16475

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16475 Build
codebase Build
got_revision 80b6cd92af1891d9645923db3bbd453c99e99d45 Git
osplatform I386 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartWed Mar 18 10:54:43 2026
EndThu Mar 19 01:46:14 2026
Elapsed14 hrs, 51 mins, 31 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