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

Builder curl-pr-unthreaded-solaris10-sparc Build #1078

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 7 mins, 21 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 1078 Build
codebase Build
got_revision 3a082cd3c55790870a8025856c42587a06cd295e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 3a082cd3c55790870a8025856c42587a06cd295e Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun May 5 16:36:39 2024
EndSun May 5 23:03:55 2024
Elapsed6 hrs, 27 mins, 16 secs

All Changes:

:

  1. Change #196459

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 05 May 2024 16:34:41
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 3a082cd3c55790870a8025856c42587a06cd295e

    Comments

    libssh2: delete redundant feature guard
    
    Delete `HAVE_LIBSSH2_VERSION` (equivalent to
    `LIBSSH2_VERSION_NUM` > 0x010100) guard surrounding
    a `LIBSSH2_VERSION_NUM` > 0x010B00 one.
    
    Reviewed-by: Daniel Gustafsson
    Closes #13537

    Changed files

    • lib/vssh/libssh2.c