[INFO] fetching crate zkp-primefield 0.1.1... [INFO] checking zkp-primefield-0.1.1 against try#b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f for pr-76104 [INFO] extracting crate zkp-primefield 0.1.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate zkp-primefield 0.1.1 on toolchain b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate zkp-primefield 0.1.1 [INFO] finished tweaking crates.io crate zkp-primefield 0.1.1 [INFO] tweaked toml for crates.io crate zkp-primefield 0.1.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab81ff4d741a32f2eb614f3741895410375c5d65e394a6266566d3d5334cc043 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ab81ff4d741a32f2eb614f3741895410375c5d65e394a6266566d3d5334cc043", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab81ff4d741a32f2eb614f3741895410375c5d65e394a6266566d3d5334cc043", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab81ff4d741a32f2eb614f3741895410375c5d65e394a6266566d3d5334cc043", kill_on_drop: false }` [INFO] [stdout] ab81ff4d741a32f2eb614f3741895410375c5d65e394a6266566d3d5334cc043 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76f8ee346818f03be2593db06316158fed5bb43c4e72acd2da4e70497ffaca37 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "76f8ee346818f03be2593db06316158fed5bb43c4e72acd2da4e70497ffaca37", kill_on_drop: false }` [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Checking no-std-compat v0.1.1 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling zkp-macros-lib v0.1.0 [INFO] [stderr] Compiling zkp-macros-impl v0.1.0 [INFO] [stderr] Checking zkp-macros-decl v0.1.0 [INFO] [stderr] Checking zkp-u256 v0.1.1 [INFO] [stderr] Checking zkp-primefield v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `quickcheck` [INFO] [stdout] --> src/field.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | use quickcheck::{Arbitrary, Gen}; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `quickcheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck_macros` [INFO] [stdout] --> src/fft.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | use quickcheck_macros::quickcheck; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `quickcheck_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck_macros` [INFO] [stdout] --> src/field.rs:348:9 [INFO] [stdout] | [INFO] [stdout] 348 | use quickcheck_macros::quickcheck; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `quickcheck_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck_macros` [INFO] [stdout] --> src/montgomery.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | use quickcheck_macros::quickcheck; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `quickcheck_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck_macros` [INFO] [stdout] --> src/square_root.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | use quickcheck_macros::quickcheck; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `quickcheck_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/fft.rs:175:7 [INFO] [stdout] | [INFO] [stdout] 175 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/fft.rs:332:7 [INFO] [stdout] | [INFO] [stdout] 332 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/fft.rs:341:7 [INFO] [stdout] | [INFO] [stdout] 341 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:426:7 [INFO] [stdout] | [INFO] [stdout] 426 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:438:7 [INFO] [stdout] | [INFO] [stdout] 438 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:443:7 [INFO] [stdout] | [INFO] [stdout] 443 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:453:7 [INFO] [stdout] | [INFO] [stdout] 453 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:458:7 [INFO] [stdout] | [INFO] [stdout] 458 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:463:7 [INFO] [stdout] | [INFO] [stdout] 463 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:468:7 [INFO] [stdout] | [INFO] [stdout] 468 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:473:7 [INFO] [stdout] | [INFO] [stdout] 473 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:478:7 [INFO] [stdout] | [INFO] [stdout] 478 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:483:7 [INFO] [stdout] | [INFO] [stdout] 483 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:491:7 [INFO] [stdout] | [INFO] [stdout] 491 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:496:7 [INFO] [stdout] | [INFO] [stdout] 496 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:501:7 [INFO] [stdout] | [INFO] [stdout] 501 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:506:7 [INFO] [stdout] | [INFO] [stdout] 506 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:511:7 [INFO] [stdout] | [INFO] [stdout] 511 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/field.rs:516:7 [INFO] [stdout] | [INFO] [stdout] 516 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/montgomery.rs:224:7 [INFO] [stdout] | [INFO] [stdout] 224 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/square_root.rs:84:7 [INFO] [stdout] | [INFO] [stdout] 84 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/square_root.rs:89:7 [INFO] [stdout] | [INFO] [stdout] 89 | #[quickcheck] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 28 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `zkp-primefield` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "76f8ee346818f03be2593db06316158fed5bb43c4e72acd2da4e70497ffaca37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76f8ee346818f03be2593db06316158fed5bb43c4e72acd2da4e70497ffaca37", kill_on_drop: false }` [INFO] [stdout] 76f8ee346818f03be2593db06316158fed5bb43c4e72acd2da4e70497ffaca37