[INFO] updating cached repository https://github.com/cmaves/VisualSpectrum [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] 2eb385d1c1ffb1b4d9e07ba0ce6b425b5dbdfe72 [INFO] testing cmaves/VisualSpectrum against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcmaves%2FVisualSpectrum" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cmaves/VisualSpectrum on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cmaves/VisualSpectrum [INFO] finished tweaking git repo https://github.com/cmaves/VisualSpectrum [INFO] tweaked toml for git repo https://github.com/cmaves/VisualSpectrum written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/cmaves/VisualSpectrum already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] a1e1a77905e8103ec666e1615db29dbb5d2d88aff15314f3b36e20ea840c777f [INFO] running `"docker" "start" "-a" "a1e1a77905e8103ec666e1615db29dbb5d2d88aff15314f3b36e20ea840c777f"` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling bindgen v0.37.4 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling strength_reduce v0.2.2 [INFO] [stderr] Compiling transpose v0.1.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling proc-macro2 v0.3.5 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling clang-sys v0.23.0 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling jack-sys v0.2.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling jack v0.6.2 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling random_color v0.4.4 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling rustfft v3.0.0 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling rs_ws281x v0.2.3 [INFO] [stderr] Compiling spectrum v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: field is never read: `sample_size` [INFO] [stderr] --> src/audio.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | sample_size: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `source` [INFO] [stderr] --> src/audio.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | source: ActiveSource [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `frame_len` [INFO] [stderr] --> src/midi.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | frame_len: u64, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `fps` [INFO] [stderr] --> src/midi.rs:136:5 [INFO] [stderr] | [INFO] [stderr] 136 | fps: u32 [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `pulse` [INFO] [stderr] --> src/visualmidi.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | pulse: bool, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/led.rs:138:13 [INFO] [stderr] | [INFO] [stderr] 138 | self.controller.render(); [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: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | midi_con.display(jack_client); [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] 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.spectrum.ddddorsg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79" "/opt/rustwide/target/debug/deps/spectrum-2471ab8dbe088c79.2pmjollokotbmzzd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "\"/opt/rustwide/target/debug/build/rs_ws281x-1de2a642b0a6a7c0/out\"" "-L" "/opt/rustwide/target/debug/build/rs_ws281x-1de2a642b0a6a7c0/out" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libspectrum-f2882cc791968ddb.rlib" "/opt/rustwide/target/debug/deps/libjack-e5e6c24943e85704.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-b7957b28ac7932d8.rlib" "/opt/rustwide/target/debug/deps/liblibloading-71690e27db57d600.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/librandom_color-7c644782cf40fe33.rlib" "/opt/rustwide/target/debug/deps/librand-4eef6736e8068b7d.rlib" "/opt/rustwide/target/debug/deps/librand-45ff4896fc615d45.rlib" "/opt/rustwide/target/debug/deps/librustfft-d2c3b1f3cd6d649d.rlib" "/opt/rustwide/target/debug/deps/libtranspose-ec375d5244054f2a.rlib" "/opt/rustwide/target/debug/deps/libstrength_reduce-c49e62ae00114612.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b323a4b6c1dbecd6.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-7107cc967bd83d27.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4c391b9c6e0fa0e0.rlib" "/opt/rustwide/target/debug/deps/librs_ws281x-6e251189ab8f9cb7.rlib" "/opt/rustwide/target/debug/deps/libserde-2038d8bcf834390b.rlib" "/opt/rustwide/target/debug/deps/libclap-cd94397b9c0972a7.rlib" "/opt/rustwide/target/debug/deps/libvec_map-0124ff4ac8afcced.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-4bd7a20ff86ce273.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-06d7a0793e9ca709.rlib" "/opt/rustwide/target/debug/deps/libstrsim-b32b1c93e6d2d890.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib" "/opt/rustwide/target/debug/deps/libatty-7ecf6a35a851e7e0.rlib" "/opt/rustwide/target/debug/deps/liblibc-c8c9ae7ded3ce306.rlib" "/opt/rustwide/target/debug/deps/libansi_term-0d3bacace01cab89.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-ljack" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -ljack [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `spectrum`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a1e1a77905e8103ec666e1615db29dbb5d2d88aff15314f3b36e20ea840c777f"` [INFO] running `"docker" "rm" "-f" "a1e1a77905e8103ec666e1615db29dbb5d2d88aff15314f3b36e20ea840c777f"` [INFO] [stdout] a1e1a77905e8103ec666e1615db29dbb5d2d88aff15314f3b36e20ea840c777f