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

Builder curl-unthreaded-solaris11-sparc Build #4107

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Yedaya Katsman

Timing:

StartSun Jun 22 22:46:14 2025
EndMon Jun 23 00:04:26 2025
Elapsed1 hrs, 18 mins, 12 secs

All Changes:

:

  1. Change #237458

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Sun 22 Jun 2025 22:31:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8128a17e714049c446e60b3f20d7f903c392b398

    Comments

    rustls: don't try printing the not provided file
    Caught by gcc (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0:
    ```
    vtls/rustls.c: In function ‘cr_connect’:
    vtls/rustls.c:857:61: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
      857 |     failf(data, "rustls: must provide certificate with key '%s'",
          |                                                             ^~
    ```
    
    Closes #17704

    Changed files

    • lib/vtls/rustls.c