[INFO] updating cached repository https://github.com/Aaronepower/tokei [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] da55ae5948d7cd7ee5ed741e41e46ef94a316af5 [INFO] checking Aaronepower/tokei against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaronepower%2Ftokei" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Aaronepower/tokei on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Aaronepower/tokei [INFO] finished tweaking git repo https://github.com/Aaronepower/tokei [INFO] tweaked toml for git repo https://github.com/Aaronepower/tokei written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Aaronepower/tokei already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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] 63b82c2834eb8e9d4b8c8f01873e8e307e5205f02e0be8d861818f732c040132 [INFO] running `"docker" "start" "-a" "63b82c2834eb8e9d4b8c8f01873e8e307e5205f02e0be8d861818f732c040132"` [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Checking bytecount v0.5.1 [INFO] [stderr] Compiling thread_local v1.0.0 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Checking grep-matcher v0.1.3 [INFO] [stderr] Checking encoding_rs_io v0.1.6 [INFO] [stderr] Checking regex v1.3.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.0 [INFO] [stderr] Compiling libgit2-sys v0.10.0 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Compiling serde_json v1.0.45 [INFO] [stderr] Checking grep-searcher v0.1.6 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking globset v0.4.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling handlebars v3.0.0 [INFO] [stderr] Checking ignore v0.4.11 [INFO] [stderr] Checking git2 v0.11.0 [INFO] [stderr] Compiling tokei v10.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/utils/macros.rs:46:36 [INFO] [stderr] | [INFO] [stderr] 46 | error!("{}", error.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/utils/fs.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | rs_error!(overrides.add(&format!("!{}", ignored))); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [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/utils/fs.rs:72:59 [INFO] [stderr] | [INFO] [stderr] 72 | ... error!("{} reading {}", error.description(), path.display()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/utils/fs.rs:76:40 [INFO] [stderr] | [INFO] [stderr] 76 | error!("{}", error.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/utils/fs.rs:104:47 [INFO] [stderr] | [INFO] [stderr] 104 | error!("{} reading {}", e.description(), path.display()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/utils/macros.rs:46:36 [INFO] [stderr] | [INFO] [stderr] 46 | error!("{}", error.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/utils/fs.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | rs_error!(overrides.add(&format!("!{}", ignored))); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [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/utils/fs.rs:72:59 [INFO] [stderr] | [INFO] [stderr] 72 | ... error!("{} reading {}", error.description(), path.display()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/utils/fs.rs:76:40 [INFO] [stderr] | [INFO] [stderr] 76 | error!("{}", error.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/utils/fs.rs:104:47 [INFO] [stderr] | [INFO] [stderr] 104 | error!("{} reading {}", e.description(), path.display()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 20s [INFO] running `"docker" "inspect" "63b82c2834eb8e9d4b8c8f01873e8e307e5205f02e0be8d861818f732c040132"` [INFO] running `"docker" "rm" "-f" "63b82c2834eb8e9d4b8c8f01873e8e307e5205f02e0be8d861818f732c040132"` [INFO] [stdout] 63b82c2834eb8e9d4b8c8f01873e8e307e5205f02e0be8d861818f732c040132