[INFO] cloning repository https://github.com/SierraSoftworks/github-backup
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SierraSoftworks/github-backup" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSierraSoftworks%2Fgithub-backup", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSierraSoftworks%2Fgithub-backup'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d1c150fb262aaca5f719bb0cc6f0068705ea5a6c
[INFO] testing SierraSoftworks/github-backup/d1c150fb262aaca5f719bb0cc6f0068705ea5a6c 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%2FSierraSoftworks%2Fgithub-backup" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SierraSoftworks/github-backup
[INFO] finished tweaking git repo https://github.com/SierraSoftworks/github-backup
[INFO] tweaked toml for git repo https://github.com/SierraSoftworks/github-backup written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SierraSoftworks/github-backup 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/SierraSoftworks/github-backup 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] ef1c29790eb7332e0394b8b68d129b1e5bd66a970ed6d23de6cf1d9d59312c0d
[INFO] running `Command { std: "docker" "start" "-a" "ef1c29790eb7332e0394b8b68d129b1e5bd66a970ed6d23de6cf1d9d59312c0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ef1c29790eb7332e0394b8b68d129b1e5bd66a970ed6d23de6cf1d9d59312c0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef1c29790eb7332e0394b8b68d129b1e5bd66a970ed6d23de6cf1d9d59312c0d", kill_on_drop: false }`
[INFO] [stdout] ef1c29790eb7332e0394b8b68d129b1e5bd66a970ed6d23de6cf1d9d59312c0d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 274e7aea5d915b3afcb3a0fdec0fc3065f6d5066d31ef8312e46a139053340d7
[INFO] running `Command { std: "docker" "start" "-a" "274e7aea5d915b3afcb3a0fdec0fc3065f6d5066d31ef8312e46a139053340d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling gix-trace v0.1.13
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling zlib-rs v0.5.1
[INFO] [stderr]    Compiling human_format v1.1.0
[INFO] [stderr]    Compiling bytesize v2.0.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling faster-hex v0.10.0
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling prodash v30.0.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling sha1-checked v0.10.0
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling memmap2 v0.9.7
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling libz-rs-sys v0.5.1
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling gix-utils v0.3.0
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.226
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling gix-validate v0.10.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling gix-path v0.10.20
[INFO] [stderr]    Compiling gix-date v0.10.4
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling gix-features v0.43.1
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling gix-actor v0.35.3
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling gix-hash v0.19.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling gix-hashtable v0.9.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling gix-object v0.50.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling gix-fs v0.16.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling gix-chunk v0.4.11
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling cc v1.2.31
[INFO] [stderr]    Compiling gix-quote v0.6.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling gix-commitgraph v0.29.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling gix-tempfile v18.0.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling gix-revwalk v0.21.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling gix-glob v0.21.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling gix-lock v18.0.0
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling gix-command v0.6.2
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling gix-attributes v0.27.0
[INFO] [stderr]    Compiling gix-config-value v0.15.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling h2 v0.4.11
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling gix-traverse v0.47.0
[INFO] [stderr]    Compiling gix-sec v0.12.0
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling brotli v8.0.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling gix-ref v0.53.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]    Compiling gix-bitmap v0.2.14
[INFO] [stderr]    Compiling gix-packetline-blocking v0.19.1
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling gix-index v0.41.0
[INFO] [stderr]    Compiling gix-filter v0.20.0
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling async-compression v0.4.27
[INFO] [stderr]    Compiling gix-ignore v0.16.0
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling opentelemetry v0.30.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling gix-worktree v0.42.0
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling gix-pathspec v0.12.0
[INFO] [stderr]    Compiling gix-url v0.32.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling rustls-native-certs v0.8.1
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling sentry-types v0.42.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling opentelemetry_sdk v0.30.0
[INFO] [stderr]    Compiling gix-prompt v0.11.1
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling gix-revision v0.35.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling uluru v3.1.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling gix-refspec v0.31.0
[INFO] [stderr]    Compiling tonic v0.13.1
[INFO] [stderr]    Compiling sentry-core v0.42.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling gix-credentials v0.30.0
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling gix-discover v0.41.0
[INFO] [stderr]    Compiling gix-packetline v0.19.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling imara-diff v0.1.8
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling clru v0.6.2
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling gix-pack v0.60.0
[INFO] [stderr]    Compiling gix-diff v0.53.0
[INFO] [stderr]    Compiling opentelemetry-proto v0.30.0
[INFO] [stderr]    Compiling gix-transport v0.48.0
[INFO] [stderr]    Compiling gix-dir v0.15.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling sentry-log v0.42.0
[INFO] [stderr]    Compiling opentelemetry-http v0.30.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling gix-worktree-stream v0.22.0
[INFO] [stderr]    Compiling gix-config v0.46.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling gix-shallow v0.5.0
[INFO] [stderr]    Compiling gix-negotiate v0.21.0
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling io-close v0.3.7
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling gix-protocol v0.51.0
[INFO] [stderr]    Compiling gix-odb v0.70.0
[INFO] [stderr]    Compiling gix-submodule v0.20.0
[INFO] [stderr]    Compiling gix-worktree-state v0.20.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling opentelemetry-otlp v0.30.0
[INFO] [stderr]    Compiling gix-archive v0.22.0
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling sentry v0.42.0
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling gix-status v0.20.0
[INFO] [stderr]    Compiling tracing-opentelemetry v0.31.0
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling gix-mailmap v0.27.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling tracing-attributes v0.2.0 (https://github.com/SierraSoftworks/tracing.git#1440cc1e)
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling radix_fmt v1.0.0
[INFO] [stderr]    Compiling sys-locale v0.3.2
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling gix v0.73.0
[INFO] [stderr]    Compiling ctrlc v3.5.0
[INFO] [stderr]    Compiling croner v3.0.0
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling parse_link_header v0.4.0
[INFO] [stderr]    Compiling human-errors v0.1.5
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling tracing-batteries v0.1.0 (https://github.com/sierrasoftworks/tracing-batteries-rs.git#39e5e47d)
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling github-backup v3.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 47s
[INFO] running `Command { std: "docker" "inspect" "274e7aea5d915b3afcb3a0fdec0fc3065f6d5066d31ef8312e46a139053340d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "274e7aea5d915b3afcb3a0fdec0fc3065f6d5066d31ef8312e46a139053340d7", kill_on_drop: false }`
[INFO] [stdout] 274e7aea5d915b3afcb3a0fdec0fc3065f6d5066d31ef8312e46a139053340d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] eee95d58f6f3573b89f9241916fb51f75bfe049ea343c21ea05113b51d3a3798
[INFO] running `Command { std: "docker" "start" "-a" "eee95d58f6f3573b89f9241916fb51f75bfe049ea343c21ea05113b51d3a3798", kill_on_drop: false }`
[INFO] [stderr]    Compiling github-backup v3.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.31s
[INFO] running `Command { std: "docker" "inspect" "eee95d58f6f3573b89f9241916fb51f75bfe049ea343c21ea05113b51d3a3798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eee95d58f6f3573b89f9241916fb51f75bfe049ea343c21ea05113b51d3a3798", kill_on_drop: false }`
[INFO] [stdout] eee95d58f6f3573b89f9241916fb51f75bfe049ea343c21ea05113b51d3a3798
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] dad7ac15219fdf2d9fc5de5c687b61a0a2f98da14bea55a72da5a42c998c2a65
[INFO] running `Command { std: "docker" "start" "-a" "dad7ac15219fdf2d9fc5de5c687b61a0a2f98da14bea55a72da5a42c998c2a65", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/github_backup-e9305a7efe642a3e)
[INFO] [stdout] 
[INFO] [stdout] running 275 tests
[INFO] [stdout] test entities::credentials::tests::test_debug::case_2_token ... ok
[INFO] [stdout] test config::tests::deserialize_cron::case_2 ... ok
[INFO] [stdout] test entities::credentials::tests::test_debug::case_1_none ... ok
[INFO] [stdout] test entities::credentials::tests::test_display::case_2_token ... ok
[INFO] [stdout] test entities::credentials::tests::test_display::case_1_none ... ok
[INFO] [stdout] test entities::macros::tests::test_entity ... ok
[INFO] [stdout] test config::tests::deserialize_example_config ... ok
[INFO] [stdout] test filter::expr::tests::expression_visualization::case_1 ... ok
[INFO] [stdout] test config::tests::deserialize_cron::case_1 ... ok
[INFO] [stdout] test filter::expr::tests::expression_visualization::case_2 ... ok
[INFO] [stdout] test filter::expr::tests::expression_visualization::case_3 ... ok
[INFO] [stdout] test filter::expr::tests::expression_visualization::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::and::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::and::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::and::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::and::case_6 ... ok
[INFO] [stdout] test filter::interpreter::tests::contains::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::contains::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::and::case_5 ... ok
[INFO] [stdout] test filter::interpreter::tests::contains::case_3 ... ok
[INFO] [stdout] test entities::credentials::tests::test_display::case_3_username_password ... ok
[INFO] [stdout] test filter::interpreter::tests::contains::case_6 ... ok
[INFO] [stdout] test filter::interpreter::tests::endswith::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::endswith::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::endswith::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::endswith::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::equals::case_01 ... ok
[INFO] [stdout] test filter::interpreter::tests::equals::case_02 ... ok
[INFO] [stdout] test filter::interpreter::tests::equals::case_03 ... ok
[INFO] [stdout] test filter::interpreter::tests::equals::case_04 ... ok
[INFO] [stdout] test filter::interpreter::tests::equals::case_05 ... ok
[INFO] [stdout] test filter::interpreter::tests::equals::case_06 ... ok
[INFO] [stdout] test filter::interpreter::tests::equals::case_07 ... ok
[INFO] [stdout] test filter::interpreter::tests::equals::case_08 ... ok
[INFO] [stdout] test filter::interpreter::tests::equals::case_09 ... ok
[INFO] [stdout] test filter::interpreter::tests::equals::case_10 ... ok
[INFO] [stdout] test filter::interpreter::tests::greater_than::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::greater_than::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::greater_than::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::and::case_3 ... ok
[INFO] [stdout] test entities::credentials::tests::test_debug::case_3_username_password ... ok
[INFO] [stdout] test filter::interpreter::tests::contains::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::contains::case_5 ... ok
[INFO] [stdout] test filter::interpreter::tests::grouping::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::grouping::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::grouping::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::in_::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::in_::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::in_::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::in_::case_6 ... ok
[INFO] [stdout] test filter::interpreter::tests::in_::case_7 ... ok
[INFO] [stdout] test filter::interpreter::tests::in_::case_8 ... ok
[INFO] [stdout] test filter::interpreter::tests::in_::case_9 ... ok
[INFO] [stdout] test filter::interpreter::tests::literals::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::literals::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::literals::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::literals::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::literals::case_5 ... ok
[INFO] [stdout] test filter::interpreter::tests::literals::case_6 ... ok
[INFO] [stdout] test filter::interpreter::tests::in_::case_5 ... ok
[INFO] [stdout] test filter::interpreter::tests::literals::case_7 ... ok
[INFO] [stdout] test filter::interpreter::tests::grouping::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::not::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::greater_than::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::in_::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::not::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::not::case_5 ... ok
[INFO] [stdout] test filter::interpreter::tests::not::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::not_equals::case_02 ... ok
[INFO] [stdout] test filter::interpreter::tests::not_equals::case_01 ... ok
[INFO] [stdout] test filter::interpreter::tests::not::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::not_equals::case_04 ... ok
[INFO] [stdout] test filter::interpreter::tests::not_equals::case_08 ... ok
[INFO] [stdout] test filter::interpreter::tests::not_equals::case_09 ... ok
[INFO] [stdout] test filter::interpreter::tests::not_equals::case_10 ... ok
[INFO] [stdout] test filter::interpreter::tests::or::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::or::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::or::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::or::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::or::case_5 ... ok
[INFO] [stdout] test filter::interpreter::tests::or::case_6 ... ok
[INFO] [stdout] test filter::interpreter::tests::not_equals::case_06 ... ok
[INFO] [stdout] test filter::interpreter::tests::not_equals::case_03 ... ok
[INFO] [stdout] test filter::interpreter::tests::not_equals::case_05 ... ok
[INFO] [stdout] test filter::interpreter::tests::precedence::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::not_equals::case_07 ... ok
[INFO] [stdout] test filter::interpreter::tests::precedence::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::precedence::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::precedence::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::properties::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::properties::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::properties::case_5 ... ok
[INFO] [stdout] test filter::interpreter::tests::properties::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::or::case_7 ... ok
[INFO] [stdout] test filter::interpreter::tests::properties::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::smaller::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::properties::case_6 ... ok
[INFO] [stdout] test filter::interpreter::tests::smaller::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::smaller::case_4 ... ok
[INFO] [stdout] test filter::interpreter::tests::smaller::case_2 ... ok
[INFO] [stdout] test filter::interpreter::tests::smaller::case_5 ... ok
[INFO] [stdout] test filter::interpreter::tests::startswith::case_1 ... ok
[INFO] [stdout] test filter::interpreter::tests::startswith::case_2 ... ok
[INFO] [stdout] test filter::lexer::tests::test_empty ... ok
[INFO] [stdout] test filter::interpreter::tests::startswith::case_3 ... ok
[INFO] [stdout] test filter::interpreter::tests::startswith::case_4 ... ok
[INFO] [stdout] test filter::lexer::tests::test_identifiers ... ok
[INFO] [stdout] test filter::lexer::tests::test_comparison_operators ... ok
[INFO] [stdout] test filter::lexer::tests::test_location ... ok
[INFO] [stdout] test filter::lexer::tests::test_logical_operators ... ok
[INFO] [stdout] test filter::lexer::tests::test_mixed ... ok
[INFO] [stdout] test filter::lexer::tests::test_negation ... ok
[INFO] [stdout] test filter::lexer::tests::test_whitespace ... ok
[INFO] [stdout] test filter::location::tests::test_display::case_1 ... ok
[INFO] [stdout] test filter::parser::tests::invalid_filters::case_1 ... ok
[INFO] [stdout] test filter::parser::tests::invalid_filters::case_2 ... ok
[INFO] [stdout] test filter::parser::tests::invalid_filters::case_3 ... ok
[INFO] [stdout] test filter::parser::tests::invalid_filters::case_4 ... ok
[INFO] [stdout] test filter::lexer::tests::test_number ... ok
[INFO] [stdout] test filter::lexer::tests::test_parens ... ok
[INFO] [stdout] test filter::lexer::tests::test_string ... ok
[INFO] [stdout] test filter::parser::tests::parse_comparison_expressions::case_2 ... ok
[INFO] [stdout] test filter::parser::tests::parse_comparison_expressions::case_1 ... ok
[INFO] [stdout] test filter::parser::tests::parse_comparison_expressions::case_4 ... ok
[INFO] [stdout] test filter::parser::tests::parse_comparison_expressions::case_3 ... ok
[INFO] [stdout] test filter::parser::tests::invalid_filters::case_5 ... ok
[INFO] [stdout] test filter::parser::tests::parse_comparison_expressions::case_5 ... ok
[INFO] [stdout] test filter::parser::tests::parse_comparison_expressions::case_6 ... ok
[INFO] [stdout] test filter::parser::tests::parse_comparison_expressions::case_7 ... ok
[INFO] [stdout] test filter::parser::tests::parse_comparison_expressions::case_8 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_literals::case_2 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_literals::case_4 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_literals::case_1 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_literals::case_5 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_literals::case_3 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_literals::case_6 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_literals::case_7 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_literals::case_8 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_logical_expressions::case_2 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_literals::case_9 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_logical_expressions::case_3 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_logical_expressions::case_1 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_unary_expressions::case_1 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_unary_expressions::case_2 ... ok
[INFO] [stdout] test filter::tests::binary_operator_filtering::case_1 ... ok
[INFO] [stdout] test filter::tests::binary_operator_filtering::case_3 ... ok
[INFO] [stdout] test filter::tests::binary_operator_filtering::case_4 ... ok
[INFO] [stdout] test filter::tests::binary_operator_filtering::case_5 ... ok
[INFO] [stdout] test filter::tests::binary_operator_filtering::case_6 ... ok
[INFO] [stdout] test filter::tests::case_insensitive_filtering::case_01 ... ok
[INFO] [stdout] test filter::tests::binary_operator_filtering::case_7 ... ok
[INFO] [stdout] test filter::tests::case_insensitive_filtering::case_02 ... ok
[INFO] [stdout] test filter::tests::case_insensitive_filtering::case_04 ... ok
[INFO] [stdout] test filter::tests::case_insensitive_filtering::case_03 ... ok
[INFO] [stdout] test filter::tests::case_insensitive_filtering::case_05 ... ok
[INFO] [stdout] test filter::tests::case_insensitive_filtering::case_06 ... ok
[INFO] [stdout] test filter::tests::case_insensitive_filtering::case_08 ... ok
[INFO] [stdout] test filter::tests::case_insensitive_filtering::case_09 ... ok
[INFO] [stdout] test filter::tests::case_insensitive_filtering::case_10 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_01 ... ok
[INFO] [stdout] test filter::tests::binary_operator_filtering::case_2 ... ok
[INFO] [stdout] test filter::parser::tests::parsing_unary_expressions::case_3 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_02 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_03 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_04 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_05 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_07 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_06 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_09 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_08 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_10 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_11 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_13 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_12 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_14 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_16 ... ok
[INFO] [stdout] test filter::location::tests::test_display::case_2 ... ok
[INFO] [stdout] test filter::tests::case_insensitive_filtering::case_07 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_17 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_20 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_18 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_21 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_22 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_23 ... ok
[INFO] [stdout] test filter::tests::logical_operator_filtering::case_1 ... ok
[INFO] [stdout] test filter::tests::logical_operator_filtering::case_2 ... ok
[INFO] [stdout] test filter::tests::logical_operator_filtering::case_3 ... ok
[INFO] [stdout] test filter::tests::logical_operator_filtering::case_4 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_19 ... ok
[INFO] [stdout] test filter::value::tests::test_bool_comparison ... ok
[INFO] [stdout] test filter::value::tests::test_number_comparison ... ok
[INFO] [stdout] test filter::value::tests::test_string_comparison ... ok
[INFO] [stdout] test filter::value::tests::test_truthy::case_3 ... ok
[INFO] [stdout] test filter::value::tests::test_truthy::case_2 ... ok
[INFO] [stdout] test filter::value::tests::test_truthy::case_4 ... ok
[INFO] [stdout] test filter::value::tests::test_truthy::case_1 ... ok
[INFO] [stdout] test filter::value::tests::test_truthy::case_7 ... ok
[INFO] [stdout] test filter::value::tests::test_truthy::case_5 ... ok
[INFO] [stdout] test filter::value::tests::test_truthy::case_6 ... ok
[INFO] [stdout] test filter::value::tests::test_truthy::case_8 ... ok
[INFO] [stdout] test filter::value::tests::test_truthy::case_9 ... ok
[INFO] [stdout] test filter::tests::case_sensitive_filtering::case_15 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_gh_repo_kind::case_1 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_gh_repo_kind::case_2 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_gh_repo_kind::case_3 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_gh_repo_source_kind::case_1 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_gh_repo_source_kind::case_2 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_gh_repo_source_kind::case_3 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_gh_repo_source_kind::case_4 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_gh_repo_source_kind::case_5 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_gh_repo_source_kind::case_6 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_gist::case_1 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_releases::case_1 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_releases::case_2 ... ok
[INFO] [stdout] test helpers::github::tests::test_deserialize_repos::case_1 ... ok
[INFO] [stdout] test helpers::github::tests::test_mock_mode ... ok
[INFO] [stdout] test helpers::github::tests::test_source_kind_api_url::case_1 ... ok
[INFO] [stdout] test helpers::github::tests::test_source_kind_api_url::case_2 ... ok
[INFO] [stdout] test helpers::github::tests::test_source_kind_api_url::case_3 ... ok
[INFO] [stdout] test helpers::github::tests::test_source_kind_api_url::case_4 ... ok
[INFO] [stdout] test helpers::github::tests::test_source_kind_api_url::case_5 ... ok
[INFO] [stdout] test helpers::github::tests::test_source_kind_api_url::case_6 ... ok
[INFO] [stdout] test helpers::github::tests::test_source_kind_api_url::case_7 ... ok
[INFO] [stdout] test helpers::github::tests::test_source_kind_api_url::case_8 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_01 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_02 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_03 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_04 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_05 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_06 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_07 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_08 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_09 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_10 ... ok
[INFO] [stdout] test pairing::tests::filtering::case_11 ... ok
[INFO] [stdout] test policy::tests::test_deserialize ... ok
[INFO] [stdout] test sources::github_gist::tests::check_name_gist ... ok
[INFO] [stdout] test sources::github_gist::tests::get_gist_repos::case_1 ... ok
[INFO] [stdout] test sources::github_gist::tests::get_gist_repos::case_2 ... ok
[INFO] [stdout] test sources::github_gist::tests::get_gist_repos::case_3 ... ok
[INFO] [stdout] test sources::github_gist::tests::get_gist_repos::case_4 ... ok
[INFO] [stdout] test sources::github_gist::tests::validation_gist::case_1 ... ok
[INFO] [stdout] test sources::github_gist::tests::validation_gist::case_2 ... ok
[INFO] [stdout] test sources::github_gist::tests::validation_gist::case_3 ... ok
[INFO] [stdout] test sources::github_gist::tests::validation_gist::case_4 ... ok
[INFO] [stdout] test sources::github_gist::tests::validation_gist::case_5 ... ok
[INFO] [stdout] test sources::github_gist::tests::validation_gist::case_6 ... ok
[INFO] [stdout] test sources::github_releases::tests::check_name ... ok
[INFO] [stdout] test engines::http_file::tests::test_backup_with_last_modified ... FAILED
[INFO] [stdout] test engines::http_file::tests::test_backup ... FAILED
[INFO] [stdout] test sources::github_releases::tests::validation::case_1 ... ok
[INFO] [stdout] test sources::github_releases::tests::validation::case_2 ... ok
[INFO] [stdout] test sources::github_releases::tests::validation::case_3 ... ok
[INFO] [stdout] test sources::github_releases::tests::validation::case_4 ... ok
[INFO] [stdout] test sources::github_releases::tests::validation::case_5 ... ok
[INFO] [stdout] test sources::github_releases::tests::validation::case_6 ... ok
[INFO] [stdout] test sources::github_repo::tests::check_name_repo ... ok
[INFO] [stdout] test helpers::github::tests::fetch_repos::case_2 ... FAILED
[INFO] [stdout] test helpers::github::tests::fetch_repos::case_1 ... FAILED
[INFO] [stdout] test sources::github_repo::tests::get_repos_mocked::case_2 ... ok
[INFO] [stdout] test sources::github_repo::tests::validation_repo::case_1 ... ok
[INFO] [stdout] test sources::github_repo::tests::validation_repo::case_2 ... ok
[INFO] [stdout] test helpers::github::tests::fetch_gist::case_1 ... FAILED
[INFO] [stdout] test sources::github_repo::tests::validation_repo::case_4 ... ok
[INFO] [stdout] test sources::github_repo::tests::validation_repo::case_5 ... ok
[INFO] [stdout] test sources::github_repo::tests::validation_repo::case_3 ... ok
[INFO] [stdout] test helpers::github::tests::get_repo::case_1 ... FAILED
[INFO] [stdout] test engines::git::tests::test_backup::case_1 ... FAILED
[INFO] [stdout] test sources::github_repo::tests::validation_repo::case_6 ... ok
[INFO] [stdout] test sources::github_releases::tests::get_releases::case_1 ... FAILED
[INFO] [stdout] test sources::github_repo::tests::validation_repo::case_7 ... ok
[INFO] [stdout] test sources::github_repo::tests::validation_repo::case_8 ... ok
[INFO] [stdout] test sources::github_repo::tests::get_repos::case_1 ... FAILED
[INFO] [stdout] test sources::github_releases::tests::get_releases_mocked::case_1 ... ok
[INFO] [stdout] test sources::github_repo::tests::get_repos_mocked::case_1 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- engines::http_file::tests::test_backup_with_last_modified stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'engines::http_file::tests::test_backup_with_last_modified' (21) panicked at src/engines/http_file.rs:320:14:
[INFO] [stdout] backup to succeed: Error(UserError("We could not connect to the remote server to make a web request.", "Make sure that your internet connection is working correctly and the service is not blocked by your firewall.", None, Some(reqwest::Error { kind: Request, url: "https://httpbin.org/bytes/1024", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5df4dff5e152 - <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:     0x5df4dff7256f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5df4dff7256f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5df4dff24aa1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5df4dff24aa1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5df4dff33b12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5df4dff39d6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5df4dff39c01 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5df4deccdf2e - <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:     0x5df4deccdf2e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5df4dff3a4df - <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:     0x5df4dff3a4df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5df4dff3a28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5df4dff33c49 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5df4dff1764d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5df4dff7db50 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5df4dff7c996 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5df4deba109f - core::result::Result<T,E>::expect::h673ceab74199065c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x5df4dea90bdf - github_backup::engines::http_file::tests::test_backup_with_last_modified::{{closure}}::he9a53c82527a765e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/http_file.rs:320:14
[INFO] [stdout]   22:     0x5df4debfd922 - <core::pin::Pin<P> as core::future::future::Future>::poll::h0742f6df133be1b2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5df4debfda5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc074599b9f9830a0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5df4dec1941d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h726eb796adbe2895
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   25:     0x5df4dec191bb - tokio::task::coop::with_budget::h31302ae47ed82934
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5df4dec191bb - tokio::task::coop::budget::hf94bccbe21adbebe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5df4dec191bb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2675671124a414ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   28:     0x5df4dec161d0 - tokio::runtime::scheduler::current_thread::Context::enter::h351f5d448c3cba3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x5df4dec1887d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc3abd18c16a2084c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   30:     0x5df4dec17aa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd6ef2e168867cad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   31:     0x5df4deaa837b - tokio::runtime::context::scoped::Scoped<T>::set::h6f136c81abbc4b38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5df4deb87b59 - tokio::runtime::context::set_scheduler::{{closure}}::h1189b27b938c7445
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5df4deab88c2 - std::thread::local::LocalKey<T>::try_with::h8e63de98706a2969
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x5df4deab711e - std::thread::local::LocalKey<T>::with::hda15b3aca4bdc636
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x5df4deb87b0d - tokio::runtime::context::set_scheduler::hb2686070a328a387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5df4dec17830 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha741bfd7d920494f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   37:     0x5df4dec17b23 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he9d9e5bfce8f7b4e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   38:     0x5df4dec158a0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he0db2c02aa967abd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5df4deb5ebc0 - tokio::runtime::context::runtime::enter_runtime::h5090b1990ea49773
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5df4dec15311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd7baf4e91c614ec9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5df4deaf4154 - tokio::runtime::runtime::Runtime::block_on_inner::h7a445bbb5454429d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   42:     0x5df4deaf431c - tokio::runtime::runtime::Runtime::block_on::h68874a42e6315a50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   43:     0x5df4dea904f7 - github_backup::engines::http_file::tests::test_backup_with_last_modified::h0cd331ad7abedd96
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/http_file.rs:355:10
[INFO] [stdout]   44:     0x5df4dea90597 - github_backup::engines::http_file::tests::test_backup_with_last_modified::{{closure}}::h95c3fa024608afa9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/http_file.rs:302:46
[INFO] [stdout]   45:     0x5df4deacc586 - core::ops::function::FnOnce::call_once::hee87efe49930ebbc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5df4deccdceb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5df4deccdceb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5df4dece3955 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5df4dece3955 - <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]   50:     0x5df4dece3955 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   51:     0x5df4dece3955 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   52:     0x5df4dece3955 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5df4dece3955 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5df4dece3955 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5df4decba144 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5df4decba144 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   58:     0x5df4decbda0a - <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]   59:     0x5df4decbda0a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   60:     0x5df4decbda0a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x5df4decbda0a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   63:     0x5df4decbda0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5df4dff2e5ef - <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]   65:     0x5df4dff2e5ef - 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]   66:     0x7e18c0358aa4 - <unknown>
[INFO] [stdout]   67:     0x7e18c03e5a34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- engines::http_file::tests::test_backup stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'engines::http_file::tests::test_backup' (20) panicked at src/engines/http_file.rs:283:14:
[INFO] [stdout] backup to succeed: Error(UserError("We could not connect to the remote server to make a web request.", "Make sure that your internet connection is working correctly and the service is not blocked by your firewall.", None, Some(reqwest::Error { kind: Request, url: "https://httpbin.org/bytes/1024", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5df4dff5e152 - <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:     0x5df4dff7256f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5df4dff7256f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5df4dff24aa1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5df4dff24aa1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5df4dff33b12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5df4dff39d6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5df4dff39c01 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5df4deccdf2e - <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:     0x5df4deccdf2e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5df4dff3a4df - <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:     0x5df4dff3a4df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5df4dff3a28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5df4dff33c49 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5df4dff1764d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5df4dff7db50 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5df4dff7c996 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5df4deba109f - core::result::Result<T,E>::expect::h673ceab74199065c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x5df4dea8faf8 - github_backup::engines::http_file::tests::test_backup::{{closure}}::h2e96969911b79c0b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/http_file.rs:283:14
[INFO] [stdout]   22:     0x5df4debfd922 - <core::pin::Pin<P> as core::future::future::Future>::poll::h0742f6df133be1b2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5df4debfda5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc074599b9f9830a0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5df4dec1941d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h726eb796adbe2895
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   25:     0x5df4dec191bb - tokio::task::coop::with_budget::h31302ae47ed82934
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5df4dec191bb - tokio::task::coop::budget::hf94bccbe21adbebe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5df4dec191bb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2675671124a414ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   28:     0x5df4dec161d0 - tokio::runtime::scheduler::current_thread::Context::enter::h351f5d448c3cba3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x5df4dec1887d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc3abd18c16a2084c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   30:     0x5df4dec17aa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd6ef2e168867cad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   31:     0x5df4deaa837b - tokio::runtime::context::scoped::Scoped<T>::set::h6f136c81abbc4b38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5df4deb87b59 - tokio::runtime::context::set_scheduler::{{closure}}::h1189b27b938c7445
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5df4deab88c2 - std::thread::local::LocalKey<T>::try_with::h8e63de98706a2969
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x5df4deab711e - std::thread::local::LocalKey<T>::with::hda15b3aca4bdc636
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x5df4deb87b0d - tokio::runtime::context::set_scheduler::hb2686070a328a387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5df4dec17830 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha741bfd7d920494f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   37:     0x5df4dec17b23 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he9d9e5bfce8f7b4e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   38:     0x5df4dec158a0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he0db2c02aa967abd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5df4deb5ebc0 - tokio::runtime::context::runtime::enter_runtime::h5090b1990ea49773
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5df4dec15311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd7baf4e91c614ec9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5df4deaf4154 - tokio::runtime::runtime::Runtime::block_on_inner::h7a445bbb5454429d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   42:     0x5df4deaf431c - tokio::runtime::runtime::Runtime::block_on::h68874a42e6315a50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   43:     0x5df4dea8f457 - github_backup::engines::http_file::tests::test_backup::h3fd1512c0e92819d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/http_file.rs:297:99
[INFO] [stdout]   44:     0x5df4dea90397 - github_backup::engines::http_file::tests::test_backup::{{closure}}::h937eca9aeaccaeda
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/http_file.rs:265:27
[INFO] [stdout]   45:     0x5df4deac8fc6 - core::ops::function::FnOnce::call_once::h5f3a355a27a3d780
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5df4deccdceb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5df4deccdceb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5df4dece3955 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5df4dece3955 - <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]   50:     0x5df4dece3955 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   51:     0x5df4dece3955 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   52:     0x5df4dece3955 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5df4dece3955 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5df4dece3955 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5df4decba144 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5df4decba144 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   58:     0x5df4decbda0a - <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]   59:     0x5df4decbda0a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   60:     0x5df4decbda0a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x5df4decbda0a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   63:     0x5df4decbda0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5df4dff2e5ef - <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]   65:     0x5df4dff2e5ef - 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]   66:     0x7e18c0358aa4 - <unknown>
[INFO] [stdout]   67:     0x7e18c03e5a34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- helpers::github::tests::fetch_repos::case_2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'helpers::github::tests::fetch_repos::case_2' (226) panicked at src/helpers/github.rs:1003:41:
[INFO] [stdout] Failed to fetch repo: Error(UserError("We could not connect to the remote server to make a web request.", "Make sure that your internet connection is working correctly and the service is not blocked by your firewall.", None, Some(reqwest::Error { kind: Request, url: "https://api.github.com/orgs/sierrasoftworks/repos", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5df4dff5e152 - <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:     0x5df4dff7256f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5df4dff7256f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5df4dff24aa1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5df4dff24aa1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5df4dff33b12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5df4dff39d6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5df4dff39c01 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5df4deccdf2e - <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:     0x5df4deccdf2e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5df4dff3a4df - <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:     0x5df4dff3a4df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5df4dff3a28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5df4dff33c49 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5df4dff1764d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5df4dff7db50 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5df4dff7c996 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5df4deba0cc9 - core::result::Result<T,E>::expect::h5024e5ae3f06ce9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x5df4deb2dfbc - github_backup::helpers::github::tests::fetch_repos::{{closure}}::h70ea535e0292bbc3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:1003:41
[INFO] [stdout]   22:     0x5df4deae3270 - github_backup::helpers::github::tests::fetch_repos::case_2::{{closure}}::ha87614ffb8eb631a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:983:5
[INFO] [stdout]   23:     0x5df4debfd922 - <core::pin::Pin<P> as core::future::future::Future>::poll::h0742f6df133be1b2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5df4debfda5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc074599b9f9830a0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5df4dec1941d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h726eb796adbe2895
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x5df4dec191bb - tokio::task::coop::with_budget::h31302ae47ed82934
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x5df4dec191bb - tokio::task::coop::budget::hf94bccbe21adbebe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x5df4dec191bb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2675671124a414ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x5df4dec161d0 - tokio::runtime::scheduler::current_thread::Context::enter::h351f5d448c3cba3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x5df4dec1887d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc3abd18c16a2084c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x5df4dec17aa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd6ef2e168867cad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x5df4deaa837b - tokio::runtime::context::scoped::Scoped<T>::set::h6f136c81abbc4b38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5df4deb87b59 - tokio::runtime::context::set_scheduler::{{closure}}::h1189b27b938c7445
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5df4deab88c2 - std::thread::local::LocalKey<T>::try_with::h8e63de98706a2969
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   35:     0x5df4deab711e - std::thread::local::LocalKey<T>::with::hda15b3aca4bdc636
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   36:     0x5df4deb87b0d - tokio::runtime::context::set_scheduler::hb2686070a328a387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5df4dec17830 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha741bfd7d920494f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x5df4dec17b23 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he9d9e5bfce8f7b4e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x5df4dec158a0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he0db2c02aa967abd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x5df4deb5ebc0 - tokio::runtime::context::runtime::enter_runtime::h5090b1990ea49773
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5df4dec15311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd7baf4e91c614ec9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x5df4deaf4154 - tokio::runtime::runtime::Runtime::block_on_inner::h7a445bbb5454429d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   43:     0x5df4deaf431c - tokio::runtime::runtime::Runtime::block_on::h68874a42e6315a50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   44:     0x5df4deae3056 - github_backup::helpers::github::tests::fetch_repos::case_2::h2bee70b54d2d9878
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:983:5
[INFO] [stdout]   45:     0x5df4deae3307 - github_backup::helpers::github::tests::fetch_repos::case_2::{{closure}}::hc22a327556d14e0e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:983:14
[INFO] [stdout]   46:     0x5df4deacb4c6 - core::ops::function::FnOnce::call_once::hc10f224e42be5756
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5df4deccdceb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5df4deccdceb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5df4dece3955 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5df4dece3955 - <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]   51:     0x5df4dece3955 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   52:     0x5df4dece3955 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   53:     0x5df4dece3955 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5df4dece3955 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5df4dece3955 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5df4decba144 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5df4decba144 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x5df4decbda0a - <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]   60:     0x5df4decbda0a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x5df4decbda0a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x5df4decbda0a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x5df4decbda0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5df4dff2e5ef - <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]   66:     0x5df4dff2e5ef - 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]   67:     0x7e18c0358aa4 - <unknown>
[INFO] [stdout]   68:     0x7e18c03e5a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- helpers::github::tests::fetch_repos::case_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'helpers::github::tests::fetch_repos::case_1' (225) panicked at src/helpers/github.rs:1003:41:
[INFO] [stdout] Failed to fetch repo: Error(UserError("We could not connect to the remote server to make a web request.", "Make sure that your internet connection is working correctly and the service is not blocked by your firewall.", None, Some(reqwest::Error { kind: Request, url: "https://api.github.com/users/notheotherben/repos", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5df4dff5e152 - <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:     0x5df4dff7256f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5df4dff7256f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5df4dff24aa1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5df4dff24aa1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5df4dff33b12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5df4dff39d6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5df4dff39c01 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5df4deccdf2e - <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:     0x5df4deccdf2e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5df4dff3a4df - <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:     0x5df4dff3a4df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5df4dff3a28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5df4dff33c49 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5df4dff1764d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5df4dff7db50 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5df4dff7c996 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5df4deba0cc9 - core::result::Result<T,E>::expect::h5024e5ae3f06ce9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x5df4deb2dfbc - github_backup::helpers::github::tests::fetch_repos::{{closure}}::h70ea535e0292bbc3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:1003:41
[INFO] [stdout]   22:     0x5df4deae2e50 - github_backup::helpers::github::tests::fetch_repos::case_1::{{closure}}::h49fdfd7532839ac8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:983:5
[INFO] [stdout]   23:     0x5df4debfd922 - <core::pin::Pin<P> as core::future::future::Future>::poll::h0742f6df133be1b2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5df4debfda5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc074599b9f9830a0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5df4dec1941d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h726eb796adbe2895
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x5df4dec191bb - tokio::task::coop::with_budget::h31302ae47ed82934
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x5df4dec191bb - tokio::task::coop::budget::hf94bccbe21adbebe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x5df4dec191bb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2675671124a414ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x5df4dec161d0 - tokio::runtime::scheduler::current_thread::Context::enter::h351f5d448c3cba3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x5df4dec1887d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc3abd18c16a2084c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x5df4dec17aa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd6ef2e168867cad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x5df4deaa837b - tokio::runtime::context::scoped::Scoped<T>::set::h6f136c81abbc4b38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5df4deb87b59 - tokio::runtime::context::set_scheduler::{{closure}}::h1189b27b938c7445
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5df4deab88c2 - std::thread::local::LocalKey<T>::try_with::h8e63de98706a2969
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   35:     0x5df4deab711e - std::thread::local::LocalKey<T>::with::hda15b3aca4bdc636
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   36:     0x5df4deb87b0d - tokio::runtime::context::set_scheduler::hb2686070a328a387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5df4dec17830 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha741bfd7d920494f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x5df4dec17b23 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he9d9e5bfce8f7b4e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x5df4dec158a0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he0db2c02aa967abd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x5df4deb5ebc0 - tokio::runtime::context::runtime::enter_runtime::h5090b1990ea49773
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5df4dec15311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd7baf4e91c614ec9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x5df4deaf4154 - tokio::runtime::runtime::Runtime::block_on_inner::h7a445bbb5454429d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   43:     0x5df4deaf431c - tokio::runtime::runtime::Runtime::block_on::h68874a42e6315a50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   44:     0x5df4deae2c36 - github_backup::helpers::github::tests::fetch_repos::case_1::h42568cc183765b6a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:983:5
[INFO] [stdout]   45:     0x5df4deae2ee7 - github_backup::helpers::github::tests::fetch_repos::case_1::{{closure}}::he3362694df595560
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:983:14
[INFO] [stdout]   46:     0x5df4deac7d06 - core::ops::function::FnOnce::call_once::h2a0141f098a5928a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5df4deccdceb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5df4deccdceb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5df4dece3955 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5df4dece3955 - <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]   51:     0x5df4dece3955 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   52:     0x5df4dece3955 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   53:     0x5df4dece3955 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5df4dece3955 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5df4dece3955 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5df4decba144 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5df4decba144 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x5df4decbda0a - <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]   60:     0x5df4decbda0a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x5df4decbda0a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x5df4decbda0a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x5df4decbda0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5df4dff2e5ef - <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]   66:     0x5df4dff2e5ef - 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]   67:     0x7e18c0358aa4 - <unknown>
[INFO] [stdout]   68:     0x7e18c03e5a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- helpers::github::tests::fetch_gist::case_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'helpers::github::tests::fetch_gist::case_1' (224) panicked at src/helpers/github.rs:1030:41:
[INFO] [stdout] Failed to fetch gist: Error(UserError("We could not connect to the remote server to make a web request.", "Make sure that your internet connection is working correctly and the service is not blocked by your firewall.", None, Some(reqwest::Error { kind: Request, url: "https://api.github.com/users/cedi/gists", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5df4dff5e152 - <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:     0x5df4dff7256f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5df4dff7256f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5df4dff24aa1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5df4dff24aa1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5df4dff33b12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5df4dff39d6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5df4dff39c01 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5df4deccdf2e - <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:     0x5df4deccdf2e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5df4dff3a4df - <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:     0x5df4dff3a4df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5df4dff3a28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5df4dff33c49 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5df4dff1764d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5df4dff7db50 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5df4dff7c996 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5df4deba0ae9 - core::result::Result<T,E>::expect::h437057f516fb4aaf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x5df4deb2da5c - github_backup::helpers::github::tests::fetch_gist::{{closure}}::hb71335260c302edc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:1030:41
[INFO] [stdout]   22:     0x5df4deb0fa30 - github_backup::helpers::github::tests::fetch_gist::case_1::{{closure}}::h9c248bfd4877302b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:1011:5
[INFO] [stdout]   23:     0x5df4debfd922 - <core::pin::Pin<P> as core::future::future::Future>::poll::h0742f6df133be1b2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5df4debfda5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc074599b9f9830a0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5df4dec1941d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h726eb796adbe2895
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x5df4dec191bb - tokio::task::coop::with_budget::h31302ae47ed82934
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x5df4dec191bb - tokio::task::coop::budget::hf94bccbe21adbebe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x5df4dec191bb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2675671124a414ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x5df4dec161d0 - tokio::runtime::scheduler::current_thread::Context::enter::h351f5d448c3cba3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x5df4dec1887d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc3abd18c16a2084c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x5df4dec17aa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd6ef2e168867cad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x5df4deaa837b - tokio::runtime::context::scoped::Scoped<T>::set::h6f136c81abbc4b38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5df4deb87b59 - tokio::runtime::context::set_scheduler::{{closure}}::h1189b27b938c7445
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5df4deab88c2 - std::thread::local::LocalKey<T>::try_with::h8e63de98706a2969
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   35:     0x5df4deab711e - std::thread::local::LocalKey<T>::with::hda15b3aca4bdc636
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   36:     0x5df4deb87b0d - tokio::runtime::context::set_scheduler::hb2686070a328a387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5df4dec17830 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha741bfd7d920494f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x5df4dec17b23 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he9d9e5bfce8f7b4e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x5df4dec158a0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he0db2c02aa967abd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x5df4deb5ebc0 - tokio::runtime::context::runtime::enter_runtime::h5090b1990ea49773
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5df4dec15311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd7baf4e91c614ec9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x5df4deaf4154 - tokio::runtime::runtime::Runtime::block_on_inner::h7a445bbb5454429d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   43:     0x5df4deaf431c - tokio::runtime::runtime::Runtime::block_on::h68874a42e6315a50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   44:     0x5df4deb0f816 - github_backup::helpers::github::tests::fetch_gist::case_1::h563a2bb2c19a2ab8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:1011:5
[INFO] [stdout]   45:     0x5df4deb0fac7 - github_backup::helpers::github::tests::fetch_gist::case_1::{{closure}}::hb8ef54bd2f5a430a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:1011:14
[INFO] [stdout]   46:     0x5df4deaca696 - core::ops::function::FnOnce::call_once::h9a3b1ef83c19dbb2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5df4deccdceb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5df4deccdceb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5df4dece3955 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5df4dece3955 - <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]   51:     0x5df4dece3955 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   52:     0x5df4dece3955 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   53:     0x5df4dece3955 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5df4dece3955 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5df4dece3955 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5df4decba144 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5df4decba144 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x5df4decbda0a - <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]   60:     0x5df4decbda0a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x5df4decbda0a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x5df4decbda0a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x5df4decbda0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5df4dff2e5ef - <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]   66:     0x5df4dff2e5ef - 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]   67:     0x7e18c0358aa4 - <unknown>
[INFO] [stdout]   68:     0x7e18c03e5a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- helpers::github::tests::get_repo::case_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'helpers::github::tests::get_repo::case_1' (227) panicked at src/helpers/github.rs:1053:37:
[INFO] [stdout] Failed to fetch repo: Error(UserError("We could not connect to the remote server to make a web request.", "Make sure that your internet connection is working correctly and the service is not blocked by your firewall.", None, Some(reqwest::Error { kind: Request, url: "https://api.github.com/repos/sierrasoftworks/github-backup", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5df4dff5e152 - <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:     0x5df4dff7256f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5df4dff7256f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5df4dff24aa1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5df4dff24aa1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5df4dff33b12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5df4dff39d6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5df4dff39c01 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5df4deccdf2e - <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:     0x5df4deccdf2e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5df4dff3a4df - <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:     0x5df4dff3a4df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5df4dff3a28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5df4dff33c49 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5df4dff1764d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5df4dff7db50 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5df4dff7c996 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5df4deba0cc9 - core::result::Result<T,E>::expect::h5024e5ae3f06ce9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x5df4deb32027 - github_backup::helpers::github::tests::get_repo::{{closure}}::hc5d390e3a7ee2df4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:1053:37
[INFO] [stdout]   22:     0x5df4deae3a71 - github_backup::helpers::github::tests::get_repo::case_1::{{closure}}::h11873603b19db1c3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:1038:5
[INFO] [stdout]   23:     0x5df4debfd922 - <core::pin::Pin<P> as core::future::future::Future>::poll::h0742f6df133be1b2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5df4debfda5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc074599b9f9830a0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5df4dec1941d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h726eb796adbe2895
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x5df4dec191bb - tokio::task::coop::with_budget::h31302ae47ed82934
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x5df4dec191bb - tokio::task::coop::budget::hf94bccbe21adbebe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x5df4dec191bb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2675671124a414ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x5df4dec161d0 - tokio::runtime::scheduler::current_thread::Context::enter::h351f5d448c3cba3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x5df4dec1887d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc3abd18c16a2084c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x5df4dec17aa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd6ef2e168867cad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x5df4deaa837b - tokio::runtime::context::scoped::Scoped<T>::set::h6f136c81abbc4b38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5df4deb87b59 - tokio::runtime::context::set_scheduler::{{closure}}::h1189b27b938c7445
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5df4deab88c2 - std::thread::local::LocalKey<T>::try_with::h8e63de98706a2969
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   35:     0x5df4deab711e - std::thread::local::LocalKey<T>::with::hda15b3aca4bdc636
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   36:     0x5df4deb87b0d - tokio::runtime::context::set_scheduler::hb2686070a328a387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5df4dec17830 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha741bfd7d920494f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x5df4dec17b23 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he9d9e5bfce8f7b4e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x5df4dec158a0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he0db2c02aa967abd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x5df4deb5ebc0 - tokio::runtime::context::runtime::enter_runtime::h5090b1990ea49773
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5df4dec15311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd7baf4e91c614ec9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x5df4deaf4154 - tokio::runtime::runtime::Runtime::block_on_inner::h7a445bbb5454429d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   43:     0x5df4deaf431c - tokio::runtime::runtime::Runtime::block_on::h68874a42e6315a50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   44:     0x5df4deae3873 - github_backup::helpers::github::tests::get_repo::case_1::h07ff447c8d967ed2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:1038:5
[INFO] [stdout]   45:     0x5df4deae3b07 - github_backup::helpers::github::tests::get_repo::case_1::{{closure}}::h6a3b66164d5e4d08
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/github.rs:1038:14
[INFO] [stdout]   46:     0x5df4deac8006 - core::ops::function::FnOnce::call_once::h30daaf940ee440c9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5df4deccdceb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5df4deccdceb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5df4dece3955 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5df4dece3955 - <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]   51:     0x5df4dece3955 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   52:     0x5df4dece3955 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   53:     0x5df4dece3955 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5df4dece3955 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5df4dece3955 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5df4decba144 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5df4decba144 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x5df4decbda0a - <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]   60:     0x5df4decbda0a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x5df4decbda0a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x5df4decbda0a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x5df4decbda0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5df4dff2e5ef - <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]   66:     0x5df4dff2e5ef - 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]   67:     0x7e18c0358aa4 - <unknown>
[INFO] [stdout]   68:     0x7e18c03e5a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- engines::git::tests::test_backup::case_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'engines::git::tests::test_backup::case_1' (19) panicked at src/engines/git.rs:368:14:
[INFO] [stdout] initial backup to succeed (clone): Error(SystemError("Unable to clone remote repository 'https://github.com/sierrasoftworks/grey.git'", "Make sure that your internet connectivity is working correctly, and that your local git configuration is able to clone this repo.", None, Some(PrepareFetch(RefMap(Handshake(Transport(Io(Custom { kind: Other, error: "error sending request for url (https://github.com/sierrasoftworks/grey.git/info/refs?service=git-upload-pack)" }))))))))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5df4dff5e152 - <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:     0x5df4dff7256f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5df4dff7256f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5df4dff24aa1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5df4dff24aa1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5df4dff33b12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5df4dff39d6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5df4dff39c01 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5df4deccdf2e - <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:     0x5df4deccdf2e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5df4dff3a4df - <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:     0x5df4dff3a4df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5df4dff3a28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5df4dff33c49 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5df4dff1764d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5df4dff7db50 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5df4dff7c996 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5df4deba109f - core::result::Result<T,E>::expect::h673ceab74199065c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x5df4dea8e987 - github_backup::engines::git::tests::test_backup::{{closure}}::hd064b694d618aff9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/git.rs:368:14
[INFO] [stdout]   22:     0x5df4dea8f28d - github_backup::engines::git::tests::test_backup::case_1::{{closure}}::hee8682babdb8f80d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/git.rs:354:5
[INFO] [stdout]   23:     0x5df4debfd922 - <core::pin::Pin<P> as core::future::future::Future>::poll::h0742f6df133be1b2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5df4debfda5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc074599b9f9830a0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5df4dec1941d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h726eb796adbe2895
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x5df4dec191bb - tokio::task::coop::with_budget::h31302ae47ed82934
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x5df4dec191bb - tokio::task::coop::budget::hf94bccbe21adbebe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x5df4dec191bb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2675671124a414ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x5df4dec161d0 - tokio::runtime::scheduler::current_thread::Context::enter::h351f5d448c3cba3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x5df4dec1887d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc3abd18c16a2084c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x5df4dec17aa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd6ef2e168867cad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x5df4deaa837b - tokio::runtime::context::scoped::Scoped<T>::set::h6f136c81abbc4b38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5df4deb87b59 - tokio::runtime::context::set_scheduler::{{closure}}::h1189b27b938c7445
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5df4deab88c2 - std::thread::local::LocalKey<T>::try_with::h8e63de98706a2969
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   35:     0x5df4deab711e - std::thread::local::LocalKey<T>::with::hda15b3aca4bdc636
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   36:     0x5df4deb87b0d - tokio::runtime::context::set_scheduler::hb2686070a328a387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5df4dec17830 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha741bfd7d920494f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x5df4dec17b23 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he9d9e5bfce8f7b4e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x5df4dec158a0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he0db2c02aa967abd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x5df4deb5ebc0 - tokio::runtime::context::runtime::enter_runtime::h5090b1990ea49773
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5df4dec15311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd7baf4e91c614ec9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x5df4deaf4154 - tokio::runtime::runtime::Runtime::block_on_inner::h7a445bbb5454429d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   43:     0x5df4deaf431c - tokio::runtime::runtime::Runtime::block_on::h68874a42e6315a50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   44:     0x5df4dea8eff7 - github_backup::engines::git::tests::test_backup::case_1::h95394046ef65620f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/git.rs:354:5
[INFO] [stdout]   45:     0x5df4dea8f097 - github_backup::engines::git::tests::test_backup::case_1::{{closure}}::h874059c12824eea1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/git.rs:354:14
[INFO] [stdout]   46:     0x5df4deac7356 - core::ops::function::FnOnce::call_once::h1221ac532fe9bd51
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5df4deccdceb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5df4deccdceb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5df4dece3955 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5df4dece3955 - <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]   51:     0x5df4dece3955 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   52:     0x5df4dece3955 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   53:     0x5df4dece3955 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5df4dece3955 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5df4dece3955 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5df4decba144 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5df4decba144 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x5df4decbda0a - <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]   60:     0x5df4decbda0a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x5df4decbda0a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x5df4decbda0a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x5df4decbda0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5df4dff2e5ef - <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]   66:     0x5df4dff2e5ef - 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]   67:     0x7e18c0358aa4 - <unknown>
[INFO] [stdout]   68:     0x7e18c03e5a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- sources::github_releases::tests::get_releases::case_1 stdout ----
[INFO] [stdout] Using credentials: No credentials
[INFO] [stdout] 
[INFO] [stdout] thread 'sources::github_releases::tests::get_releases::case_1' (281) panicked at src/sources/github_releases.rs:233:36:
[INFO] [stdout] Failed to load release: Error(UserError("We could not connect to the remote server to make a web request.", "Make sure that your internet connection is working correctly and the service is not blocked by your firewall.", None, Some(reqwest::Error { kind: Request, url: "https://api.github.com/users/notheotherben/repos", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5df4dff5e152 - <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:     0x5df4dff7256f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5df4dff7256f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5df4dff24aa1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5df4dff24aa1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5df4dff33b12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5df4dff39d6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5df4dff39c01 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5df4deccdf2e - <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:     0x5df4deccdf2e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5df4dff3a4df - <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:     0x5df4dff3a4df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5df4dff3a28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5df4dff33c49 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5df4dff1764d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5df4dff7db50 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5df4dff7c996 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5df4deba0619 - core::result::Result<T,E>::expect::h16ddca6016a7b110
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x5df4deb14e31 - github_backup::sources::github_releases::tests::get_releases::{{closure}}::h8d2c172a77dd2a61
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sources/github_releases.rs:233:36
[INFO] [stdout]   22:     0x5df4dea9a73b - github_backup::sources::github_releases::tests::get_releases::case_1::{{closure}}::had7bf19f54939203
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sources/github_releases.rs:204:5
[INFO] [stdout]   23:     0x5df4debfd922 - <core::pin::Pin<P> as core::future::future::Future>::poll::h0742f6df133be1b2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5df4debfda5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc074599b9f9830a0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5df4dec1941d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h726eb796adbe2895
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x5df4dec191bb - tokio::task::coop::with_budget::h31302ae47ed82934
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x5df4dec191bb - tokio::task::coop::budget::hf94bccbe21adbebe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x5df4dec191bb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2675671124a414ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x5df4dec161d0 - tokio::runtime::scheduler::current_thread::Context::enter::h351f5d448c3cba3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x5df4dec1887d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc3abd18c16a2084c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x5df4dec17aa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd6ef2e168867cad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x5df4deaa837b - tokio::runtime::context::scoped::Scoped<T>::set::h6f136c81abbc4b38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5df4deb87b59 - tokio::runtime::context::set_scheduler::{{closure}}::h1189b27b938c7445
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5df4deab88c2 - std::thread::local::LocalKey<T>::try_with::h8e63de98706a2969
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   35:     0x5df4deab711e - std::thread::local::LocalKey<T>::with::hda15b3aca4bdc636
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   36:     0x5df4deb87b0d - tokio::runtime::context::set_scheduler::hb2686070a328a387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5df4dec17830 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha741bfd7d920494f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x5df4dec17b23 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he9d9e5bfce8f7b4e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x5df4dec158a0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he0db2c02aa967abd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x5df4deb5ebc0 - tokio::runtime::context::runtime::enter_runtime::h5090b1990ea49773
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5df4dec15311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd7baf4e91c614ec9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x5df4deaf4154 - tokio::runtime::runtime::Runtime::block_on_inner::h7a445bbb5454429d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   43:     0x5df4deaf431c - tokio::runtime::runtime::Runtime::block_on::h68874a42e6315a50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   44:     0x5df4dea9a4b1 - github_backup::sources::github_releases::tests::get_releases::case_1::h8e567fb01c87a6df
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sources/github_releases.rs:204:5
[INFO] [stdout]   45:     0x5df4dea9a547 - github_backup::sources::github_releases::tests::get_releases::case_1::{{closure}}::h506f187f0e790e90
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sources/github_releases.rs:204:14
[INFO] [stdout]   46:     0x5df4deaca9a6 - core::ops::function::FnOnce::call_once::ha1ee3be5899e0d95
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5df4deccdceb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5df4deccdceb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5df4dece3955 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5df4dece3955 - <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]   51:     0x5df4dece3955 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   52:     0x5df4dece3955 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   53:     0x5df4dece3955 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5df4dece3955 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5df4dece3955 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5df4decba144 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5df4decba144 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x5df4decbda0a - <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]   60:     0x5df4decbda0a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x5df4decbda0a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x5df4decbda0a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x5df4decbda0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5df4dff2e5ef - <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]   66:     0x5df4dff2e5ef - 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]   67:     0x7e18c0358aa4 - <unknown>
[INFO] [stdout]   68:     0x7e18c03e5a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- sources::github_repo::tests::get_repos::case_1 stdout ----
[INFO] [stdout] Using credentials: No credentials
[INFO] [stdout] 
[INFO] [stdout] thread 'sources::github_repo::tests::get_repos::case_1' (291) panicked at src/sources/github_repo.rs:167:33:
[INFO] [stdout] Failed to load repo: Error(UserError("We could not connect to the remote server to make a web request.", "Make sure that your internet connection is working correctly and the service is not blocked by your firewall.", None, Some(reqwest::Error { kind: Request, url: "https://api.github.com/users/notheotherben/repos", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - 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:     0x5df4dff5e152 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5df4dff5e152 - <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:     0x5df4dff7256f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5df4dff7256f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5df4dff24aa1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5df4dff24aa1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5df4dff33b12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5df4dff39d6f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5df4dff39c01 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5df4deccdf2e - <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:     0x5df4deccdf2e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5df4dff3a4df - <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:     0x5df4dff3a4df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5df4dff3a28a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5df4dff33c49 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5df4dff1764d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5df4dff7db50 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5df4dff7c996 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5df4deba0f99 - core::result::Result<T,E>::expect::h61db1709c3bc77c4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x5df4deb141c3 - github_backup::sources::github_repo::tests::get_repos::{{closure}}::h04d79294f32b498c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sources/github_repo.rs:167:33
[INFO] [stdout]   22:     0x5df4debb4a1f - github_backup::sources::github_repo::tests::get_repos::case_1::{{closure}}::h1f32b6fc6fbcd040
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sources/github_repo.rs:138:5
[INFO] [stdout]   23:     0x5df4debfd922 - <core::pin::Pin<P> as core::future::future::Future>::poll::h0742f6df133be1b2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5df4debfda5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc074599b9f9830a0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5df4dec1941d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h726eb796adbe2895
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x5df4dec191bb - tokio::task::coop::with_budget::h31302ae47ed82934
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x5df4dec191bb - tokio::task::coop::budget::hf94bccbe21adbebe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x5df4dec191bb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2675671124a414ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x5df4dec161d0 - tokio::runtime::scheduler::current_thread::Context::enter::h351f5d448c3cba3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x5df4dec1887d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hc3abd18c16a2084c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x5df4dec17aa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd6ef2e168867cad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x5df4deaa837b - tokio::runtime::context::scoped::Scoped<T>::set::h6f136c81abbc4b38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5df4deb87b59 - tokio::runtime::context::set_scheduler::{{closure}}::h1189b27b938c7445
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5df4deab88c2 - std::thread::local::LocalKey<T>::try_with::h8e63de98706a2969
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   35:     0x5df4deab711e - std::thread::local::LocalKey<T>::with::hda15b3aca4bdc636
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   36:     0x5df4deb87b0d - tokio::runtime::context::set_scheduler::hb2686070a328a387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5df4dec17830 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha741bfd7d920494f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x5df4dec17b23 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he9d9e5bfce8f7b4e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x5df4dec158a0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he0db2c02aa967abd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x5df4deb5ebc0 - tokio::runtime::context::runtime::enter_runtime::h5090b1990ea49773
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5df4dec15311 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd7baf4e91c614ec9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x5df4deaf4154 - tokio::runtime::runtime::Runtime::block_on_inner::h7a445bbb5454429d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   43:     0x5df4deaf431c - tokio::runtime::runtime::Runtime::block_on::h68874a42e6315a50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   44:     0x5df4debb47f5 - github_backup::sources::github_repo::tests::get_repos::case_1::h1994668168dc5a7d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sources/github_repo.rs:138:5
[INFO] [stdout]   45:     0x5df4debb4ab7 - github_backup::sources::github_repo::tests::get_repos::case_1::{{closure}}::h84d4c838eafe612c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/sources/github_repo.rs:138:14
[INFO] [stdout]   46:     0x5df4deacc686 - core::ops::function::FnOnce::call_once::hf068594ab57d40c2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5df4deccdceb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5df4deccdceb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5df4dece3955 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5df4dece3955 - <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]   51:     0x5df4dece3955 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   52:     0x5df4dece3955 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   53:     0x5df4dece3955 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5df4dece3955 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5df4dece3955 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5df4decba144 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5df4decba144 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x5df4decbda0a - <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]   60:     0x5df4decbda0a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x5df4decbda0a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x5df4decbda0a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5df4decbda0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x5df4decbda0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5df4dff2e5ef - <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]   66:     0x5df4dff2e5ef - 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]   67:     0x7e18c0358aa4 - <unknown>
[INFO] [stdout]   68:     0x7e18c03e5a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     engines::git::tests::test_backup::case_1
[INFO] [stdout]     engines::http_file::tests::test_backup
[INFO] [stdout]     engines::http_file::tests::test_backup_with_last_modified
[INFO] [stdout]     helpers::github::tests::fetch_gist::case_1
[INFO] [stdout]     helpers::github::tests::fetch_repos::case_1
[INFO] [stdout]     helpers::github::tests::fetch_repos::case_2
[INFO] [stdout]     helpers::github::tests::get_repo::case_1
[INFO] [stdout]     sources::github_releases::tests::get_releases::case_1
[INFO] [stdout]     sources::github_repo::tests::get_repos::case_1
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 266 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin github-backup`
[INFO] running `Command { std: "docker" "inspect" "dad7ac15219fdf2d9fc5de5c687b61a0a2f98da14bea55a72da5a42c998c2a65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dad7ac15219fdf2d9fc5de5c687b61a0a2f98da14bea55a72da5a42c998c2a65", kill_on_drop: false }`
[INFO] [stdout] dad7ac15219fdf2d9fc5de5c687b61a0a2f98da14bea55a72da5a42c998c2a65
