[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 beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpadenot%2Fmafmds" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/padenot/mafmds 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/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-6/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" "+beta-2020-06-03" "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-6/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" "+beta-2020-06-03" "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" "+beta-2020-06-03" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 44e024f26a9e3572d38218286714600f1d9cbc4990977de87695c53ae39896de [INFO] running `"docker" "start" "-a" "44e024f26a9e3572d38218286714600f1d9cbc4990977de87695c53ae39896de"` [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 tokio-sync v0.1.8 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling rosc v0.1.6 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling musical_scales v0.1.0 (https://github.com/padenot/musical_scales#840977f4) [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling cubeb-sys v0.5.6 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.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: associated function is never used: `set_decay` [INFO] [stderr] --> src/main.rs:64:12 [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: associated function is never used: `set_hold` [INFO] [stderr] --> src/main.rs:67:12 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn set_hold(&mut self, hold: f32) { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_sustain` [INFO] [stderr] --> src/main.rs:70:12 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn set_sustain(&mut self, sustain: f32) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `f2s` [INFO] [stderr] --> src/main.rs:82:8 [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: associated function is never used: `set_detune` [INFO] [stderr] --> src/main.rs:169:8 [INFO] [stderr] | [INFO] [stderr] 169 | fn set_detune(&mut self, detune: f32) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_phase` [INFO] [stderr] --> src/main.rs:172:8 [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.redw.7yl9lafu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e" "/opt/rustwide/target/debug/deps/redw-ab39743a8f3f671e.1mzjewlpjllo5opg.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-b5a6359d167740e7/out/lib" "-L" "/opt/rustwide/target/debug/build/cubeb-sys-b5a6359d167740e7/out/lib64" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libmonome-9dd6f65acc11d2c9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-9a3338d7c36f23c2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-1c73c856c476511c.rlib" "/opt/rustwide/target/debug/deps/librosc-d9d3b9d016091af9.rlib" "/opt/rustwide/target/debug/deps/libtokio-96986d3531bf08e6.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-68d056bd3736239f.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-638a4ae0c19e023b.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-40b83d4156921bef.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-bbbbd764e7616c4a.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-c235be238fbcf0c8.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-fae392fa19363b19.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-32fb27bfe8fd579c.rlib" "/opt/rustwide/target/debug/deps/libfnv-d46cc828847a1306.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-e1e996d668ff3115.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-514a7fd633b20ffe.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-13f2e93db959e239.rlib" "/opt/rustwide/target/debug/deps/liblock_api-bcbe0572741418d2.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-8c1bdcc73933abb5.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-487471cc03237e94.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-42c99cebd20ee05b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a9e0d04c077c91e1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-eb28c5bd8246c8d0.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6e82e76ec854833d.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-5c24e8767944acb0.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-c59d4d0642fbf7ab.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-fe4e16b31cef9b11.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-51ce3f900c229019.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-76f5c6d637dd14b0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-f0e55c255f663e59.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-e0c8857e2ef2bd42.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-210e4113cdbae879.rlib" "/opt/rustwide/target/debug/deps/libmio-9a6cb958f4c8a724.rlib" "/opt/rustwide/target/debug/deps/liblog-c709ae7ff9aa4321.rlib" "/opt/rustwide/target/debug/deps/libslab-4c5e5a4b1eda1a25.rlib" "/opt/rustwide/target/debug/deps/libnet2-2fe4992f274b56f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libbytes-2ffcba0cde1fb7f2.rlib" "/opt/rustwide/target/debug/deps/libiovec-53711fde944e9042.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e17c5c99334ee98.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-78580fbf595daae7.rlib" "/opt/rustwide/target/debug/deps/libfutures-cbe4e291e0a0e8bc.rlib" "/opt/rustwide/target/debug/deps/libaudio_clock-ece1fde718a9b16f.rlib" "/opt/rustwide/target/debug/deps/libcubeb-20f3123cc9db659c.rlib" "/opt/rustwide/target/debug/deps/libcubeb_core-94ee7e9a487ca8fb.rlib" "/opt/rustwide/target/debug/deps/libcubeb_sys-423a6cb434d5da47.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.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" "-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-423a6cb434d5da47.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-423a6cb434d5da47.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-423a6cb434d5da47.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" "44e024f26a9e3572d38218286714600f1d9cbc4990977de87695c53ae39896de"` [INFO] running `"docker" "rm" "-f" "44e024f26a9e3572d38218286714600f1d9cbc4990977de87695c53ae39896de"` [INFO] [stdout] 44e024f26a9e3572d38218286714600f1d9cbc4990977de87695c53ae39896de