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

Builder curl-pr-unthreaded-solaris10-i386 Build #3606

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision61d30615e4f769d49b82f9d78454c559dbf2627e
Got Revision61d30615e4f769d49b82f9d78454c559dbf2627e
Changes1 change

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 43 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3606 Build
codebase Build
got_revision 61d30615e4f769d49b82f9d78454c559dbf2627e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 61d30615e4f769d49b82f9d78454c559dbf2627e Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Mar 10 00:02:53 2025
EndMon Mar 10 05:03:43 2025
Elapsed5 hrs, 49 secs

All Changes:

:

  1. Change #224454

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 09 Mar 2025 23:28:07
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 61d30615e4f769d49b82f9d78454c559dbf2627e

    Comments

    runtests: fix SSH server not starting in cases, re-ignore failing vcpkg CI jobs
    
    Replace `Cwd::abs_path()` with `File::Spec->rel2abs()`. The former
    requires the file to exist, but in some cases, it's missing.
    
    Seen in MSVC vcpkg jobs using Chocolatey OpenSSH v8.0.0.1 ending up with
    `$path=/d/a/curl/curl/bld/tests/log/3/server/ssh_server.pid`, which does
    not exist while converting to an absolute path (the path is already
    absolute, but the conversion is done unconditionally):
    ```
    Use of uninitialized value in subroutine entry at D:/a/curl/curl/tests/pathhelp.pm line 128.
    can't convert empty path at D:/a/curl/curl/tests/pathhelp.pm line 128.
    ```
    Ref: https://github.com/curl/curl/actions/runs/13747741797/job/38444844173#step:14:1233 (master)
    Ref: https://github.com/curl/curl/actions/runs/13751862952/job/38453816737#step:14:3185 (trace)
    
    Also ignore 3 new libssh2 jobs failing due to memleak.
    
    Partial revert of 1bd5ac998bbc943dbf812b2824ad0f532201734c #16570
    
    Closes #16636

    Changed files

    • .github/workflows/windows.yml
    • tests/pathhelp.pm