[INFO] crate plop 0.0.1 is already in cache [INFO] testing plop-0.0.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate plop 0.0.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate plop 0.0.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 31e3383273ddfd199b4b739c9cc19cc0e088b61b0fb1e20382897d41f363733d [INFO] running `"docker" "start" "-a" "31e3383273ddfd199b4b739c9cc19cc0e088b61b0fb1e20382897d41f363733d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling afi v0.8.0-pre0 [INFO] [stderr] Compiling ami v0.13.0 [INFO] [stderr] Compiling aci_png v0.8.0-pre0 [INFO] [stderr] Compiling plop v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.16s [INFO] running `"docker" "inspect" "31e3383273ddfd199b4b739c9cc19cc0e088b61b0fb1e20382897d41f363733d"` [INFO] running `"docker" "rm" "-f" "31e3383273ddfd199b4b739c9cc19cc0e088b61b0fb1e20382897d41f363733d"` [INFO] [stdout] 31e3383273ddfd199b4b739c9cc19cc0e088b61b0fb1e20382897d41f363733d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 691e29a8256d35165fe570e0a42c0024b2bf8f58736c8c67f509bb032bca4d37 [INFO] running `"docker" "start" "-a" "691e29a8256d35165fe570e0a42c0024b2bf8f58736c8c67f509bb032bca4d37"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling plop v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `plop::World`, `plop::Object` [INFO] [stderr] --> examples/tutorial.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | use plop::{ World, Object }; [INFO] [stderr] | ^^^^^ ^^^^^^ no `Object` in the root [INFO] [stderr] | | [INFO] [stderr] | no `World` in the root [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec3` in this scope [INFO] [stderr] --> examples/tutorial.rs:125:8 [INFO] [stderr] | [INFO] [stderr] 125 | rot: vec3!(0.0, 0.0, 0.0), [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec3` in this scope [INFO] [stderr] --> examples/tutorial.rs:124:8 [INFO] [stderr] | [INFO] [stderr] 124 | pos: vec3!(0.0, 0.0, 0.0), [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `add` in this scope [INFO] [stderr] --> examples/tutorial.rs:112:20 [INFO] [stderr] | [INFO] [stderr] 112 | let mut falling = add!(world, 1.0, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `vec3` in this scope [INFO] [stderr] --> examples/tutorial.rs:109:21 [INFO] [stderr] | [INFO] [stderr] 109 | rotator.apply_spin(vec3!(0.0, -0.2 * PI, 0.0)); // Add rotation. [INFO] [stderr] | ^^^^ help: a macro with a similar name exists: `vec` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `add` in this scope [INFO] [stderr] --> examples/tutorial.rs:101:20 [INFO] [stderr] | [INFO] [stderr] 101 | let mut rotator = add!(&mut world, 1.0, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `set_models` in this scope [INFO] [stderr] --> examples/tutorial.rs:98:2 [INFO] [stderr] | [INFO] [stderr] 98 | set_models!(world, "res/block.data"); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `set_textures` in this scope [INFO] [stderr] --> examples/tutorial.rs:94:2 [INFO] [stderr] | [INFO] [stderr] 94 | set_textures!(world, aci_png::decode, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Back` is not bound in all patterns [INFO] [stderr] --> examples/tutorial.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | Back | Quit => return true, [INFO] [stderr] | ---- ^^^^ pattern doesn't bind `Back` [INFO] [stderr] | | [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Back` [INFO] [stderr] --> examples/tutorial.rs:32:3 [INFO] [stderr] | [INFO] [stderr] 32 | Back | Quit => return true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `Quit` is not bound in all patterns [INFO] [stderr] --> examples/tutorial.rs:32:3 [INFO] [stderr] | [INFO] [stderr] 32 | Back | Quit => return true, [INFO] [stderr] | ^^^^ ---- variable not in all patterns [INFO] [stderr] | | [INFO] [stderr] | pattern doesn't bind `Quit` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Quit` [INFO] [stderr] --> examples/tutorial.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | Back | Quit => return true, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `WorldBuilder` [INFO] [stderr] --> examples/tutorial.rs:93:18 [INFO] [stderr] | [INFO] [stderr] 93 | let mut world = WorldBuilder::new().finish(); [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `WorldBuilder` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> examples/tutorial.rs:21:7 [INFO] [stderr] | [INFO] [stderr] 21 | pos: Vec3, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec3` in this scope [INFO] [stderr] --> examples/tutorial.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | rot: Vec3, [INFO] [stderr] | ^^^^ help: a struct with a similar name exists: `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Input` in this scope [INFO] [stderr] --> examples/tutorial.rs:28:45 [INFO] [stderr] | [INFO] [stderr] 28 | fn read_input(context: &mut Context, input: Input) -> bool { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `W` in this scope [INFO] [stderr] --> examples/tutorial.rs:33:3 [INFO] [stderr] | [INFO] [stderr] 33 | W(Some(_)) => { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `S` in this scope [INFO] [stderr] --> examples/tutorial.rs:40:3 [INFO] [stderr] | [INFO] [stderr] 40 | S(Some(_)) => { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `D` in this scope [INFO] [stderr] --> examples/tutorial.rs:47:3 [INFO] [stderr] | [INFO] [stderr] 47 | D(Some(_)) => { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `A` in this scope [INFO] [stderr] --> examples/tutorial.rs:54:3 [INFO] [stderr] | [INFO] [stderr] 54 | A(Some(_)) => { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Space` in this scope [INFO] [stderr] --> examples/tutorial.rs:61:3 [INFO] [stderr] | [INFO] [stderr] 61 | Space(Some(_)) => { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `LShift` in this scope [INFO] [stderr] --> examples/tutorial.rs:65:3 [INFO] [stderr] | [INFO] [stderr] 65 | LShift(Some(_)) | RShift(Some(_)) => { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `RShift` in this scope [INFO] [stderr] --> examples/tutorial.rs:65:21 [INFO] [stderr] | [INFO] [stderr] 65 | LShift(Some(_)) | RShift(Some(_)) => { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Q` in this scope [INFO] [stderr] --> examples/tutorial.rs:69:3 [INFO] [stderr] | [INFO] [stderr] 69 | Q(Some(_)) => { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `E` in this scope [INFO] [stderr] --> examples/tutorial.rs:73:3 [INFO] [stderr] | [INFO] [stderr] 73 | E(Some(_)) => { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `R` in this scope [INFO] [stderr] --> examples/tutorial.rs:77:3 [INFO] [stderr] | [INFO] [stderr] 77 | R(Some(_)) => { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F` in this scope [INFO] [stderr] --> examples/tutorial.rs:80:3 [INFO] [stderr] | [INFO] [stderr] 80 | F(Some(_)) => { [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/tutorial.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | #[macro_use] extern crate plop; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `plop::prelude::*` [INFO] [stderr] --> examples/tutorial.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use plop::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 25 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0408, E0412, E0432, E0433, E0531. [INFO] [stderr] For more information about an error, try `rustc --explain E0408`. [INFO] [stderr] error: could not compile `plop`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "691e29a8256d35165fe570e0a42c0024b2bf8f58736c8c67f509bb032bca4d37"` [INFO] running `"docker" "rm" "-f" "691e29a8256d35165fe570e0a42c0024b2bf8f58736c8c67f509bb032bca4d37"` [INFO] [stdout] 691e29a8256d35165fe570e0a42c0024b2bf8f58736c8c67f509bb032bca4d37