[INFO] cloning repository https://github.com/poroburu/ic-cosmos-research [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/poroburu/ic-cosmos-research" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fporoburu%2Fic-cosmos-research", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fporoburu%2Fic-cosmos-research'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 23ba0fce37c25d9db4b861c0d529b7cd870eb55e [INFO] testing poroburu/ic-cosmos-research against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fporoburu%2Fic-cosmos-research" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/poroburu/ic-cosmos-research on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/poroburu/ic-cosmos-research [INFO] finished tweaking git repo https://github.com/poroburu/ic-cosmos-research [INFO] tweaked toml for git repo https://github.com/poroburu/ic-cosmos-research written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/poroburu/ic-cosmos-research 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" "+beta-2024-12-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc2ac806d783275c1f94f5c465669ec663c438a43985ccdffb579747374b6448 [INFO] running `Command { std: "docker" "start" "-a" "bc2ac806d783275c1f94f5c465669ec663c438a43985ccdffb579747374b6448", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc2ac806d783275c1f94f5c465669ec663c438a43985ccdffb579747374b6448", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc2ac806d783275c1f94f5c465669ec663c438a43985ccdffb579747374b6448", kill_on_drop: false }` [INFO] [stdout] bc2ac806d783275c1f94f5c465669ec663c438a43985ccdffb579747374b6448 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18287df29db545cbd24b6d6d564f01f87eb0780a4d129a2109037a8567dfce1e [INFO] running `Command { std: "docker" "start" "-a" "18287df29db545cbd24b6d6d564f01f87eb0780a4d129a2109037a8567dfce1e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling cc v1.1.21 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling leb128 v0.2.5 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling pretty v0.12.3 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling psm v0.1.23 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling stacker v0.1.17 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling utf8-width v0.1.7 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling ic-crypto-internal-sha2 v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling ic-crypto-sha2 v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling signature v2.0.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling rustls-pki-types v1.8.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling on_wire v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling ic0 v0.23.0 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling thiserror v2.0.3 [INFO] [stderr] Compiling rustls v0.23.13 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling pem v1.1.1 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling ff v0.12.1 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling ic-metrics-encoder v1.1.1 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling ic-sha3 v1.0.0 [INFO] [stderr] Compiling group v0.12.1 [INFO] [stderr] Compiling flate2 v1.0.33 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling rustls-pemfile v2.1.3 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Compiling bs58 v0.5.1 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling rustls-native-certs v0.8.0 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling webpki-roots v0.26.6 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling escargot v0.5.13 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling ipnet v2.10.0 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling binread_derive v2.1.0 [INFO] [stderr] Compiling comparable_helper v0.5.4 [INFO] [stderr] Compiling comparable_derive v0.5.4 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling binread v2.2.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling candid_derive v0.6.6 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling prost-derive v0.13.3 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.3 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling tokio v1.41.1 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling der v0.6.1 [INFO] [stderr] Compiling merlin v3.0.0 [INFO] [stderr] Compiling crypto-bigint v0.4.9 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling spki v0.6.0 [INFO] [stderr] Compiling pkcs8 v0.9.0 [INFO] [stderr] Compiling sec1 v0.3.0 [INFO] [stderr] Compiling rfc6979 v0.3.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling elliptic-curve v0.12.3 [INFO] [stderr] Compiling prost v0.13.3 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling ecdsa v0.15.1 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling k256 v0.12.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ed25519-dalek v2.1.1 [INFO] [stderr] Compiling ic-crypto-ed25519 v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling tokio-socks v0.5.2 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling serde_bytes v0.11.15 [INFO] [stderr] Compiling ic_principal v0.1.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling erased-serde v0.3.31 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling byte-unit v4.0.19 [INFO] [stderr] Compiling comparable v0.5.4 [INFO] [stderr] Compiling ic-canister-log v0.2.0 [INFO] [stderr] Compiling serde-big-array v0.5.1 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling ic-utils v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling serde_tokenstream v0.2.2 [INFO] [stderr] Compiling ic-stable-structures v0.6.5 [INFO] [stderr] Compiling ic-certification v2.6.0 [INFO] [stderr] Compiling cargo-platform v0.1.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling candid v0.10.10 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling cargo_metadata v0.14.2 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling tracing-appender v0.2.3 [INFO] [stderr] Compiling ic-test-utilities-load-wasm v0.9.0 (https://github.com/dfinity/ic?rev=release-2024-09-26_01-31-base#35153c7c) [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling hyper-rustls v0.27.3 [INFO] [stderr] Compiling reqwest v0.12.9 [INFO] [stderr] Compiling ic-protobuf v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling phantom_newtype v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling ic-btc-interface v0.2.2 [INFO] [stderr] Compiling ic-transport-types v0.37.1 [INFO] [stderr] Compiling ic-cdk-macros v0.16.0 [INFO] [stderr] Compiling pocket-ic v6.0.0 [INFO] [stderr] Compiling ic-cdk v0.16.0 [INFO] [stderr] Compiling ic-cosmos v0.1.0 (/opt/rustwide/workdir/src/ic-cosmos) [INFO] [stderr] Compiling ic-base-types v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling ic-error-types v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling dfn_core v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling ic-btc-replica-types v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling dfn_candid v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] Compiling ic-canisters-http-types v0.9.0 (https://github.com/dfinity/ic#5b4a6e3a) [INFO] [stderr] error: could not compile `pocket-ic` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/bin/rustc --crate-name pocket_ic --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/pocket-ic-6.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8cb42ad746eb09f -C extra-filename=-c8cb42ad746eb09f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-fca76a9e376e88b4.rmeta --extern candid=/opt/rustwide/target/debug/deps/libcandid-6956e6b191879294.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-517466b204a3d7f9.rmeta --extern ic_certification=/opt/rustwide/target/debug/deps/libic_certification-276cdf7072719a77.rmeta --extern ic_transport_types=/opt/rustwide/target/debug/deps/libic_transport_types-fcc6b7f0962e827b.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-b501899bfca3c061.rmeta --extern schemars=/opt/rustwide/target/debug/deps/libschemars-027f86106696599c.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-085a8e5a62ef2ee5.rmeta --extern serde_bytes=/opt/rustwide/target/debug/deps/libserde_bytes-ec587801da9342aa.rmeta --extern serde_cbor=/opt/rustwide/target/debug/deps/libserde_cbor-e276d5b4b05fc14b.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-8d8c1102524ac858.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-1e4263f63e1b1a4b.rmeta --extern slog=/opt/rustwide/target/debug/deps/libslog-b4a45a00ebdb2ac9.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-d580bafb1519d247.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-827cf0a7889cfbfe.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-802d9ba1588eed8c.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-52992ab3307b1778.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4aa4d77bbbf7d2ce.rmeta --extern tracing_appender=/opt/rustwide/target/debug/deps/libtracing_appender-ef87bb416da058f4.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-ab6c62862cbc11ee.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/psm-75da4087e72c7b01/out -L native=/opt/rustwide/target/debug/build/ring-6ac6efee9b85f78a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "18287df29db545cbd24b6d6d564f01f87eb0780a4d129a2109037a8567dfce1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18287df29db545cbd24b6d6d564f01f87eb0780a4d129a2109037a8567dfce1e", kill_on_drop: false }` [INFO] [stdout] 18287df29db545cbd24b6d6d564f01f87eb0780a4d129a2109037a8567dfce1e