[INFO] fetching crate comet-rs 0.1.1-rc3...
[INFO] checking comet-rs-0.1.1-rc3 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate comet-rs 0.1.1-rc3 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate comet-rs 0.1.1-rc3 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate comet-rs 0.1.1-rc3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate comet-rs 0.1.1-rc3
[INFO] tweaked toml for crates.io crate comet-rs 0.1.1-rc3 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate crates.io crate comet-rs 0.1.1-rc3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded comet-rs-impl v0.1.1-rc2
[INFO] [stderr]   Downloaded inventory v0.2.3
[INFO] [stderr]   Downloaded ghost v0.1.4
[INFO] [stderr]   Downloaded regex v1.5.5
[INFO] [stderr]   Downloaded libc v0.2.123
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 914049b73aa9260f4099995d7f8ce82f6f3f7d2ac96be2ce916836c6aad191ad
[INFO] running `Command { std: "docker" "start" "-a" "914049b73aa9260f4099995d7f8ce82f6f3f7d2ac96be2ce916836c6aad191ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "914049b73aa9260f4099995d7f8ce82f6f3f7d2ac96be2ce916836c6aad191ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "914049b73aa9260f4099995d7f8ce82f6f3f7d2ac96be2ce916836c6aad191ad", kill_on_drop: false }`
[INFO] [stdout] 914049b73aa9260f4099995d7f8ce82f6f3f7d2ac96be2ce916836c6aad191ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0c62ae6b2dddaf316558c0bdc0678878925dfa0516d7775db3e40e5c19ae6fe
[INFO] running `Command { std: "docker" "start" "-a" "a0c62ae6b2dddaf316558c0bdc0678878925dfa0516d7775db3e40e5c19ae6fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling libc v0.2.123
[INFO] [stderr]    Compiling syn v1.0.91
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]     Checking libloading v0.7.3
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking getrandom v0.2.6
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking assert_cmd v2.0.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling ctor v0.1.22
[INFO] [stderr]    Compiling ghost v0.1.4
[INFO] [stderr]    Compiling comet-rs-impl v0.1.1-rc2
[INFO] [stderr]     Checking inventory v0.2.3
[INFO] [stderr]     Checking comet-rs v0.1.1-rc3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:185:36
[INFO] [stdout]     |
[INFO] [stdout] 185 |         shared_libs.insert(lib.name.clone());
[INFO] [stdout]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:185:36
[INFO] [stdout]     |
[INFO] [stdout] 185 |         shared_libs.insert(lib.name.clone());
[INFO] [stdout]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:193:36
[INFO] [stdout]     |
[INFO] [stdout] 193 |         func_names.insert(func.name.clone());
[INFO] [stdout]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:193:36
[INFO] [stdout]     |
[INFO] [stdout] 193 |         func_names.insert(func.name.clone());
[INFO] [stdout]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:207:24
[INFO] [stdout]     |
[INFO] [stdout] 207 |         map.insert(func.clone(), func_ptr);
[INFO] [stdout]     |                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:207:24
[INFO] [stdout]     |
[INFO] [stdout] 207 |         map.insert(func.clone(), func_ptr);
[INFO] [stdout]     |                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> tests/chain_ops/sp_transpose_csr_eltwise_csr_dense.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout] 1  | / comet_rs::comet_fn! { sp_transpose_csr_eltwise_csr_dense, {
[INFO] [stdout] 2  | |     let i = Index::new();
[INFO] [stdout] 3  | |     let j = Index::new();
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | |
[INFO] [stdout] 14 | | }}
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: Cannot find comet-opt at /opt/rustwide/workdir/../../../build/bin/comet-opt
[INFO] [stdout]             Please set the COMET_BIN_DIR envrionement variable to the directory containing the comet-opt binary
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> tests/semiring/eltwise_monoid_plus_dense_dense_dense.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout] 1  | / comet_rs::comet_fn! { elwise_monoid_plus_dense_dense_dense, {
[INFO] [stdout] 2  | |     let a = Index::with_value(4);
[INFO] [stdout] 3  | |     let b = Index::with_value(4);
[INFO] [stdout] ...  |
[INFO] [stdout] 9  | |     C.print();
[INFO] [stdout] 10 | | }}
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: Cannot find comet-opt at /opt/rustwide/workdir/../../../build/bin/comet-opt
[INFO] [stdout]             Please set the COMET_BIN_DIR envrionement variable to the directory containing the comet-opt binary
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]  --> tests/ops/utility_print_dense.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / comet_rs::comet_fn! { print_dense, {
[INFO] [stdout] 2 | |     let i = Index::with_value(4);
[INFO] [stdout] 3 | |     let j = Index::with_value(4);
[INFO] [stdout] ... |
[INFO] [stdout] 7 | |     A.print();
[INFO] [stdout] 8 | | }}
[INFO] [stdout]   | |__^
[INFO] [stdout]   |
[INFO] [stdout]   = help: message: Cannot find comet-opt at /opt/rustwide/workdir/../../../build/bin/comet-opt
[INFO] [stdout]            Please set the COMET_BIN_DIR envrionement variable to the directory containing the comet-opt binary
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> tests/semiring/mv_semiring_plustimes_dense_dense_dense.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout] 1  | / comet_rs::comet_fn! { mv_semiring_plustimes_dense_dense_dense, {
[INFO] [stdout] 2  | |     let i = Index::with_value(8);
[INFO] [stdout] 3  | |     let j = Index::with_value(16);
[INFO] [stdout] ...  |
[INFO] [stdout] 9  | |     C.print();
[INFO] [stdout] 10 | | }}
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: Cannot find comet-opt at /opt/rustwide/workdir/../../../build/bin/comet-opt
[INFO] [stdout]             Please set the COMET_BIN_DIR envrionement variable to the directory containing the comet-opt binary
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> tests/kernels/ccsd_t1_21_loops.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout] 1  | / comet_rs::comet_fn! { ccsd_t1_21_loops, {
[INFO] [stdout] 2  | |     let i, c = Index::with_value(2);
[INFO] [stdout] 3  | |     let m, n, a = Index::with_value(4);
[INFO] [stdout] ...  |
[INFO] [stdout] 9  | |     i0.print();
[INFO] [stdout] 10 | | }}
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: Cannot find comet-opt at /opt/rustwide/workdir/../../../build/bin/comet-opt
[INFO] [stdout]             Please set the COMET_BIN_DIR envrionement variable to the directory containing the comet-opt binary
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> tests/ops/eltwise_dense_csr_dense.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout] 1  | / comet_rs::comet_fn! { elwise_dense_csr_dense, {
[INFO] [stdout] 2  | |     let a = Index::new();
[INFO] [stdout] 3  | |     let b = Index::new();
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | |     C.print();
[INFO] [stdout] 11 | | }}
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: Cannot find comet-opt at /opt/rustwide/workdir/../../../build/bin/comet-opt
[INFO] [stdout]             Please set the COMET_BIN_DIR envrionement variable to the directory containing the comet-opt binary
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> tests/ops/mult_dense_ij-ikj-kj.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout] 1  | / comet_rs::comet_fn! { dense_ij_ikj_kj, {
[INFO] [stdout] 2  | |     let i = Index::with_value(4);
[INFO] [stdout] 3  | |     let k = Index::with_value(4);
[INFO] [stdout] 4  | |     let j = Index::with_value(4);
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | |     C.print();
[INFO] [stdout] 11 | | }}
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: Cannot find comet-opt at /opt/rustwide/workdir/../../../build/bin/comet-opt
[INFO] [stdout]             Please set the COMET_BIN_DIR envrionement variable to the directory containing the comet-opt binary
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> tests/chain_ops/dtranspose_eltwise_dense_dense.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout] 1  | / comet_rs::comet_fn! { dtranspose_eltwise_dense_dense, {
[INFO] [stdout] 2  | |     let i = Index::with_value(4);
[INFO] [stdout] 3  | |     let j = Index::with_value(4);
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | | MlirOption::[ConvertLinalgToLoops, ConvertScfToStd, ConvertStdToLlvm]
[INFO] [stdout] 16 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: Cannot find comet-opt at /opt/rustwide/workdir/../../../build/bin/comet-opt
[INFO] [stdout]             Please set the COMET_BIN_DIR envrionement variable to the directory containing the comet-opt binary
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `elwise_dense_csr_dense` in this scope
[INFO] [stdout]   --> tests/ops/eltwise_dense_csr_dense.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     elwise_dense_csr_dense();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `elwise_monoid_plus_dense_dense_dense` in this scope
[INFO] [stdout]   --> tests/semiring/eltwise_monoid_plus_dense_dense_dense.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     elwise_monoid_plus_dense_dense_dense();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ccsd_t1_21_loops` in this scope
[INFO] [stdout]   --> tests/kernels/ccsd_t1_21_loops.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ccsd_t1_21_loops();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mv_semiring_plustimes_dense_dense_dense` in this scope
[INFO] [stdout]   --> tests/semiring/mv_semiring_plustimes_dense_dense_dense.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     mv_semiring_plustimes_dense_dense_dense();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `dtranspose_eltwise_dense_dense` in this scope
[INFO] [stdout]   --> tests/chain_ops/dtranspose_eltwise_dense_dense.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     dtranspose_eltwise_dense_dense();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `comet-rs` (example "eltwise_dense_csr_dense") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `comet-rs` (example "mv_semiring_plustimes_dense_dense_dense") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `comet-rs` (example "eltwise_monoid_plus_dense_dense_dense") due to 2 previous errors
[INFO] [stdout] error[E0425]: cannot find function `sp_transpose_csr_eltwise_csr_dense` in this scope
[INFO] [stdout]   --> tests/chain_ops/sp_transpose_csr_eltwise_csr_dense.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     sp_transpose_csr_eltwise_csr_dense();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `dense_ij_ikj_kj` in this scope
[INFO] [stdout]   --> tests/ops/mult_dense_ij-ikj-kj.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     dense_ij_ikj_kj();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `comet-rs` (example "dtranspose_eltwise_dense_dense") due to 2 previous errors
[INFO] [stdout] error[E0425]: cannot find function `print_dense` in this scope
[INFO] [stdout]   --> tests/ops/utility_print_dense.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     print_dense();
[INFO] [stdout]    |     ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `comet-rs` (example "ccsd_t1_21_loops") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `comet-rs` (example "sp_transpose_csr_eltwise_csr_dense") due to 2 previous errors
[INFO] [stderr] error: could not compile `comet-rs` (example "mult_dense_ij-ikj-kj") due to 2 previous errors
[INFO] [stderr] error: could not compile `comet-rs` (example "utility_print_dense") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "a0c62ae6b2dddaf316558c0bdc0678878925dfa0516d7775db3e40e5c19ae6fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0c62ae6b2dddaf316558c0bdc0678878925dfa0516d7775db3e40e5c19ae6fe", kill_on_drop: false }`
[INFO] [stdout] a0c62ae6b2dddaf316558c0bdc0678878925dfa0516d7775db3e40e5c19ae6fe
