[INFO] fetching crate enumflags_derive 0.4.1... [INFO] testing enumflags_derive-0.4.1 against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] extracting crate enumflags_derive 0.4.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate enumflags_derive 0.4.1 on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate enumflags_derive 0.4.1 [INFO] finished tweaking crates.io crate enumflags_derive 0.4.1 [INFO] tweaked toml for crates.io crate enumflags_derive 0.4.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2518f7f01fae41f011188cfe24b97fbc23081987a56cf3b0f2ad958a551cf54a [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" "2518f7f01fae41f011188cfe24b97fbc23081987a56cf3b0f2ad958a551cf54a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2518f7f01fae41f011188cfe24b97fbc23081987a56cf3b0f2ad958a551cf54a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2518f7f01fae41f011188cfe24b97fbc23081987a56cf3b0f2ad958a551cf54a", kill_on_drop: false }` [INFO] [stdout] 2518f7f01fae41f011188cfe24b97fbc23081987a56cf3b0f2ad958a551cf54a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c10ed69cfbec0bb288cf45b75912a87ff82cb26601742a1571e8c22963674274 [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" "c10ed69cfbec0bb288cf45b75912a87ff82cb26601742a1571e8c22963674274", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling enumflags_derive v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | / format!( [INFO] [stdout] 108 | | "Value '0b{val:b}' is too big for an {ty}", [INFO] [stdout] 109 | | val = max_flag_value, [INFO] [stdout] 110 | | ty = ty [INFO] [stdout] 111 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 107 | [INFO] [stdout] 108 | "Value '0b{val:b}' is too big for an {ty}", [INFO] [stdout] 109 | val = max_flag_value, [INFO] [stdout] 110 | ty = ty [INFO] [stdout] 111 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | / format!( [INFO] [stdout] 144 | | "The following flags are not unique: {data:?}", [INFO] [stdout] 145 | | data = wrong_flag_values [INFO] [stdout] 146 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 143 | [INFO] [stdout] 144 | "The following flags are not unique: {data:?}", [INFO] [stdout] 145 | data = wrong_flag_values [INFO] [stdout] 146 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.27s [INFO] running `Command { std: "docker" "inspect" "c10ed69cfbec0bb288cf45b75912a87ff82cb26601742a1571e8c22963674274", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c10ed69cfbec0bb288cf45b75912a87ff82cb26601742a1571e8c22963674274", kill_on_drop: false }` [INFO] [stdout] c10ed69cfbec0bb288cf45b75912a87ff82cb26601742a1571e8c22963674274 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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] 87243befab682b45aefc90ddcb23cc938ab5b83d7a8904260c06dd955cbfba38 [INFO] running `Command { std: "docker" "start" "-a" "87243befab682b45aefc90ddcb23cc938ab5b83d7a8904260c06dd955cbfba38", kill_on_drop: false }` [INFO] [stderr] Compiling enumflags_derive v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | / format!( [INFO] [stdout] 108 | | "Value '0b{val:b}' is too big for an {ty}", [INFO] [stdout] 109 | | val = max_flag_value, [INFO] [stdout] 110 | | ty = ty [INFO] [stdout] 111 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 107 | [INFO] [stdout] 108 | "Value '0b{val:b}' is too big for an {ty}", [INFO] [stdout] 109 | val = max_flag_value, [INFO] [stdout] 110 | ty = ty [INFO] [stdout] 111 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | / format!( [INFO] [stdout] 144 | | "The following flags are not unique: {data:?}", [INFO] [stdout] 145 | | data = wrong_flag_values [INFO] [stdout] 146 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 143 | [INFO] [stdout] 144 | "The following flags are not unique: {data:?}", [INFO] [stdout] 145 | data = wrong_flag_values [INFO] [stdout] 146 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | / format!( [INFO] [stdout] 108 | | "Value '0b{val:b}' is too big for an {ty}", [INFO] [stdout] 109 | | val = max_flag_value, [INFO] [stdout] 110 | | ty = ty [INFO] [stdout] 111 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 107 | [INFO] [stdout] 108 | "Value '0b{val:b}' is too big for an {ty}", [INFO] [stdout] 109 | val = max_flag_value, [INFO] [stdout] 110 | ty = ty [INFO] [stdout] 111 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | / format!( [INFO] [stdout] 144 | | "The following flags are not unique: {data:?}", [INFO] [stdout] 145 | | data = wrong_flag_values [INFO] [stdout] 146 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 143 | [INFO] [stdout] 144 | "The following flags are not unique: {data:?}", [INFO] [stdout] 145 | data = wrong_flag_values [INFO] [stdout] 146 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.76s [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "87243befab682b45aefc90ddcb23cc938ab5b83d7a8904260c06dd955cbfba38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87243befab682b45aefc90ddcb23cc938ab5b83d7a8904260c06dd955cbfba38", kill_on_drop: false }` [INFO] [stdout] 87243befab682b45aefc90ddcb23cc938ab5b83d7a8904260c06dd955cbfba38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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] 85827647bda8c88fb1868c3db4eefce7efee6755f4ec11d2a153358b5a3feae8 [INFO] running `Command { std: "docker" "start" "-a" "85827647bda8c88fb1868c3db4eefce7efee6755f4ec11d2a153358b5a3feae8", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:107:9 [INFO] [stderr] | [INFO] [stderr] 107 | / format!( [INFO] [stderr] 108 | | "Value '0b{val:b}' is too big for an {ty}", [INFO] [stderr] 109 | | val = max_flag_value, [INFO] [stderr] 110 | | ty = ty [INFO] [stderr] 111 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 107 | [INFO] [stderr] 108 | "Value '0b{val:b}' is too big for an {ty}", [INFO] [stderr] 109 | val = max_flag_value, [INFO] [stderr] 110 | ty = ty [INFO] [stderr] 111 | [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:143:9 [INFO] [stderr] | [INFO] [stderr] 143 | / format!( [INFO] [stderr] 144 | | "The following flags are not unique: {data:?}", [INFO] [stderr] 145 | | data = wrong_flag_values [INFO] [stderr] 146 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 143 | [INFO] [stderr] 144 | "The following flags are not unique: {data:?}", [INFO] [stderr] 145 | data = wrong_flag_values [INFO] [stderr] 146 | [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `enumflags_derive` (lib) generated 2 warnings [INFO] [stderr] warning: `enumflags_derive` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/enumflags_derive-6413df1b0bd618d4) [INFO] [stdout] [INFO] [stderr] Doc-tests enumflags_derive [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] [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" "85827647bda8c88fb1868c3db4eefce7efee6755f4ec11d2a153358b5a3feae8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85827647bda8c88fb1868c3db4eefce7efee6755f4ec11d2a153358b5a3feae8", kill_on_drop: false }` [INFO] [stdout] 85827647bda8c88fb1868c3db4eefce7efee6755f4ec11d2a153358b5a3feae8