[INFO] fetching crate factrs 0.2.0...
[INFO] checking factrs-0.2.0 against try#94e848735e78b58442e0b82e9c60f8f430840389 for pr-149218
[INFO] extracting crate factrs 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate factrs 0.2.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate factrs 0.2.0
[INFO] tweaked toml for crates.io crate factrs 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate factrs 0.2.0 on toolchain 94e848735e78b58442e0b82e9c60f8f430840389
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+94e848735e78b58442e0b82e9c60f8f430840389" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate factrs 0.2.0 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" "+94e848735e78b58442e0b82e9c60f8f430840389" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+94e848735e78b58442e0b82e9c60f8f430840389" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7ea645266eb2934667a09417e6fa52fad9f2a1713d899945e9e8261374daae42
[INFO] running `Command { std: "docker" "start" "-a" "7ea645266eb2934667a09417e6fa52fad9f2a1713d899945e9e8261374daae42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ea645266eb2934667a09417e6fa52fad9f2a1713d899945e9e8261374daae42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ea645266eb2934667a09417e6fa52fad9f2a1713d899945e9e8261374daae42", kill_on_drop: false }`
[INFO] [stdout] 7ea645266eb2934667a09417e6fa52fad9f2a1713d899945e9e8261374daae42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+94e848735e78b58442e0b82e9c60f8f430840389" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6f6c6ee46950a59e174d1170ed09ebc7291573eac09059fbf1719dfc10a636fa
[INFO] running `Command { std: "docker" "start" "-a" "6f6c6ee46950a59e174d1170ed09ebc7291573eac09059fbf1719dfc10a636fa", kill_on_drop: false }`
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]    Compiling pulp v0.21.1
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling seq-macro v0.3.5
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking raw-cpuid v10.7.0
[INFO] [stderr]     Checking matrixcompare-core v0.1.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking coe-rs v0.1.2
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking dbgf v0.1.2
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking downcast-rs v2.0.1
[INFO] [stderr]     Checking pad-adapter v0.1.1
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking dyn-stack v0.10.0
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking matrixcompare v0.3.0
[INFO] [stderr]     Checking dyn-stack v0.11.0
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking nano-gemm-c64 v0.1.0
[INFO] [stderr]     Checking nano-gemm-c32 v0.1.0
[INFO] [stderr]     Checking pulp v0.18.22
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking wide v0.7.32
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking faer-entity v0.20.1
[INFO] [stderr]     Checking gemm-common v0.18.1
[INFO] [stderr]     Checking gemm-f64 v0.18.1
[INFO] [stderr]     Checking gemm-c64 v0.18.1
[INFO] [stderr]     Checking gemm-f32 v0.18.1
[INFO] [stderr]     Checking gemm-c32 v0.18.1
[INFO] [stderr]    Compiling equator-macro v0.2.1
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling factrs-proc v0.2.0
[INFO] [stderr]     Checking gemm v0.18.1
[INFO] [stderr]     Checking serde_json v1.0.135
[INFO] [stderr]     Checking equator v0.2.2
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking nano-gemm v0.1.2
[INFO] [stderr]     Checking faer v0.20.2
[INFO] [stderr]     Checking num-dual v0.11.0
[INFO] [stderr]     Checking faer-ext v0.4.1
[INFO] [stderr]     Checking factrs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/containers/values.rs:59:18
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn entry(&mut self, key: impl Symbol) -> Entry<Key, Box<dyn VariableSafe>> {
[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] 59 |     pub fn entry(&mut self, key: impl Symbol) -> Entry<'_, Key, Box<dyn VariableSafe>> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/containers/order.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn iter(&self) -> HashMapIter<Key, Idx> {
[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] 70 |     pub fn iter(&self) -> HashMapIter<'_, Key, Idx> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/variables/se2.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn xy(&self) -> VectorView2<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] 33 |     pub fn xy(&self) -> VectorView2<'_, T> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/variables/se3.rs:34:16
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn xyz(&self) -> VectorView3<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] 34 |     pub fn xyz(&self) -> VectorView3<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/containers/values.rs:59:18
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn entry(&mut self, key: impl Symbol) -> Entry<Key, Box<dyn VariableSafe>> {
[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] 59 |     pub fn entry(&mut self, key: impl Symbol) -> Entry<'_, Key, Box<dyn VariableSafe>> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/containers/order.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn iter(&self) -> HashMapIter<Key, Idx> {
[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] 70 |     pub fn iter(&self) -> HashMapIter<'_, Key, Idx> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/variables/se2.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn xy(&self) -> VectorView2<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] 33 |     pub fn xy(&self) -> VectorView2<'_, T> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/variables/se3.rs:34:16
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn xyz(&self) -> VectorView3<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] 34 |     pub fn xyz(&self) -> VectorView3<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.33s
[INFO] running `Command { std: "docker" "inspect" "6f6c6ee46950a59e174d1170ed09ebc7291573eac09059fbf1719dfc10a636fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f6c6ee46950a59e174d1170ed09ebc7291573eac09059fbf1719dfc10a636fa", kill_on_drop: false }`
[INFO] [stdout] 6f6c6ee46950a59e174d1170ed09ebc7291573eac09059fbf1719dfc10a636fa
