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

Builder curl-unthreaded-solaris11-i386 Build #2400

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu May 2 10:56:41 2024
EndThu May 2 11:38:54 2024
Elapsed42 mins, 13 secs

All Changes:

:

  1. Change #196345

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 May 2024 10:40:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb06c1b25ba62626bf31371ed89e4797ed56265c

    Comments

    curl.h: change CURL_SSLVERSION_* from enum to defines
    C++20 and later compilers emit a deprecation warning if values from two
    different enums are combined with a bitwise operation the way the
    CURL_SSLVERSION_* values were previously created.
    
    Reported-by: Michael Kaufmann
    Fixes #13510
    Closes #13511

    Changed files

    • include/curl/curl.h