[INFO] fetching crate tinyecs 0.0.3... [INFO] checking tinyecs-0.0.3 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate tinyecs 0.0.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate tinyecs 0.0.3 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tinyecs 0.0.3 [INFO] finished tweaking crates.io crate tinyecs 0.0.3 [INFO] tweaked toml for crates.io crate tinyecs 0.0.3 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tinyprof v0.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee9a6d52fdb4cce6578ff9d9f943c69b680f7f1ccffaa797ab94308bb0efd1d1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ee9a6d52fdb4cce6578ff9d9f943c69b680f7f1ccffaa797ab94308bb0efd1d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee9a6d52fdb4cce6578ff9d9f943c69b680f7f1ccffaa797ab94308bb0efd1d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee9a6d52fdb4cce6578ff9d9f943c69b680f7f1ccffaa797ab94308bb0efd1d1", kill_on_drop: false }` [INFO] [stdout] ee9a6d52fdb4cce6578ff9d9f943c69b680f7f1ccffaa797ab94308bb0efd1d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d5fa1947d513325cfc3712696113493afb9557e10126accc2259b39d9f8c845 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2d5fa1947d513325cfc3712696113493afb9557e10126accc2259b39d9f8c845", kill_on_drop: false }` [INFO] [stderr] Checking lazy_static v0.1.16 [INFO] [stderr] Checking tinyprof v0.0.1 [INFO] [stderr] Checking tinyecs v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/entity.rs:10:58 [INFO] [stdout] | [INFO] [stdout] 10 | pub components : RefCell>>, [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/entity.rs:16:50 [INFO] [stdout] | [INFO] [stdout] 16 | collection : &'a RefCell>> [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/world.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | pub system : Box, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn System` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/world.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new(system : Box, aspect : Aspect, data_aspects : Vec) -> SystemData { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn System` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `from_raw_parts_mut` is imported redundantly [INFO] [stdout] --> src/fast_dict.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::*; [INFO] [stdout] | ------------- the item `from_raw_parts_mut` is already imported here [INFO] [stdout] ... [INFO] [stdout] 44 | use std::slice::from_raw_parts_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `from_raw_parts_mut` is imported redundantly [INFO] [stdout] --> src/fast_dict.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::*; [INFO] [stdout] | ------------- the item `from_raw_parts_mut` is already imported here [INFO] [stdout] ... [INFO] [stdout] 57 | use std::slice::from_raw_parts_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/entity.rs:10:58 [INFO] [stdout] | [INFO] [stdout] 10 | pub components : RefCell>>, [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/entity.rs:16:50 [INFO] [stdout] | [INFO] [stdout] 16 | collection : &'a RefCell>> [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/world.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | pub system : Box, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn System` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/world.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new(system : Box, aspect : Aspect, data_aspects : Vec) -> SystemData { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn System` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `from_raw_parts_mut` is imported redundantly [INFO] [stdout] --> src/fast_dict.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::*; [INFO] [stdout] | ------------- the item `from_raw_parts_mut` is already imported here [INFO] [stdout] ... [INFO] [stdout] 44 | use std::slice::from_raw_parts_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `from_raw_parts_mut` is imported redundantly [INFO] [stdout] --> src/fast_dict.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::*; [INFO] [stdout] | ------------- the item `from_raw_parts_mut` is already imported here [INFO] [stdout] ... [INFO] [stdout] 57 | use std::slice::from_raw_parts_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/world.rs:156:25 [INFO] [stdout] | [INFO] [stdout] 156 | let mut system = &mut self.systems.get_mut(i as usize).unwrap().system; [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/world.rs:168:25 [INFO] [stdout] | [INFO] [stdout] 168 | let mut system = &mut self.systems.get_mut(i as usize).unwrap(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/world.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | let mut system = &mut self.systems.get_mut(i as usize).unwrap().system; [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/world.rs:156:25 [INFO] [stdout] | [INFO] [stdout] 156 | let mut system = &mut self.systems.get_mut(i as usize).unwrap().system; [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/world.rs:168:25 [INFO] [stdout] | [INFO] [stdout] 168 | let mut system = &mut self.systems.get_mut(i as usize).unwrap(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/world.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | let mut system = &mut self.systems.get_mut(i as usize).unwrap().system; [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/world.rs:227:31 [INFO] [stdout] | [INFO] [stdout] 227 | for (data_aspect, mut entities) in data_aspects.iter(). [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/world.rs:227:31 [INFO] [stdout] | [INFO] [stdout] 227 | for (data_aspect, mut entities) in data_aspects.iter(). [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/fast_dict.rs:102:18 [INFO] [stdout] | [INFO] [stdout] 102 | Some(mut item) => match item { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/fast_dict.rs:102:18 [INFO] [stdout] | [INFO] [stdout] 102 | Some(mut item) => match item { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/process_types.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] extern crate tinyecs; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/systems.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] extern crate tinyecs; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/process_macro.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] extern crate tinyecs; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/render_gui_system.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[macro_use] extern crate tinyecs; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> examples/render_gui_system.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | |render_data| { HeavyGuiData::new(&render_data.facade.borrow_mut() ) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/spawn_system.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] extern crate tinyecs; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "2d5fa1947d513325cfc3712696113493afb9557e10126accc2259b39d9f8c845", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d5fa1947d513325cfc3712696113493afb9557e10126accc2259b39d9f8c845", kill_on_drop: false }` [INFO] [stdout] 2d5fa1947d513325cfc3712696113493afb9557e10126accc2259b39d9f8c845