[INFO] fetching crate oil_shared 0.1.0... [INFO] checking oil_shared-0.1.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate oil_shared 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate oil_shared 0.1.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "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-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 12 packages to latest compatible versions [INFO] [stderr] Adding siphasher v0.3.11 (latest: v1.0.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47b77587d923dddd6fba3d877231567b3c7f905f8f0b74ab606cfd4209d7d40e [INFO] running `Command { std: "docker" "start" "-a" "47b77587d923dddd6fba3d877231567b3c7f905f8f0b74ab606cfd4209d7d40e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47b77587d923dddd6fba3d877231567b3c7f905f8f0b74ab606cfd4209d7d40e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47b77587d923dddd6fba3d877231567b3c7f905f8f0b74ab606cfd4209d7d40e", kill_on_drop: false }` [INFO] [stdout] 47b77587d923dddd6fba3d877231567b3c7f905f8f0b74ab606cfd4209d7d40e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d56571c84ccebd255301f77566371fed81a51832414f1ccc5157136ed77d410 [INFO] running `Command { std: "docker" "start" "-a" "7d56571c84ccebd255301f77566371fed81a51832414f1ccc5157136ed77d410", kill_on_drop: false }` [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking 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 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] 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] error[E0599]: the method `clone` exists for struct `Vec`, 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` 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: 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`, 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` 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: 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] note: if `ResourceId` implemented `Clone`, you could clone the value [INFO] [stdout] --> src/resource.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct ResourceId(usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ consider implementing `Clone` for this type [INFO] [stdout] | [INFO] [stdout] ::: src/asset.rs:48:66 [INFO] [stdout] | [INFO] [stdout] 48 | let (iw, ih) = resource_manager.get_image_dimensions(image); [INFO] [stdout] | ----- you could clone this value [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] note: if `ResourceId` implemented `Clone`, you could clone the value [INFO] [stdout] --> src/resource.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct ResourceId(usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ consider implementing `Clone` for this type [INFO] [stdout] | [INFO] [stdout] ::: src/asset.rs:48:66 [INFO] [stdout] | [INFO] [stdout] 48 | let (iw, ih) = resource_manager.get_image_dimensions(image); [INFO] [stdout] | ----- you could clone this value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [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 [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 [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 [INFO] running `Command { std: "docker" "inspect" "7d56571c84ccebd255301f77566371fed81a51832414f1ccc5157136ed77d410", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d56571c84ccebd255301f77566371fed81a51832414f1ccc5157136ed77d410", kill_on_drop: false }` [INFO] [stdout] 7d56571c84ccebd255301f77566371fed81a51832414f1ccc5157136ed77d410