[INFO] cloning repository https://github.com/lpil/sonic-pi-tool [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lpil/sonic-pi-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flpil%2Fsonic-pi-tool"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flpil%2Fsonic-pi-tool'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 28098e5185d917b1e9ba71ce9a71abc8e91edb02 [INFO] checking lpil/sonic-pi-tool against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flpil%2Fsonic-pi-tool" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lpil/sonic-pi-tool on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/lpil/sonic-pi-tool [INFO] finished tweaking git repo https://github.com/lpil/sonic-pi-tool [INFO] tweaked toml for git repo https://github.com/lpil/sonic-pi-tool written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/lpil/sonic-pi-tool already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] afcb36c98db78b26faac1b56fad3abee54ce0887f5a4a281f2ea36e3dc9a8f0c [INFO] running `"docker" "start" "-a" "afcb36c98db78b26faac1b56fad3abee54ce0887f5a4a281f2ea36e3dc9a8f0c"` [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Checking libc v0.2.18 [INFO] [stderr] Checking unicode-segmentation v1.0.1 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking rosc v0.1.5 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Checking term_size v0.2.1 [INFO] [stderr] Checking clap v2.20.0 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Checking sonic-pi-tool v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/lib.rs:99:35 [INFO] [stderr] | [INFO] [stderr] 99 | if let Some(home_directory) = env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/lib.rs:99:35 [INFO] [stderr] | [INFO] [stderr] 99 | if let Some(home_directory) = env::home_dir() { [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/file.rs:11:73 [INFO] [stderr] | [INFO] [stderr] 11 | Err(e) => return Err(format!("Unable to open `{}`: {}", path, 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/file.rs:11:73 [INFO] [stderr] | [INFO] [stderr] 11 | Err(e) => return Err(format!("Unable to open `{}`: {}", path, 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/file.rs:16:66 [INFO] [stderr] | [INFO] [stderr] 16 | Err(e) => Err(format!("Unable to read `{}`: {}", path, 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/file.rs:16:66 [INFO] [stderr] | [INFO] [stderr] 16 | Err(e) => Err(format!("Unable to read `{}`: {}", path, e.description())), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.91s [INFO] running `"docker" "inspect" "afcb36c98db78b26faac1b56fad3abee54ce0887f5a4a281f2ea36e3dc9a8f0c"` [INFO] running `"docker" "rm" "-f" "afcb36c98db78b26faac1b56fad3abee54ce0887f5a4a281f2ea36e3dc9a8f0c"` [INFO] [stdout] afcb36c98db78b26faac1b56fad3abee54ce0887f5a4a281f2ea36e3dc9a8f0c