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

Builder curl-ares-solaris10-sparc Build #2259

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionda94b0237260f2fbc149f880c00c24a90fb7c5af
Got Revisionda94b0237260f2fbc149f880c00c24a90fb7c5af
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 29 mins, 33 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2259 Build
codebase Build
got_revision da94b0237260f2fbc149f880c00c24a90fb7c5af Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision da94b0237260f2fbc149f880c00c24a90fb7c5af Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Gabriel Marin
  3. Viktor Szakats

Timing:

StartWed Sep 25 13:43:15 2024
EndWed Sep 25 20:45:42 2024
Elapsed7 hrs, 2 mins, 26 secs

All Changes:

:

  1. Change #208692

    Category curl
    Changed by Gabriel Marin <marin.gabrielohnoyoudont@protonmail.com>
    Changed at Wed 25 Sep 2024 08:01:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cff75acfeca65738da8297aee0b30427b004b240

    Comments

    checksrc: Added checks for colon operator in ternary expressions
    Closes #14990

    Changed files

    • scripts/checksrc.pl
  2. Change #208693

    Category curl
    Changed by Gabriel Marin <marin.gabrielohnoyoudont@protonmail.com>
    Changed at Wed 25 Sep 2024 08:01:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b7c9166c4c5de3996c9d5591106e5236c2808fd7

    Comments

    test1185: Updated test data with NOSPACEC rule
    Closes #14990

    Changed files

    • tests/data/test1185
  3. Change #208694

    Category curl
    Changed by Gabriel Marin <marin.gabrielohnoyoudont@protonmail.com>
    Changed at Wed 25 Sep 2024 08:02:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b70e8f4b9b1fe0d57e508cca185d4628db2ca022

    Comments

    cleanup: added space around ternary expressions
    Closes #14990

    Changed files

    • lib/ftp.c
    • lib/http.c
    • lib/mprintf.c
    • packages/OS400/ccsidcurl.c
    • packages/OS400/os400sys.c
    • tests/libtest/lib1156.c
    • tests/libtest/lib670.c
    • tests/server/sws.c
  4. Change #208699

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Sep 2024 09:10:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 68a224c2911131a92b06220a9916c56c6f513a84

    Comments

    tidy-up: indentation in autotools sources
    Indentation in `configure.ac` and `.m4` files.
    
    Closes #14692

    Changed files

    • acinclude.m4
    • configure.ac
    • m4/curl-compilers.m4
    • m4/curl-confopts.m4
    • m4/curl-functions.m4
    • m4/curl-openssl.m4
    • m4/curl-reentrant.m4
    • m4/curl-wolfssl.m4
  5. Change #208700

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Sep 2024 09:10:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73ea09b9efc5f0cb69e5ff298f8a280379c57d1e

    Comments

    GHA/linux: review and prune valgrind use
    Valgrind jobs are slow, drop it from jobs where its use is redundant
    and/or has limited impact:
    
    - BearSSL: deprecated.
    - LibreSSL heimdal with autotools.
      Keep valgrind for the same job with cmake.
    - msh3.
    - IntelC no-SSL.
      Keep valgrind for IntelC OpenSSL.
    - OpenSSL 3.
      All OpenSSL jobs are v3 now, keep valgrind for the `-O3`, and
      libssh2 + sync-resolver variants.
    
    Closes #15020

    Changed files

    • .github/workflows/linux.yml
  6. Change #208701

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Sep 2024 09:10:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b4cf21b45dcb59d5dd2f5bf27d42c522e326a4fc

    Comments

    build: clarify CA embed is for curl tool, mark default, improve summary
    - say that CA embed is for the curl tool.
    - show "no" in summary when there is no CA embed.
    - cmake: sync wording.
    
    Closes #15035

    Changed files

    • CMakeLists.txt
    • acinclude.m4
    • configure.ac
  7. Change #208705

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Sep 2024 09:20:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ed766751cc9bc5cfd40104692ea130902c1951fd

    Comments

    GHA/linux: tidy up msh3 build step
    Ninja does not improve msh3 build speed on GHA/linux:
    https://github.com/curl/curl/actions/runs/11020206432/job/30604509300
    
    Cherry-picked from #15023

    Changed files

    • .github/workflows/linux.yml
  8. Change #208706

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Sep 2024 09:25:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d82f9f965c71705010b8fcd338d7db99cfd86efc

    Comments

    build: add pytest targets
    It enables running pytests in cmake jobs, regardless of underlying build
    tool choice (= makes it work with ninja.)
    
    Also:
    
    - drop pytest logic launching `make` and exiting in case of failure.
      Maybe there is a better way and keep this functionality somehow, bind
      it to a command-line option? make it fail softly?
    
    - GHA/linux: invoke pytest via the build, not directly.
    
    - autotools: add missing dummy runtests targets when cross-compiling.
    
    Closes #15034

    Changed files

    • .github/workflows/linux.yml
    • Makefile.am
    • tests/CMakeLists.txt
    • tests/Makefile.am
    • tests/http/clients/CMakeLists.txt
    • tests/http/conftest.py
    • tests/http/testenv/env.py
  9. Change #208714

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 25 Sep 2024 09:54:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision da94b0237260f2fbc149f880c00c24a90fb7c5af

    Comments

    THANKS: cleanup duplicates

    Changed files

    • docs/THANKS
    • docs/THANKS-filter