[INFO] cloning repository https://github.com/SeanTater/springbok [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SeanTater/springbok" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSeanTater%2Fspringbok", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSeanTater%2Fspringbok'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 36d51a0627f905aa87793a941502aff3917cfe0e [INFO] testing SeanTater/springbok against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSeanTater%2Fspringbok" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SeanTater/springbok on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SeanTater/springbok [INFO] finished tweaking git repo https://github.com/SeanTater/springbok [INFO] tweaked toml for git repo https://github.com/SeanTater/springbok written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/SeanTater/springbok already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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] 8f4b84e8123fcbc17a56336d51fd567d39a6d62535f4640df8dac65b74297397 [INFO] running `Command { std: "docker" "start" "-a" "8f4b84e8123fcbc17a56336d51fd567d39a6d62535f4640df8dac65b74297397", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f4b84e8123fcbc17a56336d51fd567d39a6d62535f4640df8dac65b74297397", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f4b84e8123fcbc17a56336d51fd567d39a6d62535f4640df8dac65b74297397", kill_on_drop: false }` [INFO] [stdout] 8f4b84e8123fcbc17a56336d51fd567d39a6d62535f4640df8dac65b74297397 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1207888710c98cbb097be34d3d2558ffa99468271bb9e632583cdf1b923e7e1a [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" "1207888710c98cbb097be34d3d2558ffa99468271bb9e632583cdf1b923e7e1a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling futures-sink v0.3.1 [INFO] [stderr] Compiling smallvec v1.0.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling bytes v0.5.3 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling futures-io v0.3.1 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling pin-project-lite v0.1.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling mime v0.3.14 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling sysinfo v0.10.3 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling lock_api v0.3.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling bytestring v0.1.2 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling miniz_oxide v0.3.5 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling im v14.1.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling termion v1.5.4 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling crossbeam-queue v0.2.0 [INFO] [stderr] Compiling crossbeam-channel v0.4.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling bitmaps v2.0.0 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling colored v1.9.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling tui v0.8.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling sized-chunks v0.5.1 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Compiling console v0.9.1 [INFO] [stderr] Compiling indicatif v0.13.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling ignore v0.4.10 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling tokio-macros v0.2.0 [INFO] [stderr] Compiling pin-project-internal v0.4.6 [INFO] [stderr] Compiling derive_more v0.99.2 [INFO] [stderr] Compiling actix-macros v0.1.1 [INFO] [stderr] Compiling enum-as-inner v0.3.0 [INFO] [stderr] Compiling async-trait v0.1.22 [INFO] [stderr] Compiling actix-web-codegen v0.2.0 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Compiling tokio v0.2.6 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling exitfailure v0.5.1 [INFO] [stderr] Compiling pin-project v0.4.6 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling actix-threadpool v0.3.1 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling futures-executor v0.3.1 [INFO] [stderr] Compiling actix-service v1.0.1 [INFO] [stderr] Compiling h2 v0.2.1 [INFO] [stderr] Compiling futures v0.3.1 [INFO] [stderr] Compiling actix-rt v1.0.0 [INFO] [stderr] Compiling actix-utils v1.0.4 [INFO] [stderr] Compiling actix-server v1.0.0 [INFO] [stderr] Compiling actix-tls v1.0.0 [INFO] [stderr] Compiling actix-testing v1.0.0 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling actix-router v0.2.3 [INFO] [stderr] Compiling serde_yaml v0.8.11 [INFO] [stderr] Compiling trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling ws v0.9.1 [INFO] [stderr] Compiling fern v0.5.9 [INFO] [stderr] Compiling chrono-humanize v0.0.11 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Compiling actix-connect v1.0.1 [INFO] [stderr] Compiling actix-http v1.0.1 [INFO] [stderr] Compiling awc v1.0.1 [INFO] [stderr] Compiling actix v0.9.0 [INFO] [stderr] Compiling actix-web v2.0.0 [INFO] [stderr] Compiling actix-web-actors v2.0.0 [INFO] [stderr] Compiling springbok v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/lib.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | use std::fmt; [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 4m 47s [INFO] running `Command { std: "docker" "inspect" "1207888710c98cbb097be34d3d2558ffa99468271bb9e632583cdf1b923e7e1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1207888710c98cbb097be34d3d2558ffa99468271bb9e632583cdf1b923e7e1a", kill_on_drop: false }` [INFO] [stdout] 1207888710c98cbb097be34d3d2558ffa99468271bb9e632583cdf1b923e7e1a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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] 69f5da432729f92426654e4b27fa06cb8004ed96454786dbd470a7c1ae1fd0a9 [INFO] running `Command { std: "docker" "start" "-a" "69f5da432729f92426654e4b27fa06cb8004ed96454786dbd470a7c1ae1fd0a9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling escargot v0.5.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/lib.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | use std::fmt; [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] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling predicates v1.0.2 [INFO] [stderr] Compiling assert_cmd v0.12.0 [INFO] [stderr] Compiling springbok v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/lib.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.bok.3jui9wtw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911" "/opt/rustwide/target/debug/deps/bok-e7c5971347fa0911.p54puwodle2xrzh.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-aab94e18fb4ab2c1/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-27f668ea963171eb/out" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libws-9c91ce4a94ce9b40.rlib" "/opt/rustwide/target/debug/deps/libsha1-dce3898a6f9dade2.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-17077c74193969f3.rlib" "/opt/rustwide/target/debug/deps/libdigest-05b5beb5e4c3647f.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-6d8d5fbe3f5b4711.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-db47b07333e75aa3.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-e2a94761ee8e0449.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-f61cbd433f59f029.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-562255007747cb98.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-366631902763e385.rlib" "/opt/rustwide/target/debug/deps/liblazycell-57bae41b5b54971f.rlib" "/opt/rustwide/target/debug/deps/libbytes-f8f345e4020439da.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6805c615af620a51.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-975e251edec7895a.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-fa89c22811cbba70.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8e79a065fef863f3.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-a68d66da01a6ed2b.rlib" "/opt/rustwide/target/debug/deps/libfern-579e7c40b73589a0.rlib" "/opt/rustwide/target/debug/deps/libcolored-60e8733e311b4bc1.rlib" "/opt/rustwide/target/debug/deps/libexitfailure-35050f9342441b60.rlib" "/opt/rustwide/target/debug/deps/libtui-071bb7d1869f5041.rlib" "/opt/rustwide/target/debug/deps/libitertools-4fc945ae91fb5a8e.rlib" "/opt/rustwide/target/debug/deps/libcassowary-fc20fed4b3576585.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-141d4483db58356d.rlib" "/opt/rustwide/target/debug/deps/libtermion-42f00b067fdea03d.rlib" "/opt/rustwide/target/debug/deps/libnumtoa-7ff002af9a1bdfaf.rlib" "/opt/rustwide/target/debug/deps/libspringbok-b2332d139fab85ab.rlib" "/opt/rustwide/target/debug/deps/libim-6a515ff926fecbec.rlib" "/opt/rustwide/target/debug/deps/librand_xoshiro-c8989e6d33e04263.rlib" "/opt/rustwide/target/debug/deps/libsized_chunks-1605b837b0f9cee1.rlib" "/opt/rustwide/target/debug/deps/libbitmaps-dec248d5284cc2a0.rlib" "/opt/rustwide/target/debug/deps/libtypenum-9b5e128efb1e3b6b.rlib" "/opt/rustwide/target/debug/deps/libignore-93cf6f43df798007.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-795b50c2dd9f2cc4.rlib" "/opt/rustwide/target/debug/deps/libsame_file-9a03acea72c32763.rlib" "/opt/rustwide/target/debug/deps/libglobset-c2d3d922a178d812.rlib" "/opt/rustwide/target/debug/deps/libbstr-1c4b75b444405978.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-c6245a939ce633be.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b0fe8b5220bddf57.rlib" "/opt/rustwide/target/debug/deps/libdirectories-ae37c1013adccfd2.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-7c96d5879aafe7a7.rlib" "/opt/rustwide/target/debug/deps/libactix_web_actors-b41ef26816dacf26.rlib" "/opt/rustwide/target/debug/deps/libactix_web-c2dabaa9cb6fd36d.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-9f7af69c997f9f0f.rlib" "/opt/rustwide/target/debug/deps/libawc-5a2bc3f6059b6b07.rlib" "/opt/rustwide/target/debug/deps/libactix_server-21ffdb739a68d96b.rlib" "/opt/rustwide/target/debug/deps/libactix_router-4bc82f6e7bb52e83.rlib" "/opt/rustwide/target/debug/deps/libbytestring-2345f98186df6d69.rlib" "/opt/rustwide/target/debug/deps/libsysinfo-bb751e1e1c97bb07.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-67be67e9f2cf4e53.rlib" "/opt/rustwide/target/debug/deps/librayon-e33968de547d583d.rlib" "/opt/rustwide/target/debug/deps/librayon_core-a88ed5da2f5239ff.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-1bf2d0bcc5ff8b83.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c0d6e0782cc22af3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-0e4a5bf9f99540b7.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-fbd158903beae887.rlib" "/opt/rustwide/target/debug/deps/libtempfile-7ec71b1231ce5941.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-a91f273d7fa78a84.rlib" "/opt/rustwide/target/debug/deps/libactix-654d319a1309ee9b.rlib" "/opt/rustwide/target/debug/deps/libactix_http-30fe09e11f343a48.rlib" "/opt/rustwide/target/debug/deps/libsha1-3c74902e82893985.rlib" "/opt/rustwide/target/debug/deps/libbase64-f7ef6f0ac08c23fb.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-4eae902464eea455.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d23095e432fe7798.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-a8df0c0a0c12c23a.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-f8390e75b1318778.rlib" "/opt/rustwide/target/debug/deps/libmime-ba4636e23789cb7a.rlib" "/opt/rustwide/target/debug/deps/libflate2-482da66d72459639.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-06da431d324acf72.rlib" "/opt/rustwide/target/debug/deps/libadler32-2b02d44fcddd2c34.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-730991321300d642.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-6699ed190ca8bf7a.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-593e2da6fc19c5ba.rlib" "/opt/rustwide/target/debug/deps/libfxhash-f27173e59c7e48cd.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-7141a938ff93d068.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-07449a26e22b9f0b.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-e648ca9c501a461b.rlib" "/opt/rustwide/target/debug/deps/libeither-3374e4d2a4d617ae.rlib" "/opt/rustwide/target/debug/deps/libh2-699b2f177f105393.rlib" "/opt/rustwide/target/debug/deps/libindexmap-712c9a657d379d08.rlib" "/opt/rustwide/target/debug/deps/libhttp-6301d0efb743b5a6.rlib" "/opt/rustwide/target/debug/deps/libactix_service-ad1e415f65f40a9c.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-6567712c3cbc9812.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-7d82e127a4634108.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-62bd84e572f5915c.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-dde165c88d2b75bd.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-10e5a66d7e185ebb.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-4aa00d00f455986d.rlib" "/opt/rustwide/target/debug/deps/librand-8ad6b84ebab9ec70.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-a24e711402c92018.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-59e5b0a94e42cd7c.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-98bc5df0f0a20e78.rlib" "/opt/rustwide/target/debug/deps/librand_core-19d1f001191901d7.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-e2c1df40e20a43c4.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-d54a81c64b0de64a.rlib" "/opt/rustwide/target/debug/deps/libhostname-dda7cb98118565f5.rlib" "/opt/rustwide/target/debug/deps/libquick_error-8c90ea5b32960f2f.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-f612c2dfc0d06f10.rlib" "/opt/rustwide/target/debug/deps/libpin_project-25781d87c24aeffd.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-187bc1643b04d412.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-8a3e88dd2b23aff6.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-322902342d787bc0.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-9b675bca05d2b653.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-adb0cb0e5c85fa06.rlib" "/opt/rustwide/target/debug/deps/liblock_api-e0127398fb8d234c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-7f101a26ad79ff77.rlib" "/opt/rustwide/target/debug/deps/libtokio-df3e038c1d1d05dd.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-4a0e1dd337816eba.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-f3d8c8e973dc9585.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-7b00a6820e5de0c3.rlib" "/opt/rustwide/target/debug/deps/libfnv-e461bc511369ce67.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-38d6e8359da34a64.rlib" "/opt/rustwide/target/debug/deps/libmio-a9c0171c28067dec.rlib" "/opt/rustwide/target/debug/deps/libiovec-0ad17331a67c8e8d.rlib" "/opt/rustwide/target/debug/deps/libnet2-1b3c2230208c7021.rlib" "/opt/rustwide/target/debug/deps/libbytes-38d5ff71334d6cf3.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-ee86c6dbd4225166.rlib" "/opt/rustwide/target/debug/deps/libcopyless-1517cd697673895d.rlib" "/opt/rustwide/target/debug/deps/libfutures-b284979265f69d30.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-b101204fd692d636.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-6a800ac979ca4449.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-2b3446fb57231950.rlib" "/opt/rustwide/target/debug/deps/libfutures-1bf01b6396879f32.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-5b7c50309ffbce83.rlib" "/opt/rustwide/target/debug/deps/libslab-3a7649c6fb4d320f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-6dafde826d928882.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-339e70e113215a1d.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-a8cbcd16219e705b.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-5f42cf159dc75c61.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-64224e70b852a35e.rlib" "/opt/rustwide/target/debug/deps/libchrono_humanize-737c1d08e02e54cb.rlib" "/opt/rustwide/target/debug/deps/libchrono-bf1acacef112dae7.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-eb2bbb070fd31fcf.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-2f1b7e69577eb347.rlib" "/opt/rustwide/target/debug/deps/libtime-7184994a2ffbfd7f.rlib" "/opt/rustwide/target/debug/deps/liburl-7c9ad78de48d0f75.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-e676c97fbc74cd56.rlib" "/opt/rustwide/target/debug/deps/libidna-edc0b35e841db7ab.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-5c1614bfc61a47ff.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a7918cf0811ae861.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-81f7bca86d771a09.rlib" "/opt/rustwide/target/debug/deps/libmatches-84413336e46be589.rlib" "/opt/rustwide/target/debug/deps/libindicatif-4e26cdf5cbdb82bb.rlib" "/opt/rustwide/target/debug/deps/libconsole-d29fae1611f0b0ea.rlib" "/opt/rustwide/target/debug/deps/libtermios-045c03aa71209f18.rlib" "/opt/rustwide/target/debug/deps/libclicolors_control-0278cf0670754178.rlib" "/opt/rustwide/target/debug/deps/libnumber_prefix-125ab0e1f53e7234.rlib" "/opt/rustwide/target/debug/deps/libmaplit-3a5b8f06b4ccc688.rlib" "/opt/rustwide/target/debug/deps/liblog-2c5a3e6f05aa3f12.rlib" "/opt/rustwide/target/debug/deps/libfailure-2fbdc7ecc97d8e06.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4cb7a8dc1062a015.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-ff65a35ae7a16a5f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b00c34326580381c.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-45752d70cb3b1eba.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-a88150dec12ef6fc.rlib" "/opt/rustwide/target/debug/deps/libdtoa-de101ac0bbbe5f55.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-bfca63b544ba4653.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-d4391d1b7da53318.rlib" "/opt/rustwide/target/debug/deps/libserde_json-310ad3b7adbfa005.rlib" "/opt/rustwide/target/debug/deps/libryu-17b6aebf204a4027.rlib" "/opt/rustwide/target/debug/deps/libitoa-f3eef8739551e750.rlib" "/opt/rustwide/target/debug/deps/libserde-fde53f13c6967c4b.rlib" "/opt/rustwide/target/debug/deps/libregex-2e0db844e1cf7205.rlib" "/opt/rustwide/target/debug/deps/libthread_local-ab0e02efafb11915.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7c0477ae3415ac1f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-e7b15ed4ae6ae857.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-b5c0b946c48ff4ab.rlib" "/opt/rustwide/target/debug/deps/libmemchr-b94c7254a079d159.rlib" "/opt/rustwide/target/debug/deps/libclap-a1ec3cda37a1e771.rlib" "/opt/rustwide/target/debug/deps/libvec_map-5dc04564fb1f035e.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-8a3e59887406aad7.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-429698455c73d9c3.rlib" "/opt/rustwide/target/debug/deps/libstrsim-e44af4ab13090443.rlib" "/opt/rustwide/target/debug/deps/libbitflags-56eca94422237621.rlib" "/opt/rustwide/target/debug/deps/libatty-17fa10c7983cbd6d.rlib" "/opt/rustwide/target/debug/deps/liblibc-d290f2ae752c9489.rlib" "/opt/rustwide/target/debug/deps/libansi_term-22553bc1a6ab7a23.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lc" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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 `springbok`. [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "69f5da432729f92426654e4b27fa06cb8004ed96454786dbd470a7c1ae1fd0a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69f5da432729f92426654e4b27fa06cb8004ed96454786dbd470a7c1ae1fd0a9", kill_on_drop: false }` [INFO] [stdout] 69f5da432729f92426654e4b27fa06cb8004ed96454786dbd470a7c1ae1fd0a9