[INFO] crate riker 0.3.2 is already in cache
[INFO] checking riker-0.3.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate riker 0.3.2 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate riker 0.3.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-11/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 52db613e855f8f0cabd962623ff6efe37268f5a20cc48cac18c84a24dbf4fcab
[INFO] running `"docker" "start" "-a" "52db613e855f8f0cabd962623ff6efe37268f5a20cc48cac18c84a24dbf4fcab"`
[INFO] [stderr]    Compiling riker-macros v0.1.0
[INFO] [stderr]     Checking futures-channel-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-util-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-executor-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking riker v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary braces around method argument
[INFO] [stderr]    --> src/actor/selection.rs:101:58
[INFO] [stderr]     |
[INFO] [stderr] 101 |                     let child = anchor.children().filter({ |c| c.name() == name }).last();
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around method argument
[INFO] [stderr]    --> src/actor/selection.rs:159:58
[INFO] [stderr]     |
[INFO] [stderr] 159 |                     let child = anchor.children().filter({ |c| c.name() == name }).last();
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around method argument
[INFO] [stderr]    --> src/actor/selection.rs:101:58
[INFO] [stderr]     |
[INFO] [stderr] 101 |                     let child = anchor.children().filter({ |c| c.name() == name }).last();
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around method argument
[INFO] [stderr]    --> src/actor/selection.rs:159:58
[INFO] [stderr]     |
[INFO] [stderr] 159 |                     let child = anchor.children().filter({ |c| c.name() == name }).last();
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[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/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/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/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/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 11.49s
[INFO] running `"docker" "inspect" "52db613e855f8f0cabd962623ff6efe37268f5a20cc48cac18c84a24dbf4fcab"`
[INFO] running `"docker" "rm" "-f" "52db613e855f8f0cabd962623ff6efe37268f5a20cc48cac18c84a24dbf4fcab"`
[INFO] [stdout] 52db613e855f8f0cabd962623ff6efe37268f5a20cc48cac18c84a24dbf4fcab
