[INFO] cloning repository https://github.com/Mothblocks/moth-fans-runtimes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mothblocks/moth-fans-runtimes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMothblocks%2Fmoth-fans-runtimes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMothblocks%2Fmoth-fans-runtimes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 455d8bd81d9a0319cd68999bea9a450909122c3a
[INFO] testing Mothblocks/moth-fans-runtimes against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMothblocks%2Fmoth-fans-runtimes" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Mothblocks/moth-fans-runtimes
[INFO] finished tweaking git repo https://github.com/Mothblocks/moth-fans-runtimes
[INFO] tweaked toml for git repo https://github.com/Mothblocks/moth-fans-runtimes written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Mothblocks/moth-fans-runtimes on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Mothblocks/moth-fans-runtimes 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlformat v0.2.0
[INFO] [stderr]   Downloaded sqlx-rt v0.6.2
[INFO] [stderr]   Downloaded crc v3.0.0
[INFO] [stderr]   Downloaded sqlx-macros v0.6.2
[INFO] [stderr]   Downloaded rustls-pemfile v1.0.1
[INFO] [stderr]   Downloaded async-trait v0.1.57
[INFO] [stderr]   Downloaded similar v2.2.0
[INFO] [stderr]   Downloaded axum-extra v0.3.7
[INFO] [stderr]   Downloaded axum v0.5.16
[INFO] [stderr]   Downloaded tower-http v0.3.4
[INFO] [stderr]   Downloaded color-spantrace v0.2.0
[INFO] [stderr]   Downloaded backtrace v0.3.66
[INFO] [stderr]   Downloaded object v0.29.0
[INFO] [stderr]   Downloaded futures-intrusive v0.4.0
[INFO] [stderr]   Downloaded h2 v0.3.14
[INFO] [stderr]   Downloaded webpki-roots v0.22.5
[INFO] [stderr]   Downloaded cxx v1.0.79
[INFO] [stderr]   Downloaded libm v0.2.5
[INFO] [stderr]   Downloaded sqlx-core v0.6.2
[INFO] [stderr]   Downloaded serde_json v1.0.86
[INFO] [stderr]   Downloaded unicode-segmentation v1.10.0
[INFO] [stderr]   Downloaded insta v1.21.0
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.79
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.79
[INFO] [stderr]   Downloaded color-eyre v0.6.2
[INFO] [stderr]   Downloaded cxx-build v1.0.79
[INFO] [stderr]   Downloaded axum-core v0.2.8
[INFO] [stderr]   Downloaded num-bigint-dig v0.8.1
[INFO] [stderr]   Downloaded futures-util v0.3.24
[INFO] [stderr]   Downloaded pkcs1 v0.3.3
[INFO] [stderr]   Downloaded rsa v0.6.1
[INFO] [stderr]   Downloaded axum-macros v0.2.3
[INFO] [stderr]   Downloaded dotenvy v0.15.5
[INFO] [stderr]   Downloaded hashlink v0.8.1
[INFO] [stderr]   Downloaded serde_derive v1.0.145
[INFO] [stderr]   Downloaded base64ct v1.5.2
[INFO] [stderr]   Downloaded pem-rfc7468 v0.3.1
[INFO] [stderr]   Downloaded sqlx v0.6.2
[INFO] [stderr]   Downloaded atoi v1.0.0
[INFO] [stderr]   Downloaded crc-catalog v2.1.0
[INFO] [stderr]   Downloaded crossbeam-queue v0.3.6
[INFO] [stderr]   Downloaded futures-task v0.3.24
[INFO] [stderr]   Downloaded serde v1.0.145
[INFO] [stderr]   Downloaded sync_wrapper v0.1.1
[INFO] [stderr]   Downloaded iana-time-zone-haiku v0.1.0
[INFO] [stderr]   Downloaded futures-channel v0.3.24
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9cf7e663039184ec8954f1d35de11ccbf6a4c6bd7aabf04650737fceef166709
[INFO] running `Command { std: "docker" "start" "-a" "9cf7e663039184ec8954f1d35de11ccbf6a4c6bd7aabf04650737fceef166709", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cf7e663039184ec8954f1d35de11ccbf6a4c6bd7aabf04650737fceef166709", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cf7e663039184ec8954f1d35de11ccbf6a4c6bd7aabf04650737fceef166709", kill_on_drop: false }`
[INFO] [stdout] 9cf7e663039184ec8954f1d35de11ccbf6a4c6bd7aabf04650737fceef166709
[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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cfb8ca0f8efe527b310a9d239f63de3e005d9b9eb521990d32c4aed12d0bb49b
[INFO] running `Command { std: "docker" "start" "-a" "cfb8ca0f8efe527b310a9d239f63de3e005d9b9eb521990d32c4aed12d0bb49b", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr]    Compiling libc v0.2.135
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling libm v0.2.5
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling futures-sink v0.3.24
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling base64ct v1.5.2
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling const-oid v0.7.1
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling pem-rfc7468 v0.3.1
[INFO] [stderr]    Compiling crypto-bigint v0.3.2
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling der v0.5.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling crossbeam-queue v0.3.6
[INFO] [stderr]    Compiling iana-time-zone v0.1.51
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.1
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling serde_json v1.0.86
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling spki v0.5.4
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling crc-catalog v2.1.0
[INFO] [stderr]    Compiling async-trait v0.1.57
[INFO] [stderr]    Compiling pkcs8 v0.8.0
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling crc v3.0.0
[INFO] [stderr]    Compiling pkcs1 v0.3.3
[INFO] [stderr]    Compiling futures-intrusive v0.4.0
[INFO] [stderr]    Compiling dotenvy v0.15.5
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling hashlink v0.8.1
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling sqlformat v0.2.0
[INFO] [stderr]    Compiling rsa v0.6.1
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling http-range-header v0.3.0
[INFO] [stderr]    Compiling gimli v0.26.2
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki-roots v0.22.5
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling matchit v0.5.0
[INFO] [stderr]    Compiling sync_wrapper v0.1.1
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling axum-macros v0.2.3
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling axum-core v0.2.8
[INFO] [stderr]    Compiling sqlx-rt v0.6.2
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling color-spantrace v0.2.0
[INFO] [stderr]    Compiling color-eyre v0.6.2
[INFO] [stderr]    Compiling sqlx-core v0.6.2
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling h2 v0.3.14
[INFO] [stderr]    Compiling tower-http v0.3.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling sqlx-macros v0.6.2
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling sqlx v0.6.2
[INFO] [stderr]    Compiling hyper-rustls v0.23.0
[INFO] [stderr]    Compiling axum v0.5.16
[INFO] [stderr]    Compiling reqwest v0.11.12
[INFO] [stderr]    Compiling axum-extra v0.3.7
[INFO] [stderr]    Compiling moth-fans-runtimes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Tree` is never constructed
[INFO] [stdout]    --> src/rounds.rs:476:12
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub struct Tree {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] running `Command { std: "docker" "inspect" "cfb8ca0f8efe527b310a9d239f63de3e005d9b9eb521990d32c4aed12d0bb49b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfb8ca0f8efe527b310a9d239f63de3e005d9b9eb521990d32c4aed12d0bb49b", kill_on_drop: false }`
[INFO] [stdout] cfb8ca0f8efe527b310a9d239f63de3e005d9b9eb521990d32c4aed12d0bb49b
[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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0593ab433a4cdf5c6c2f8116d656df220b8f701e37f00f072fd5b589485fdf7a
[INFO] running `Command { std: "docker" "start" "-a" "0593ab433a4cdf5c6c2f8116d656df220b8f701e37f00f072fd5b589485fdf7a", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling similar v2.2.0
[INFO] [stderr]    Compiling console v0.15.2
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling insta v1.21.0
[INFO] [stderr]    Compiling moth-fans-runtimes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Tree` is never constructed
[INFO] [stdout]    --> src/rounds.rs:476:12
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub struct Tree {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.84s
[INFO] running `Command { std: "docker" "inspect" "0593ab433a4cdf5c6c2f8116d656df220b8f701e37f00f072fd5b589485fdf7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0593ab433a4cdf5c6c2f8116d656df220b8f701e37f00f072fd5b589485fdf7a", kill_on_drop: false }`
[INFO] [stdout] 0593ab433a4cdf5c6c2f8116d656df220b8f701e37f00f072fd5b589485fdf7a
[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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a4b0fd12647ea0a1ad5e3a06634c6c29dd8f632857687bdfa0e594b2b0c06d64
[INFO] running `Command { std: "docker" "start" "-a" "a4b0fd12647ea0a1ad5e3a06634c6c29dd8f632857687bdfa0e594b2b0c06d64", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: struct `Tree` is never constructed
[INFO] [stderr]    --> src/rounds.rs:476:12
[INFO] [stderr]     |
[INFO] [stderr] 476 | pub struct Tree {
[INFO] [stderr]     |            ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `moth-fans-runtimes` (bin "moth-fans-runtimes" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/moth_fans_runtimes-ab0a9c949da4f288)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test runtimes::tests::test_get_runtimes_for_round_191838 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- runtimes::tests::test_get_runtimes_for_round_191838 stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/moth_fans_runtimes__runtimes__tests__get_runtimes_for_round_191838.snap
[INFO] [stdout] Snapshot: get_runtimes_for_round_191838
[INFO] [stdout] Source: src/runtimes.rs:122
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: get_runtimes_for_round(include_str!("./test_data/191838-runtime.condensed.txt")).unwrap()
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]     3     3 │     "exception": "Cannot execute null.return air().",
[INFO] [stdout]     4     4 │     "proc_path": "/obj/machinery/meter/process_atmos",
[INFO] [stdout]     5     5 │     "source_file": "meter.dm",
[INFO] [stdout]     6     6 │     "line": 58,
[INFO] [stdout]     7       │-    "best_guess_filename": null
[INFO] [stdout]           7 │+    "best_guess_filenames": null
[INFO] [stdout]     8     8 │   },
[INFO] [stdout]     9     9 │   {
[INFO] [stdout]    10    10 │     "count": 511,
[INFO] [stdout]    11    11 │     "exception": "Cannot execute null.archive().",
[INFO] [stdout]    12    12 │     "proc_path": "/turf/open/process_cell",
[INFO] [stdout]    13    13 │     "source_file": "LINDA_turf_tile.dm",
[INFO] [stdout]    14    14 │     "line": 281,
[INFO] [stdout]    15       │-    "best_guess_filename": null
[INFO] [stdout]          15 │+    "best_guess_filenames": null
[INFO] [stdout]    16    16 │   },
[INFO] [stdout]    17    17 │   {
[INFO] [stdout]    18    18 │     "count": 240,
[INFO] [stdout]    19    19 │     "exception": "undefined variable /turf/closed/mineral/var/run_later",
[INFO] [stdout]    20    20 │     "proc_path": "/turf/open/process_cell",
[INFO] [stdout]    21    21 │     "source_file": "LINDA_turf_tile.dm",
[INFO] [stdout]    22    22 │     "line": 276,
[INFO] [stdout]    23       │-    "best_guess_filename": null
[INFO] [stdout]          23 │+    "best_guess_filenames": null
[INFO] [stdout]    24    24 │   },
[INFO] [stdout]    25    25 │   {
[INFO] [stdout]    26    26 │     "count": 53,
[INFO] [stdout]    27    27 │     "exception": "undefined variable /turf/closed/wall/var/run_later",
[INFO] [stdout]    28    28 │     "proc_path": "/turf/open/process_cell",
[INFO] [stdout]    29    29 │     "source_file": "LINDA_turf_tile.dm",
[INFO] [stdout]    30    30 │     "line": 276,
[INFO] [stdout]    31       │-    "best_guess_filename": null
[INFO] [stdout]          31 │+    "best_guess_filenames": null
[INFO] [stdout]    32    32 │   },
[INFO] [stdout]    33    33 │   {
[INFO] [stdout]    34    34 │     "count": 31,
[INFO] [stdout]    35    35 │     "exception": "undefined variable /turf/closed/wall/mineral/iron/var/run_later",
[INFO] [stdout]    36    36 │     "proc_path": "/turf/open/process_cell",
[INFO] [stdout]    37    37 │     "source_file": "LINDA_turf_tile.dm",
[INFO] [stdout]    38    38 │     "line": 276,
[INFO] [stdout]    39       │-    "best_guess_filename": null
[INFO] [stdout]          39 │+    "best_guess_filenames": null
[INFO] [stdout]    40    40 │   },
[INFO] [stdout]    41    41 │   {
[INFO] [stdout]    42    42 │     "count": 16,
[INFO] [stdout]    43    43 │     "exception": "Cannot read null.len",
[INFO] [stdout]    44    44 │     "proc_path": "/world/proc/preloader_setup",
[INFO] [stdout]    45    45 │     "source_file": "preloader.dm",
[INFO] [stdout]    46    46 │     "line": 12,
[INFO] [stdout]    47       │-    "best_guess_filename": null
[INFO] [stdout]          47 │+    "best_guess_filenames": null
[INFO] [stdout]    48    48 │   },
[INFO] [stdout]    49    49 │   {
[INFO] [stdout]    50    50 │     "count": 16,
[INFO] [stdout]    51    51 │     "exception": "_queue_verb() returned false because it was given an invalid callback! (code/controllers/subsystem/verb_manager.dm:61)",
[INFO] [stdout]    52    52 │     "proc_path": "/proc/_stack_trace",
[INFO] [stdout]    53    53 │     "source_file": "verb_manager.dm",
[INFO] [stdout]    54    54 │     "line": 61,
[INFO] [stdout]    55       │-    "best_guess_filename": ") returned false because it was given an invalid callback! (code/controllers/subsystem/verb_manager.dm"
[INFO] [stdout]          55 │+    "best_guess_filenames": {
[INFO] [stdout]          56 │+      "Definitely": "code/controllers/subsystem/verb_manager.dm"
[INFO] [stdout]          57 │+    }
[INFO] [stdout]    56    58 │   },
[INFO] [stdout]    57    59 │   {
[INFO] [stdout]    58    60 │     "count": 16,
[INFO] [stdout]    59    61 │     "exception": "Cannot create objects of type null.",
[INFO] [stdout]    60    62 │     "proc_path": "/datum/parsed_map/proc/build_coordinate",
[INFO] [stdout]    61    63 │     "source_file": "reader.dm",
[INFO] [stdout]    62    64 │     "line": 472,
[INFO] [stdout]    63       │-    "best_guess_filename": null
[INFO] [stdout]          65 │+    "best_guess_filenames": null
[INFO] [stdout]    64    66 │   },
[INFO] [stdout]    65    67 │   {
[INFO] [stdout]    66    68 │     "count": 11,
[INFO] [stdout]    67    69 │     "exception": "Cannot execute null.react().",
[INFO] [stdout]    68    70 │     "proc_path": "/obj/machinery/atmospherics/components/tank/process_atmos",
[INFO] [stdout]    69    71 │     "source_file": "tank.dm",
[INFO] [stdout]    70    72 │     "line": 144,
[INFO] [stdout]    71       │-    "best_guess_filename": null
[INFO] [stdout]          73 │+    "best_guess_filenames": null
[INFO] [stdout]    72    74 │   },
[INFO] [stdout]    73    75 │   {
[INFO] [stdout]    74    76 │     "count": 7,
[INFO] [stdout]    75    77 │     "exception": "Cannot execute null.reset cooldowns().",
[INFO] [stdout]    76    78 │     "proc_path": "/turf/open/process_cell",
[INFO] [stdout]    77    79 │     "source_file": "LINDA_turf_tile.dm",
[INFO] [stdout]    78    80 │     "line": 346,
[INFO] [stdout]    79       │-    "best_guess_filename": null
[INFO] [stdout]          81 │+    "best_guess_filenames": null
[INFO] [stdout]    80    82 │   },
[INFO] [stdout]    81    83 │   {
[INFO] [stdout]    82    84 │     "count": 3,
[INFO] [stdout]    83    85 │     "exception": "undefined variable /turf/closed/wall/r_wall/var/run_later",
[INFO] [stdout]    84    86 │     "proc_path": "/turf/open/process_cell",
[INFO] [stdout]    85    87 │     "source_file": "LINDA_turf_tile.dm",
[INFO] [stdout]    86    88 │     "line": 276,
[INFO] [stdout]    87       │-    "best_guess_filename": null
[INFO] [stdout]          89 │+    "best_guess_filenames": null
[INFO] [stdout]    88    90 │   },
[INFO] [stdout]    89    91 │   {
[INFO] [stdout]    90    92 │     "count": 2,
[INFO] [stdout]    91    93 │     "exception": "Cannot read null.eye",
[INFO] [stdout]    92    94 │     "proc_path": "/datum/hud/proc/update_parallax",
[INFO] [stdout]    93    95 │     "source_file": "parallax.dm",
[INFO] [stdout]    94    96 │     "line": 172,
[INFO] [stdout]    95       │-    "best_guess_filename": null
[INFO] [stdout]          97 │+    "best_guess_filenames": null
[INFO] [stdout]    96    98 │   },
[INFO] [stdout]    97    99 │   {
[INFO] [stdout]    98   100 │     "count": 2,
[INFO] [stdout]    99   101 │     "exception": "Cannot read null.parallax_layers_cached",
[INFO] [stdout]   100   102 │     "proc_path": "/datum/hud/proc/remove_parallax",
[INFO] [stdout]   101   103 │     "source_file": "parallax.dm",
[INFO] [stdout]   102   104 │     "line": 41,
[INFO] [stdout]   103       │-    "best_guess_filename": null
[INFO] [stdout]         105 │+    "best_guess_filenames": null
[INFO] [stdout]   104   106 │   },
[INFO] [stdout]   105   107 │   {
[INFO] [stdout]   106   108 │     "count": 2,
[INFO] [stdout]   107   109 │     "exception": "Cannot modify null.parallax_layers_max.",
[INFO] [stdout]   108   110 │     "proc_path": "/datum/hud/proc/apply_parallax_pref",
[INFO] [stdout]   109   111 │     "source_file": "parallax.dm",
[INFO] [stdout]   110   112 │     "line": 68,
[INFO] [stdout]   111       │-    "best_guess_filename": null
[INFO] [stdout]         113 │+    "best_guess_filenames": null
[INFO] [stdout]   112   114 │   },
[INFO] [stdout]   113   115 │   {
[INFO] [stdout]   114   116 │     "count": 1,
[INFO] [stdout]   115   117 │     "exception": "Cannot read null.client",
[INFO] [stdout]   116   118 │     "proc_path": "/datum/action/vote/Remove",
[INFO] [stdout]   117   119 │     "source_file": "vote.dm",
[INFO] [stdout]   118   120 │     "line": 332,
[INFO] [stdout]   119       │-    "best_guess_filename": null
[INFO] [stdout]         121 │+    "best_guess_filenames": null
[INFO] [stdout]   120   122 │   },
[INFO] [stdout]   121   123 │   {
[INFO] [stdout]   122   124 │     "count": 1,
[INFO] [stdout]   123   125 │     "exception": "Cannot execute null.resolve().",
[INFO] [stdout]   124   126 │     "proc_path": "/datum/forensics/proc/check_blood",
[INFO] [stdout]   125   127 │     "source_file": "_forensics.dm",
[INFO] [stdout]   126   128 │     "line": 232,
[INFO] [stdout]   127       │-    "best_guess_filename": null
[INFO] [stdout]         129 │+    "best_guess_filenames": null
[INFO] [stdout]   128   130 │   },
[INFO] [stdout]   129   131 │   {
[INFO] [stdout]   130   132 │     "count": 1,
[INFO] [stdout]   131   133 │     "exception": "Cannot read null.x",
[INFO] [stdout]   132   134 │     "proc_path": "/atom/movable/screen/map_view/gateway_port/proc/update_portal_filters",
[INFO] [stdout]   133   135 │     "source_file": "gateway.dm",
[INFO] [stdout]   134   136 │     "line": 434,
[INFO] [stdout]   135       │-    "best_guess_filename": null
[INFO] [stdout]         137 │+    "best_guess_filenames": null
[INFO] [stdout]   136   138 │   },
[INFO] [stdout]   137   139 │   {
[INFO] [stdout]   138   140 │     "count": 1,
[INFO] [stdout]   139   141 │     "exception": "Cannot read null.visual_delay",
[INFO] [stdout]   140   142 │     "proc_path": "/datum/move_loop/process",
[INFO] [stdout]   141   143 │     "source_file": "movement_types.dm",
[INFO] [stdout]   142   144 │     "line": 111,
[INFO] [stdout]   143       │-    "best_guess_filename": null
[INFO] [stdout]         145 │+    "best_guess_filenames": null
[INFO] [stdout]   144   146 │   },
[INFO] [stdout]   145   147 │   {
[INFO] [stdout]   146   148 │     "count": 1,
[INFO] [stdout]   147   149 │     "exception": "undefined variable /mob/living/simple_animal/mouse/var/w_uniform",
[INFO] [stdout]   148   150 │     "proc_path": "/datum/hallucination/fake_item/start",
[INFO] [stdout]   149   151 │     "source_file": "inhand_fake_item.dm",
[INFO] [stdout]   150   152 │     "line": 19,
[INFO] [stdout]   151       │-    "best_guess_filename": null
[INFO] [stdout]         153 │+    "best_guess_filenames": null
[INFO] [stdout]   152   154 │   },
[INFO] [stdout]   153   155 │   {
[INFO] [stdout]   154   156 │     "count": 1,
[INFO] [stdout]   155   157 │     "exception": "Cannot read null.prefs",
[INFO] [stdout]   156   158 │     "proc_path": "/proc/tgui_input_list",
[INFO] [stdout]   157   159 │     "source_file": "list.dm",
[INFO] [stdout]   158   160 │     "line": 25,
[INFO] [stdout]   159       │-    "best_guess_filename": null
[INFO] [stdout]         161 │+    "best_guess_filenames": null
[INFO] [stdout]   160   162 │   },
[INFO] [stdout]   161   163 │   {
[INFO] [stdout]   162   164 │     "count": 1,
[INFO] [stdout]   163   165 │     "exception": "addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583)",
[INFO] [stdout]   164   166 │     "proc_path": "/proc/_stack_trace",
[INFO] [stdout]   165   167 │     "source_file": "timer.dm",
[INFO] [stdout]   166   168 │     "line": 583,
[INFO] [stdout]   167       │-    "best_guess_filename": "code/controllers/subsystem/timer.dm"
[INFO] [stdout]         169 │+    "best_guess_filenames": {
[INFO] [stdout]         170 │+      "Definitely": "code/controllers/subsystem/timer.dm"
[INFO] [stdout]         171 │+    }
[INFO] [stdout]   168   172 │   }
[INFO] [stdout]   169   173 │ ]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'runtimes::tests::test_get_runtimes_for_round_191838' panicked at src/runtimes.rs:122:9:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ee592ab2022 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ee592ab2022 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ee592ab2022 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ee592ab2022 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ee592adaa33 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ee592adaa33 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ee592aae803 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ee592aae803 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ee592ab1e72 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ee592ab36f9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ee592ab352e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ee59291a5a4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ee59291a5a4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ee592ab41ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ee592ab41ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ee592ab3e9a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ee592ab2529 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ee592ab3b2d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ee592ad8770 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ee592ad8bd6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5ee5927cc3f1 - core::result::Result<T,E>::unwrap::hd072a2348fb525f6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5ee5927cc3f1 - moth_fans_runtimes::runtimes::tests::test_get_runtimes_for_round_191838::hef49f951c204cca9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/runtimes.rs:122:9
[INFO] [stdout]   22:     0x5ee5927cbf67 - moth_fans_runtimes::runtimes::tests::test_get_runtimes_for_round_191838::{{closure}}::hdde817b85eef6862
[INFO] [stdout]                                at /opt/rustwide/workdir/src/runtimes.rs:121:44
[INFO] [stdout]   23:     0x5ee5927c83e6 - core::ops::function::FnOnce::call_once::hced7c8040e699852
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5ee59291fe0b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ee59291fe0b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5ee59291ef45 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5ee59291ef45 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5ee59291ef45 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5ee59291ef45 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5ee59291ef45 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ee59291ef45 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5ee59291ef45 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5ee5928e2b44 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5ee5928e2b44 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5ee5928e651a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5ee5928e651a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5ee5928e651a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5ee5928e651a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5ee5928e651a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ee5928e651a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5ee5928e651a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5ee592ab71df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5ee592ab71df - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x75daafeddaa4 - <unknown>
[INFO] [stdout]   45:     0x75daaff6aa34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     runtimes::tests::test_get_runtimes_for_round_191838
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.59s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin moth-fans-runtimes`
[INFO] running `Command { std: "docker" "inspect" "a4b0fd12647ea0a1ad5e3a06634c6c29dd8f632857687bdfa0e594b2b0c06d64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4b0fd12647ea0a1ad5e3a06634c6c29dd8f632857687bdfa0e594b2b0c06d64", kill_on_drop: false }`
[INFO] [stdout] a4b0fd12647ea0a1ad5e3a06634c6c29dd8f632857687bdfa0e594b2b0c06d64
