[INFO] fetching crate tclifford 0.1.0...
[INFO] testing tclifford-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate tclifford 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate tclifford 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tclifford 0.1.0
[INFO] tweaked toml for crates.io crate tclifford 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tclifford 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 34 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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 opimps v0.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f02768b958945a42e2b7e8d240abc5e144ae0f7caeba73af22ae248b27606cea
[INFO] running `Command { std: "docker" "start" "-a" "f02768b958945a42e2b7e8d240abc5e144ae0f7caeba73af22ae248b27606cea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f02768b958945a42e2b7e8d240abc5e144ae0f7caeba73af22ae248b27606cea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f02768b958945a42e2b7e8d240abc5e144ae0f7caeba73af22ae248b27606cea", kill_on_drop: false }`
[INFO] [stdout] f02768b958945a42e2b7e8d240abc5e144ae0f7caeba73af22ae248b27606cea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76c63e49e1528e8943a874254d244f95ae6a2c64d5f1a802ff01c22fac261556
[INFO] running `Command { std: "docker" "start" "-a" "76c63e49e1528e8943a874254d244f95ae6a2c64d5f1a802ff01c22fac261556", kill_on_drop: false }`
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling opimps v0.2.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling tclifford v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fftrepr/mod.rs:246:17
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub fn view(&self) -> ArrayView3<Complex64> {
[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] 246 |     pub fn view(&self) -> ArrayView3<'_, Complex64> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mv_dense.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn coeff_array_view(&self) -> ArrayView1<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] 68 |     pub fn coeff_array_view(&self) -> ArrayView1<'_, T> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.20s
[INFO] running `Command { std: "docker" "inspect" "76c63e49e1528e8943a874254d244f95ae6a2c64d5f1a802ff01c22fac261556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76c63e49e1528e8943a874254d244f95ae6a2c64d5f1a802ff01c22fac261556", kill_on_drop: false }`
[INFO] [stdout] 76c63e49e1528e8943a874254d244f95ae6a2c64d5f1a802ff01c22fac261556
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 966f8ec75a9df3f9fa2f7ad3e77fcc41362ae8cc1d0139c448ee1ab78d073a25
[INFO] running `Command { std: "docker" "start" "-a" "966f8ec75a9df3f9fa2f7ad3e77fcc41362ae8cc1d0139c448ee1ab78d073a25", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling tclifford v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fftrepr/mod.rs:246:17
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub fn view(&self) -> ArrayView3<Complex64> {
[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] 246 |     pub fn view(&self) -> ArrayView3<'_, Complex64> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mv_dense.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn coeff_array_view(&self) -> ArrayView1<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] 68 |     pub fn coeff_array_view(&self) -> ArrayView1<'_, T> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `distributions` in `rand`
[INFO] [stdout]   --> tests/unit.rs:45:11
[INFO] [stdout]    |
[INFO] [stdout] 45 |     rand::distributions::Standard: rand::prelude::Distribution<T>,
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout]    |           |
[INFO] [stdout]    |           could not find `distributions` in `rand`
[INFO] [stdout]    |           help: a trait with a similar name exists: `Distribution`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `distributions` in `rand`
[INFO] [stdout]   --> tests/unit.rs:66:11
[INFO] [stdout]    |
[INFO] [stdout] 66 |     rand::distributions::Standard: rand::prelude::Distribution<T>,
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout]    |           |
[INFO] [stdout]    |           could not find `distributions` in `rand`
[INFO] [stdout]    |           help: a trait with a similar name exists: `Distribution`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fftrepr/mod.rs:246:17
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub fn view(&self) -> ArrayView3<Complex64> {
[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] 246 |     pub fn view(&self) -> ArrayView3<'_, Complex64> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mv_dense.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn coeff_array_view(&self) -> ArrayView1<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] 68 |     pub fn coeff_array_view(&self) -> ArrayView1<'_, T> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tclifford` (test "unit") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "966f8ec75a9df3f9fa2f7ad3e77fcc41362ae8cc1d0139c448ee1ab78d073a25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "966f8ec75a9df3f9fa2f7ad3e77fcc41362ae8cc1d0139c448ee1ab78d073a25", kill_on_drop: false }`
[INFO] [stdout] 966f8ec75a9df3f9fa2f7ad3e77fcc41362ae8cc1d0139c448ee1ab78d073a25
