[INFO] cloning repository https://github.com/Dreads-Code/Kiwi-Free-IPTV
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dreads-Code/Kiwi-Free-IPTV" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDreads-Code%2FKiwi-Free-IPTV", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDreads-Code%2FKiwi-Free-IPTV'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 191764e2da22a02bd0d413775b6c8a1fdb6b5e25
[INFO] testing Dreads-Code/Kiwi-Free-IPTV 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%2FDreads-Code%2FKiwi-Free-IPTV" "/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/Dreads-Code/Kiwi-Free-IPTV
[INFO] finished tweaking git repo https://github.com/Dreads-Code/Kiwi-Free-IPTV
[INFO] tweaked toml for git repo https://github.com/Dreads-Code/Kiwi-Free-IPTV written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dreads-Code/Kiwi-Free-IPTV 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/Dreads-Code/Kiwi-Free-IPTV 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] 4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5
[INFO] running `Command { std: "docker" "start" "4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5", 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" "4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5" "/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" "4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5", 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" "4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5" "/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.24
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.125
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling wasm-bindgen v0.2.125
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling fst v0.4.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling case v1.0.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling localsearch v0.1.0 (https://github.com/Stremio/local-search?branch=main#74fefe1d)
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling lazysort v0.2.1
[INFO] [stderr]    Compiling stremio-official-addons v2.1.2
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling boolinator v2.4.0
[INFO] [stderr]    Compiling magnet-url v3.0.0
[INFO] [stderr]    Compiling lz-str v0.2.1
[INFO] [stderr]    Compiling enclose v1.2.1
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling jiff v0.2.29
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.125
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling proc_macro_roids v0.8.0
[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 futures-macro v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling stremio-derive v0.1.0 (https://github.com/stremio/stremio-core#90c38f18)
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling tracing v0.1.44
[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 darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.125
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling stremio-serde-hex v0.1.2
[INFO] [stderr]    Compiling stremio-watched-bitfield v0.1.0 (https://github.com/stremio/stremio-core#90c38f18)
[INFO] [stderr]    Compiling serde_bencode v0.2.4
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling moka v0.12.15
[INFO] [stderr]    Compiling quick-xml v0.40.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling js-sys v0.3.102
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling serde_with v3.21.0
[INFO] [stderr]    Compiling m3u8-rs v6.0.0
[INFO] [stderr]    Compiling serde_url_params v0.2.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling stremio-core v0.1.0 (https://github.com/stremio/stremio-core#90c38f18)
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling web-sys v0.3.102
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling axum-streams v0.24.0
[INFO] [stderr]    Compiling vercel_runtime v2.3.0
[INFO] [stderr]    Compiling iptv-nz-addon-rust v1.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
[INFO] running `Command { std: "docker" "inspect" "4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5", 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" "4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5" "/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 num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.75
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.75
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling wasm-bindgen-test-shared v0.2.125
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling localsearch v0.1.0 (https://github.com/Stremio/local-search?branch=main#74fefe1d)
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling wasm-bindgen-test v0.3.75
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling serde_with v3.21.0
[INFO] [stderr]    Compiling m3u8-rs v6.0.0
[INFO] [stderr]    Compiling stremio-core v0.1.0 (https://github.com/stremio/stremio-core#90c38f18)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling axum-streams v0.24.0
[INFO] [stderr]    Compiling mockito v1.7.2
[INFO] [stderr]    Compiling vercel_runtime v2.3.0
[INFO] [stderr]    Compiling iptv-nz-addon-rust v1.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcPO6GUm/symbols.o" "<3 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/{libiptv_nz_addon_rust,liburlencoding-061758bc6028ea3e,libmoka-b9010df09415fa07,libportable_atomic-b2c3e87a13df7d23,libtagptr-17baaf534c9c3f80,libcrossbeam_epoch-2c19d130e745537c,libuuid-f4e3fb8feff3b0a9,libgetrandom-b361e4a3a30253b8,libasync_lock-b33dc7000bb44239,libevent_listener_strategy-15a17a3444c0fdf7,libevent_listener-63c7a54bfdcdbf3a,libparking-a9ae72c6c16ee980,libcrossbeam_channel-c975edaf87631b25,libcrossbeam_utils-f696a08ab1e94e7a,libstremio_core-10a57d19892340b0,libstremio_official_addons-450c970a8fd49597,liblz_str-0098521ef9df9b24,libserde_url_params-27d3c126e846cc00,libserde_bencode-1fe1596ececcf586,libserde_bytes-ce432e04640b7350,libhex-13e08b3b00984ab7,libdata_encoding-b17abe9da7ed756a,libanyhow-9e4c44ac98d8e4ea,libstremio_serde_hex-e30d071970c7b64e,libarray_init-7d1eb0f8fbcd605c,libsha1-a837d2ebb66287e1,libsha2-11a5c516e6a4becd,libcpufeatures-e04321643d03190d,libdigest-1142e5998e571c5d,libblock_buffer-43b51fc1d06b3057,libcrypto_common-43b177a3b314e9dd,libgeneric_array-745cace30f1ed372,libtypenum-ed2b1c93b2a4333a,libstremio_watched_bitfield-5991ad2e248f4235,libflate2-b4b5735b2be75a87,libminiz_oxide-ca8849bbbe217a18,libadler2-1712579794513681,libcrc32fast-77160f4e25d6fc25,libbase64-42295ac2e0e134a3,libthiserror-9258d950efa91634,liblocalsearch-946e86f5811e9497,libutf8_ranges-1b945f0f2a9ee30e,libfxhash-280ac890dc5dd30e,libbyteorder-8f59b6d1bfdaa844,libfst-67a0b3628e396490,libserde_with-81a68ab177df4ed6,libnum-2f1640cfa6825fad,libnum_iter-48ec94a34c61229c,libnum_rational-0540b3ca590a34b7,libnum_integer-e8b8a37959359a05,libnum_complex-85f40088c94a190a,libmagnet_url-06d597cff1967099,libderive_more-675a87b86da28f62,libstrum-b590a43d9cf1f9d5,libboolinator-08150f2f0583e113,libitertools-13ca69fc72c8140c,libeither-3938c0541cce4f3e,liblazysort-2b17e35bcdc316ff,libchrono-74905a6fc2614e7c,libiana_time_zone-bcd81aefedc374a6,libnum_traits-68e0d171d32a4dd9,libenclose-5a4ae7e298098794,libregex-f5ecc2d3c2494973,libregex_automata-a49529364cfb6768,libaho_corasick-879963fcf148ece0,libregex_syntax-801391c65a42f645,libsemver-d62fad60a9d6aa4c,libreqwest-c17b1d4c50809b88,librustls_platform_verifier-131bfeca646712b0,librustls_native_certs-f8e9c0e099f9b771,libopenssl_probe-6b1b371432012237,libhyper_rustls-ec80261c65350e66,libtokio_rustls-ba3456c5e9a51b38,librustls-0067820caca2a18a,libsubtle-2ae6a7038b9a0630,libwebpki-f2889089bcb324b6,libuntrusted-b2f816886faf2178,libaws_lc_rs-a425905e70b7f641,libaws_lc_sys-cc047f189b13185f,librustls_pki_types-006bcc122d18cfc1,libzeroize-37b2a6e0a2742c6a,libencoding_rs-c7a67ac351c2b19f,libtower_http-bc690b0cf51615bd,libbitflags-c11c4f5488569199,liburl-a9057892ed651c39,libidna-f0bb8a86c0b581c8,libidna_adapter-815b924c4029780a,libicu_properties-68431fb97c51014c,libicu_properties_data-e6cf238fc98dd59d,libicu_normalizer-fee474bb96624a71,libicu_normalizer_data-8fea05bee0bb4e49,libicu_collections-0f99f735898a731d,libutf8_iter-51566bbad89f3a68,libpotential_utf-682e4fa0bbf4a7e8,libicu_provider-418645fcc54839a1,libicu_locale_core-11bf53ab34620e5e,libtinystr-2935fd530dcc78bb,liblitemap-dc288f07f8f61193,libwriteable-48b3e52227924bb5,libzerovec-fc25c9fc158a5b8a,libzerotrie-d65af3f23622478b,libyoke-c6404d14b8699a1b,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-35f0450222961235,libquick_xml-f4d316379cdce5f8,libfutures-36aee71f090fecff,libfutures_executor-e27ed29c7cd0b8c7,libaxum-bff13c7f5e0f9da8,libserde_json-4e610320917ae964,libzmij-ef63f1da73704b4c,libserde_path_to_error-a6c00397e8b8ef20,libserde_urlencoded-839a2105c0fc60b3,libryu-1f4f40e4352371e5,libserde-020f8536ba5b68a1,libform_urlencoded-58b0f0edb59b40d2,libhyper_util-add3c117ef1b894b,libbase64-32787b0325ea6df8,libpercent_encoding-fa055ecaa1e57cfa,libipnet-61ca7a5e1c2863d4,libhyper-bbe47425a90b60d4,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-6a43454ec7ddae9b,libindexmap-b92bb9c25241b995,libequivalent-6a754676e6af62ae,libhashbrown-d7214d631586fd51,libfnv-79e2cbfbe03dcd16,libtokio_util-4b972c2935833174,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libmatchit-9aa922efa503b546,libserde_core-46542aab222bf259,libaxum_core-2d5d922ae2457c75,libmime-0188e0814ca7ddbf,libhttp_body_util-e36a9964dc5d0ba7,libhttp_body-eafc967753803508,libhttp-faa531d1f5c77dc0,libitoa-5de11b3b23bfe572,libtracing-70c6f2af8fd1d3df,liblog-e0d376e8b63c8a72,libtracing_core-89b602bc4a7d7f8a,libonce_cell-b5bdc597ed9676b3,libtower-88b198ea4ca4bef4,libsync_wrapper-6bdfbc29c4269203,libfutures_util-eacce3afd0b7b1f1,libmemchr-2857f5b45a031ab1,libfutures_io-a8805bd12b2ab705,libslab-0582d648e59ab406,libfutures_channel-04b287164a72dbf0,libfutures_sink-3971bde37bb30e19,libfutures_task-36f327cfab86eddc,libfutures_core-1121ff913ed87f93,libtower_layer-d908dd771b239ecd,libtower_service-3fb88d28c2218805,libtokio-161cbdc9c9777182,libsignal_hook_registry-97fb91977beb15cc,liberrno-40a43d7c8a9b8122,libsocket2-73b9b85db3553b3d,libbytes-8d3fe75014eb498b,libmio-43415d66e2ceb9f1,libparking_lot-4ba6a60e1eaade35,libparking_lot_core-87c213bd6d0003d4,liblibc-612664c2206eec43,libcfg_if-83060ec5685761ae,libsmallvec-a0653b547c0659bb,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/rustcPO6GUm/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/aws-lc-sys-45049d06e52acd93/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/axum_tests-58400a2339a0948a" "-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 `iptv-nz-addon-rust` (test "axum_tests") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcEMDSQ1/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libmockito-ecff1b28c89589ec,librand-e809961d4161f1f4,librand_chacha-948689361d2e6d50,libppv_lite86-777369bdcdfa9d1d,libzerocopy-75aa8ee85b4f20a8,librand_core-b115fb9b5d781658,libgetrandom-a73f2f085e83d825,libassert_json_diff-ccf3ed767b0a675a,libsimilar-c8e2b8065ba88702,libcolored-7e1577056734bcb3}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libiptv_nz_addon_rust,liburlencoding-061758bc6028ea3e,libmoka-b9010df09415fa07,libportable_atomic-b2c3e87a13df7d23,libtagptr-17baaf534c9c3f80,libcrossbeam_epoch-2c19d130e745537c,libuuid-f4e3fb8feff3b0a9,libgetrandom-b361e4a3a30253b8,libasync_lock-b33dc7000bb44239,libevent_listener_strategy-15a17a3444c0fdf7,libevent_listener-63c7a54bfdcdbf3a,libparking-a9ae72c6c16ee980,libcrossbeam_channel-c975edaf87631b25,libcrossbeam_utils-f696a08ab1e94e7a,libstremio_core-10a57d19892340b0,libstremio_official_addons-450c970a8fd49597,liblz_str-0098521ef9df9b24,libserde_url_params-27d3c126e846cc00,libserde_bencode-1fe1596ececcf586,libserde_bytes-ce432e04640b7350,libhex-13e08b3b00984ab7,libdata_encoding-b17abe9da7ed756a,libanyhow-9e4c44ac98d8e4ea,libstremio_serde_hex-e30d071970c7b64e,libarray_init-7d1eb0f8fbcd605c,libsha1-a837d2ebb66287e1,libsha2-11a5c516e6a4becd,libcpufeatures-e04321643d03190d,libdigest-1142e5998e571c5d,libblock_buffer-43b51fc1d06b3057,libcrypto_common-43b177a3b314e9dd,libgeneric_array-745cace30f1ed372,libtypenum-ed2b1c93b2a4333a,libstremio_watched_bitfield-5991ad2e248f4235,libflate2-b4b5735b2be75a87,libminiz_oxide-ca8849bbbe217a18,libadler2-1712579794513681,libcrc32fast-77160f4e25d6fc25,libbase64-42295ac2e0e134a3,libthiserror-9258d950efa91634,liblocalsearch-946e86f5811e9497,libutf8_ranges-1b945f0f2a9ee30e,libfxhash-280ac890dc5dd30e,libbyteorder-8f59b6d1bfdaa844,libfst-67a0b3628e396490,libserde_with-81a68ab177df4ed6,libnum-2f1640cfa6825fad,libnum_iter-48ec94a34c61229c,libnum_rational-0540b3ca590a34b7,libnum_integer-e8b8a37959359a05,libnum_complex-85f40088c94a190a,libmagnet_url-06d597cff1967099,libderive_more-675a87b86da28f62,libstrum-b590a43d9cf1f9d5,libboolinator-08150f2f0583e113,libitertools-13ca69fc72c8140c,libeither-3938c0541cce4f3e,liblazysort-2b17e35bcdc316ff,libchrono-74905a6fc2614e7c,libiana_time_zone-bcd81aefedc374a6,libnum_traits-68e0d171d32a4dd9,libenclose-5a4ae7e298098794,libregex-f5ecc2d3c2494973,libregex_automata-a49529364cfb6768,libaho_corasick-879963fcf148ece0,libregex_syntax-801391c65a42f645,libsemver-d62fad60a9d6aa4c,libreqwest-c17b1d4c50809b88,librustls_platform_verifier-131bfeca646712b0,librustls_native_certs-f8e9c0e099f9b771,libopenssl_probe-6b1b371432012237,libhyper_rustls-ec80261c65350e66,libtokio_rustls-ba3456c5e9a51b38,librustls-0067820caca2a18a,libsubtle-2ae6a7038b9a0630,libwebpki-f2889089bcb324b6,libuntrusted-b2f816886faf2178,libaws_lc_rs-a425905e70b7f641,libaws_lc_sys-cc047f189b13185f,librustls_pki_types-006bcc122d18cfc1,libzeroize-37b2a6e0a2742c6a,libencoding_rs-c7a67ac351c2b19f,libtower_http-bc690b0cf51615bd,libbitflags-c11c4f5488569199,liburl-a9057892ed651c39,libidna-f0bb8a86c0b581c8,libidna_adapter-815b924c4029780a,libicu_properties-68431fb97c51014c,libicu_properties_data-e6cf238fc98dd59d,libicu_normalizer-fee474bb96624a71,libicu_normalizer_data-8fea05bee0bb4e49,libicu_collections-0f99f735898a731d,libutf8_iter-51566bbad89f3a68,libpotential_utf-682e4fa0bbf4a7e8,libicu_provider-418645fcc54839a1,libicu_locale_core-11bf53ab34620e5e,libtinystr-2935fd530dcc78bb,liblitemap-dc288f07f8f61193,libwriteable-48b3e52227924bb5,libzerovec-fc25c9fc158a5b8a,libzerotrie-d65af3f23622478b,libyoke-c6404d14b8699a1b,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-35f0450222961235,libquick_xml-f4d316379cdce5f8,libfutures-36aee71f090fecff,libfutures_executor-e27ed29c7cd0b8c7,libaxum-bff13c7f5e0f9da8,libserde_json-4e610320917ae964,libzmij-ef63f1da73704b4c,libserde_path_to_error-a6c00397e8b8ef20,libserde_urlencoded-839a2105c0fc60b3,libryu-1f4f40e4352371e5,libserde-020f8536ba5b68a1,libform_urlencoded-58b0f0edb59b40d2,libhyper_util-add3c117ef1b894b,libbase64-32787b0325ea6df8,libpercent_encoding-fa055ecaa1e57cfa,libipnet-61ca7a5e1c2863d4,libhyper-bbe47425a90b60d4,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-6a43454ec7ddae9b,libindexmap-b92bb9c25241b995,libequivalent-6a754676e6af62ae,libhashbrown-d7214d631586fd51,libfnv-79e2cbfbe03dcd16,libtokio_util-4b972c2935833174,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libmatchit-9aa922efa503b546,libserde_core-46542aab222bf259,libaxum_core-2d5d922ae2457c75,libmime-0188e0814ca7ddbf,libhttp_body_util-e36a9964dc5d0ba7,libhttp_body-eafc967753803508,libhttp-faa531d1f5c77dc0,libitoa-5de11b3b23bfe572,libtracing-70c6f2af8fd1d3df,liblog-e0d376e8b63c8a72,libtracing_core-89b602bc4a7d7f8a,libonce_cell-b5bdc597ed9676b3,libtower-88b198ea4ca4bef4,libsync_wrapper-6bdfbc29c4269203,libfutures_util-eacce3afd0b7b1f1,libmemchr-2857f5b45a031ab1,libfutures_io-a8805bd12b2ab705,libslab-0582d648e59ab406,libfutures_channel-04b287164a72dbf0,libfutures_sink-3971bde37bb30e19,libfutures_task-36f327cfab86eddc,libfutures_core-1121ff913ed87f93,libtower_layer-d908dd771b239ecd,libtower_service-3fb88d28c2218805,libtokio-161cbdc9c9777182,libsignal_hook_registry-97fb91977beb15cc,liberrno-40a43d7c8a9b8122,libsocket2-73b9b85db3553b3d,libbytes-8d3fe75014eb498b,libmio-43415d66e2ceb9f1,libparking_lot-4ba6a60e1eaade35,libparking_lot_core-87c213bd6d0003d4,liblibc-612664c2206eec43,libcfg_if-83060ec5685761ae,libsmallvec-a0653b547c0659bb,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/rustcEMDSQ1/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/aws-lc-sys-45049d06e52acd93/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/api_tests-6adaea96eef9f8e7" "-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 `iptv-nz-addon-rust` (test "api_tests") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5", kill_on_drop: false }`
[INFO] [stdout] 4ec2870c8f8ce7bb0f0f22b13024fb28cbe9d8ca66a4593c63a6ddf29f6ac3d5
