[INFO] cloning repository https://github.com/yaymukund/lucrecia [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yaymukund/lucrecia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyaymukund%2Flucrecia", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyaymukund%2Flucrecia'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 51415fef4ffd0d876ee224861c19b4408c6f8d75 [INFO] testing yaymukund/lucrecia against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyaymukund%2Flucrecia" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yaymukund/lucrecia on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yaymukund/lucrecia [INFO] finished tweaking git repo https://github.com/yaymukund/lucrecia [INFO] tweaked toml for git repo https://github.com/yaymukund/lucrecia written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/yaymukund/lucrecia already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa94a2d16aee0011961eadaaf7f0f4a367b329675f794f69803b53a17bdd13ce [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "aa94a2d16aee0011961eadaaf7f0f4a367b329675f794f69803b53a17bdd13ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa94a2d16aee0011961eadaaf7f0f4a367b329675f794f69803b53a17bdd13ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa94a2d16aee0011961eadaaf7f0f4a367b329675f794f69803b53a17bdd13ce", kill_on_drop: false }` [INFO] [stdout] aa94a2d16aee0011961eadaaf7f0f4a367b329675f794f69803b53a17bdd13ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d59d722bc88069258f92fc526700eacc3c7499da8eb2f4c0b9ad9ae189bfaa1c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d59d722bc88069258f92fc526700eacc3c7499da8eb2f4c0b9ad9ae189bfaa1c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling fst v0.4.5 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling anyhow v1.0.36 [INFO] [stderr] Compiling libmpv-sys v3.1.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling libmpv v2.0.1 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling alphanumeric-sort v1.4.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling libsqlite3-sys v0.20.1 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling hashlink v0.6.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling mio v0.7.6 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling filetime v0.2.13 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling rusqlite v0.24.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling crossterm v0.19.0 [INFO] [stderr] Compiling id3 v0.5.1 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling gumdrop_derive v0.8.0 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling gumdrop v0.8.0 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling mp3-duration v0.1.10 [INFO] [stderr] Compiling roja-build-database v0.1.0 (/opt/rustwide/workdir/roja-build-database) [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling roja v0.1.0 (/opt/rustwide/workdir/roja) [INFO] [stdout] warning: variant is never constructed: `Percent` [INFO] [stdout] --> roja/src/listener/list.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | Percent(u16), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `percent_complete` [INFO] [stdout] --> roja/src/player/mod.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn percent_complete(&self) -> u16 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.roja.cb5bf06d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883.3hhcctpuv11uh0dx.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-47cffbf3bf70e72f.rlib" "/opt/rustwide/target/debug/deps/libatty-22997dcbdd708399.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-6a61078d9610ba74.rlib" "/opt/rustwide/target/debug/deps/libhumantime-9611d3333cbb4e47.rlib" "/opt/rustwide/target/debug/deps/libregex-9f8694dbe1a44543.rlib" "/opt/rustwide/target/debug/deps/libthread_local-7b136cb51b93983e.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e24eefacc9736727.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3db82c5a8ba2376a.rlib" "/opt/rustwide/target/debug/deps/libalphanumeric_sort-3fadd4391f321d65.rlib" "/opt/rustwide/target/debug/deps/libtoml-e3e3f79fa7b9b767.rlib" "/opt/rustwide/target/debug/deps/librusqlite-93c0852b5585f444.rlib" "/opt/rustwide/target/debug/deps/libfallible_streaming_iterator-5a2959036852e98b.rlib" "/opt/rustwide/target/debug/deps/libfallible_iterator-b452bedda84c63e1.rlib" "/opt/rustwide/target/debug/deps/libhashlink-c518d1c13320e631.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-ddc2d61dd60ad672.rlib" "/opt/rustwide/target/debug/deps/libahash-4dd6b377e912496d.rlib" "/opt/rustwide/target/debug/deps/liblibsqlite3_sys-43282f9c9f1b438c.rlib" "/opt/rustwide/target/debug/deps/libxdg-e4fa4363a003ad30.rlib" "/opt/rustwide/target/debug/deps/libserde-535009062bdaaf8f.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-051a5ed3f831a553.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-2431f46babe5d09e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a59b32f817cf8cc0.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-65be7507519f3778.rlib" "/opt/rustwide/target/debug/deps/libmemmap-75119496e8e91811.rlib" "/opt/rustwide/target/debug/deps/libfst-6120a01e2cb58e26.rlib" "/opt/rustwide/target/debug/deps/liblibmpv-fda3df658f32b099.rlib" "/opt/rustwide/target/debug/deps/liblibmpv_sys-b2eebbb608a05e1c.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6da279cd4f865ec2.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-6fa3efab16857cdd.rlib" "/opt/rustwide/target/debug/deps/libcrossterm-d9ca3857b7b3a847.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-b07c3e6f94c09e0a.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-1f473d2e54f218e2.rlib" "/opt/rustwide/target/debug/deps/libmio-238d2e29b2109a39.rlib" "/opt/rustwide/target/debug/deps/liblog-f65a61c7426cc3ad.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-eaf55fc0f6dd0963.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-f9152d4a0e56c992.rlib" "/opt/rustwide/target/debug/deps/liblibc-e273ee1997b203bf.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-51ee4bb1145b3148.rlib" "/opt/rustwide/target/debug/deps/liblock_api-e2ac76a141bd869b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libinstant-ccb4224b4e9829f3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-9b7d673895a72f26.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8a78495730aea6f5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/target/debug/deps/libanyhow-5719e493777a7367.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lsqlite3" "-lmpv" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/roja-cf35da97353c3883" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lmpv [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `roja` due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d59d722bc88069258f92fc526700eacc3c7499da8eb2f4c0b9ad9ae189bfaa1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d59d722bc88069258f92fc526700eacc3c7499da8eb2f4c0b9ad9ae189bfaa1c", kill_on_drop: false }` [INFO] [stdout] d59d722bc88069258f92fc526700eacc3c7499da8eb2f4c0b9ad9ae189bfaa1c