[INFO] updating cached repository https://github.com/padenot/mafmds [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] 116d650b9fdbad6a5fe7d4d95e29f40781af1309 [INFO] testing padenot/mafmds against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpadenot%2Fmafmds" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/padenot/mafmds on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/padenot/mafmds [INFO] removed path dependency monome-rs from git repo https://github.com/padenot/mafmds [INFO] finished tweaking git repo https://github.com/padenot/mafmds [INFO] tweaked toml for git repo https://github.com/padenot/mafmds written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/padenot/mafmds already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (monome-rs) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/padenot/musical_scales` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (monome-rs) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+1.44.0" "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] f8ae0c513f2846f59aaab5ccd05f0df8cfc4e6487783eb0aeccc0efcb059c1f6 [INFO] running `"docker" "start" "-a" "f8ae0c513f2846f59aaab5ccd05f0df8cfc4e6487783eb0aeccc0efcb059c1f6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (monome-rs) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling audio-clock v0.2.0 [INFO] [stderr] Compiling sample v0.10.0 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling rosc v0.1.6 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling musical_scales v0.1.0 (https://github.com/padenot/musical_scales#840977f4) [INFO] [stderr] Compiling cubeb-sys v0.5.6 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling monome-rs v1.1.0 [INFO] [stderr] Compiling cubeb-core v0.5.6 [INFO] [stderr] Compiling cubeb v0.5.6 [INFO] [stderr] Compiling redw v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `set_decay` [INFO] [stderr] --> src/main.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn set_decay(&mut self, decay: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_hold` [INFO] [stderr] --> src/main.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn set_hold(&mut self, hold: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_sustain` [INFO] [stderr] --> src/main.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn set_sustain(&mut self, sustain: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `f2s` [INFO] [stderr] --> src/main.rs:82:5 [INFO] [stderr] | [INFO] [stderr] 82 | fn f2s(&self, t: usize) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `sample_rate` [INFO] [stderr] --> src/main.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | sample_rate: f32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_detune` [INFO] [stderr] --> src/main.rs:169:5 [INFO] [stderr] | [INFO] [stderr] 169 | fn set_detune(&mut self, detune: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_phase` [INFO] [stderr] --> src/main.rs:172:5 [INFO] [stderr] | [INFO] [stderr] 172 | fn set_phase(&mut self, phase: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.redw.krk3vq88-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55" "/opt/rustwide/target/debug/deps/redw-1d73e94b1a1b4a55.4e7z0zyzl71yl36v.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-5258e60caf98ae72/out/lib" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-5258e60caf98ae72/out/lib64" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libmonome-47ed210d961afbf5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-5d9f0aba6d8abfbd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-f5db19337e334172.rlib" "/opt/rustwide/target/debug/deps/librosc-8298d1a9bcf29b76.rlib" "/opt/rustwide/target/debug/deps/libtokio-03ac41a26718006e.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-00e3c6275594479c.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-15275d574bd6a6ae.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a7bc731777fcc658.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8940370071880dd9.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-125df5a6a1b85c04.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-f9299c74f3830a69.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-db6939cae4e6018d.rlib" "/opt/rustwide/target/debug/deps/libfnv-b45dacb9ecb507ee.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f9bfecff4df907ca.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a32cfcf1affb0f29.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/liblock_api-2e6987098335faef.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-08403c5d2667f6f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-5bc11578c959235e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-788956864107f14f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-48eef9cc011f78b4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2c499fe78bf37f3e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5ad4270d09bfce92.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-aebce936eb4eb10d.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-aa24168589a9112c.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-709615f3af75dd60.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8ed8d280867c6832.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-4bda810f3b1cd073.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-b4dae1c2e71f9531.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e56f6a37558f5148.rlib" "/opt/rustwide/target/debug/deps/libmio-f2f39bf6c7719cc6.rlib" "/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libnet2-2ed7bdee15c78e0d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-0a4bb9d0724fc40f.rlib" "/opt/rustwide/target/debug/deps/libiovec-5618144fab7b2acb.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5cddd3c0738b32cd.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libaudio_clock-f92ef531a2b6b8a3.rlib" "/opt/rustwide/target/debug/deps/libcubeb-6be9b86f402bc60a.rlib" "/opt/rustwide/target/debug/deps/libcubeb_core-0a535d8c092173ef.rlib" "/opt/rustwide/target/debug/deps/libcubeb_sys-753fb9e5cd205298.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lstdc++" "-lasound" "-lpulse" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libcubeb_sys-753fb9e5cd205298.rlib(cubeb_sndio.c.o): in function `sndio_mainloop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:122: undefined reference to `sio_start' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:206: undefined reference to `sio_pollfd' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:216: undefined reference to `sio_revents' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:224: undefined reference to `sio_write' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:225: undefined reference to `sio_eof' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:234: undefined reference to `sio_read' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:235: undefined reference to `sio_eof' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:247: undefined reference to `sio_stop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcubeb_sys-753fb9e5cd205298.rlib(cubeb_sndio.c.o): in function `sndio_stream_init': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:326: undefined reference to `sio_open' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:331: undefined reference to `sio_initpar' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:354: undefined reference to `sio_setpar' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:354: undefined reference to `sio_getpar' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:365: undefined reference to `sio_onmove' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:403: undefined reference to `sio_close' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcubeb_sys-753fb9e5cd205298.rlib(cubeb_sndio.c.o): in function `sndio_stream_destroy': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cubeb-sys-0.5.6/libcubeb/src/cubeb_sndio.c:449: undefined reference to `sio_close' [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 `redw`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f8ae0c513f2846f59aaab5ccd05f0df8cfc4e6487783eb0aeccc0efcb059c1f6"` [INFO] running `"docker" "rm" "-f" "f8ae0c513f2846f59aaab5ccd05f0df8cfc4e6487783eb0aeccc0efcb059c1f6"` [INFO] [stdout] f8ae0c513f2846f59aaab5ccd05f0df8cfc4e6487783eb0aeccc0efcb059c1f6