[INFO] cloning repository https://github.com/pkalivas/radiate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pkalivas/radiate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpkalivas%2Fradiate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpkalivas%2Fradiate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 66b76476c501c4e6a57a874d5e63c62be07c833b [INFO] building pkalivas/radiate against try#3bbb5242a8064de4ca3af4036745ddf603ddaa85 for pr-101929 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpkalivas%2Fradiate" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pkalivas/radiate on toolchain 3bbb5242a8064de4ca3af4036745ddf603ddaa85 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pkalivas/radiate [INFO] finished tweaking git repo https://github.com/pkalivas/radiate [INFO] tweaked toml for git repo https://github.com/pkalivas/radiate written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a735794d0acdfe2a088750200fda77810f10068c3778b52d3a34f0178ebf9450 [INFO] running `Command { std: "docker" "start" "-a" "a735794d0acdfe2a088750200fda77810f10068c3778b52d3a34f0178ebf9450", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a735794d0acdfe2a088750200fda77810f10068c3778b52d3a34f0178ebf9450", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a735794d0acdfe2a088750200fda77810f10068c3778b52d3a34f0178ebf9450", kill_on_drop: false }` [INFO] [stdout] a735794d0acdfe2a088750200fda77810f10068c3778b52d3a34f0178ebf9450 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f27fbff6f1a1e37549c595aea17693b72499093cad15c3c839702604c0d8f5c [INFO] running `Command { std: "docker" "start" "-a" "1f27fbff6f1a1e37549c595aea17693b72499093cad15c3c839702604c0d8f5c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.133 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.100 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.10 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling erased-serde v0.3.23 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling ctor v0.1.23 [INFO] [stderr] Compiling ghost v0.1.6 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling typetag-impl v0.1.8 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling inventory v0.2.3 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling thiserror v1.0.35 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling pear_codegen v0.1.5 [INFO] [stderr] Compiling crypto-mac v0.10.1 [INFO] [stderr] Compiling thiserror-impl v1.0.35 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling typetag v0.1.8 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling radiate v1.1.60 (/opt/rustwide/workdir/radiate) [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stdout] warning: fields `pending_inputs` and `sum` are never read [INFO] [stdout] --> radiate/src/models/neat/layers/dense.rs:406:14 [INFO] [stdout] | [INFO] [stdout] 406 | Pending{ pending_inputs: usize, sum: f32, output: Option }, [INFO] [stdout] | ------- ^^^^^^^^^^^^^^ ^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling ghash v0.3.1 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling pest v2.3.1 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling hkdf v0.10.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling devise_core v0.2.1 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling gimli v0.26.2 [INFO] [stderr] Compiling unic-char-range v0.7.0 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling unic-common v0.7.0 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling unic-ucd-version v0.7.0 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling pear v0.1.5 [INFO] [stderr] Compiling devise_codegen v0.2.1 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling unic-char-property v0.7.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling pest_meta v2.3.1 [INFO] [stderr] Compiling cookie v0.11.4 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling rocket_codegen v0.4.11 [INFO] [stderr] Compiling object v0.29.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling state v0.4.2 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling rocket_http v0.4.11 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling pest_generator v2.3.1 [INFO] [stderr] Compiling devise v0.2.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling unic-ucd-segment v0.7.0 [INFO] [stderr] Compiling rocket v0.4.11 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling iana-time-zone v0.1.48 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling pest_derive v2.3.1 [INFO] [stderr] Compiling unic-segment v0.7.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling radiate_web v0.1.13 (/opt/rustwide/workdir/radiate_web) [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling filetime v0.2.17 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling anyhow v1.0.65 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling tera v0.11.20 [INFO] [stderr] Compiling reqwest v0.10.10 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling simple-matrix v0.1.2 [INFO] [stderr] Compiling radiate_matrix_tree v1.0.2 (/opt/rustwide/workdir/radiate_matrix_tree) [INFO] [stderr] Compiling xor-neat v1.0.0 (/opt/rustwide/workdir/examples/xor-neat) [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling xor-neat-backprop v1.0.0 (/opt/rustwide/workdir/examples/xor-neat-backprop) [INFO] [stderr] Compiling xor-evtree v1.0.0 (/opt/rustwide/workdir/examples/xor-evtree) [INFO] [stderr] Compiling helloworld v1.0.0 (/opt/rustwide/workdir/examples/helloworld) [INFO] [stderr] Compiling ism v1.0.0 (/opt/rustwide/workdir/examples/ism) [INFO] [stderr] Compiling rocket_contrib v0.4.11 [INFO] [stderr] Compiling neat-server v1.0.0 (/opt/rustwide/workdir/examples/neat-web/neat-server) [INFO] [stderr] Compiling lstm-neat v1.0.0 (/opt/rustwide/workdir/examples/lstm-neat) [INFO] [stderr] Compiling neat-client v1.0.0 (/opt/rustwide/workdir/examples/neat-web/neat-client) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcLBTniw/symbols.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.neat_server.14cc5d07-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525.1mkaltbaarr8dzf1.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-ef841a1395f2c091.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-2371eaeb5b8d3a13.rlib" "/opt/rustwide/target/debug/deps/libhumantime-9c238c90ee1b6ce3.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9a380894f08245b7.rlib" "/opt/rustwide/target/debug/deps/libneat_server-8f32c0fc3a0f5c72.rlib" "/opt/rustwide/target/debug/deps/libradiate_web-ab4c48d78d534683.rlib" "/opt/rustwide/target/debug/deps/libradiate-31db3f502327fd1c.rlib" "/opt/rustwide/target/debug/deps/libtypetag-f4f9502042f97025.rlib" "/opt/rustwide/target/debug/deps/liberased_serde-6be04c5f63efdf11.rlib" "/opt/rustwide/target/debug/deps/libinventory-e154c33e2f15712e.rlib" "/opt/rustwide/target/debug/deps/libuuid-68866996101c8f95.rlib" "/opt/rustwide/target/debug/deps/librayon-105415f0c62552c4.rlib" "/opt/rustwide/target/debug/deps/librayon_core-01569940f49156d6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3e572161a30fdeb8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-69f35087cf637188.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9fe345a4b286508f.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-ae1b1525b0790631.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-747688bec176685f.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-c65a6d4c9807062d.rlib" "/opt/rustwide/target/debug/deps/libeither-06013fd9855b51af.rlib" "/opt/rustwide/target/debug/deps/librand-067f435baa706ebb.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-a42eefe3060aaad8.rlib" "/opt/rustwide/target/debug/deps/librand_core-ba87075715f00325.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-d609e5cef8f5125f.rlib" "/opt/rustwide/target/debug/deps/librocket_contrib-4f130906ad9b49d4.rlib" "/opt/rustwide/target/debug/deps/libuuid-fd404b31d664d3b1.rlib" "/opt/rustwide/target/debug/deps/libnotify-7412107f2b209715.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-85c3caa7668e091f.rlib" "/opt/rustwide/target/debug/deps/libsame_file-d3ddf74b396c2e8b.rlib" "/opt/rustwide/target/debug/deps/libinotify-73b7d9251c39b509.rlib" "/opt/rustwide/target/debug/deps/libinotify_sys-b2b20dae30207295.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-91168e1c289f2b33.rlib" "/opt/rustwide/target/debug/deps/liblazycell-d2ae0c144988a8f0.rlib" "/opt/rustwide/target/debug/deps/libmio-ca3d188302c0c45a.rlib" "/opt/rustwide/target/debug/deps/libslab-bfbdb28742077af7.rlib" "/opt/rustwide/target/debug/deps/libiovec-a5c890f5e19d0538.rlib" "/opt/rustwide/target/debug/deps/libnet2-fd7499abd0f8de61.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/libfiletime-2032e02dc01b6da0.rlib" "/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rlib" "/opt/rustwide/target/debug/deps/libtera-984c964a361474e0.rlib" "/opt/rustwide/target/debug/deps/libunic_segment-58b6593242d8445f.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_segment-5b01459486ec4221.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_version-33deb5f63cd062bf.rlib" "/opt/rustwide/target/debug/deps/libunic_common-6629f658dabc9dad.rlib" "/opt/rustwide/target/debug/deps/libunic_char_property-f35fe36651a2084d.rlib" "/opt/rustwide/target/debug/deps/libunic_char_range-42c52a9dbb0da4f0.rlib" "/opt/rustwide/target/debug/deps/libhumansize-32ef9e0994e46416.rlib" "/opt/rustwide/target/debug/deps/libchrono-f3e8dcc6df94590a.rlib" "/opt/rustwide/target/debug/deps/libiana_time_zone-41810c1edd091a0e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-853ae325bec373f8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cf0e9ef357821d68.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libslug-2725a6b1a04e8269.rlib" "/opt/rustwide/target/debug/deps/libdeunicode-62d4354d1e2e023a.rlib" "/opt/rustwide/target/debug/deps/libregex-ea99f2aa12f6d16b.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-2f2b2863966d47f7.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-00890f774059c2b6.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-e0cf7abf41a20824.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-0a6a67d373d2044a.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-f03124ae841b74e6.rlib" "/opt/rustwide/target/debug/deps/libadler-3a9d1165c599cab1.rlib" "/opt/rustwide/target/debug/deps/libobject-b2ee870b30105ff6.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-7eed364a78cd5982.rlib" "/opt/rustwide/target/debug/deps/libgimli-c31b4787004ab5e8.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-5d383c335f8e8ef8.rlib" "/opt/rustwide/target/debug/deps/libpest-01f9d31e279a4743.rlib" "/opt/rustwide/target/debug/deps/libthiserror-8a4a0d651f6c1708.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-35656e8952945778.rlib" "/opt/rustwide/target/debug/deps/libglob-3405a7a7634ef9b1.rlib" "/opt/rustwide/target/debug/deps/libglob-d3943553b96703d7.rlib" "/opt/rustwide/target/debug/deps/libserde_json-ed6d098c62633cff.rlib" "/opt/rustwide/target/debug/deps/libryu-35a1e8785e2c84ef.rlib" "/opt/rustwide/target/debug/deps/libitoa-8f7e72094391218a.rlib" "/opt/rustwide/target/debug/deps/librocket-488d2f7861565330.rlib" "/opt/rustwide/target/debug/deps/libatty-98e2f5702157af8c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-4fce41623cec2314.rlib" "/opt/rustwide/target/debug/deps/libtoml-54f9db4d2ec3bea7.rlib" "/opt/rustwide/target/debug/deps/libserde-edf5690dd0448af0.rlib" "/opt/rustwide/target/debug/deps/libyansi-76778e7c655b55fe.rlib" "/opt/rustwide/target/debug/deps/librocket_http-9b11094ce5137814.rlib" "/opt/rustwide/target/debug/deps/libhyper-d76eea4821ff426a.rlib" "/opt/rustwide/target/debug/deps/libmime-1a2cce0b1a581322.rlib" "/opt/rustwide/target/debug/deps/liblog-4e6daf1b5140e6e8.rlib" "/opt/rustwide/target/debug/deps/liblog-2aea261907451eb5.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2657e2513e136c93.rlib" "/opt/rustwide/target/debug/deps/libtypeable-0c4fb3936fcadd90.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-cc2b71a6b7ac3384.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-956c700ff59de5c4.rlib" "/opt/rustwide/target/debug/deps/libhttparse-6dd330c0b2d2e3cf.rlib" "/opt/rustwide/target/debug/deps/libunicase-9d3bf68306791c3a.rlib" "/opt/rustwide/target/debug/deps/liburl-6deb1bd4727e4c86.rlib" "/opt/rustwide/target/debug/deps/libidna-af1eeb0854eb8597.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-bbdf84fbc87fad11.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-32c6f9102bb2f7e8.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ef06cf556416b731.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-96858afa72c3ee66.rlib" "/opt/rustwide/target/debug/deps/libmatches-a104dd362fa85146.rlib" "/opt/rustwide/target/debug/deps/libbase64-139be9669b873ba6.rlib" "/opt/rustwide/target/debug/deps/libsafemem-d331e67b7147906f.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4d098c56eb4115f5.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-17df5e5ca0bb5bda.rlib" "/opt/rustwide/target/debug/deps/libstate-f1148a69cea59f8a.rlib" "/opt/rustwide/target/debug/deps/libindexmap-c6a0d2b9f1b23663.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-e520009dc7a7a6ee.rlib" "/opt/rustwide/target/debug/deps/libcookie-0c7675e506fd3156.rlib" "/opt/rustwide/target/debug/deps/libhkdf-9b0045b6809c51be.rlib" "/opt/rustwide/target/debug/deps/libhmac-657dcc731d4370bb.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-387c06ad1c1e13c1.rlib" "/opt/rustwide/target/debug/deps/libsha2-878a40d8370dec96.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-0e4ae3c9982639cc.rlib" "/opt/rustwide/target/debug/deps/libdigest-5bf8175e08df0e92.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-07488158c88c9db6.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-2446ed6c707e1d45.rlib" "/opt/rustwide/target/debug/deps/libghash-00f20914809688fa.rlib" "/opt/rustwide/target/debug/deps/libpolyval-21d691d346429641.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-b27d62b7996433f6.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-5340ba0aef141d28.rlib" "/opt/rustwide/target/debug/deps/libsubtle-a8e5daac069a1424.rlib" "/opt/rustwide/target/debug/deps/libctr-aac69d47b960ee53.rlib" "/opt/rustwide/target/debug/deps/libaes-83a1422ba9cdac12.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-6b29e1c45f2f976e.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-b3a531c9eb400c1f.rlib" "/opt/rustwide/target/debug/deps/libcipher-3cdbe450d0abbe8b.rlib" "/opt/rustwide/target/debug/deps/libaead-1246ad4c8e300c46.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-85d86da1a6a69f28.rlib" "/opt/rustwide/target/debug/deps/libtypenum-ae91be759e5f8db3.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/librand-bf7b86cc364f400f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-7cfc9370faffa836.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-5e6fdfabf1edbf66.rlib" "/opt/rustwide/target/debug/deps/librand_core-7130072d870fd738.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4959cb15163be093.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/target/debug/deps/libtime-c688a372a90a6974.rlib" "/opt/rustwide/target/debug/deps/liblibc-b3cc6ef64cd08dc7.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-6f3e3411afe6defd.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1bab1a7cb55a60d2.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-240c068dd9a8427a.rlib" "/opt/rustwide/target/debug/deps/libpear-961bb1f73f1c0a9e.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a675e4c0b2cd6d0.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e3f6eac8ce8ba973.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-2ffa3867147f09fb.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-35bed922aa32bbbd.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ef53e65a7b7a39e5.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1958e7589a0c42f1.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-8c399cda3a205286.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-200a824b7fd3ccbb.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-ed4f57a507f0fd5e.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-3ea91f47fd49275a.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-1cb2e84ee1721c57.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ef26b6b8a99daec3.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5e482ea522915d9c.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a9e7dd5405efd2c.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f728cf9374526084.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b5714e1182296022.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69100093739463c8.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-95c4e3e80ce883d8.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-d83ba1fe54f1e3d0.rlib" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9e21114b6170ad54.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/3bbb5242a8064de4ca3af4036745ddf603ddaa85/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/neat_server-3fcc6411a458e525" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `neat-server` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1f27fbff6f1a1e37549c595aea17693b72499093cad15c3c839702604c0d8f5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f27fbff6f1a1e37549c595aea17693b72499093cad15c3c839702604c0d8f5c", kill_on_drop: false }` [INFO] [stdout] 1f27fbff6f1a1e37549c595aea17693b72499093cad15c3c839702604c0d8f5c