[INFO] crate cli-proxy 0.3.5 is already in cache [INFO] checking cli-proxy-0.3.5 against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] extracting crate cli-proxy 0.3.5 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate cli-proxy 0.3.5 on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cli-proxy 0.3.5 [INFO] finished tweaking crates.io crate cli-proxy 0.3.5 [INFO] tweaked toml for crates.io crate cli-proxy 0.3.5 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] f1235cf8dbc32f65c7eaf7b90b60f052a202cf9da751bc8f114a036a3e6fa3bb [INFO] running `"docker" "start" "-a" "f1235cf8dbc32f65c7eaf7b90b60f052a202cf9da751bc8f114a036a3e6fa3bb"` [INFO] [stderr] Checking chunked_transfer v0.3.1 [INFO] [stderr] Checking ascii v0.8.7 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking brotli-sys v0.3.2 [INFO] [stderr] Checking gzip-header v0.3.0 [INFO] [stderr] Checking buf_redux v0.6.3 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking tiny_http v0.6.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Checking multipart v0.13.6 [INFO] [stderr] Checking rouille v2.2.0 [INFO] [stderr] Checking cli-proxy v0.3.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:153:66 [INFO] [stderr] | [INFO] [stderr] 153 | let path = base_dir.join(std::path::Path::new(&request.url().trim_left_matches("/"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:153:66 [INFO] [stderr] | [INFO] [stderr] 153 | let path = base_dir.join(std::path::Path::new(&request.url().trim_left_matches("/"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / error_chain! { [INFO] [stderr] 24 | | foreign_links { [INFO] [stderr] 25 | | Io(io::Error); [INFO] [stderr] 26 | | LogInit(log::SetLoggerError); [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / error_chain! { [INFO] [stderr] 24 | | foreign_links { [INFO] [stderr] 25 | | Io(io::Error); [INFO] [stderr] 26 | | LogInit(log::SetLoggerError); [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.31s [INFO] running `"docker" "inspect" "f1235cf8dbc32f65c7eaf7b90b60f052a202cf9da751bc8f114a036a3e6fa3bb"` [INFO] running `"docker" "rm" "-f" "f1235cf8dbc32f65c7eaf7b90b60f052a202cf9da751bc8f114a036a3e6fa3bb"` [INFO] [stdout] f1235cf8dbc32f65c7eaf7b90b60f052a202cf9da751bc8f114a036a3e6fa3bb