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

Builder curl-ares-solaris10-i386 Build #3406

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1952467ea163694dc4f1c1b8716b685615c6b642
Got Revision1952467ea163694dc4f1c1b8716b685615c6b642
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 34 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3406 Build
codebase Build
got_revision 1952467ea163694dc4f1c1b8716b685615c6b642 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1952467ea163694dc4f1c1b8716b685615c6b642 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. Viktor Szakats
  2. renovate[bot]

Timing:

StartMon May 19 22:40:25 2025
EndTue May 20 02:19:58 2025
Elapsed3 hrs, 39 mins, 33 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