[INFO] cloning repository https://github.com/infinyon/fluvio-socket [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/infinyon/fluvio-socket" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finfinyon%2Ffluvio-socket", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finfinyon%2Ffluvio-socket'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 229ff6cf4e74fa59017a502c939fb4b574aa5959 [INFO] testing infinyon/fluvio-socket against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finfinyon%2Ffluvio-socket" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/infinyon/fluvio-socket on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/infinyon/fluvio-socket [INFO] finished tweaking git repo https://github.com/infinyon/fluvio-socket [INFO] tweaked toml for git repo https://github.com/infinyon/fluvio-socket written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/infinyon/fluvio-socket already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 236404c547fcc2561e04de61aa24eb39ab7ee3a596a460f9c9726c4a6e66824c [INFO] running `Command { std: "docker" "start" "-a" "236404c547fcc2561e04de61aa24eb39ab7ee3a596a460f9c9726c4a6e66824c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "236404c547fcc2561e04de61aa24eb39ab7ee3a596a460f9c9726c4a6e66824c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "236404c547fcc2561e04de61aa24eb39ab7ee3a596a460f9c9726c4a6e66824c", kill_on_drop: false }` [INFO] [stdout] 236404c547fcc2561e04de61aa24eb39ab7ee3a596a460f9c9726c4a6e66824c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 50a7cbeae32b12e329c127b4452b55a526bb472d2681a6fe95065cf8436574f3 [INFO] running `Command { std: "docker" "start" "-a" "50a7cbeae32b12e329c127b4452b55a526bb472d2681a6fe95065cf8436574f3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling futures-core v0.3.9 [INFO] [stderr] Compiling futures-io v0.3.9 [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Compiling futures-sink v0.3.9 [INFO] [stderr] Compiling futures-task v0.3.9 [INFO] [stderr] Compiling async-lock v2.3.0 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling fluvio-protocol-core v0.2.0 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling fluvio-protocol-derive v0.2.0 [INFO] [stderr] Compiling fluvio-test-derive v0.1.0 [INFO] [stderr] Compiling futures-macro v0.3.9 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling pin-project v1.0.4 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling futures-lite v1.11.3 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling async-executor v1.4.0 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling futures-util v0.3.9 [INFO] [stderr] Compiling async-fs v1.5.0 [INFO] [stderr] Compiling polling v2.0.2 [INFO] [stderr] Compiling nb-connect v1.0.2 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling async-io v1.3.1 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling flv-util v0.5.2 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling fluvio-protocol-codec v0.2.0 [INFO] [stderr] Compiling async-process v1.0.1 [INFO] [stderr] Compiling async-global-executor v1.4.3 [INFO] [stderr] Compiling async-net v1.5.0 [INFO] [stderr] Compiling fluvio-protocol-api v0.2.0 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling async-std v1.8.0 [INFO] [stderr] Compiling chashmap v2.2.2 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling tracing-subscriber v0.2.15 [INFO] [stderr] Compiling async-native-tls v0.3.3 [INFO] [stderr] Compiling fluvio-future v0.1.13 [INFO] [stderr] Compiling fluvio-protocol v0.3.0 [INFO] [stderr] Compiling fluvio-socket v0.5.1 (/opt/rustwide/workdir/crates/socket) [INFO] [stderr] Compiling fluvio-service v0.4.0 (/opt/rustwide/workdir/crates/service) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `Command { std: "docker" "inspect" "50a7cbeae32b12e329c127b4452b55a526bb472d2681a6fe95065cf8436574f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50a7cbeae32b12e329c127b4452b55a526bb472d2681a6fe95065cf8436574f3", kill_on_drop: false }` [INFO] [stdout] 50a7cbeae32b12e329c127b4452b55a526bb472d2681a6fe95065cf8436574f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca1a066b99a90f789f15e7d7efecc214dd1f646ccee3fae861197c81519a1da8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ca1a066b99a90f789f15e7d7efecc214dd1f646ccee3fae861197c81519a1da8", kill_on_drop: false }` [INFO] [stderr] Compiling fluvio-socket v0.5.1 (/opt/rustwide/workdir/crates/socket) [INFO] [stderr] Compiling fluvio-service v0.4.0 (/opt/rustwide/workdir/crates/service) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> crates/socket/tests/enum.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[fluvio(encode_discriminant)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 6 | #[derive(Encode, Decode, PartialEq, Debug, Clone, Copy)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> crates/service/src/test_request.rs:27:3 [INFO] [stdout] | [INFO] [stdout] 27 | #[fluvio(encode_discriminant)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 28 | #[derive(PartialEq, Debug, Encode, Decode, Clone, Copy)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> crates/socket/src/test_request.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | #[fluvio(encode_discriminant)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 13 | #[derive(Encode, Decode, PartialEq, Debug, Clone, Copy)] [INFO] [stdout] | ------ the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 19.43s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/fluvio_service-0bcbb4b42b8ebd31) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/fluvio_socket-71840c13d6d22b95) [INFO] [stderr] Executable tests/enum.rs (/opt/rustwide/target/debug/deps/enum-085c1c0e40d55c8a) [INFO] running `Command { std: "docker" "inspect" "ca1a066b99a90f789f15e7d7efecc214dd1f646ccee3fae861197c81519a1da8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca1a066b99a90f789f15e7d7efecc214dd1f646ccee3fae861197c81519a1da8", kill_on_drop: false }` [INFO] [stdout] ca1a066b99a90f789f15e7d7efecc214dd1f646ccee3fae861197c81519a1da8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] db40ef86fc431dcb290a68028375e2ab1944ad5d4c9ceb852c7453bb911a213e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "db40ef86fc431dcb290a68028375e2ab1944ad5d4c9ceb852c7453bb911a213e", kill_on_drop: false }` [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> crates/socket/src/test_request.rs:12:3 [INFO] [stderr] | [INFO] [stderr] 12 | #[fluvio(encode_discriminant)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 13 | #[derive(Encode, Decode, PartialEq, Debug, Clone, Copy)] [INFO] [stderr] | ------ the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: `fluvio-socket` (lib test) generated 1 warning [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> crates/service/src/test_request.rs:27:3 [INFO] [stderr] | [INFO] [stderr] 27 | #[fluvio(encode_discriminant)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 28 | #[derive(PartialEq, Debug, Encode, Decode, Clone, Copy)] [INFO] [stderr] | ------ the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> crates/socket/tests/enum.rs:5:3 [INFO] [stderr] | [INFO] [stderr] 5 | #[fluvio(encode_discriminant)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 6 | #[derive(Encode, Decode, PartialEq, Debug, Clone, Copy)] [INFO] [stderr] | ------ the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: `fluvio-service` (lib test) generated 1 warning [INFO] [stderr] warning: `fluvio-socket` (test "enum") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.36s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fluvio_service-0bcbb4b42b8ebd31) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test server::test::test_server_sync ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fluvio_socket-71840c13d6d22b95) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test sink_pool::tests::test_sink_pool_sync ... ok [INFO] [stdout] test sink::tests::test_sink_copy_sync ... ok [INFO] [stdout] test multiplexing::tests::test_multiplexing_sync ... ok [INFO] [stdout] test pooling::test::test_pool_sync ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.07s [INFO] [stdout] [INFO] [stderr] Running tests/enum.rs (/opt/rustwide/target/debug/deps/enum-085c1c0e40d55c8a) [INFO] [stdout] [INFO] [stderr] Doc-tests fluvio_service [INFO] [stdout] running 1 test [INFO] [stdout] test test_conversion ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests fluvio_socket [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "db40ef86fc431dcb290a68028375e2ab1944ad5d4c9ceb852c7453bb911a213e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db40ef86fc431dcb290a68028375e2ab1944ad5d4c9ceb852c7453bb911a213e", kill_on_drop: false }` [INFO] [stdout] db40ef86fc431dcb290a68028375e2ab1944ad5d4c9ceb852c7453bb911a213e