[INFO] fetching crate frame-system 2.0.0... [INFO] checking frame-system-2.0.0 against beta for pr-78714 [INFO] extracting crate frame-system 2.0.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate frame-system 2.0.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate frame-system 2.0.0 [INFO] finished tweaking crates.io crate frame-system 2.0.0 [INFO] tweaked toml for crates.io crate frame-system 2.0.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45e34e027ec79f36440e7521186b89d1a61c910a83c0217ace3d61ca60768ee4 [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" "45e34e027ec79f36440e7521186b89d1a61c910a83c0217ace3d61ca60768ee4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45e34e027ec79f36440e7521186b89d1a61c910a83c0217ace3d61ca60768ee4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45e34e027ec79f36440e7521186b89d1a61c910a83c0217ace3d61ca60768ee4", kill_on_drop: false }` [INFO] [stdout] 45e34e027ec79f36440e7521186b89d1a61c910a83c0217ace3d61ca60768ee4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd58a9a3f9fe7d5c54074a527b24f424f0eab430313ae1e654ba9a3aa1a58e47 [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" "bd58a9a3f9fe7d5c54074a527b24f424f0eab430313ae1e654ba9a3aa1a58e47", kill_on_drop: false }` [INFO] [stderr] Checking frame-system v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sp_externalities` [INFO] [stdout] --> src/tests.rs:324:16 [INFO] [stdout] | [INFO] [stdout] 324 | _: &mut dyn sp_externalities::Externalities, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `sp_externalities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `substrate_test_runtime_client` [INFO] [stdout] --> src/tests.rs:364:17 [INFO] [stdout] | [INFO] [stdout] 364 | let executor = substrate_test_runtime_client::new_native_executor(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `substrate_test_runtime_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `substrate_test_runtime_client` [INFO] [stdout] --> src/tests.rs:371:4 [INFO] [stdout] | [INFO] [stdout] 371 | substrate_test_runtime_client::runtime::wasm_binary_unwrap().to_vec(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `substrate_test_runtime_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `substrate_test_runtime_client` [INFO] [stdout] --> src/tests.rs:387:17 [INFO] [stdout] | [INFO] [stdout] 387 | let executor = substrate_test_runtime_client::new_native_executor(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `substrate_test_runtime_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `substrate_test_runtime_client` [INFO] [stdout] --> src/tests.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | substrate_test_runtime_client::runtime::wasm_binary_unwrap().to_vec() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `substrate_test_runtime_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `frame-system` [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" "bd58a9a3f9fe7d5c54074a527b24f424f0eab430313ae1e654ba9a3aa1a58e47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd58a9a3f9fe7d5c54074a527b24f424f0eab430313ae1e654ba9a3aa1a58e47", kill_on_drop: false }` [INFO] [stdout] bd58a9a3f9fe7d5c54074a527b24f424f0eab430313ae1e654ba9a3aa1a58e47