[INFO] fetching crate salty 0.2.0-alpha.2... [INFO] checking salty-0.2.0-alpha.2 against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] extracting crate salty 0.2.0-alpha.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate salty 0.2.0-alpha.2 on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/.cargo/config [INFO] started tweaking crates.io crate salty 0.2.0-alpha.2 [INFO] finished tweaking crates.io crate salty 0.2.0-alpha.2 [INFO] tweaked toml for crates.io crate salty 0.2.0-alpha.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1e6394fe5b45e6b60ae7ac7898053716fe69fe0c54b79403444db768444d638e [INFO] running `Command { std: "docker" "start" "-a" "1e6394fe5b45e6b60ae7ac7898053716fe69fe0c54b79403444db768444d638e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e6394fe5b45e6b60ae7ac7898053716fe69fe0c54b79403444db768444d638e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e6394fe5b45e6b60ae7ac7898053716fe69fe0c54b79403444db768444d638e", kill_on_drop: false }` [INFO] [stdout] 1e6394fe5b45e6b60ae7ac7898053716fe69fe0c54b79403444db768444d638e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afaae93d7e944d2b234559b872871ce8774ad8c7a52fd12b73e70729f02de540 [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" "afaae93d7e944d2b234559b872871ce8774ad8c7a52fd12b73e70729f02de540", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling salty v0.2.0-alpha.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking zeroize v1.3.0 [INFO] [stderr] Compiling hex-literal-impl v0.2.2 [INFO] [stderr] Checking hex-literal v0.2.1 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wycheproof` [INFO] [stdout] --> tests/wycheproof_x25519.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | use wycheproof::wycheproof::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `wycheproof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wycheproof` [INFO] [stdout] --> tests/wycheproof_eddsa.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | use wycheproof::wycheproof::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `wycheproof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wycheproof_gen` [INFO] [stdout] --> tests/wycheproof_eddsa.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | use wycheproof_gen::test_wycheproof; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `wycheproof_gen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wycheproof_gen` [INFO] [stdout] --> tests/wycheproof_x25519.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | use wycheproof_gen::test_wycheproof; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `wycheproof_gen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test_wycheproof` [INFO] [stdout] --> tests/wycheproof_x25519.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[test_wycheproof("tests/x25519_test.json", "xdh_comp_schema.json")] [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 `test_wycheproof` [INFO] [stdout] --> tests/wycheproof_eddsa.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[test_wycheproof("tests/eddsa_test.json", "eddsa_verify_schema.json")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExpectedResult` [INFO] [stdout] --> tests/wycheproof_eddsa.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | ExpectedResult::Valid => assert!(valid), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ExpectedResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExpectedResult` [INFO] [stdout] --> tests/wycheproof_eddsa.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | ExpectedResult::Invalid => { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ExpectedResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExpectedResult` [INFO] [stdout] --> tests/wycheproof_eddsa.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | ExpectedResult::Acceptable => assert!(true), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ExpectedResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in this scope [INFO] [stdout] --> tests/wycheproof_eddsa.rs:13:35 [INFO] [stdout] | [INFO] [stdout] 13 | fn eddsa_test_case(test_key: &Key, test_data: &SignatureTestVector) { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SignatureTestVector` in this scope [INFO] [stdout] --> tests/wycheproof_eddsa.rs:13:52 [INFO] [stdout] | [INFO] [stdout] 13 | fn eddsa_test_case(test_key: &Key, test_data: &SignatureTestVector) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExpectedResult` [INFO] [stdout] --> tests/wycheproof_x25519.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | ExpectedResult::Valid => assert!(valid), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ExpectedResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExpectedResult` [INFO] [stdout] --> tests/wycheproof_x25519.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | ExpectedResult::Invalid => assert!(!valid), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ExpectedResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExpectedResult` [INFO] [stdout] --> tests/wycheproof_x25519.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | ExpectedResult::Acceptable => assert!(true), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ExpectedResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `XdhTestVector` in this scope [INFO] [stdout] --> tests/wycheproof_x25519.rs:13:50 [INFO] [stdout] | [INFO] [stdout] 13 | fn x25519_test_case(curve: &str, test_data: &XdhTestVector) { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `salty` [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] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "afaae93d7e944d2b234559b872871ce8774ad8c7a52fd12b73e70729f02de540", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afaae93d7e944d2b234559b872871ce8774ad8c7a52fd12b73e70729f02de540", kill_on_drop: false }` [INFO] [stdout] afaae93d7e944d2b234559b872871ce8774ad8c7a52fd12b73e70729f02de540