[INFO] cloning repository https://github.com/palfrey/potboiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/palfrey/potboiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpalfrey%2Fpotboiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpalfrey%2Fpotboiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fd6342ac9177619fcd63e1d12a3bf8869cdd3764 [INFO] testing palfrey/potboiler against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpalfrey%2Fpotboiler" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/palfrey/potboiler on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/palfrey/potboiler [INFO] finished tweaking git repo https://github.com/palfrey/potboiler [INFO] tweaked toml for git repo https://github.com/palfrey/potboiler written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/palfrey/potboiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d2f643e1d4aed2a77fb1decdf80ee34d32e9419ed3bc9b3db1bd448d1d4bb90a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d2f643e1d4aed2a77fb1decdf80ee34d32e9419ed3bc9b3db1bd448d1d4bb90a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2f643e1d4aed2a77fb1decdf80ee34d32e9419ed3bc9b3db1bd448d1d4bb90a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2f643e1d4aed2a77fb1decdf80ee34d32e9419ed3bc9b3db1bd448d1d4bb90a", kill_on_drop: false }` [INFO] [stdout] d2f643e1d4aed2a77fb1decdf80ee34d32e9419ed3bc9b3db1bd448d1d4bb90a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-04-10" "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] badea7fbe26d6f3a22852b38433114c0f848e62c9ea4494b90303db1c23b223c [INFO] running `Command { std: "docker" "start" "-a" "badea7fbe26d6f3a22852b38433114c0f848e62c9ea4494b90303db1c23b223c", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling fallible-iterator v0.1.6 [INFO] [stderr] Compiling arc-swap v0.3.7 [INFO] [stderr] Compiling linked-hash-map v0.4.2 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling encoding_rs v0.8.16 [INFO] [stderr] Compiling hex-slice v0.1.4 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling crossbeam v0.3.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.0 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling lru-cache v0.1.1 [INFO] [stderr] Compiling yaml-rust v0.4.2 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling signal-hook v0.1.7 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling nom v4.2.0 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling ordered-float v1.0.1 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling tokio-sync v0.1.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling libflate v0.1.25 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling serde_yaml v0.8.8 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling r2d2 v0.8.3 [INFO] [stderr] Compiling schemamama v0.3.0 [INFO] [stderr] Compiling suppositions v0.1.4 [INFO] [stderr] Compiling resolve v0.2.0 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling hybrid-clocks v0.3.4 [INFO] [stderr] Compiling postgres-shared v0.4.2 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling v_escape v0.7.4 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling r2d2_postgres v0.14.0 [INFO] [stderr] Compiling schemamama_postgres v0.2.3 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.88 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling reqwest v0.9.9 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling log4rs v0.8.1 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling potboiler_common v0.1.0 (/opt/rustwide/workdir/potboiler_common) [INFO] [stderr] Compiling pigtail v0.1.0 (/opt/rustwide/workdir/pigtail) [INFO] [stderr] Compiling potboiler v0.1.0 (/opt/rustwide/workdir/core) [INFO] [stderr] Compiling kv v0.1.0 (/opt/rustwide/workdir/kv) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.potboiler.7abdcab6-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812.z1pv5s2yzo5tpa.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-388438247852c702/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-e2533a413693ce00/out" "-L" "/opt/rustwide/target/debug/build/ring-7bbb37c6ef95d57b/out" "-L" "/opt/rustwide/target/debug/build/miniz-sys-e3665c67a61b4329/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpotboiler-268a620c44dce634.rlib" "/opt/rustwide/target/debug/deps/libresolve-441645f66578480e.rlib" "/opt/rustwide/target/debug/deps/liblog-d28fdbae1df201a2.rlib" "/opt/rustwide/target/debug/deps/libreqwest-eef3208cf3b6a6a3.rlib" "/opt/rustwide/target/debug/deps/liblibflate-63f38a5bc9a44529.rlib" "/opt/rustwide/target/debug/deps/libtake_mut-10d1d8a6a83d31a1.rlib" "/opt/rustwide/target/debug/deps/librle_decode_fast-84f81a3e82aab157.rlib" "/opt/rustwide/target/debug/deps/libadler32-7d3743d80a778ac4.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-a17fc5e969dfd353.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-4da4448b9b480e33.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ed40bef869501da9.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-62df5de809f95480.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libhyper-b5bf83dff09a4692.rlib" "/opt/rustwide/target/debug/deps/libwant-48fc34a3e4564d70.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b73c9715cf27566f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-7b1b5e78ec48725f.rlib" "/opt/rustwide/target/debug/deps/libschemamama_postgres-ebf43bf12c7e4373.rlib" "/opt/rustwide/target/debug/deps/libschemamama-664a0c513dfc4ca4.rlib" "/opt/rustwide/target/debug/deps/liblog4rs-6dc594882923fb23.rlib" "/opt/rustwide/target/debug/deps/libtypemap-b20d91ad8ad3bd20.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-a9c620ab08bf6f2d.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-ed142afbea10373b.rlib" "/opt/rustwide/target/debug/deps/libthread_id-ac906c35ff76e3c6.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-13c53f713557c1e5.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-197d7eebb53cd34e.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-9f528fe0e150ff8c.rlib" "/opt/rustwide/target/debug/deps/libserde_value-a2c86b97746e8a49.rlib" "/opt/rustwide/target/debug/deps/libordered_float-1a838a3de697f044.rlib" "/opt/rustwide/target/debug/deps/liblog_mdc-9a882fdcf305e1fa.rlib" "/opt/rustwide/target/debug/deps/libhumantime-c279506a91b1ccc6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-02aee23d57579c9c.rlib" "/opt/rustwide/target/debug/deps/libchrono-c3f954c302bfb360.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-dfedc832615e101e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-8c8d8af81d561c3a.rlib" "/opt/rustwide/target/debug/deps/libpotboiler_common-1b021554a5a143d9.rlib" "/opt/rustwide/target/debug/deps/libr2d2_postgres-8b1b5b2db60793cf.rlib" "/opt/rustwide/target/debug/deps/libpostgres-64efaf5e8e0cdf78.rlib" "/opt/rustwide/target/debug/deps/libpostgres_shared-7f54e512480e3ed7.rlib" "/opt/rustwide/target/debug/deps/libhex-d690aae661569839.rlib" "/opt/rustwide/target/debug/deps/libpostgres_protocol-4cfe4d5109df2a4b.rlib" "/opt/rustwide/target/debug/deps/libstringprep-1eddd8e729296418.rlib" "/opt/rustwide/target/debug/deps/libsha2-45afc193e1b326bc.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f4adceac499e4c5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-90cb8ba5c6621a22.rlib" "/opt/rustwide/target/debug/deps/libarrayref-68794d19ce88b7d4.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-967960f394d467ea.rlib" "/opt/rustwide/target/debug/deps/libmemchr-533bbeaf0ba5f354.rlib" "/opt/rustwide/target/debug/deps/libmd5-8c6c03c4447fb96b.rlib" "/opt/rustwide/target/debug/deps/libhmac-c14ff21059e0f0a4.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-93dea5b781b61d39.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-e381a1909baf1d82.rlib" "/opt/rustwide/target/debug/deps/libdigest-2af1287318cfe852.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-993afdaa144447cc.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a1b86501196e82f0.rlib" "/opt/rustwide/target/debug/deps/libbase64-105473ddfc33fa1b.rlib" "/opt/rustwide/target/debug/deps/libsafemem-ff4924f254b7d456.rlib" "/opt/rustwide/target/debug/deps/libfallible_iterator-c8a90cd34298e5c7.rlib" "/opt/rustwide/target/debug/deps/libr2d2-84bcecd74d904ed4.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-a04f2cef7fb0db31.rlib" "/opt/rustwide/target/debug/deps/libantidote-77b4f7f18fb16f36.rlib" "/opt/rustwide/target/debug/deps/libuuid-ee6f607b28fea50b.rlib" "/opt/rustwide/target/debug/deps/librand-21e56310443ed31d.rlib" "/opt/rustwide/target/debug/deps/librand-1f7faa10bfd6698d.rlib" "/opt/rustwide/target/debug/deps/libthiserror-67492a97972dab23.rlib" "/opt/rustwide/target/debug/deps/libhybrid_clocks-73e248b87e076c19.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2fad981905ad5be3.rlib" "/opt/rustwide/target/debug/deps/libanyhow-99485ac5aff82c7d.rlib" "/opt/rustwide/target/debug/deps/libactix_web-7a310f377099efab.rlib" "/opt/rustwide/target/debug/deps/libactix_net-7c7818b45e0512f8.rlib" "/opt/rustwide/target/debug/deps/libactix-08ea72b20dff9d96.rlib" "/opt/rustwide/target/debug/deps/libtokio_signal-7f855be12e7a3e51.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-7ad0f3d6c2f321e0.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-ca87f35fb2ecee35.rlib" "/opt/rustwide/target/debug/deps/libuuid-8d4aa46465f4e81c.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-cb5ab281fb6dd570.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-9e93172d92cb8946.rlib" "/opt/rustwide/target/debug/deps/libsocket2-c606d09e142f3864.rlib" "/opt/rustwide/target/debug/deps/librand-0ddf1e1e157d93ff.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-050726302568c548.rlib" "/opt/rustwide/target/debug/deps/libhostname-408db75edfe44f08.rlib" "/opt/rustwide/target/debug/deps/libquick_error-bbca79884f64fc4c.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-c707936586ad78b0.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-51c27a95b0144ac1.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9ad9bd2191a05b41.rlib" "/opt/rustwide/target/debug/deps/libv_htmlescape-263a537780c57cbc.rlib" "/opt/rustwide/target/debug/deps/libv_escape-84e3b3a50bb4faee.rlib" "/opt/rustwide/target/debug/deps/libserde_json-46282830ae7d0081.rlib" "/opt/rustwide/target/debug/deps/libryu-3885e61aeb97370e.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-aca88b084f46f55e.rlib" "/opt/rustwide/target/debug/deps/libdtoa-ad4218119ab57c07.rlib" "/opt/rustwide/target/debug/deps/libh2-63937a845c95288c.rlib" "/opt/rustwide/target/debug/deps/libindexmap-c56e03b6d933a479.rlib" "/opt/rustwide/target/debug/deps/libstring-ebd8883c4492013b.rlib" "/opt/rustwide/target/debug/deps/libflate2-e8f6347a75316c79.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-044e2c085062613d.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-b5da1d29a2767854.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-295c2e964bbd57b4.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-45cedc603ec5e122.rlib" "/opt/rustwide/target/debug/deps/libtokio-16507d5e5193b5ef.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-d9fceb66bbee10eb.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-741db2859153d86d.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-f639769376fcbcdd.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e4728fe241ca0f08.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0abc366f012e2b4c.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-407add769f7f570b.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-6e3b3d0323590533.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-fa4ae8e2ad6b9c0a.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-c1a02678d8d63305.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-8775ac8d84dba20c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-6233b72b91b86239.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-93f1504615aa2646.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-6a88d0265aa82528.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-a0a77ab05a64711c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-2e3efdb597b094e9.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-69f8f90054f67260.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-57e17a55854f0af3.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-6c48e87138dc409d.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2e30dff5fd0b86d0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9be1f25dea31f95a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-ec2654fa19fc8147.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9a1609850c418763.rlib" "/opt/rustwide/target/debug/deps/librand-3b5475e83ddaa5fa.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-deb21760cf6e3d02.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-88b26e88a059349c.rlib" "/opt/rustwide/target/debug/deps/librand_hc-86a5c52a030f0fca.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-9614f5047fa091d2.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-5801418393aef3e4.rlib" "/opt/rustwide/target/debug/deps/librand_core-89da036bf9d38b15.rlib" "/opt/rustwide/target/debug/deps/librand_os-92f2bf6db75b7f17.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-ffda9987c5853265.rlib" "/opt/rustwide/target/debug/deps/librand_core-83a6dba49af4e27f.rlib" "/opt/rustwide/target/debug/deps/liblock_api-d63734161be8245f.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-7e31377806f322d0.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-78be7f1f9af1dad8.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ccc355fbacc0d8ae.rlib" "/opt/rustwide/target/debug/deps/libmio-4161c7f18a6e8bf6.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libnet2-8975685be27cf214.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-fe36d6c49c2fbbd1.rlib" "/opt/rustwide/target/debug/deps/libphf-da0a3cad88b7c526.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-1aec7a8780e0e183.rlib" "/opt/rustwide/target/debug/deps/libunicase-9a0df06fffc1e033.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-48123994e92c3c1d.rlib" "/opt/rustwide/target/debug/deps/libmime-92ce1e83db18ddf0.rlib" "/opt/rustwide/target/debug/deps/libunicase-0b5732f9651ecd51.rlib" "/opt/rustwide/target/debug/deps/liblazycell-d0d85cb3d64c35ac.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libhttparse-909de8f812b5d0db.rlib" "/opt/rustwide/target/debug/deps/libhttp-12854a350171537c.rlib" "/opt/rustwide/target/debug/deps/libitoa-3fcba51b14786bdb.rlib" "/opt/rustwide/target/debug/deps/libfnv-3b027f9af76441c8.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-38fb60910c6fb4f9.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-b1ee073f2bafce8b.rlib" "/opt/rustwide/target/debug/deps/libcookie-13cfc8c1bd66ccb8.rlib" "/opt/rustwide/target/debug/deps/libbase64-35075808e5e09a56.rlib" "/opt/rustwide/target/debug/deps/libsafemem-093fc0e39b1d923d.rlib" "/opt/rustwide/target/debug/deps/libring-0b73347fb264f073.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-a90465730e7781d1.rlib" "/opt/rustwide/target/debug/deps/liburl-a222f11927bfe1ac.rlib" "/opt/rustwide/target/debug/deps/libencoding-7d20ebc0240b578f.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-cd507f5ba7cce56a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-e60ac44802791d01.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-a01cf758b2321964.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-50c2a8e818368a21.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-eb954e74fa6117d3.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libidna-51c1763f6514f9a1.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-5472f7f0371b8eb3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a78424d22891558d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libfutures-83b834c22ce6c250.rlib" "/opt/rustwide/target/debug/deps/libfailure-5f657f0ce81f0f3f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-fad2d64f8895ed04.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-6402af6fd6d34d47.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-670b834755174511.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c1fd6b181e1981af.rlib" "/opt/rustwide/target/debug/deps/libtime-569b4b6fa0fc2917.rlib" "/opt/rustwide/target/debug/deps/libsha1-fe0bff6a1469592d.rlib" "/opt/rustwide/target/debug/deps/libregex-bf11af956dbad85d.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-c7c7d73be5df8ba5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-b1a170d9c70b9eb2.rlib" "/opt/rustwide/target/debug/deps/libucd_util-211cda4359852344.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99d81c4e81fbd5ae.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-127689f7eaad1653.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f440b1741ae35d9c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-0aa180510fb5aaee.rlib" "/opt/rustwide/target/debug/deps/libbytes-cf1580784cf14a74.rlib" "/opt/rustwide/target/debug/deps/libiovec-3ce32eb884c69cb7.rlib" "/opt/rustwide/target/debug/deps/liblibc-1dc5af793c54eb5b.rlib" "/opt/rustwide/target/debug/deps/libbase64-4b41526d3f3d2fc5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5b6dcbe3115f0573.rlib" "/opt/rustwide/target/debug/deps/liblog-cf912a30a5641a20.rlib" "/opt/rustwide/target/debug/deps/libserde-358b01131b2ea6c6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-266d27ed6d5fe7df.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/potboiler-c5a5979ba82c6812" "-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 `potboiler` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "badea7fbe26d6f3a22852b38433114c0f848e62c9ea4494b90303db1c23b223c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "badea7fbe26d6f3a22852b38433114c0f848e62c9ea4494b90303db1c23b223c", kill_on_drop: false }` [INFO] [stdout] badea7fbe26d6f3a22852b38433114c0f848e62c9ea4494b90303db1c23b223c