[INFO] cloning repository https://github.com/sarah-ek/faer-ext [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sarah-ek/faer-ext" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsarah-ek%2Ffaer-ext", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsarah-ek%2Ffaer-ext'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3dfbcf0b49dbbea10d3e98a26a4308c4a6c35346 [INFO] checking sarah-ek/faer-ext against try#409ef99a7d4dc96ae91f65d4b48413ed174514d6 for pr-137633 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsarah-ek%2Ffaer-ext" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sarah-ek/faer-ext on toolchain 409ef99a7d4dc96ae91f65d4b48413ed174514d6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sarah-ek/faer-ext [INFO] finished tweaking git repo https://github.com/sarah-ek/faer-ext [INFO] tweaked toml for git repo https://github.com/sarah-ek/faer-ext written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sarah-ek/faer-ext 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" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d4c4f66e34f235d30e300384356b77677e88d747a2b603277445ad0ea7515fbb [INFO] running `Command { std: "docker" "start" "-a" "d4c4f66e34f235d30e300384356b77677e88d747a2b603277445ad0ea7515fbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d4c4f66e34f235d30e300384356b77677e88d747a2b603277445ad0ea7515fbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4c4f66e34f235d30e300384356b77677e88d747a2b603277445ad0ea7515fbb", kill_on_drop: false }` [INFO] [stdout] d4c4f66e34f235d30e300384356b77677e88d747a2b603277445ad0ea7515fbb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e51c68a1585524bf652ccb02d59cc83efd79fd711ca90ae214fcd6d23f369dd [INFO] running `Command { std: "docker" "start" "-a" "4e51c68a1585524bf652ccb02d59cc83efd79fd711ca90ae214fcd6d23f369dd", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking bytemuck v1.16.0 [INFO] [stderr] Compiling nano-gemm-codegen v0.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking reborrow v0.5.5 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking dyn-stack v0.10.0 [INFO] [stderr] Checking raw-cpuid v10.7.0 [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Checking nano-gemm-core v0.1.0 [INFO] [stderr] Checking safe_arch v0.7.1 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking coe-rs v0.1.2 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking wide v0.7.15 [INFO] [stderr] Checking dyn-stack v0.11.0 [INFO] [stderr] Compiling nano-gemm-c32 v0.1.0 [INFO] [stderr] Compiling nano-gemm-f32 v0.1.0 [INFO] [stderr] Compiling nano-gemm-f64 v0.1.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling nano-gemm-c64 v0.1.0 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Checking dbgf v0.1.2 [INFO] [stderr] Checking generativity v1.1.0 [INFO] [stderr] Checking num-complex v0.4.5 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking pulp v0.18.22 [INFO] [stderr] Checking simba v0.9.0 [INFO] [stderr] Checking gemm-common v0.18.0 [INFO] [stderr] Checking faer-entity v0.20.0 [INFO] [stderr] Checking gemm-c64 v0.18.0 [INFO] [stderr] Checking gemm-c32 v0.18.0 [INFO] [stderr] Checking gemm-f32 v0.18.0 [INFO] [stderr] Checking gemm-f64 v0.18.0 [INFO] [stderr] Checking gemm v0.18.0 [INFO] [stderr] Compiling equator-macro v0.2.1 [INFO] [stderr] Compiling equator-macro v0.4.1 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Checking equator v0.2.2 [INFO] [stderr] Checking equator v0.4.1 [INFO] [stderr] Checking nalgebra v0.33.0 [INFO] [stderr] Checking nano-gemm v0.1.2 [INFO] [stderr] Checking faer v0.20.0 [INFO] [stderr] Checking faer-ext v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "4e51c68a1585524bf652ccb02d59cc83efd79fd711ca90ae214fcd6d23f369dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e51c68a1585524bf652ccb02d59cc83efd79fd711ca90ae214fcd6d23f369dd", kill_on_drop: false }` [INFO] [stdout] 4e51c68a1585524bf652ccb02d59cc83efd79fd711ca90ae214fcd6d23f369dd