[INFO] crate sc-executor 0.8.0-alpha.3 is already in cache [INFO] checking sc-executor-0.8.0-alpha.3 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate sc-executor 0.8.0-alpha.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate sc-executor 0.8.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 sc-executor 0.8.0-alpha.3 [INFO] finished tweaking crates.io crate sc-executor 0.8.0-alpha.3 [INFO] tweaked toml for crates.io crate sc-executor 0.8.0-alpha.3 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2f5c0fc1b89d88f8988a7a8efa519b74a90cbd7aeda833469bc59fb60310983b [INFO] running `"docker" "start" "-a" "2f5c0fc1b89d88f8988a7a8efa519b74a90cbd7aeda833469bc59fb60310983b"` [INFO] [stderr] Checking parity-util-mem v0.5.2 [INFO] [stderr] Checking sp-core v2.0.0-alpha.3 [INFO] [stderr] Checking memory-db v0.19.0 [INFO] [stderr] Checking sp-trie v2.0.0-alpha.3 [INFO] [stderr] Checking sp-allocator v2.0.0-alpha.3 [INFO] [stderr] Checking sp-inherents v2.0.0-alpha.3 [INFO] [stderr] Checking sc-executor-common v0.8.0-alpha.3 [INFO] [stderr] Checking sp-state-machine v0.8.0-alpha.3 [INFO] [stderr] Checking sc-executor-wasmi 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 sc-executor v0.8.0-alpha.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `sc_runtime_test` [INFO] [stderr] --> src/lib.rs:120:6 [INFO] [stderr] | [INFO] [stderr] 120 | use sc_runtime_test::WASM_BINARY; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `sc_runtime_test` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use test_case::test_case; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `test_case` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `wabt` [INFO] [stderr] --> src/integration_tests/sandbox.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use wabt; [INFO] [stderr] | ^^^^ no `wabt` external crate [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hex_literal` [INFO] [stderr] --> src/integration_tests/mod.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use hex_literal::hex; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `hex_literal` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sc_runtime_test` [INFO] [stderr] --> src/integration_tests/mod.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | use sc_runtime_test::WASM_BINARY; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `sc_runtime_test` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `sp_state_machine` [INFO] [stderr] --> src/integration_tests/mod.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use sp_state_machine::TestExternalities as CoreTestExternalities; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `sp_state_machine` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | use test_case::test_case; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `test_case` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:24:3 [INFO] [stderr] | [INFO] [stderr] 24 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:62:3 [INFO] [stderr] | [INFO] [stderr] 62 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:89:3 [INFO] [stderr] | [INFO] [stderr] 89 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:133:3 [INFO] [stderr] | [INFO] [stderr] 133 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:173:3 [INFO] [stderr] | [INFO] [stderr] 173 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:201:3 [INFO] [stderr] | [INFO] [stderr] 201 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:227:3 [INFO] [stderr] | [INFO] [stderr] 227 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:247:3 [INFO] [stderr] | [INFO] [stderr] 247 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:276:3 [INFO] [stderr] | [INFO] [stderr] 276 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/sandbox.rs:306:3 [INFO] [stderr] | [INFO] [stderr] 306 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:54:3 [INFO] [stderr] | [INFO] [stderr] 54 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:69:3 [INFO] [stderr] | [INFO] [stderr] 69 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:98:3 [INFO] [stderr] | [INFO] [stderr] 98 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:127:3 [INFO] [stderr] | [INFO] [stderr] 127 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:158:3 [INFO] [stderr] | [INFO] [stderr] 158 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:188:3 [INFO] [stderr] | [INFO] [stderr] 188 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:222:3 [INFO] [stderr] | [INFO] [stderr] 222 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:247:3 [INFO] [stderr] | [INFO] [stderr] 247 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:272:3 [INFO] [stderr] | [INFO] [stderr] 272 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `hex` [INFO] [stderr] --> src/integration_tests/mod.rs:285:3 [INFO] [stderr] | [INFO] [stderr] 285 | hex!("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855") [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `hex` [INFO] [stderr] --> src/integration_tests/mod.rs:297:3 [INFO] [stderr] | [INFO] [stderr] 297 | hex!("c0535e4be2b79ffd93291305436bf889314e4a3faec05ecffcbb7df31ad9e51a") [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:303:3 [INFO] [stderr] | [INFO] [stderr] 303 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `hex` [INFO] [stderr] --> src/integration_tests/mod.rs:315:3 [INFO] [stderr] | [INFO] [stderr] 315 | hex!( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `hex` [INFO] [stderr] --> src/integration_tests/mod.rs:326:3 [INFO] [stderr] | [INFO] [stderr] 326 | hex!( [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:332:3 [INFO] [stderr] | [INFO] [stderr] 332 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `hex` [INFO] [stderr] --> src/integration_tests/mod.rs:344:3 [INFO] [stderr] | [INFO] [stderr] 344 | hex!("99e9d85137db46ef4bbea33613baafd5").to_vec().encode(), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `hex` [INFO] [stderr] --> src/integration_tests/mod.rs:353:3 [INFO] [stderr] | [INFO] [stderr] 353 | hex!("b27dfd7f223f177f2a13647b533599af").to_vec().encode(), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:357:3 [INFO] [stderr] | [INFO] [stderr] 357 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:394:3 [INFO] [stderr] | [INFO] [stderr] 394 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:431:3 [INFO] [stderr] | [INFO] [stderr] 431 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:447:3 [INFO] [stderr] | [INFO] [stderr] 447 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:467:3 [INFO] [stderr] | [INFO] [stderr] 467 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:498:3 [INFO] [stderr] | [INFO] [stderr] 498 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:516:3 [INFO] [stderr] | [INFO] [stderr] 516 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:541:3 [INFO] [stderr] | [INFO] [stderr] 541 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test_case` [INFO] [stderr] --> src/integration_tests/mod.rs:569:3 [INFO] [stderr] | [INFO] [stderr] 569 | #[test_case(WasmExecutionMethod::Interpreted)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `substrate_test_runtime` [INFO] [stderr] --> src/native_executor.rs:372:3 [INFO] [stderr] | [INFO] [stderr] 372 | substrate_test_runtime::api::dispatch, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `substrate_test_runtime` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `substrate_test_runtime` [INFO] [stderr] --> src/native_executor.rs:373:3 [INFO] [stderr] | [INFO] [stderr] 373 | substrate_test_runtime::native_version, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `substrate_test_runtime` [INFO] [stderr] [INFO] [stderr] error: aborting due to 45 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `sc-executor`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2f5c0fc1b89d88f8988a7a8efa519b74a90cbd7aeda833469bc59fb60310983b"` [INFO] running `"docker" "rm" "-f" "2f5c0fc1b89d88f8988a7a8efa519b74a90cbd7aeda833469bc59fb60310983b"` [INFO] [stdout] 2f5c0fc1b89d88f8988a7a8efa519b74a90cbd7aeda833469bc59fb60310983b