Skip to content

Force CI to never cancel #112

Force CI to never cancel

Force CI to never cancel #112

Triggered via push July 5, 2024 21:11
Status Failure
Total duration 3m 40s
Artifacts

ci.yaml

on: push
Matrix: Check and Lint
Matrix: Run unit tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 110 warnings
Run unit tests (ubuntu-latest, stable, --release)
failed to run custom build command for `testcrate v0.1.0 (/home/runner/work/zeromq-src-rs/zeromq-src-rs/testcrate)`
Run unit tests (ubuntu-latest, stable, --release)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Run unit tests (macos-latest, stable)
The job was canceled because "ubuntu-latest_stable_--re" failed.
Run unit tests (ubuntu-latest, stable)
The job was canceled because "ubuntu-latest_stable_--re" failed.
Run unit tests (ubuntu-latest, stable)
failed to run custom build command for `testcrate v0.1.0 (/home/runner/work/zeromq-src-rs/zeromq-src-rs/testcrate)`
Run unit tests (ubuntu-latest, stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Check and Lint (ubuntu-latest, stable)
failed to run custom build command for `testcrate v0.1.0 (/home/runner/work/zeromq-src-rs/zeromq-src-rs/testcrate)`
Check and Lint (ubuntu-latest, stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Run unit tests (macos-latest, stable, --features=libsodium)
The job was canceled because "ubuntu-latest_stable_--re" failed.
Run unit tests (ubuntu-latest, stable, --features=libsodium)
The job was canceled because "ubuntu-latest_stable_--re" failed.
Run unit tests (ubuntu-latest, stable, --features=libsodium)
failed to run custom build command for `testcrate v0.1.0 (/home/runner/work/zeromq-src-rs/zeromq-src-rs/testcrate)`
Run unit tests (ubuntu-latest, stable, --features=libsodium)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Run unit tests (windows-latest, stable, --release)
The job was canceled because "ubuntu-latest_stable_--re" failed.
Run unit tests (windows-latest, stable)
The job was canceled because "ubuntu-latest_stable_--re" failed.
Run unit tests (windows-latest, stable, --features=libsodium)
The job was canceled because "ubuntu-latest_stable_--re" failed.
Run unit tests (macos-latest, stable, --release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run unit tests (macos-latest, stable, --release)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run unit tests (macos-latest, stable, --release)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing field 'bytes' initializer [-Wmissing-field-initializers]
Run unit tests (macos-latest, stable, --release)
[email protected]: stats_proxy stats = {0};
Run unit tests (macos-latest, stable, --release)
[email protected]: stats_proxy stats = {0};
Run unit tests (macos-latest, stable, --release)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:26: warning: suggest braces around initialization of subobject [-Wmissing-braces]
Run unit tests (macos-latest, stable, --release)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing field 'backend' initializer [-Wmissing-field-initializers]
Run unit tests (macos-latest, stable, --release)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/zmq.cpp:1355:32: warning: unused parameter 'items_' [-Wunused-parameter]
Run unit tests (ubuntu-latest, stable, --release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run unit tests (ubuntu-latest, stable, --release)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run unit tests (ubuntu-latest, stable, --release)
[email protected]: In file included from /usr/include/c++/11/condition_variable:35,
Run unit tests (ubuntu-latest, stable, --release)
[email protected]: from /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/mailbox_safe.hpp:16,
Run unit tests (ubuntu-latest, stable, --release)
[email protected]: /usr/include/c++/11/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
Run unit tests (ubuntu-latest, stable, --release)
[email protected]: from /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/mailbox_safe.cpp:4:
Run unit tests (ubuntu-latest, stable, --release)
[email protected]: 102 | std::condition_variable_any _cv;
Run unit tests (ubuntu-latest, stable, --release)
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/condition_variable.hpp:102:5: note: ‘std::condition_variable_any’ is only available from C++11 onwards
Run unit tests (ubuntu-latest, stable, --release)
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/condition_variable.hpp:84:13: error: ‘_cv’ was not declared in this scope
Run unit tests (macos-latest, stable)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing field 'bytes' initializer [-Wmissing-field-initializers]
Run unit tests (macos-latest, stable)
[email protected]: stats_proxy stats = {0};
Run unit tests (macos-latest, stable)
[email protected]: stats_proxy stats = {0};
Run unit tests (macos-latest, stable)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:26: warning: suggest braces around initialization of subobject [-Wmissing-braces]
Run unit tests (macos-latest, stable)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing field 'backend' initializer [-Wmissing-field-initializers]
Run unit tests (macos-latest, stable)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/zmq.cpp:1355:32: warning: unused parameter 'items_' [-Wunused-parameter]
Run unit tests (ubuntu-latest, stable)
[email protected]: In file included from /usr/include/c++/11/condition_variable:35,
Run unit tests (ubuntu-latest, stable)
[email protected]: from /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/mailbox_safe.hpp:16,
Run unit tests (ubuntu-latest, stable)
[email protected]: /usr/include/c++/11/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
Run unit tests (ubuntu-latest, stable)
[email protected]: from /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/mailbox_safe.cpp:4:
Run unit tests (ubuntu-latest, stable)
[email protected]: 102 | std::condition_variable_any _cv;
Run unit tests (ubuntu-latest, stable)
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/condition_variable.hpp:102:5: note: ‘std::condition_variable_any’ is only available from C++11 onwards
Run unit tests (ubuntu-latest, stable)
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/condition_variable.hpp:84:13: error: ‘_cv’ was not declared in this scope
Check and Lint (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check and Lint (ubuntu-latest, stable)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check and Lint (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check and Lint (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check and Lint (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check and Lint (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check and Lint (ubuntu-latest, stable)
[email protected]: In file included from /usr/include/c++/11/condition_variable:35,
Check and Lint (ubuntu-latest, stable)
[email protected]: from /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/mailbox_safe.hpp:16,
Check and Lint (ubuntu-latest, stable)
[email protected]: /usr/include/c++/11/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
Check and Lint (ubuntu-latest, stable)
[email protected]: from /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/mailbox_safe.cpp:4:
Check and Lint (ubuntu-latest, stable)
[email protected]: 102 | std::condition_variable_any _cv;
Check and Lint (ubuntu-latest, stable)
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/condition_variable.hpp:102:5: note: ‘std::condition_variable_any’ is only available from C++11 onwards
Check and Lint (ubuntu-latest, stable)
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/condition_variable.hpp:84:13: error: ‘_cv’ was not declared in this scope
Run unit tests (macos-latest, stable, --features=libsodium)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing field 'bytes' initializer [-Wmissing-field-initializers]
Run unit tests (macos-latest, stable, --features=libsodium)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:26: warning: suggest braces around initialization of subobject [-Wmissing-braces]
Run unit tests (macos-latest, stable, --features=libsodium)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing field 'backend' initializer [-Wmissing-field-initializers]
Run unit tests (macos-latest, stable, --features=libsodium)
[email protected]: /Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/zmq.cpp:1355:32: warning: unused parameter 'items_' [-Wunused-parameter]
Run unit tests (ubuntu-latest, stable, --features=libsodium)
[email protected]: In file included from /usr/include/c++/11/condition_variable:35,
Run unit tests (ubuntu-latest, stable, --features=libsodium)
[email protected]: from /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/mailbox_safe.hpp:16,
Run unit tests (ubuntu-latest, stable, --features=libsodium)
[email protected]: /usr/include/c++/11/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
Run unit tests (ubuntu-latest, stable, --features=libsodium)
[email protected]: from /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/mailbox_safe.cpp:4:
Run unit tests (ubuntu-latest, stable, --features=libsodium)
[email protected]: 102 | std::condition_variable_any _cv;
Run unit tests (ubuntu-latest, stable, --features=libsodium)
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/condition_variable.hpp:102:5: note: ‘std::condition_variable_any’ is only available from C++11 onwards
Run unit tests (ubuntu-latest, stable, --features=libsodium)
[email protected]: /home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/condition_variable.hpp:84:13: error: ‘_cv’ was not declared in this scope
Run unit tests (windows-latest, stable, --release)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --release)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --release)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --release)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --release)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --release)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --release)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --release)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --release)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --release)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --features=libsodium)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --features=libsodium)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --features=libsodium)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --features=libsodium)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --features=libsodium)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --features=libsodium)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --features=libsodium)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --features=libsodium)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --features=libsodium)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'
Run unit tests (windows-latest, stable, --features=libsodium)
[email protected]: cl : Command line warning D9002 : ignoring unknown option '-std:c++98'