[INFO] crate susydev-jsonrpc-client 11.0.0 is already in cache [INFO] testing susydev-jsonrpc-client-11.0.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate susydev-jsonrpc-client 11.0.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate susydev-jsonrpc-client 11.0.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e396a13c3a0951062603e1854c37ef4a3fa486227bce6999010abce6744b384b [INFO] running `"docker" "start" "-a" "e396a13c3a0951062603e1854c37ef4a3fa486227bce6999010abce6744b384b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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 3.29s [INFO] running `"docker" "inspect" "e396a13c3a0951062603e1854c37ef4a3fa486227bce6999010abce6744b384b"` [INFO] running `"docker" "rm" "-f" "e396a13c3a0951062603e1854c37ef4a3fa486227bce6999010abce6744b384b"` [INFO] [stdout] e396a13c3a0951062603e1854c37ef4a3fa486227bce6999010abce6744b384b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "+1.44.0" "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] c6d3240682d31d77f670e5afa34b9d144285e66ac3580672df4fb727f2e6b2d1 [INFO] running `"docker" "start" "-a" "c6d3240682d31d77f670e5afa34b9d144285e66ac3580672df4fb727f2e6b2d1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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" "c6d3240682d31d77f670e5afa34b9d144285e66ac3580672df4fb727f2e6b2d1"` [INFO] running `"docker" "rm" "-f" "c6d3240682d31d77f670e5afa34b9d144285e66ac3580672df4fb727f2e6b2d1"` [INFO] [stdout] c6d3240682d31d77f670e5afa34b9d144285e66ac3580672df4fb727f2e6b2d1