[INFO] crate essrpc 0.2.0 is already in cache [INFO] extracting crate essrpc 0.2.0 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/essrpc/0.2.0 [INFO] extracting crate essrpc 0.2.0 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/essrpc/0.2.0 [INFO] validating manifest of essrpc-0.2.0 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of essrpc-0.2.0 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing essrpc-0.2.0 [INFO] finished frobbing essrpc-0.2.0 [INFO] frobbed toml for essrpc-0.2.0 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/essrpc/0.2.0/Cargo.toml [INFO] started frobbing essrpc-0.2.0 [INFO] finished frobbing essrpc-0.2.0 [INFO] frobbed toml for essrpc-0.2.0 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/essrpc/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking essrpc-0.2.0 against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-0/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/essrpc/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5322985294c9e7af326db9bc70573abdc6521b5919abbe737791093745bd8abe [INFO] running `"docker" "start" "-a" "5322985294c9e7af326db9bc70573abdc6521b5919abbe737791093745bd8abe"` [INFO] [stderr] Compiling essrpc_macros v0.2.0 [INFO] [stderr] Checking essrpc v0.2.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved imports `essrpc::transports::BincodeAsyncClientTransport`, `essrpc::transports::BincodeTransport`, `essrpc::transports::JSONAsyncClientTransport`, `essrpc::transports::JSONTransport` [INFO] [stderr] --> tests/async.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | BincodeAsyncClientTransport, BincodeTransport, JSONAsyncClientTransport, JSONTransport, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ no `JSONTransport` in `transports` [INFO] [stderr] | | | | [INFO] [stderr] | | | no `JSONAsyncClientTransport` in `transports` [INFO] [stderr] | | no `BincodeTransport` in `transports` [INFO] [stderr] | no `BincodeAsyncClientTransport` in `transports` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `essrpc::transports::BincodeTransport`, `essrpc::transports::JSONTransport` [INFO] [stderr] --> tests/basic.rs:13:26 [INFO] [stderr] | [INFO] [stderr] 13 | use essrpc::transports::{BincodeTransport, JSONTransport}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ no `JSONTransport` in `transports` [INFO] [stderr] | | [INFO] [stderr] | no `BincodeTransport` in `transports` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `essrpc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `essrpc::AsyncRPCClient` [INFO] [stderr] --> tests/async.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | use essrpc::{AsyncRPCClient, RPCError, RPCServer}; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `AsyncRPCClient` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> tests/async.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | #[essrpc(async, sync)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures` [INFO] [stderr] --> tests/async.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures::{future, Future}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `AsyncClientTransport` in module `essrpc` [INFO] [stderr] --> tests/async.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | #[essrpc(async, sync)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: a trait with a similar name exists: `ClientTransport` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `AsyncRPCClient` in module `essrpc` [INFO] [stderr] --> tests/async.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | #[essrpc(async, sync)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in `essrpc` [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncRPCClient` [INFO] [stderr] --> tests/async.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | use essrpc::{AsyncRPCClient, RPCError, RPCServer}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: Could not compile `essrpc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5322985294c9e7af326db9bc70573abdc6521b5919abbe737791093745bd8abe"` [INFO] running `"docker" "rm" "-f" "5322985294c9e7af326db9bc70573abdc6521b5919abbe737791093745bd8abe"` [INFO] [stdout] 5322985294c9e7af326db9bc70573abdc6521b5919abbe737791093745bd8abe