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

Builder curl-threaded-solaris11-sparc Build #2372

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2d2c27e5a319665fdfbe75422dac55ff3a2218b6
Got Revision2d2c27e5a319665fdfbe75422dac55ff3a2218b6
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Evgeny Grin
  3. Philip H.
  4. Stefan Eissing

Timing:

StartThu Apr 25 23:59:52 2024
EndFri Apr 26 01:26:11 2024
Elapsed1 hrs, 26 mins, 18 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
  3. Change #195975

    Category curl
    Changed by Philip H. <47042125+pheiduckohnoyoudont@users.noreply.github.com>
    Changed at Thu 25 Apr 2024 23:27:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 303bb8785c45fcad879c9c1c86e9c7e09ff68097

    Comments

    ci: remove microsoft-prod.list
    This is added by default, and it is often broken, but we don't need
    anything from it.
    
    Closes #13473

    Changed files

    • .github/workflows/awslc.yml
    • .github/workflows/codespell.yml
    • .github/workflows/linux.yml
    • .github/workflows/linux32.yml
    • .github/workflows/ngtcp2-linux.yml
    • .github/workflows/osslq-linux.yml
    • .github/workflows/proselint.yml
    • .github/workflows/quiche-linux.yml
    • .github/workflows/torture.yml
    • .github/workflows/wolfssl.yml
  4. Change #195977

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Apr 2024 23:31:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2d2c27e5a319665fdfbe75422dac55ff3a2218b6

    Comments

    multi: multi_wait improvements
     - only call `multi_getsock()` once for all transfers
     - realloc pollset array on demand
     - fold repeated sockets
    
    Closes #13150

    Changed files

    • lib/multi.c
    • tests/http/scorecard.py