[INFO] cloning repository https://github.com/uint4/bitcoin-exporter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uint4/bitcoin-exporter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuint4%2Fbitcoin-exporter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuint4%2Fbitcoin-exporter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 47a20de32b49f01fc4494bdd4e377f5df25ff876 [INFO] documenting uint4/bitcoin-exporter against 1.86.0 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuint4%2Fbitcoin-exporter" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/uint4/bitcoin-exporter on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/uint4/bitcoin-exporter [INFO] finished tweaking git repo https://github.com/uint4/bitcoin-exporter [INFO] tweaked toml for git repo https://github.com/uint4/bitcoin-exporter written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/uint4/bitcoin-exporter 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" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bitcoincore-rpc-json v0.19.0 [INFO] [stderr] Downloaded jsonrpc v0.18.0 [INFO] [stderr] Downloaded bitcoincore-rpc v0.19.0 [INFO] [stderr] Downloaded minreq v2.13.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd938f25943b7faba685a1f294760423c5f9f6727a8849a262b853c9a165ce45 [INFO] running `Command { std: "docker" "start" "-a" "cd938f25943b7faba685a1f294760423c5f9f6727a8849a262b853c9a165ce45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd938f25943b7faba685a1f294760423c5f9f6727a8849a262b853c9a165ce45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd938f25943b7faba685a1f294760423c5f9f6727a8849a262b853c9a165ce45", kill_on_drop: false }` [INFO] [stdout] cd938f25943b7faba685a1f294760423c5f9f6727a8849a262b853c9a165ce45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c8bb3979c6c1fff3faf750139914953ccb21cea0c24a5161575ddbb89192ee4 [INFO] running `Command { std: "docker" "start" "-a" "8c8bb3979c6c1fff3faf750139914953ccb21cea0c24a5161575ddbb89192ee4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling bitcoin-io v0.1.3 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling bitcoin-internals v0.3.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling hex_lit v0.1.1 [INFO] [stderr] Compiling minreq v2.13.3 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking log v0.4.26 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling bitcoin v0.32.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking hex-conservative v0.2.1 [INFO] [stderr] Compiling protobuf v2.28.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Checking bech32 v0.11.0 [INFO] [stderr] Checking once_cell v1.21.1 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling prometheus v0.13.4 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling argh_shared v0.1.13 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking humantime v2.2.0 [INFO] [stderr] Checking rust-fuzzy-search v0.1.1 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling secp256k1-sys v0.10.1 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking env_logger v0.9.3 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling argh_derive v0.1.13 [INFO] [stderr] Checking tokio v1.44.1 [INFO] [stderr] Checking hyper v0.14.32 [INFO] [stderr] Checking bitcoin_hashes v0.14.0 [INFO] [stderr] Checking serde_yaml v0.8.26 [INFO] [stderr] Checking bitcoin-units v0.1.2 [INFO] [stderr] Checking argh v0.1.13 [INFO] [stderr] Checking base58ck v0.1.0 [INFO] [stderr] Checking secp256k1 v0.29.1 [INFO] [stderr] Checking jsonrpc v0.18.0 [INFO] [stderr] Checking bitcoincore-rpc-json v0.19.0 [INFO] [stderr] Checking bitcoincore-rpc v0.19.0 [INFO] [stderr] Documenting bitcoin-exporter v0.5.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.24s [INFO] [stderr] Generated /opt/rustwide/target/doc/bitcoin_exporter/index.html [INFO] running `Command { std: "docker" "inspect" "8c8bb3979c6c1fff3faf750139914953ccb21cea0c24a5161575ddbb89192ee4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c8bb3979c6c1fff3faf750139914953ccb21cea0c24a5161575ddbb89192ee4", kill_on_drop: false }` [INFO] [stdout] 8c8bb3979c6c1fff3faf750139914953ccb21cea0c24a5161575ddbb89192ee4