[INFO] cloning repository https://github.com/Tonyce/rust-proto-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Tonyce/rust-proto-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTonyce%2Frust-proto-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTonyce%2Frust-proto-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8d0d7e28007868d02fb07269f1869089814cffb1 [INFO] testing Tonyce/rust-proto-demo against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTonyce%2Frust-proto-demo" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Tonyce/rust-proto-demo on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Tonyce/rust-proto-demo [INFO] finished tweaking git repo https://github.com/Tonyce/rust-proto-demo [INFO] tweaked toml for git repo https://github.com/Tonyce/rust-proto-demo written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Tonyce/rust-proto-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded actix-protobuf v0.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06b387c2ab88038e29fa4422fb48ebb197844075acdf0b3282a2aa41dddbf842 [INFO] running `Command { std: "docker" "start" "-a" "06b387c2ab88038e29fa4422fb48ebb197844075acdf0b3282a2aa41dddbf842", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06b387c2ab88038e29fa4422fb48ebb197844075acdf0b3282a2aa41dddbf842", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06b387c2ab88038e29fa4422fb48ebb197844075acdf0b3282a2aa41dddbf842", kill_on_drop: false }` [INFO] [stdout] 06b387c2ab88038e29fa4422fb48ebb197844075acdf0b3282a2aa41dddbf842 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c3a3ef116b1a54bcfebc12065ec3acf481abaac1228def15b8f43a27462ffb12 [INFO] running `Command { std: "docker" "start" "-a" "c3a3ef116b1a54bcfebc12065ec3acf481abaac1228def15b8f43a27462ffb12", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-core v0.3.8 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling futures-sink v0.3.8 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling futures-io v0.3.8 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling smallvec v1.6.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling anyhow v1.0.37 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling pin-project-lite v0.2.1 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling bytes v1.0.0 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling tinyvec v1.1.0 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling http v0.2.2 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling standback v0.2.14 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling time v0.2.23 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling backtrace v0.3.55 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling sha-1 v0.9.2 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling pin-project-internal v1.0.3 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.3 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling pin-project v1.0.3 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling prost v0.6.1 [INFO] [stderr] Compiling prost-types v0.6.1 [INFO] [stderr] Compiling saturn v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling trust-dns-proto v0.19.6 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling actix-router v0.2.5 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling trust-dns-resolver v0.19.6 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling actix-http v2.2.0 [INFO] [stderr] Compiling awc v2.0.3 [INFO] [stderr] Compiling actix-web v3.3.2 [INFO] [stderr] Compiling actix-protobuf v0.6.0 [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `App`, `middleware`, `web` [INFO] [stdout] --> src/route/index.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{middleware, web, App, HttpRequest, HttpResponse}; [INFO] [stdout] | ^^^^^^^^^^ ^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HttpRequest` [INFO] [stdout] --> src/main.rs:1:39 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{middleware, web, App, HttpRequest, HttpServer}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 38s [INFO] running `Command { std: "docker" "inspect" "c3a3ef116b1a54bcfebc12065ec3acf481abaac1228def15b8f43a27462ffb12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3a3ef116b1a54bcfebc12065ec3acf481abaac1228def15b8f43a27462ffb12", kill_on_drop: false }` [INFO] [stdout] c3a3ef116b1a54bcfebc12065ec3acf481abaac1228def15b8f43a27462ffb12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bb017c648bb0fcb793ae254ce8dff43ee0abdd4c6731b77cba32343c83fd0f3 [INFO] running `Command { std: "docker" "start" "-a" "7bb017c648bb0fcb793ae254ce8dff43ee0abdd4c6731b77cba32343c83fd0f3", kill_on_drop: false }` [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling saturn v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `App`, `middleware`, `web` [INFO] [stdout] --> src/route/index.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{middleware, web, App, HttpRequest, HttpResponse}; [INFO] [stdout] | ^^^^^^^^^^ ^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HttpRequest` [INFO] [stdout] --> src/main.rs:1:39 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{middleware, web, App, HttpRequest, HttpServer}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HttpRequest` [INFO] [stdout] --> src/main.rs:1:39 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{middleware, web, App, HttpRequest, HttpServer}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `App`, `middleware`, `web` [INFO] [stdout] --> src/route/index.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{middleware, web, App, HttpRequest, HttpResponse}; [INFO] [stdout] | ^^^^^^^^^^ ^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `test` [INFO] [stdout] --> src/route/proto.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | use actix_web::{test, http}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [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/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.index.a15b2393-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1.r44sinljlczmq48.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-0a217ec9aebf6daa/out" "-L" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-08487f8e282f19e0.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-9e93f1ef523b9dfd.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-fd135b1b487350d3.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6d527484b6287cb3.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-91c5e579413a9548.rlib" "/opt/rustwide/target/debug/deps/libsaturn-82dccd4ec0e41343.rlib" "/opt/rustwide/target/debug/deps/libactix_protobuf-4195b146715bb2c4.rlib" "/opt/rustwide/target/debug/deps/libprost-c5dfe1874e74e78b.rlib" "/opt/rustwide/target/debug/deps/libactix_web-1f2889971df436ef.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-45a4827dbf5c73e8.rlib" "/opt/rustwide/target/debug/deps/libawc-4150409d5b0d4102.rlib" "/opt/rustwide/target/debug/deps/libactix_server-ab01cd896f536e90.rlib" "/opt/rustwide/target/debug/deps/libsocket2-122437207681c70b.rlib" "/opt/rustwide/target/debug/deps/libactix_router-a51a6bddf8157094.rlib" "/opt/rustwide/target/debug/deps/libbytestring-30e51f51a35023d0.rlib" "/opt/rustwide/target/debug/deps/libactix_http-dedfc8e4ad8b3c3b.rlib" "/opt/rustwide/target/debug/deps/libbase64-8b10e97376989597.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libsha1-005ed78ddca4de7c.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-49e4328bd37edb6c.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-0cef4c9df688482c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-ce0d03626700c547.rlib" "/opt/rustwide/target/debug/deps/libdigest-b9a732aed9375691.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-2415ab00490563e7.rlib" "/opt/rustwide/target/debug/deps/libtypenum-2fe21b5a9d400505.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-95bc63979576abe0.rlib" "/opt/rustwide/target/debug/deps/libserde_json-168de897565cef02.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libcookie-a5afcaf4f2437be6.rlib" "/opt/rustwide/target/debug/deps/libserde-9ec92c679a792b6c.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-30344bb054c3f8d6.rlib" "/opt/rustwide/target/debug/deps/libregex-bbde173e4202a4f9.rlib" "/opt/rustwide/target/debug/deps/libthread_local-2691e1649196a294.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-5476c750da7ba7f3.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e9279f0183ab6dab.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-ef4b8b002da7e23f.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libflate2-854f004c8e07a1dc.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-e95baee0ab125333.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-e348c9cc681cdcfc.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-7dd2bc5f0651cea8.rlib" "/opt/rustwide/target/debug/deps/libtime-60c8557f6c32fe56.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-fe2dc9bf0b0b1d0e.rlib" "/opt/rustwide/target/debug/deps/libstandback-be940971410e7fd4.rlib" "/opt/rustwide/target/debug/deps/libfxhash-fba87f4fcc73b4a4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c108165c88451b38.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-c32e6dea04ba037c.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-0feac229e5a3b74a.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-9f2e36f0c34e2739.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-cac99fcf743ac12a.rlib" "/opt/rustwide/target/debug/deps/libhostname-24828e060fae69c5.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-3d6cf35136ae4cf3.rlib" "/opt/rustwide/target/debug/deps/libquick_error-5ca0b2d5261a4c49.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-eadcfec046c34459.rlib" "/opt/rustwide/target/debug/deps/librand-0517dd83a552cc96.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-6d143f01d77a3d17.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-82bdeb907cc2ed56.rlib" "/opt/rustwide/target/debug/deps/librand_core-6a6136eee989644e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-a9a6db7c3ea3fa3b.rlib" "/opt/rustwide/target/debug/deps/liburl-fa36562278345d1e.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-224fbd05857025df.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libidna-1218fbff5f797618.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-cef71ffe54dcc92a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-675dda3e6db806ad.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-3da38bc1578ec686.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libthiserror-c24e9db67663dfdb.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-442f874ea99a34e7.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-9ac2ca5854e9d071.rlib" "/opt/rustwide/target/debug/deps/libadler-fa5dc5005530a354.rlib" "/opt/rustwide/target/debug/deps/libobject-383a70e3e23794b9.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-1a6f19e20b9f8044.rlib" "/opt/rustwide/target/debug/deps/libgimli-732eb38d8c3f1081.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-8277f2a653e33508.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-a1b5c3ec091b9174.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-775ed35f3b1f4453.rlib" "/opt/rustwide/target/debug/deps/libfutures-f48c614593de7bbc.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-d671620c932afad5.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-64649199fcf62ba7.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-5cb5ec18d1fbb26c.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-dce4fc24f63cc307.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-09c3d57b08511eb4.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-c1975a1236066893.rlib" "/opt/rustwide/target/debug/deps/liblock_api-23da977340193230.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libinstant-935e74d8392426ec.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-f2b610225066ca53.rlib" "/opt/rustwide/target/debug/deps/libcopyless-63890fe8dc2810a6.rlib" "/opt/rustwide/target/debug/deps/libeither-876b47f101a5b5e1.rlib" "/opt/rustwide/target/debug/deps/libh2-8bd238343c1dc432.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-68ca849d168c17f0.rlib" "/opt/rustwide/target/debug/deps/libtracing-c6e8aca07a4690b3.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-09d9087e216d7b4e.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-ce6ce2a09b928044.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libindexmap-49b521419b9a1f92.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b40654aefeea685d.rlib" "/opt/rustwide/target/debug/deps/libhttp-3d4d83d141aee710.rlib" "/opt/rustwide/target/debug/deps/libitoa-15077810ecc9e84e.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "/opt/rustwide/target/debug/deps/libactix_service-a053fc9ac709240a.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-32c3596dfa41f500.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-9876f85947119209.rlib" "/opt/rustwide/target/debug/deps/libtokio-6b8843aef878a55a.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-4e7331fe2cff5a6c.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-84c440ac71fcf77c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libmio-7dab8b4a3173a835.rlib" "/opt/rustwide/target/debug/deps/libiovec-529af50690b442f7.rlib" "/opt/rustwide/target/debug/deps/libnet2-222f157ea746928a.rlib" "/opt/rustwide/target/debug/deps/liblibc-66dd20b91d71210e.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-4f03bf62e379b80c.rlib" "/opt/rustwide/target/debug/deps/libpin_project-6290488dee4962db.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-55bc27123ad6e22b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c9ad3e4945920a7b.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-d0b1ef835a7ec1a7.rlib" "/opt/rustwide/target/debug/deps/libpin_project-3e28c3933e91bac5.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-412cbc245a197357.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ca9722f6456584b5.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-af7ecae5daba0ec1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0b0b8cc4f3224b67.rlib" "/opt/rustwide/target/debug/deps/libbytes-e9809c8e462b433a.rlib" "/opt/rustwide/target/debug/deps/liblog-446aaeb09775af75.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/index-494d0800fd81d2c1" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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] [stderr] error: could not compile `saturn` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7bb017c648bb0fcb793ae254ce8dff43ee0abdd4c6731b77cba32343c83fd0f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bb017c648bb0fcb793ae254ce8dff43ee0abdd4c6731b77cba32343c83fd0f3", kill_on_drop: false }` [INFO] [stdout] 7bb017c648bb0fcb793ae254ce8dff43ee0abdd4c6731b77cba32343c83fd0f3