[INFO] cloning repository https://github.com/matthewjberger/parsecs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matthewjberger/parsecs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fparsecs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fparsecs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e311266c8f7df7632e0364aaa8b099fd1b164825
[INFO] checking matthewjberger/parsecs against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fparsecs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/matthewjberger/parsecs
[INFO] finished tweaking git repo https://github.com/matthewjberger/parsecs
[INFO] tweaked toml for git repo https://github.com/matthewjberger/parsecs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/matthewjberger/parsecs on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/matthewjberger/parsecs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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 proc-macro2 v1.0.58
[INFO] [stderr]   Downloaded kiss3d v0.35.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8f80d9a55629620fe215772e583c9b987db3599f5eac5137a7eb825fc25f9c96
[INFO] running `Command { std: "docker" "start" "-a" "8f80d9a55629620fe215772e583c9b987db3599f5eac5137a7eb825fc25f9c96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f80d9a55629620fe215772e583c9b987db3599f5eac5137a7eb825fc25f9c96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f80d9a55629620fe215772e583c9b987db3599f5eac5137a7eb825fc25f9c96", kill_on_drop: false }`
[INFO] [stdout] 8f80d9a55629620fe215772e583c9b987db3599f5eac5137a7eb825fc25f9c96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9360e19cb7841b07f4c7a93e6098ab766d966dd935655c8e4aeac16011b7aded
[INFO] running `Command { std: "docker" "start" "-a" "9360e19cb7841b07f4c7a93e6098ab766d966dd935655c8e4aeac16011b7aded", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.58
[INFO] [stderr]    Compiling quote v1.0.27
[INFO] [stderr]    Compiling wayland-sys v0.28.6
[INFO] [stderr]    Compiling serde v1.0.163
[INFO] [stderr]     Checking nix v0.20.0
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]     Checking bytemuck v1.12.3
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]    Compiling x11-dl v2.20.1
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking rusttype v0.9.3
[INFO] [stderr]     Checking xdg v2.4.1
[INFO] [stderr]     Checking rayon v1.6.1
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.38
[INFO] [stderr]     Checking libloading v0.6.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking xml-rs v0.8.4
[INFO] [stderr]     Checking safe_arch v0.6.0
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking num-complex v0.4.2
[INFO] [stderr]     Checking dlib v0.4.2
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking memmap2 v0.1.0
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]     Checking lazycell v1.3.0
[INFO] [stderr]     Checking andrew v0.3.1
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]     Checking wide v0.7.5
[INFO] [stderr]    Compiling wayland-scanner v0.28.6
[INFO] [stderr]    Compiling syn v2.0.16
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking num-rational v0.4.1
[INFO] [stderr]     Checking raw-window-handle v0.3.4
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking plotters-backend v0.3.4
[INFO] [stderr]     Checking ryu v1.0.12
[INFO] [stderr]     Checking itoa v1.0.5
[INFO] [stderr]     Checking ciborium-io v0.2.0
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]     Checking petgraph v0.6.2
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking plotters-svg v0.3.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]     Checking ordered-float v1.1.1
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking ciborium-ll v0.2.0
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking wayland-commons v0.28.6
[INFO] [stderr]     Checking regex-syntax v0.6.28
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking plotters v0.3.4
[INFO] [stderr]     Checking clap v3.2.23
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling wayland-client v0.28.6
[INFO] [stderr]    Compiling wayland-protocols v0.28.6
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking calloop v0.6.5
[INFO] [stderr]    Compiling serde_derive v1.0.163
[INFO] [stderr]     Checking simba v0.7.3
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking wayland-cursor v0.28.6
[INFO] [stderr]     Checking wayland-egl v0.28.6
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]     Checking nalgebra v0.30.1
[INFO] [stderr]     Checking ciborium v0.2.0
[INFO] [stderr]     Checking parsecs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:205:35
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn get_component<T: 'static>(&self, entity: Entity) -> Option<Ref<T>> {
[INFO] [stdout]     |                                      ^^^^^                            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn get_component<T: 'static>(&self, entity: Entity) -> Option<Ref<'_, T>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:220:39
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub fn get_component_mut<T: 'static>(&self, entity: Entity) -> Option<RefMut<T>> {
[INFO] [stdout]     |                                          ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub fn get_component_mut<T: 'static>(&self, entity: Entity) -> Option<RefMut<'_, T>> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:234:39
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub fn get_component_vec<T: 'static>(&self) -> Option<Ref<ComponentVec>> {
[INFO] [stdout]     |                                          ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub fn get_component_vec<T: 'static>(&self) -> Option<Ref<'_, ComponentVec>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:238:43
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn get_component_vec_mut<T: 'static>(&self) -> Option<RefMut<ComponentVec>> {
[INFO] [stdout]     |                                              ^^^^^            ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn get_component_vec_mut<T: 'static>(&self) -> Option<RefMut<'_, ComponentVec>> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.4.0
[INFO] [stderr]     Checking ncollide3d v0.33.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.12.3
[INFO] [stderr]     Checking winit v0.24.0
[INFO] [stderr]     Checking glutin v0.26.0
[INFO] [stderr]     Checking kiss3d v0.35.0
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> benches/benchmarks.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 | struct Position(f32, f32);
[INFO] [stdout]    |        --------      ^^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:205:35
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn get_component<T: 'static>(&self, entity: Entity) -> Option<Ref<T>> {
[INFO] [stdout]     |                                      ^^^^^                            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn get_component<T: 'static>(&self, entity: Entity) -> Option<Ref<'_, T>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:220:39
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub fn get_component_mut<T: 'static>(&self, entity: Entity) -> Option<RefMut<T>> {
[INFO] [stdout]     |                                          ^^^^^                            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub fn get_component_mut<T: 'static>(&self, entity: Entity) -> Option<RefMut<'_, T>> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:234:39
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub fn get_component_vec<T: 'static>(&self) -> Option<Ref<ComponentVec>> {
[INFO] [stdout]     |                                          ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub fn get_component_vec<T: 'static>(&self) -> Option<Ref<'_, ComponentVec>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:238:43
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn get_component_vec_mut<T: 'static>(&self) -> Option<RefMut<ComponentVec>> {
[INFO] [stdout]     |                                              ^^^^^            ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn get_component_vec_mut<T: 'static>(&self) -> Option<RefMut<'_, ComponentVec>> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.46s
[INFO] running `Command { std: "docker" "inspect" "9360e19cb7841b07f4c7a93e6098ab766d966dd935655c8e4aeac16011b7aded", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9360e19cb7841b07f4c7a93e6098ab766d966dd935655c8e4aeac16011b7aded", kill_on_drop: false }`
[INFO] [stdout] 9360e19cb7841b07f4c7a93e6098ab766d966dd935655c8e4aeac16011b7aded
