[INFO] crate sc-transaction-graph 2.0.0-alpha.6 is already in cache [INFO] checking sc-transaction-graph-2.0.0-alpha.6 against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] extracting crate sc-transaction-graph 2.0.0-alpha.6 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate sc-transaction-graph 2.0.0-alpha.6 on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sc-transaction-graph 2.0.0-alpha.6 [INFO] finished tweaking crates.io crate sc-transaction-graph 2.0.0-alpha.6 [INFO] tweaked toml for crates.io crate sc-transaction-graph 2.0.0-alpha.6 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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] 50ab782e28c69e2dfff28e374aaaa8afc47700ca905122bc3c1468f7e3abb8d5 [INFO] running `"docker" "start" "-a" "50ab782e28c69e2dfff28e374aaaa8afc47700ca905122bc3c1468f7e3abb8d5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking hashbrown v0.6.3 [INFO] [stderr] Checking sp-wasm-interface v2.0.0-alpha.6 [INFO] [stderr] Checking sp-arithmetic v2.0.0-alpha.6 [INFO] [stderr] Checking memory-db v0.20.1 [INFO] [stderr] Checking trie-db v0.20.1 [INFO] [stderr] Checking lru v0.4.3 [INFO] [stderr] Checking sp-runtime-interface v2.0.0-alpha.6 [INFO] [stderr] Checking sp-core v2.0.0-alpha.6 [INFO] [stderr] Checking sp-trie v2.0.0-alpha.6 [INFO] [stderr] Checking sp-inherents v2.0.0-alpha.6 [INFO] [stderr] Checking sp-state-machine v0.8.0-alpha.6 [INFO] [stderr] Checking sp-io v2.0.0-alpha.6 [INFO] [stderr] Checking sp-application-crypto v2.0.0-alpha.6 [INFO] [stderr] Checking sp-runtime v2.0.0-alpha.6 [INFO] [stderr] Checking sp-version v2.0.0-alpha.6 [INFO] [stderr] Checking sp-api v2.0.0-alpha.6 [INFO] [stderr] Checking sp-consensus v0.8.0-alpha.6 [INFO] [stderr] Checking sp-block-builder v2.0.0-alpha.6 [INFO] [stderr] Checking sp-transaction-pool v2.0.0-alpha.6 [INFO] [stderr] Checking sp-blockchain v2.0.0-alpha.6 [INFO] [stderr] Checking sc-transaction-graph v2.0.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `codec` [INFO] [stderr] --> src/pool.rs:446:6 [INFO] [stderr] | [INFO] [stderr] 446 | use codec::Encode; [INFO] [stderr] | ^^^^^ help: a similar path exists: `sp_runtime::codec` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `substrate_test_runtime` [INFO] [stderr] --> src/pool.rs:447:6 [INFO] [stderr] | [INFO] [stderr] 447 | use substrate_test_runtime::{Block, Extrinsic, Transfer, H256, AccountId}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `substrate_test_runtime` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `assert_matches` [INFO] [stderr] --> src/pool.rs:448:6 [INFO] [stderr] | [INFO] [stderr] 448 | use assert_matches::assert_matches; [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_matches` [INFO] [stderr] --> src/pool.rs:595:3 [INFO] [stderr] | [INFO] [stderr] 595 | assert_matches!(res.unwrap_err(), error::Error::TemporarilyBanned); [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 `assert_matches` [INFO] [stderr] --> src/pool.rs:769:3 [INFO] [stderr] | [INFO] [stderr] 769 | assert_matches!(err, error::Error::NoTagsProvided); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:795:22 [INFO] [stderr] | [INFO] [stderr] 795 | assert_eq!(stream.next(), Some(TransactionStatus::Ready)); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:796:22 [INFO] [stderr] | [INFO] [stderr] 796 | assert_eq!(stream.next(), Some(TransactionStatus::InBlock(H256::from_low_u64_be(2).into()))); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:819:22 [INFO] [stderr] | [INFO] [stderr] 819 | assert_eq!(stream.next(), Some(TransactionStatus::Ready)); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:820:22 [INFO] [stderr] | [INFO] [stderr] 820 | assert_eq!(stream.next(), Some(TransactionStatus::InBlock(H256::from_low_u64_be(2).into()))); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:847:22 [INFO] [stderr] | [INFO] [stderr] 847 | assert_eq!(stream.next(), Some(TransactionStatus::Future)); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:848:22 [INFO] [stderr] | [INFO] [stderr] 848 | assert_eq!(stream.next(), Some(TransactionStatus::Ready)); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:870:22 [INFO] [stderr] | [INFO] [stderr] 870 | assert_eq!(stream.next(), Some(TransactionStatus::Ready)); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:871:22 [INFO] [stderr] | [INFO] [stderr] 871 | assert_eq!(stream.next(), Some(TransactionStatus::Invalid)); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:872:22 [INFO] [stderr] | [INFO] [stderr] 872 | assert_eq!(stream.next(), None); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:897:22 [INFO] [stderr] | [INFO] [stderr] 897 | assert_eq!(stream.next(), Some(TransactionStatus::Ready)); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:898:22 [INFO] [stderr] | [INFO] [stderr] 898 | assert_eq!(stream.next(), Some(TransactionStatus::Broadcast(peers))); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:935:22 [INFO] [stderr] | [INFO] [stderr] 935 | assert_eq!(stream.next(), Some(TransactionStatus::Ready)); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for struct `libp2p::futures::executor::BlockingStream<_>` in the current scope [INFO] [stderr] --> src/pool.rs:936:22 [INFO] [stderr] | [INFO] [stderr] 936 | assert_eq!(stream.next(), Some(TransactionStatus::Dropped)); [INFO] [stderr] | ^^^^ method not found in `libp2p::futures::executor::BlockingStream<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `sc-transaction-graph`. [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[E0432]: unresolved import `criterion` [INFO] [stderr] --> benches/basics.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use criterion::{criterion_group, criterion_main, Criterion}; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `criterion` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `codec` [INFO] [stderr] --> benches/basics.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use codec::Encode; [INFO] [stderr] | ^^^^^ help: a similar path exists: `sp_runtime::codec` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `substrate_test_runtime` [INFO] [stderr] --> benches/basics.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use substrate_test_runtime::{Block, Extrinsic, Transfer, H256, AccountId}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `substrate_test_runtime` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `criterion_group` [INFO] [stderr] --> benches/basics.rs:177:1 [INFO] [stderr] | [INFO] [stderr] 177 | criterion_group!(benches, benchmark_main); [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 `criterion_main` [INFO] [stderr] --> benches/basics.rs:178:1 [INFO] [stderr] | [INFO] [stderr] 178 | criterion_main!(benches); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `basics` [INFO] [stderr] --> benches/basics.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / use criterion::{criterion_group, criterion_main, Criterion}; [INFO] [stderr] 18 | | [INFO] [stderr] 19 | | use futures::{future::{ready, Ready}, executor::block_on}; [INFO] [stderr] 20 | | use sc_transaction_graph::*; [INFO] [stderr] ... | [INFO] [stderr] 177 | | criterion_group!(benches, benchmark_main); [INFO] [stderr] 178 | | criterion_main!(benches); [INFO] [stderr] | |_________________________^ consider adding a `main` function to `benches/basics.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0601. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `sc-transaction-graph`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "50ab782e28c69e2dfff28e374aaaa8afc47700ca905122bc3c1468f7e3abb8d5"` [INFO] running `"docker" "rm" "-f" "50ab782e28c69e2dfff28e374aaaa8afc47700ca905122bc3c1468f7e3abb8d5"` [INFO] [stdout] 50ab782e28c69e2dfff28e374aaaa8afc47700ca905122bc3c1468f7e3abb8d5