[INFO] cloning repository https://github.com/a-dma/yubotp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/a-dma/yubotp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa-dma%2Fyubotp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa-dma%2Fyubotp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 98b9eab19c2a522564b3bb12357d08885c19c349 [INFO] testing a-dma/yubotp 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%2Fa-dma%2Fyubotp" "/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/a-dma/yubotp 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/a-dma/yubotp [INFO] finished tweaking git repo https://github.com/a-dma/yubotp [INFO] tweaked toml for git repo https://github.com/a-dma/yubotp written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/a-dma/yubotp 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-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 621d189a04eb8edc15c42ed21cc62186c233386e46a44aa92069c321af777803 [INFO] running `Command { std: "docker" "start" "-a" "621d189a04eb8edc15c42ed21cc62186c233386e46a44aa92069c321af777803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "621d189a04eb8edc15c42ed21cc62186c233386e46a44aa92069c321af777803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "621d189a04eb8edc15c42ed21cc62186c233386e46a44aa92069c321af777803", kill_on_drop: false }` [INFO] [stdout] 621d189a04eb8edc15c42ed21cc62186c233386e46a44aa92069c321af777803 [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=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] ad0df55bd86bfe5ab83973be1d9e0a94521058270b42beec6ed0a18996e382fb [INFO] running `Command { std: "docker" "start" "-a" "ad0df55bd86bfe5ab83973be1d9e0a94521058270b42beec6ed0a18996e382fb", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling smallvec v1.6.0 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling object v0.22.0 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Compiling lexical-core v0.7.5 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling bytes v1.0.0 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling standback v0.2.14 [INFO] [stderr] Compiling time v0.2.23 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling http v0.2.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling rand_core v0.6.0 [INFO] [stderr] Compiling sha2 v0.9.2 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.0 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling backtrace v0.3.55 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-openssl v0.4.0 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling pin-project v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling trust-dns-proto v0.19.6 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling actix-router v0.2.5 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling trust-dns-resolver v0.19.6 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling actix v0.10.0 [INFO] [stderr] Compiling actix-http v2.2.0 [INFO] [stderr] Compiling awc v2.0.3 [INFO] [stderr] Compiling actix-web v3.3.2 [INFO] [stderr] Compiling yubotp 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/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.yubotp.7ad6754f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/yubotp-c8bb6f60ed4253d0.5go4mzjwbkxzekuw.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-14bdfda14332710a/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/libenv_logger-a3433cf796b204bd.rlib" "/opt/rustwide/target/debug/deps/libatty-4232ee43ff6aa5c5.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b126e2ab944ff130.rlib" "/opt/rustwide/target/debug/deps/libhumantime-7055b4dd0633d11a.rlib" "/opt/rustwide/target/debug/deps/libhex-1f711860870edd26.rlib" "/opt/rustwide/target/debug/deps/libconfig-83e38fae4fe00c7b.rlib" "/opt/rustwide/target/debug/deps/libini-8ca9af38033f4a0f.rlib" "/opt/rustwide/target/debug/deps/libserde_hjson-1c6046e8815579ae.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-45fa8d1549154e79.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d2d5ed240c754db6.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-72c175501750a057.rlib" "/opt/rustwide/target/debug/deps/libserde-905749784fad8bd8.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-3c99170628fdbf2d.rlib" "/opt/rustwide/target/debug/deps/libtoml-aa18dc72b95ca5d0.rlib" "/opt/rustwide/target/debug/deps/libnom-d2ff7a62d9fe775b.rlib" "/opt/rustwide/target/debug/deps/liblexical_core-6c7c49626793b07c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-fde35389b2bca69a.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-62b1a5cbf56a9f5f.rlib" "/opt/rustwide/target/debug/deps/librand-ecc63b9e59038b00.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-355413a37bd19742.rlib" "/opt/rustwide/target/debug/deps/librand_core-719243f6dee8a117.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-bd08b23d3993ba20.rlib" "/opt/rustwide/target/debug/deps/libsha2-483f925c4f93332c.rlib" "/opt/rustwide/target/debug/deps/libhmac-45af933695d32ef3.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-744bd1ac4cea352e.rlib" "/opt/rustwide/target/debug/deps/libsubtle-5bb13641cec06f56.rlib" "/opt/rustwide/target/debug/deps/libactix_web-68dc21e2d8a94035.rlib" "/opt/rustwide/target/debug/deps/libawc-ed532dacf262c774.rlib" "/opt/rustwide/target/debug/deps/libactix_server-2d3fa2dc6737d1de.rlib" "/opt/rustwide/target/debug/deps/libsocket2-73b8833499589f03.rlib" "/opt/rustwide/target/debug/deps/libactix_router-967fb24c158615f0.rlib" "/opt/rustwide/target/debug/deps/libbytestring-159e9ce1d9d0a611.rlib" "/opt/rustwide/target/debug/deps/libactix_http-8aabe8d1de5bf0bf.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libsha1-94889799e2373a82.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-ffbe13ab2928830a.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-4113982dc57591d4.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-c42d8fbe55cdf8a2.rlib" "/opt/rustwide/target/debug/deps/libdigest-6e291911cc548c27.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-eaf7d2005f1708d3.rlib" "/opt/rustwide/target/debug/deps/libtypenum-5a3a7afc00429bcf.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-1f005dacd83591e4.rlib" "/opt/rustwide/target/debug/deps/libserde_json-24de2a47ae8e14d6.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libcookie-a971ab7d5ed17f4d.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-097004cad79e0595.rlib" "/opt/rustwide/target/debug/deps/libserde-ac86a5d5faaf309f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cd09d043d886746c.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libflate2-da97a00468c875a8.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-667de4e810607513.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-a2adbf8afa11d6b3.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-9b73336b2d950a22.rlib" "/opt/rustwide/target/debug/deps/libtime-23a7a607a9ab6cdc.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-afef50461f70659c.rlib" "/opt/rustwide/target/debug/deps/libstandback-991f3fba1d748215.rlib" "/opt/rustwide/target/debug/deps/libfxhash-0e14cbf8c354e3e4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a74b9be1416e611b.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-a63111cac109da31.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-486e95df723baa0d.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-325ba1909df6d359.rlib" "/opt/rustwide/target/debug/deps/libopenssl-086f0fec179c7f70.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-271bc3dbfee41630.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/libeither-e3062db716b81c8a.rlib" "/opt/rustwide/target/debug/deps/libh2-8a29f95e350f3d17.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-fb8537a4ece782dd.rlib" "/opt/rustwide/target/debug/deps/libtracing-65436af2193119e1.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-6cb9487576296286.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2662e2daeb780a86.rlib" "/opt/rustwide/target/debug/deps/libindexmap-d649dd2c5537e3b0.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libhttp-9c74b2f8c7a8aed7.rlib" "/opt/rustwide/target/debug/deps/libitoa-233da835b39c05ce.rlib" "/opt/rustwide/target/debug/deps/libactix_service-a9f3d84d836d6dc1.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-5e20ed586c549a34.rlib" "/opt/rustwide/target/debug/deps/libactix-ab6e2b78c899f082.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5f8c323cfc20065e.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-859137d30a3ece38.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-dfd286aa953815d1.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-1a1c55d11e465f50.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-ef4cd9f0d2340713.rlib" "/opt/rustwide/target/debug/deps/libhostname-174319e12fc6f68e.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-f55f469ac74b7fae.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9f037071f33ff693.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-1d27a612e9e0381d.rlib" "/opt/rustwide/target/debug/deps/librand-2db3c68bb87970b2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-de26d0c6bae4eb27.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-72e38fc2d780e2d6.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4261a08d6f03f289.rlib" "/opt/rustwide/target/debug/deps/liburl-3373d2d2dc2c0c2b.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-04eaf20a6b8209a8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libidna-c90f623de246d721.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fc8047be9f3bf2ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-08f81a1fd910a93c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libthiserror-6192b3dfde440f32.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3e9db7957b7ba3d7.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-96c00d7c339a6afc.rlib" "/opt/rustwide/target/debug/deps/libadler-9d91af25e56b3838.rlib" "/opt/rustwide/target/debug/deps/libobject-8d082ace0cd4b298.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-6cc8a696dee8d994.rlib" "/opt/rustwide/target/debug/deps/libgimli-cc404859d3654484.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-db76dfe7b92bf8d2.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-b210ef05acd3e85c.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-87abf167d0f55ac8.rlib" "/opt/rustwide/target/debug/deps/libfutures-6782d68517c1cadb.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-cbc9aa8add931cb4.rlib" "/opt/rustwide/target/debug/deps/libpin_project-0a6766986657b7c4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-8481cd9a39e0981a.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-404cb7be411095e1.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-e20a7914698b1a1f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-b22af46d25b1d1aa.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-c09203fabb3390aa.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-e2a269c2f20696e0.rlib" "/opt/rustwide/target/debug/deps/liblock_api-db461bc71d83cdd1.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libinstant-19d5109d95e62e31.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libtokio-028874e3e2b914fb.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-bccd30a3e3b17921.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-260002c5c121769f.rlib" "/opt/rustwide/target/debug/deps/libmio-766e668463a01c48.rlib" "/opt/rustwide/target/debug/deps/libiovec-695a8dc8c34768d3.rlib" "/opt/rustwide/target/debug/deps/libnet2-9ee1db3580333598.rlib" "/opt/rustwide/target/debug/deps/liblibc-e6162ad2ec8dfee7.rlib" "/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-55d1b613307b8f8b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-6811ca7304d2bb3e.rlib" "/opt/rustwide/target/debug/deps/libcopyless-8cdcbfe983327a21.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d0c5ef3fd1f001b1.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-fd324bffb5270118.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libpin_project-73237d2937cb7be4.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-95788fd6f4743c1b.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-c3a2e8275cc34ecc.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba84567ee2178631.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-a5d1a948e3fff4ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f62c3de0fa4b1417.rlib" "/opt/rustwide/target/debug/deps/liblog-08b2789434650078.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-64af4cd96b64887d.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-893f4c3b4ecb939d.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.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" "-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/yubotp-c8bb6f60ed4253d0" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: _ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h1e88cd2966b052b6E: TLS definition in /opt/rustwide/target/debug/deps/libactix_server-2d3fa2dc6737d1de.rlib(actix_server-2d3fa2dc6737d1de.actix_server.411052f2-cgu.14.rcgu.o) section .tbss._ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h1e88cd2966b052b6E mismatches non-TLS reference in /opt/rustwide/target/debug/deps/libactix_server-2d3fa2dc6737d1de.rlib(actix_server-2d3fa2dc6737d1de.actix_server.411052f2-cgu.7.rcgu.o) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libactix_server-2d3fa2dc6737d1de.rlib: error adding symbols: bad value [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `yubotp` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "ad0df55bd86bfe5ab83973be1d9e0a94521058270b42beec6ed0a18996e382fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad0df55bd86bfe5ab83973be1d9e0a94521058270b42beec6ed0a18996e382fb", kill_on_drop: false }` [INFO] [stdout] ad0df55bd86bfe5ab83973be1d9e0a94521058270b42beec6ed0a18996e382fb