[INFO] fetching crate oil_shared 0.1.0...
[INFO] checking oil_shared-0.1.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate oil_shared 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate oil_shared 0.1.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate oil_shared 0.1.0
[INFO] finished tweaking crates.io crate oil_shared 0.1.0
[INFO] tweaked toml for crates.io crate oil_shared 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 39ef102cdcf72f764543b65cc49426ed30ab398087662af34d398725268b4ca3
[INFO] running `Command { std: "docker" "start" "-a" "39ef102cdcf72f764543b65cc49426ed30ab398087662af34d398725268b4ca3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39ef102cdcf72f764543b65cc49426ed30ab398087662af34d398725268b4ca3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39ef102cdcf72f764543b65cc49426ed30ab398087662af34d398725268b4ca3", kill_on_drop: false }`
[INFO] [stdout] 39ef102cdcf72f764543b65cc49426ed30ab398087662af34d398725268b4ca3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08af0226b87b37ab95b31e46b417adcd0dc728eb415c451c8060ef52a6be707c
[INFO] running `Command { std: "docker" "start" "-a" "08af0226b87b37ab95b31e46b417adcd0dc728eb415c451c8060ef52a6be707c", kill_on_drop: false }`
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]     Checking oil_shared v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(plugin)]
[INFO] [stdout]   |            ^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: plugins are no longer supported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(plugin)]
[INFO] [stdout]   |            ^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: plugins are no longer supported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `plugin` in this scope
[INFO] [stdout]  --> src/lib.rs:2:4
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![plugin(phf_macros)]
[INFO] [stdout]   |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `phf_map` in this scope
[INFO] [stdout]   --> src/properties.rs:48:69
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub static STYLE_PROPERTIES: phf::Map<&'static str, PropertyName> = phf_map! {
[INFO] [stdout]    |                                                                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         try!(write!(f, "ImageData {{ "));
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         try!(write!(f, "offset_x {:?}, ", self.offset_x));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         try!(write!(f, "offset_y {:?}, ", self.offset_y));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         try!(write!(f, "width {:?}, ", self.width));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try!(write!(f, "height {:?} ", self.height));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `plugin` in this scope
[INFO] [stdout]  --> src/lib.rs:2:4
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![plugin(phf_macros)]
[INFO] [stdout]   |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `phf_map` in this scope
[INFO] [stdout]   --> src/properties.rs:48:69
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub static STYLE_PROPERTIES: phf::Map<&'static str, PropertyName> = phf_map! {
[INFO] [stdout]    |                                                                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         try!(write!(f, "ImageData {{ "));
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         try!(write!(f, "offset_x {:?}, ", self.offset_x));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         try!(write!(f, "offset_y {:?}, ", self.offset_y));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         try!(write!(f, "width {:?}, ", self.width));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try!(write!(f, "height {:?} ", self.height));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `Vec<Node>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/markup.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Node {
[INFO] [stdout]    | --------------- doesn't satisfy `Node: Clone`
[INFO] [stdout] ...
[INFO] [stdout] 68 |             children: other.children.clone(),
[INFO] [stdout]    |                                      ^^^^^ method cannot be called on `Vec<Node>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Node: Clone`
[INFO] [stdout]            which is required by `Vec<Node>: Clone`
[INFO] [stdout] help: consider annotating `Node` with `#[derive(Clone)]`
[INFO] [stdout]    |
[INFO] [stdout] 19 + #[derive(Clone)]
[INFO] [stdout] 20 | pub struct Node {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `Vec<Node>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/markup.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Node {
[INFO] [stdout]    | --------------- doesn't satisfy `Node: Clone`
[INFO] [stdout] ...
[INFO] [stdout] 68 |             children: other.children.clone(),
[INFO] [stdout]    |                                      ^^^^^ method cannot be called on `Vec<Node>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Node: Clone`
[INFO] [stdout]            which is required by `Vec<Node>: Clone`
[INFO] [stdout] help: consider annotating `Node` with `#[derive(Clone)]`
[INFO] [stdout]    |
[INFO] [stdout] 19 + #[derive(Clone)]
[INFO] [stdout] 20 | pub struct Node {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `image`
[INFO] [stdout]   --> src/asset.rs:55:22
[INFO] [stdout]    |
[INFO] [stdout] 47 |             let image = resource_manager.get_texture_id(&Path::new(path));
[INFO] [stdout]    |                 ----- move occurs because `image` has type `ResourceId`, which does not implement the `Copy` trait
[INFO] [stdout] 48 |             let (iw, ih) = resource_manager.get_image_dimensions(image);
[INFO] [stdout]    |                                                                  ----- value moved here
[INFO] [stdout] ...
[INFO] [stdout] 55 |                 img: image,
[INFO] [stdout]    |                      ^^^^^ value used here after move
[INFO] [stdout]    |
[INFO] [stdout] note: consider changing this parameter type in function `get_image_dimensions` to borrow instead if owning the value isn't necessary
[INFO] [stdout]   --> src/resource.rs:10:40
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn get_image_dimensions(&self, id: ResourceId) -> (u32, u32);
[INFO] [stdout]    |        --------------------            ^^^^^^^^^^ this parameter takes ownership of the value
[INFO] [stdout]    |        |
[INFO] [stdout]    |        in this function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `image`
[INFO] [stdout]   --> src/asset.rs:55:22
[INFO] [stdout]    |
[INFO] [stdout] 47 |             let image = resource_manager.get_texture_id(&Path::new(path));
[INFO] [stdout]    |                 ----- move occurs because `image` has type `ResourceId`, which does not implement the `Copy` trait
[INFO] [stdout] 48 |             let (iw, ih) = resource_manager.get_image_dimensions(image);
[INFO] [stdout]    |                                                                  ----- value moved here
[INFO] [stdout] ...
[INFO] [stdout] 55 |                 img: image,
[INFO] [stdout]    |                      ^^^^^ value used here after move
[INFO] [stdout]    |
[INFO] [stdout] note: consider changing this parameter type in function `get_image_dimensions` to borrow instead if owning the value isn't necessary
[INFO] [stdout]   --> src/resource.rs:10:40
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn get_image_dimensions(&self, id: ResourceId) -> (u32, u32);
[INFO] [stdout]    |        --------------------            ^^^^^^^^^^ this parameter takes ownership of the value
[INFO] [stdout]    |        |
[INFO] [stdout]    |        in this function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/asset.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/asset.rs:70:44
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/asset.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/asset.rs:70:51
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/asset.rs:70:44
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/asset.rs:70:51
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0382, E0557, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0382`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0382, E0557, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0382`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oil_shared` (lib) due to 6 previous errors; 8 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `oil_shared` (lib test) due to 6 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "08af0226b87b37ab95b31e46b417adcd0dc728eb415c451c8060ef52a6be707c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08af0226b87b37ab95b31e46b417adcd0dc728eb415c451c8060ef52a6be707c", kill_on_drop: false }`
[INFO] [stdout] 08af0226b87b37ab95b31e46b417adcd0dc728eb415c451c8060ef52a6be707c
[INFO] checking oil_shared-0.1.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate oil_shared 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate oil_shared 0.1.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate oil_shared 0.1.0
[INFO] finished tweaking crates.io crate oil_shared 0.1.0
[INFO] tweaked toml for crates.io crate oil_shared 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e55e5dc43eee12e38bd0837b1920552b52d545069a12f0ccdd98a313ce6de01
[INFO] running `Command { std: "docker" "start" "-a" "4e55e5dc43eee12e38bd0837b1920552b52d545069a12f0ccdd98a313ce6de01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e55e5dc43eee12e38bd0837b1920552b52d545069a12f0ccdd98a313ce6de01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e55e5dc43eee12e38bd0837b1920552b52d545069a12f0ccdd98a313ce6de01", kill_on_drop: false }`
[INFO] [stdout] 4e55e5dc43eee12e38bd0837b1920552b52d545069a12f0ccdd98a313ce6de01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8d2599a3a3328f14a3a08833b68fb0b3e2507f6338260db33461fbd9947a357d
[INFO] running `Command { std: "docker" "start" "-a" "8d2599a3a3328f14a3a08833b68fb0b3e2507f6338260db33461fbd9947a357d", kill_on_drop: false }`
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]     Checking oil_shared v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(plugin)]
[INFO] [stdout]   |            ^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: plugins are no longer supported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(plugin)]
[INFO] [stdout]   |            ^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: plugins are no longer supported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `plugin` in this scope
[INFO] [stdout]  --> src/lib.rs:2:4
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![plugin(phf_macros)]
[INFO] [stdout]   |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `phf_map` in this scope
[INFO] [stdout]   --> src/properties.rs:48:69
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub static STYLE_PROPERTIES: phf::Map<&'static str, PropertyName> = phf_map! {
[INFO] [stdout]    |                                                                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         try!(write!(f, "ImageData {{ "));
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         try!(write!(f, "offset_x {:?}, ", self.offset_x));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         try!(write!(f, "offset_y {:?}, ", self.offset_y));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         try!(write!(f, "width {:?}, ", self.width));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try!(write!(f, "height {:?} ", self.height));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `Vec<Node>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/markup.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Node {
[INFO] [stdout]    | --------------- doesn't satisfy `Node: Clone`
[INFO] [stdout] ...
[INFO] [stdout] 68 |             children: other.children.clone(),
[INFO] [stdout]    |                                      ^^^^^ method cannot be called on `Vec<Node>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Node: Clone`
[INFO] [stdout]            which is required by `Vec<Node>: Clone`
[INFO] [stdout] help: consider annotating `Node` with `#[derive(Clone)]`
[INFO] [stdout]    |
[INFO] [stdout] 19 + #[derive(Clone)]
[INFO] [stdout] 20 | pub struct Node {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `plugin` in this scope
[INFO] [stdout]  --> src/lib.rs:2:4
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![plugin(phf_macros)]
[INFO] [stdout]   |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `phf_map` in this scope
[INFO] [stdout]   --> src/properties.rs:48:69
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub static STYLE_PROPERTIES: phf::Map<&'static str, PropertyName> = phf_map! {
[INFO] [stdout]    |                                                                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         try!(write!(f, "ImageData {{ "));
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         try!(write!(f, "offset_x {:?}, ", self.offset_x));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         try!(write!(f, "offset_y {:?}, ", self.offset_y));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         try!(write!(f, "width {:?}, ", self.width));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/asset.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try!(write!(f, "height {:?} ", self.height));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `image`
[INFO] [stdout]   --> src/asset.rs:55:22
[INFO] [stdout]    |
[INFO] [stdout] 47 |             let image = resource_manager.get_texture_id(&Path::new(path));
[INFO] [stdout]    |                 ----- move occurs because `image` has type `ResourceId`, which does not implement the `Copy` trait
[INFO] [stdout] 48 |             let (iw, ih) = resource_manager.get_image_dimensions(image);
[INFO] [stdout]    |                                                                  ----- value moved here
[INFO] [stdout] ...
[INFO] [stdout] 55 |                 img: image,
[INFO] [stdout]    |                      ^^^^^ value used here after move
[INFO] [stdout]    |
[INFO] [stdout] note: consider changing this parameter type in function `get_image_dimensions` to borrow instead if owning the value isn't necessary
[INFO] [stdout]   --> src/resource.rs:10:40
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn get_image_dimensions(&self, id: ResourceId) -> (u32, u32);
[INFO] [stdout]    |        --------------------            ^^^^^^^^^^ this parameter takes ownership of the value
[INFO] [stdout]    |        |
[INFO] [stdout]    |        in this function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/asset.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/asset.rs:70:44
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/asset.rs:70:51
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0382, E0557, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0382`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oil_shared` (lib) due to 6 previous errors; 8 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: the method `clone` exists for struct `Vec<Node>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/markup.rs:68:38
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Node {
[INFO] [stdout]    | --------------- doesn't satisfy `Node: Clone`
[INFO] [stdout] ...
[INFO] [stdout] 68 |             children: other.children.clone(),
[INFO] [stdout]    |                                      ^^^^^ method cannot be called on `Vec<Node>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Node: Clone`
[INFO] [stdout]            which is required by `Vec<Node>: Clone`
[INFO] [stdout] help: consider annotating `Node` with `#[derive(Clone)]`
[INFO] [stdout]    |
[INFO] [stdout] 19 + #[derive(Clone)]
[INFO] [stdout] 20 | pub struct Node {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `image`
[INFO] [stdout]   --> src/asset.rs:55:22
[INFO] [stdout]    |
[INFO] [stdout] 47 |             let image = resource_manager.get_texture_id(&Path::new(path));
[INFO] [stdout]    |                 ----- move occurs because `image` has type `ResourceId`, which does not implement the `Copy` trait
[INFO] [stdout] 48 |             let (iw, ih) = resource_manager.get_image_dimensions(image);
[INFO] [stdout]    |                                                                  ----- value moved here
[INFO] [stdout] ...
[INFO] [stdout] 55 |                 img: image,
[INFO] [stdout]    |                      ^^^^^ value used here after move
[INFO] [stdout]    |
[INFO] [stdout] note: consider changing this parameter type in function `get_image_dimensions` to borrow instead if owning the value isn't necessary
[INFO] [stdout]   --> src/resource.rs:10:40
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn get_image_dimensions(&self, id: ResourceId) -> (u32, u32);
[INFO] [stdout]    |        --------------------            ^^^^^^^^^^ this parameter takes ownership of the value
[INFO] [stdout]    |        |
[INFO] [stdout]    |        in this function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/asset.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                      ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/asset.rs:70:44
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]   --> src/asset.rs:70:51
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if let Constructor::Font(ref path, width, height) = *font_ctor {
[INFO] [stdout]    |                                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0382, E0557, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0382`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oil_shared` (lib test) due to 6 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "8d2599a3a3328f14a3a08833b68fb0b3e2507f6338260db33461fbd9947a357d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d2599a3a3328f14a3a08833b68fb0b3e2507f6338260db33461fbd9947a357d", kill_on_drop: false }`
[INFO] [stdout] 8d2599a3a3328f14a3a08833b68fb0b3e2507f6338260db33461fbd9947a357d
