[INFO] cloning repository https://github.com/tahavirdiwala/crawler-engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tahavirdiwala/crawler-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftahavirdiwala%2Fcrawler-engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftahavirdiwala%2Fcrawler-engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 66082c6fcfa04bf722ce327385459d5e7317cd23
[INFO] testing tahavirdiwala/crawler-engine 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%2Ftahavirdiwala%2Fcrawler-engine" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tahavirdiwala/crawler-engine
[INFO] finished tweaking git repo https://github.com/tahavirdiwala/crawler-engine
[INFO] tweaked toml for git repo https://github.com/tahavirdiwala/crawler-engine written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tahavirdiwala/crawler-engine 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/tahavirdiwala/crawler-engine 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-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e
[INFO] running `Command { std: "docker" "start" "e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e", 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" "e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e" "/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" "e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e", 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" "e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling tokio v1.52.2
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling metrics v0.23.1
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling sketches-ddsketch v0.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling backon v1.6.0
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling spinning_top v0.3.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nonzero_ext v0.3.0
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling no-std-compat v0.4.1
[INFO] [stderr]    Compiling metrics-util v0.17.0
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.15.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling governor v0.7.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling tower-http v0.6.10
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling redis v0.27.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling crawler-engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
[INFO] running `Command { std: "docker" "inspect" "e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e", 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" "e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e" "/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 slab v0.4.12
[INFO] [stderr]    Compiling tokio v1.52.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling governor v0.7.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling tower-http v0.6.10
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling redis v0.27.6
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling crawler-engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `crawler-engine` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name crawler_engine --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7b72dc265e4875c -C extra-filename=-e33fbfcedfdaccb1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e4c44ac98d8e4ea.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-3453bb6e76f3ba47.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-fc3d3055e52dbe74.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8a1d5c0c608af397.rlib --extern config=/opt/rustwide/target/debug/deps/libconfig-5e32e2b77a1994d2.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-39a8df5c740b56ee.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-9c921a066945f7b8.rlib --extern governor=/opt/rustwide/target/debug/deps/libgovernor-a3f4afd15bbd820b.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern metrics=/opt/rustwide/target/debug/deps/libmetrics-be1d0fc992c88c5e.rlib --extern metrics_exporter_prometheus=/opt/rustwide/target/debug/deps/libmetrics_exporter_prometheus-8d817d7f10853865.rlib --extern nonzero_ext=/opt/rustwide/target/debug/deps/libnonzero_ext-7f0427f47a9a5c7f.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-2eccfe433431b797.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-051b131c42777930.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5888ac5c23c18421.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ac8da3a9c779f800.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d6e582a599abd2ad.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-afd512c3331d2444.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-305297abc8a52265.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-9e1e71435100874f.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-12f12d2b66ec44a5.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-ed0b811dfe0f8e53.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-38e8133d24f23cef.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4cef0f2badfdb422.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-ca2e479dc84b1ef4.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-a4ef298655185c03.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-f0b2893609309643.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-b92018234a9b8e9f.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-71b58bec49e9ec6c/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `crawler-engine` (test "metrics")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name metrics --edition=2021 tests/metrics.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0dcb9ea0dbae4e73 -C extra-filename=-6357b7795dcbcdde --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e4c44ac98d8e4ea.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-3453bb6e76f3ba47.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-fc3d3055e52dbe74.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8a1d5c0c608af397.rlib --extern config=/opt/rustwide/target/debug/deps/libconfig-5e32e2b77a1994d2.rlib --extern crawler_engine=/opt/rustwide/target/debug/deps/libcrawler_engine-cb7ebc21e3c3e263.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-39a8df5c740b56ee.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-9c921a066945f7b8.rlib --extern governor=/opt/rustwide/target/debug/deps/libgovernor-a3f4afd15bbd820b.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern metrics=/opt/rustwide/target/debug/deps/libmetrics-be1d0fc992c88c5e.rlib --extern metrics_exporter_prometheus=/opt/rustwide/target/debug/deps/libmetrics_exporter_prometheus-8d817d7f10853865.rlib --extern nonzero_ext=/opt/rustwide/target/debug/deps/libnonzero_ext-7f0427f47a9a5c7f.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-2eccfe433431b797.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-051b131c42777930.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5888ac5c23c18421.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ac8da3a9c779f800.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d6e582a599abd2ad.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-afd512c3331d2444.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-305297abc8a52265.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-9e1e71435100874f.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-12f12d2b66ec44a5.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-ed0b811dfe0f8e53.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-38e8133d24f23cef.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4cef0f2badfdb422.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-ca2e479dc84b1ef4.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-a4ef298655185c03.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-f0b2893609309643.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-b92018234a9b8e9f.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-71b58bec49e9ec6c/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `crawler-engine` (test "recovery")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name recovery --edition=2021 tests/recovery.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5530ff274301de7e -C extra-filename=-797e595a51dcba28 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e4c44ac98d8e4ea.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-3453bb6e76f3ba47.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-fc3d3055e52dbe74.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8a1d5c0c608af397.rlib --extern config=/opt/rustwide/target/debug/deps/libconfig-5e32e2b77a1994d2.rlib --extern crawler_engine=/opt/rustwide/target/debug/deps/libcrawler_engine-cb7ebc21e3c3e263.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-39a8df5c740b56ee.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-9c921a066945f7b8.rlib --extern governor=/opt/rustwide/target/debug/deps/libgovernor-a3f4afd15bbd820b.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern metrics=/opt/rustwide/target/debug/deps/libmetrics-be1d0fc992c88c5e.rlib --extern metrics_exporter_prometheus=/opt/rustwide/target/debug/deps/libmetrics_exporter_prometheus-8d817d7f10853865.rlib --extern nonzero_ext=/opt/rustwide/target/debug/deps/libnonzero_ext-7f0427f47a9a5c7f.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-2eccfe433431b797.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-051b131c42777930.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5888ac5c23c18421.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ac8da3a9c779f800.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d6e582a599abd2ad.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-afd512c3331d2444.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-305297abc8a52265.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-9e1e71435100874f.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-12f12d2b66ec44a5.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-ed0b811dfe0f8e53.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-38e8133d24f23cef.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4cef0f2badfdb422.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-ca2e479dc84b1ef4.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-a4ef298655185c03.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-f0b2893609309643.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-b92018234a9b8e9f.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-71b58bec49e9ec6c/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcEuYn6o/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcrawler_engine-cb7ebc21e3c3e263,libanyhow-9e4c44ac98d8e4ea,libtracing_subscriber-ca2e479dc84b1ef4,libtracing_serde-37f255d9e57e088a,libsharded_slab-bd3e89e1e50b7c87,liblazy_static-3674be3f4245d19b,libmatchers-657b767e2e15aeb8,libregex_automata-e4e8d49138828df4,libaho_corasick-fa94425a423a79cf,libregex_syntax-6d6ee545e2ffad72,libnu_ansi_term-745c727bb3e87c52,libthread_local-b4f6fe44d641c0b1,libtracing_log-510f2bf8b9768cfe,libreqwest-051b131c42777930,libhyper_rustls-63bf67a877d55be6,libtokio_rustls-1f7ad50d1521910e,libtower_http-a7052f3cb9b0943f,libgovernor-a3f4afd15bbd820b,libfutures_timer-17baedd4276dc448,libnonzero_ext-7f0427f47a9a5c7f,libportable_atomic-a2913edf01b5bd0d,libno_std_compat-493d4a0343c995b5,libredis-2eccfe433431b797,libitertools-6311d3da08890143,libsha1_smol-a320b1639232fa11,libnum_bigint-38b8835ef4e3cd2c,libnum_integer-978663802c73c752,libfutures-9c921a066945f7b8,libfutures_executor-ce29f620c93d725f,libbackon-60ea5d9c983a7bbb,libfastrand-4568f941ceb452a9,libarc_swap-1b0c7080be28b8c0,libcombine-d19f41911cf2cfa5,libdashmap-39a8df5c740b56ee,libsqlx-afd512c3331d2444,libsqlx_postgres-01771d2f0a99eb8f,libdotenvy-6d8015f91495fe74,libcrc-c7d92037d8a82253,libcrc_catalog-229f3d571887ef81,libhex-13e08b3b00984ab7,libwhoami-679b18861a32e944,libhome-2459c00c573c2c5a,libmd5-da17141a20d9c4c6,libbyteorder-7fb216e967c6a54f,libatoi-e0a5b2d15efd9f87,libstringprep-4d35882c7579d9cf,libunicode_properties-d98df78cf9438258,libunicode_normalization-38897611c04e14d9,libtinyvec-aaac35e3e185f648,libtinyvec_macros-7b77ea21c73594ca,libunicode_bidi-a9d2c96e849c6f3c,librand-1f746861c7bbcb8e,librand_chacha-76d6ebc8278a62a6,libppv_lite86-7f5ba35fc3b17562,librand_core-86e43b95b9d88fa9,libhkdf-3b5d575a0fd4bb01,libhmac-e7c370bcf63a0a27,libsqlx_core-0aa94f327c40630f,libwebpki_roots-227cfed90726f06a,libwebpki_roots-4ac2131d17f69b0d,libthiserror-5e90adc18491a337,libsha2-d6e582a599abd2ad,libcpufeatures-e04321643d03190d,libdigest-9d15f55784b8157b,libblock_buffer-bba24321e7b40706,libcrypto_common-25561c32e2e433f4,libgeneric_array-c2fdd0cc081e51ad,libtypenum-ec75592541d0a339,librustls-deefb579117c5d0f,libsubtle-2ae6a7038b9a0630,libwebpki-507d47b2758eb6b4,libring-1802779836d14137,libgetrandom-f25a51f78d9871ba,libuntrusted-b2f816886faf2178,librustls_pki_types-fc5637970849fdde,libzeroize-7f213bea776ca5b6,libhashlink-f007fbd3ee912335,libhashbrown-621f4a290160b487,libfoldhash-07f233db1c671507,liburl-a4ef298655185c03,libidna-7b40b7000b696d4c,libidna_adapter-ca19e32bb4d81341,libicu_properties-cd9c34beb0f6ffdf,libicu_properties_data-e6cf238fc98dd59d,libicu_normalizer-4016b537cc466235,libicu_normalizer_data-8fea05bee0bb4e49,libicu_collections-99010f6d88cb0fa2,libutf8_iter-51566bbad89f3a68,libpotential_utf-dfc67b58ecdfe49f,libicu_provider-68c7489fa78adb03,libicu_locale_core-2440c9245e1ce3af,libtinystr-4cce420f599efd20,liblitemap-dc288f07f8f61193,libwriteable-48b3e52227924bb5,libzerovec-ca67d97079b95e44,libzerotrie-0c901af276a1f5ce,libyoke-a73bb16c30c8666f,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-3c4bc0c4c9717ce1,libcrossbeam_queue-7daa350311a600b8,libeither-71ff50dd978a9518,libevent_listener-63c7a54bfdcdbf3a,libparking-a9ae72c6c16ee980,libuuid-f0b2893609309643,libgetrandom-fb4c32fda73a41c0,libtower_http-38e8133d24f23cef,libmetrics_exporter_prometheus-8d817d7f10853865,libmetrics_util-8a2d87a6c07ed0f6,libnum_cpus-d061d0eef02b5c5b,libsketches_ddsketch-e21278384407e54e,libhashbrown-dea9b8aae091eb0e,liballocator_api2-8d9c1e895dea53bd,libcrossbeam_epoch-5fdcd5978a9f0010,libquanta-6bc48084ec2c9234,libraw_cpuid-d499d82d76784b56,libbitflags-8c53f40e27309964,libcrossbeam_utils-f696a08ab1e94e7a,libthiserror-305297abc8a52265,libmetrics-be1d0fc992c88c5e,libahash-cce18512800b7375,libzerocopy-ad92ccf16844b543,libchrono-8a1d5c0c608af397,libiana_time_zone-bcd81aefedc374a6,libnum_traits-17bedafaa2a61f51,libaxum-fc3d3055e52dbe74,libserde_path_to_error-27ee74d3083bd57a,libserde_json-ac8da3a9c779f800,libzmij-ef63f1da73704b4c,libserde_urlencoded-cbe7bd48af8eba00,libryu-1f4f40e4352371e5,libform_urlencoded-58b0f0edb59b40d2,libhyper_util-a3e8321a5d0c6e41,libbase64-32787b0325ea6df8,libpercent_encoding-fa055ecaa1e57cfa,libipnet-61ca7a5e1c2863d4,libhyper-2e07e553d0ea5e3b,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-c2eb1abafda2193a,libindexmap-0d7f2c48190e6f4d,libequivalent-6a754676e6af62ae,libhashbrown-6b92ca17a46d4c7a,libfnv-79e2cbfbe03dcd16,libtokio_util-ed0b811dfe0f8e53,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libmatchit-616cb01453b9e7d4,libaxum_core-1c3aa3cd832441c5,libmime-0188e0814ca7ddbf,libhttp_body_util-ed5fbd1db1f6d6fc,libhttp_body-8d8f9f8398f09fa7,libhttp-563f2cb150350555,libitoa-5de11b3b23bfe572,libtracing-4cef0f2badfdb422,liblog-b262261d47bd2eba,libtracing_core-d26029c784af5925,libonce_cell-b5bdc597ed9676b3,libtower-bd8bae2505f2ccc8,libsync_wrapper-6bdfbc29c4269203,libfutures_util-4e9f1b9e11a686e5,libmemchr-5cfa70d22cb32987,libfutures_io-3814ffd654d7040e,libslab-0582d648e59ab406,libfutures_channel-04b287164a72dbf0,libfutures_sink-3971bde37bb30e19,libfutures_task-36f327cfab86eddc,libfutures_core-1121ff913ed87f93,libtower_layer-d908dd771b239ecd,libtower_service-3fb88d28c2218805,libtokio-9e1e71435100874f,libsignal_hook_registry-97fb91977beb15cc,liberrno-40a43d7c8a9b8122,libsocket2-2367bcf2eb96355a,libbytes-2ed9460101f17bbf,libmio-3f5f6fa89ecad527,libparking_lot-35484da86c992eab,libparking_lot_core-53ea11b6fc8c0887,liblibc-612664c2206eec43,libcfg_if-83060ec5685761ae,libsmallvec-2ec19d0949a3f103,libserde-5888ac5c23c18421,libserde_core-49c5f0449f9ff544,liblock_api-16d46fed645f7bff,libscopeguard-7ec2214574194454,libpin_project_lite-0a15d51c77964692}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcEuYn6o/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-71b58bec49e9ec6c/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/security_api-60334a4e305dee51" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crawler-engine` (test "security_api") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e", kill_on_drop: false }`
[INFO] [stdout] e6fcb03916bcac69c74b5006d8f91db4d933237280190dbea53f350900c0c48e
