[INFO] updating cached repository https://github.com/gilbertw1/drop [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] 9f254e5766730a8afdb6fbe1e4ded73f9b94001c [INFO] checking gilbertw1/drop against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgilbertw1%2Fdrop" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gilbertw1/drop on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/gilbertw1/drop [INFO] finished tweaking git repo https://github.com/gilbertw1/drop [INFO] tweaked toml for git repo https://github.com/gilbertw1/drop written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/gilbertw1/drop already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] b50d4aaaa1816b88efcabf18aa577feb8a42040effb794765fa51088e009cccf [INFO] running `"docker" "start" "-a" "b50d4aaaa1816b88efcabf18aa577feb8a42040effb794765fa51088e009cccf"` [INFO] [stderr] Checking libc v0.2.30 [INFO] [stderr] Compiling gio v0.2.0 [INFO] [stderr] Compiling cairo-rs v0.2.0 [INFO] [stderr] Compiling gdk-pixbuf v0.2.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Checking serde v1.0.14 [INFO] [stderr] Checking c_vec v1.2.1 [INFO] [stderr] Compiling gdk v0.6.0 [INFO] [stderr] Checking itoa v0.3.3 [INFO] [stderr] Compiling gtk v0.2.0 [INFO] [stderr] Compiling glib-sys v0.4.0 [INFO] [stderr] Compiling gobject-sys v0.4.0 [INFO] [stderr] Compiling gio-sys v0.4.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.4.0 [INFO] [stderr] Compiling cairo-sys-rs v0.4.0 [INFO] [stderr] Compiling pango-sys v0.4.0 [INFO] [stderr] Compiling gdk-sys v0.4.0 [INFO] [stderr] Compiling atk-sys v0.4.0 [INFO] [stderr] Compiling gtk-sys v0.4.0 [INFO] [stderr] Compiling sys-info v0.5.1 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking nix v0.9.0 [INFO] [stderr] Checking rand v0.3.17 [INFO] [stderr] Checking clap v2.27.0 [INFO] [stderr] Checking nom v3.2.0 [INFO] [stderr] Checking glib v0.3.1 [INFO] [stderr] Checking pango v0.2.0 [INFO] [stderr] Checking serde_json v1.0.3 [INFO] [stderr] Checking toml v0.4.5 [INFO] [stderr] Checking config v0.7.0 [INFO] [stderr] Compiling drop v0.3.2 (/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/conf.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | let home_dir = std::env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/conf.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | static ref AUDIO_SOURCES: HashSet = ["desktop".to_string(), "mic".to_string()].iter().cloned().collect(); [INFO] [stderr] 16 | | static ref FILENAME_STRATEGIES: HashSet = ["prepend".to_string(), [INFO] [stderr] 17 | | "append".to_string(), [INFO] [stderr] 18 | | "exact".to_string(), [INFO] [stderr] 19 | | "replace".to_string()].iter().cloned().collect(); [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/conf.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | static ref AUDIO_SOURCES: HashSet = ["desktop".to_string(), "mic".to_string()].iter().cloned().collect(); [INFO] [stderr] 16 | | static ref FILENAME_STRATEGIES: HashSet = ["prepend".to_string(), [INFO] [stderr] 17 | | "append".to_string(), [INFO] [stderr] 18 | | "exact".to_string(), [INFO] [stderr] 19 | | "replace".to_string()].iter().cloned().collect(); [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/conf.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | static ref AUDIO_SOURCES: HashSet = ["desktop".to_string(), "mic".to_string()].iter().cloned().collect(); [INFO] [stderr] 16 | | static ref FILENAME_STRATEGIES: HashSet = ["prepend".to_string(), [INFO] [stderr] 17 | | "append".to_string(), [INFO] [stderr] 18 | | "exact".to_string(), [INFO] [stderr] 19 | | "replace".to_string()].iter().cloned().collect(); [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/conf.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | static ref AUDIO_SOURCES: HashSet = ["desktop".to_string(), "mic".to_string()].iter().cloned().collect(); [INFO] [stderr] 16 | | static ref FILENAME_STRATEGIES: HashSet = ["prepend".to_string(), [INFO] [stderr] 17 | | "append".to_string(), [INFO] [stderr] 18 | | "exact".to_string(), [INFO] [stderr] 19 | | "replace".to_string()].iter().cloned().collect(); [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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/conf.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | let home_dir = std::env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/conf.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | static ref AUDIO_SOURCES: HashSet = ["desktop".to_string(), "mic".to_string()].iter().cloned().collect(); [INFO] [stderr] 16 | | static ref FILENAME_STRATEGIES: HashSet = ["prepend".to_string(), [INFO] [stderr] 17 | | "append".to_string(), [INFO] [stderr] 18 | | "exact".to_string(), [INFO] [stderr] 19 | | "replace".to_string()].iter().cloned().collect(); [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/conf.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | static ref AUDIO_SOURCES: HashSet = ["desktop".to_string(), "mic".to_string()].iter().cloned().collect(); [INFO] [stderr] 16 | | static ref FILENAME_STRATEGIES: HashSet = ["prepend".to_string(), [INFO] [stderr] 17 | | "append".to_string(), [INFO] [stderr] 18 | | "exact".to_string(), [INFO] [stderr] 19 | | "replace".to_string()].iter().cloned().collect(); [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/conf.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | static ref AUDIO_SOURCES: HashSet = ["desktop".to_string(), "mic".to_string()].iter().cloned().collect(); [INFO] [stderr] 16 | | static ref FILENAME_STRATEGIES: HashSet = ["prepend".to_string(), [INFO] [stderr] 17 | | "append".to_string(), [INFO] [stderr] 18 | | "exact".to_string(), [INFO] [stderr] 19 | | "replace".to_string()].iter().cloned().collect(); [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/conf.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | static ref AUDIO_SOURCES: HashSet = ["desktop".to_string(), "mic".to_string()].iter().cloned().collect(); [INFO] [stderr] 16 | | static ref FILENAME_STRATEGIES: HashSet = ["prepend".to_string(), [INFO] [stderr] 17 | | "append".to_string(), [INFO] [stderr] 18 | | "exact".to_string(), [INFO] [stderr] 19 | | "replace".to_string()].iter().cloned().collect(); [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/screenshot.rs:196:3 [INFO] [stderr] | [INFO] [stderr] 196 | fs::remove_file(pamfile); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/screenshot.rs:197:3 [INFO] [stderr] | [INFO] [stderr] 197 | fs::remove_dir_all(cachedir); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/screenshot.rs:196:3 [INFO] [stderr] | [INFO] [stderr] 196 | fs::remove_file(pamfile); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/screenshot.rs:197:3 [INFO] [stderr] | [INFO] [stderr] 197 | fs::remove_dir_all(cachedir); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 44s [INFO] running `"docker" "inspect" "b50d4aaaa1816b88efcabf18aa577feb8a42040effb794765fa51088e009cccf"` [INFO] running `"docker" "rm" "-f" "b50d4aaaa1816b88efcabf18aa577feb8a42040effb794765fa51088e009cccf"` [INFO] [stdout] b50d4aaaa1816b88efcabf18aa577feb8a42040effb794765fa51088e009cccf