[INFO] fetching crate ibc-relayer-rest 0.19.0... [INFO] building ibc-relayer-rest-0.19.0 against try#b755f8b9936d084e0363ce6b393c7e444a37080e for pr-97334-1 [INFO] extracting crate ibc-relayer-rest 0.19.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate ibc-relayer-rest 0.19.0 on toolchain b755f8b9936d084e0363ce6b393c7e444a37080e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b755f8b9936d084e0363ce6b393c7e444a37080e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ibc-relayer-rest 0.19.0 [INFO] finished tweaking crates.io crate ibc-relayer-rest 0.19.0 [INFO] tweaked toml for crates.io crate ibc-relayer-rest 0.19.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b755f8b9936d084e0363ce6b393c7e444a37080e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b755f8b9936d084e0363ce6b393c7e444a37080e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+b755f8b9936d084e0363ce6b393c7e444a37080e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec0777ec867071e2d27d88a5e65f6648ee207b4f2e9c15c253b984454231e7f7 [INFO] running `Command { std: "docker" "start" "-a" "ec0777ec867071e2d27d88a5e65f6648ee207b4f2e9c15c253b984454231e7f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec0777ec867071e2d27d88a5e65f6648ee207b4f2e9c15c253b984454231e7f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec0777ec867071e2d27d88a5e65f6648ee207b4f2e9c15c253b984454231e7f7", kill_on_drop: false }` [INFO] [stdout] ec0777ec867071e2d27d88a5e65f6648ee207b4f2e9c15c253b984454231e7f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+b755f8b9936d084e0363ce6b393c7e444a37080e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f4870edc1ec4b86c4923fba73e485a6cb998a13035ec8c829669b822f29460c [INFO] running `Command { std: "docker" "start" "-a" "9f4870edc1ec4b86c4923fba73e485a6cb998a13035ec8c829669b822f29460c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling futures-io v0.3.24 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling anyhow v1.0.64 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling const-oid v0.9.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] Compiling base64ct v1.5.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling rustls v0.20.6 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling paste v1.0.9 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling safe-proc-macro2 v1.0.36 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling http-range-header v0.3.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling matchit v0.5.0 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling peg-runtime v0.7.0 [INFO] [stderr] Compiling sync_wrapper v0.1.1 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling keccak v0.1.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling moka v0.9.4 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling iana-time-zone v0.1.47 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling semver v1.0.13 [INFO] [stderr] Compiling chunked_transfer v1.4.0 [INFO] [stderr] Compiling bech32 v0.9.1 [INFO] [stderr] Compiling triomphe v0.1.8 [INFO] [stderr] Compiling tagptr v0.2.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling ascii v1.0.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling retry v1.3.1 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling tokio v1.21.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling lock_api v0.4.8 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.10 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling secp256k1-sys v0.6.0 [INFO] [stderr] Compiling rustls-pemfile v1.0.1 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling hdpath v0.6.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling raw-cpuid v10.5.0 [INFO] [stderr] Compiling fixed-hash v0.7.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling rustls-native-certs v0.6.2 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling time v0.3.11 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling filetime v0.2.17 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling flex-error v0.4.4 [INFO] [stderr] Compiling uint v0.9.3 [INFO] [stderr] Compiling quanta v0.10.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling gzip-header v0.3.0 [INFO] [stderr] Compiling safe-quote v1.0.15 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling uuid v1.1.2 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling peg-macros v0.7.0 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling deflate v0.9.1 [INFO] [stderr] Compiling safe-regex-compiler v0.2.5 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ff v0.12.0 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.6 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling ripemd160 v0.9.1 [INFO] [stderr] Compiling peg v0.7.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling ct-logs v0.8.0 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling safe-regex-macro v0.2.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling group v0.12.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling signature v1.6.0 [INFO] [stderr] Compiling sha2 v0.10.5 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling sha1 v0.10.4 [INFO] [stderr] Compiling sha3 v0.10.4 [INFO] [stderr] Compiling ripemd v0.1.1 [INFO] [stderr] Compiling pbkdf2 v0.11.0 [INFO] [stderr] Compiling tiny_http v0.8.2 [INFO] [stderr] Compiling futures-macro v0.3.24 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling prost-derive v0.11.0 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling thiserror-impl v1.0.34 [INFO] [stderr] Compiling serde_repr v0.1.9 [INFO] [stderr] Compiling async-stream-impl v0.3.3 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling contracts v0.6.3 [INFO] [stderr] Compiling rustls-native-certs v0.5.0 [INFO] [stderr] Compiling safe-regex v0.2.5 [INFO] [stderr] Compiling zeroize_derive v1.3.2 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling ed25519 v1.5.2 [INFO] [stderr] Compiling headers v0.3.8 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling prost v0.11.0 [INFO] [stderr] Compiling thiserror v1.0.34 [INFO] [stderr] Compiling async-stream v0.3.3 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling tungstenite v0.17.3 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling prost-types v0.11.1 [INFO] [stderr] Compiling ics23 v0.8.1 [INFO] [stderr] Compiling der v0.6.0 [INFO] [stderr] Compiling crypto-bigint v0.4.8 [INFO] [stderr] Compiling subtle-encoding v0.5.1 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling tiny-bip39 v1.0.0 [INFO] [stderr] Compiling futures-executor v0.3.24 [INFO] [stderr] Compiling axum-core v0.2.7 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tokio-stream v0.1.9 [INFO] [stderr] Compiling serde_bytes v0.11.7 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling bitcoin_hashes v0.11.0 [INFO] [stderr] Compiling impl-serde v0.3.2 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling humantime-serde v1.1.1 [INFO] [stderr] Compiling spki v0.6.0 [INFO] [stderr] Compiling rfc6979 v0.3.0 [INFO] [stderr] Compiling ed25519-dalek v1.0.1 [INFO] [stderr] Compiling futures v0.3.24 [INFO] [stderr] Compiling async-tungstenite v0.17.2 [INFO] [stderr] Compiling h2 v0.3.14 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling primitive-types v0.11.1 [INFO] [stderr] Compiling tendermint-proto v0.23.9 [INFO] [stderr] Compiling rouille v3.5.0 [INFO] [stderr] Compiling secp256k1 v0.24.0 [INFO] [stderr] Compiling pkcs8 v0.9.0 [INFO] [stderr] Compiling tower-http v0.3.4 [INFO] [stderr] Compiling sec1 v0.3.0 [INFO] [stderr] Compiling bitcoin v0.29.1 [INFO] [stderr] Compiling elliptic-curve v0.12.3 [INFO] [stderr] Compiling ecdsa v0.14.5 [INFO] [stderr] Compiling k256 v0.11.4 [INFO] [stderr] Compiling tendermint v0.23.9 [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling tendermint-light-client-verifier v0.23.9 [INFO] [stderr] Compiling tendermint-config v0.23.9 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling axum v0.5.15 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling hyper-proxy v0.9.1 [INFO] [stderr] Compiling tendermint-rpc v0.23.9 [INFO] [stderr] Compiling tonic v0.8.1 [INFO] [stderr] Compiling ibc-proto v0.20.1 [INFO] [stderr] Compiling tendermint-light-client v0.23.9 [INFO] [stderr] Compiling ibc v0.19.0 [INFO] [stderr] Compiling ibc-relayer v0.19.0 [INFO] [stderr] Compiling ibc-relayer-rest v0.19.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `ibc-relayer` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ibc_relayer --edition=2021 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ibc-relayer-0.19.0/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"' -C metadata=2feb39227d9a70f6 -C extra-filename=-2feb39227d9a70f6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-0fb27b294ec8029f.rmeta --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-5a9df4acfdb91894.rmeta --extern bech32=/opt/rustwide/target/debug/deps/libbech32-cfb5988dfb441fe8.rmeta --extern bitcoin=/opt/rustwide/target/debug/deps/libbitcoin-0b3ca42be5175ab6.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5e6b89f5bbd0cc67.rmeta --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-ae1b1525b0790631.rmeta --extern dirs_next=/opt/rustwide/target/debug/deps/libdirs_next-7b9f87dc7c6a70d5.rmeta --extern flex_error=/opt/rustwide/target/debug/deps/libflex_error-6ec658155002b328.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-d342705f77d61c0b.rmeta --extern hdpath=/opt/rustwide/target/debug/deps/libhdpath-a5d4604fcff1df8d.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-df8306afd9dee15d.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-ad9c989e5999360f.rmeta --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-69fede984985242f.rmeta --extern humantime_serde=/opt/rustwide/target/debug/deps/libhumantime_serde-79b947b30a541e5d.rmeta --extern ibc=/opt/rustwide/target/debug/deps/libibc-640398a63babcaab.rmeta --extern ibc_proto=/opt/rustwide/target/debug/deps/libibc_proto-025aee0ecf36881e.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-370d0d512dcc84bd.rmeta --extern k256=/opt/rustwide/target/debug/deps/libk256-71f09edadc061b58.rmeta --extern moka=/opt/rustwide/target/debug/deps/libmoka-79814a88b91441cc.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-dbd8523a7c53fc05.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-c2e60749fa0d6bda.rmeta --extern prost=/opt/rustwide/target/debug/deps/libprost-0e65292473cfc3b6.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-40e01688d3bf13e0.rmeta --extern retry=/opt/rustwide/target/debug/deps/libretry-e0cfe4255da476c8.rmeta --extern ripemd=/opt/rustwide/target/debug/deps/libripemd-ad6ace2fb81d3a27.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-90831779e23ffa34.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-76fcf474b180e7ee.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-0e670bd6a790dc72.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-dcb1d95a1417ed5d.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-6adb3ee39749de46.rmeta --extern signature=/opt/rustwide/target/debug/deps/libsignature-5d0f2aed324758db.rmeta --extern subtle_encoding=/opt/rustwide/target/debug/deps/libsubtle_encoding-dbe3bbee8c148674.rmeta --extern tendermint=/opt/rustwide/target/debug/deps/libtendermint-af907eb1c9a4aff7.rmeta --extern tendermint_light_client=/opt/rustwide/target/debug/deps/libtendermint_light_client-dd778dec27f3a654.rmeta --extern tendermint_light_client_verifier=/opt/rustwide/target/debug/deps/libtendermint_light_client_verifier-cb6042a4bf5c785a.rmeta --extern tendermint_proto=/opt/rustwide/target/debug/deps/libtendermint_proto-b812defe14e13233.rmeta --extern tendermint_rpc=/opt/rustwide/target/debug/deps/libtendermint_rpc-1c2b24d2ece7fcf5.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-8bc1af9e9f552159.rmeta --extern bip39=/opt/rustwide/target/debug/deps/libbip39-7a1370d1c63e4f21.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-863beb0d02d35d07.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-548e6f507a1daa86.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-2093c89483361de9.rmeta --extern tonic=/opt/rustwide/target/debug/deps/libtonic-57d174c43ca90c24.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-312b37c410065db1.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-8deca007d7b85a1e.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/secp256k1-sys-46417cad6dbf29f9/out -L native=/opt/rustwide/target/debug/build/ring-cfe4dad9e4e90f9f/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9f4870edc1ec4b86c4923fba73e485a6cb998a13035ec8c829669b822f29460c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f4870edc1ec4b86c4923fba73e485a6cb998a13035ec8c829669b822f29460c", kill_on_drop: false }` [INFO] [stdout] 9f4870edc1ec4b86c4923fba73e485a6cb998a13035ec8c829669b822f29460c