[INFO] crate zkp-u256 0.1.1 is already in cache [INFO] checking zkp-u256-0.1.1 against try#6024cfef3a82f9a7688f07054f1650081bad3af5 for pr-74130 [INFO] extracting crate zkp-u256 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate zkp-u256 0.1.1 on toolchain 6024cfef3a82f9a7688f07054f1650081bad3af5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6024cfef3a82f9a7688f07054f1650081bad3af5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate zkp-u256 0.1.1 [INFO] finished tweaking crates.io crate zkp-u256 0.1.1 [INFO] tweaked toml for crates.io crate zkp-u256 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6024cfef3a82f9a7688f07054f1650081bad3af5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6024cfef3a82f9a7688f07054f1650081bad3af5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+6024cfef3a82f9a7688f07054f1650081bad3af5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76a6d7a0e029aaf84935f99a21d45ce39ed9ecc6de1698ef3f49fddfc532bf99 [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" "76a6d7a0e029aaf84935f99a21d45ce39ed9ecc6de1698ef3f49fddfc532bf99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76a6d7a0e029aaf84935f99a21d45ce39ed9ecc6de1698ef3f49fddfc532bf99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76a6d7a0e029aaf84935f99a21d45ce39ed9ecc6de1698ef3f49fddfc532bf99", kill_on_drop: false }` [INFO] [stdout] 76a6d7a0e029aaf84935f99a21d45ce39ed9ecc6de1698ef3f49fddfc532bf99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+6024cfef3a82f9a7688f07054f1650081bad3af5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca3e5057b5b7c6d35c6d449f71b5f423b0f7bc6d59d1a800d859e764080503ef [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" "ca3e5057b5b7c6d35c6d449f71b5f423b0f7bc6d59d1a800d859e764080503ef", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking no-std-compat v0.1.1 [INFO] [stderr] Checking itertools v0.8.2 [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 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `quickcheck` [INFO] [stdout] --> src/u256.rs:853:5 [INFO] [stdout] | [INFO] [stdout] 853 | use quickcheck::{Arbitrary, Gen}; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `quickcheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck_macros` [INFO] [stdout] --> src/division.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | use quickcheck_macros::quickcheck; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `quickcheck_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck_macros` [INFO] [stdout] --> src/gcd.rs:481:9 [INFO] [stdout] | [INFO] [stdout] 481 | use quickcheck_macros::quickcheck; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `quickcheck_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck_macros` [INFO] [stdout] --> src/u256.rs:876:9 [INFO] [stdout] | [INFO] [stdout] 876 | use quickcheck_macros::quickcheck; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `quickcheck_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `quickcheck` [INFO] [stdout] --> src/division.rs:256:7 [INFO] [stdout] | [INFO] [stdout] 256 | #[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/gcd.rs:532:7 [INFO] [stdout] | [INFO] [stdout] 532 | #[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/gcd.rs:586:7 [INFO] [stdout] | [INFO] [stdout] 586 | #[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/gcd.rs:713:7 [INFO] [stdout] | [INFO] [stdout] 713 | #[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/gcd.rs:721:7 [INFO] [stdout] | [INFO] [stdout] 721 | #[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/u256.rs:913:7 [INFO] [stdout] | [INFO] [stdout] 913 | #[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/u256.rs:1140:7 [INFO] [stdout] | [INFO] [stdout] 1140 | #[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/u256.rs:1149:7 [INFO] [stdout] | [INFO] [stdout] 1149 | #[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/u256.rs:1156:7 [INFO] [stdout] | [INFO] [stdout] 1156 | #[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/u256.rs:1164:7 [INFO] [stdout] | [INFO] [stdout] 1164 | #[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/u256.rs:1172:7 [INFO] [stdout] | [INFO] [stdout] 1172 | #[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/u256.rs:1180:7 [INFO] [stdout] | [INFO] [stdout] 1180 | #[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 16 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-u256`. [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" "ca3e5057b5b7c6d35c6d449f71b5f423b0f7bc6d59d1a800d859e764080503ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca3e5057b5b7c6d35c6d449f71b5f423b0f7bc6d59d1a800d859e764080503ef", kill_on_drop: false }` [INFO] [stdout] ca3e5057b5b7c6d35c6d449f71b5f423b0f7bc6d59d1a800d859e764080503ef