[INFO] updating cached repository L3nn0x/roguelike [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/L3nn0x/roguelike [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/L3nn0x/roguelike" "work/ex/beta-1.37-6/sources/1.36.0/gh/L3nn0x/roguelike"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/L3nn0x/roguelike'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/L3nn0x/roguelike" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/L3nn0x/roguelike"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/L3nn0x/roguelike'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3d8d881af084401a17b07d2a1bff784257ecc3a8 [INFO] sha for GitHub repo L3nn0x/roguelike: 3d8d881af084401a17b07d2a1bff784257ecc3a8 [INFO] validating manifest of L3nn0x/roguelike on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of L3nn0x/roguelike on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing L3nn0x/roguelike [INFO] removed path dependency tcod from L3nn0x/roguelike [INFO] finished frobbing L3nn0x/roguelike [INFO] frobbed toml for L3nn0x/roguelike written to work/ex/beta-1.37-6/sources/1.36.0/gh/L3nn0x/roguelike/Cargo.toml [INFO] started frobbing L3nn0x/roguelike [INFO] removed path dependency tcod from L3nn0x/roguelike [INFO] finished frobbing L3nn0x/roguelike [INFO] frobbed toml for L3nn0x/roguelike written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/L3nn0x/roguelike/Cargo.toml [INFO] crate L3nn0x/roguelike already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/L3nn0x/roguelike/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing L3nn0x/roguelike against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/L3nn0x/roguelike:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 6a36177394bf1a600ff616f2e70acd0235aabe418e3700c4707b3bef4fccd1e5 [INFO] running `"docker" "start" "-a" "6a36177394bf1a600ff616f2e70acd0235aabe418e3700c4707b3bef4fccd1e5"` [INFO] [stderr] warning: dependency (tcod) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling tcod-sys v5.0.1 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling hibitset v0.6.2 [INFO] [stderr] Compiling shred v0.9.2 [INFO] [stderr] Compiling specs v0.15.0 [INFO] [stderr] Compiling tcod v0.15.0 [INFO] [stderr] Compiling rogue v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0405]: cannot find trait `Component` in this scope [INFO] [stderr] --> src/components.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Component)] [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use specs::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::world::Component; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Component` in this scope [INFO] [stderr] --> src/components.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Component)] [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use specs::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::world::Component; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Component` in this scope [INFO] [stderr] --> src/components.rs:63:10 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive(Component)] [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use specs::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::world::Component; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Component` in this scope [INFO] [stderr] --> src/components.rs:79:10 [INFO] [stderr] | [INFO] [stderr] 79 | #[derive(Component)] [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use specs::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::world::Component; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Component` in this scope [INFO] [stderr] --> src/components.rs:83:10 [INFO] [stderr] | [INFO] [stderr] 83 | #[derive(Component)] [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use specs::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::world::Component; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Component` in this scope [INFO] [stderr] --> src/components.rs:87:10 [INFO] [stderr] | [INFO] [stderr] 87 | #[derive(Component)] [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use specs::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::world::Component; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Component` in this scope [INFO] [stderr] --> src/components.rs:91:10 [INFO] [stderr] | [INFO] [stderr] 91 | #[derive(Component)] [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use specs::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::prelude::Component; [INFO] [stderr] | [INFO] [stderr] 1 | use specs::world::Component; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0405`. [INFO] [stderr] error: Could not compile `rogue`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6a36177394bf1a600ff616f2e70acd0235aabe418e3700c4707b3bef4fccd1e5"` [INFO] running `"docker" "rm" "-f" "6a36177394bf1a600ff616f2e70acd0235aabe418e3700c4707b3bef4fccd1e5"` [INFO] [stdout] 6a36177394bf1a600ff616f2e70acd0235aabe418e3700c4707b3bef4fccd1e5