[INFO] fetching crate termformat 0.0.1... [INFO] checking termformat-0.0.1 against master#339e19697a39a78f4d669c217b7d21109215de41 for pr-81213 [INFO] extracting crate termformat 0.0.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate termformat 0.0.1 on toolchain 339e19697a39a78f4d669c217b7d21109215de41 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate termformat 0.0.1 [INFO] finished tweaking crates.io crate termformat 0.0.1 [INFO] tweaked toml for crates.io crate termformat 0.0.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 449281ecb58152deb5edfb53c8fe62dd330d8373b83b6fae3050edbce13a9f97 [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" "449281ecb58152deb5edfb53c8fe62dd330d8373b83b6fae3050edbce13a9f97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "449281ecb58152deb5edfb53c8fe62dd330d8373b83b6fae3050edbce13a9f97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "449281ecb58152deb5edfb53c8fe62dd330d8373b83b6fae3050edbce13a9f97", kill_on_drop: false }` [INFO] [stdout] 449281ecb58152deb5edfb53c8fe62dd330d8373b83b6fae3050edbce13a9f97 [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=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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f3fa0ca44d95a102a11d5b261de489fc87c2b9a42cb7bcb272648df5dd71ad7 [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" "6f3fa0ca44d95a102a11d5b261de489fc87c2b9a42cb7bcb272648df5dd71ad7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Checking term v0.4.6 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking backtrace v0.3.56 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking termformat v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / error_chain! { [INFO] [stdout] 142 | | foreign_links { [INFO] [stdout] 143 | | Clap(clap::Error); [INFO] [stdout] 144 | | Term(term::Error); [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / error_chain! { [INFO] [stdout] 142 | | foreign_links { [INFO] [stdout] 143 | | Clap(clap::Error); [INFO] [stdout] 144 | | Term(term::Error); [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / error_chain! { [INFO] [stdout] 142 | | foreign_links { [INFO] [stdout] 143 | | Clap(clap::Error); [INFO] [stdout] 144 | | Term(term::Error); [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / error_chain! { [INFO] [stdout] 142 | | foreign_links { [INFO] [stdout] 143 | | Clap(clap::Error); [INFO] [stdout] 144 | | Term(term::Error); [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/main.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / error_chain! { [INFO] [stdout] 142 | | foreign_links { [INFO] [stdout] 143 | | Clap(clap::Error); [INFO] [stdout] 144 | | Term(term::Error); [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/main.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / error_chain! { [INFO] [stdout] 142 | | foreign_links { [INFO] [stdout] 143 | | Clap(clap::Error); [INFO] [stdout] 144 | | Term(term::Error); [INFO] [stdout] ... | [INFO] [stdout] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.00s [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6f3fa0ca44d95a102a11d5b261de489fc87c2b9a42cb7bcb272648df5dd71ad7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f3fa0ca44d95a102a11d5b261de489fc87c2b9a42cb7bcb272648df5dd71ad7", kill_on_drop: false }` [INFO] [stdout] 6f3fa0ca44d95a102a11d5b261de489fc87c2b9a42cb7bcb272648df5dd71ad7