[INFO] cloning repository https://github.com/blockstack/gh-action-testing [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blockstack/gh-action-testing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblockstack%2Fgh-action-testing", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblockstack%2Fgh-action-testing'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e06e254620d903a9709a1ccbdcd9ba141d73ff6f [INFO] testing blockstack/gh-action-testing against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblockstack%2Fgh-action-testing" "/workspace/builds/worker-31/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-31/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/blockstack/gh-action-testing on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-31/source/.cargo/config [INFO] removed /workspace/builds/worker-31/source/rust-toolchain [INFO] started tweaking git repo https://github.com/blockstack/gh-action-testing [INFO] finished tweaking git repo https://github.com/blockstack/gh-action-testing [INFO] tweaked toml for git repo https://github.com/blockstack/gh-action-testing written to /workspace/builds/worker-31/source/Cargo.toml [INFO] crate git repo https://github.com/blockstack/gh-action-testing already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3ba5bb568355f7ad1e2576360600de69b1b2a74c19ac6dc8b06f495e9f8e367 [INFO] running `Command { std: "docker" "start" "-a" "b3ba5bb568355f7ad1e2576360600de69b1b2a74c19ac6dc8b06f495e9f8e367", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3ba5bb568355f7ad1e2576360600de69b1b2a74c19ac6dc8b06f495e9f8e367", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3ba5bb568355f7ad1e2576360600de69b1b2a74c19ac6dc8b06f495e9f8e367", kill_on_drop: false }` [INFO] [stdout] b3ba5bb568355f7ad1e2576360600de69b1b2a74c19ac6dc8b06f495e9f8e367 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2bfda72ca5a90a9d8ccd401106466ca03af6b4f5cfb57e9f2c486ee3327b6726 [INFO] running `Command { std: "docker" "start" "-a" "2bfda72ca5a90a9d8ccd401106466ca03af6b4f5cfb57e9f2c486ee3327b6726", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.72 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.34 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling tinyvec v0.3.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling serde_json v1.0.56 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling blockstack-core v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling smallvec v1.4.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling integer-sqrt v0.1.3 [INFO] [stderr] Compiling tini v0.2.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling standback v0.2.9 [INFO] [stderr] Compiling time v0.2.23 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling hashlink v0.6.0 [INFO] [stderr] Compiling libsqlite3-sys v0.20.1 [INFO] [stderr] Compiling clear_on_drop v0.2.4 [INFO] [stderr] Compiling secp256k1-sys v0.3.0 [INFO] [stderr] Compiling sha2-asm v0.5.4 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling sha3 v0.8.2 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling slog-term v2.6.0 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling curve25519-dalek v2.0.0 [INFO] [stderr] Compiling secp256k1 v0.19.0 [INFO] [stderr] Compiling ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Compiling rusqlite v0.24.2 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/chainstate/stacks/index/mod.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | fn from_bytes([u8; 32]) -> Self; [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: [u8; 32]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/burnchains/mod.rs:183:20 [INFO] [stdout] | [INFO] [stdout] 183 | fn from_string(&str) -> Option [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/chainstate/coordinator/comm.rs:165:32 [INFO] [stdout] | [INFO] [stdout] 165 | std::sync::atomic::spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/chainstate/coordinator/comm.rs:177:32 [INFO] [stdout] | [INFO] [stdout] 177 | std::sync::atomic::spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/net/download.rs:2098:25 [INFO] [stdout] | [INFO] [stdout] 2098 | format!("Empty block requests at height {}", height) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 2098 - format!("Empty block requests at height {}", height) [INFO] [stdout] 2098 + "Empty block requests at height {}", height [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/net/download.rs:2114:25 [INFO] [stdout] | [INFO] [stdout] 2114 | format!("Empty microblock requests at height {}", height) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 2114 - format!("Empty microblock requests at height {}", height) [INFO] [stdout] 2114 + "Empty microblock requests at height {}", height [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/net/poll.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | / format!( [INFO] [stdout] 217 | | "BUG: event map exceeded event capacity ({} > {} + {})", [INFO] [stdout] 218 | | self.event_map.len(), [INFO] [stdout] 219 | | self.event_capacity, [INFO] [stdout] 220 | | self.servers.len() [INFO] [stdout] 221 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 216 ~ [INFO] [stdout] 217 | "BUG: event map exceeded event capacity ({} > {} + {})", [INFO] [stdout] 218 | self.event_map.len(), [INFO] [stdout] 219 | self.event_capacity, [INFO] [stdout] 220 | self.servers.len() [INFO] [stdout] 221 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/vm/database/sqlite.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | panic!(SQL_FAIL_MESSAGE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 47 | panic!("{}", SQL_FAIL_MESSAGE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/vm/database/sqlite.rs:66:20 [INFO] [stdout] | [INFO] [stdout] 66 | panic!(SQL_FAIL_MESSAGE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 66 | panic!("{}", SQL_FAIL_MESSAGE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/vm/database/sqlite.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 108 | panic!(SQL_FAIL_MESSAGE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 108 | panic!("{}", SQL_FAIL_MESSAGE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/vm/database/sqlite.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | panic!(SQL_FAIL_MESSAGE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 119 | panic!("{}", SQL_FAIL_MESSAGE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/vm/database/sqlite.rs:126:20 [INFO] [stdout] | [INFO] [stdout] 126 | panic!(SQL_FAIL_MESSAGE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 126 | panic!("{}", SQL_FAIL_MESSAGE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/vm/database/sqlite.rs:150:24 [INFO] [stdout] | [INFO] [stdout] 150 | panic!(SQL_FAIL_MESSAGE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 150 | panic!("{}", SQL_FAIL_MESSAGE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/clarity.rs:957:32 [INFO] [stdout] | [INFO] [stdout] 957 | panic!(format!( [INFO] [stdout] | ________________________________^ [INFO] [stdout] 958 | | "Expected a ResponseType result from transaction. Found: {}", [INFO] [stdout] 959 | | x [INFO] [stdout] 960 | | )); [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 957 ~ panic!( [INFO] [stdout] 958 | "Expected a ResponseType result from transaction. Found: {}", [INFO] [stdout] 959 | x [INFO] [stdout] 960 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/net/relay.rs:1336:17 [INFO] [stdout] | [INFO] [stdout] 1336 | &mut inbound_recipients_unshuffled[..].shuffle(&mut thread_rng()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 1336 | let _ = &mut inbound_recipients_unshuffled[..].shuffle(&mut thread_rng()); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `blockstack-core`; 15 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name blockstack_lib src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="developer-mode"' -C metadata=e9f807616894b547 -C extra-filename=-e9f807616894b547 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern curve25519_dalek=/opt/rustwide/target/debug/deps/libcurve25519_dalek-382eb976b27eb08c.rmeta --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-f9c0319256753fb3.rmeta --extern integer_sqrt=/opt/rustwide/target/debug/deps/libinteger_sqrt-61182dc89bab1925.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-bba7805b4a4b2cdf.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-d0803df73f9d1867.rmeta --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-9088579eeb9c3207.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-16f308b0e7d973ff.rmeta --extern ripemd160=/opt/rustwide/target/debug/deps/libripemd160-9a34ef56a85dfc95.rmeta --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-6c043ac00236f572.rmeta --extern secp256k1=/opt/rustwide/target/debug/deps/libsecp256k1-9fb963a3d68b8816.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-10ca1d70a6056a29.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-094bc0271f4ae869.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ef9823820a6e8176.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-3d4ed61f8df4da47.rmeta --extern sha2_asm=/opt/rustwide/target/debug/deps/libsha2_asm-00e0a765e05f6686.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-e640ec64d604879e.rmeta --extern slog=/opt/rustwide/target/debug/deps/libslog-b9f7ac4b361ba1b9.rmeta --extern slog_term=/opt/rustwide/target/debug/deps/libslog_term-4ce50b9c55ef8708.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-954c06b6d35e4aa3.rmeta --extern tini=/opt/rustwide/target/debug/deps/libtini-38676106a3530d09.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-2548c30a984e0cd0.rmeta --cap-lints=warn -L native=/opt/rustwide/target/debug/build/clear_on_drop-087fbf81b15347a5/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-85f120964992e5a3/out -L native=/opt/rustwide/target/debug/build/secp256k1-sys-9ac36a0bacae8cb4/out -L native=/opt/rustwide/target/debug/build/sha2-asm-e57a718936b065e5/out -L native=/opt/rustwide/target/debug/build/sha2-asm-e57a718936b065e5/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "2bfda72ca5a90a9d8ccd401106466ca03af6b4f5cfb57e9f2c486ee3327b6726", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bfda72ca5a90a9d8ccd401106466ca03af6b4f5cfb57e9f2c486ee3327b6726", kill_on_drop: false }` [INFO] [stdout] 2bfda72ca5a90a9d8ccd401106466ca03af6b4f5cfb57e9f2c486ee3327b6726