[INFO] fetching crate colsol 1.0.0... [INFO] checking colsol-1.0.0 against try#ccf408f4326a858c00dd845a64a86b16f360a801 for pr-129466-2 [INFO] extracting crate colsol 1.0.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate colsol 1.0.0 on toolchain ccf408f4326a858c00dd845a64a86b16f360a801 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate colsol 1.0.0 [INFO] finished tweaking crates.io crate colsol 1.0.0 [INFO] tweaked toml for crates.io crate colsol 1.0.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate colsol 1.0.0 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" "+ccf408f4326a858c00dd845a64a86b16f360a801" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0310542c319e3002b7e364053c1a41130aff856c2d0362aac24086bdf21520f [INFO] running `Command { std: "docker" "start" "-a" "b0310542c319e3002b7e364053c1a41130aff856c2d0362aac24086bdf21520f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0310542c319e3002b7e364053c1a41130aff856c2d0362aac24086bdf21520f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0310542c319e3002b7e364053c1a41130aff856c2d0362aac24086bdf21520f", kill_on_drop: false }` [INFO] [stdout] b0310542c319e3002b7e364053c1a41130aff856c2d0362aac24086bdf21520f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 613d7a7015163da40f294fbae3e59cb0838c40cf30928b6eda6a9d29b066639e [INFO] running `Command { std: "docker" "start" "-a" "613d7a7015163da40f294fbae3e59cb0838c40cf30928b6eda6a9d29b066639e", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Checking colsol v1.0.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/tests/test_colsol.rs (1 fix) [INFO] [stderr] Migrating src/main.rs from 2021 edition to 2024 [INFO] [stdout] error[E0425]: cannot find function `factorization` in this scope [INFO] [stdout] --> src/tests/test_colsol.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | factorization(&mut a_1, nn_1, &maxa_1)?; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 3 + use crate::factorization; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `factorization` in this scope [INFO] [stdout] --> src/tests/test_colsol.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | factorization(&mut a_2, nn_2, &maxa_2)?; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 3 + use crate::factorization; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `factorization` in this scope [INFO] [stdout] --> src/tests/test_colsol.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | factorization(&mut a_3, nn_3, &maxa_3)?; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 3 + use crate::factorization; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `factorization` in this scope [INFO] [stdout] --> src/tests/test_colsol.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | factorization(&mut a_1, nn_1, &maxa_1)?; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 3 + use crate::factorization; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `find_unknown` in this scope [INFO] [stdout] --> src/tests/test_colsol.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | find_unknown(&a_1, &mut v_1, nn_1, &maxa_1); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 3 + use crate::find_unknown; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `colsol` (lib test) due to 10 previous errors [INFO] [stdout] error[E0425]: cannot find function `factorization` in this scope [INFO] [stdout] --> src/tests/test_colsol.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | factorization(&mut a_2, nn_2, &maxa_2)?; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 3 + use crate::factorization; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0425]: cannot find function `find_unknown` in this scope [INFO] [stdout] --> src/tests/test_colsol.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | find_unknown(&a_2, &mut v_2, nn_2, &maxa_2); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 3 + use crate::find_unknown; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `factorization` in this scope [INFO] [stdout] --> src/tests/test_colsol.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | factorization(&mut a_3, nn_3, &maxa_3)?; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 3 + use crate::factorization; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `find_unknown` in this scope [INFO] [stdout] --> src/tests/test_colsol.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | find_unknown(&a_3, &mut v_3, nn_3, &maxa_3); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 3 + use crate::find_unknown; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "613d7a7015163da40f294fbae3e59cb0838c40cf30928b6eda6a9d29b066639e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "613d7a7015163da40f294fbae3e59cb0838c40cf30928b6eda6a9d29b066639e", kill_on_drop: false }` [INFO] [stdout] 613d7a7015163da40f294fbae3e59cb0838c40cf30928b6eda6a9d29b066639e