[INFO] updating cached repository truefedex/chatterbox [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/truefedex/chatterbox [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/truefedex/chatterbox" "work/ex/beta-1.37-6/sources/1.36.0/gh/truefedex/chatterbox"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/truefedex/chatterbox'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/truefedex/chatterbox" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/truefedex/chatterbox"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/truefedex/chatterbox'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 70d15744084be8133547b60efe5c0e00b2f3f7b5 [INFO] sha for GitHub repo truefedex/chatterbox: 70d15744084be8133547b60efe5c0e00b2f3f7b5 [INFO] validating manifest of truefedex/chatterbox on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of truefedex/chatterbox on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing truefedex/chatterbox [INFO] finished frobbing truefedex/chatterbox [INFO] frobbed toml for truefedex/chatterbox written to work/ex/beta-1.37-6/sources/1.36.0/gh/truefedex/chatterbox/Cargo.toml [INFO] started frobbing truefedex/chatterbox [INFO] finished frobbing truefedex/chatterbox [INFO] frobbed toml for truefedex/chatterbox written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/truefedex/chatterbox/Cargo.toml [INFO] crate truefedex/chatterbox already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/truefedex/chatterbox/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing truefedex/chatterbox against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/truefedex/chatterbox:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 182fdb7007cbd8f814690fcae7ae98f5d75ddce5e45f498ef16dd6a677abc024 [INFO] running `"docker" "start" "-a" "182fdb7007cbd8f814690fcae7ae98f5d75ddce5e45f498ef16dd6a677abc024"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling hound v1.1.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling simplelog v0.1.0 [INFO] [stderr] Compiling solicit v0.4.4 [INFO] [stderr] Compiling hyper v0.8.1 [INFO] [stderr] Compiling iron v0.3.1 [INFO] [stderr] Compiling mount v0.1.0 [INFO] [stderr] Compiling router v0.1.1 [INFO] [stderr] Compiling staticfile v0.2.0 [INFO] [stderr] Compiling chatterbox v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `rustc_serialize` [INFO] [stderr] --> src/backends/patternbased.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use rustc_serialize::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/output/bass.rs:44:20 [INFO] [stderr] | [INFO] [stderr] 44 | pub type HSTREAM = uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/output/bass.rs:50:30 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn BASS_Init(device: int64_t, freq: uint32_t, flags: uint32_t, win: uint64_t, clsid: intptr_t) -> uint8_t; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/output/bass.rs:50:45 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn BASS_Init(device: int64_t, freq: uint32_t, flags: uint32_t, win: uint64_t, clsid: intptr_t) -> uint8_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/output/bass.rs:50:62 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn BASS_Init(device: int64_t, freq: uint32_t, flags: uint32_t, win: uint64_t, clsid: intptr_t) -> uint8_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stderr] --> src/output/bass.rs:50:77 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn BASS_Init(device: int64_t, freq: uint32_t, flags: uint32_t, win: uint64_t, clsid: intptr_t) -> uint8_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/output/bass.rs:50:107 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn BASS_Init(device: int64_t, freq: uint32_t, flags: uint32_t, win: uint64_t, clsid: intptr_t) -> uint8_t; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/output/bass.rs:51:27 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn BASS_Free() -> uint8_t; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/output/bass.rs:52:36 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn BASS_StreamCreate(freq: uint32_t, chans: uint32_t, flags: uint32_t, proc_: intptr_t, user: intptr_t) -> HSTREAM; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/output/bass.rs:52:53 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn BASS_StreamCreate(freq: uint32_t, chans: uint32_t, flags: uint32_t, proc_: intptr_t, user: intptr_t) -> HSTREAM; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/output/bass.rs:52:70 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn BASS_StreamCreate(freq: uint32_t, chans: uint32_t, flags: uint32_t, proc_: intptr_t, user: intptr_t) -> HSTREAM; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/output/bass.rs:53:48 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn BASS_StreamFree(handle: HSTREAM) -> uint8_t; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/output/bass.rs:54:76 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn BASS_StreamPutData(handle: HSTREAM, buffer: *const i16, length: uint32_t) -> uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/output/bass.rs:54:89 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn BASS_StreamPutData(handle: HSTREAM, buffer: *const i16, length: uint32_t) -> uint32_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/output/bass.rs:55:37 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn BASS_ChannelPlay(handle: uint32_t, restart: uint8_t) -> uint8_t; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/output/bass.rs:55:56 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn BASS_ChannelPlay(handle: uint32_t, restart: uint8_t) -> uint8_t; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/output/bass.rs:55:68 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn BASS_ChannelPlay(handle: uint32_t, restart: uint8_t) -> uint8_t; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/output/bass.rs:24:116 [INFO] [stderr] | [INFO] [stderr] 24 | let result = unsafe { BASS_StreamPutData(self.stream, self.buffer.as_mut_ptr(), (self.buffer.len() * 2) as uint32_t) }; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/main.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use std::io::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [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/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.chatterbox.681yek2a-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed" "/opt/crater/target/debug/deps/chatterbox-56d26c447ae53fed.4l9vesnud2ad7qzq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lbass" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librouter-29a691737f34ce05.rlib" "/opt/crater/target/debug/deps/libroute_recognizer-2351b2c452ab9479.rlib" "/opt/crater/target/debug/deps/libstaticfile-2bc922f7939b4a80.rlib" "/opt/crater/target/debug/deps/libmount-a3ad29e7f0720e97.rlib" "/opt/crater/target/debug/deps/libsequence_trie-3f1ac64852cc0867.rlib" "/opt/crater/target/debug/deps/libiron-249b30782c8be99c.rlib" "/opt/crater/target/debug/deps/libmodifier-2b81c1580f3046b6.rlib" "/opt/crater/target/debug/deps/liblazy_static-80c68ec466d08be3.rlib" "/opt/crater/target/debug/deps/libconduit_mime_types-eedf4838a62a9d44.rlib" "/opt/crater/target/debug/deps/liberror-954d06832865edc3.rlib" "/opt/crater/target/debug/deps/libplugin-2f57a33aa94d0b87.rlib" "/opt/crater/target/debug/deps/libtypemap-6062ec22978aff43.rlib" "/opt/crater/target/debug/deps/libunsafe_any-4642c5d08d75df68.rlib" "/opt/crater/target/debug/deps/libtraitobject-e33df04668a8e80e.rlib" "/opt/crater/target/debug/deps/libhyper-ecaa1db3c13c024d.rlib" "/opt/crater/target/debug/deps/libmime-918ca09a772705da.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-64cc9c97c5566356.rlib" "/opt/crater/target/debug/deps/libsolicit-7f232d66fd4493e8.rlib" "/opt/crater/target/debug/deps/libhpack-b31022f6289e02de.rlib" "/opt/crater/target/debug/deps/libtypeable-215d98ef64fbe0e2.rlib" "/opt/crater/target/debug/deps/libtraitobject-33e4f3223d24ebc9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-525c7fff7463fe59.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libunicase-6496f0874eb2dbae.rlib" "/opt/crater/target/debug/deps/libcookie-3cd2d04a5dc94a33.rlib" "/opt/crater/target/debug/deps/liburl-d1846cda2e7e44b0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libidna-5950e5a8905ea49d.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-a91dbe3d8912b8a4.rlib" "/opt/crater/target/debug/deps/liburl-8dbdddafbc22618a.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-0c8ec8ad19fc4e02.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-1d9a5692bf796d09.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/libmatches-3af62a8bbaa5211e.rlib" "/opt/crater/target/debug/deps/libuuid-27c95571c90bd39a.rlib" "/opt/crater/target/debug/deps/libgetopts-65cdc9b816a721d2.rlib" "/opt/crater/target/debug/deps/libunicode_width-26f3734d51bc29d0.rlib" "/opt/crater/target/debug/deps/libsimplelog-6d953999f048e654.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libterm-aa255f668bb8d576.rlib" "/opt/crater/target/debug/deps/libchatterbox-327b1e07866f0aef.rlib" "/opt/crater/target/debug/deps/librand-7173874d3e26156a.rlib" "/opt/crater/target/debug/deps/librand-00e4c4fa1088f68e.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/liblog-a60233c9189805c1.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libhound-6742c11b59adac6e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lbass [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `chatterbox`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "182fdb7007cbd8f814690fcae7ae98f5d75ddce5e45f498ef16dd6a677abc024"` [INFO] running `"docker" "rm" "-f" "182fdb7007cbd8f814690fcae7ae98f5d75ddce5e45f498ef16dd6a677abc024"` [INFO] [stdout] 182fdb7007cbd8f814690fcae7ae98f5d75ddce5e45f498ef16dd6a677abc024