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

Builder curl-ares-solaris10-i386 Build #2318

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision303bb8785c45fcad879c9c1c86e9c7e09ff68097
Got Revision303bb8785c45fcad879c9c1c86e9c7e09ff68097
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 13 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 2318 Build
codebase Build
got_revision 303bb8785c45fcad879c9c1c86e9c7e09ff68097 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 303bb8785c45fcad879c9c1c86e9c7e09ff68097 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Evgeny Grin
  3. Philip H.

Timing:

StartThu Apr 25 23:41:51 2024
EndFri Apr 26 01:20:03 2024
Elapsed1 hrs, 38 mins, 11 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