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

Builder curl-threaded-solaris11-i386 Build #2400

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun May 5 16:42:53 2024
EndSun May 5 17:02:14 2024
Elapsed19 mins, 20 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