[INFO] updating cached repository https://github.com/timvisee/ffsend [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 60a130ef2a617d21dcbdc020d095103f1869f3ab [INFO] checking timvisee/ffsend against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimvisee%2Fffsend" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/timvisee/ffsend on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/timvisee/ffsend [INFO] finished tweaking git repo https://github.com/timvisee/ffsend [INFO] tweaked toml for git repo https://github.com/timvisee/ffsend written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/timvisee/ffsend already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bde2300f929dc13e4192d258868801ff5ae38da9dd0a3b19de402e8bb9bae99f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "bde2300f929dc13e4192d258868801ff5ae38da9dd0a3b19de402e8bb9bae99f"` [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling ffsend v0.2.58 (/opt/rustwide/workdir) [INFO] [stderr] Checking version-compare v0.0.10 [INFO] [stderr] Checking open v1.3.2 [INFO] [stderr] Checking thread_local v1.0.0 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking rpassword v4.0.3 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking pbr v1.0.2 [INFO] [stderr] Checking colored v1.9.1 [INFO] [stderr] Checking directories v2.0.2 [INFO] [stderr] Checking signal-hook v0.1.12 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking url_serde v0.2.0 [INFO] [stderr] Checking toml v0.5.5 [INFO] [stderr] Checking which v3.1.0 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking websocket v0.24.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Checking crossterm v0.14.1 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking qr2term v0.1.7 [INFO] [stderr] Checking csv v1.1.2 [INFO] [stderr] Checking regex v1.3.3 [INFO] [stderr] Checking prettytable-rs v0.8.0 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Checking urlshortener v2.1.0 [INFO] [stderr] Checking ffsend-api v0.4.4 [INFO] [stderr] Checking chbs v0.0.9 [INFO] [stderr] warning: use of deprecated item 'failure::Fail::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/util.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | .causes() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Fail::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/util.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | .causes() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `"docker" "inspect" "bde2300f929dc13e4192d258868801ff5ae38da9dd0a3b19de402e8bb9bae99f"` [INFO] running `"docker" "rm" "-f" "bde2300f929dc13e4192d258868801ff5ae38da9dd0a3b19de402e8bb9bae99f"` [INFO] [stdout] bde2300f929dc13e4192d258868801ff5ae38da9dd0a3b19de402e8bb9bae99f