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

Builder curl-threaded-solaris10-sparc Build #2810

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 8 mins, 13 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. renovate[bot]

Timing:

StartTue May 20 02:59:55 2025
EndTue May 20 13:02:50 2025
Elapsed10 hrs, 2 mins, 55 secs

All Changes:

:

  1. Change #230270

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 19 May 2025 18:59:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e785e898a6a32fc63b35615b55a147d309082f3d

    Comments

    checksrc: avoid extra runs in CI, enable more check locally, fix fallouts
    To avoid redundant work in CI and to avoid a single checksrc issue make
    all autotools jobs fail. After this patch checksrc issues make fail
    the checksrc job, the `dist / verify-out-of-tree-autotools-debug`,
    `dist / maketgz-and-verify-in-tree`  jobs and the fuzzer job (if run).
    Of these, the `dist` jobs replicate local builds, also testing the build
    logic.
    
    Also add a script to check the complete local repository, optionally
    with the build tree to verify generated C files.
    
    Also:
    - automatically run checksrc in subdirectories having a `checksrc`
      target. (examples, OS400, tests http/client, unit and tunit)
    - tests/libtest: make sure to run `checksrc` on generated `lib1521.c`.
      (requires in-tree autotools build.)
    - tests: run `checksrc` on targets also for non-`DEBUGBUILD`
      builds. It ensures to check `lib1521.c` in CI via job
      `dist / maketgz-and-verify-in-tree`.
    - src: drop redundant `$(builddir)` in autotools builds.
    - scripts: add `checksrc-all.sh` script to check all C sources and
      the build directory as an option.
    - use the above from CI, also make it verify all generated sources.
    - silence `checksrc` issues in generated C sources.
    - checksrc: add `-v` option to enable verbose mode.
    - checksrc: make verbose mode show checked filename and fix to only
      return error on failure.
    - make sure that generated C files pass `checksrc`.
    
    Assisted-by: Daniel Stenberg
    
    Closes #17376

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
    • configure.ac
    • docs/cmdline-opts/pinnedpubkey.md
    • docs/examples/Makefile.am
    • include/curl/Makefile.am
    • lib/Makefile.am
    • packages/Makefile.am
    • scripts/Makefile.am
    • scripts/checksrc-all.sh
    • scripts/checksrc.pl
    • src/CMakeLists.txt
    • src/Makefile.am
    • src/mk-file-embed.pl
    • tests/http/clients/Makefile.am
    • tests/libtest/Makefile.am
    • tests/mk-bundle.pl
    • tests/server/Makefile.am
    • tests/tunit/Makefile.am
    • tests/unit/Makefile.am
  2. Change #230272

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Mon 19 May 2025 22:29:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1952467ea163694dc4f1c1b8716b685615c6b642

    Comments

    GHA/non-native: update cross-platform-actions/action digest to 97419d1
    Closes #17389

    Changed files

    • .github/workflows/non-native.yml
  3. Change #230276

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 20 May 2025 00:40:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e4a59f8fd1d1c041e58959018a7fef5955d9532

    Comments

    DEPRECATE.md: fix typo
    Bug: https://github.com/curl/curl/actions/runs/15112183952/job/42473983311
    
    Closes #17391

    Changed files

    • docs/DEPRECATE.md