[INFO] cloning repository https://github.com/chaincase-app/nolooking
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chaincase-app/nolooking" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchaincase-app%2Fnolooking", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchaincase-app%2Fnolooking'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ddb170ac89e54e3d52013a9efc04f960c619ef08
[INFO] testing chaincase-app/nolooking against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchaincase-app%2Fnolooking" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chaincase-app/nolooking
[INFO] finished tweaking git repo https://github.com/chaincase-app/nolooking
[INFO] tweaked toml for git repo https://github.com/chaincase-app/nolooking written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chaincase-app/nolooking on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chaincase-app/nolooking 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-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2e22f934d076f2426a490e9a0b2564ecd006c5c25c91f12091fd8cbcc87ed88d
[INFO] running `Command { std: "docker" "start" "-a" "2e22f934d076f2426a490e9a0b2564ecd006c5c25c91f12091fd8cbcc87ed88d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e22f934d076f2426a490e9a0b2564ecd006c5c25c91f12091fd8cbcc87ed88d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e22f934d076f2426a490e9a0b2564ecd006c5c25c91f12091fd8cbcc87ed88d", kill_on_drop: false }`
[INFO] [stdout] 2e22f934d076f2426a490e9a0b2564ecd006c5c25c91f12091fd8cbcc87ed88d
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66197c770d3e4e8e89cd9b87c794b633861180039aec89954e2c327c955ec045
[INFO] running `Command { std: "docker" "start" "-a" "66197c770d3e4e8e89cd9b87c794b633861180039aec89954e2c327c955ec045", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling futures-core v0.3.27
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling futures-sink v0.3.27
[INFO] [stderr]    Compiling futures-task v0.3.27
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.13
[INFO] [stderr]    Compiling futures-util v0.3.27
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.12
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling futures-channel v0.3.27
[INFO] [stderr]    Compiling which v4.3.0
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling prost-build v0.8.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling secp256k1-sys v0.6.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling rayon-core v1.10.1
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling rustls v0.20.7
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling rayon v1.6.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling spin v0.9.4
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling roff v0.1.0
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling configure_me_codegen v0.4.3
[INFO] [stderr]    Compiling man v0.1.1
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling half v2.1.0
[INFO] [stderr]    Compiling serde_json v1.0.88
[INFO] [stderr]    Compiling fmt2io v0.1.0
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling png v0.17.7
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.1
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling tiff v0.8.0
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling prost-derive v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling prost-derive v0.9.0
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling exr v1.5.2
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling prost v0.8.0
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling parse_arg v0.1.4
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling prost-types v0.8.0
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling bytemuck v1.12.3
[INFO] [stderr]    Compiling percent-encoding-rfc3986 v0.1.3
[INFO] [stderr]    Compiling prost v0.9.0
[INFO] [stderr]    Compiling utf8-width v0.1.6
[INFO] [stderr]    Compiling html-escape v0.2.12
[INFO] [stderr]    Compiling webpki-roots v0.22.5
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling ipnet v2.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling tonic-build v0.5.2
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling tonic_lnd v0.5.0
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling image v0.24.5
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling bitcoin_hashes v0.11.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-socks v0.5.1
[INFO] [stderr]    Compiling secp256k1 v0.24.3
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling cargo_toml v0.8.1
[INFO] [stderr]    Compiling qrcodegen v1.8.0
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling bitcoin v0.29.2
[INFO] [stderr]    Compiling configure_me v0.4.0
[INFO] [stderr]    Compiling serde_qs v0.10.1
[INFO] [stderr]    Compiling ln-types v0.1.5
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling nolooking v0.4.0-alpha (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling qrcode-generator v4.1.6
[INFO] [stderr]    Compiling bip21 v0.2.0
[INFO] [stderr]    Compiling payjoin v0.7.0
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling hyper-rustls v0.23.1
[INFO] [stderr]    Compiling reqwest v0.11.13
[INFO] [stderr]    Compiling tonic v0.6.2
[INFO] [stdout] warning: method `substitue_psbt_outputs` is never used
[INFO] [stdout]    --> src/scheduler.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout]  74 | impl ScheduledPayJoin {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 210 |     fn substitue_psbt_outputs<I>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:204:16
[INFO] [stdout]     |
[INFO] [stdout] 204 |     BadRequest(hyper::Error),
[INFO] [stdout]     |     ---------- ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PayJoinError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 204 -     BadRequest(hyper::Error),
[INFO] [stdout] 204 +     BadRequest(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 |     Http(hyper::http::Error),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 231 -     Http(hyper::http::Error),
[INFO] [stdout] 231 +     Http(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:233:15
[INFO] [stdout]     |
[INFO] [stdout] 233 |     Scheduler(SchedulerError),
[INFO] [stdout]     |     --------- ^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 233 -     Scheduler(SchedulerError),
[INFO] [stdout] 233 +     Scheduler(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:234:13
[INFO] [stdout]     |
[INFO] [stdout] 234 |     SerdeQs(serde_qs::Error),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 234 -     SerdeQs(serde_qs::Error),
[INFO] [stdout] 234 +     SerdeQs(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:235:15
[INFO] [stdout]     |
[INFO] [stdout] 235 |     SerdeJson(serde_json::Error),
[INFO] [stdout]     |     --------- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 235 -     SerdeJson(serde_json::Error),
[INFO] [stdout] 235 +     SerdeJson(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `substitue_psbt_outputs` is never used
[INFO] [stdout]    --> src/scheduler.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout]  74 | impl ScheduledPayJoin {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 210 |     fn substitue_psbt_outputs<I>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s
[INFO] running `Command { std: "docker" "inspect" "66197c770d3e4e8e89cd9b87c794b633861180039aec89954e2c327c955ec045", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66197c770d3e4e8e89cd9b87c794b633861180039aec89954e2c327c955ec045", kill_on_drop: false }`
[INFO] [stdout] 66197c770d3e4e8e89cd9b87c794b633861180039aec89954e2c327c955ec045
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3abcbd8f6f036fa87222df120e623846f1fba840984b5e86c2b1fab84fe9dd8a
[INFO] running `Command { std: "docker" "start" "-a" "3abcbd8f6f036fa87222df120e623846f1fba840984b5e86c2b1fab84fe9dd8a", kill_on_drop: false }`
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling secp256k1-sys v0.5.2
[INFO] [stderr]    Compiling bitcoin_hashes v0.10.0
[INFO] [stderr]    Compiling bech32 v0.8.1
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling base64-compat v1.0.0
[INFO] [stderr]    Compiling pem v1.1.0
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling yasna v0.5.0
[INFO] [stderr]    Compiling jsonrpc v0.12.1
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling prost-build v0.8.0
[INFO] [stderr]    Compiling rcgen v0.10.0
[INFO] [stderr]    Compiling tonic-build v0.5.2
[INFO] [stderr]    Compiling tonic_lnd v0.5.0
[INFO] [stderr]    Compiling secp256k1 v0.22.1
[INFO] [stderr]    Compiling bitcoin v0.28.2
[INFO] [stderr]    Compiling nolooking v0.4.0-alpha (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `substitue_psbt_outputs` is never used
[INFO] [stdout]    --> src/scheduler.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout]  74 | impl ScheduledPayJoin {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 210 |     fn substitue_psbt_outputs<I>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:204:16
[INFO] [stdout]     |
[INFO] [stdout] 204 |     BadRequest(hyper::Error),
[INFO] [stdout]     |     ---------- ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PayJoinError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 204 -     BadRequest(hyper::Error),
[INFO] [stdout] 204 +     BadRequest(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 |     Http(hyper::http::Error),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 231 -     Http(hyper::http::Error),
[INFO] [stdout] 231 +     Http(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:233:15
[INFO] [stdout]     |
[INFO] [stdout] 233 |     Scheduler(SchedulerError),
[INFO] [stdout]     |     --------- ^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 233 -     Scheduler(SchedulerError),
[INFO] [stdout] 233 +     Scheduler(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:234:13
[INFO] [stdout]     |
[INFO] [stdout] 234 |     SerdeQs(serde_qs::Error),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 234 -     SerdeQs(serde_qs::Error),
[INFO] [stdout] 234 +     SerdeQs(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:235:15
[INFO] [stdout]     |
[INFO] [stdout] 235 |     SerdeJson(serde_json::Error),
[INFO] [stdout]     |     --------- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 235 -     SerdeJson(serde_json::Error),
[INFO] [stdout] 235 +     SerdeJson(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `substitue_psbt_outputs` is never used
[INFO] [stdout]    --> src/scheduler.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout]  74 | impl ScheduledPayJoin {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 210 |     fn substitue_psbt_outputs<I>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bitcoincore-rpc-json v0.15.0
[INFO] [stderr]    Compiling bitcoincore-rpc v0.15.0
[INFO] [stdout] warning: method `substitue_psbt_outputs` is never used
[INFO] [stdout]    --> src/scheduler.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout]  74 | impl ScheduledPayJoin {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 210 |     fn substitue_psbt_outputs<I>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:204:16
[INFO] [stdout]     |
[INFO] [stdout] 204 |     BadRequest(hyper::Error),
[INFO] [stdout]     |     ---------- ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PayJoinError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 204 -     BadRequest(hyper::Error),
[INFO] [stdout] 204 +     BadRequest(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 |     Http(hyper::http::Error),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 231 -     Http(hyper::http::Error),
[INFO] [stdout] 231 +     Http(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:233:15
[INFO] [stdout]     |
[INFO] [stdout] 233 |     Scheduler(SchedulerError),
[INFO] [stdout]     |     --------- ^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 233 -     Scheduler(SchedulerError),
[INFO] [stdout] 233 +     Scheduler(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:234:13
[INFO] [stdout]     |
[INFO] [stdout] 234 |     SerdeQs(serde_qs::Error),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 234 -     SerdeQs(serde_qs::Error),
[INFO] [stdout] 234 +     SerdeQs(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/http.rs:235:15
[INFO] [stdout]     |
[INFO] [stdout] 235 |     SerdeJson(serde_json::Error),
[INFO] [stdout]     |     --------- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 235 -     SerdeJson(serde_json::Error),
[INFO] [stdout] 235 +     SerdeJson(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `substitue_psbt_outputs` is never used
[INFO] [stdout]    --> src/scheduler.rs:210:8
[INFO] [stdout]     |
[INFO] [stdout]  74 | impl ScheduledPayJoin {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 210 |     fn substitue_psbt_outputs<I>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 50.28s
[INFO] running `Command { std: "docker" "inspect" "3abcbd8f6f036fa87222df120e623846f1fba840984b5e86c2b1fab84fe9dd8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3abcbd8f6f036fa87222df120e623846f1fba840984b5e86c2b1fab84fe9dd8a", kill_on_drop: false }`
[INFO] [stdout] 3abcbd8f6f036fa87222df120e623846f1fba840984b5e86c2b1fab84fe9dd8a
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3df9169da0a0dabce34de6f519330edc5aceeaa3fc0c33b185e50dcf5f08d43c
[INFO] running `Command { std: "docker" "start" "-a" "3df9169da0a0dabce34de6f519330edc5aceeaa3fc0c33b185e50dcf5f08d43c", kill_on_drop: false }`
[INFO] [stderr] warning: method `substitue_psbt_outputs` is never used
[INFO] [stderr]    --> src/scheduler.rs:210:8
[INFO] [stderr]     |
[INFO] [stderr]  74 | impl ScheduledPayJoin {
[INFO] [stderr]     | --------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 210 |     fn substitue_psbt_outputs<I>(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `nolooking` (lib) generated 1 warning
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/http.rs:204:16
[INFO] [stderr]     |
[INFO] [stderr] 204 |     BadRequest(hyper::Error),
[INFO] [stderr]     |     ---------- ^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `PayJoinError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 204 -     BadRequest(hyper::Error),
[INFO] [stderr] 204 +     BadRequest(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/http.rs:231:10
[INFO] [stderr]     |
[INFO] [stderr] 231 |     Http(hyper::http::Error),
[INFO] [stderr]     |     ---- ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 231 -     Http(hyper::http::Error),
[INFO] [stderr] 231 +     Http(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/http.rs:233:15
[INFO] [stderr]     |
[INFO] [stderr] 233 |     Scheduler(SchedulerError),
[INFO] [stderr]     |     --------- ^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 233 -     Scheduler(SchedulerError),
[INFO] [stderr] 233 +     Scheduler(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/http.rs:234:13
[INFO] [stderr]     |
[INFO] [stderr] 234 |     SerdeQs(serde_qs::Error),
[INFO] [stderr]     |     ------- ^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 234 -     SerdeQs(serde_qs::Error),
[INFO] [stderr] 234 +     SerdeQs(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/http.rs:235:15
[INFO] [stderr]     |
[INFO] [stderr] 235 |     SerdeJson(serde_json::Error),
[INFO] [stderr]     |     --------- ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `HttpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 235 -     SerdeJson(serde_json::Error),
[INFO] [stderr] 235 +     SerdeJson(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: method `substitue_psbt_outputs` is never used
[INFO] [stderr]    --> src/scheduler.rs:210:8
[INFO] [stderr]     |
[INFO] [stderr]  74 | impl ScheduledPayJoin {
[INFO] [stderr]     | --------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 210 |     fn substitue_psbt_outputs<I>(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `nolooking` (bin "nolooking") generated 6 warnings
[INFO] [stderr] warning: `nolooking` (bin "nolooking" test) generated 6 warnings (6 duplicates)
[INFO] [stderr] warning: `nolooking` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nolooking-7e514338b946604e)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nolooking-0f43280040900159)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-2cebecfa029e603f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test integration::test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- integration::test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'integration::test' (18) panicked at tests/integration.rs:67:14:
[INFO] [stdout] unable to write file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61bd1cf021a2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61bd1cf021a2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61bd1cf021a2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61bd1cf021a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61bd1cf151bf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61bd1cf151bf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61bd1cecc641 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61bd1cecc641 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61bd1ceda542 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61bd1cedf58f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61bd1cedf421 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61bd1c3b508e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61bd1c3b508e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61bd1cedfcff - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61bd1cedfcff - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61bd1cedfaaa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61bd1ceda679 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61bd1cebfa6d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61bd1cf20360 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61bd1cf1f326 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61bd1cdc860c - core::result::Result<T,E>::expect::h14f9bc9b2b437804
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61bd1c123bde - integration::integration::test::{{closure}}::h2f89f28f3733e3a7
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:67:14
[INFO] [stdout]   22:     0x61bd1c0c3c6b - <core::pin::Pin<P> as core::future::future::Future>::poll::h5d4018a8ef97b4fa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x61bd1c0a5d1b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h103eced82bd49847
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:73
[INFO] [stdout]   24:     0x61bd1c0a5c4b - tokio::runtime::coop::with_budget::h4a91d231ccc86d2a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   25:     0x61bd1c0a5c4b - tokio::runtime::coop::budget::h425d93d92c0eb4c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   26:     0x61bd1c0a5c4b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hb89f8473340c8a87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:531:25
[INFO] [stdout]   27:     0x61bd1c0a470d - tokio::runtime::scheduler::current_thread::Context::enter::h7a97d9722494a67e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:340:19
[INFO] [stdout]   28:     0x61bd1c0a5232 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h096db724a63fb57c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:530:44
[INFO] [stdout]   29:     0x61bd1c0a4f9b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::he389e6ee112ff86c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:57
[INFO] [stdout]   30:     0x61bd1c20521a - tokio::macros::scoped_tls::ScopedKey<T>::set::hcdf9aefe558f508f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x61bd1c0a4d16 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hcd467953e88e1624
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:601:35
[INFO] [stdout]   32:     0x61bd1c0a4fd0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h6ca90f4939110076
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:520:24
[INFO] [stdout]   33:     0x61bd1c0a2d56 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h802abb1b59e0fa1e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   34:     0x61bd1c1d6d61 - tokio::runtime::runtime::Runtime::block_on::hb513c35a58004716
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.22.0/src/runtime/runtime.rs:279:52
[INFO] [stdout]   35:     0x61bd1c123498 - integration::integration::test::h02e18d65cef0ce99
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:286:11
[INFO] [stdout]   36:     0x61bd1c129ee7 - integration::integration::test::{{closure}}::h95595ad8753ea9b7
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:61:24
[INFO] [stdout]   37:     0x61bd1c026896 - core::ops::function::FnOnce::call_once::h531be7d840f39369
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x61bd1c3b4e4b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x61bd1c3b4e4b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x61bd1c3caab5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x61bd1c3caab5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x61bd1c3caab5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   43:     0x61bd1c3caab5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   44:     0x61bd1c3caab5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x61bd1c3caab5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x61bd1c3caab5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x61bd1c3a12a4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x61bd1c3a12a4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   49:     0x61bd1c3a4b6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   50:     0x61bd1c3a4b6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x61bd1c3a4b6a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   52:     0x61bd1c3a4b6a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   53:     0x61bd1c3a4b6a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x61bd1c3a4b6a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   55:     0x61bd1c3a4b6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61bd1ced56ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   57:     0x61bd1ced56ff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   58:     0x72838fe17aa4 - <unknown>
[INFO] [stdout]   59:     0x72838fea4a34 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     integration::test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] running `Command { std: "docker" "inspect" "3df9169da0a0dabce34de6f519330edc5aceeaa3fc0c33b185e50dcf5f08d43c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3df9169da0a0dabce34de6f519330edc5aceeaa3fc0c33b185e50dcf5f08d43c", kill_on_drop: false }`
[INFO] [stdout] 3df9169da0a0dabce34de6f519330edc5aceeaa3fc0c33b185e50dcf5f08d43c
