[INFO] cloning repository https://github.com/nyarly/quickfixable-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nyarly/quickfixable-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnyarly%2Fquickfixable-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnyarly%2Fquickfixable-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a2002d7f1fc6efe59ebb01fed3ab0bc3694cc5cb [INFO] checking nyarly/quickfixable-rs against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnyarly%2Fquickfixable-rs" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nyarly/quickfixable-rs on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nyarly/quickfixable-rs [INFO] finished tweaking git repo https://github.com/nyarly/quickfixable-rs [INFO] tweaked toml for git repo https://github.com/nyarly/quickfixable-rs written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/nyarly/quickfixable-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cc v1.0.14 [INFO] [stderr] Downloaded nom v4.0.0-beta3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc0f11b223db4b0e26273bfd2ec777ba7498cd2a18825364c811f13218f18dba [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" "cc0f11b223db4b0e26273bfd2ec777ba7498cd2a18825364c811f13218f18dba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc0f11b223db4b0e26273bfd2ec777ba7498cd2a18825364c811f13218f18dba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc0f11b223db4b0e26273bfd2ec777ba7498cd2a18825364c811f13218f18dba", kill_on_drop: false }` [INFO] [stdout] cc0f11b223db4b0e26273bfd2ec777ba7498cd2a18825364c811f13218f18dba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5f00c23708c2ac912952616440af20f1ebf833071238687eb112a34b92de87d [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" "e5f00c23708c2ac912952616440af20f1ebf833071238687eb112a34b92de87d", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.14 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking quickfixable v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Checking nom v4.0.0-beta3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Checking backtrace v0.3.6 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking quickfix v0.1.0 (/opt/rustwide/workdir/quickfix) [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> quickfix/src/parse.rs:126:13 [INFO] [stdout] | [INFO] [stdout] 126 | use std::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> quickfix/src/parse.rs:130:24 [INFO] [stdout] | [INFO] [stdout] 130 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 131 | | "Error {:?}:'{}'", [INFO] [stdout] 132 | | err, [INFO] [stdout] 133 | | String::from_utf8_lossy(code) [INFO] [stdout] 134 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 130 | panic!( [INFO] [stdout] 131 | "Error {:?}:'{}'", [INFO] [stdout] 132 | err, [INFO] [stdout] 133 | String::from_utf8_lossy(code) [INFO] [stdout] 134 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> quickfix/src/parse.rs:136:48 [INFO] [stdout] | [INFO] [stdout] 136 | Err(Incomplete(Size(n))) => panic!(format!("Incomplete: needs {} more bytes.", n)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 136 | Err(Incomplete(Size(n))) => panic!("Incomplete: needs {} more bytes.", n), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> quickfix/src/parse.rs:137:25 [INFO] [stdout] | [INFO] [stdout] 137 | _ => panic!(format!("{:?}", res)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 137 | _ => panic!("{:?}", res), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.47s [INFO] running `Command { std: "docker" "inspect" "e5f00c23708c2ac912952616440af20f1ebf833071238687eb112a34b92de87d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5f00c23708c2ac912952616440af20f1ebf833071238687eb112a34b92de87d", kill_on_drop: false }` [INFO] [stdout] e5f00c23708c2ac912952616440af20f1ebf833071238687eb112a34b92de87d