[INFO] crate riker 0.3.2 is already in cache [INFO] checking riker-0.3.2 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] extracting crate riker 0.3.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate riker 0.3.2 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate riker 0.3.2 [INFO] finished tweaking crates.io crate riker 0.3.2 [INFO] tweaked toml for crates.io crate riker 0.3.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3cf72d6ed4a1ab33c9df8254b68e85a4c7409b94af23b35345ab82fd844e9316 [INFO] running `"docker" "start" "-a" "3cf72d6ed4a1ab33c9df8254b68e85a4c7409b94af23b35345ab82fd844e9316"` [INFO] [stderr] Checking riker v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/validate.rs:26:60 [INFO] [stderr] | [INFO] [stderr] 26 | f.write_str(&format!("\"{}\". {}", self.name, self.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/validate.rs:32:60 [INFO] [stderr] | [INFO] [stderr] 32 | f.write_str(&format!("\"{}\". {}", self.name, self.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/validate.rs:57:60 [INFO] [stderr] | [INFO] [stderr] 57 | f.write_str(&format!("\"{}\". {}", self.path, self.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/validate.rs:63:60 [INFO] [stderr] | [INFO] [stderr] 63 | f.write_str(&format!("\"{}\". {}", self.path, self.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:56:26 [INFO] [stderr] | [INFO] [stderr] 56 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:62:26 [INFO] [stderr] | [INFO] [stderr] 62 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:91:26 [INFO] [stderr] | [INFO] [stderr] 91 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:119:55 [INFO] [stderr] | [INFO] [stderr] 119 | CreateError::Panicked => f.write_str(self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:120:53 [INFO] [stderr] | [INFO] [stderr] 120 | CreateError::System => f.write_str(self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:122:54 [INFO] [stderr] | [INFO] [stderr] 122 | f.write_str(&format!("{} ({})", self.description(), name)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:125:54 [INFO] [stderr] | [INFO] [stderr] 125 | f.write_str(&format!("{} ({})", self.description(), path)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:133:26 [INFO] [stderr] | [INFO] [stderr] 133 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:154:26 [INFO] [stderr] | [INFO] [stderr] 154 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:160:26 [INFO] [stderr] | [INFO] [stderr] 160 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/system/mod.rs:136:54 [INFO] [stderr] | [INFO] [stderr] 136 | f.write_str(&format!("{} ({})", self.description(), m)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/system/mod.rs:139:54 [INFO] [stderr] | [INFO] [stderr] 139 | f.write_str(&format!("{} ({})", self.description(), name)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/system/mod.rs:147:26 [INFO] [stderr] | [INFO] [stderr] 147 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/validate.rs:26:60 [INFO] [stderr] | [INFO] [stderr] 26 | f.write_str(&format!("\"{}\". {}", self.name, self.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/validate.rs:32:60 [INFO] [stderr] | [INFO] [stderr] 32 | f.write_str(&format!("\"{}\". {}", self.name, self.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/validate.rs:57:60 [INFO] [stderr] | [INFO] [stderr] 57 | f.write_str(&format!("\"{}\". {}", self.path, self.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/validate.rs:63:60 [INFO] [stderr] | [INFO] [stderr] 63 | f.write_str(&format!("\"{}\". {}", self.path, self.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:56:26 [INFO] [stderr] | [INFO] [stderr] 56 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:62:26 [INFO] [stderr] | [INFO] [stderr] 62 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:85:26 [INFO] [stderr] | [INFO] [stderr] 85 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:91:26 [INFO] [stderr] | [INFO] [stderr] 91 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:119:55 [INFO] [stderr] | [INFO] [stderr] 119 | CreateError::Panicked => f.write_str(self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:120:53 [INFO] [stderr] | [INFO] [stderr] 120 | CreateError::System => f.write_str(self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:122:54 [INFO] [stderr] | [INFO] [stderr] 122 | f.write_str(&format!("{} ({})", self.description(), name)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:125:54 [INFO] [stderr] | [INFO] [stderr] 125 | f.write_str(&format!("{} ({})", self.description(), path)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:133:26 [INFO] [stderr] | [INFO] [stderr] 133 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:154:26 [INFO] [stderr] | [INFO] [stderr] 154 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/actor/mod.rs:160:26 [INFO] [stderr] | [INFO] [stderr] 160 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/system/mod.rs:136:54 [INFO] [stderr] | [INFO] [stderr] 136 | f.write_str(&format!("{} ({})", self.description(), m)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/system/mod.rs:139:54 [INFO] [stderr] | [INFO] [stderr] 139 | f.write_str(&format!("{} ({})", self.description(), name)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/system/mod.rs:147:26 [INFO] [stderr] | [INFO] [stderr] 147 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.27s [INFO] running `"docker" "inspect" "3cf72d6ed4a1ab33c9df8254b68e85a4c7409b94af23b35345ab82fd844e9316"` [INFO] running `"docker" "rm" "-f" "3cf72d6ed4a1ab33c9df8254b68e85a4c7409b94af23b35345ab82fd844e9316"` [INFO] [stdout] 3cf72d6ed4a1ab33c9df8254b68e85a4c7409b94af23b35345ab82fd844e9316