[INFO] updating cached repository lholden/entity_system [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/lholden/entity_system [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/lholden/entity_system" "work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/lholden/entity_system"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/lholden/entity_system'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/lholden/entity_system" "work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/lholden/entity_system"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/lholden/entity_system'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 561144bafed1d00374f16f0ec0734b04bd9cc9dd [INFO] sha for GitHub repo lholden/entity_system: 561144bafed1d00374f16f0ec0734b04bd9cc9dd [INFO] validating manifest of lholden/entity_system on toolchain master#0f88167f89fffe321590c5148f21b7d51d44388d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of lholden/entity_system on toolchain try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing lholden/entity_system [INFO] finished frobbing lholden/entity_system [INFO] frobbed toml for lholden/entity_system written to work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/lholden/entity_system/Cargo.toml [INFO] started frobbing lholden/entity_system [INFO] finished frobbing lholden/entity_system [INFO] frobbed toml for lholden/entity_system written to work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/lholden/entity_system/Cargo.toml [INFO] crate lholden/entity_system already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking lholden/entity_system against try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b for pr-58948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58948/worker-4/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/lholden/entity_system:/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=forbid" "-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" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 373c01950eabe488b49d9a80e0b032977a11811821fd4aa76f8c2b1edac4c995 [INFO] running `"docker" "start" "-a" "373c01950eabe488b49d9a80e0b032977a11811821fd4aa76f8c2b1edac4c995"` [INFO] [stderr] Checking entity_system v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) [INFO] [stderr] --> benches/lib.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | #[deriving(Clone)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(custom_attribute)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) [INFO] [stderr] --> benches/lib.rs:9:3 [INFO] [stderr] | [INFO] [stderr] 9 | #[deriving(Clone)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(custom_attribute)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> benches/lib.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | for _ in range(0u32, 5000) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> benches/lib.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | for _ in range(0u32, 5000) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> benches/lib.rs:55:14 [INFO] [stderr] | [INFO] [stderr] 55 | for _ in range(0u32, 5000) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> benches/lib.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | for _ in range(0u32, 5000) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> benches/lib.rs:95:14 [INFO] [stderr] | [INFO] [stderr] 95 | for _ in range(0u32, 5000) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> benches/lib.rs:118:14 [INFO] [stderr] | [INFO] [stderr] 118 | for _ in range(0u32, 5000) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> benches/lib.rs:141:14 [INFO] [stderr] | [INFO] [stderr] 141 | for _ in range(0u32, 5000) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:15:33 [INFO] [stderr] | [INFO] [stderr] 15 | fn bench_insert_of_5000(b: &mut test::Bencher) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:28:31 [INFO] [stderr] | [INFO] [stderr] 28 | fn bench_find_in_5000(b: &mut test::Bencher) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:47:35 [INFO] [stderr] | [INFO] [stderr] 47 | fn bench_find_for_in_5000(b: &mut test::Bencher) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:70:30 [INFO] [stderr] | [INFO] [stderr] 70 | fn bench_get_in_5000(b: &mut test::Bencher) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | fn bench_find_mut_in_5000(b: &mut test::Bencher) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:110:39 [INFO] [stderr] | [INFO] [stderr] 110 | fn bench_find_for_mut_in_5000(b: &mut test::Bencher) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:133:34 [INFO] [stderr] | [INFO] [stderr] 133 | fn bench_get_mut_in_5000(b: &mut test::Bencher) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:19:7 [INFO] [stderr] | [INFO] [stderr] 19 | b.iter(|| { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:38:7 [INFO] [stderr] | [INFO] [stderr] 38 | b.iter(|| { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `OtherComponent: std::clone::Clone` is not satisfied [INFO] [stderr] --> benches/lib.rs:39:26 [INFO] [stderr] | [INFO] [stderr] 39 | let results = cm.find::(); [INFO] [stderr] | ^^^^ the trait `std::clone::Clone` is not implemented for `OtherComponent` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:61:7 [INFO] [stderr] | [INFO] [stderr] 61 | b.iter(|| { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `OtherComponent: std::clone::Clone` is not satisfied [INFO] [stderr] --> benches/lib.rs:62:26 [INFO] [stderr] | [INFO] [stderr] 62 | let results = cm.find_for::(entity); [INFO] [stderr] | ^^^^^^^^ the trait `std::clone::Clone` is not implemented for `OtherComponent` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:84:7 [INFO] [stderr] | [INFO] [stderr] 84 | b.iter(|| { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `OtherComponent: std::clone::Clone` is not satisfied [INFO] [stderr] --> benches/lib.rs:85:20 [INFO] [stderr] | [INFO] [stderr] 85 | let c = cm.get::(entity); [INFO] [stderr] | ^^^ the trait `std::clone::Clone` is not implemented for `OtherComponent` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:101:7 [INFO] [stderr] | [INFO] [stderr] 101 | b.iter(|| { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:124:7 [INFO] [stderr] | [INFO] [stderr] 124 | b.iter(|| { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' (see issue #27812) [INFO] [stderr] --> benches/lib.rs:147:7 [INFO] [stderr] | [INFO] [stderr] 147 | b.iter(|| { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(test)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `OtherComponent: std::clone::Clone` is not satisfied [INFO] [stderr] --> benches/lib.rs:148:20 [INFO] [stderr] | [INFO] [stderr] 148 | let c = cm.get_mut::(entity); [INFO] [stderr] | ^^^^^^^ the trait `std::clone::Clone` is not implemented for `OtherComponent` [INFO] [stderr] [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0277, E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `entity_system`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "373c01950eabe488b49d9a80e0b032977a11811821fd4aa76f8c2b1edac4c995"` [INFO] running `"docker" "rm" "-f" "373c01950eabe488b49d9a80e0b032977a11811821fd4aa76f8c2b1edac4c995"` [INFO] [stdout] 373c01950eabe488b49d9a80e0b032977a11811821fd4aa76f8c2b1edac4c995