[INFO] fetching crate tsproto-packets 0.1.0... [INFO] testing tsproto-packets-0.1.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate tsproto-packets 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate tsproto-packets 0.1.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a516f9b37a69b7101f517e03ce15246ddb5e0f34fef426745c7c03f22786bb1e [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" "a516f9b37a69b7101f517e03ce15246ddb5e0f34fef426745c7c03f22786bb1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a516f9b37a69b7101f517e03ce15246ddb5e0f34fef426745c7c03f22786bb1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a516f9b37a69b7101f517e03ce15246ddb5e0f34fef426745c7c03f22786bb1e", kill_on_drop: false }` [INFO] [stdout] a516f9b37a69b7101f517e03ce15246ddb5e0f34fef426745c7c03f22786bb1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f6bd18cd319ef2f0b8e5927fd705af4d9e75ada8b5c8d283ee7146e01925a21 [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" "1f6bd18cd319ef2f0b8e5927fd705af4d9e75ada8b5c8d283ee7146e01925a21", kill_on_drop: false }` [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling omnom v3.0.0 [INFO] [stderr] Compiling rental-impl v0.5.5 [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 22.67s [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 15` [INFO] running `Command { std: "docker" "inspect" "1f6bd18cd319ef2f0b8e5927fd705af4d9e75ada8b5c8d283ee7146e01925a21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f6bd18cd319ef2f0b8e5927fd705af4d9e75ada8b5c8d283ee7146e01925a21", kill_on_drop: false }` [INFO] [stdout] 1f6bd18cd319ef2f0b8e5927fd705af4d9e75ada8b5c8d283ee7146e01925a21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.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] bb57f940ba2982fc6a335d74b9bbf3fe283fb7d76135ffc2df423e35f01d4afa [INFO] running `Command { std: "docker" "start" "-a" "bb57f940ba2982fc6a335d74b9bbf3fe283fb7d76135ffc2df423e35f01d4afa", kill_on_drop: false }` [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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.09s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [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 16` [INFO] running `Command { std: "docker" "inspect" "bb57f940ba2982fc6a335d74b9bbf3fe283fb7d76135ffc2df423e35f01d4afa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb57f940ba2982fc6a335d74b9bbf3fe283fb7d76135ffc2df423e35f01d4afa", kill_on_drop: false }` [INFO] [stdout] bb57f940ba2982fc6a335d74b9bbf3fe283fb7d76135ffc2df423e35f01d4afa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 098cd0711d477788fa01a351e9ee5dba3dcf1f8ba19e1912ad5b68f9e9eb3130 [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" "098cd0711d477788fa01a351e9ee5dba3dcf1f8ba19e1912ad5b68f9e9eb3130", kill_on_drop: false }` [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.04s [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 17` [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tsproto_packets-2a272e8c911be616) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stderr] Doc-tests tsproto-packets [INFO] [stdout] test commands::tests::no_slash_escape ... ok [INFO] [stdout] test packets::tests::test_audio_c2s_whisper_new ... ok [INFO] [stdout] test packets::tests::test_audio_s2c_whisper ... ok [INFO] [stdout] test packets::tests::test_audio_s2c ... ok [INFO] [stdout] test packets::tests::test_audio_c2s_whisper ... ok [INFO] [stdout] test commands::tests::optional_arg ... ok [INFO] [stdout] test commands::tests::loop_test ... 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" "098cd0711d477788fa01a351e9ee5dba3dcf1f8ba19e1912ad5b68f9e9eb3130", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "098cd0711d477788fa01a351e9ee5dba3dcf1f8ba19e1912ad5b68f9e9eb3130", kill_on_drop: false }` [INFO] [stdout] 098cd0711d477788fa01a351e9ee5dba3dcf1f8ba19e1912ad5b68f9e9eb3130