[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#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTonyce%2Frust-proto-demo" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Tonyce/rust-proto-demo on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-3/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5cdc024cc58c317b7e491a1f617bc9f8cc1820777f2a3bd838bb2b726841c5d0 [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" "5cdc024cc58c317b7e491a1f617bc9f8cc1820777f2a3bd838bb2b726841c5d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5cdc024cc58c317b7e491a1f617bc9f8cc1820777f2a3bd838bb2b726841c5d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cdc024cc58c317b7e491a1f617bc9f8cc1820777f2a3bd838bb2b726841c5d0", kill_on_drop: false }` [INFO] [stdout] 5cdc024cc58c317b7e491a1f617bc9f8cc1820777f2a3bd838bb2b726841c5d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0302387bd85268a04ece44c657e5689b4f78d78e03fbe726291a0d36f1e843be [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" "0302387bd85268a04ece44c657e5689b4f78d78e03fbe726291a0d36f1e843be", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [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 autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling futures-io v0.3.8 [INFO] [stderr] Compiling smallvec v1.6.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling anyhow v1.0.37 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling object v0.22.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling pin-project-lite v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling multimap v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling bytes v1.0.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling http v0.2.2 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling lru-cache v0.1.2 [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 proc-macro2 v1.0.24 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling quote v1.0.8 [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 num_cpus v1.13.0 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling sha-1 v0.9.2 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling backtrace v0.3.55 [INFO] [stderr] Compiling tempfile v3.1.0 [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 async-trait v0.1.42 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.23 [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 actix-threadpool v0.3.3 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling saturn v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling trust-dns-proto v0.19.6 [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 serde_urlencoded v0.7.0 [INFO] [stderr] Compiling actix-router v0.2.5 [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 2m 06s [INFO] running `Command { std: "docker" "inspect" "0302387bd85268a04ece44c657e5689b4f78d78e03fbe726291a0d36f1e843be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0302387bd85268a04ece44c657e5689b4f78d78e03fbe726291a0d36f1e843be", kill_on_drop: false }` [INFO] [stdout] 0302387bd85268a04ece44c657e5689b4f78d78e03fbe726291a0d36f1e843be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--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] 0e6e04e606becfa6e4f9e6ecc2225691e29677a5b75346cfe4d20a3bd4a798b2 [INFO] running `Command { std: "docker" "start" "-a" "0e6e04e606becfa6e4f9e6ecc2225691e29677a5b75346cfe4d20a3bd4a798b2", 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] [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] [stderr] Compiling saturn v0.1.0 (/opt/rustwide/workdir) [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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.index.4omtijh2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690" "/opt/rustwide/target/debug/deps/index-058bfdfc2fb1a690.2wgzlnfqch2y1u9c.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-7187dcc94b3b6ef5/out" "-L" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-bf52c83b5218000c.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-1b1cab3f10607987.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-2e1c807fd8d214f1.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-a6c04fd1ac45a934.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c9f124f6e94019e0.rlib" "/opt/rustwide/target/debug/deps/libsaturn-d20c86faa6c8fc5f.rlib" "/opt/rustwide/target/debug/deps/libactix_protobuf-c5497f6d1f3c1405.rlib" "/opt/rustwide/target/debug/deps/libprost-6b0d99ce5080a92b.rlib" "/opt/rustwide/target/debug/deps/libactix_web-d65843f1543040cc.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-cfdb571e69b3a214.rlib" "/opt/rustwide/target/debug/deps/libawc-15d6da1cd56c4a12.rlib" "/opt/rustwide/target/debug/deps/libactix_server-d1b5f1ff879bc01a.rlib" "/opt/rustwide/target/debug/deps/libsocket2-069e301b5d4afa02.rlib" "/opt/rustwide/target/debug/deps/libactix_router-da1ebe82ee452903.rlib" "/opt/rustwide/target/debug/deps/libbytestring-d664a894f31fd13b.rlib" "/opt/rustwide/target/debug/deps/libactix_http-04553439c8ee0463.rlib" "/opt/rustwide/target/debug/deps/libbase64-4defecc13ecad25f.rlib" "/opt/rustwide/target/debug/deps/libhttparse-9118a7b7f7ba9a4e.rlib" "/opt/rustwide/target/debug/deps/libsha1-aa8c1b05bbcc8cbd.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-0dc4e4fd88dead50.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-3dd4f37092f314b2.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-620f78363435b4fa.rlib" "/opt/rustwide/target/debug/deps/libdigest-c701bc14a20e5815.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-b9c99946ba014341.rlib" "/opt/rustwide/target/debug/deps/libtypenum-6d828ce14ff0d095.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-3c5ea78ae7a964d9.rlib" "/opt/rustwide/target/debug/deps/libserde_json-a4185b36557d3bbb.rlib" "/opt/rustwide/target/debug/deps/libryu-8dbd57cf09aa6df6.rlib" "/opt/rustwide/target/debug/deps/libcookie-be6b83c50d331f82.rlib" "/opt/rustwide/target/debug/deps/libserde-35255062d6cbeb11.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-31ca239c6dbf248c.rlib" "/opt/rustwide/target/debug/deps/libregex-54f4eb832bd366f8.rlib" "/opt/rustwide/target/debug/deps/libthread_local-4a189b129fe42a29.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-87e9a0bf275eee12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ab40b2e2ca15b714.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-f6103c22cd0abb9c.rlib" "/opt/rustwide/target/debug/deps/libmime-636582022b0e4181.rlib" "/opt/rustwide/target/debug/deps/libflate2-5204c412fba59eb7.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-a196580b4d57fd44.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-2addb6f40fa2dcb1.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-f65a74f8758d39cd.rlib" "/opt/rustwide/target/debug/deps/libtime-f8a8bb4ab20755cd.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-31ac4730c19497cf.rlib" "/opt/rustwide/target/debug/deps/libstandback-dde53de079fc7027.rlib" "/opt/rustwide/target/debug/deps/libfxhash-82f555b611118d8b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-6c984759c2f0f595.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-b55768539b9cfa8a.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-6a557921f52e97dc.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-c4240eacb378975c.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-0899d7a850fb8fd3.rlib" "/opt/rustwide/target/debug/deps/libhostname-b6883e2b01faea9a.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-1a849a456b86442e.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9cd81c23851a22ab.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-ad1bc3229dc0b3c6.rlib" "/opt/rustwide/target/debug/deps/librand-38ecfe9bc508aa50.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-e7fb48a8b8a1f667.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-004417b0d118bdf5.rlib" "/opt/rustwide/target/debug/deps/librand_core-7ae0e1b1d2334bc2.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-d9cc1532d6cd705b.rlib" "/opt/rustwide/target/debug/deps/liburl-bca7388af527b81e.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-5a311e40b609b961.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0d8ae709ba835adc.rlib" "/opt/rustwide/target/debug/deps/libidna-22fcc75aae8cbc1b.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-e8718c8f9a3ebe12.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-8696013b94f09077.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-79e05a5247fc8fe1.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ffba21755a81f3b4.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libthiserror-0cee25ef62a2563f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-cb6f7cc70467b47a.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-81cacb7cb8feffac.rlib" "/opt/rustwide/target/debug/deps/libadler-5edd0ffc989581c6.rlib" "/opt/rustwide/target/debug/deps/libobject-d2f2c05cb204c2d4.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-c8b28b518c13f32d.rlib" "/opt/rustwide/target/debug/deps/libgimli-dd42d11c15f34d37.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0e1c5c5d65e72903.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-a1103f13316bb579.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-41059a2a6e867208.rlib" "/opt/rustwide/target/debug/deps/libfutures-446a59f152657e4f.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-510fa8676fe7bc76.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-cdd87aa4c73ab293.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-111668301332ad62.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6690233eeb8fcb4c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-691eda32ec242cc2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-865ab99728f9e8b4.rlib" "/opt/rustwide/target/debug/deps/liblock_api-62132ea78054a5f0.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e88ee3fdd4df8593.rlib" "/opt/rustwide/target/debug/deps/libinstant-200c7aeea5a047b0.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-032fef23d5f80828.rlib" "/opt/rustwide/target/debug/deps/libcopyless-118554c81cd93b91.rlib" "/opt/rustwide/target/debug/deps/libeither-8780cecc3b77331d.rlib" "/opt/rustwide/target/debug/deps/libh2-a780b5a2768601da.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-72f07349c10f4d7c.rlib" "/opt/rustwide/target/debug/deps/libtracing-532544fca87a9ec2.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d2f580969aa0251b.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2532926ef75118a4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-755744d3ca57570c.rlib" "/opt/rustwide/target/debug/deps/libindexmap-806aa655fc9c4953.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-58b681a40238888b.rlib" "/opt/rustwide/target/debug/deps/libhttp-bf42af457a595443.rlib" "/opt/rustwide/target/debug/deps/libitoa-8e758d1d5247eab4.rlib" "/opt/rustwide/target/debug/deps/libfnv-03632dd09ca25027.rlib" "/opt/rustwide/target/debug/deps/libactix_service-6c34bcb9e7d3b929.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-7f8c2b3dbbd0d8f7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7f78c1de5599d643.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-8a42a4dac7c80c92.rlib" "/opt/rustwide/target/debug/deps/libtokio-07986e45d3da03ca.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-fe4aeae69e197e47.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-2431131c53c644da.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libmio-f69e539b25e6f2c9.rlib" "/opt/rustwide/target/debug/deps/libiovec-754038a7ccffd528.rlib" "/opt/rustwide/target/debug/deps/libnet2-5254ee6073988a8f.rlib" "/opt/rustwide/target/debug/deps/liblibc-97ba29350c90c0bb.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-dae669442cef29ea.rlib" "/opt/rustwide/target/debug/deps/libpin_project-908643e476382fdf.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-66ee753c4b5b84e4.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3ae94b7d04edf574.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-19583a1cc8c6c015.rlib" "/opt/rustwide/target/debug/deps/libslab-66c74742abc4bd48.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-6effb840ab93af0e.rlib" "/opt/rustwide/target/debug/deps/libpin_project-45207095c2e124a3.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-8a83d4028cf51d32.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fdc9131f15088a99.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-69c3b3029549eae1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b10c0dd2b387f299.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-a2d747eec7dcd88a.rlib" "/opt/rustwide/target/debug/deps/libbytes-35b31d3ce42c8c1d.rlib" "/opt/rustwide/target/debug/deps/liblog-00099f5019ae22de.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c4f6196cf7d68209.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "0e6e04e606becfa6e4f9e6ecc2225691e29677a5b75346cfe4d20a3bd4a798b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e6e04e606becfa6e4f9e6ecc2225691e29677a5b75346cfe4d20a3bd4a798b2", kill_on_drop: false }` [INFO] [stdout] 0e6e04e606becfa6e4f9e6ecc2225691e29677a5b75346cfe4d20a3bd4a798b2