[INFO] fetching crate plop 0.0.1... [INFO] checking plop-0.0.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate plop 0.0.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate plop 0.0.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate plop 0.0.1 [INFO] finished tweaking crates.io crate plop 0.0.1 [INFO] tweaked toml for crates.io crate plop 0.0.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a26942d7b7aa22a5d1770f3e18101adb2dda16c62e4d45380b39d620ae486b4b [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" "a26942d7b7aa22a5d1770f3e18101adb2dda16c62e4d45380b39d620ae486b4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a26942d7b7aa22a5d1770f3e18101adb2dda16c62e4d45380b39d620ae486b4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a26942d7b7aa22a5d1770f3e18101adb2dda16c62e4d45380b39d620ae486b4b", kill_on_drop: false }` [INFO] [stdout] a26942d7b7aa22a5d1770f3e18101adb2dda16c62e4d45380b39d620ae486b4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8640a00a2b4f8ab3ff1a4b7121c4a7300e7232582de94cff3f1b285fb4e91c24 [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" "8640a00a2b4f8ab3ff1a4b7121c4a7300e7232582de94cff3f1b285fb4e91c24", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Checking afi v0.8.0-pre0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking aci_png v0.8.0-pre0 [INFO] [stderr] Checking ami v0.13.0 [INFO] [stderr] Checking plop v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `plop::World`, `plop::Object` [INFO] [stdout] --> examples/tutorial.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use plop::{ World, Object }; [INFO] [stdout] | ^^^^^ ^^^^^^ no `Object` in the root [INFO] [stdout] | | [INFO] [stdout] | no `World` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `vec3` in this scope [INFO] [stdout] --> examples/tutorial.rs:125:8 [INFO] [stdout] | [INFO] [stdout] 125 | rot: vec3!(0.0, 0.0, 0.0), [INFO] [stdout] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `vec3` in this scope [INFO] [stdout] --> examples/tutorial.rs:124:8 [INFO] [stdout] | [INFO] [stdout] 124 | pos: vec3!(0.0, 0.0, 0.0), [INFO] [stdout] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `add` in this scope [INFO] [stdout] --> examples/tutorial.rs:112:20 [INFO] [stdout] | [INFO] [stdout] 112 | let mut falling = add!(world, 1.0, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `vec3` in this scope [INFO] [stdout] --> examples/tutorial.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | rotator.apply_spin(vec3!(0.0, -0.2 * PI, 0.0)); // Add rotation. [INFO] [stdout] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `add` in this scope [INFO] [stdout] --> examples/tutorial.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | let mut rotator = add!(&mut world, 1.0, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `set_models` in this scope [INFO] [stdout] --> examples/tutorial.rs:98:2 [INFO] [stdout] | [INFO] [stdout] 98 | set_models!(world, "res/block.data"); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `set_textures` in this scope [INFO] [stdout] --> examples/tutorial.rs:94:2 [INFO] [stdout] | [INFO] [stdout] 94 | set_textures!(world, aci_png::decode, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Back` is not bound in all patterns [INFO] [stdout] --> examples/tutorial.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | Back | Quit => return true, [INFO] [stdout] | ---- ^^^^ pattern doesn't bind `Back` [INFO] [stdout] | | [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Back` [INFO] [stdout] --> examples/tutorial.rs:32:3 [INFO] [stdout] | [INFO] [stdout] 32 | Back | Quit => return true, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Quit` is not bound in all patterns [INFO] [stdout] --> examples/tutorial.rs:32:3 [INFO] [stdout] | [INFO] [stdout] 32 | Back | Quit => return true, [INFO] [stdout] | ^^^^ ---- variable not in all patterns [INFO] [stdout] | | [INFO] [stdout] | pattern doesn't bind `Quit` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Quit` [INFO] [stdout] --> examples/tutorial.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | Back | Quit => return true, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WorldBuilder` [INFO] [stdout] --> examples/tutorial.rs:93:18 [INFO] [stdout] | [INFO] [stdout] 93 | let mut world = WorldBuilder::new().finish(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `WorldBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stdout] --> examples/tutorial.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | pos: Vec3, [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stdout] --> examples/tutorial.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | rot: Vec3, [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Input` in this scope [INFO] [stdout] --> examples/tutorial.rs:28:45 [INFO] [stdout] | [INFO] [stdout] 28 | fn read_input(context: &mut Context, input: Input) -> bool { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `W` in this scope [INFO] [stdout] --> examples/tutorial.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 28 | fn read_input(context: &mut Context, input: Input) -> bool { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 33 | W(Some(_)) => { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `S` in this scope [INFO] [stdout] --> examples/tutorial.rs:40:3 [INFO] [stdout] | [INFO] [stdout] 28 | fn read_input(context: &mut Context, input: Input) -> bool { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 40 | S(Some(_)) => { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `D` in this scope [INFO] [stdout] --> examples/tutorial.rs:47:3 [INFO] [stdout] | [INFO] [stdout] 28 | fn read_input(context: &mut Context, input: Input) -> bool { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 47 | D(Some(_)) => { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `A` in this scope [INFO] [stdout] --> examples/tutorial.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 28 | fn read_input(context: &mut Context, input: Input) -> bool { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 54 | A(Some(_)) => { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Space` in this scope [INFO] [stdout] --> examples/tutorial.rs:61:3 [INFO] [stdout] | [INFO] [stdout] 61 | Space(Some(_)) => { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `LShift` in this scope [INFO] [stdout] --> examples/tutorial.rs:65:3 [INFO] [stdout] | [INFO] [stdout] 65 | LShift(Some(_)) | RShift(Some(_)) => { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RShift` in this scope [INFO] [stdout] --> examples/tutorial.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | LShift(Some(_)) | RShift(Some(_)) => { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Q` in this scope [INFO] [stdout] --> examples/tutorial.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 28 | fn read_input(context: &mut Context, input: Input) -> bool { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 69 | Q(Some(_)) => { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `E` in this scope [INFO] [stdout] --> examples/tutorial.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 28 | fn read_input(context: &mut Context, input: Input) -> bool { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 73 | E(Some(_)) => { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `R` in this scope [INFO] [stdout] --> examples/tutorial.rs:77:3 [INFO] [stdout] | [INFO] [stdout] 28 | fn read_input(context: &mut Context, input: Input) -> bool { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 77 | R(Some(_)) => { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `F` in this scope [INFO] [stdout] --> examples/tutorial.rs:80:3 [INFO] [stdout] | [INFO] [stdout] 28 | fn read_input(context: &mut Context, input: Input) -> bool { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 80 | F(Some(_)) => { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/tutorial.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use] extern crate plop; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `plop::prelude::*` [INFO] [stdout] --> examples/tutorial.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use plop::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 25 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0408, E0412, E0432, E0433, E0531. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0408`. [INFO] [stdout] [INFO] [stderr] error: could not compile `plop` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "8640a00a2b4f8ab3ff1a4b7121c4a7300e7232582de94cff3f1b285fb4e91c24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8640a00a2b4f8ab3ff1a4b7121c4a7300e7232582de94cff3f1b285fb4e91c24", kill_on_drop: false }` [INFO] [stdout] 8640a00a2b4f8ab3ff1a4b7121c4a7300e7232582de94cff3f1b285fb4e91c24