[INFO] cloning repository https://github.com/grimace87/Stitchy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/grimace87/Stitchy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrimace87%2FStitchy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrimace87%2FStitchy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 86c57866ff2186e765ab7a2877a2103689611290 [INFO] checking grimace87/Stitchy against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrimace87%2FStitchy" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/grimace87/Stitchy on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/grimace87/Stitchy [INFO] finished tweaking git repo https://github.com/grimace87/Stitchy [INFO] tweaked toml for git repo https://github.com/grimace87/Stitchy written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/grimace87/Stitchy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "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] bed1c4aeb3e13b5ff8f6974587f74f3c4da498dfc48ea9be0f8d10ba756dcb4e [INFO] running `Command { std: "docker" "start" "-a" "bed1c4aeb3e13b5ff8f6974587f74f3c4da498dfc48ea9be0f8d10ba756dcb4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bed1c4aeb3e13b5ff8f6974587f74f3c4da498dfc48ea9be0f8d10ba756dcb4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bed1c4aeb3e13b5ff8f6974587f74f3c4da498dfc48ea9be0f8d10ba756dcb4e", kill_on_drop: false }` [INFO] [stdout] bed1c4aeb3e13b5ff8f6974587f74f3c4da498dfc48ea9be0f8d10ba756dcb4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6923ee5226f2e74de2dc66bc72e4ed9cc323974105fcd1ad86d7acba323a7fb8 [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" "6923ee5226f2e74de2dc66bc72e4ed9cc323974105fcd1ad86d7acba323a7fb8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Checking deflate v0.8.4 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking png v0.16.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking image v0.23.4 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling structopt-derive v0.4.7 [INFO] [stderr] Checking structopt v0.3.14 [INFO] [stderr] Checking stitchy v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/image_set.rs:49:39 [INFO] [stdout] | [INFO] [stdout] 49 | assert!(clear_result.is_ok(), clear_result.err().unwrap_or(String::new())); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 49 | assert!(clear_result.is_ok(), "{}", clear_result.err().unwrap_or(String::new())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/image_set.rs:54:48 [INFO] [stdout] | [INFO] [stdout] 54 | assert!(retrieve_files_result.is_ok(), retrieve_files_result.err().unwrap_or(String::new())); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 54 | assert!(retrieve_files_result.is_ok(), "{}", retrieve_files_result.err().unwrap_or(String::new())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/image_set.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | assert!(process_result.is_ok(), process_result.err().unwrap_or(String::new())); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | assert!(process_result.is_ok(), "{}", process_result.err().unwrap_or(String::new())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/image_set.rs:73:43 [INFO] [stdout] | [INFO] [stdout] 73 | assert!(clear_result.is_ok(), clear_result.err().unwrap_or(String::new())); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 73 | assert!(clear_result.is_ok(), "{}", clear_result.err().unwrap_or(String::new())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/image_set.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | assert!(retrieve_files_result.is_ok(), retrieve_files_result.err().unwrap_or(String::new())); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 77 | assert!(retrieve_files_result.is_ok(), "{}", retrieve_files_result.err().unwrap_or(String::new())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/image_set.rs:88:45 [INFO] [stdout] | [INFO] [stdout] 88 | assert!(process_result.is_ok(), process_result.err().unwrap_or(String::new())); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 88 | assert!(process_result.is_ok(), "{}", process_result.err().unwrap_or(String::new())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/image_set.rs:101:43 [INFO] [stdout] | [INFO] [stdout] 101 | assert!(clear_result.is_ok(), clear_result.err().unwrap_or(String::new())); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 101 | assert!(clear_result.is_ok(), "{}", clear_result.err().unwrap_or(String::new())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/image_set.rs:105:52 [INFO] [stdout] | [INFO] [stdout] 105 | assert!(retrieve_files_result.is_ok(), retrieve_files_result.err().unwrap_or(String::new())); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 105 | assert!(retrieve_files_result.is_ok(), "{}", retrieve_files_result.err().unwrap_or(String::new())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/image_set.rs:112:45 [INFO] [stdout] | [INFO] [stdout] 112 | assert!(process_result.is_ok(), process_result.err().unwrap_or(String::new())); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 112 | assert!(process_result.is_ok(), "{}", process_result.err().unwrap_or(String::new())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.69s [INFO] running `Command { std: "docker" "inspect" "6923ee5226f2e74de2dc66bc72e4ed9cc323974105fcd1ad86d7acba323a7fb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6923ee5226f2e74de2dc66bc72e4ed9cc323974105fcd1ad86d7acba323a7fb8", kill_on_drop: false }` [INFO] [stdout] 6923ee5226f2e74de2dc66bc72e4ed9cc323974105fcd1ad86d7acba323a7fb8