[INFO] crate ilp-cli 0.3.0 is already in cache [INFO] checking ilp-cli-0.3.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate ilp-cli 0.3.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate ilp-cli 0.3.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ilp-cli 0.3.0 [INFO] finished tweaking crates.io crate ilp-cli 0.3.0 [INFO] tweaked toml for crates.io crate ilp-cli 0.3.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate ilp-cli 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 9a71ad2d0124a0ad41272fd30c233f3ded9376f6988afd35a1a116ba3cf84004 [INFO] running `"docker" "start" "-a" "9a71ad2d0124a0ad41272fd30c233f3ded9376f6988afd35a1a116ba3cf84004"` [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Compiling openssl-sys v0.9.52 [INFO] [stderr] Checking num_cpus v1.11.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking backtrace-sys v0.1.32 [INFO] [stderr] Checking unicode-normalization v0.1.9 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Compiling synstructure v0.12.2 [INFO] [stderr] Checking tungstenite v0.9.1 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling thiserror-impl v1.0.5 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking thiserror v1.0.5 [INFO] [stderr] Checking serde v1.0.102 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Checking ilp-cli v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/interpreter.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | #[error("Invalid protocol in URL: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/interpreter.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | #[error("Error sending HTTP request: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/interpreter.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | #[error("Error receving HTTP response from testnet: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/interpreter.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | #[error("Error parsing URL: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/interpreter.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | #[error("WebSocket error: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/interpreter.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | #[error("Invalid protocol in URL: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/interpreter.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | #[error("Error sending HTTP request: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/interpreter.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | #[error("Error receving HTTP response from testnet: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/interpreter.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | #[error("Error parsing URL: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/interpreter.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | #[error("WebSocket error: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `ilp-cli`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `ilp-cli`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9a71ad2d0124a0ad41272fd30c233f3ded9376f6988afd35a1a116ba3cf84004"` [INFO] running `"docker" "rm" "-f" "9a71ad2d0124a0ad41272fd30c233f3ded9376f6988afd35a1a116ba3cf84004"` [INFO] [stdout] 9a71ad2d0124a0ad41272fd30c233f3ded9376f6988afd35a1a116ba3cf84004