Skip to content

add parser::read(stream) #1077

add parser::read(stream)

add parser::read(stream) #1077

Triggered via pull request June 5, 2026 12:07
Status Cancelled
Total duration 10m 27s
Artifacts 1

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 15 warnings
MSVC 14.42: C++20
B2 Workflow failed: B2 build failed with exit code 1 Stack trace: at main ..\..\_actions\alandefreitas\cpp-actions\v1.9.3\b2-workflow\src\index.ts:318:19 313 │ const { exitCode } = await exec.getExecOutput(`"${b2_path}"`, b2_args, { 314 │ cwd: inputs.source_dir, 315 │ ignoreReturnCode: true 316 │ }); 317 │ if (exitCode !== 0) { ❯ 318 │ throw new Error(`B2 build failed with exit code ${exitCode}`); 319 │ } 320 │ } 321 │ core.endGroup(); 322 │ } 323 │ at main ..\..\_actions\alandefreitas\cpp-actions\v1.9.3\b2-workflow\src\index.ts:417:9 412 │ inputsSchema, 413 │ outputsSchema, 414 │ title: 'B2 Workflow', 415 │ main: async (rawInputs: RawInputs) => { 416 │ const inputs = convertRawInputs(rawInputs); ❯ 417 │ await main(inputs); 418 │ return {}; 419 │ }, 420 │ callerModule: module 421 │ }); 422 │ at run ..\..\_actions\alandefreitas\cpp-actions\v1.9.3\common\action-schema\src\runner.ts:81:25 76 │ core.startGroup('📥 Action Inputs'); 77 │ gh_inputs.printInputObject(inputs as unknown as Record<string, unknown>); 78 │ core.endGroup(); 79 │ 80 │ // Run main action logic ❯ 81 │ const outputs = await main(inputs); 82 │ 83 │ // Validate outputs if validator provided 84 │ if (validateOutputs && !validateOutputs(outputs)) { 85 │ core.setFailed(failureMessage ?? `${title} failed: output validation failed`); 86 │ return; at anonymous ..\..\_actions\alandefreitas\cpp-actions\v1.9.3\common\action-schema\src\runner.ts:162:13 157 │ 158 │ const run = createActionRunner({ ...runnerOptions, title }); 159 │ 160 │ (async () => { 161 │ try { ❯ 162 │ await run(); 163 │ } catch (error) { 164 │ await reportAndSetFailed(error as Error, { 165 │ title: `${title} failed` 166 │ }); 167 │ } ⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
MSVC 14.34: C++20 (shared)
B2 Workflow failed: B2 build failed with exit code 1 Stack trace: at main ..\..\_actions\alandefreitas\cpp-actions\v1.9.3\b2-workflow\src\index.ts:318:19 313 │ const { exitCode } = await exec.getExecOutput(`"${b2_path}"`, b2_args, { 314 │ cwd: inputs.source_dir, 315 │ ignoreReturnCode: true 316 │ }); 317 │ if (exitCode !== 0) { ❯ 318 │ throw new Error(`B2 build failed with exit code ${exitCode}`); 319 │ } 320 │ } 321 │ core.endGroup(); 322 │ } 323 │ at main ..\..\_actions\alandefreitas\cpp-actions\v1.9.3\b2-workflow\src\index.ts:417:9 412 │ inputsSchema, 413 │ outputsSchema, 414 │ title: 'B2 Workflow', 415 │ main: async (rawInputs: RawInputs) => { 416 │ const inputs = convertRawInputs(rawInputs); ❯ 417 │ await main(inputs); 418 │ return {}; 419 │ }, 420 │ callerModule: module 421 │ }); 422 │ at run ..\..\_actions\alandefreitas\cpp-actions\v1.9.3\common\action-schema\src\runner.ts:81:25 76 │ core.startGroup('📥 Action Inputs'); 77 │ gh_inputs.printInputObject(inputs as unknown as Record<string, unknown>); 78 │ core.endGroup(); 79 │ 80 │ // Run main action logic ❯ 81 │ const outputs = await main(inputs); 82 │ 83 │ // Validate outputs if validator provided 84 │ if (validateOutputs && !validateOutputs(outputs)) { 85 │ core.setFailed(failureMessage ?? `${title} failed: output validation failed`); 86 │ return; at anonymous ..\..\_actions\alandefreitas\cpp-actions\v1.9.3\common\action-schema\src\runner.ts:162:13 157 │ 158 │ const run = createActionRunner({ ...runnerOptions, title }); 159 │ 160 │ (async () => { 161 │ try { ❯ 162 │ await run(); 163 │ } catch (error) { 164 │ await reportAndSetFailed(error as Error, { 165 │ title: `${title} failed` 166 │ }); 167 │ } ⚠ Tip: enable trace-commands (INPUT_TRACE_COMMANDS=true) for more logs.
MinGW: C++20
Canceling since a higher priority waiting request for cppalliance/http:refs/pull/272/merge exists
MinGW: C++20
The operation was canceled.
Clang 20: C++20-23
Canceling since a higher priority waiting request for cppalliance/http:refs/pull/272/merge exists
Clang 20: C++20-23
The operation was canceled.
CI
Canceling since a higher priority waiting request for cppalliance/http:refs/pull/272/merge exists
Changelog Summary
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/create-changelog@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Conventional Commits
98 unconventional commits
Antora Docs
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clang 17: C++20
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/b2-workflow@v1.9.3, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3, alandefreitas/cpp-actions/setup-cpp@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
MSVC 14.42: C++20
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/b2-workflow@v1.9.3, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3, alandefreitas/cpp-actions/setup-cpp@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
MSVC 14.42: C++20
Requested toolset version '14.42' not found. Available versions: [14.29.30133, 14.44.35207]. Falling back to Visual Studio default.
GCC 13: C++20 (coverage)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/cmake-workflow@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3, alandefreitas/cpp-actions/setup-cpp@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clang 20: C++20 (asan+ubsan)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/b2-workflow@v1.9.3, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3, alandefreitas/cpp-actions/setup-cpp@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
MSVC 14.34: C++20 (shared)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/b2-workflow@v1.9.3, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3, alandefreitas/cpp-actions/setup-cpp@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
MSVC 14.34: C++20 (shared)
Requested toolset version '14.34' not found. Available versions: [14.29.30133, 14.44.35207]. Falling back to Visual Studio default.
GCC 15: C++20 (asan+ubsan)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/b2-workflow@v1.9.3, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3, alandefreitas/cpp-actions/setup-cpp@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
GCC 15: C++20
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/b2-workflow@v1.9.3, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/cmake-workflow@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3, alandefreitas/cpp-actions/setup-cpp@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clang 20: C++20-23 (x86)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/b2-workflow@v1.9.3, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3, alandefreitas/cpp-actions/setup-cpp@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
MinGW: C++20
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/b2-workflow@v1.9.3, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/cmake-workflow@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3, alandefreitas/cpp-actions/setup-cpp@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clang 20: C++20-23
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, alandefreitas/cpp-actions/b2-workflow@v1.9.3, alandefreitas/cpp-actions/boost-clone@v1.9.3, alandefreitas/cpp-actions/cmake-workflow@v1.9.3, alandefreitas/cpp-actions/package-install@v1.9.3, alandefreitas/cpp-actions/setup-cpp@v1.9.3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
antora-docs
8.31 MB
sha256:76457101e35d33d6e1e7dc1feb2410e5dfe26457f17016d111a9a27e1b56af09