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

Builder curl-unthreaded-solaris10-sparc Build #12271

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 6 mins, 48 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 12271 Build
codebase Build
got_revision 2d2c27e5a319665fdfbe75422dac55ff3a2218b6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2d2c27e5a319665fdfbe75422dac55ff3a2218b6 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Evgeny Grin
  3. Johann Sebastian Schicho
  4. Philip H.
  5. Stefan Eissing

Timing:

StartFri Apr 26 05:38:54 2024
EndFri Apr 26 15:45:14 2024
Elapsed10 hrs, 6 mins, 20 secs

All Changes:

:

  1. Change #195968

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Apr 2024 22:25:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dd8ffa73ff20471ca3bcc3637199ff2ac5caf5b9

    Comments

    CI: macos fixes for new ARM GHA images
    - based on #13478 with additions from #13476
    - make homebrew install path flexible
    - fix OpenSSL pkgconfig files libdir
    - add path to --with-libssh2 target
    - disable gcc securetransport due to linker
      errors (missing symbols), probably because
      the os version is no longer low enough
    
    Assisted-by: Viktor Szakats
    
    Closes #13479

    Changed files

    • .github/workflows/macos.yml
  2. Change #195969

    Category curl
    Changed by Johann Sebastian Schicho <sebastian-schichoohnoyoudont@t-online.de>
    Changed at Thu 25 Apr 2024 22:28:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 31d7cf42fd5a8e1390ea86bf43a043e8ad73ced9

    Comments

    sendf: Curl_cwriter_write: remove comment disallowing zero length writes
    They are needed to pass CLIENTWRITE_EOS.
    
    Closes #13477

    Changed files

    • lib/sendf.c
  3. 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
  4. 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
  5. 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
  6. 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