[INFO] crate susydev-jsonrpc-client 11.0.0 is already in cache [INFO] testing susydev-jsonrpc-client-11.0.0 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate susydev-jsonrpc-client 11.0.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate susydev-jsonrpc-client 11.0.0 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate susydev-jsonrpc-client 11.0.0 [INFO] finished tweaking crates.io crate susydev-jsonrpc-client 11.0.0 [INFO] tweaked toml for crates.io crate susydev-jsonrpc-client 11.0.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stdout] 6b57445935cda3883b5239ae8dd20fd9e57a41bbc5633dc5b9ea80fe33cca2d2 [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" "6b57445935cda3883b5239ae8dd20fd9e57a41bbc5633dc5b9ea80fe33cca2d2"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling backtrace-sys v0.1.36 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling susydev-jsonrpc-core v11.0.0 [INFO] [stderr] Compiling susydev-jsonrpc-client v11.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.92s [INFO] running `"docker" "inspect" "6b57445935cda3883b5239ae8dd20fd9e57a41bbc5633dc5b9ea80fe33cca2d2"` [INFO] running `"docker" "rm" "-f" "6b57445935cda3883b5239ae8dd20fd9e57a41bbc5633dc5b9ea80fe33cca2d2"` [INFO] [stdout] 6b57445935cda3883b5239ae8dd20fd9e57a41bbc5633dc5b9ea80fe33cca2d2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1d9ebf06687cf73b0a1f94dda66fe807e084beb959a36f02f10e4e280eedbb7c [INFO] running `"docker" "start" "-a" "1d9ebf06687cf73b0a1f94dda66fe807e084beb959a36f02f10e4e280eedbb7c"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling susydev-jsonrpc-client v11.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `susydev_jsonrpc_client` [INFO] [stderr] --> src/lib.rs:288:6 [INFO] [stderr] | [INFO] [stderr] 288 | use susydev_jsonrpc_client::local; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `susydev_jsonrpc_client` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `susydev_jsonrpc_derive` [INFO] [stderr] --> src/lib.rs:290:6 [INFO] [stderr] | [INFO] [stderr] 290 | use susydev_jsonrpc_derive::rpc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `susydev_jsonrpc_derive` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `rpc` [INFO] [stderr] --> src/lib.rs:292:4 [INFO] [stderr] | [INFO] [stderr] 292 | #[rpc] [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 `rpc` [INFO] [stderr] --> src/lib.rs:294:5 [INFO] [stderr] | [INFO] [stderr] 294 | #[rpc(name = "add")] [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 `gen_client` [INFO] [stderr] --> src/lib.rs:310:47 [INFO] [stderr] | [INFO] [stderr] 310 | let (client, rpc_client) = local::connect::(handler); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `gen_client` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_delegate` found for struct `tests::RpcServer` in the current scope [INFO] [stderr] --> src/lib.rs:309:33 [INFO] [stderr] | [INFO] [stderr] 298 | struct RpcServer; [INFO] [stderr] | ----------------- method `to_delegate` not found for this [INFO] [stderr] ... [INFO] [stderr] 309 | handler.extend_with(RpcServer.to_delegate()); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `tests::RpcServer` [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::prelude` [INFO] [stderr] --> src/lib.rs:287:6 [INFO] [stderr] | [INFO] [stderr] 287 | use futures::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `susydev-jsonrpc-client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1d9ebf06687cf73b0a1f94dda66fe807e084beb959a36f02f10e4e280eedbb7c"` [INFO] running `"docker" "rm" "-f" "1d9ebf06687cf73b0a1f94dda66fe807e084beb959a36f02f10e4e280eedbb7c"` [INFO] [stdout] 1d9ebf06687cf73b0a1f94dda66fe807e084beb959a36f02f10e4e280eedbb7c