[INFO] fetching crate iftree 1.0.3... [INFO] testing iftree-1.0.3 against 1.59.0 for beta-1.60-1 [INFO] extracting crate iftree 1.0.3 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate iftree 1.0.3 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate iftree 1.0.3 [INFO] finished tweaking crates.io crate iftree 1.0.3 [INFO] tweaked toml for crates.io crate iftree 1.0.3 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate iftree 1.0.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 67138f8da5fc65387f34c39adc81aa580abb5f0523ae5be0d3e1049ec5d67ede [INFO] running `Command { std: "docker" "start" "-a" "67138f8da5fc65387f34c39adc81aa580abb5f0523ae5be0d3e1049ec5d67ede", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67138f8da5fc65387f34c39adc81aa580abb5f0523ae5be0d3e1049ec5d67ede", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67138f8da5fc65387f34c39adc81aa580abb5f0523ae5be0d3e1049ec5d67ede", kill_on_drop: false }` [INFO] [stdout] 67138f8da5fc65387f34c39adc81aa580abb5f0523ae5be0d3e1049ec5d67ede [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] baf12303b9a04127bac04b6a70b8437e0ecd14797d99955a72acb9af3ecd7560 [INFO] running `Command { std: "docker" "start" "-a" "baf12303b9a04127bac04b6a70b8437e0ecd14797d99955a72acb9af3ecd7560", kill_on_drop: false }` [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling iftree v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/get_default_initializer.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/get_forest.rs:88:39 [INFO] [stdout] | [INFO] [stdout] 88 | let forest = array::IntoIter::new([(child, tree)]).collect(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.49s [INFO] running `Command { std: "docker" "inspect" "baf12303b9a04127bac04b6a70b8437e0ecd14797d99955a72acb9af3ecd7560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "baf12303b9a04127bac04b6a70b8437e0ecd14797d99955a72acb9af3ecd7560", kill_on_drop: false }` [INFO] [stdout] baf12303b9a04127bac04b6a70b8437e0ecd14797d99955a72acb9af3ecd7560 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10e3ab5b68d24bdccf6f7f21ad12198e2150f43053ff3db2ae3f8a05fd76e745 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "10e3ab5b68d24bdccf6f7f21ad12198e2150f43053ff3db2ae3f8a05fd76e745", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling sval v1.0.0-alpha.5 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Compiling async-task v4.1.0 [INFO] [stderr] Compiling crc32fast v1.3.1 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling http-types v2.12.0 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling infer v0.2.3 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling route-recognizer v0.2.0 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling multer v2.0.2 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling atomic v0.5.1 [INFO] [stderr] Compiling libflate_lz77 v1.1.0 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling blake3 v0.3.8 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling simple-mutex v1.1.5 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling async-dup v1.2.2 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling block-buffer v0.10.1 [INFO] [stderr] Compiling crypto-common v0.1.1 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling pin-project v0.4.29 [INFO] [stderr] Compiling libflate v1.1.2 [INFO] [stderr] Compiling digest v0.10.1 [INFO] [stderr] Compiling headers v0.3.6 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.1.0 [INFO] [stderr] Compiling brotli v3.3.3 [INFO] [stderr] Compiling sha2 v0.10.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling include-flate-codegen v0.1.4 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling tracing v0.1.30 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_qs v0.8.5 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling actix-router v0.2.7 [INFO] [stderr] Compiling ubyte v0.10.1 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-process v1.3.0 [INFO] [stderr] Compiling devise_codegen v0.3.1 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling cookie v0.15.1 [INFO] [stderr] Compiling include-flate-codegen-exports v0.1.4 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling tungstenite v0.14.0 [INFO] [stderr] Compiling femme v2.1.1 [INFO] [stderr] Compiling handlebars v4.2.1 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling include-flate v0.1.4 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling devise v0.3.1 [INFO] [stderr] Compiling iftree v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/get_default_initializer.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/get_forest.rs:88:39 [INFO] [stdout] | [INFO] [stdout] 88 | let forest = array::IntoIter::new([(child, tree)]).collect(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling trust-dns-proto v0.19.7 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling h2 v0.3.11 [INFO] [stderr] Compiling trust-dns-resolver v0.19.7 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling async-session v2.0.1 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling async-h1 v2.3.3 [INFO] [stderr] Compiling http-client v6.5.1 [INFO] [stderr] Compiling async-sse v4.1.0 [INFO] [stderr] Compiling actix-http v2.2.2 [INFO] [stderr] Compiling tide v0.16.0 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling awc v2.0.3 [INFO] [stderr] Compiling actix-web v3.3.3 [INFO] [stderr] Compiling rocket_http v0.5.0-rc.1 [INFO] [stderr] Compiling warp v0.3.2 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.1 [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/get_default_initializer.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/get_forest.rs:88:39 [INFO] [stdout] | [INFO] [stdout] 88 | let forest = array::IntoIter::new([(child, tree)]).collect(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/get_forest.rs:147:41 [INFO] [stdout] | [INFO] [stdout] 147 | let expected = array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/get_forest.rs:189:41 [INFO] [stdout] | [INFO] [stdout] 189 | let expected = array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/get_forest.rs:203:46 [INFO] [stdout] | [INFO] [stdout] 203 | forest: array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/get_forest.rs:208:58 [INFO] [stdout] | [INFO] [stdout] 208 | ... forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/generate_view/main.rs:53:38 [INFO] [stdout] | [INFO] [stdout] 53 | forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/count_files.rs:21:31 [INFO] [stdout] | [INFO] [stdout] 21 | &array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/count_files.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | forest: array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/count_files.rs:30:62 [INFO] [stdout] | [INFO] [stdout] 30 | ... forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/main.rs:38:42 [INFO] [stdout] | [INFO] [stdout] 38 | forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:129:42 [INFO] [stdout] | [INFO] [stdout] 129 | forest: array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:140:54 [INFO] [stdout] | [INFO] [stdout] 140 | ... forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:195:46 [INFO] [stdout] | [INFO] [stdout] 195 | forest: array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:238:46 [INFO] [stdout] | [INFO] [stdout] 238 | forest: array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:251:58 [INFO] [stdout] | [INFO] [stdout] 251 | ... forest: array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:256:70 [INFO] [stdout] | [INFO] [stdout] 256 | ... forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:319:46 [INFO] [stdout] | [INFO] [stdout] 319 | forest: array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:333:58 [INFO] [stdout] | [INFO] [stdout] 333 | ... forest: array::IntoIter::new([ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:338:70 [INFO] [stdout] | [INFO] [stdout] 338 | ... forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:399:46 [INFO] [stdout] | [INFO] [stdout] 399 | forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:403:54 [INFO] [stdout] | [INFO] [stdout] 403 | ... forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:441:46 [INFO] [stdout] | [INFO] [stdout] 441 | forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/print/print_forest.rs:445:54 [INFO] [stdout] | [INFO] [stdout] 445 | ... forest: array::IntoIter::new([( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> examples/scenario_nested_hash_map.rs:13:62 [INFO] [stdout] | [INFO] [stdout] 13 | sync::Lazy::new(|| Tree::Folder(array::IntoIter::new([$($contents,)*]).collect())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | / #[iftree::include_file_tree( [INFO] [stdout] 38 | | " [INFO] [stdout] 39 | | paths = '/examples/assets/**' [INFO] [stdout] 40 | | [INFO] [stdout] ... | [INFO] [stdout] 45 | | " [INFO] [stdout] 46 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `visit_base` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> examples/scenario_nested_hash_map.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | Tree::Folder(array::IntoIter::new([$($contents,)*]).collect()), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | / #[iftree::include_file_tree( [INFO] [stdout] 38 | | " [INFO] [stdout] 39 | | paths = '/examples/assets/**' [INFO] [stdout] 40 | | [INFO] [stdout] ... | [INFO] [stdout] 45 | | " [INFO] [stdout] 46 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `visit_folder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> examples/scenario_nested_hash_map.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | Tree::Folder(array::IntoIter::new([$($contents,)*]).collect()), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | / #[iftree::include_file_tree( [INFO] [stdout] 38 | | " [INFO] [stdout] 39 | | paths = '/examples/assets/**' [INFO] [stdout] 40 | | [INFO] [stdout] ... | [INFO] [stdout] 45 | | " [INFO] [stdout] 46 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `visit_folder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> examples/scenario_nested_hash_map.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | Tree::Folder(array::IntoIter::new([$($contents,)*]).collect()), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | / #[iftree::include_file_tree( [INFO] [stdout] 38 | | " [INFO] [stdout] 39 | | paths = '/examples/assets/**' [INFO] [stdout] 40 | | [INFO] [stdout] ... | [INFO] [stdout] 45 | | " [INFO] [stdout] 46 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `visit_folder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> examples/scenario_nested_hash_map.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | Tree::Folder(array::IntoIter::new([$($contents,)*]).collect()), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | / #[iftree::include_file_tree( [INFO] [stdout] 38 | | " [INFO] [stdout] 39 | | paths = '/examples/assets/**' [INFO] [stdout] 40 | | [INFO] [stdout] ... | [INFO] [stdout] 45 | | " [INFO] [stdout] 46 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `visit_folder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> examples/scenario_nested_hash_map.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | Tree::Folder(array::IntoIter::new([$($contents,)*]).collect()), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | / #[iftree::include_file_tree( [INFO] [stdout] 38 | | " [INFO] [stdout] 39 | | paths = '/examples/assets/**' [INFO] [stdout] 40 | | [INFO] [stdout] ... | [INFO] [stdout] 45 | | " [INFO] [stdout] 46 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `visit_folder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> examples/library_lazy_static.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | array::IntoIter::new([$($contents,)*]).collect(); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 19 | / #[iftree::include_file_tree( [INFO] [stdout] 20 | | " [INFO] [stdout] 21 | | paths = '/examples/assets/**' [INFO] [stdout] 22 | | [INFO] [stdout] ... | [INFO] [stdout] 26 | | " [INFO] [stdout] 27 | | )] [INFO] [stdout] | |__- in this procedural macro expansion [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `visit_base` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `iftree` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name library_rocket --edition=2021 examples/library_rocket.rs --error-format=json --json=diagnostic-rendered-ansi,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b379d8965797808d -C extra-filename=-b379d8965797808d --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern actix_web=/opt/rustwide/target/debug/deps/libactix_web-4a616b744a3daa4d.rlib --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-7f18633d6e4e658a.rlib --extern handlebars=/opt/rustwide/target/debug/deps/libhandlebars-b8f525f06d1b9292.rlib --extern iftree=/opt/rustwide/target/debug/deps/libiftree-64ecebeeacd24065.so --extern ignore=/opt/rustwide/target/debug/deps/libignore-e3f54b36f0fc4fe2.rlib --extern include_flate=/opt/rustwide/target/debug/deps/libinclude_flate-bbf0b63af2a6ff6d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-1a4fe6927c89af46.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-08c040c8ce3c280a.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e91ec37ac01f916c.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-5f4666774155f97d.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9e37fd06e0ae4dcc.rlib --extern rocket=/opt/rustwide/target/debug/deps/librocket-77ec421c148ddf2d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-dfd1adcc9acc1b14.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-c63a3e32bfc36fe8.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-400cf4e9c486d9a3.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-537311348d510928.rlib --extern tide=/opt/rustwide/target/debug/deps/libtide-16b60bb498b2d1d3.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b7eba482b95334c0.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-96729d7a09371d03.rlib --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-aeb18ec3bc792598.rlib --extern warp=/opt/rustwide/target/debug/deps/libwarp-8e88399928625a9d.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-0a9815b72d9b86ed/out -L native=/opt/rustwide/target/debug/build/blake3-0a9815b72d9b86ed/out` (signal: 9, SIGKILL: kill) [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/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.library_tide.86dbe1cb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2.1xaducf85qgmfdam.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/blake3-0a9815b72d9b86ed/out" "-L" "/opt/rustwide/target/debug/build/blake3-0a9815b72d9b86ed/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtide-16b60bb498b2d1d3.rlib" "/opt/rustwide/target/debug/deps/libasync_sse-5a7b59ee961c7f77.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-cf099dace95b631f.rlib" "/opt/rustwide/target/debug/deps/libasync_h1-e6998ebce960f9ea.rlib" "/opt/rustwide/target/debug/deps/libasync_dup-e11efe705cb08209.rlib" "/opt/rustwide/target/debug/deps/libsimple_mutex-554a9679cdc54dba.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e443eb08517d64d6.rlib" "/opt/rustwide/target/debug/deps/libpin_project-0d5a71947cac7cc6.rlib" "/opt/rustwide/target/debug/deps/libhttp_client-c188338b5360f62c.rlib" "/opt/rustwide/target/debug/deps/libasync_session-1eae475e04ab3dca.rlib" "/opt/rustwide/target/debug/deps/libbincode-69f50fa8a9314db9.rlib" "/opt/rustwide/target/debug/deps/libhmac-3e32d3e3f44cc182.rlib" "/opt/rustwide/target/debug/deps/libblake3-f2859a9eb1b488d1.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-ff67a74652da05f6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-1d9bfa3d2067556b.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-11298eb16277f025.rlib" "/opt/rustwide/target/debug/deps/libarrayref-8586ff6f0918180e.rlib" "/opt/rustwide/target/debug/deps/libbase64-e32cbcac7be10dfc.rlib" "/opt/rustwide/target/debug/deps/libchrono-6258a47af7b97da3.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8d791e7e539b00e1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4114f27ced0ff965.rlib" "/opt/rustwide/target/debug/deps/libtime-3939d0055090f051.rlib" "/opt/rustwide/target/debug/deps/libfemme-08d1c4069f13589f.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-385db04f0e45672d.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-a17a1c61fad74753.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-4cf31ce1b0a59248.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-3a4e75687f451beb.rlib" "/opt/rustwide/target/debug/deps/libroute_recognizer-d1e5785fab3187f6.rlib" "/opt/rustwide/target/debug/deps/libhttp_types-e597edfd53da50b5.rlib" "/opt/rustwide/target/debug/deps/libserde_qs-be5ab04f53a7285c.rlib" "/opt/rustwide/target/debug/deps/libthiserror-9d34bcf22bfc5d0d.rlib" "/opt/rustwide/target/debug/deps/libanyhow-8b20fd25d8c56198.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-a2f65640560fe37e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-65a679536aa3a2dc.rlib" "/opt/rustwide/target/debug/deps/libryu-39bc98b0cd76173a.rlib" "/opt/rustwide/target/debug/deps/libitoa-3f48628b7ba2d408.rlib" "/opt/rustwide/target/debug/deps/librand-8207acfd8cf6d26d.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-e273deb48176af3e.rlib" "/opt/rustwide/target/debug/deps/librand_core-752e0700d3ada099.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-a245014653987c7d.rlib" "/opt/rustwide/target/debug/deps/libinfer-ab0e4a913545e384.rlib" "/opt/rustwide/target/debug/deps/liburl-94d979a96805b676.rlib" "/opt/rustwide/target/debug/deps/libidna-f49cda824f0cc43c.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-e17b05c4e7220a4a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-6501298496e10bd1.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c91e6deb587a6fa0.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-c016094b93117d84.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-93c9805d7084043f.rlib" "/opt/rustwide/target/debug/deps/libserde-dfd1adcc9acc1b14.rlib" "/opt/rustwide/target/debug/deps/libmatches-79988a3a3f51c00d.rlib" "/opt/rustwide/target/debug/deps/libcookie-07465682e6fe7bfa.rlib" "/opt/rustwide/target/debug/deps/libhkdf-592e13c17cf9929e.rlib" "/opt/rustwide/target/debug/deps/libhmac-866b33564a5c7acc.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-1d49c43f2d60feb7.rlib" "/opt/rustwide/target/debug/deps/libsha2-b011fe32c15db062.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-8a0342d2228e88a9.rlib" "/opt/rustwide/target/debug/deps/libdigest-5e4bffaca26b0071.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-f7a41407bdf843d7.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-cf7f4da5dc3ca14f.rlib" "/opt/rustwide/target/debug/deps/libghash-a3d93b5288b129f0.rlib" "/opt/rustwide/target/debug/deps/libpolyval-0c453071bd3e16ca.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-e6faa70937caec08.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-9ccfc4b41da077a0.rlib" "/opt/rustwide/target/debug/deps/libsubtle-5983d9bb59bdcc94.rlib" "/opt/rustwide/target/debug/deps/libctr-8865c10ef72d9a6a.rlib" "/opt/rustwide/target/debug/deps/libaes-c61fa5cabc77b1f5.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-6e963efeb39e0969.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-c1ffb6c246dc7985.rlib" "/opt/rustwide/target/debug/deps/libcipher-875a20e1219997bd.rlib" "/opt/rustwide/target/debug/deps/libaead-7c4a1d388847a262.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-31299215a58a208c.rlib" "/opt/rustwide/target/debug/deps/libtypenum-8dc0f9d8081d34a9.rlib" "/opt/rustwide/target/debug/deps/libbase64-416e1250c5cc634c.rlib" "/opt/rustwide/target/debug/deps/librand-128cec0f681d6de8.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-df7034e40ca5fb68.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-f422879e062f51ad.rlib" "/opt/rustwide/target/debug/deps/librand_core-cc255975a652ecef.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-c59b7103bdb05000.rlib" "/opt/rustwide/target/debug/deps/libtime-f2dfbcc7d986e976.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-d185a80738f64cda.rlib" "/opt/rustwide/target/debug/deps/libstandback-1d97a40cc7d75056.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-32dd5c1ab5974210.rlib" "/opt/rustwide/target/debug/deps/libasync_std-7f18633d6e4e658a.rlib" "/opt/rustwide/target/debug/deps/libasync_global_executor-65b87c20e9dcb69d.rlib" "/opt/rustwide/target/debug/deps/libblocking-963ee3a02006c72d.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-6fa44d9a4a76f4df.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-762074083254bbc8.rlib" "/opt/rustwide/target/debug/deps/libasync_mutex-6eb0037f9c7b166a.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-341e2c1d95bd272d.rlib" "/opt/rustwide/target/debug/deps/libasync_task-514722bd8245dd30.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f9b85c45ed0a53cb.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libasync_process-0c17ab04e0b1919a.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-4c9e04c205127945.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-ee25c0c7779ef60e.rlib" "/opt/rustwide/target/debug/deps/libasync_io-1a4b669cb41fe8a4.rlib" "/opt/rustwide/target/debug/deps/libslab-9af0dd81ec65e962.rlib" "/opt/rustwide/target/debug/deps/libpolling-45f64767e88a62d5.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-08c040c8ce3c280a.rlib" "/opt/rustwide/target/debug/deps/libsocket2-69602b7df9484326.rlib" "/opt/rustwide/target/debug/deps/liblibc-b064cecf0c401ffc.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-b565616ea2da0a38.rlib" "/opt/rustwide/target/debug/deps/libmemchr-d855812343cfe6af.rlib" "/opt/rustwide/target/debug/deps/libfastrand-6c6e62702e2d6590.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-4de703460d892bd7.rlib" "/opt/rustwide/target/debug/deps/libparking-99e4e26c1529b2b0.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-38eb3357f05b78c1.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-5ea521d8f7aacc13.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-55c310042a619115.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-9caeea70b9c041d9.rlib" "/opt/rustwide/target/debug/deps/libasync_lock-ff68433c7437c014.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-f9372f4c65b4dd8c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-420daa249e18d18f.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-0029fcf5b57be1ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-d8cb0be5efdd6551.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-8cebde2c48cfc80c.rlib" "/opt/rustwide/target/debug/deps/liblog-3179625fd6f1f773.rlib" "/opt/rustwide/target/debug/deps/libvalue_bag-1a66562303efdb51.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/library_tide-dbd1271cb59709a2" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.showcase.4ece5497-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095.3zgdg49hgyw54n9q.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/blake3-0a9815b72d9b86ed/out" "-L" "/opt/rustwide/target/debug/build/blake3-0a9815b72d9b86ed/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libmime_guess-1a4fe6927c89af46.rlib" "/opt/rustwide/target/debug/deps/libunicase-3bf163bc44e26850.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-08c040c8ce3c280a.rlib" "/opt/rustwide/target/debug/deps/libactix_web-4a616b744a3daa4d.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-b7a8b542d27f0f76.rlib" "/opt/rustwide/target/debug/deps/libawc-5b13d35d5095be75.rlib" "/opt/rustwide/target/debug/deps/libactix_server-424c48952479bd32.rlib" "/opt/rustwide/target/debug/deps/libsocket2-95dd005d0892569f.rlib" "/opt/rustwide/target/debug/deps/libactix_router-635811330c583e02.rlib" "/opt/rustwide/target/debug/deps/libbytestring-42fee4974c6521cf.rlib" "/opt/rustwide/target/debug/deps/libactix_http-5fbdc39401e4fc31.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e443eb08517d64d6.rlib" "/opt/rustwide/target/debug/deps/libitoa-abbd1cf5aec415ff.rlib" "/opt/rustwide/target/debug/deps/libsha1-92594144bcfe9e91.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-a2f65640560fe37e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-65a679536aa3a2dc.rlib" "/opt/rustwide/target/debug/deps/libryu-39bc98b0cd76173a.rlib" "/opt/rustwide/target/debug/deps/libcookie-07465682e6fe7bfa.rlib" "/opt/rustwide/target/debug/deps/libhkdf-592e13c17cf9929e.rlib" "/opt/rustwide/target/debug/deps/libhmac-866b33564a5c7acc.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-1d49c43f2d60feb7.rlib" "/opt/rustwide/target/debug/deps/libsha2-b011fe32c15db062.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-8a0342d2228e88a9.rlib" "/opt/rustwide/target/debug/deps/libdigest-5e4bffaca26b0071.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-f7a41407bdf843d7.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-cf7f4da5dc3ca14f.rlib" "/opt/rustwide/target/debug/deps/libghash-a3d93b5288b129f0.rlib" "/opt/rustwide/target/debug/deps/libpolyval-0c453071bd3e16ca.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-e6faa70937caec08.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-9ccfc4b41da077a0.rlib" "/opt/rustwide/target/debug/deps/libsubtle-5983d9bb59bdcc94.rlib" "/opt/rustwide/target/debug/deps/libctr-8865c10ef72d9a6a.rlib" "/opt/rustwide/target/debug/deps/libaes-c61fa5cabc77b1f5.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-6e963efeb39e0969.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-c1ffb6c246dc7985.rlib" "/opt/rustwide/target/debug/deps/libcipher-875a20e1219997bd.rlib" "/opt/rustwide/target/debug/deps/libaead-7c4a1d388847a262.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-31299215a58a208c.rlib" "/opt/rustwide/target/debug/deps/libtypenum-8dc0f9d8081d34a9.rlib" "/opt/rustwide/target/debug/deps/libbase64-416e1250c5cc634c.rlib" "/opt/rustwide/target/debug/deps/librand-128cec0f681d6de8.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-df7034e40ca5fb68.rlib" "/opt/rustwide/target/debug/deps/librand_core-cc255975a652ecef.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-c59b7103bdb05000.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-7607ba17d4572f0e.rlib" "/opt/rustwide/target/debug/deps/libregex-9e37fd06e0ae4dcc.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-c8ecde3c6113f4c9.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-930967c34ea90294.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-37f7d17139cd9425.rlib" "/opt/rustwide/target/debug/deps/libmime-5f4fe2de318311f9.rlib" "/opt/rustwide/target/debug/deps/libflate2-14a1f898ff827664.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-aafae11b6e052af5.rlib" "/opt/rustwide/target/debug/deps/libadler-15db843e4b39fe4c.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-ae9a51174842e915.rlib" "/opt/rustwide/target/debug/deps/libbrotli-6fa28c3072054148.rlib" "/opt/rustwide/target/debug/deps/libbrotli_decompressor-949b9be3967e2d3e.rlib" "/opt/rustwide/target/debug/deps/liballoc_stdlib-cd857001fc15549a.rlib" "/opt/rustwide/target/debug/deps/liballoc_no_stdlib-227b08801e989653.rlib" "/opt/rustwide/target/debug/deps/libtime-f2dfbcc7d986e976.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-d185a80738f64cda.rlib" "/opt/rustwide/target/debug/deps/libstandback-1d97a40cc7d75056.rlib" "/opt/rustwide/target/debug/deps/libfxhash-5c4e9fbac70660fc.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-56460b1d02bae5d5.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-9df655eba7b2a2bd.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-55dfa1b76c602fa5.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-059d7397a7eab664.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-6fc3cc4dac630308.rlib" "/opt/rustwide/target/debug/deps/libhostname-ed7696dac3d3d562.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-9e36b93a7eacef48.rlib" "/opt/rustwide/target/debug/deps/libquick_error-91cbbb7f52cfd7fe.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-e7d07864270e10ea.rlib" "/opt/rustwide/target/debug/deps/librand-8207acfd8cf6d26d.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-e273deb48176af3e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-f422879e062f51ad.rlib" "/opt/rustwide/target/debug/deps/librand_core-752e0700d3ada099.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-a245014653987c7d.rlib" "/opt/rustwide/target/debug/deps/liburl-94d979a96805b676.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-93c9805d7084043f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-32dd5c1ab5974210.rlib" "/opt/rustwide/target/debug/deps/libidna-f49cda824f0cc43c.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-e17b05c4e7220a4a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-6501298496e10bd1.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c91e6deb587a6fa0.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-c016094b93117d84.rlib" "/opt/rustwide/target/debug/deps/libmatches-79988a3a3f51c00d.rlib" "/opt/rustwide/target/debug/deps/libthiserror-9d34bcf22bfc5d0d.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-1dbb561f6686dc97.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-bb6842ed1b81363c.rlib" "/opt/rustwide/target/debug/deps/libfutures-5ff54c76ca428915.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-089f7d8b98a7cec6.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-31abb6da53908a6d.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-29d8be0b85d2d9d8.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-867c390f2bb5d325.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-762074083254bbc8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-3b4b1ecbe9822b2c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-07684b54d7b7ab30.rlib" "/opt/rustwide/target/debug/deps/liblock_api-6b872191baf0584d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d46e40bbd3136360.rlib" "/opt/rustwide/target/debug/deps/libinstant-dee24afb0140e38b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-30e0953ece083737.rlib" "/opt/rustwide/target/debug/deps/libcopyless-7bbb5713f1b737c7.rlib" "/opt/rustwide/target/debug/deps/libeither-c5489414264d9d01.rlib" "/opt/rustwide/target/debug/deps/libh2-f53ec842a3f788ee.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-36545335ea64918b.rlib" "/opt/rustwide/target/debug/deps/libtracing-34e9724b13dea8fa.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-eb7c12311019b1a5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-d981294431b4cb24.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b02c9558425dd3eb.rlib" "/opt/rustwide/target/debug/deps/libserde-dfd1adcc9acc1b14.rlib" "/opt/rustwide/target/debug/deps/libhttp-bb254f94d89028a2.rlib" "/opt/rustwide/target/debug/deps/libitoa-3f48628b7ba2d408.rlib" "/opt/rustwide/target/debug/deps/libbytes-15b4425b0ed3b764.rlib" "/opt/rustwide/target/debug/deps/libfnv-cb175ca084a41bf7.rlib" "/opt/rustwide/target/debug/deps/libactix_service-2e7b73d00fe0c381.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-76ea6230cded8259.rlib" "/opt/rustwide/target/debug/deps/libbitflags-1693f043aa7c36ab.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-9b6aa81fe2224bf7.rlib" "/opt/rustwide/target/debug/deps/libtokio-90f4fae114525e1d.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-ee25c0c7779ef60e.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-031b215e8c006a88.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libmio-d42ed94e2dd84479.rlib" "/opt/rustwide/target/debug/deps/libiovec-54eb22ac68f3ef01.rlib" "/opt/rustwide/target/debug/deps/libnet2-28f584014c88cf37.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "/opt/rustwide/target/debug/deps/liblibc-b064cecf0c401ffc.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-cf099dace95b631f.rlib" "/opt/rustwide/target/debug/deps/libpin_project-e48ad2dc7c3f8433.rlib" "/opt/rustwide/target/debug/deps/libpin_project-0d5a71947cac7cc6.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-385db04f0e45672d.rlib" "/opt/rustwide/target/debug/deps/libmemchr-d855812343cfe6af.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-38eb3357f05b78c1.rlib" "/opt/rustwide/target/debug/deps/libslab-9af0dd81ec65e962.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-a17a1c61fad74753.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-420daa249e18d18f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-4cf31ce1b0a59248.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-3a4e75687f451beb.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-0029fcf5b57be1ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-d8cb0be5efdd6551.rlib" "/opt/rustwide/target/debug/deps/libbytes-c27d72a53275aaf6.rlib" "/opt/rustwide/target/debug/deps/liblog-3179625fd6f1f773.rlib" "/opt/rustwide/target/debug/deps/libvalue_bag-1a66562303efdb51.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/showcase-62316462be124095" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "10e3ab5b68d24bdccf6f7f21ad12198e2150f43053ff3db2ae3f8a05fd76e745", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10e3ab5b68d24bdccf6f7f21ad12198e2150f43053ff3db2ae3f8a05fd76e745", kill_on_drop: false }` [INFO] [stdout] 10e3ab5b68d24bdccf6f7f21ad12198e2150f43053ff3db2ae3f8a05fd76e745