[INFO] cloning repository https://github.com/MacMalainey/ece421prj3
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MacMalainey/ece421prj3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMacMalainey%2Fece421prj3", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMacMalainey%2Fece421prj3'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 507cc5d352425dce20a127e613621fe71f8914f5
[INFO] building MacMalainey/ece421prj3 against try#434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275 for pr-101591
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMacMalainey%2Fece421prj3" "/workspace/builds/worker-6/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/MacMalainey/ece421prj3 on toolchain 434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/MacMalainey/ece421prj3
[INFO] finished tweaking git repo https://github.com/MacMalainey/ece421prj3
[INFO] tweaked toml for git repo https://github.com/MacMalainey/ece421prj3 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/MacMalainey/ece421prj3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cad395e2518e1c06b938edd3aca4e661e0976cf88bf9883eeff1b8d72688e3b0
[INFO] running `Command { std: "docker" "start" "-a" "cad395e2518e1c06b938edd3aca4e661e0976cf88bf9883eeff1b8d72688e3b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cad395e2518e1c06b938edd3aca4e661e0976cf88bf9883eeff1b8d72688e3b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cad395e2518e1c06b938edd3aca4e661e0976cf88bf9883eeff1b8d72688e3b0", kill_on_drop: false }`
[INFO] [stdout] cad395e2518e1c06b938edd3aca4e661e0976cf88bf9883eeff1b8d72688e3b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7996518f8df209ff4a750d5d5928710a2c01ceb6c8e2dbdc89100af29f084ac7
[INFO] running `Command { std: "docker" "start" "-a" "7996518f8df209ff4a750d5d5928710a2c01ceb6c8e2dbdc89100af29f084ac7", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.36
[INFO] [stderr] Compiling unicode-xid v0.2.2
[INFO] [stderr] Compiling syn v1.0.89
[INFO] [stderr] Compiling cfg-if v1.0.0
[INFO] [stderr] Compiling version_check v0.9.4
[INFO] [stderr] Compiling log v0.4.16
[INFO] [stderr] Compiling libc v0.2.121
[INFO] [stderr] Compiling serde_derive v1.0.136
[INFO] [stderr] Compiling serde v1.0.136
[INFO] [stderr] Compiling lazy_static v1.4.0
[INFO] [stderr] Compiling autocfg v1.1.0
[INFO] [stderr] Compiling itoa v1.0.1
[INFO] [stderr] Compiling ryu v1.0.9
[INFO] [stderr] Compiling serde_json v1.0.79
[INFO] [stderr] Compiling futures-core v0.3.21
[INFO] [stderr] Compiling typenum v1.15.0
[INFO] [stderr] Compiling wasm-bindgen-shared v0.2.79
[INFO] [stderr] Compiling memchr v2.4.1
[INFO] [stderr] Compiling futures-sink v0.3.21
[INFO] [stderr] Compiling bumpalo v3.9.1
[INFO] [stderr] Compiling futures-channel v0.3.21
[INFO] [stderr] Compiling pin-project-lite v0.2.8
[INFO] [stderr] Compiling wasm-bindgen v0.2.79
[INFO] [stderr] Compiling cc v1.0.73
[INFO] [stderr] Compiling pkg-config v0.3.24
[INFO] [stderr] Compiling once_cell v1.10.0
[INFO] [stderr] Compiling bytes v1.1.0
[INFO] [stderr] Compiling slab v0.4.5
[INFO] [stderr] Compiling parking_lot_core v0.8.5
[INFO] [stderr] Compiling futures-task v0.3.21
[INFO] [stderr] Compiling smallvec v1.8.0
[INFO] [stderr] Compiling scopeguard v1.1.0
[INFO] [stderr] Compiling futures-util v0.3.21
[INFO] [stderr] Compiling yansi v0.5.1
[INFO] [stderr] Compiling bitflags v1.3.2
[INFO] [stderr] Compiling pin-utils v0.1.0
[INFO] [stderr] Compiling fnv v1.0.7
[INFO] [stderr] Compiling futures-io v0.3.21
[INFO] [stderr] Compiling hashbrown v0.11.2
[INFO] [stderr] Compiling subtle v2.4.1
[INFO] [stderr] Compiling opaque-debug v0.3.0
[INFO] [stderr] Compiling percent-encoding v2.1.0
[INFO] [stderr] Compiling httparse v1.6.0
[INFO] [stderr] Compiling proc-macro-hack v0.5.19
[INFO] [stderr] Compiling try-lock v0.2.3
[INFO] [stderr] Compiling cpuid-bool v0.2.0
[INFO] [stderr] Compiling const_fn v0.4.9
[INFO] [stderr] Compiling ppv-lite86 v0.2.16
[INFO] [stderr] Compiling httpdate v1.0.2
[INFO] [stderr] Compiling tower-service v0.3.1
[INFO] [stderr] Compiling base64 v0.13.0
[INFO] [stderr] Compiling cpufeatures v0.2.2
[INFO] [stderr] Compiling encoding_rs v0.8.30
[INFO] [stderr] Compiling ref-cast v1.0.6
[INFO] [stderr] Compiling mime v0.3.16
[INFO] [stderr] Compiling inlinable_string v0.1.15
[INFO] [stderr] Compiling byteorder v1.4.3
[INFO] [stderr] Compiling either v1.6.1
[INFO] [stderr] Compiling async-trait v0.1.53
[INFO] [stderr] Compiling state v0.5.2
[INFO] [stderr] Compiling spin v0.9.2
[INFO] [stderr] Compiling foreign-types-shared v0.1.1
[INFO] [stderr] Compiling matches v0.1.9
[INFO] [stderr] Compiling glob v0.3.0
[INFO] [stderr] Compiling openssl v0.10.38
[INFO] [stderr] Compiling fastrand v1.7.0
[INFO] [stderr] Compiling remove_dir_all v0.5.3
[INFO] [stderr] Compiling crossbeam-utils v0.8.8
[INFO] [stderr] Compiling native-tls v0.2.10
[INFO] [stderr] Compiling arrayvec v0.7.2
[INFO] [stderr] Compiling tinyvec_macros v0.1.0
[INFO] [stderr] Compiling signal-hook v0.3.13
[INFO] [stderr] Compiling arrayref v0.3.6
[INFO] [stderr] Compiling binascii v0.1.4
[INFO] [stderr] Compiling constant_time_eq v0.1.5
[INFO] [stderr] Compiling openssl-probe v0.1.5
[INFO] [stderr] Compiling boolinator v2.4.0
[INFO] [stderr] Compiling scoped-tls-hkt v0.1.2
[INFO] [stderr] Compiling unicode-bidi v0.3.7
[INFO] [stderr] Compiling anymap2 v0.13.0
[INFO] [stderr] Compiling route-recognizer v0.3.1
[INFO] [stderr] Compiling ipnet v2.4.0
[INFO] [stderr] Compiling urlencoding v1.3.3
[INFO] [stderr] Compiling ansi_term v0.12.1
[INFO] [stderr] Compiling instant v0.1.12
[INFO] [stderr] Compiling tracing-core v0.1.23
[INFO] [stderr] Compiling generic-array v0.14.5
[INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr] Compiling standback v0.2.17
[INFO] [stderr] Compiling time v0.2.27
[INFO] [stderr] Compiling uncased v0.9.6
[INFO] [stderr] Compiling cookie v0.15.1
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr] Compiling figment v0.10.6
[INFO] [stderr] Compiling proc-macro-error v1.0.4
[INFO] [stderr] Compiling multer v2.0.2
[INFO] [stderr] Compiling indexmap v1.8.0
[INFO] [stderr] Compiling num-traits v0.2.14
[INFO] [stderr] Compiling num-integer v0.1.44
[INFO] [stderr] Compiling atomic v0.5.1
[INFO] [stderr] Compiling lock_api v0.4.6
[INFO] [stderr] Compiling http v0.2.6
[INFO] [stderr] Compiling rocket v0.5.0-rc.1
[INFO] [stderr] Compiling itertools v0.10.3
[INFO] [stderr] Compiling libsqlite3-sys v0.22.2
[INFO] [stderr] Compiling openssl-sys v0.9.72
[INFO] [stderr] Compiling form_urlencoded v1.0.1
[INFO] [stderr] Compiling foreign-types v0.3.2
[INFO] [stderr] Compiling tinyvec v1.5.1
[INFO] [stderr] Compiling blake2b_simd v1.0.0
[INFO] [stderr] Compiling http-body v0.4.4
[INFO] [stderr] Compiling unicode-normalization v0.1.19
[INFO] [stderr] Compiling want v0.3.0
[INFO] [stderr] Compiling signal-hook-registry v1.4.0
[INFO] [stderr] Compiling socket2 v0.4.4
[INFO] [stderr] Compiling mio v0.8.2
[INFO] [stderr] Compiling num_cpus v1.13.1
[INFO] [stderr] Compiling getrandom v0.2.5
[INFO] [stderr] Compiling time v0.1.44
[INFO] [stderr] Compiling tempfile v3.3.0
[INFO] [stderr] Compiling atty v0.2.14
[INFO] [stderr] Compiling mio v0.7.14
[INFO] [stderr] Compiling quote v1.0.16
[INFO] [stderr] Compiling stable-pattern v0.1.0
[INFO] [stderr] Compiling rust-argon2 v1.0.0
[INFO] [stderr] Compiling idna v0.2.3
[INFO] [stderr] Compiling rand_core v0.6.3
[INFO] [stderr] Compiling parking_lot v0.11.2
[INFO] [stderr] Compiling cipher v0.2.5
[INFO] [stderr] Compiling universal-hash v0.4.1
[INFO] [stderr] Compiling digest v0.9.0
[INFO] [stderr] Compiling crypto-mac v0.10.1
[INFO] [stderr] Compiling block-buffer v0.9.0
[INFO] [stderr] Compiling aead v0.3.2
[INFO] [stderr] Compiling signal-hook-mio v0.2.3
[INFO] [stderr] Compiling url v2.2.2
[INFO] [stderr] Compiling rand_chacha v0.3.1
[INFO] [stderr] Compiling polyval v0.4.5
[INFO] [stderr] Compiling aes-soft v0.6.4
[INFO] [stderr] Compiling ctr v0.6.0
[INFO] [stderr] Compiling scheduled-thread-pool v0.2.5
[INFO] [stderr] Compiling hmac v0.10.1
[INFO] [stderr] Compiling sha2 v0.9.9
[INFO] [stderr] Compiling crossterm v0.22.1
[INFO] [stderr] Compiling ghash v0.3.1
[INFO] [stderr] Compiling rand v0.8.5
[INFO] [stderr] Compiling aes v0.6.0
[INFO] [stderr] Compiling wasm-bindgen-backend v0.2.79
[INFO] [stderr] Compiling hkdf v0.10.0
[INFO] [stderr] Compiling r2d2 v0.8.9
[INFO] [stderr] Compiling aes-gcm v0.8.0
[INFO] [stderr] Compiling terminal-menu v2.0.2
[INFO] [stderr] Compiling devise_core v0.3.1
[INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.79
[INFO] [stderr] Compiling tokio-macros v1.7.0
[INFO] [stderr] Compiling futures-macro v0.3.21
[INFO] [stderr] Compiling tracing-attributes v0.1.20
[INFO] [stderr] Compiling time-macros-impl v0.1.2
[INFO] [stderr] Compiling pear_codegen v0.2.3
[INFO] [stderr] Compiling ref-cast-impl v1.0.6
[INFO] [stderr] Compiling diesel_derives v1.4.1
[INFO] [stderr] Compiling async-stream-impl v0.3.3
[INFO] [stderr] Compiling thiserror-impl v1.0.30
[INFO] [stderr] Compiling yew-macro v0.19.3
[INFO] [stderr] Compiling yew-router-macro v0.16.0
[INFO] [stderr] Compiling bounce-macros v0.2.0
[INFO] [stderr] Compiling devise_codegen v0.3.1
[INFO] [stderr] Compiling tokio v1.17.0
[INFO] [stderr] Compiling time-macros v0.1.1
[INFO] [stderr] Compiling wasm-bindgen-macro v0.2.79
[INFO] [stderr] Compiling pear v0.2.3
[INFO] [stderr] Compiling tracing v0.1.32
[INFO] [stderr] Compiling async-stream v0.3.3
[INFO] [stderr] Compiling thiserror v1.0.30
[INFO] [stderr] Compiling tokio-util v0.6.9
[INFO] [stderr] Compiling tokio-stream v0.1.8
[INFO] [stderr] Compiling tokio-native-tls v0.3.0
[INFO] [stderr] Compiling devise v0.3.1
[INFO] [stderr] Compiling futures-executor v0.3.21
[INFO] [stderr] Compiling rocket_sync_db_pools_codegen v0.1.0-rc.1
[INFO] [stderr] Compiling futures v0.3.21
[INFO] [stderr] Compiling chrono v0.4.19
[INFO] [stderr] Compiling toml v0.5.8
[INFO] [stderr] Compiling ubyte v0.10.1
[INFO] [stderr] Compiling serde_urlencoded v0.7.1
[INFO] [stderr] Compiling h2 v0.3.12
[INFO] [stderr] Compiling diesel v1.4.8
[INFO] [stderr] Compiling js-sys v0.3.56
[INFO] [stderr] Compiling console_error_panic_hook v0.1.7
[INFO] [stderr] Compiling hyper v0.14.18
[INFO] [stderr] Compiling web-sys v0.3.56
[INFO] [stderr] Compiling gloo-timers v0.2.3
[INFO] [stderr] Compiling wasm-bindgen-futures v0.4.29
[INFO] [stderr] Compiling serde-wasm-bindgen v0.3.1
[INFO] [stderr] Compiling rocket_http v0.5.0-rc.1
[INFO] [stderr] Compiling hyper-tls v0.5.0
[INFO] [stderr] Compiling reqwest v0.11.10
[INFO] [stderr] Compiling migrations_internals v1.4.1
[INFO] [stderr] Compiling migrations_macros v1.4.2
[INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.1
[INFO] [stderr] Compiling gloo-utils v0.1.2
[INFO] [stderr] Compiling gloo-events v0.1.1
[INFO] [stderr] Compiling gloo-render v0.1.0
[INFO] [stderr] Compiling gloo-console v0.2.1
[INFO] [stderr] Compiling gloo-dialogs v0.1.0
[INFO] [stderr] Compiling wasm-cookies v0.1.0
[INFO] [stderr] Compiling wasm-logger v0.2.0
[INFO] [stderr] Compiling gloo-storage v0.2.0
[INFO] [stderr] Compiling gloo-file v0.2.1
[INFO] [stderr] Compiling diesel_migrations v1.4.0
[INFO] [stderr] Compiling gloo v0.4.2
[INFO] [stderr] Compiling yew v0.19.3
[INFO] [stderr] Compiling bounce v0.2.0
[INFO] [stderr] Compiling yew-router v0.16.0
[INFO] [stderr] Compiling shared_types v0.1.0 (/opt/rustwide/workdir/shared_types)
[INFO] [stderr] Compiling rocket_sync_db_pools v0.1.0-rc.1
[INFO] [stderr] Compiling prj3_client v0.1.0 (/opt/rustwide/workdir/prj3_client)
[INFO] [stderr] Compiling prj3_cli v0.1.0 (/opt/rustwide/workdir/prj3_cli)
[INFO] [stderr] Compiling prj3_server v0.1.0 (/opt/rustwide/workdir/prj3_server)
[INFO] [stdout] warning: All `` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout] --> prj3_client/src/pages/login.rs:165:22
[INFO] [stdout] |
[INFO] [stdout] 165 | {"Login"}
[INFO] [stdout] | ^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: All `` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout] --> prj3_client/src/pages/login.rs:168:22
[INFO] [stdout] |
[INFO] [stdout] 168 | {"Sign up"}
[INFO] [stdout] | ^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: All `` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout] --> prj3_client/src/pages/leaderboard.rs:146:28
[INFO] [stdout] |
[INFO] [stdout] 146 |
[INFO] [stdout] | ^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: All `` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout] --> prj3_client/src/pages/leaderboard.rs:151:28
[INFO] [stdout] |
[INFO] [stdout] 151 |
[INFO] [stdout] | ^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: All `` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout] --> prj3_client/src/main.rs:158:42
[INFO] [stdout] |
[INFO] [stdout] 158 | ... {"Logout"}
[INFO] [stdout] | ^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `session_user` is never read
[INFO] [stdout] --> prj3_client/src/main.rs:22:5
[INFO] [stdout] |
[INFO] [stdout] 20 | #[derive(Properties, PartialEq)]
[INFO] [stdout] | ---------- field in this struct
[INFO] [stdout] 21 | struct AppLaunchProps {
[INFO] [stdout] 22 | session_user: Option
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout] |
[INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcqkLRuF/symbols.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.prj3_client.7176149b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9.3s6jztlc4qhgrllc.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-5d770dbaecd508bc/out" "-L" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libwasm_logger-a513736797e9be5a.rlib" "/opt/rustwide/target/debug/deps/libreqwest-c42c5d7273949db8.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-5200b9e06a10d27e.rlib" "/opt/rustwide/target/debug/deps/libipnet-191f5dc384541e3c.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-dc562fd14e2b7d73.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-9bd52c9fcb383df1.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-9fb528d4b515d117.rlib" "/opt/rustwide/target/debug/deps/libopenssl-dbf5250db96a3f39.rlib" "/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-46b9b5ebdcb273c8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-ecd28e6fe5f7182e.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-00a8687fd3556828.rlib" "/opt/rustwide/target/debug/deps/liburl-d12fc40f8e40722d.rlib" "/opt/rustwide/target/debug/deps/libidna-6a34d38410bd9527.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-12ccd468a33959ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-b9fbadb33a2ea73a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ef06cf556416b731.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-d0a053bbcb729d32.rlib" "/opt/rustwide/target/debug/deps/libshared_types-ed3e61205c98665b.rlib" "/opt/rustwide/target/debug/deps/libargon2-db73eee190bb1011.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-450165479771ed45.rlib" "/opt/rustwide/target/debug/deps/libblake2b_simd-e236702774d12a59.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-f032d4b97223866f.rlib" "/opt/rustwide/target/debug/deps/libarrayref-57281c41570c02b8.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-bcceb7e2d64293ba.rlib" "/opt/rustwide/target/debug/deps/libitertools-dc397300565ff732.rlib" "/opt/rustwide/target/debug/deps/libdiesel_migrations-74237bb77f84337b.rlib" "/opt/rustwide/target/debug/deps/libmigrations_internals-e507b073905fd095.rlib" "/opt/rustwide/target/debug/deps/libdiesel-01bc4fcc2a3c2f1e.rlib" "/opt/rustwide/target/debug/deps/libchrono-d6699245063fddf5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-518f8f28c8d9b32e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-614ca1762d7d599b.rlib" "/opt/rustwide/target/debug/deps/libtime-807444e7cf9ae015.rlib" "/opt/rustwide/target/debug/deps/liblibsqlite3_sys-a183e710da62a924.rlib" "/opt/rustwide/target/debug/deps/libr2d2-dab9d16ad37d4a1b.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-64fbc504ba98e5c7.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4d098c56eb4115f5.rlib" "/opt/rustwide/target/debug/deps/librocket-c025f6f3e0449391.rlib" "/opt/rustwide/target/debug/deps/libatty-b3c5aefc3fd947f2.rlib" "/opt/rustwide/target/debug/deps/libtempfile-e096f80dc9a05bf7.rlib" "/opt/rustwide/target/debug/deps/libfastrand-2765520c777de4dc.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-a366538c24cba4e3.rlib" "/opt/rustwide/target/debug/deps/librocket_http-58d47228446b4021.rlib" "/opt/rustwide/target/debug/deps/libcookie-6f785465d3fd9083.rlib" "/opt/rustwide/target/debug/deps/libsha2-ba8dcc3e08533595.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-a89a9bdc17782d08.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-f21488fa4ec59d88.rlib" "/opt/rustwide/target/debug/deps/libhkdf-fbf784042b000223.rlib" "/opt/rustwide/target/debug/deps/libhmac-6f03fc8d82912d5c.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-24f450c7e97fea77.rlib" "/opt/rustwide/target/debug/deps/libdigest-6ae876afa1ba34ff.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-78fa252cdc9c5bbd.rlib" "/opt/rustwide/target/debug/deps/libghash-09c0c011fe651d68.rlib" "/opt/rustwide/target/debug/deps/libpolyval-c949c236b62c4bc4.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-b27d62b7996433f6.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-73b2fbf5dc7be6f2.rlib" "/opt/rustwide/target/debug/deps/libsubtle-132c1a308e331b82.rlib" "/opt/rustwide/target/debug/deps/libctr-0fb28bfccc75b38e.rlib" "/opt/rustwide/target/debug/deps/libaes-7024ca7c07c95a09.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-aac6980948b02d63.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-b3a531c9eb400c1f.rlib" "/opt/rustwide/target/debug/deps/libcipher-f709c5413a9a0f13.rlib" "/opt/rustwide/target/debug/deps/libaead-c9d97022bafce068.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-b2a84fc18f8889a3.rlib" "/opt/rustwide/target/debug/deps/libtypenum-ae91be759e5f8db3.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/librand-ed098baa9d86d2bd.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-f91419daa35de624.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-5e6fdfabf1edbf66.rlib" "/opt/rustwide/target/debug/deps/librand_core-d7147379b611d285.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-88593804f1ffe518.rlib" "/opt/rustwide/target/debug/deps/libstable_pattern-e94801ea5b6a9668.rlib" "/opt/rustwide/target/debug/deps/libref_cast-86e948b943a8b540.rlib" "/opt/rustwide/target/debug/deps/libhyper-12edc580810811fc.rlib" "/opt/rustwide/target/debug/deps/libwant-48042a3cfa1a5a96.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-febba4674ec63f92.rlib" "/opt/rustwide/target/debug/deps/libh2-501c8a5de7dfdca6.rlib" "/opt/rustwide/target/debug/deps/libtower_service-a0bac867cff4e01f.rlib" "/opt/rustwide/target/debug/deps/libtracing-53a772e560e23b3d.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-05e1de2edfae70c6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b3012d31e53829d4.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-bf6df8bd166604f2.rlib" "/opt/rustwide/target/debug/deps/libmulter-63ffbef8f28b9210.rlib" "/opt/rustwide/target/debug/deps/libmime-f9513972171bf326.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-f43796bfb40c0ffb.rlib" "/opt/rustwide/target/debug/deps/libhttparse-f903fce033082f33.rlib" "/opt/rustwide/target/debug/deps/libspin-79dd70f89960d4f5.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-1fe2da97047af419.rlib" "/opt/rustwide/target/debug/deps/libhttp-4da2cfc5497c929c.rlib" "/opt/rustwide/target/debug/deps/libeither-2e3eb180977f1f53.rlib" "/opt/rustwide/target/debug/deps/libbinascii-be91a80d4bfe504f.rlib" "/opt/rustwide/target/debug/deps/libtokio_stream-c3f3ade0a1b0e448.rlib" "/opt/rustwide/target/debug/deps/libtime-118daafee0aa2a80.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-de01dc369c814374.rlib" "/opt/rustwide/target/debug/deps/libstandback-f817dc1b2c70df99.rlib" "/opt/rustwide/target/debug/deps/libatomic-42f5ffdc6f9a205f.rlib" "/opt/rustwide/target/debug/deps/libstate-284370cfc4a25594.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-24e5fbbead53d689.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-f41c76707e06b7f3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-283f2487fcc9f0f1.rlib" "/opt/rustwide/target/debug/deps/liblock_api-8f9d61d1e1d4273d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libinstant-e762c784f8da740e.rlib" "/opt/rustwide/target/debug/deps/libubyte-17f98e97a6f2a815.rlib" "/opt/rustwide/target/debug/deps/libfigment-9897840410bacfcc.rlib" "/opt/rustwide/target/debug/deps/libtoml-bbc6498a69825702.rlib" "/opt/rustwide/target/debug/deps/libuncased-7c1598fba6e6a0d7.rlib" "/opt/rustwide/target/debug/deps/libpear-0d75930c2ca2a670.rlib" "/opt/rustwide/target/debug/deps/libinlinable_string-45cc40247f8a90d5.rlib" "/opt/rustwide/target/debug/deps/libtokio-5bc0a9a6541fdaac.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-9d37968c2f43e5b7.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-59183ec47ecace06.rlib" "/opt/rustwide/target/debug/deps/libsocket2-f32a68871727a6e7.rlib" "/opt/rustwide/target/debug/deps/libbytes-5e8424a0f7103369.rlib" "/opt/rustwide/target/debug/deps/libmio-536954fa504940a6.rlib" "/opt/rustwide/target/debug/deps/liblibc-04dd900d425ce5fe.rlib" "/opt/rustwide/target/debug/deps/liblog-de6ab1fd6080fec5.rlib" "/opt/rustwide/target/debug/deps/libasync_stream-7978cf48165e10f5.rlib" "/opt/rustwide/target/debug/deps/libyansi-76778e7c655b55fe.rlib" "/opt/rustwide/target/debug/deps/libbounce-93e2a4c7e938f979.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-8701aae6e7d8d54f.rlib" "/opt/rustwide/target/debug/deps/libanymap2-e4aca6f022104a6a.rlib" "/opt/rustwide/target/debug/deps/libfutures-4fff65c3b43d9634.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-b272d08b228f2927.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-e301aaa0cb41a9bc.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6bbee201eb478c9.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-cc2c366f0800939b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d4223cfaa04037d7.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fc22affba0d30485.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libyew_router-72e84cf9a2cb1602.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-85c929d65c502b1e.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-1a48ab4b6760ee48.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libmatches-a104dd362fa85146.rlib" "/opt/rustwide/target/debug/deps/libserde_wasm_bindgen-ac24a7dcfc8a1f69.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libroute_recognizer-853259468fc1e8b5.rlib" "/opt/rustwide/target/debug/deps/libyew-d2344ad9ddb9c985.rlib" "/opt/rustwide/target/debug/deps/libconsole_error_panic_hook-a5b8e1f3746e8bf2.rlib" "/opt/rustwide/target/debug/deps/libgloo-d1602d4f1171535b.rlib" "/opt/rustwide/target/debug/deps/libgloo_timers-75f638f94e5a2ddc.rlib" "/opt/rustwide/target/debug/deps/libgloo_storage-bc3ee7b1d3f92514.rlib" "/opt/rustwide/target/debug/deps/libthiserror-aa1ad94fe4e92fbb.rlib" "/opt/rustwide/target/debug/deps/libgloo_render-33928c611928b58f.rlib" "/opt/rustwide/target/debug/deps/libgloo_file-65de1b6d08251841.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-82564b330993e6f3.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-7d213b16a2f2adf2.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-49530b2602be9735.rlib" "/opt/rustwide/target/debug/deps/libgloo_events-f8e048aeb1e999bc.rlib" "/opt/rustwide/target/debug/deps/libgloo_dialogs-ca59f2547bd104be.rlib" "/opt/rustwide/target/debug/deps/libgloo_console-c8bdd4904dd8ab96.rlib" "/opt/rustwide/target/debug/deps/libwasm_bindgen_futures-2a61ec340a870c1f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-a85d3c975dacb5bf.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-238efa6a2ed05171.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls_hkt-4311cd7bbe1f1c18.rlib" "/opt/rustwide/target/debug/deps/libslab-aef35fd6b139bfac.rlib" "/opt/rustwide/target/debug/deps/libgloo_utils-8bca0e57968d85ca.rlib" "/opt/rustwide/target/debug/deps/libweb_sys-a90306e5bef5a9fe.rlib" "/opt/rustwide/target/debug/deps/libjs_sys-c34921b2a6610db3.rlib" "/opt/rustwide/target/debug/deps/libwasm_bindgen-73d6859769cbf26e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-e2755a9bb0ea4cb9.rlib" "/opt/rustwide/target/debug/deps/libryu-502943e46dd7b745.rlib" "/opt/rustwide/target/debug/deps/libitoa-02bdd2be5ac8e9f1.rlib" "/opt/rustwide/target/debug/deps/libserde-3cd248f815814cd9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4393e7d07259b8a4.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e13cbb326bcd01a4.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-13ac6af5403a52c8.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-a7b8febdd2acb289.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-343513f0726f71ed.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-8f833d900bfb98aa.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e97a7960ca6216c8.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-683fb35093a61fcc.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-f943c2d34bd4b56d.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-72ce2aaa649404e0.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ac5d08ad5339e92e.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-dacfda262d5656fb.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2056a834ba0712c.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a60649c148c6e2db.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-3e961d059b9bcde7.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-20f26f875d0170e2.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-522518611024dce5.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-05898138a596088a.rlib" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5b83a1df856cf582.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/434cce50d8e9a9de0ddaaccaca51e3e3f4bbb275/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/prj3_client-62bc07930da4d4f9" "-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; 6 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `prj3_client` due to 2 previous errors; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7996518f8df209ff4a750d5d5928710a2c01ceb6c8e2dbdc89100af29f084ac7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7996518f8df209ff4a750d5d5928710a2c01ceb6c8e2dbdc89100af29f084ac7", kill_on_drop: false }`
[INFO] [stdout] 7996518f8df209ff4a750d5d5928710a2c01ceb6c8e2dbdc89100af29f084ac7