[INFO] cloning repository https://github.com/zeliu/scrapy-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zeliu/scrapy-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeliu%2Fscrapy-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeliu%2Fscrapy-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 93b2d91829a85659823abf5af3ba0b184a39c231
[INFO] testing zeliu/scrapy-rs against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeliu%2Fscrapy-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zeliu/scrapy-rs
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/zeliu/scrapy-rs
[INFO] tweaked toml for git repo https://github.com/zeliu/scrapy-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zeliu/scrapy-rs on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zeliu/scrapy-rs 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded console v0.15.11
[INFO] [stderr]   Downloaded wiremock v0.5.22
[INFO] [stderr]   Downloaded deadpool v0.9.5
[INFO] [stderr]   Downloaded priority-queue v1.4.0
[INFO] [stderr]   Downloaded portable-atomic v1.11.0
[INFO] [stderr]   Downloaded indicatif v0.17.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7518b45565822b348d360d9720414105d3650ba75f6f28198e02dabcd74cd66
[INFO] running `Command { std: "docker" "start" "-a" "d7518b45565822b348d360d9720414105d3650ba75f6f28198e02dabcd74cd66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7518b45565822b348d360d9720414105d3650ba75f6f28198e02dabcd74cd66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7518b45565822b348d360d9720414105d3650ba75f6f28198e02dabcd74cd66", kill_on_drop: false }`
[INFO] [stdout] d7518b45565822b348d360d9720414105d3650ba75f6f28198e02dabcd74cd66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dfcd23cad52ddf3c532b0b2b6624909ebb567f78c300a0ac1cb2fe7cba4c9e85
[INFO] running `Command { std: "docker" "start" "-a" "dfcd23cad52ddf3c532b0b2b6624909ebb567f78c300a0ac1cb2fe7cba4c9e85", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling priority-queue v1.4.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stderr]    Compiling clap_builder v4.5.31
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling sysinfo v0.30.13
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.87
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling clap v4.5.31
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serde_with v3.12.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling backoff v0.4.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling scrapy_rs_core v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling scrapy_rs_pipeline v0.1.0 (/opt/rustwide/workdir/pipeline)
[INFO] [stderr]    Compiling scrapy_rs_scheduler v0.1.0 (/opt/rustwide/workdir/scheduler)
[INFO] [stderr]    Compiling scrapy_rs_middleware v0.1.0 (/opt/rustwide/workdir/middleware)
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling scrapy_rs_downloader v0.1.0 (/opt/rustwide/workdir/downloader)
[INFO] [stderr]    Compiling scrapy_rs_engine v0.1.0 (/opt/rustwide/workdir/engine)
[INFO] [stdout] warning: value assigned to `active_tasks` is never read
[INFO] [stdout]     --> engine/src/lib.rs:1108:13
[INFO] [stdout]      |
[INFO] [stdout] 1108 |             active_tasks -= 1;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout]      = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FailingDownloader` is never constructed
[INFO] [stdout]   --> engine/src/mock.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct FailingDownloader;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling scrapy_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "dfcd23cad52ddf3c532b0b2b6624909ebb567f78c300a0ac1cb2fe7cba4c9e85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfcd23cad52ddf3c532b0b2b6624909ebb567f78c300a0ac1cb2fe7cba4c9e85", kill_on_drop: false }`
[INFO] [stdout] dfcd23cad52ddf3c532b0b2b6624909ebb567f78c300a0ac1cb2fe7cba4c9e85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 72005d8ccf1475ca641187fbf2f54f22055ffc78913452d364d32e39b3dc7e62
[INFO] running `Command { std: "docker" "start" "-a" "72005d8ccf1475ca641187fbf2f54f22055ffc78913452d364d32e39b3dc7e62", kill_on_drop: false }`
[INFO] [stdout] warning: value assigned to `active_tasks` is never read
[INFO] [stdout]     --> engine/src/lib.rs:1108:13
[INFO] [stdout]      |
[INFO] [stdout] 1108 |             active_tasks -= 1;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout]      = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FailingDownloader` is never constructed
[INFO] [stdout]   --> engine/src/mock.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct FailingDownloader;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling scrapy_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcwUKnNu/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-f1f0bdf480e35fee,libanstream-3a5850ea78bcd0e3,libanstyle_query-f0be367a66cb0b02,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-dfb6701820ae12a0,libanstyle_parse-80647c630cc5391e,libutf8parse-8828ddbb63eb8bad,libenv_filter-40c6a001bf5020c5,libanstyle-df82d657645c4a5c,libhumantime-271ba35809dd8c72,libscrapy_rs_engine-22898bc243513220,libsysinfo-793eb274d0b13b7f,librayon-1b231379cea2af6f,librayon_core-eae9644c310958e7,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libeither-3b4351e3b18e236a,libscrapy_rs_scheduler-6c03614d140b573b,libpriority_queue-0f5ae23f5d8a9ba1,libindexmap-68eb0764c1a34cc4,libhashbrown-8ac6e23154e6c3d0,libdashmap-7789e345cdf08b09,libhashbrown-c66a0cd602652163,libscrapy_rs_pipeline-b39b8d55b6f2eca8,libscrapy_rs_middleware-50fd735255758a58,libregex-07d59f3792584a21,libregex_automata-b16ca0c62e99f813,libaho_corasick-5318fee7af990b33,libregex_syntax-13fc688ae7f36982,libscrapy_rs_downloader-a32a483fa6b463b6,libreqwest-f6846e2f6e3f3696,librustls_pemfile-c56e6940cc22dba4,libhyper_tls-0e7264c3b38789bc,libserde_urlencoded-de565716b7cd0202,libbase64-64299f9d815d057c,libipnet-9aae67a4e846df6d,libtokio_native_tls-4ecb98dbaa3ddc06,libmime-4b44681fdb2c65f7,libencoding_rs-68ad4a143c31cce1,libnative_tls-51387496f42acd18,libopenssl_probe-cbab9b905ab83f66,libopenssl-1566fcfe93232c66,libbitflags-96e56b993b11ae97,libforeign_types-0d5385f641bbbadd,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-cc3425277d13b88a,libhyper-6073f124863791b5,libwant-0f3c3ee377cad37f,libtry_lock-aabba5e3d97e6b57,libhttparse-47a3d40564b60e09,libh2-2a6da07b42f3a24d,libindexmap-1dfdff4da4264c8c,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libtokio_util-3e0b39efc3652267,libtower_service-0d7df29686b13872,libtracing-5d957a190ab2d35f,libtracing_core-46e3e2d0ba5b5e98,libonce_cell-5c42cc25c3567235,libhttpdate-9f9d2502c6a38412,libsync_wrapper-17f912c27eab8964,libhttp_body-985f56a4f6fb43fb,libhttp-1a82490569864886,libfnv-2d77ec4f6f971b24,libbackoff-638d1bb3f15849a2,librand-4be934a4b0e3b7e3,librand_chacha-4b810161348e5ade,libppv_lite86-98aa855de9c0bce6,libzerocopy-e525eda530cdb8b1,libbyteorder-7df9ab1ae37e1368,librand_core-710b88f49b835441,libgetrandom-458157dbe1340db0,libinstant-7ca0f2602aa54eaa,libscrapy_rs_core-d5026fe59f4e9f6c,libserde_json-f355bce654eda0f6,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libfutures-8fd0ba80e104c078,libfutures_executor-8e25009f60287ad6,libfutures_util-93898973a145e834,libmemchr-3ffe5f7a52883367,libfutures_io-3e19596c076de665,libslab-b066ee2c679b47fd,libfutures_channel-f26d4826b597103e,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libfutures_core-fc6bb1738f00fc87,libtokio-9ffea888d83368fc,libsignal_hook_registry-a70befe47cca08b4,libsocket2-5d2fc4c49a1f8e66,libbytes-7a433da9c1db3f26,libmio-bcb981aeaa6faf1e,libparking_lot-897ded019f323893,libparking_lot_core-359ea344ee0b3c96,liblibc-c074edd01b411a10,libcfg_if-33ef6c02a07f9fec,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libpin_project_lite-bedc6e0acd72ff2a,liblog-2b95e8355e160732,liburl-61a76ecfe571c440,libidna-40a25a9a5c80eb4a,libidna_adapter-523c47ef6e9ef9a1,libicu_normalizer-d5641d12e5098049,libicu_normalizer_data-924449c90d89dbe9,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-32bcff95665ad31e,libicu_properties_data-51b5eb2cadc91212,libicu_locid_transform-3d29f9a1cb2d0c48,libicu_locid_transform_data-ad15ccbe3fb30a0f,libicu_collections-d5dcba329d69d472,libicu_provider-16bd4f643202fbcd,libicu_locid-b24a1ee8a26f5590,liblitemap-705c4d2af7d10c57,libtinystr-9f5d4eed9176f872,libzerovec-49fa5d1683e90945,libwriteable-45c783735d88c2b0,libyoke-920559ee2585d217,libzerofrom-7472e6aa6e1e8d89,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-a5edb5174711de82,libpercent_encoding-9bee39bbc5bd523a,libthiserror-f5378dbca2821840,libserde-24c40d2c874f76c8}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcwUKnNu/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" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/monitoring_example-6aa23162c8a51851" "-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 `scrapy_rs` (example "monitoring_example") 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" "/tmp/rustc8Eu53d/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-f1f0bdf480e35fee,libanstream-3a5850ea78bcd0e3,libanstyle_query-f0be367a66cb0b02,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-dfb6701820ae12a0,libanstyle_parse-80647c630cc5391e,libutf8parse-8828ddbb63eb8bad,libenv_filter-40c6a001bf5020c5,libanstyle-df82d657645c4a5c,libhumantime-271ba35809dd8c72,libscrapy_rs_engine-22898bc243513220,libsysinfo-793eb274d0b13b7f,librayon-1b231379cea2af6f,librayon_core-eae9644c310958e7,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libeither-3b4351e3b18e236a,libscrapy_rs_scheduler-6c03614d140b573b,libpriority_queue-0f5ae23f5d8a9ba1,libindexmap-68eb0764c1a34cc4,libhashbrown-8ac6e23154e6c3d0,libdashmap-7789e345cdf08b09,libhashbrown-c66a0cd602652163,libscrapy_rs_pipeline-b39b8d55b6f2eca8,libscrapy_rs_middleware-50fd735255758a58,libregex-07d59f3792584a21,libregex_automata-b16ca0c62e99f813,libaho_corasick-5318fee7af990b33,libregex_syntax-13fc688ae7f36982,libscrapy_rs_downloader-a32a483fa6b463b6,libreqwest-f6846e2f6e3f3696,librustls_pemfile-c56e6940cc22dba4,libhyper_tls-0e7264c3b38789bc,libserde_urlencoded-de565716b7cd0202,libbase64-64299f9d815d057c,libipnet-9aae67a4e846df6d,libtokio_native_tls-4ecb98dbaa3ddc06,libmime-4b44681fdb2c65f7,libencoding_rs-68ad4a143c31cce1,libnative_tls-51387496f42acd18,libopenssl_probe-cbab9b905ab83f66,libopenssl-1566fcfe93232c66,libbitflags-96e56b993b11ae97,libforeign_types-0d5385f641bbbadd,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-cc3425277d13b88a,libhyper-6073f124863791b5,libwant-0f3c3ee377cad37f,libtry_lock-aabba5e3d97e6b57,libhttparse-47a3d40564b60e09,libh2-2a6da07b42f3a24d,libindexmap-1dfdff4da4264c8c,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libtokio_util-3e0b39efc3652267,libtower_service-0d7df29686b13872,libtracing-5d957a190ab2d35f,libtracing_core-46e3e2d0ba5b5e98,libonce_cell-5c42cc25c3567235,libhttpdate-9f9d2502c6a38412,libsync_wrapper-17f912c27eab8964,libhttp_body-985f56a4f6fb43fb,libhttp-1a82490569864886,libfnv-2d77ec4f6f971b24,libbackoff-638d1bb3f15849a2,librand-4be934a4b0e3b7e3,librand_chacha-4b810161348e5ade,libppv_lite86-98aa855de9c0bce6,libzerocopy-e525eda530cdb8b1,libbyteorder-7df9ab1ae37e1368,librand_core-710b88f49b835441,libgetrandom-458157dbe1340db0,libinstant-7ca0f2602aa54eaa,libscrapy_rs_core-d5026fe59f4e9f6c,libserde_json-f355bce654eda0f6,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libfutures-8fd0ba80e104c078,libfutures_executor-8e25009f60287ad6,libfutures_util-93898973a145e834,libmemchr-3ffe5f7a52883367,libfutures_io-3e19596c076de665,libslab-b066ee2c679b47fd,libfutures_channel-f26d4826b597103e,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libfutures_core-fc6bb1738f00fc87,libtokio-9ffea888d83368fc,libsignal_hook_registry-a70befe47cca08b4,libsocket2-5d2fc4c49a1f8e66,libbytes-7a433da9c1db3f26,libmio-bcb981aeaa6faf1e,libparking_lot-897ded019f323893,libparking_lot_core-359ea344ee0b3c96,liblibc-c074edd01b411a10,libcfg_if-33ef6c02a07f9fec,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libpin_project_lite-bedc6e0acd72ff2a,liblog-2b95e8355e160732,liburl-61a76ecfe571c440,libidna-40a25a9a5c80eb4a,libidna_adapter-523c47ef6e9ef9a1,libicu_normalizer-d5641d12e5098049,libicu_normalizer_data-924449c90d89dbe9,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-32bcff95665ad31e,libicu_properties_data-51b5eb2cadc91212,libicu_locid_transform-3d29f9a1cb2d0c48,libicu_locid_transform_data-ad15ccbe3fb30a0f,libicu_collections-d5dcba329d69d472,libicu_provider-16bd4f643202fbcd,libicu_locid-b24a1ee8a26f5590,liblitemap-705c4d2af7d10c57,libtinystr-9f5d4eed9176f872,libzerovec-49fa5d1683e90945,libwriteable-45c783735d88c2b0,libyoke-920559ee2585d217,libzerofrom-7472e6aa6e1e8d89,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-a5edb5174711de82,libpercent_encoding-9bee39bbc5bd523a,libthiserror-f5378dbca2821840,libserde-24c40d2c874f76c8}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc8Eu53d/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" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/resource_control_advanced-ce2a2250bb7d5905" "-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] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcjAQ4bP/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-f1f0bdf480e35fee,libanstream-3a5850ea78bcd0e3,libanstyle_query-f0be367a66cb0b02,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-dfb6701820ae12a0,libanstyle_parse-80647c630cc5391e,libutf8parse-8828ddbb63eb8bad,libenv_filter-40c6a001bf5020c5,libanstyle-df82d657645c4a5c,libhumantime-271ba35809dd8c72,libscrapy_rs_engine-22898bc243513220,libsysinfo-793eb274d0b13b7f,librayon-1b231379cea2af6f,librayon_core-eae9644c310958e7,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libeither-3b4351e3b18e236a,libscrapy_rs_scheduler-6c03614d140b573b,libpriority_queue-0f5ae23f5d8a9ba1,libindexmap-68eb0764c1a34cc4,libhashbrown-8ac6e23154e6c3d0,libdashmap-7789e345cdf08b09,libhashbrown-c66a0cd602652163,libscrapy_rs_pipeline-b39b8d55b6f2eca8,libscrapy_rs_middleware-50fd735255758a58,libregex-07d59f3792584a21,libregex_automata-b16ca0c62e99f813,libaho_corasick-5318fee7af990b33,libregex_syntax-13fc688ae7f36982,libscrapy_rs_downloader-a32a483fa6b463b6,libreqwest-f6846e2f6e3f3696,librustls_pemfile-c56e6940cc22dba4,libhyper_tls-0e7264c3b38789bc,libserde_urlencoded-de565716b7cd0202,libbase64-64299f9d815d057c,libipnet-9aae67a4e846df6d,libtokio_native_tls-4ecb98dbaa3ddc06,libmime-4b44681fdb2c65f7,libencoding_rs-68ad4a143c31cce1,libnative_tls-51387496f42acd18,libopenssl_probe-cbab9b905ab83f66,libopenssl-1566fcfe93232c66,libbitflags-96e56b993b11ae97,libforeign_types-0d5385f641bbbadd,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-cc3425277d13b88a,libhyper-6073f124863791b5,libwant-0f3c3ee377cad37f,libtry_lock-aabba5e3d97e6b57,libhttparse-47a3d40564b60e09,libh2-2a6da07b42f3a24d,libindexmap-1dfdff4da4264c8c,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libtokio_util-3e0b39efc3652267,libtower_service-0d7df29686b13872,libtracing-5d957a190ab2d35f,libtracing_core-46e3e2d0ba5b5e98,libonce_cell-5c42cc25c3567235,libhttpdate-9f9d2502c6a38412,libsync_wrapper-17f912c27eab8964,libhttp_body-985f56a4f6fb43fb,libhttp-1a82490569864886,libfnv-2d77ec4f6f971b24,libbackoff-638d1bb3f15849a2,librand-4be934a4b0e3b7e3,librand_chacha-4b810161348e5ade,libppv_lite86-98aa855de9c0bce6,libzerocopy-e525eda530cdb8b1,libbyteorder-7df9ab1ae37e1368,librand_core-710b88f49b835441,libgetrandom-458157dbe1340db0,libinstant-7ca0f2602aa54eaa,libscrapy_rs_core-d5026fe59f4e9f6c,libserde_json-f355bce654eda0f6,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libfutures-8fd0ba80e104c078,libfutures_executor-8e25009f60287ad6,libfutures_util-93898973a145e834,libmemchr-3ffe5f7a52883367,libfutures_io-3e19596c076de665,libslab-b066ee2c679b47fd,libfutures_channel-f26d4826b597103e,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libfutures_core-fc6bb1738f00fc87,libtokio-9ffea888d83368fc,libsignal_hook_registry-a70befe47cca08b4,libsocket2-5d2fc4c49a1f8e66,libbytes-7a433da9c1db3f26,libmio-bcb981aeaa6faf1e,libparking_lot-897ded019f323893,libparking_lot_core-359ea344ee0b3c96,liblibc-c074edd01b411a10,libcfg_if-33ef6c02a07f9fec,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libpin_project_lite-bedc6e0acd72ff2a,liburl-61a76ecfe571c440,libidna-40a25a9a5c80eb4a,libidna_adapter-523c47ef6e9ef9a1,libicu_normalizer-d5641d12e5098049,libicu_normalizer_data-924449c90d89dbe9,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-32bcff95665ad31e,libicu_properties_data-51b5eb2cadc91212,libicu_locid_transform-3d29f9a1cb2d0c48,libicu_locid_transform_data-ad15ccbe3fb30a0f,libicu_collections-d5dcba329d69d472,libicu_provider-16bd4f643202fbcd,libicu_locid-b24a1ee8a26f5590,liblitemap-705c4d2af7d10c57,libtinystr-9f5d4eed9176f872,libzerovec-49fa5d1683e90945,libwriteable-45c783735d88c2b0,libyoke-920559ee2585d217,libzerofrom-7472e6aa6e1e8d89,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-a5edb5174711de82,libpercent_encoding-9bee39bbc5bd523a,libthiserror-f5378dbca2821840,libserde-24c40d2c874f76c8,liblog-2b95e8355e160732}.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcjAQ4bP/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" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/pause_resume_example-6029b2861b8f29c6" "-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 `scrapy_rs` (example "resource_control_advanced") due to 1 previous error
[INFO] [stderr] error: could not compile `scrapy_rs` (example "pause_resume_example") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "72005d8ccf1475ca641187fbf2f54f22055ffc78913452d364d32e39b3dc7e62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72005d8ccf1475ca641187fbf2f54f22055ffc78913452d364d32e39b3dc7e62", kill_on_drop: false }`
[INFO] [stdout] 72005d8ccf1475ca641187fbf2f54f22055ffc78913452d364d32e39b3dc7e62
