[INFO] cloning repository https://github.com/jamesThompson2805/Fourth-Year-Project
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jamesThompson2805/Fourth-Year-Project" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjamesThompson2805%2FFourth-Year-Project", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjamesThompson2805%2FFourth-Year-Project'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fd414e7d6295f3f5fbd49b5bd456e93381ddda9d
[INFO] testing jamesThompson2805/Fourth-Year-Project against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjamesThompson2805%2FFourth-Year-Project" "/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/jamesThompson2805/Fourth-Year-Project
[INFO] finished tweaking git repo https://github.com/jamesThompson2805/Fourth-Year-Project
[INFO] tweaked toml for git repo https://github.com/jamesThompson2805/Fourth-Year-Project written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jamesThompson2805/Fourth-Year-Project on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jamesThompson2805/Fourth-Year-Project 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" "+beta-2026-03-05" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2241f1f2ef12f9ef645dc3a56606a0899b85cf6b0ea79c13a7197601b5652362
[INFO] running `Command { std: "docker" "start" "-a" "2241f1f2ef12f9ef645dc3a56606a0899b85cf6b0ea79c13a7197601b5652362", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2241f1f2ef12f9ef645dc3a56606a0899b85cf6b0ea79c13a7197601b5652362", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2241f1f2ef12f9ef645dc3a56606a0899b85cf6b0ea79c13a7197601b5652362", kill_on_drop: false }`
[INFO] [stdout] 2241f1f2ef12f9ef645dc3a56606a0899b85cf6b0ea79c13a7197601b5652362
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f65842da9bb5d82f0d140ef5e91c442227a6308c7dc9c17cf65733d46d8ea1d9
[INFO] running `Command { std: "docker" "start" "-a" "f65842da9bb5d82f0d140ef5e91c442227a6308c7dc9c17cf65733d46d8ea1d9", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling endian-type v0.2.0
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling radix_trie v0.3.0
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling nalgebra v0.34.1
[INFO] [stderr]    Compiling code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.45s
[INFO] running `Command { std: "docker" "inspect" "f65842da9bb5d82f0d140ef5e91c442227a6308c7dc9c17cf65733d46d8ea1d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f65842da9bb5d82f0d140ef5e91c442227a6308c7dc9c17cf65733d46d8ea1d9", kill_on_drop: false }`
[INFO] [stdout] f65842da9bb5d82f0d140ef5e91c442227a6308c7dc9c17cf65733d46d8ea1d9
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f680a0271b4ad5530bfc37c7d5f666e1d012e96da3368282a394a2d3abef895c
[INFO] running `Command { std: "docker" "start" "-a" "f680a0271b4ad5530bfc37c7d5f666e1d012e96da3368282a394a2d3abef895c", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling endian-type v0.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling radix_trie v0.3.0
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling nalgebra v0.34.1
[INFO] [stderr]    Compiling code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 41.36s
[INFO] running `Command { std: "docker" "inspect" "f680a0271b4ad5530bfc37c7d5f666e1d012e96da3368282a394a2d3abef895c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f680a0271b4ad5530bfc37c7d5f666e1d012e96da3368282a394a2d3abef895c", kill_on_drop: false }`
[INFO] [stdout] f680a0271b4ad5530bfc37c7d5f666e1d012e96da3368282a394a2d3abef895c
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 130c60cbfda1217f9d3f35a623afb8dcd7f386e048f6321e5e32a204f34393ab
[INFO] running `Command { std: "docker" "start" "-a" "130c60cbfda1217f9d3f35a623afb8dcd7f386e048f6321e5e32a204f34393ab", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.44s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/code-a6fa5a5b98236f2d)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test parsing::tests::test_parsing_rationals ... ok
[INFO] [stdout] test projections::tests::find_all_6_3_partitions_with_dist_casimir ... ok
[INFO] [stdout] test projections::tests::find_casimir_2_2 ... ok
[INFO] [stdout] test projections::tests::find_casimir_eigenval_3_3 ... ok
[INFO] [stdout] test projections::tests::find_partitions_11_le_4 ... ok
[INFO] [stdout] test projections::tests::test_pbw_reduce_nontrivials ... ok
[INFO] [stdout] test projections::tests::find_partitions_11_4 ... ok
[INFO] [stdout] test projections::tests::test_pbw_reduce_trivials ... ok
[INFO] [stdout] test transformations::matrix::tests::eij_prod_input_test ... ok
[INFO] [stdout] test projections::tests::test_projection_example_4_14_1_slow ... ok
[INFO] [stdout] test transformations::matrix::tests::test_apply_poly_on_program ... ok
[INFO] [stdout] test transformations::matrix::tests::get_all_sub_transforms_test ... ok
[INFO] [stdout] test transformations::matrix::tests::eij_prod_slp_test ... ok
[INFO] [stdout] test transformations::matrix::tests::eij_trie_test ... ok
[INFO] [stdout] test transformations::matrix::tests::eij_prod_mult_test ... ok
[INFO] [stdout] test transformations::basis_element::tests::apply_x_i_test ... ok
[INFO] [stdout] test transformations::matrix::tests::eij_prod_addition_test ... ok
[INFO] [stdout] test projections::tests::test_apply_casimir_on_program ... ok
[INFO] [stdout] test projections::tests::test_casimir_prod_sorting ... ok
[INFO] [stdout] test projections::tests::test_projection_to_example_5_4_slow ... ok
[INFO] [stdout] test projections::tests::test_apply_casimir_on_program_reduced ... ok
[INFO] [stderr] error: test failed, to rerun pass `--bin code`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/code-a6fa5a5b98236f2d` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "130c60cbfda1217f9d3f35a623afb8dcd7f386e048f6321e5e32a204f34393ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "130c60cbfda1217f9d3f35a623afb8dcd7f386e048f6321e5e32a204f34393ab", kill_on_drop: false }`
[INFO] [stdout] 130c60cbfda1217f9d3f35a623afb8dcd7f386e048f6321e5e32a204f34393ab
