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

Builder curl-ares-solaris11-sparc Build #2389

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 3 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 2389 Build
codebase Build
got_revision 3a082cd3c55790870a8025856c42587a06cd295e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3a082cd3c55790870a8025856c42587a06cd295e Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun May 5 16:42:54 2024
EndSun May 5 17:40:57 2024
Elapsed58 mins, 2 secs

All Changes:

:

  1. Change #196460

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 05 May 2024 16:34:41
    Repository https://github.com/curl/curl.git
    Project 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