[INFO] crate ledcat 0.1.5 is already in cache [INFO] testing ledcat-0.1.5 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate ledcat 0.1.5 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate ledcat 0.1.5 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ledcat 0.1.5 [INFO] finished tweaking crates.io crate ledcat 0.1.5 [INFO] tweaked toml for crates.io crate ledcat 0.1.5 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 664688a4f613cb9367a4902752cc0cea0e75d6d0cf2b11326f7a42bfb8dcd8ab [INFO] running `Command { std: "docker" "start" "-a" "664688a4f613cb9367a4902752cc0cea0e75d6d0cf2b11326f7a42bfb8dcd8ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "664688a4f613cb9367a4902752cc0cea0e75d6d0cf2b11326f7a42bfb8dcd8ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "664688a4f613cb9367a4902752cc0cea0e75d6d0cf2b11326f7a42bfb8dcd8ab", kill_on_drop: false }` [INFO] [stdout] 664688a4f613cb9367a4902752cc0cea0e75d6d0cf2b11326f7a42bfb8dcd8ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44dc7c4337f75d01abdba5bd4c93efb59694d82da9365290bbf063f2265f0bc8 [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" "44dc7c4337f75d01abdba5bd4c93efb59694d82da9365290bbf063f2265f0bc8", kill_on_drop: false }` [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling ledcat v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling gpio v0.3.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/main.rs:374:51 [INFO] [stdout] | [INFO] [stdout] 374 | let transpositions: Vec> = try!(operations.into_iter() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/apa102.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | fn write_frame(&self, writer: &mut io::Write, pixels: &[Pixel]) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/fluxled/mod.rs:244:20 [INFO] [stdout] | [INFO] [stdout] 244 | type Err = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/fluxled/mod.rs:253:43 [INFO] [stdout] | [INFO] [stdout] 253 | .or_else(|_| -> Result<_, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/generic.rs:13:40 [INFO] [stdout] | [INFO] [stdout] 13 | fn write_frame(&self, writer: &mut io::Write, pixels: &[Pixel]) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/hexws2811.rs:13:40 [INFO] [stdout] | [INFO] [stdout] 13 | fn write_frame(&self, writer: &mut io::Write, pixels: &[Pixel]) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/lpd8806.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | fn write_frame(&self, writer: &mut io::Write, pixels: &[Pixel]) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/sk9822.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | fn write_frame(&self, writer: &mut io::Write, pixels: &[Pixel]) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/ws2812.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | fn write_frame(&self, writer: &mut io::Write, pixels: &[Pixel]) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/mod.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | impl Output for Box { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/mod.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | fn write_frame(&self, &mut io::Write, &[Pixel]) -> io::Result<()>; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/mod.rs:82:37 [INFO] [stdout] | [INFO] [stdout] 82 | fn write_frame(&self, out: &mut io::Write, frame: &[Pixel]) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/mod.rs:111:16 [INFO] [stdout] | [INFO] [stdout] 111 | Device(Box), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/device/mod.rs:113:16 [INFO] [stdout] | [INFO] [stdout] 113 | Output(Box), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/driver/artnet/unicast.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | target: Box, [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Target` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/driver/artnet/unicast.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn to(target: Box, frame_size: usize) -> io::Result { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Target` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/driver/artnet/mod.rs:59:28 [INFO] [stdout] | [INFO] [stdout] 59 | let artnet_target: Box = if args.is_present("broadcast") { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Target` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/driver/spidev.rs:28:38 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn open(path: &path::Path, dev: &Device) -> Result { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input/geometry.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | impl Transposition for Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Transposition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input/select.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | inputs: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn ReadFd + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input/select.rs:39:39 [INFO] [stdout] | [INFO] [stdout] 39 | let files: io::Result>> = filenames.into_iter().map(|filename| { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn ReadFd + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input/select.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | Ok(Box::::from(Box::new(file))) [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn ReadFd + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input/select.rs:68:33 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn from(inputs: Vec>, switch_after: usize, when_eof: WhenEOF, clear_timeout: Option) -> Reader { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn ReadFd + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:164:21 [INFO] [stdout] | [INFO] [stdout] 164 | let output: Box = { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:190:33 [INFO] [stdout] | [INFO] [stdout] 190 | let output: Box = match driver_name.as_str() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::Write + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:374:33 [INFO] [stdout] | [INFO] [stdout] 374 | let transpositions: Vec> = try!(operations.into_iter() [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Transposition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:375:35 [INFO] [stdout] | [INFO] [stdout] 375 | .map(|name| -> Result, String> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Transposition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.ledcat.bvzjp7eq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7" "/opt/rustwide/target/debug/deps/ledcat-6f55b830157d79b7.4y83ofxcka7urvno.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/workdir/components/rpi-rgb-led-matrix/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "-Wl,--whole-archive" "-lrgbmatrix" "-Wl,--no-whole-archive" "-Wl,-Bdynamic" "-lstdc++" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libregex-9d7cc8905e175b99.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b5a8520d8d18b76f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a1e9e1e3fc23ae94.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-82571f279f177a2c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8df1994bb164e7a2.rlib" "/opt/rustwide/target/debug/deps/libnix-67430a6902c48d55.rlib" "/opt/rustwide/target/debug/deps/libvoid-2b8404f9072f9abf.rlib" "/opt/rustwide/target/debug/deps/libbytes-bab71d847f85b662.rlib" "/opt/rustwide/target/debug/deps/libiovec-f844988195678a81.rlib" "/opt/rustwide/target/debug/deps/libnet2-0d7f4416e167f4dd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/libgpio-f94138880c945e47.rlib" "/opt/rustwide/target/debug/deps/libclap-2cf1b6e930c9588c.rlib" "/opt/rustwide/target/debug/deps/libvec_map-7100684f869cd5d4.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-8ae0f8936ac22737.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-205a394572a8e7c4.rlib" "/opt/rustwide/target/debug/deps/libstrsim-22d7efa33182e3c6.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libatty-12222e46c3c2fc91.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/libansi_term-fe7bdec5ded10333.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lrgbmatrix [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ledcat`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "44dc7c4337f75d01abdba5bd4c93efb59694d82da9365290bbf063f2265f0bc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44dc7c4337f75d01abdba5bd4c93efb59694d82da9365290bbf063f2265f0bc8", kill_on_drop: false }` [INFO] [stdout] 44dc7c4337f75d01abdba5bd4c93efb59694d82da9365290bbf063f2265f0bc8