Skip to content

Upgrade zeromq-src to 0.3 #43

Upgrade zeromq-src to 0.3

Upgrade zeromq-src to 0.3 #43

Triggered via pull request November 17, 2023 10:57
Status Failure
Total duration 2m 51s
Artifacts

ci.yaml

on: pull_request
Matrix: Build
Matrix: Lint
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 73 warnings
Lint (ubuntu-latest, stable): src/message.rs#L169
casting to the same type is unnecessary (`usize` -> `usize`)
Lint (ubuntu-latest, stable): src/message.rs#L189
casting to the same type is unnecessary (`usize` -> `usize`)
Lint (ubuntu-latest, stable): src/lib.rs#L374
casting to the same type is unnecessary (`i32` -> `i32`)
Lint (ubuntu-latest, stable): src/lib.rs#L374
casting to the same type is unnecessary (`i32` -> `i32`)
Lint (ubuntu-latest, stable): src/lib.rs#L374
casting to the same type is unnecessary (`i32` -> `i32`)
Lint (ubuntu-latest, stable): src/lib.rs#L445
casting to the same type is unnecessary (`i32` -> `i32`)
Lint (ubuntu-latest, stable)
could not compile `zmq` (lib) due to 6 previous errors
Lint (ubuntu-latest, stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Lint (windows-latest, stable)
The operation was canceled.
Lint (macos-latest, stable)
The operation was canceled.
Test (ubuntu-latest, stable): tests/compile-fail/no-leaking-poll-items.rs#L5
`socket` does not live long enough
Test (ubuntu-latest, stable): tests/compile-fail/no-leaking-poll-items.rs#L5
`socket` does not live long enough
Test (ubuntu-latest, stable): tests/compile-fail/socket-thread-unsafe.rs#L13
`*mut c_void` cannot be shared between threads safely
Test (ubuntu-latest, stable): tests/compile-fail/socket-thread-unsafe.rs#L13
`*mut c_void` cannot be shared between threads safely
Test (ubuntu-latest, stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test (windows-latest, stable)
The operation was canceled.
Test (macos-latest, stable)
The operation was canceled.
Lint (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Lint (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/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*)’:
Lint (ubuntu-latest, stable)
502 | stats_proxy stats = {0};
Lint (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/proxy.cpp:502:27: warning: missing initializer for member ‘stats_endpoint::recv’ [-Wmissing-field-initializers]
Lint (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/session_base.cpp: In member function ‘void zmq::session_base_t::engine_error(bool, zmq::i_engine::error_reason_t)’:
Lint (ubuntu-latest, stable)
458 | if (_active) {
Lint (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/session_base.cpp:463:9: note: here
Lint (ubuntu-latest, stable)
| ^~~~
Lint (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/zmq.cpp:1355:32: warning: unused parameter ‘items_’ [-Wunused-parameter]
Lint (ubuntu-latest, stable)
| ~~~~~~~~~~~~~~~~^~~~~~
Lint (ubuntu-latest, stable)
1356 | int nitems_,
Lint (windows-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Lint (macos-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Build (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Build (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/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*)’:
Build (ubuntu-latest, stable)
502 | stats_proxy stats = {0};
Build (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/proxy.cpp:502:27: warning: missing initializer for member ‘stats_endpoint::recv’ [-Wmissing-field-initializers]
Build (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/session_base.cpp: In member function ‘void zmq::session_base_t::engine_error(bool, zmq::i_engine::error_reason_t)’:
Build (ubuntu-latest, stable)
458 | if (_active) {
Build (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/session_base.cpp:463:9: note: here
Build (ubuntu-latest, stable)
| ^~~~
Build (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/zmq.cpp:1355:32: warning: unused parameter ‘items_’ [-Wunused-parameter]
Build (ubuntu-latest, stable)
| ~~~~~~~~~~~~~~~~^~~~~~
Build (ubuntu-latest, stable)
1356 | int nitems_,
Build (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/
Build (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/
Build (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/
Build (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/
Test (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Test (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/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*)’:
Test (ubuntu-latest, stable)
502 | stats_proxy stats = {0};
Test (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/proxy.cpp:502:27: warning: missing initializer for member ‘stats_endpoint::recv’ [-Wmissing-field-initializers]
Test (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/session_base.cpp: In member function ‘void zmq::session_base_t::engine_error(bool, zmq::i_engine::error_reason_t)’:
Test (ubuntu-latest, stable)
458 | if (_active) {
Test (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/session_base.cpp:463:9: note: here
Test (ubuntu-latest, stable)
| ^~~~
Test (ubuntu-latest, stable)
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/zmq.cpp:1355:32: warning: unused parameter ‘items_’ [-Wunused-parameter]
Test (ubuntu-latest, stable)
| ~~~~~~~~~~~~~~~~^~~~~~
Test (ubuntu-latest, stable)
1356 | int nitems_,
Test (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/
Test (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/
Test (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/
Test (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/
Build (macos-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Build (macos-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/
Build (macos-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/
Build (macos-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/
Build (macos-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/
Build (macos-latest, stable)
/Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/proxy.cpp:502:27: warning: missing field 'bytes' initializer [-Wmissing-field-initializers]
Build (macos-latest, stable)
^
Build (macos-latest, stable)
stats_proxy stats = {0};
Build (macos-latest, stable)
{}
Build (macos-latest, stable)
stats_proxy stats = {0};
Build (macos-latest, stable)
/Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/proxy.cpp:502:26: warning: suggest braces around initialization of subobject [-Wmissing-braces]
Build (macos-latest, stable)
^
Build (macos-latest, stable)
/Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeromq-src-0.3.0+4.3.5/vendor/src/proxy.cpp:502:27: warning: missing field 'backend' initializer [-Wmissing-field-initializers]
Build (macos-latest, stable)
^
Build (macos-latest, stable)
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
Test (windows-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Test (windows-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/
Test (windows-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/
Test (windows-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/
Test (windows-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/
Test (macos-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Test (macos-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/
Test (macos-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/
Test (macos-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/
Test (macos-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/
Build (windows-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Build (windows-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/
Build (windows-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/
Build (windows-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/
Build (windows-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/