[INFO] updating cached repository https://github.com/lholden/entity_system
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 561144bafed1d00374f16f0ec0734b04bd9cc9dd
[INFO] checking lholden/entity_system against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flholden%2Fentity_system" "/workspace/builds/worker-14/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/lholden/entity_system on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/lholden/entity_system
[INFO] finished tweaking git repo https://github.com/lholden/entity_system
[INFO] tweaked toml for git repo https://github.com/lholden/entity_system written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] crate git repo https://github.com/lholden/entity_system already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 4614318fa87363f88f2a50d14c0f871658607665796ec65fba414ed948521a3a
[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" "4614318fa87363f88f2a50d14c0f871658607665796ec65fba414ed948521a3a"`
[INFO] [stderr]     Checking entity_system v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:117:37
[INFO] [stderr]     |
[INFO] [stderr] 117 |     components: HashMap<TypeId, Box<Any>>,
[INFO] [stderr]     |                                     ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:118:53
[INFO] [stderr]     |
[INFO] [stderr] 118 |     entities: HashMap<EntityId, HashMap<TypeId, Box<Any>>>,
[INFO] [stderr]     |                                                     ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:117:37
[INFO] [stderr]     |
[INFO] [stderr] 117 |     components: HashMap<TypeId, Box<Any>>,
[INFO] [stderr]     |                                     ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:118:53
[INFO] [stderr]     |
[INFO] [stderr] 118 |     entities: HashMap<EntityId, HashMap<TypeId, Box<Any>>>,
[INFO] [stderr]     |                                                     ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `deriving` in this scope
[INFO] [stderr]  --> benches/lib.rs:4:3
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[deriving(Clone)]
[INFO] [stderr]   |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `deriving` in this scope
[INFO] [stderr]  --> benches/lib.rs:9:3
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[deriving(Clone)]
[INFO] [stderr]   |   ^^^^^^^^
[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: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]   --> benches/lib.rs:14:3
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[bench]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[deny(soft_unstable)]` on by default
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]   --> benches/lib.rs:27:3
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[bench]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]   --> benches/lib.rs:46:3
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[bench]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]   --> benches/lib.rs:69:3
[INFO] [stderr]    |
[INFO] [stderr] 69 | #[bench]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]   --> benches/lib.rs:90:3
[INFO] [stderr]    |
[INFO] [stderr] 90 | #[bench]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]    --> benches/lib.rs:109:3
[INFO] [stderr]     |
[INFO] [stderr] 109 | #[bench]
[INFO] [stderr]     |   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]    --> benches/lib.rs:132:3
[INFO] [stderr]     |
[INFO] [stderr] 132 | #[bench]
[INFO] [stderr]     |   ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]  --> benches/lib.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | extern crate test;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]   = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[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]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]    = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[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]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]    = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[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]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]    = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[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]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]    = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[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]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]    = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[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]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[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]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]   --> benches/lib.rs:19:7
[INFO] [stderr]    |
[INFO] [stderr] 19 |     b.iter(|| {
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]    = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]   --> benches/lib.rs:38:7
[INFO] [stderr]    |
[INFO] [stderr] 38 |     b.iter(|| {
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[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::<OtherComponent>();
[INFO] [stderr]    |                          ^^^^ the trait `std::clone::Clone` is not implemented for `OtherComponent`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]   --> benches/lib.rs:61:7
[INFO] [stderr]    |
[INFO] [stderr] 61 |     b.iter(|| {
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[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::<OtherComponent>(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'
[INFO] [stderr]   --> benches/lib.rs:84:7
[INFO] [stderr]    |
[INFO] [stderr] 84 |     b.iter(|| {
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[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::<OtherComponent>(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'
[INFO] [stderr]    --> benches/lib.rs:101:7
[INFO] [stderr]     |
[INFO] [stderr] 101 |     b.iter(|| {
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> benches/lib.rs:124:7
[INFO] [stderr]     |
[INFO] [stderr] 124 |     b.iter(|| {
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> benches/lib.rs:147:7
[INFO] [stderr]     |
[INFO] [stderr] 147 |     b.iter(|| {
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[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::<OtherComponent>(entity);
[INFO] [stderr]     |                    ^^^^^^^ the trait `std::clone::Clone` is not implemented for `OtherComponent`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 35 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: 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] 
[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" "4614318fa87363f88f2a50d14c0f871658607665796ec65fba414ed948521a3a"`
[INFO] running `"docker" "rm" "-f" "4614318fa87363f88f2a50d14c0f871658607665796ec65fba414ed948521a3a"`
[INFO] [stdout] 4614318fa87363f88f2a50d14c0f871658607665796ec65fba414ed948521a3a
