[INFO] crate jenkins_api 0.5.2 is already in cache [INFO] checking jenkins_api-0.5.2 against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] extracting crate jenkins_api 0.5.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate jenkins_api 0.5.2 on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate jenkins_api 0.5.2 [INFO] finished tweaking crates.io crate jenkins_api 0.5.2 [INFO] tweaked toml for crates.io crate jenkins_api 0.5.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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] 8ed84403a66907ff2e683b859ba0e54e827ffb606b1cc70f916b44a7219e02c1 [INFO] running `"docker" "start" "-a" "8ed84403a66907ff2e683b859ba0e54e827ffb606b1cc70f916b44a7219e02c1"` [INFO] [stderr] Checking urlencoding v1.0.0 [INFO] [stderr] Checking bytecount v0.4.0 [INFO] [stderr] Compiling http-muncher v0.3.2 [INFO] [stderr] Checking pulldown-cmark v0.2.0 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking publicsuffix v1.5.3 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking cargo_metadata v0.6.4 [INFO] [stderr] Checking spectral v0.6.0 [INFO] [stderr] Checking mockito v0.13.0 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Checking skeptic v0.13.4 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Compiling jenkins_api v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/client.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/client.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/propertied.rs:10:23 [INFO] [stderr] | [INFO] [stderr] 10 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/propertied.rs:12:21 [INFO] [stderr] | [INFO] [stderr] 12 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.82s [INFO] running `"docker" "inspect" "8ed84403a66907ff2e683b859ba0e54e827ffb606b1cc70f916b44a7219e02c1"` [INFO] running `"docker" "rm" "-f" "8ed84403a66907ff2e683b859ba0e54e827ffb606b1cc70f916b44a7219e02c1"` [INFO] [stdout] 8ed84403a66907ff2e683b859ba0e54e827ffb606b1cc70f916b44a7219e02c1