[INFO] cloning repository https://github.com/denehoffman/rustitude [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/denehoffman/rustitude" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenehoffman%2Frustitude", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenehoffman%2Frustitude'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fab0c84d487b423208f2802a86babeaaf967b7f3 [INFO] testing denehoffman/rustitude against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenehoffman%2Frustitude" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/denehoffman/rustitude [INFO] finished tweaking git repo https://github.com/denehoffman/rustitude [INFO] tweaked toml for git repo https://github.com/denehoffman/rustitude written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/denehoffman/rustitude on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/denehoffman/rustitude 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d719d01159f489e64f51a90057b9fddb9cc5763811ab382b343bf791a7e5e7e [INFO] running `Command { std: "docker" "start" "-a" "5d719d01159f489e64f51a90057b9fddb9cc5763811ab382b343bf791a7e5e7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d719d01159f489e64f51a90057b9fddb9cc5763811ab382b343bf791a7e5e7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d719d01159f489e64f51a90057b9fddb9cc5763811ab382b343bf791a7e5e7e", kill_on_drop: false }` [INFO] [stdout] 5d719d01159f489e64f51a90057b9fddb9cc5763811ab382b343bf791a7e5e7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f75268a01583e1804786e472227c8584aeb11d38e9de544207cb77e36540b23 [INFO] running `Command { std: "docker" "start" "-a" "1f75268a01583e1804786e472227c8584aeb11d38e9de544207cb77e36540b23", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.156 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling lexical-util v0.8.5 [INFO] [stderr] Compiling bytes v1.7.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling arrow-schema v52.2.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling bytemuck v1.17.0 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Compiling syn v2.0.75 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling safe_arch v0.7.2 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling snap v1.1.1 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling wide v0.7.28 [INFO] [stderr] Compiling pyo3-build-config v0.22.2 [INFO] [stderr] Compiling flatbuffers v24.3.25 [INFO] [stderr] Compiling brotli-decompressor v4.0.1 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling lexical-write-integer v0.8.5 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling cc v1.1.13 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling lexical-parse-float v0.8.5 [INFO] [stderr] Compiling lexical-write-float v0.8.5 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling simba v0.9.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling flate2 v1.0.31 [INFO] [stderr] Compiling lexical-core v0.8.5 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling hamming v0.1.3 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling integer-encoding v3.0.4 [INFO] [stderr] Compiling primal-bit v0.3.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling thrift v0.17.0 [INFO] [stderr] Compiling brotli v6.0.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling lz4_flex v0.11.3 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling pyo3-ffi v0.22.2 [INFO] [stderr] Compiling pyo3-macros-backend v0.22.2 [INFO] [stderr] Compiling pyo3 v0.22.2 [INFO] [stderr] Compiling zstd-sys v2.0.12+zstd.1.5.6 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling lz4-sys v1.10.0 [INFO] [stderr] Compiling arrow-buffer v52.2.0 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling xz2 v0.1.7 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling trait-set v0.3.0 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling unindent v0.2.3 [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Compiling arrow-data v52.2.0 [INFO] [stderr] Compiling primal-estimate v0.3.3 [INFO] [stderr] Compiling downcast v0.11.0 [INFO] [stderr] Compiling lru v0.10.1 [INFO] [stderr] Compiling primal-sieve v0.3.7 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling sphrs v0.2.2 [INFO] [stderr] Compiling arrow-array v52.2.0 [INFO] [stderr] Compiling typed-builder-macro v0.19.1 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] error: could not compile `simba` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b83b707f97d809763b7861afa7638871f3339a33/bin/rustc --crate-name simba --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simba-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="wide"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cordic", "decimal", "default", "fixed", "libm", "libm_force", "partial_fixed_point_support", "portable_simd", "rand", "rkyv", "rkyv-serialize", "serde", "serde_serialize", "std", "wide"))' -C metadata=970559d8a5f04256 -C extra-filename=-fb1cfe033d9ccbf4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-61778df8545202e3.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-646eccfc4d842824.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-0fc677e4164f53eb.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-de6dfd786916684a.so --extern wide=/opt/rustwide/target/debug/deps/libwide-6821b11da4c93633.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1f75268a01583e1804786e472227c8584aeb11d38e9de544207cb77e36540b23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f75268a01583e1804786e472227c8584aeb11d38e9de544207cb77e36540b23", kill_on_drop: false }` [INFO] [stdout] 1f75268a01583e1804786e472227c8584aeb11d38e9de544207cb77e36540b23