Skip to content

Make PR a breaking change #87

Make PR a breaking change

Make PR a breaking change #87

Triggered via push November 6, 2023 04:42
Status Success
Total duration 5m 12s
Artifacts

ci.yaml

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

Annotations

94 warnings
Run unit tests (ubuntu-latest, stable)
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)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp: In function ‘int zmq::proxy_steerable(zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*)’:
Run unit tests (ubuntu-latest, stable)
502 | stats_proxy stats = {0};
Run unit tests (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing initializer for member ‘stats_endpoint::recv’ [-Wmissing-field-initializers]
Run unit tests (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp: In member function ‘void zmq::session_base_t::engine_error(bool, zmq::i_engine::error_reason_t)’:
Run unit tests (ubuntu-latest, stable)
458 | if (_active) {
Run unit tests (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp:463:9: note: here
Run unit tests (ubuntu-latest, stable)
| ^~~~
Run unit tests (ubuntu-latest, stable)
/home/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)
| ~~~~~~~~~~~~~~~~^~~~~~
Run unit tests (ubuntu-latest, stable)
1356 | int nitems_,
Run unit tests (macos-latest, stable)
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)
/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)
stats_proxy stats = {0};
Run unit tests (macos-latest, stable)
stats_proxy stats = {0};
Run unit tests (macos-latest, stable)
/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)
/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)
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
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)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp: In function ‘int zmq::proxy_steerable(zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*)’:
Run unit tests (ubuntu-latest, stable, --release)
502 | stats_proxy stats = {0};
Run unit tests (ubuntu-latest, stable, --release)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing initializer for member ‘stats_endpoint::recv’ [-Wmissing-field-initializers]
Run unit tests (ubuntu-latest, stable, --release)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp: In member function ‘void zmq::session_base_t::engine_error(bool, zmq::i_engine::error_reason_t)’:
Run unit tests (ubuntu-latest, stable, --release)
458 | if (_active) {
Run unit tests (ubuntu-latest, stable, --release)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp:463:9: note: here
Run unit tests (ubuntu-latest, stable, --release)
/home/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)
| ~~~~~~~~~~~~~~~~^~~~~~
Run unit tests (ubuntu-latest, stable, --release)
1356 | int nitems_,
Run unit tests (ubuntu-latest, stable, --features=libsodium)
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, --features=libsodium)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp: In function ‘int zmq::proxy_steerable(zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*)’:
Run unit tests (ubuntu-latest, stable, --features=libsodium)
502 | stats_proxy stats = {0};
Run unit tests (ubuntu-latest, stable, --features=libsodium)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing initializer for member ‘stats_endpoint::recv’ [-Wmissing-field-initializers]
Run unit tests (ubuntu-latest, stable, --features=libsodium)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp: In member function ‘void zmq::session_base_t::engine_error(bool, zmq::i_engine::error_reason_t)’:
Run unit tests (ubuntu-latest, stable, --features=libsodium)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp:463:9: note: here
Run unit tests (ubuntu-latest, stable, --features=libsodium)
/home/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)
| ~~~~~~~~~~~~~~~~^~~~~~
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)
/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)
stats_proxy stats = {0};
Run unit tests (macos-latest, stable, --release)
stats_proxy stats = {0};
Run unit tests (macos-latest, stable, --release)
/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)
/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)
/Users/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/zmq.cpp:1355:32: warning: unused parameter 'items_' [-Wunused-parameter]
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 `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)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp: In function ‘int zmq::proxy_steerable(zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*)’:
Check and Lint (ubuntu-latest, stable)
502 | stats_proxy stats = {0};
Check and Lint (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing initializer for member ‘stats_endpoint::recv’ [-Wmissing-field-initializers]
Check and Lint (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp: In member function ‘void zmq::session_base_t::engine_error(bool, zmq::i_engine::error_reason_t)’:
Check and Lint (ubuntu-latest, stable)
458 | if (_active) {
Check and Lint (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp:463:9: note: here
Check and Lint (ubuntu-latest, stable)
| ^~~~
Check and Lint (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/zmq.cpp:1355:32: warning: unused parameter ‘items_’ [-Wunused-parameter]
Check and Lint (ubuntu-latest, stable)
| ~~~~~~~~~~~~~~~~^~~~~~
Check and Lint (ubuntu-latest, stable)
1356 | int nitems_,
Check and Lint (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp: In function ‘int zmq::proxy_steerable(zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*, zmq::socket_base_t*)’:
Check and Lint (ubuntu-latest, stable)
502 | stats_proxy stats = {0};
Check and Lint (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/proxy.cpp:502:27: warning: missing initializer for member ‘stats_endpoint::recv’ [-Wmissing-field-initializers]
Check and Lint (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp: In member function ‘void zmq::session_base_t::engine_error(bool, zmq::i_engine::error_reason_t)’:
Check and Lint (ubuntu-latest, stable)
458 | if (_active) {
Check and Lint (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/session_base.cpp:463:9: note: here
Check and Lint (ubuntu-latest, stable)
| ^~~~
Check and Lint (ubuntu-latest, stable)
/home/runner/work/zeromq-src-rs/zeromq-src-rs/vendor/src/zmq.cpp:1355:32: warning: unused parameter ‘items_’ [-Wunused-parameter]
Check and Lint (ubuntu-latest, stable)
| ~~~~~~~~~~~~~~~~^~~~~~
Check and Lint (ubuntu-latest, stable)
1356 | int nitems_,
Run unit tests (macos-latest, stable, --features=libsodium)
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, --features=libsodium)
/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)
stats_proxy stats = {0};
Run unit tests (macos-latest, stable, --features=libsodium)
stats_proxy stats = {0};
Run unit tests (macos-latest, stable, --features=libsodium)
/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)
/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)
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
Run unit tests (windows-latest, stable)
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 (windows-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 (windows-latest, stable, --features=libsodium)
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/