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

Builder curl-ares-solaris11-sparc Build #2369

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision382717d7f11ef756d4c574bf97bc1e3b0233c8e9
Got Revision382717d7f11ef756d4c574bf97bc1e3b0233c8e9
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 15 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 2369 Build
codebase Build
got_revision 382717d7f11ef756d4c574bf97bc1e3b0233c8e9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 382717d7f11ef756d4c574bf97bc1e3b0233c8e9 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. Daniel Stenberg
  2. Evgeny Grin

Timing:

StartThu Apr 25 23:02:14 2024
EndFri Apr 26 00:29:13 2024
Elapsed1 hrs, 26 mins, 59 secs

All Changes:

:

  1. Change #195972

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 25 Apr 2024 22:32:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3572dd65bb233fc2720634804312192e3bdf4adf

    Comments

    multi: avoid memory-leak risk
    'newurl' is allocated in some conditions and used in a few scenarios,
    but there were theoretical combinations in which it would not get freed.
    Move the free to happen unconditionally. Never triggered by tests, but
    spotted by Coverity.
    
    Closes #13471

    Changed files

    • lib/multi.c
  2. Change #195973

    Category curl
    Changed by Evgeny Grin <k2kohnoyoudont@narod.ru>
    Changed at Thu 25 Apr 2024 22:38:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 382717d7f11ef756d4c574bf97bc1e3b0233c8e9

    Comments

    curl_setup.h: detect 'inline' support
    Closes #13355

    Changed files

    • configure.ac
    • lib/curl_config.h.cmake
    • lib/curl_setup.h
    • lib/curl_sha512_256.c