[INFO] cloning repository https://github.com/Syfaro/foxbot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Syfaro/foxbot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSyfaro%2Ffoxbot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSyfaro%2Ffoxbot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f20490cffcafed0be3afd88d4472cd2b35f8448b
[INFO] testing Syfaro/foxbot against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSyfaro%2Ffoxbot" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Syfaro/foxbot
[INFO] finished tweaking git repo https://github.com/Syfaro/foxbot
[INFO] tweaked toml for git repo https://github.com/Syfaro/foxbot written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Syfaro/foxbot on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Syfaro/foxbot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48
[INFO] running `Command { std: "docker" "start" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling indexmap v2.2.2
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling openssl-sys v0.9.99
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling openssl v0.10.63
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling ring v0.17.7
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling pin-project-internal v1.1.4
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling opentelemetry v0.21.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling pin-project v1.1.4
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling webpki v0.22.4
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling crossbeam-channel v0.5.11
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling ordered-float v4.2.0
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling h2 v0.3.24
[INFO] [stderr]    Compiling uuid v1.7.0
[INFO] [stderr]    Compiling chrono v0.4.33
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling opentelemetry_sdk v0.21.2
[INFO] [stderr]    Compiling dtoa-short v0.3.4
[INFO] [stderr]    Compiling sentry-types v0.32.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling serde_repr v0.1.18
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling bytestring v1.3.1
[INFO] [stderr]    Compiling ahash v0.7.7
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling local-waker v0.1.4
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling sentry-core v0.32.2
[INFO] [stderr]    Compiling polyval v0.6.1
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling twilight-model v0.11.3
[INFO] [stderr]    Compiling tinystr v0.7.5
[INFO] [stderr]    Compiling rayon v1.8.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling reqwest v0.11.24
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling unic-langid-impl v0.9.4
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling ghash v0.5.0
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling aes v0.8.3
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling actix-rt v2.9.0
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling rustix v0.36.17
[INFO] [stderr]    Compiling transpose v0.1.0
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling crc v3.0.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling rustfft v3.0.1
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling tiff v0.6.1
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling unic-langid v0.9.4
[INFO] [stderr]    Compiling actix-router v0.5.2
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling brotli-decompressor v2.5.1
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling bigdecimal v0.3.1
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling num-iter v0.1.44
[INFO] [stderr]    Compiling libz-sys v1.1.15
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling bytemuck v1.14.3
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling base64 v0.20.0
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling whoami v1.4.1
[INFO] [stderr]    Compiling procfs v0.14.2
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling rusoto_credential v0.48.0
[INFO] [stderr]    Compiling actix-http v3.6.0
[INFO] [stderr]    Compiling tonic v0.9.2
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling twilight-validate v0.11.1
[INFO] [stderr]    Compiling servo_arc v0.1.1
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling brotli v3.4.0
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling actix-web-codegen v4.2.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling sqlx-rt v0.6.3
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling rustdct v0.4.0
[INFO] [stderr]    Compiling actix-server v2.3.0
[INFO] [stderr]    Compiling hyper-rustls v0.23.2
[INFO] [stderr]    Compiling tracing-opentelemetry v0.22.0
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]    Compiling transpose v0.2.2
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling combine v4.6.6
[INFO] [stderr]    Compiling twilight-http-ratelimiting v0.11.1
[INFO] [stderr]    Compiling sentry-contexts v0.32.2
[INFO] [stderr]    Compiling rusoto_core v0.48.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling selectors v0.25.0
[INFO] [stderr]    Compiling opentelemetry-semantic-conventions v0.13.0
[INFO] [stderr]    Compiling enum-map-derive v0.8.0
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling thin-slice v0.1.1
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling arc-swap v1.6.0
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling ego-tree v0.6.2
[INFO] [stderr]    Compiling prometheus v0.13.3
[INFO] [stderr]    Compiling anstream v0.6.11
[INFO] [stderr]    Compiling thrift v0.17.0
[INFO] [stderr]    Compiling sqlx-core v0.6.3
[INFO] [stderr]    Compiling type-map v0.4.0
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling actix-web v4.5.1
[INFO] [stderr]    Compiling enum-map v2.0.3
[INFO] [stderr]    Compiling twilight-http v0.11.1
[INFO] [stderr]    Compiling rusoto_signature v0.48.0
[INFO] [stderr]    Compiling img_hash v3.2.0
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling cssparser v0.31.2
[INFO] [stderr]    Compiling sentry-backtrace v0.32.2
[INFO] [stderr]    Compiling opentelemetry-proto v0.4.0
[INFO] [stderr]    Compiling servo_arc v0.3.0
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]    Compiling serde_plain v1.0.2
[INFO] [stderr]    Compiling basic-toml v0.1.8
[INFO] [stderr]    Compiling opentelemetry-http v0.10.0
[INFO] [stderr]    Compiling uname v0.1.1
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling self_cell v1.0.3
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stderr]    Compiling murmur3 v0.5.2
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling unleash-api-client v0.10.1
[INFO] [stderr]    Compiling clap_builder v4.5.0
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]    Compiling twilight-gateway-queue v0.11.1
[INFO] [stderr]    Compiling sqlx-macros v0.6.3
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling opentelemetry-otlp v0.14.0
[INFO] [stderr]    Compiling redis v0.22.3
[INFO] [stderr]    Compiling sentry-panic v0.32.2
[INFO] [stderr]    Compiling sentry-debug-images v0.32.2
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.17.2
[INFO] [stderr]    Compiling scraper v0.13.0
[INFO] [stderr]    Compiling opentelemetry-jaeger v0.20.0
[INFO] [stderr]    Compiling intl-memoizer v0.5.1
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling clap_derive v4.5.0
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling cfb v0.7.3
[INFO] [stderr]    Compiling leaky-bucket-lite v0.5.2
[INFO] [stderr]    Compiling tokio-retry v0.3.0
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling fluent-syntax v0.11.0
[INFO] [stderr]    Compiling pem v3.0.3
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling mutually_exclusive_features v0.0.3
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling bufstream v0.1.4
[INFO] [stderr]    Compiling askama v0.12.1
[INFO] [stderr]    Compiling sqlx v0.6.3
[INFO] [stderr]    Compiling faktory v0.12.4
[INFO] [stderr]    Compiling redis v0.24.0
[INFO] [stderr]    Compiling twilight-cache-inmemory v0.11.1
[INFO] [stderr]    Compiling tracing-actix-web v0.7.9
[INFO] [stderr]    Compiling fluent-bundle v0.15.2
[INFO] [stderr]    Compiling clap v4.5.0
[INFO] [stderr]    Compiling jsonwebtoken v9.2.0
[INFO] [stderr]    Compiling infer v0.15.0
[INFO] [stderr]    Compiling fuzzysearch v0.2.0 (https://github.com/Syfaro/fuzzysearch-rs#80ed08cb)
[INFO] [stderr]    Compiling twilight-gateway v0.11.1
[INFO] [stderr]    Compiling egg-mode v0.16.1
[INFO] [stderr]    Compiling redlock v1.1.0 (https://github.com/Syfaro/redlock-rs.git#ffbad688)
[INFO] [stderr]    Compiling foxlib v0.1.0 (https://github.com/Syfaro/foxlib.git#1981d644)
[INFO] [stderr]    Compiling furaffinity-rs v0.1.0 (https://github.com/Syfaro/furaffinity-rs#3b8e71f2)
[INFO] [stderr]    Compiling sentry v0.32.2
[INFO] [stderr]    Compiling scraper v0.18.1
[INFO] [stderr]    Compiling rusoto_s3 v0.48.0
[INFO] [stderr]    Compiling actix-session v0.9.0
[INFO] [stderr]    Compiling twilight-util v0.11.1
[INFO] [stderr]    Compiling sentry-tracing v0.32.2
[INFO] [stderr]    Compiling roux v1.4.0
[INFO] [stderr]    Compiling tgbotapi v0.1.0 (https://github.com/Syfaro/tgbotapi-rs#bd553c1d)
[INFO] [stderr]    Compiling futures-retry v0.6.0
[INFO] [stderr]    Compiling async-recursion v1.0.5
[INFO] [stderr]    Compiling linkify v0.10.0
[INFO] [stderr]    Compiling hamming v0.1.3
[INFO] [stderr]    Compiling foxbot v0.11.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `twitter_disable` is never read
[INFO] [stdout]   --> src/execute/telegram/mod.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct Config {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub twitter_disable: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]    --> src/models/mod.rs:432:9
[INFO] [stdout]     |
[INFO] [stdout] 431 | pub struct TwitterAuth {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] 432 |     pub id: i32,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id` and `inserted_at` are never read
[INFO] [stdout]    --> src/models/mod.rs:575:9
[INFO] [stdout]     |
[INFO] [stdout] 574 | pub struct MediaGroup {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 575 |     pub id: i32,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 576 |     pub media_group_id: String,
[INFO] [stdout] 577 |     pub inserted_at: chrono::DateTime<chrono::Utc>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source`, `thumb_url`, and `created_at` are never read
[INFO] [stdout]    --> src/models/mod.rs:703:9
[INFO] [stdout]     |
[INFO] [stdout] 700 | pub struct Video {
[INFO] [stdout]     |            ----- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 703 |     pub source: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 708 |     pub thumb_url: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 709 |     pub display_url: String,
[INFO] [stdout] 710 |     pub created_at: chrono::NaiveDateTime,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `post_url`, and `thumb` are never read
[INFO] [stdout]    --> src/models/mod.rs:940:9
[INFO] [stdout]     |
[INFO] [stdout] 939 | pub struct CachedPost {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 940 |     pub id: i32,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 941 |     pub post_url: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 942 |     pub thumb: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `site`, `link`, and `duration` are never read
[INFO] [stdout]   --> src/utils.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct SiteCallback<'a> {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 63 |     /// The site loader that was used to check for images.
[INFO] [stdout] 64 |     pub site: &'a BoxedSite,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 65 |     /// The link that was loaded.
[INFO] [stdout] 66 |     pub link: &'a str,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 67 |     /// The amount of time it took for the site to load data from the URL.
[INFO] [stdout] 68 |     pub duration: i64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11m 58s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.3, redis v0.24.0, sqlx-core v0.6.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling foxbot v0.11.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `twitter_disable` is never read
[INFO] [stdout]   --> src/execute/telegram/mod.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct Config {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub twitter_disable: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]    --> src/models/mod.rs:432:9
[INFO] [stdout]     |
[INFO] [stdout] 431 | pub struct TwitterAuth {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] 432 |     pub id: i32,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id` and `inserted_at` are never read
[INFO] [stdout]    --> src/models/mod.rs:575:9
[INFO] [stdout]     |
[INFO] [stdout] 574 | pub struct MediaGroup {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 575 |     pub id: i32,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 576 |     pub media_group_id: String,
[INFO] [stdout] 577 |     pub inserted_at: chrono::DateTime<chrono::Utc>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source`, `thumb_url`, and `created_at` are never read
[INFO] [stdout]    --> src/models/mod.rs:703:9
[INFO] [stdout]     |
[INFO] [stdout] 700 | pub struct Video {
[INFO] [stdout]     |            ----- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 703 |     pub source: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 708 |     pub thumb_url: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 709 |     pub display_url: String,
[INFO] [stdout] 710 |     pub created_at: chrono::NaiveDateTime,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `post_url`, and `thumb` are never read
[INFO] [stdout]    --> src/models/mod.rs:940:9
[INFO] [stdout]     |
[INFO] [stdout] 939 | pub struct CachedPost {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 940 |     pub id: i32,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 941 |     pub post_url: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 942 |     pub thumb: bool,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `site`, `link`, and `duration` are never read
[INFO] [stdout]   --> src/utils.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct SiteCallback<'a> {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 63 |     /// The site loader that was used to check for images.
[INFO] [stdout] 64 |     pub site: &'a BoxedSite,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 65 |     /// The link that was loaded.
[INFO] [stdout] 66 |     pub link: &'a str,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 67 |     /// The amount of time it took for the site to load data from the URL.
[INFO] [stdout] 68 |     pub duration: i64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 28s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.3, redis v0.24.0, sqlx-core v0.6.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: field `twitter_disable` is never read
[INFO] [stderr]   --> src/execute/telegram/mod.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub struct Config {
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 79 |     pub twitter_disable: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `id` is never read
[INFO] [stderr]    --> src/models/mod.rs:432:9
[INFO] [stderr]     |
[INFO] [stderr] 431 | pub struct TwitterAuth {
[INFO] [stderr]     |            ----------- field in this struct
[INFO] [stderr] 432 |     pub id: i32,
[INFO] [stderr]     |         ^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `id` and `inserted_at` are never read
[INFO] [stderr]    --> src/models/mod.rs:575:9
[INFO] [stderr]     |
[INFO] [stderr] 574 | pub struct MediaGroup {
[INFO] [stderr]     |            ---------- fields in this struct
[INFO] [stderr] 575 |     pub id: i32,
[INFO] [stderr]     |         ^^
[INFO] [stderr] 576 |     pub media_group_id: String,
[INFO] [stderr] 577 |     pub inserted_at: chrono::DateTime<chrono::Utc>,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `source`, `thumb_url`, and `created_at` are never read
[INFO] [stderr]    --> src/models/mod.rs:703:9
[INFO] [stderr]     |
[INFO] [stderr] 700 | pub struct Video {
[INFO] [stderr]     |            ----- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 703 |     pub source: String,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 708 |     pub thumb_url: Option<String>,
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 709 |     pub display_url: String,
[INFO] [stderr] 710 |     pub created_at: chrono::NaiveDateTime,
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `id`, `post_url`, and `thumb` are never read
[INFO] [stderr]    --> src/models/mod.rs:940:9
[INFO] [stderr]     |
[INFO] [stderr] 939 | pub struct CachedPost {
[INFO] [stderr]     |            ---------- fields in this struct
[INFO] [stderr] 940 |     pub id: i32,
[INFO] [stderr]     |         ^^
[INFO] [stderr] 941 |     pub post_url: String,
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 942 |     pub thumb: bool,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `site`, `link`, and `duration` are never read
[INFO] [stderr]   --> src/utils.rs:64:9
[INFO] [stderr]    |
[INFO] [stderr] 62 | pub struct SiteCallback<'a> {
[INFO] [stderr]    |            ------------ fields in this struct
[INFO] [stderr] 63 |     /// The site loader that was used to check for images.
[INFO] [stderr] 64 |     pub site: &'a BoxedSite,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 65 |     /// The link that was loaded.
[INFO] [stderr] 66 |     pub link: &'a str,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 67 |     /// The amount of time it took for the site to load data from the URL.
[INFO] [stderr] 68 |     pub duration: i64,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `foxbot` (bin "foxbot" test) generated 6 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.3, redis v0.24.0, sqlx-core v0.6.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/foxbot-e442e13f44da8a25)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test execute::telegram::jobs::channel::tests::test_already_had_source ... ignored
[INFO] [stdout] test execute::reddit::tests::test_deserialize_reddit_info ... ok
[INFO] [stdout] test execute::telegram::handlers::error_reply::tests::test_get_code_block ... ok
[INFO] [stdout] test execute::telegram::handlers::channel_photo::tests::test_initial_filter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48", kill_on_drop: false }`
[INFO] [stdout] b8a61810f73cf9137900c2480f2220307a2a86d769cf414a2083194771789f48
