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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 1 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 3705 Build
codebase Build
got_revision 1dd361cde8b2b89617ac612506c04fab9e8a0338 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 1dd361cde8b2b89617ac612506c04fab9e8a0338 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:

StartTue Apr 1 04:34:06 2025
EndTue Apr 1 05:42:15 2025
Elapsed1 hrs, 8 mins, 9 secs

All Changes:

:

  1. Change #226213

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 31 Mar 2025 22:49:18
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 1dd361cde8b2b89617ac612506c04fab9e8a0338

    Comments

    libssh2: show crypto backend in the verbose connect log
    
    With libssh2 1.11.0 or newer.
    
    Different crypto backends may offer different features, e.g. in the keys
    and algos they support.
    
    Examples:
    ```
    *   Trying 127.0.0.1:22...
    * Connected to localhost (127.0.0.1) port 22
    * libssh2 crypto backend: openssl compatible
    [or]
    * libssh2 crypto backend: WinCNG
    ```
    
    Also fix indentation and drop redundant curly braces.
    
    Closes #16790

    Changed files

    • lib/vssh/libssh2.c