[INFO] crate pallet-session 2.0.0-alpha.3 is already in cache [INFO] checking pallet-session-2.0.0-alpha.3 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate pallet-session 2.0.0-alpha.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate pallet-session 2.0.0-alpha.3 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pallet-session 2.0.0-alpha.3 [INFO] finished tweaking crates.io crate pallet-session 2.0.0-alpha.3 [INFO] tweaked toml for crates.io crate pallet-session 2.0.0-alpha.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 92cb04b34fc730fa3e89077b8b675f09e822a3b8e38bf06bb36702f9368351df [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "92cb04b34fc730fa3e89077b8b675f09e822a3b8e38bf06bb36702f9368351df"` [INFO] [stderr] Checking zeroize v1.1.0 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking libsecp256k1 v0.3.5 [INFO] [stderr] Compiling sp-runtime-interface-proc-macro v2.0.0-alpha.3 [INFO] [stderr] Checking parity-scale-codec v1.2.0 [INFO] [stderr] Compiling frame-support-procedural v2.0.0-alpha.3 [INFO] [stderr] Checking wasm-timer v0.2.4 [INFO] [stderr] Checking merlin v1.3.0 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [INFO] [stderr] Checking tiny-bip39 v0.7.1 [INFO] [stderr] Checking schnorrkel v0.8.5 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Checking substrate-bip39 v0.3.1 [INFO] [stderr] Checking impl-codec v0.4.2 [INFO] [stderr] Checking sp-wasm-interface v2.0.0-alpha.3 [INFO] [stderr] Checking sp-arithmetic v2.0.0-alpha.3 [INFO] [stderr] Checking primitive-types v0.6.2 [INFO] [stderr] Checking parity-util-mem v0.5.1 [INFO] [stderr] Checking sp-runtime-interface v2.0.0-alpha.3 [INFO] [stderr] Checking memory-db v0.19.0 [INFO] [stderr] Checking sp-core v2.0.0-alpha.3 [INFO] [stderr] Checking sp-trie v2.0.0-alpha.3 [INFO] [stderr] Checking sp-inherents v2.0.0-alpha.3 [INFO] [stderr] Checking frame-metadata v11.0.0-alpha.3 [INFO] [stderr] Checking sp-state-machine v0.8.0-alpha.3 [INFO] [stderr] Checking sp-io v2.0.0-alpha.3 [INFO] [stderr] Checking sp-application-crypto v2.0.0-alpha.3 [INFO] [stderr] Checking sp-runtime v2.0.0-alpha.3 [INFO] [stderr] Checking sp-version v2.0.0-alpha.3 [INFO] [stderr] Checking frame-support v2.0.0-alpha.3 [INFO] [stderr] Checking sp-staking v2.0.0-alpha.3 [INFO] [stderr] Checking sp-api v2.0.0-alpha.3 [INFO] [stderr] Checking sp-timestamp v2.0.0-alpha.3 [INFO] [stderr] Checking frame-benchmarking v2.0.0-alpha.3 [INFO] [stderr] Checking frame-system v2.0.0-alpha.3 [INFO] [stderr] Checking pallet-timestamp v2.0.0-alpha.3 [INFO] [stderr] Checking pallet-session v2.0.0-alpha.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_core` [INFO] [stderr] --> src/mock.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use sp_core::{crypto::key_types::DUMMY, H256}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_core` [INFO] [stderr] --> src/historical.rs:307:6 [INFO] [stderr] | [INFO] [stderr] 307 | use sp_core::crypto::key_types::DUMMY; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sp_core` [INFO] [stderr] --> src/lib.rs:742:6 [INFO] [stderr] | [INFO] [stderr] 742 | use sp_core::crypto::key_types::DUMMY; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sp_core` [INFO] [stderr] --> src/mock.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use sp_core::{crypto::key_types::DUMMY, H256}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `sp_core` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DUMMY` in this scope [INFO] [stderr] --> src/mock.rs:80:46 [INFO] [stderr] | [INFO] [stderr] 80 | .map(|(_, id)| id.get::(DUMMY).unwrap_or_default()) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 19 | use sp_runtime::key_types::DUMMY; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DUMMY` in this scope [INFO] [stderr] --> src/historical.rs:337:35 [INFO] [stderr] | [INFO] [stderr] 337 | let proof = Historical::prove((DUMMY, &encoded_key_1[..])).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 306 | use sp_runtime::key_types::DUMMY; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DUMMY` in this scope [INFO] [stderr] --> src/historical.rs:340:37 [INFO] [stderr] | [INFO] [stderr] 340 | assert!(Historical::check_proof((DUMMY, &encoded_key_1[..]), proof.clone()).is_some()); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 306 | use sp_runtime::key_types::DUMMY; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DUMMY` in this scope [INFO] [stderr] --> src/historical.rs:352:37 [INFO] [stderr] | [INFO] [stderr] 352 | assert!(Historical::check_proof((DUMMY, &encoded_key_1[..]), proof.clone()).is_some()); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 306 | use sp_runtime::key_types::DUMMY; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DUMMY` in this scope [INFO] [stderr] --> src/lib.rs:789:13 [INFO] [stderr] | [INFO] [stderr] 789 | let id = DUMMY; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 740 | use sp_runtime::key_types::DUMMY; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `pallet-session`. [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 `"docker" "inspect" "92cb04b34fc730fa3e89077b8b675f09e822a3b8e38bf06bb36702f9368351df"` [INFO] running `"docker" "rm" "-f" "92cb04b34fc730fa3e89077b8b675f09e822a3b8e38bf06bb36702f9368351df"` [INFO] [stdout] 92cb04b34fc730fa3e89077b8b675f09e822a3b8e38bf06bb36702f9368351df