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

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

Results:

Build successful

SourceStamp:

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

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, 10 mins, 49 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 3720 Build
codebase Build
got_revision 5ad32b05d5fb5b489528b91554cf35c3ba8753e9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 5ad32b05d5fb5b489528b91554cf35c3ba8753e9 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:

StartWed Apr 2 02:06:28 2025
EndWed Apr 2 06:49:48 2025
Elapsed4 hrs, 43 mins, 19 secs

All Changes:

:

  1. Change #226335

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 02 Apr 2025 01:14:29
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision c6a324d5b9075b7988e6d2a3c6c320dfa8a152a3

    Comments

    GHA/windows: make libssh2 install a per job config
    
    To allow making per-job variations for SSH backends.
    
    Also:
    - fix Cygwin builds to not ignore per-job `install:` items.
      It worked by accident before this patch.
      Follow-up to 66313cc036671cd4d3e72db65a79a715c7b8f154 #16629
    
    Closes #16911

    Changed files

    • .github/workflows/windows.yml
  2. Change #226343

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 02 Apr 2025 01:38:12
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 5ad32b05d5fb5b489528b91554cf35c3ba8753e9

    Comments

    GHA/windows: move libssh job from vcpkg to MSYS2
    
    To avoid upstream issue where libssh no longer builds with vcpkg:
    ```
    error: building libssh:x64-windows failed with: BUILD_FAILED
    ```
    Ref: https://github.com/curl/curl/actions/runs/14206672441/job/39805869213?pr=16909#step:5:64
    
    Bug: https://github.com/curl/curl/pull/16909#issuecomment-2770792320
    
    Closes #16910

    Changed files

    • .github/workflows/windows.yml