[INFO] cloning repository https://github.com/jaredly/story-engine [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jaredly/story-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaredly%2Fstory-engine"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaredly%2Fstory-engine'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] da0f19d4ef5a25d3856860bc2b23cfbdc479a2a9 [INFO] testing jaredly/story-engine against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaredly%2Fstory-engine" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jaredly/story-engine 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 git repo https://github.com/jaredly/story-engine [INFO] finished tweaking git repo https://github.com/jaredly/story-engine [INFO] tweaked toml for git repo https://github.com/jaredly/story-engine written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jaredly/story-engine already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded perlin_noise v1.0.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] [stdout] 8115937ba61b4a42f9398326fa9124bb9ce8fca35ecf9cf2bf7ffe3608a33545 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "8115937ba61b4a42f9398326fa9124bb9ce8fca35ecf9cf2bf7ffe3608a33545"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling strum v0.16.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling strum_macros v0.16.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling perlin_noise v1.0.1 [INFO] [stderr] Compiling ron v0.5.1 [INFO] [stderr] Compiling alga v0.9.2 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling story-engine v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `world` [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | mod world; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `world`, create file "src/world.rs" [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::world::World` [INFO] [stderr] --> src/goals.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | use crate::world::World; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `World` in `world` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `zoo` in module `world` [INFO] [stderr] --> src/main.rs:74:24 [INFO] [stderr] | [INFO] [stderr] 74 | let world = world::zoo(&mut rand); [INFO] [stderr] | ^^^ not found in `world` [INFO] [stderr] [INFO] [stderr] warning: unused import: `events` [INFO] [stderr] --> src/person.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::{events, knowledge}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `sub_goals` on type `&person::Goal` [INFO] [stderr] --> src/person.rs:140:35 [INFO] [stderr] | [INFO] [stderr] 140 | statuses.append(&mut self.sub_goals.iter().map(|goal|goal.statuses()).collect()); [INFO] [stderr] | ^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `kind`, `achieved`, `expanded` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0583, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `story-engine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8115937ba61b4a42f9398326fa9124bb9ce8fca35ecf9cf2bf7ffe3608a33545"` [INFO] running `"docker" "rm" "-f" "8115937ba61b4a42f9398326fa9124bb9ce8fca35ecf9cf2bf7ffe3608a33545"` [INFO] [stdout] 8115937ba61b4a42f9398326fa9124bb9ce8fca35ecf9cf2bf7ffe3608a33545