[INFO] cloning repository https://github.com/Argmaster/cssfinder_backend_rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Argmaster/cssfinder_backend_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArgmaster%2Fcssfinder_backend_rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArgmaster%2Fcssfinder_backend_rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46e9d0f490c634e1c05bab2a2b6d12bb7d5402a9
[INFO] checking Argmaster/cssfinder_backend_rust against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArgmaster%2Fcssfinder_backend_rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Argmaster/cssfinder_backend_rust
[INFO] finished tweaking git repo https://github.com/Argmaster/cssfinder_backend_rust
[INFO] tweaked toml for git repo https://github.com/Argmaster/cssfinder_backend_rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Argmaster/cssfinder_backend_rust 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/Argmaster/cssfinder_backend_rust 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unindent v0.1.11
[INFO] [stderr]   Downloaded indoc v1.0.9
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.18.3
[INFO] [stderr]   Downloaded matrixmultiply v0.3.3
[INFO] [stderr]   Downloaded pyo3-macros v0.18.3
[INFO] [stderr]   Downloaded target-lexicon v0.12.6
[INFO] [stderr]   Downloaded pyo3-build-config v0.18.3
[INFO] [stderr]   Downloaded pyo3-ffi v0.18.3
[INFO] [stderr]   Downloaded numpy v0.18.0
[INFO] [stderr]   Downloaded simba v0.6.0
[INFO] [stderr]   Downloaded statrs v0.16.0
[INFO] [stderr]   Downloaded nalgebra v0.29.0
[INFO] [stderr]   Downloaded pyo3 v0.18.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 0b507d61cbccf4dfa3fcf68d7aef55a397dff53060c71afaa3cfcf7dd65a41b1
[INFO] running `Command { std: "docker" "start" "-a" "0b507d61cbccf4dfa3fcf68d7aef55a397dff53060c71afaa3cfcf7dd65a41b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b507d61cbccf4dfa3fcf68d7aef55a397dff53060c71afaa3cfcf7dd65a41b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b507d61cbccf4dfa3fcf68d7aef55a397dff53060c71afaa3cfcf7dd65a41b1", kill_on_drop: false }`
[INFO] [stdout] 0b507d61cbccf4dfa3fcf68d7aef55a397dff53060c71afaa3cfcf7dd65a41b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] fe7d73ece0cf24b28747b112ea1aa605d03e01f209d4f902e0f0e2789a37bbd7
[INFO] running `Command { std: "docker" "start" "-a" "fe7d73ece0cf24b28747b112ea1aa605d03e01f209d4f902e0f0e2789a37bbd7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling target-lexicon v0.12.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling paste v1.0.12
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]     Checking getrandom v0.2.9
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling indoc v1.0.9
[INFO] [stderr]     Checking matrixmultiply v0.3.3
[INFO] [stderr]     Checking unindent v0.1.11
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling pyo3-build-config v0.18.3
[INFO] [stderr]     Checking safe_arch v0.6.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking wide v0.7.8
[INFO] [stderr]     Checking num-complex v0.4.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]    Compiling pyo3-ffi v0.18.3
[INFO] [stderr]    Compiling pyo3 v0.18.3
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking simba v0.6.0
[INFO] [stderr]    Compiling pyo3-macros-backend v0.18.3
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]    Compiling pyo3-macros v0.18.3
[INFO] [stderr]     Checking ndarray-rand v0.14.0
[INFO] [stderr]     Checking nalgebra v0.29.0
[INFO] [stderr]     Checking numpy v0.18.0
[INFO] [stderr]     Checking statrs v0.16.0
[INFO] [stderr]     Checking cssfinder-backend-rust v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:35:27
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn export_backend(py: Python) -> &PyDict {
[INFO] [stdout]    |                           ^^^^^^     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is hidden 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] 35 |     fn export_backend(py: Python<'_>) -> &PyDict {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:179:35
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn get_random_haar_1d(py: Python, a: usize) -> &np::PyArray1<Complex<f64>> {
[INFO] [stdout]     |                                   ^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is hidden 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] 179 |     pub fn get_random_haar_1d(py: Python<'_>, a: usize) -> &np::PyArray1<Complex<f64>> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:205:13
[INFO] [stdout]     |
[INFO] [stdout] 205 |         py: Python,
[INFO] [stdout]     |             ^^^^^^ the lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 209 |     ) -> &np::PyArray2<Complex<f64>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same 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] 205 |         py: Python<'_>,
[INFO] [stdout]     |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:217:13
[INFO] [stdout]     |
[INFO] [stdout] 217 |         py: Python,
[INFO] [stdout]     |             ^^^^^^ the lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 220 |     ) -> &np::PyArray2<Complex<f64>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same 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] 217 |         py: Python<'_>,
[INFO] [stdout]     |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:35:27
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn export_backend(py: Python) -> &PyDict {
[INFO] [stdout]    |                           ^^^^^^     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is hidden 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] 35 |     fn export_backend(py: Python<'_>) -> &PyDict {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:179:35
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn get_random_haar_1d(py: Python, a: usize) -> &np::PyArray1<Complex<f64>> {
[INFO] [stdout]     |                                   ^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is hidden 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] 179 |     pub fn get_random_haar_1d(py: Python<'_>, a: usize) -> &np::PyArray1<Complex<f64>> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:205:13
[INFO] [stdout]     |
[INFO] [stdout] 205 |         py: Python,
[INFO] [stdout]     |             ^^^^^^ the lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 209 |     ) -> &np::PyArray2<Complex<f64>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same 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] 205 |         py: Python<'_>,
[INFO] [stdout]     |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:217:13
[INFO] [stdout]     |
[INFO] [stdout] 217 |         py: Python,
[INFO] [stdout]     |             ^^^^^^ the lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 220 |     ) -> &np::PyArray2<Complex<f64>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same 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] 217 |         py: Python<'_>,
[INFO] [stdout]     |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.46s
[INFO] running `Command { std: "docker" "inspect" "fe7d73ece0cf24b28747b112ea1aa605d03e01f209d4f902e0f0e2789a37bbd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe7d73ece0cf24b28747b112ea1aa605d03e01f209d4f902e0f0e2789a37bbd7", kill_on_drop: false }`
[INFO] [stdout] fe7d73ece0cf24b28747b112ea1aa605d03e01f209d4f902e0f0e2789a37bbd7
