[INFO] cloning repository https://github.com/kitizz/multicool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kitizz/multicool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkitizz%2Fmulticool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkitizz%2Fmulticool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b80d7f6b7da4c43daad3ea7eb3d57ccbf3370d0
[INFO] testing kitizz/multicool against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkitizz%2Fmulticool" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kitizz/multicool
[INFO] finished tweaking git repo https://github.com/kitizz/multicool
[INFO] tweaked toml for git repo https://github.com/kitizz/multicool written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kitizz/multicool on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kitizz/multicool 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6
[INFO] running `Command { std: "docker" "start" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling fmtastic v0.2.1
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling snafu v0.8.9
[INFO] [stderr]    Compiling nalgebra v0.34.1
[INFO] [stderr]    Compiling multicool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.69s
[INFO] running `Command { std: "docker" "inspect" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling jiff v0.2.16
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling assertables v9.8.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling criterion-plot v0.8.1
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling criterion v0.8.1
[INFO] [stderr]    Compiling nalgebra v0.34.1
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling multicool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 34.13s
[INFO] running `Command { std: "docker" "inspect" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/multicool-4073bd66313d38d1)
[INFO] [stdout] 
[INFO] [stdout] running 42 tests
[INFO] [stdout] test bezier_surface::tests::bezier_eval_quadratic ... ok
[INFO] [stdout] test bezier_surface::tests::bezier_eval_linear ... ok
[INFO] [stdout] test bezier_surface::tests::de_casteljau_lower_linear ... ok
[INFO] [stdout] test bezier_surface::tests::de_casteljau_lower_quadratic ... ok
[INFO] [stdout] test bezier_surface::tests::de_casteljau_subsection_quadratic ... ok
[INFO] [stdout] test bezier_surface::tests::de_casteljau_upper_linear ... ok
[INFO] [stdout] test bezier_surface::tests::de_casteljau_upper_quadratic ... ok
[INFO] [stdout] test bezier_surface::tests::index_mapping ... ok
[INFO] [stdout] test bezier_surface::tests::surface_eval_quadratic ... ok
[INFO] [stdout] test bezier_surface::tests::surface_subsection_quadratic ... ok
[INFO] [stdout] test binomial::tests::binomial_coefficient_0k_test ... ok
[INFO] [stdout] test binomial::tests::binomial_coefficient_general_test ... ok
[INFO] [stdout] test bezier_surface::tests::surface_eval_grad_cubic_1d ... ok
[INFO] [stdout] test binomial::tests::binomial_product_test ... ok
[INFO] [stdout] test bezier_surface::tests::surface_eval_grad_quadratic_1d ... ok
[INFO] [stdout] test binomial::tests::binomial_coefficient_symmetric_test ... ok
[INFO] [stdout] test gridex::tests::multi_index_iterator_general ... ok
[INFO] [stdout] test monomial::tests::exp_all_le_true ... ok
[INFO] [stdout] test monomial::tests::exp_all_le_false ... ok
[INFO] [stdout] test multivar_poly::tests::bezier_surface_1d_constant ... ok
[INFO] [stdout] test monomial::tests::sub_polys_identity ... ok
[INFO] [stdout] test monomial::tests::build_monomial ... ok
[INFO] [stdout] test binomial::tests::binomial_coefficient_1k_test ... ok
[INFO] [stdout] test multivar_poly::tests::bezier_surface_2d_linear ... ok
[INFO] [stdout] test multivar_poly::tests::bezier_surface_1d_linear_offset_affine ... ok
[INFO] [stdout] test multivar_poly::tests::sub_polys_circle_affine ... ok
[INFO] [stdout] test multivar_poly::tests::bezier_surface_2d_quadratic ... ok
[INFO] [stdout] test multivar_poly_system::tests::system_roots_cross ... ok
[INFO] [stdout] test multivar_poly::tests::bezier_surface_1d_linear ... ok
[INFO] [stdout] test gridex::tests::multi_index_iterator_zero ... ok
[INFO] [stdout] test multivar_poly::tests::eval_circle ... ok
[INFO] [stdout] test monomial::tests::sub_polys_constant ... ok
[INFO] [stdout] test multivar_poly_system::tests::system_roots_lp_circles ... ok
[INFO] [stdout] test multivar_poly_system::tests::system_roots_lp_cross ... ok
[INFO] [stdout] test multivar_poly_system::tests::system_roots_beziers ... ok
[INFO] [stdout] test multivar_poly::tests::sub_polys_linear ... ok
[INFO] [stdout] test multivar_poly::tests::bezier_surface_1d_linear_offset ... ok
[INFO] [stdout] test bezier_surface::tests::surface_eval_grad_2d ... ok
[INFO] [stdout] test bezier_surface::tests::de_casteljau_subsection_linear ... ok
[INFO] [stdout] test multivar_poly_system::tests::system_roots_lp_beziers ... ok
[INFO] [stdout] test multivar_poly_system::tests::system_roots_circles ... ok
[INFO] [stderr]    Doc-tests multicool
[INFO] [stdout] test multivar_poly_system::tests::system_roots_lp_cylinders_3d ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/monomial.rs - monomial::Monomial<V>::sub_polys (line 84) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/monomial.rs - monomial::Monomial<V>::sub_polys (line 84) stdout ----
[INFO] [stdout] error[E0599]: no associated function or constant named `stack_from_monomials` found for struct `MultivarPoly<NUM_VAR>` in the current scope
[INFO] [stdout]   --> src/monomial.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 | let expected = MultivarPoly::stack_from_monomials([
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MultivarPoly<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MultivarPoly<_>` consider using one of the following associated functions:
[INFO] [stdout]       MultivarPoly::<NUM_VAR>::new
[INFO] [stdout]       MultivarPoly::<NUM_VAR>::from_monomials
[INFO] [stdout]   --> src/multivar_poly.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn new() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn from_monomials(monomials: impl IntoIterator<Item = Monomial<NUM_VAR>>) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `from_monomials` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 95 - let expected = MultivarPoly::stack_from_monomials([
[INFO] [stdout] 95 + let expected = MultivarPoly::from_monomials([
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/monomial.rs - monomial::Monomial<V>::sub_polys (line 84)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.25s; merged doctests compilation took 0.10s
[INFO] running `Command { std: "docker" "inspect" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6", kill_on_drop: false }`
[INFO] [stdout] f35c33ab9d0f46e1e4e746a502a08f76961407605916aa807d41f6a6a155a9b6
