[INFO] cloning repository https://github.com/ashhhleyyy/website [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ashhhleyyy/website" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashhhleyyy%2Fwebsite", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashhhleyyy%2Fwebsite'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 66abdc162a409714c2835a5865c7e43c93a8dfc9 [INFO] testing ashhhleyyy/website against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashhhleyyy%2Fwebsite" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ashhhleyyy/website on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ashhhleyyy/website [INFO] finished tweaking git repo https://github.com/ashhhleyyy/website [INFO] tweaked toml for git repo https://github.com/ashhhleyyy/website written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/ashhhleyyy/website already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rust-embed-impl v6.2.0 [INFO] [stderr] Downloaded askama_derive v0.11.2 [INFO] [stderr] Downloaded tower-http v0.2.3 [INFO] [stderr] Downloaded askama_escape v0.10.3 [INFO] [stderr] Downloaded askama_shared v0.12.2 [INFO] [stderr] Downloaded askama v0.11.1 [INFO] [stderr] Downloaded rust-embed v6.3.0 [INFO] [stderr] Downloaded rust-embed-utils v7.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ded09f5ac2732c92ff96875735836bc393c2b991f2c2267ab0d457617ded17ec [INFO] running `Command { std: "docker" "start" "-a" "ded09f5ac2732c92ff96875735836bc393c2b991f2c2267ab0d457617ded17ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ded09f5ac2732c92ff96875735836bc393c2b991f2c2267ab0d457617ded17ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ded09f5ac2732c92ff96875735836bc393c2b991f2c2267ab0d457617ded17ec", kill_on_drop: false }` [INFO] [stdout] ded09f5ac2732c92ff96875735836bc393c2b991f2c2267ab0d457617ded17ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c5ddb76702b50220c56ff59f23cc80097cce74dfa1458f14f56d18df7301b519 [INFO] running `Command { std: "docker" "start" "-a" "c5ddb76702b50220c56ff59f23cc80097cce74dfa1458f14f56d18df7301b519", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling rustls v0.20.4 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling askama_escape v0.10.3 [INFO] [stderr] Compiling num_threads v0.1.3 [INFO] [stderr] Compiling bytemuck v1.8.0 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling deflate v1.0.0 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling png v0.17.5 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling rust-embed-utils v7.1.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling image v0.24.1 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling headers v0.3.7 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.2 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling tracing-attributes v0.1.19 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling rust-embed-impl v6.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling rust-embed v6.3.0 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling axum-core v0.1.2 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling tracing-subscriber v0.3.9 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-util v0.7.0 [INFO] [stderr] Compiling tokio-rustls v0.23.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tower v0.4.12 [INFO] [stderr] Compiling h2 v0.3.12 [INFO] [stderr] Compiling tower-http v0.2.3 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling askama_shared v0.12.2 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling askama_derive v0.11.2 [INFO] [stderr] Compiling askama v0.11.1 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling axum v0.4.8 [INFO] [stderr] Compiling reqwest v0.11.9 [INFO] [stderr] Compiling website v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.website.52a888b9-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c.2eqgazejkc71krus.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-025733044edd5123/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfastrand-6c37a7eeccff4a45.rlib" "/opt/rustwide/target/debug/deps/libthiserror-fb5baf55e77db062.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-e9eff2b8a0919fd8.rlib" "/opt/rustwide/target/debug/deps/libthread_local-6af1ff4df3a29cd9.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-f962e6227830120a.rlib" "/opt/rustwide/target/debug/deps/libansi_term-592666dac2c0a789.rlib" "/opt/rustwide/target/debug/deps/libmatchers-2f61829cedea8c27.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-f01a7afc12df8412.rlib" "/opt/rustwide/target/debug/deps/libregex-0604fb1de77a9aa8.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-71dab053db1b6952.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-575090f64dc862d6.rlib" "/opt/rustwide/target/debug/deps/libaskama-8f4ec72c76d249db.rlib" "/opt/rustwide/target/debug/deps/libaskama_shared-c7f6238e5ff19edf.rlib" "/opt/rustwide/target/debug/deps/libtoml-85225d25daf8b0d0.rlib" "/opt/rustwide/target/debug/deps/libsyn-6962c0969d3d2717.rlib" "/opt/rustwide/target/debug/deps/libnom-2f4f60a7760837e0.rlib" "/opt/rustwide/target/debug/deps/libquote-8272c5f1de751f47.rlib" "/opt/rustwide/target/debug/deps/libhumansize-3aea156583fc1630.rlib" "/opt/rustwide/target/debug/deps/libaskama_escape-9a881fdcf92a0a63.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-242efc09b7ec223c.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-d8167d72773bee47.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-fd274bc27252e4d9.rlib" "/opt/rustwide/target/debug/deps/libtime-95f3d81be2de5bab.rlib" "/opt/rustwide/target/debug/deps/librust_embed-c053e14530dd36b1.rlib" "/opt/rustwide/target/debug/deps/librust_embed_utils-ea360e92a8c8b812.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-dd1217c15634ba02.rlib" "/opt/rustwide/target/debug/deps/libsame_file-068aca36718eb7b4.rlib" "/opt/rustwide/target/debug/deps/libsha2-31a17bca1288a095.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-fc668c1c55fec23c.rlib" "/opt/rustwide/target/debug/deps/libdigest-7a6efe86d293e42a.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-cc6770b8e365669b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-5577daa6e4f15e9b.rlib" "/opt/rustwide/target/debug/deps/libunicase-15db039ee2d27092.rlib" "/opt/rustwide/target/debug/deps/libimage-280ccaa325145782.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-ee6bd232620a0352.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-54de0e524114032d.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-fd696cad7fcf8286.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0a75c9c26dc9dc2c.rlib" "/opt/rustwide/target/debug/deps/libpng-4b7482e8cf59c7e0.rlib" "/opt/rustwide/target/debug/deps/libdeflate-6b394369b07791f3.rlib" "/opt/rustwide/target/debug/deps/libadler32-db47bf74eb7ba81c.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-06d781edd56a4ed9.rlib" "/opt/rustwide/target/debug/deps/libadler-d2cadc408605b257.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-74e2e9ddcccf33b3.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-86e68bc1c9e1742f.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-a50be04e3cefea8b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dd17a3fc81329d25.rlib" "/opt/rustwide/target/debug/deps/libhex-916c50638fc1506d.rlib" "/opt/rustwide/target/debug/deps/libaxum-421cea22373fa72f.rlib" "/opt/rustwide/target/debug/deps/libmatchit-02ea069414366a14.rlib" "/opt/rustwide/target/debug/deps/libtower_http-adecf5ec398a9367.rlib" "/opt/rustwide/target/debug/deps/libheaders-d9fe8adaf57a4831.rlib" "/opt/rustwide/target/debug/deps/libsha1-0a98b2a1c9021811.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-b88ab406e6292832.rlib" "/opt/rustwide/target/debug/deps/libdigest-9e67862324965a29.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-e10d7f50ee65aa52.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-51a0e1a6882f6167.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-e56fce590bdcd1a0.rlib" "/opt/rustwide/target/debug/deps/libtypenum-7cce747769eb0ca2.rlib" "/opt/rustwide/target/debug/deps/libheaders_core-3dfe3cee414764fc.rlib" "/opt/rustwide/target/debug/deps/libtower-0ef5618bde9d1a2a.rlib" "/opt/rustwide/target/debug/deps/libpin_project-f7754d73537f8262.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-1533660a0c04313a.rlib" "/opt/rustwide/target/debug/deps/libaxum_core-33766f795084198d.rlib" "/opt/rustwide/target/debug/deps/libsync_wrapper-2cd5ef0765c9efeb.rlib" "/opt/rustwide/target/debug/deps/libtower_layer-e221f789984ce52a.rlib" "/opt/rustwide/target/debug/deps/libreqwest-776d976abbe5723a.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-cc3a2c05cf4dd013.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-ea02e6999770f22c.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-db75ef6df9bbe4a3.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-38c7733c3454b6af.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-4139d78cabe21ec9.rlib" "/opt/rustwide/target/debug/deps/libipnet-5bb4cbf7ec46b073.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-1d5d2f3a9c712b96.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-7c8d56640750600d.rlib" "/opt/rustwide/target/debug/deps/libmime-68e3edcf7919f775.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-9a02318fa8be37f7.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cd5b41d0ae2a5edf.rlib" "/opt/rustwide/target/debug/deps/libryu-b54e014f019506d7.rlib" "/opt/rustwide/target/debug/deps/libitoa-ffe013ffe1403a1e.rlib" "/opt/rustwide/target/debug/deps/libserde-d65e310dce873b72.rlib" "/opt/rustwide/target/debug/deps/libbase64-4c997255cfee02b8.rlib" "/opt/rustwide/target/debug/deps/librustls-7ed20a978fcd5d9e.rlib" "/opt/rustwide/target/debug/deps/libsct-9eac929fa1629f99.rlib" "/opt/rustwide/target/debug/deps/libwebpki-8127878f376e8a8d.rlib" "/opt/rustwide/target/debug/deps/libring-34d0eb1a3d5306be.rlib" "/opt/rustwide/target/debug/deps/libspin-4fb0d68edaf2737f.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-be088880171e6156.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-2d397535454362fd.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-1ae5850799da2e62.rlib" "/opt/rustwide/target/debug/deps/libopenssl-008c014c76afcd14.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f1ca410388ec357f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-df0e58a4f0a4cf2f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-a92bffa6dfc6160f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-970de77d90eb3903.rlib" "/opt/rustwide/target/debug/deps/libhyper-12f80b807e5ed706.rlib" "/opt/rustwide/target/debug/deps/libwant-443a73bcacef6d14.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-7883700d67bfeb45.rlib" "/opt/rustwide/target/debug/deps/libhttparse-f60ef16d9dfda39c.rlib" "/opt/rustwide/target/debug/deps/libh2-91a707e83d1f89c9.rlib" "/opt/rustwide/target/debug/deps/libindexmap-82885794cdf7ad5e.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-8ce5fddf7b71f952.rlib" "/opt/rustwide/target/debug/deps/libslab-7deec20c7d80499d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-637d55524cef3f71.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-46ad4e8d80749b66.rlib" "/opt/rustwide/target/debug/deps/libtower_service-fe5750cfd2804552.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-9cd15b63fd3e8a6b.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-86d75d1b1a7da7ae.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-e65045bb34e2ef13.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-227333b1dbaeb62c.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c669315cfadfec5.rlib" "/opt/rustwide/target/debug/deps/libtokio-945e6d65e6fedb10.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-1abcdc2252cf11e7.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-dbaee15b6feed373.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cf844138e0b33836.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1331aa8962ea7f83.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-d4edd22523d7b9ae.rlib" "/opt/rustwide/target/debug/deps/libmio-c25a19f1172489af.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-2e119359b3a7d114.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-0230abf9325de26f.rlib" "/opt/rustwide/target/debug/deps/liblibc-72f4dee3ca7a3839.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7aff3213d137eb8f.rlib" "/opt/rustwide/target/debug/deps/liblock_api-10cf3fdf4b25c63c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-93870536328d7ed1.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-08e17fbc2b488a59.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-1bd2d4ff005d3dd3.rlib" "/opt/rustwide/target/debug/deps/liburl-8f39fdce6cba4aac.rlib" "/opt/rustwide/target/debug/deps/libidna-d016a68bf495f0bd.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-c54c5ce886ebd82c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-ed2e4c4c531806eb.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-94e88fe29250bed0.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6431a0f5e36e4af1.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-7dd23ad1e9ec9e20.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec882efcf894febd.rlib" "/opt/rustwide/target/debug/deps/libhttp-85a1188500195e94.rlib" "/opt/rustwide/target/debug/deps/libitoa-eb0b0da4f5c7fd02.rlib" "/opt/rustwide/target/debug/deps/libbytes-4bf2b520dc5a4ca8.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/libtracing-f59378e1a9b77728.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-18d8f07136239349.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-542e21cb3b7aff81.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/liblog-82c0db7e24d48d9b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.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/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/website-0ebd16e1547e760c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libopenssl-008c014c76afcd14.rlib(openssl-008c014c76afcd14.openssl.570c0019-cgu.11.rcgu.o): undefined reference to symbol 'EVP_des_ecb@@OPENSSL_1_1_0' [INFO] [stdout] /usr/bin/ld: /lib/x86_64-linux-gnu/libcrypto.so.1.1: error adding symbols: DSO missing from command line [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `website` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "c5ddb76702b50220c56ff59f23cc80097cce74dfa1458f14f56d18df7301b519", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5ddb76702b50220c56ff59f23cc80097cce74dfa1458f14f56d18df7301b519", kill_on_drop: false }` [INFO] [stdout] c5ddb76702b50220c56ff59f23cc80097cce74dfa1458f14f56d18df7301b519