[INFO] updating cached repository https://github.com/mcbernie/se_cleanup [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] 7a890b82f9751eb7968fa0d080cd90f42604f55d [INFO] checking mcbernie/se_cleanup against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcbernie%2Fse_cleanup" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mcbernie/se_cleanup 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/mcbernie/se_cleanup [INFO] finished tweaking git repo https://github.com/mcbernie/se_cleanup [INFO] tweaked toml for git repo https://github.com/mcbernie/se_cleanup written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/mcbernie/se_cleanup already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] df35e24f77545d9a385424ba3bbca15445a8814479f60993c856b032c9861b41 [INFO] running `"docker" "start" "-a" "df35e24f77545d9a385424ba3bbca15445a8814479f60993c856b032c9861b41"` [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Checking cc v1.0.35 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Checking backtrace v0.3.15 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking flexi_logger v0.9.3 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking pretty_env_logger v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking openssl-src v111.2.1+1.1.1b [INFO] [stderr] Checking tokio v0.1.18 [INFO] [stderr] Checking sct v0.4.0 [INFO] [stderr] Checking webpki v0.18.1 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Checking rustls v0.14.0 [INFO] [stderr] Compiling derive_more v0.13.0 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking tokio-rustls v0.8.1 [INFO] [stderr] Checking mqtt311 v0.2.0 [INFO] [stderr] Checking jsonwebtoken v5.0.1 [INFO] [stderr] Checking rumqtt v0.30.1 (https://github.com/AtherEnergy/rumqtt#f585876c) [INFO] [stderr] Checking se_shell v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::process` [INFO] [stderr] --> src/updater.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::process; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` 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/mqtt.rs:126:122 [INFO] [stderr] | [INFO] [stderr] 126 | error!("Could not copy template {} to helpdesk file {}: {}", template_path.display(), helpdesk_path.display(), e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [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/mqtt.rs:138:86 [INFO] [stderr] | [INFO] [stderr] 138 | error!("Could not write to helpdesk file {}: {}", helpdesk_path.display(), e.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/mqtt.rs:146:78 [INFO] [stderr] | [INFO] [stderr] 146 | error!("Error on start remotehelp {}: {}", remote_command_display, r.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::process` [INFO] [stderr] --> src/updater.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::process; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` 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/mqtt.rs:126:122 [INFO] [stderr] | [INFO] [stderr] 126 | error!("Could not copy template {} to helpdesk file {}: {}", template_path.display(), helpdesk_path.display(), e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [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/mqtt.rs:138:86 [INFO] [stderr] | [INFO] [stderr] 138 | error!("Could not write to helpdesk file {}: {}", helpdesk_path.display(), e.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/mqtt.rs:146:78 [INFO] [stderr] | [INFO] [stderr] 146 | error!("Error on start remotehelp {}: {}", remote_command_display, r.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.02s [INFO] running `"docker" "inspect" "df35e24f77545d9a385424ba3bbca15445a8814479f60993c856b032c9861b41"` [INFO] running `"docker" "rm" "-f" "df35e24f77545d9a385424ba3bbca15445a8814479f60993c856b032c9861b41"` [INFO] [stdout] df35e24f77545d9a385424ba3bbca15445a8814479f60993c856b032c9861b41