[INFO] fetching crate bee-rest-api 0.1.7...
[INFO] checking bee-rest-api-0.1.7 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate bee-rest-api 0.1.7 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate bee-rest-api 0.1.7 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bee-rest-api 0.1.7
[INFO] finished tweaking crates.io crate bee-rest-api 0.1.7
[INFO] tweaked toml for crates.io crate bee-rest-api 0.1.7 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bee-protocol v0.1.1
[INFO] [stderr]   Downloaded bee-ledger v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 94f5329ed61cc5efb0c73ef24e0ee11b3948588b790943925b185daf99a982d5
[INFO] running `Command { std: "docker" "start" "-a" "94f5329ed61cc5efb0c73ef24e0ee11b3948588b790943925b185daf99a982d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94f5329ed61cc5efb0c73ef24e0ee11b3948588b790943925b185daf99a982d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94f5329ed61cc5efb0c73ef24e0ee11b3948588b790943925b185daf99a982d5", kill_on_drop: false }`
[INFO] [stdout] 94f5329ed61cc5efb0c73ef24e0ee11b3948588b790943925b185daf99a982d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2bbfa675b266acce90c7b5c4bd4cbe3b24656a41705e6037e0a10b62a4533ea5
[INFO] running `Command { std: "docker" "start" "-a" "2bbfa675b266acce90c7b5c4bd4cbe3b24656a41705e6037e0a10b62a4533ea5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling anyhow v1.0.76
[INFO] [stderr]    Compiling ahash v0.7.7
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling thiserror v1.0.51
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling winnow v0.5.30
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling libsecp256k1-core v0.2.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling syn v2.0.42
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]    Compiling iota-crypto v0.17.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.2.1
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.2.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking unsigned-varint v0.7.2
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking colored v1.9.4
[INFO] [stderr]     Checking deranged v0.3.10
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling libsecp256k1 v0.5.0
[INFO] [stderr]     Checking hmac v0.8.1
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling tempfile v3.8.1
[INFO] [stderr]    Compiling bee-common v0.5.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking ed25519 v1.5.3
[INFO] [stderr]     Checking hmac-drbg v0.3.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking bs58 v0.4.0
[INFO] [stderr]    Compiling prost-build v0.8.0
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking bech32 v0.8.1
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking asn1_der v0.7.6
[INFO] [stderr]     Checking time v0.3.31
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling prost-derive v0.8.0
[INFO] [stderr]    Compiling multihash-derive v0.7.2
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling thiserror-impl v1.0.51
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking curve25519-dalek v3.2.0
[INFO] [stderr]     Checking multihash v0.14.0
[INFO] [stderr]     Checking pin-project v0.4.30
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]     Checking ed25519-zebra v3.1.0
[INFO] [stderr]    Compiling prost v0.8.0
[INFO] [stderr]    Compiling prost-types v0.8.0
[INFO] [stderr]    Compiling libp2p-core v0.29.0
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]     Checking rw-stream-sink v0.2.1
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking multiaddr v0.13.0
[INFO] [stderr]     Checking ed25519-dalek v1.0.1
[INFO] [stderr]     Checking fern v0.6.2
[INFO] [stderr]     Checking multistream-select v0.10.4
[INFO] [stderr]     Checking bee-pow v0.2.1
[INFO] [stderr]     Checking bee-message v0.1.7
[INFO] [stderr]     Checking bee-ledger v0.6.1
[INFO] [stderr]     Checking bee-network v0.2.2
[INFO] [stderr]     Checking bee-protocol v0.1.1
[INFO] [stderr]     Checking bee-rest-api v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 26.68s
[INFO] running `Command { std: "docker" "inspect" "2bbfa675b266acce90c7b5c4bd4cbe3b24656a41705e6037e0a10b62a4533ea5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bbfa675b266acce90c7b5c4bd4cbe3b24656a41705e6037e0a10b62a4533ea5", kill_on_drop: false }`
[INFO] [stdout] 2bbfa675b266acce90c7b5c4bd4cbe3b24656a41705e6037e0a10b62a4533ea5
[INFO] checking bee-rest-api-0.1.7 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate bee-rest-api 0.1.7 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate bee-rest-api 0.1.7 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bee-rest-api 0.1.7
[INFO] finished tweaking crates.io crate bee-rest-api 0.1.7
[INFO] tweaked toml for crates.io crate bee-rest-api 0.1.7 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f9f61cdbea8e6d827311899ee9ba845582e42eddf3fcf33951e7813495269e5e
[INFO] running `Command { std: "docker" "start" "-a" "f9f61cdbea8e6d827311899ee9ba845582e42eddf3fcf33951e7813495269e5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9f61cdbea8e6d827311899ee9ba845582e42eddf3fcf33951e7813495269e5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9f61cdbea8e6d827311899ee9ba845582e42eddf3fcf33951e7813495269e5e", kill_on_drop: false }`
[INFO] [stdout] f9f61cdbea8e6d827311899ee9ba845582e42eddf3fcf33951e7813495269e5e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06714df1f658d892627b164a779c43cf17bb51a19d0d607d3c1b9c9bf85ac803
[INFO] running `Command { std: "docker" "start" "-a" "06714df1f658d892627b164a779c43cf17bb51a19d0d607d3c1b9c9bf85ac803", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling anyhow v1.0.76
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling ahash v0.7.7
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling thiserror v1.0.51
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling winnow v0.5.30
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling syn v2.0.42
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling libsecp256k1-core v0.2.2
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]    Compiling iota-crypto v0.17.1
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking unsigned-varint v0.7.2
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.2.1
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.2.1
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]     Checking colored v1.9.4
[INFO] [stderr]     Checking deranged v0.3.10
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking hmac v0.8.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling libsecp256k1 v0.5.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]    Compiling bee-common v0.5.0
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]     Checking ed25519 v1.5.3
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling tempfile v3.8.1
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking hmac-drbg v0.3.0
[INFO] [stderr]     Checking bs58 v0.4.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling prost-build v0.8.0
[INFO] [stderr]     Checking bech32 v0.8.1
[INFO] [stderr]     Checking time v0.3.31
[INFO] [stderr]     Checking asn1_der v0.7.6
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling prost-derive v0.8.0
[INFO] [stderr]    Compiling multihash-derive v0.7.2
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.51
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking curve25519-dalek v3.2.0
[INFO] [stderr]     Checking multihash v0.14.0
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]     Checking pin-project v0.4.30
[INFO] [stderr]     Checking ed25519-zebra v3.1.0
[INFO] [stderr]    Compiling prost v0.8.0
[INFO] [stderr]    Compiling prost-types v0.8.0
[INFO] [stderr]    Compiling libp2p-core v0.29.0
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]     Checking rw-stream-sink v0.2.1
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking ed25519-dalek v1.0.1
[INFO] [stderr]     Checking multiaddr v0.13.0
[INFO] [stderr]     Checking fern v0.6.2
[INFO] [stderr]     Checking multistream-select v0.10.4
[INFO] [stderr]     Checking bee-pow v0.2.1
[INFO] [stderr]     Checking bee-message v0.1.7
[INFO] [stderr]     Checking bee-ledger v0.6.1
[INFO] [stderr]     Checking bee-network v0.2.2
[INFO] [stderr]     Checking bee-protocol v0.1.1
[INFO] [stderr]     Checking bee-rest-api v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 16.92s
[INFO] running `Command { std: "docker" "inspect" "06714df1f658d892627b164a779c43cf17bb51a19d0d607d3c1b9c9bf85ac803", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06714df1f658d892627b164a779c43cf17bb51a19d0d607d3c1b9c9bf85ac803", kill_on_drop: false }`
[INFO] [stdout] 06714df1f658d892627b164a779c43cf17bb51a19d0d607d3c1b9c9bf85ac803
