[INFO] cloning repository https://github.com/fretn/rsmodules [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fretn/rsmodules" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffretn%2Frsmodules", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffretn%2Frsmodules'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2dc8320a9e691ae5bf63f9a3d5ad6ed7f0c3d24b [INFO] checking fretn/rsmodules against master#a5f164faad4a2fed606b8160fd7ecd2d5cbba381 for pr-84920 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffretn%2Frsmodules" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fretn/rsmodules on toolchain a5f164faad4a2fed606b8160fd7ecd2d5cbba381 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fretn/rsmodules [INFO] finished tweaking git repo https://github.com/fretn/rsmodules [INFO] tweaked toml for git repo https://github.com/fretn/rsmodules written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/fretn/rsmodules already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eac0e0144a21e0c827a45a9663e29c405ec26e415b975e4a3d7a1d1116a9ebf6 [INFO] running `Command { std: "docker" "start" "-a" "eac0e0144a21e0c827a45a9663e29c405ec26e415b975e4a3d7a1d1116a9ebf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eac0e0144a21e0c827a45a9663e29c405ec26e415b975e4a3d7a1d1116a9ebf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eac0e0144a21e0c827a45a9663e29c405ec26e415b975e4a3d7a1d1116a9ebf6", kill_on_drop: false }` [INFO] [stdout] eac0e0144a21e0c827a45a9663e29c405ec26e415b975e4a3d7a1d1116a9ebf6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3c3d38ad8eec7a0c63647a19470fdb9da63ffe17dad9af48708072058e49f112 [INFO] running `Command { std: "docker" "start" "-a" "3c3d38ad8eec7a0c63647a19470fdb9da63ffe17dad9af48708072058e49f112", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling proc-macro2 v0.4.26 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling serde v1.0.85 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling plist v0.3.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Checking rustc-demangle v0.1.13 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking num-traits v0.1.40 [INFO] [stderr] Checking same-file v0.1.3 [INFO] [stderr] Checking is_executable v0.1.0 [INFO] [stderr] Checking shellexpand v1.0.0 [INFO] [stderr] Checking natord v1.0.9 [INFO] [stderr] Checking rhai v0.9.1 [INFO] [stderr] Compiling unicase v2.5.1 [INFO] [stderr] Checking humantime v1.2.0 [INFO] [stderr] Checking getopts v0.2.19 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking walkdir v1.0.7 [INFO] [stderr] Checking arrayvec v0.4.10 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking rand v0.3.18 [INFO] [stderr] Checking users v0.5.3 [INFO] [stderr] Checking dirs v1.0.3 [INFO] [stderr] Checking xml-rs v0.7.0 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking pbr v1.0.1 [INFO] [stderr] Checking regex v0.2.3 [INFO] [stderr] Checking mime v0.3.13 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling onig_sys v68.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking immeta v0.4.0 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking bincode v0.6.1 [INFO] [stderr] Checking flate2 v1.0.6 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Compiling gumdrop_derive v0.5.0 [INFO] [stderr] Checking bincode v1.0.1 [INFO] [stderr] Checking serde_json v1.0.37 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Checking onig v4.1.0 [INFO] [stderr] Compiling serde_derive v1.0.85 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking gumdrop v0.5.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking syntect v3.0.2 [INFO] [stderr] Checking mdcat v0.12.1 [INFO] [stderr] Checking rsmodules v0.7.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/cache.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(RustcEncodable, RustcDecodable, Clone, Eq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/cache.rs:44:26 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(RustcEncodable, RustcDecodable, Clone, Eq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/cache.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(RustcEncodable, RustcDecodable, Clone, Eq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/cache.rs:44:26 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(RustcEncodable, RustcDecodable, Clone, Eq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 15s [INFO] running `Command { std: "docker" "inspect" "3c3d38ad8eec7a0c63647a19470fdb9da63ffe17dad9af48708072058e49f112", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c3d38ad8eec7a0c63647a19470fdb9da63ffe17dad9af48708072058e49f112", kill_on_drop: false }` [INFO] [stdout] 3c3d38ad8eec7a0c63647a19470fdb9da63ffe17dad9af48708072058e49f112