[INFO] fetching crate curve25519-dalek-derive-arcium-fork 0.1.1... [INFO] checking curve25519-dalek-derive-arcium-fork-0.1.1 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate curve25519-dalek-derive-arcium-fork 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate curve25519-dalek-derive-arcium-fork 0.1.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate curve25519-dalek-derive-arcium-fork 0.1.1 [INFO] tweaked toml for crates.io crate curve25519-dalek-derive-arcium-fork 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate curve25519-dalek-derive-arcium-fork 0.1.1 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate curve25519-dalek-derive-arcium-fork 0.1.1 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 353e3defabbf5612600a057b32a2501267cb52e684cdaea79b4d9e3b7556535a [INFO] running `Command { std: "docker" "start" "-a" "353e3defabbf5612600a057b32a2501267cb52e684cdaea79b4d9e3b7556535a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "353e3defabbf5612600a057b32a2501267cb52e684cdaea79b4d9e3b7556535a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "353e3defabbf5612600a057b32a2501267cb52e684cdaea79b4d9e3b7556535a", kill_on_drop: false }` [INFO] [stdout] 353e3defabbf5612600a057b32a2501267cb52e684cdaea79b4d9e3b7556535a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32915a96a829634111149e4ffe9581c4d16256db3ec95098bbf88f7a2699dafd [INFO] running `Command { std: "docker" "start" "-a" "32915a96a829634111149e4ffe9581c4d16256db3ec95098bbf88f7a2699dafd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Checking unicode-ident v1.0.18 [INFO] [stderr] Checking quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking curve25519-dalek-derive-arcium-fork v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0428]: the name `CONST` is defined multiple times [INFO] [stdout] --> tests/tests.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 92 | const CONST: u32 = 1; [INFO] [stdout] | --------------------- previous definition of the value `CONST` here [INFO] [stdout] ... [INFO] [stdout] 95 | const CONST: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `CONST` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `CONST` must be defined only once in the value namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0428]: the name `IS_AVX2` is defined multiple times [INFO] [stdout] --> tests/tests.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 102 | const IS_AVX2: bool = false; [INFO] [stdout] | ---------------------------- previous definition of the value `IS_AVX2` here [INFO] [stdout] ... [INFO] [stdout] 105 | const IS_AVX2: bool = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `IS_AVX2` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `IS_AVX2` must be defined only once in the value namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: compile_error! takes 1 argument [INFO] [stdout] --> tests/tests.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | compile_error!(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `curve25519_dalek_derive` [INFO] [stdout] --> tests/tests.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use curve25519_dalek_derive::{unsafe_target_feature, unsafe_target_feature_specialize}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek_derive` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `curve25519_dalek_derive`, use `cargo add curve25519_dalek_derive` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `for_target_feature` in this scope [INFO] [stdout] --> tests/tests.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | #[for_target_feature("sse2")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `target_feature` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `for_target_feature` in this scope [INFO] [stdout] --> tests/tests.rs:94:7 [INFO] [stdout] | [INFO] [stdout] 94 | #[for_target_feature("avx2")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `target_feature` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `for_target_feature` in this scope [INFO] [stdout] --> tests/tests.rs:101:7 [INFO] [stdout] | [INFO] [stdout] 101 | #[for_target_feature("sse2")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `target_feature` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `for_target_feature` in this scope [INFO] [stdout] --> tests/tests.rs:104:7 [INFO] [stdout] | [INFO] [stdout] 104 | #[for_target_feature("avx2")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `target_feature` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `inner_spec_sse2` [INFO] [stdout] --> tests/tests.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | assert_eq!(inner_spec_sse2::spec_function(10, 3), 6); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `inner_spec_sse2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `inner_spec_sse2`, use `cargo add inner_spec_sse2` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `inner_spec_avx2` [INFO] [stdout] --> tests/tests.rs:140:16 [INFO] [stdout] | [INFO] [stdout] 140 | assert_eq!(inner_spec_avx2::spec_function(10, 3), 5); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `inner_spec_avx2` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `inner_spec_avx2`, use `cargo add inner_spec_avx2` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0428, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0428`. [INFO] [stdout] [INFO] [stderr] error: could not compile `curve25519-dalek-derive-arcium-fork` (test "tests") due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "32915a96a829634111149e4ffe9581c4d16256db3ec95098bbf88f7a2699dafd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32915a96a829634111149e4ffe9581c4d16256db3ec95098bbf88f7a2699dafd", kill_on_drop: false }` [INFO] [stdout] 32915a96a829634111149e4ffe9581c4d16256db3ec95098bbf88f7a2699dafd