[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] testing gilbertw1/drop against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgilbertw1%2Fdrop" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gilbertw1/drop on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-3/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 42e1ff0fbd391167f269598ec3aff8124bbc9b37514fc2e045c0965818011e40 [INFO] running `"docker" "start" "-a" "42e1ff0fbd391167f269598ec3aff8124bbc9b37514fc2e045c0965818011e40"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling gdk-pixbuf v0.2.0 [INFO] [stderr] Compiling cairo-rs v0.2.0 [INFO] [stderr] Compiling gio v0.2.0 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling gdk v0.6.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling serde v1.0.14 [INFO] [stderr] Compiling c_vec v1.2.1 [INFO] [stderr] Compiling gtk v0.2.0 [INFO] [stderr] Compiling itoa v0.3.3 [INFO] [stderr] Compiling yaml-rust v0.3.5 [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 cairo-sys-rs v0.4.0 [INFO] [stderr] Compiling gdk-pixbuf-sys 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] Compiling atty v0.2.2 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling rand v0.3.17 [INFO] [stderr] Compiling clap v2.27.0 [INFO] [stderr] Compiling nom v3.2.0 [INFO] [stderr] Compiling glib v0.3.1 [INFO] [stderr] Compiling pango v0.2.0 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling serde_json v1.0.3 [INFO] [stderr] Compiling 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 a crate from crates.io 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.drop.33qtb94f-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75" "/opt/rustwide/target/debug/deps/drop-475b3227c02fbb75.114o68kh0a9go2jl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/sys-info-b1b6e2faf5524bec/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lkeybinder-3.0" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgtk-cc31b472160cd00c.rlib" "/opt/rustwide/target/debug/deps/libgdk-bb530caf346ffdc6.rlib" "/opt/rustwide/target/debug/deps/libpango-b7fcc5a78f61de00.rlib" "/opt/rustwide/target/debug/deps/libcairo-6500785f7bc0dd83.rlib" "/opt/rustwide/target/debug/deps/libc_vec-c00aef14b8e29539.rlib" "/opt/rustwide/target/debug/deps/libgdk_pixbuf-09aba8c06265fa76.rlib" "/opt/rustwide/target/debug/deps/libgio-e301c5f707b67584.rlib" "/opt/rustwide/target/debug/deps/libglib-f86400ec9cd3a3bf.rlib" "/opt/rustwide/target/debug/deps/libgtk_sys-cb792cbad0e4933c.rlib" "/opt/rustwide/target/debug/deps/libatk_sys-3e9402e766210e73.rlib" "/opt/rustwide/target/debug/deps/libgdk_sys-b48fac90a38d083e.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-af0719bb3a1aeeec.rlib" "/opt/rustwide/target/debug/deps/libpango_sys-ac00c1283f7fd1b5.rlib" "/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-d1ba052773f5c4b8.rlib" "/opt/rustwide/target/debug/deps/libgio_sys-bfa54dbb4a4453d0.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-0cb2691b88426dda.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-8edbd030eb69152e.rlib" "/opt/rustwide/target/debug/deps/libsys_info-16cbcf1367e15a40.rlib" "/opt/rustwide/target/debug/deps/libnix-270f7b3f84dfd4a3.rlib" "/opt/rustwide/target/debug/deps/libvoid-54fa5ba7557385ce.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3fb2f48dd5397a2c.rlib" "/opt/rustwide/target/debug/deps/libclap-5c89e351da86b315.rlib" "/opt/rustwide/target/debug/deps/libatty-7a7f2f658e9c1863.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-ddc5df70e73a749b.rlib" "/opt/rustwide/target/debug/deps/libvec_map-53e6d3cfec0dd04f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b8d615fe970e5edc.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-afd37e6694b95edc.rlib" "/opt/rustwide/target/debug/deps/libansi_term-473eb9e5fba218f6.rlib" "/opt/rustwide/target/debug/deps/libstrsim-972407c17564a8bb.rlib" "/opt/rustwide/target/debug/deps/librand-672297cb7c2c9713.rlib" "/opt/rustwide/target/debug/deps/libconfig-edbb868d09edf823.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-f8177ab548caace6.rlib" "/opt/rustwide/target/debug/deps/libserde_json-9db8836a2e2dafbe.rlib" "/opt/rustwide/target/debug/deps/libdtoa-b13670c090f38eae.rlib" "/opt/rustwide/target/debug/deps/libitoa-4eab637d9e031d9c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c095807cf4e69f24.rlib" "/opt/rustwide/target/debug/deps/libtoml-e65933f6f9ed5cc2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-5a19b931c5bcc6c8.rlib" "/opt/rustwide/target/debug/deps/libnom-8d5b89d97ac4ce18.rlib" "/opt/rustwide/target/debug/deps/libmemchr-da26665e68f7dfd9.rlib" "/opt/rustwide/target/debug/deps/liblibc-36f626e4d37f8b12.rlib" "/opt/rustwide/target/debug/deps/libserde-043213e1ed40a1d4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lgtk-3" "-lgdk-3" "-lpangocairo-1.0" "-lpango-1.0" "-lharfbuzz" "-latk-1.0" "-lcairo-gobject" "-lcairo" "-lgdk_pixbuf-2.0" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0" "-latk-1.0" "-lgobject-2.0" "-lglib-2.0" "-lgdk-3" "-lpangocairo-1.0" "-lpango-1.0" "-lharfbuzz" "-lgdk_pixbuf-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lcairo" "-lpango-1.0" "-lgobject-2.0" "-lglib-2.0" "-lharfbuzz" "-lgdk_pixbuf-2.0" "-lgobject-2.0" "-lglib-2.0" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0" "-lgobject-2.0" "-lglib-2.0" "-lglib-2.0" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lkeybinder-3.0 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 7 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `drop`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "42e1ff0fbd391167f269598ec3aff8124bbc9b37514fc2e045c0965818011e40"` [INFO] running `"docker" "rm" "-f" "42e1ff0fbd391167f269598ec3aff8124bbc9b37514fc2e045c0965818011e40"` [INFO] [stdout] 42e1ff0fbd391167f269598ec3aff8124bbc9b37514fc2e045c0965818011e40