[INFO] fetching crate tsproto-packets 0.1.0... [INFO] testing tsproto-packets-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate tsproto-packets 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate tsproto-packets 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tsproto-packets 0.1.0 [INFO] finished tweaking crates.io crate tsproto-packets 0.1.0 [INFO] tweaked toml for crates.io crate tsproto-packets 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rental v0.5.6 [INFO] [stderr] Downloaded omnom v3.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd5f1bc160f0414612e474161cd5dffb1cb98a274f4e2c5b4aa97b77e4a4f18b [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" "dd5f1bc160f0414612e474161cd5dffb1cb98a274f4e2c5b4aa97b77e4a4f18b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd5f1bc160f0414612e474161cd5dffb1cb98a274f4e2c5b4aa97b77e4a4f18b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd5f1bc160f0414612e474161cd5dffb1cb98a274f4e2c5b4aa97b77e4a4f18b", kill_on_drop: false }` [INFO] [stdout] dd5f1bc160f0414612e474161cd5dffb1cb98a274f4e2c5b4aa97b77e4a4f18b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.60.0" "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] b9b154501abd37464ce39f136b1f584a66298d821f980e5d16be5b990785c6ea [INFO] running `Command { std: "docker" "start" "-a" "b9b154501abd37464ce39f136b1f584a66298d821f980e5d16be5b990785c6ea", kill_on_drop: false }` [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling omnom v3.0.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling rental v0.5.6 [INFO] [stderr] Compiling tsproto-packets v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/packets.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / create_buf!(InAudioBuf, InAudio, into_audio; [INFO] [stdout] 112 | | InCommandBuf, InCommand, into_command; [INFO] [stdout] 113 | | InC2SInitBuf, InC2SInit, into_c2sinit; [INFO] [stdout] 114 | | InS2CInitBuf, InS2CInit, into_s2cinit); [INFO] [stdout] | |__________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` 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 #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.83s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rental v0.5.6, tsproto-packets v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "b9b154501abd37464ce39f136b1f584a66298d821f980e5d16be5b990785c6ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9b154501abd37464ce39f136b1f584a66298d821f980e5d16be5b990785c6ea", kill_on_drop: false }` [INFO] [stdout] b9b154501abd37464ce39f136b1f584a66298d821f980e5d16be5b990785c6ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.60.0" "test" "--frozen" "--no-run" "--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] 1ac80c87d4c0bc5cb4d4b6d9b6a5f911830f98d173df82203ed4a9166a0eda94 [INFO] running `Command { std: "docker" "start" "-a" "1ac80c87d4c0bc5cb4d4b6d9b6a5f911830f98d173df82203ed4a9166a0eda94", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tsproto-packets v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/packets.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / create_buf!(InAudioBuf, InAudio, into_audio; [INFO] [stdout] 112 | | InCommandBuf, InCommand, into_command; [INFO] [stdout] 113 | | InC2SInitBuf, InC2SInit, into_c2sinit; [INFO] [stdout] 114 | | InS2CInitBuf, InS2CInit, into_s2cinit); [INFO] [stdout] | |__________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` 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 #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/packets.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / create_buf!(InAudioBuf, InAudio, into_audio; [INFO] [stdout] 112 | | InCommandBuf, InCommand, into_command; [INFO] [stdout] 113 | | InC2SInitBuf, InC2SInit, into_c2sinit; [INFO] [stdout] 114 | | InS2CInitBuf, InS2CInit, into_s2cinit); [INFO] [stdout] | |__________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` 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 #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.81s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rental v0.5.6, tsproto-packets v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "1ac80c87d4c0bc5cb4d4b6d9b6a5f911830f98d173df82203ed4a9166a0eda94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ac80c87d4c0bc5cb4d4b6d9b6a5f911830f98d173df82203ed4a9166a0eda94", kill_on_drop: false }` [INFO] [stdout] 1ac80c87d4c0bc5cb4d4b6d9b6a5f911830f98d173df82203ed4a9166a0eda94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.60.0" "test" "--frozen", 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] 3892406d72cd706b89131250ea1a1da5c5b39037f51fceb4a02460cfb47d13ee [INFO] running `Command { std: "docker" "start" "-a" "3892406d72cd706b89131250ea1a1da5c5b39037f51fceb4a02460cfb47d13ee", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: using `procedural-masquerade` crate [INFO] [stderr] --> src/packets.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / create_buf!(InAudioBuf, InAudio, into_audio; [INFO] [stderr] 112 | | InCommandBuf, InCommand, into_command; [INFO] [stderr] 113 | | InC2SInitBuf, InC2SInit, into_c2sinit; [INFO] [stderr] 114 | | InS2CInitBuf, InS2CInit, into_s2cinit); [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_back_compat)]` 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 #83125 [INFO] [stderr] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stderr] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `tsproto-packets` (lib) generated 1 warning [INFO] [stderr] warning: `tsproto-packets` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rental v0.5.6, tsproto-packets v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tsproto_packets-9848a45656d4ec5b) [INFO] [stdout] running 8 tests [INFO] [stdout] test commands::tests::optional_arg ... ok [INFO] [stdout] test commands::tests::no_slash_escape ... ok [INFO] [stdout] test commands::tests::loop_test ... ok [INFO] [stdout] test packets::tests::test_audio_s2c_whisper ... ok [INFO] [stderr] Doc-tests tsproto-packets [INFO] [stdout] test packets::tests::test_audio_s2c ... ok [INFO] [stdout] test packets::tests::test_audio_c2s_whisper_new ... ok [INFO] [stdout] test packets::tests::test_audio_c2s_whisper ... ok [INFO] [stdout] test packets::tests::test_audio_c2s ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [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] running `Command { std: "docker" "inspect" "3892406d72cd706b89131250ea1a1da5c5b39037f51fceb4a02460cfb47d13ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3892406d72cd706b89131250ea1a1da5c5b39037f51fceb4a02460cfb47d13ee", kill_on_drop: false }` [INFO] [stdout] 3892406d72cd706b89131250ea1a1da5c5b39037f51fceb4a02460cfb47d13ee