[INFO] crate xrl 0.0.8 is already in cache [INFO] checking xrl-0.0.8 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] extracting crate xrl 0.0.8 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate xrl 0.0.8 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate xrl 0.0.8 [INFO] finished tweaking crates.io crate xrl 0.0.8 [INFO] tweaked toml for crates.io crate xrl 0.0.8 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate xrl 0.0.8 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] b6639ec8791fe043a84f8b6bac457b5debc26acae79b12848c69c6a0bdd676c1 [INFO] running `"docker" "start" "-a" "b6639ec8791fe043a84f8b6bac457b5debc26acae79b12848c69c6a0bdd676c1"` [INFO] [stderr] Checking futures v0.1.27 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling syn v0.15.35 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking tokio-trace-core v0.2.0 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking csv-core v0.1.5 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking tokio-executor v0.1.7 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking tokio-sync v0.1.6 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking tokio-current-thread v0.1.6 [INFO] [stderr] Checking tokio-timer v0.2.11 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-process v0.2.3 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking plist v0.4.1 [INFO] [stderr] Checking csv v1.0.7 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking syntect v3.2.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking xrl v0.0.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/structs/operation.rs:32:30 [INFO] [stderr] | [INFO] [stderr] 32 | let value: json::Value = r#try!(serde::Deserialize::deserialize(de)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/protocol/errors.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | Error::description(self).fmt(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/structs/operation.rs:32:30 [INFO] [stderr] | [INFO] [stderr] 32 | let value: json::Value = r#try!(serde::Deserialize::deserialize(de)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/protocol/errors.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | Error::description(self).fmt(f) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.65s [INFO] running `"docker" "inspect" "b6639ec8791fe043a84f8b6bac457b5debc26acae79b12848c69c6a0bdd676c1"` [INFO] running `"docker" "rm" "-f" "b6639ec8791fe043a84f8b6bac457b5debc26acae79b12848c69c6a0bdd676c1"` [INFO] [stdout] b6639ec8791fe043a84f8b6bac457b5debc26acae79b12848c69c6a0bdd676c1