[INFO] cloning repository https://github.com/amy-keibler/bike-trip-tracker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/amy-keibler/bike-trip-tracker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famy-keibler%2Fbike-trip-tracker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famy-keibler%2Fbike-trip-tracker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 21486d3e7f727a550f352af5ca3e37e1399d0b12 [INFO] checking amy-keibler/bike-trip-tracker against try#ea0b8b54c698a32b6a15d1474117ead6958cef0e for pr-93275 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famy-keibler%2Fbike-trip-tracker" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/amy-keibler/bike-trip-tracker on toolchain ea0b8b54c698a32b6a15d1474117ead6958cef0e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ea0b8b54c698a32b6a15d1474117ead6958cef0e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/amy-keibler/bike-trip-tracker [INFO] finished tweaking git repo https://github.com/amy-keibler/bike-trip-tracker [INFO] tweaked toml for git repo https://github.com/amy-keibler/bike-trip-tracker written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/amy-keibler/bike-trip-tracker already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ea0b8b54c698a32b6a15d1474117ead6958cef0e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+ea0b8b54c698a32b6a15d1474117ead6958cef0e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b3343de79dd4e4fedf08f865ea7360f4c9443f4ae48f50413a8231056e5075f [INFO] running `Command { std: "docker" "start" "-a" "1b3343de79dd4e4fedf08f865ea7360f4c9443f4ae48f50413a8231056e5075f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b3343de79dd4e4fedf08f865ea7360f4c9443f4ae48f50413a8231056e5075f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b3343de79dd4e4fedf08f865ea7360f4c9443f4ae48f50413a8231056e5075f", kill_on_drop: false }` [INFO] [stdout] 1b3343de79dd4e4fedf08f865ea7360f4c9443f4ae48f50413a8231056e5075f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+ea0b8b54c698a32b6a15d1474117ead6958cef0e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96113a5627e9d35e2ffaf3b75e6c27faa292f88c654f096a4a891cd7087cd3fb [INFO] running `Command { std: "docker" "start" "-a" "96113a5627e9d35e2ffaf3b75e6c27faa292f88c654f096a4a891cd7087cd3fb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.129 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.92 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Checking once_cell v1.13.0 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling rustls v0.20.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.3 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling polyval v0.5.3 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling ghash v0.4.4 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling ctr v0.8.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling aead v0.4.3 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling siphasher v0.3.9 [INFO] [stderr] Compiling num_threads v0.1.3 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling aes-gcm v0.9.4 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Compiling devise_codegen v0.3.1 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Checking tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling state v0.5.3 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling futures-intrusive v0.4.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling devise v0.3.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling rustls-pemfile v1.0.0 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Checking h2 v0.3.11 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking hyper v0.14.16 [INFO] [stderr] Compiling atomic v0.5.1 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling multer v2.0.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Checking iana-time-zone v0.1.44 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking chrono v0.4.22 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling chrono-tz-build v0.0.2 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking spin v0.9.2 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking globset v0.4.8 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking async-stream v0.3.2 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling chrono-tz v0.6.1 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Compiling sqlx-rt v0.5.13 [INFO] [stderr] Compiling sqlformat v0.1.8 [INFO] [stderr] Checking ubyte v0.10.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Checking tokio-util v0.7.1 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling md-5 v0.10.1 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Compiling crc-catalog v2.1.0 [INFO] [stderr] Compiling whoami v1.2.1 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Compiling rocket_http v0.5.0-rc.2 (https://github.com/SergioBenitez/Rocket?branch=v0.5-rc#6778089c) [INFO] [stderr] Compiling rocket_http v0.5.0-rc.2 [INFO] [stderr] Compiling hashlink v0.8.0 [INFO] [stderr] Compiling sqlx-core v0.5.13 [INFO] [stderr] Checking ignore v0.4.18 [INFO] [stderr] Compiling crc v3.0.0 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling sqlformat v0.2.0 [INFO] [stderr] Compiling sqlx-rt v0.6.2 [INFO] [stderr] Compiling dotenvy v0.15.1 [INFO] [stderr] Compiling atoi v1.0.0 [INFO] [stderr] Compiling webpki-roots v0.22.3 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Compiling rocket v0.5.0-rc.2 [INFO] [stderr] Compiling rocket v0.5.0-rc.2 (https://github.com/SergioBenitez/Rocket?branch=v0.5-rc#6778089c) [INFO] [stderr] Checking deunicode v0.4.3 [INFO] [stderr] Compiling uuid v1.1.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Compiling sqlx-core v0.6.2 [INFO] [stderr] Checking slug v0.1.4 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.2 (https://github.com/SergioBenitez/Rocket?branch=v0.5-rc#6778089c) [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.2 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Checking filetime v0.2.15 [INFO] [stderr] Checking humansize v1.1.1 [INFO] [stderr] Checking notify v4.0.17 [INFO] [stderr] Compiling sqlx-macros v0.6.2 [INFO] [stderr] Compiling rocket_db_pools_codegen v0.1.0-rc.2 (https://github.com/SergioBenitez/Rocket?branch=v0.5-rc#6778089c) [INFO] [stderr] Checking normpath v0.3.2 [INFO] [stderr] Checking tera v1.15.0 [INFO] [stderr] Compiling sqlx-macros v0.5.13 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcwt9N1v/list" "-m64" "/tmp/rustcwt9N1v/symbols.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.rocket_codegen.7e494eb1-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.50rh8r0lfdfbq1qx.rcgu.rmeta" "/opt/rustwide/target/debug/deps/rocket_codegen-f0ec1cd918c6579c.2ppgdjqry6b8daf2.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-aee9cf5dcda39150/out" "-L" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libglob-d3943553b96703d7.rlib" "/opt/rustwide/target/debug/deps/libdevise-78e35e52aaee69a8.rlib" "/opt/rustwide/target/debug/deps/libdevise_core-22f7a3338df87ebb.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2_diagnostics-b3bd1e3c560a254b.rlib" "/opt/rustwide/target/debug/deps/libsyn-be6741758c7631f9.rlib" "/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rlib" "/opt/rustwide/target/debug/deps/librocket_http-dc1fef4bc3559eff.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-3b7f790271e49bcb.rlib" "/opt/rustwide/target/debug/deps/libfutures-f11f7a6e622e16ec.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-70c8c7246d6bc0c2.rlib" "/opt/rustwide/target/debug/deps/libcookie-3f2aa403ee00927f.rlib" "/opt/rustwide/target/debug/deps/libhkdf-56954834b64544b7.rlib" "/opt/rustwide/target/debug/deps/libhmac-0e596d304910bb8e.rlib" "/opt/rustwide/target/debug/deps/libsha2-a0f69031f90f243f.rlib" "/opt/rustwide/target/debug/deps/libdigest-cec393fc5d47d73b.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-d7d5f41b71548fac.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-2ff8e4175d5b7ef1.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-6483dc414d11ac84.rlib" "/opt/rustwide/target/debug/deps/libghash-5cae3a630999034b.rlib" "/opt/rustwide/target/debug/deps/libpolyval-bd440991d084a0cc.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-9fffd57bc8e7a50c.rlib" "/opt/rustwide/target/debug/deps/libsubtle-132c1a308e331b82.rlib" "/opt/rustwide/target/debug/deps/libctr-4d261789bec6f5c3.rlib" "/opt/rustwide/target/debug/deps/libaes-0f5de1ea87e9ddbc.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-c38b0b0f1a8d0c39.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-b3a531c9eb400c1f.rlib" "/opt/rustwide/target/debug/deps/libcipher-15ab9f38caeae2d0.rlib" "/opt/rustwide/target/debug/deps/libaead-0a8832fa1ad90f1f.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-39ab557ac561349d.rlib" "/opt/rustwide/target/debug/deps/libtypenum-ae91be759e5f8db3.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/librand-731cc996a517c027.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-f4b7b2b3395a6d0e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-5e6fdfabf1edbf66.rlib" "/opt/rustwide/target/debug/deps/librand_core-3e247f449cc59d80.rlib" "/opt/rustwide/target/debug/deps/libuncased-b35c8466ed6e295a.rlib" "/opt/rustwide/target/debug/deps/librustls-9c0e625e8e3a2b2d.rlib" "/opt/rustwide/target/debug/deps/libsct-c56ba9a00742f029.rlib" "/opt/rustwide/target/debug/deps/libwebpki-2ad0ed481208934d.rlib" "/opt/rustwide/target/debug/deps/libring-2b55e797bb0d2b65.rlib" "/opt/rustwide/target/debug/deps/libspin-2c2d0e97c8363747.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-bae7ad9dbbebb2b7.rlib" "/opt/rustwide/target/debug/deps/libstable_pattern-e94801ea5b6a9668.rlib" "/opt/rustwide/target/debug/deps/libref_cast-7f5f33447a90dd70.rlib" "/opt/rustwide/target/debug/deps/libeither-9468d01e6055448d.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-283f2487fcc9f0f1.rlib" "/opt/rustwide/target/debug/deps/libtime-6b580a9dec807296.rlib" "/opt/rustwide/target/debug/deps/libstate-57c6ced2b42cde1f.rlib" "/opt/rustwide/target/debug/deps/libhyper-0a309854c3ed13fb.rlib" "/opt/rustwide/target/debug/deps/libsocket2-732802f50555bebd.rlib" "/opt/rustwide/target/debug/deps/libitoa-292f0c0aa4cceb9b.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d713e9f8be03dc82.rlib" "/opt/rustwide/target/debug/deps/libh2-58ec2ea955005aa5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-a3f6b4ec6603c00b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-1090a27ede429252.rlib" "/opt/rustwide/target/debug/deps/libahash-8fd516b73070b263.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-9daac1b146c0b602.rlib" "/opt/rustwide/target/debug/deps/libserde-19edbc255897a317.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-fccff8d0ca944afe.rlib" "/opt/rustwide/target/debug/deps/libtower_service-a0bac867cff4e01f.rlib" "/opt/rustwide/target/debug/deps/libtracing-0b3a6061903b0341.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-808ae8c820022687.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b3012d31e53829d4.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-572d94edf918add0.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-1e7c528123260c0d.rlib" "/opt/rustwide/target/debug/deps/libslab-aef35fd6b139bfac.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-26366e2da0c610aa.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-5a29710ac8e9aa10.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0251f1c82d417fc4.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-2cccdbab4f5fe80d.rlib" "/opt/rustwide/target/debug/deps/libtokio-4f489d35d1bf5e51.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-6b6c656c22f20415.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-d193b0f33a74bd19.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6bbee201eb478c9.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-3548c506bfdf571b.rlib" "/opt/rustwide/target/debug/deps/libmio-a109a98dabd239b8.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c7abe4dc86050ae.rlib" "/opt/rustwide/target/debug/deps/liblog-41607b4997ff699e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d4223cfaa04037d7.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-bf6df8bd166604f2.rlib" "/opt/rustwide/target/debug/deps/libhttp-4da2cfc5497c929c.rlib" "/opt/rustwide/target/debug/deps/libitoa-02bdd2be5ac8e9f1.rlib" "/opt/rustwide/target/debug/deps/libbytes-5e8424a0f7103369.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libpear-db0ee5356eff0a10.rlib" "/opt/rustwide/target/debug/deps/libyansi-eb01c7ca8db72027.rlib" "/opt/rustwide/target/debug/deps/libinlinable_string-45cc40247f8a90d5.rlib" "/opt/rustwide/target/debug/deps/libquote-4040e84c0ddb8645.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-d937f1f82ffb437d.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-3c8a88541efd8c80.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-caf703d8d0890d16.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-de75e80c43801b1c.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2a787eb9d60efe22.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-4a45f4075ae80a22.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e89379089032cd0e.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-74211b12b443811c.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1f391b051eb3b957.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-db4d651637ed1365.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-255c18ca7ff0a7c6.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fcf994c37af81dc5.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-1791beb5b36e409b.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-6d1ec8f1337db26d.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ce60aba693c46806.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b113a1d1429de7b6.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fa2b1d08224d5dda.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a51843dfc5fc8b4b.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a5319eed00c3264d.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c6c03e024a2f1e46.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-522518611024dce5.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-05898138a596088a.rlib" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b7c79d85cf21a511.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ea0b8b54c698a32b6a15d1474117ead6958cef0e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/librocket_codegen-f0ec1cd918c6579c.so" "-Wl,--gc-sections" "-shared" "-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 `rocket_codegen` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "96113a5627e9d35e2ffaf3b75e6c27faa292f88c654f096a4a891cd7087cd3fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96113a5627e9d35e2ffaf3b75e6c27faa292f88c654f096a4a891cd7087cd3fb", kill_on_drop: false }` [INFO] [stdout] 96113a5627e9d35e2ffaf3b75e6c27faa292f88c654f096a4a891cd7087cd3fb