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

Builder curl-threaded-solaris10-i386 Build #3695

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond8a7aad061f96efa0ea93a01845fb66abc256280
Got Revisiond8a7aad061f96efa0ea93a01845fb66abc256280
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 50 mins, 4 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 3695 Build
codebase Build
got_revision d8a7aad061f96efa0ea93a01845fb66abc256280 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d8a7aad061f96efa0ea93a01845fb66abc256280 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun Oct 19 23:30:59 2025
EndMon Oct 20 08:19:10 2025
Elapsed8 hrs, 48 mins, 10 secs

All Changes:

:

  1. Change #246124

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 14:28:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 990a23bb97915567415d5857ee6d862a1528f1af

    Comments

    libssh: return the proper error for readdir problems
    The code would return without setting sshc->actualcode or returning the
    CURLcode error.
    
    Reported by ZeroPath
    Closes #19135

    Changed files

    • lib/vssh/libssh.c
  2. Change #246145

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 16:25:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 769ccb4d4261a75c8a4236fbe7dc3e27956db1c9

    Comments

    curl_get_line: enhance the API
    To make sure callers can properly differentiate between errors and know
    cleanly when EOF happens. Updated all users and unit test 3200.
    
    Triggered by a remark by ZeroPath
    
    Closes #19140

    Changed files

    • lib/altsvc.c
    • lib/cookie.c
    • lib/curl_get_line.c
    • lib/curl_get_line.h
    • lib/hsts.c
    • lib/netrc.c
    • tests/unit/unit3200.c
  3. Change #246146

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 16:26:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 976333dd4052855c22369e89e60a80a9cf925161

    Comments

    curl_path: make sure just whitespace is illegal
    This function could previously accidentally return true and a NULL path
    if only whitespace was provided as argument.
    
    Also, make it stricter and do not allow CR or LF within the string.
    
    Use more strparse parsing.
    
    Drop the comment saying this is from OpenSSH as it has now been
    rewritten since then.
    
    Closes #19141

    Changed files

    • lib/vssh/curl_path.c
    • tests/unit/unit2604.c
  4. Change #246156

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 19 Oct 2025 23:00:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d8a7aad061f96efa0ea93a01845fb66abc256280

    Comments

    GHA/windows: drop `git config core.autocrlf input` steps
    CI works without it now. For an inexplicable reason, this single `git`
    command took 9 seconds per job, making this patch save more than
    2 minutes per workflow run. It was also the only step using PowerShell.
    
    Closes #19150

    Changed files

    • .github/workflows/windows.yml