[INFO] cloning repository https://github.com/a3ch/jureba_bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/a3ch/jureba_bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa3ch%2Fjureba_bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa3ch%2Fjureba_bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 343c04dd4b945f728be41506a34335ede871c37f [INFO] testing a3ch/jureba_bot against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa3ch%2Fjureba_bot" "/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/a3ch/jureba_bot 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/a3ch/jureba_bot [INFO] finished tweaking git repo https://github.com/a3ch/jureba_bot [INFO] tweaked toml for git repo https://github.com/a3ch/jureba_bot written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/a3ch/jureba_bot 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 telegram-bot-raw v0.7.0 [INFO] [stderr] Downloaded telegram-bot v0.7.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] db8c887da1ae7c7cd36a8920c4e4507d45d9f29794eb6a2417e623c63d8d9a59 [INFO] running `Command { std: "docker" "start" "-a" "db8c887da1ae7c7cd36a8920c4e4507d45d9f29794eb6a2417e623c63d8d9a59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db8c887da1ae7c7cd36a8920c4e4507d45d9f29794eb6a2417e623c63d8d9a59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db8c887da1ae7c7cd36a8920c4e4507d45d9f29794eb6a2417e623c63d8d9a59", kill_on_drop: false }` [INFO] [stdout] db8c887da1ae7c7cd36a8920c4e4507d45d9f29794eb6a2417e623c63d8d9a59 [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] f3b4da878f750b57520f172ba83994d704480d5e9088fa8f4fe2e576cd964284 [INFO] running `Command { std: "docker" "start" "-a" "f3b4da878f750b57520f172ba83994d704480d5e9088fa8f4fe2e576cd964284", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling openssl v0.10.31 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling openssl-sys v0.9.59 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling socket2 v0.3.17 [INFO] [stderr] Compiling native-tls v0.2.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling multipart v0.16.1 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling pin-project v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling telegram-bot-raw v0.7.0 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.10 [INFO] [stderr] Compiling telegram-bot v0.7.0 [INFO] [stderr] Compiling jureba-bot 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/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.jureba_bot.d2b6525d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/jureba_bot-3af818c6f97f70dc.4g3ulxq6ex74ibja.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-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/libtelegram_bot-b515a6a9ec337ff1.rlib" "/opt/rustwide/target/debug/deps/libmultipart-b28c80cff44d92a4.rlib" "/opt/rustwide/target/debug/deps/libtempfile-27b7645e9d4a1fdc.rlib" "/opt/rustwide/target/debug/deps/librand-e11d7f4a74f6a246.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ccc5d5247ac4a711.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-588d0e00b70994d5.rlib" "/opt/rustwide/target/debug/deps/librand_core-7add91086986d525.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-0aac6f79d65a82aa.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-f3614768685002bb.rlib" "/opt/rustwide/target/debug/deps/librand-6c7ed6b12bd3fd8f.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-0e1b41da8d68268e.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-04beb691bef1d141.rlib" "/opt/rustwide/target/debug/deps/librand_hc-863ed5af2eff5223.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-f31cc0e75afee975.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-59007569fa0dabf5.rlib" "/opt/rustwide/target/debug/deps/librand_core-2035e010cda6ad37.rlib" "/opt/rustwide/target/debug/deps/librand_os-90682c063734972e.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-3a4a755403add799.rlib" "/opt/rustwide/target/debug/deps/librand_core-a742cc23d4224b17.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-72f874869d2786fe.rlib" "/opt/rustwide/target/debug/deps/libphf-8193e2c752e4047e.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-42565d63e8df4f74.rlib" "/opt/rustwide/target/debug/deps/libunicase-70f799d8df47a763.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-fdc5ac9da9ea0e56.rlib" "/opt/rustwide/target/debug/deps/libmime-dc63bc0d2a09d69d.rlib" "/opt/rustwide/target/debug/deps/liblog-2a53cfc81111b779.rlib" "/opt/rustwide/target/debug/deps/libtelegram_bot_raw-82ecf1fe8b74e388.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7f9e84ca771df4d4.rlib" "/opt/rustwide/target/debug/deps/libfutures-933b03c8338b1fa5.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-eec2baca4939a6ec.rlib" "/opt/rustwide/target/debug/deps/libreqwest-3ac05dd5f478131a.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-bc9a6cf35e142798.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-94141f5dc2c6c59f.rlib" "/opt/rustwide/target/debug/deps/libryu-b54e014f019506d7.rlib" "/opt/rustwide/target/debug/deps/libipnet-0d5c50c485adefe5.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-1b13775955a8177f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-fc4aa763bdc7bb39.rlib" "/opt/rustwide/target/debug/deps/libserde-a8491bc5f8733bb2.rlib" "/opt/rustwide/target/debug/deps/libbase64-4c997255cfee02b8.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-2f481e73ad21186c.rlib" "/opt/rustwide/target/debug/deps/libunicase-3d2c79a833bbd0d9.rlib" "/opt/rustwide/target/debug/deps/libmime-68e3edcf7919f775.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-706aa30e4fa5a56f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fa58122470da78f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl-3ab9edfb142ba577.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-95a5b2140bc835ac.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/libbitflags-80e93151c602d4a3.rlib" "/opt/rustwide/target/debug/deps/libhyper-ac57c4d1b155977b.rlib" "/opt/rustwide/target/debug/deps/libhttparse-740cc284933ad378.rlib" "/opt/rustwide/target/debug/deps/libwant-9d376bf6b2445c8a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-7883700d67bfeb45.rlib" "/opt/rustwide/target/debug/deps/libh2-ea4bca53808e225a.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-7b706696419967b0.rlib" "/opt/rustwide/target/debug/deps/libpin_project-7b45023eb7b882d4.rlib" "/opt/rustwide/target/debug/deps/libindexmap-4d6a69e5b8b44e48.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-d00313852205d792.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-0fbf1b4a994b79d7.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-67c49e7dee63bf37.rlib" "/opt/rustwide/target/debug/deps/libsocket2-1faf8902e262c335.rlib" "/opt/rustwide/target/debug/deps/libtower_service-5301df4b0159d451.rlib" "/opt/rustwide/target/debug/deps/libtracing-3452cd89b4b9af59.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-4038da2553535e11.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-6a367f7a4693858e.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-cae1b768d003a47a.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-8aebb53faccf59d3.rlib" "/opt/rustwide/target/debug/deps/libpin_project-486cc307551f90a8.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-d9852c07fe5ed9b8.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-24325fb77b418706.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-6bbf1f6ca8ca1c4a.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c669315cfadfec5.rlib" "/opt/rustwide/target/debug/deps/libtokio-4bb08021adcb2424.rlib" "/opt/rustwide/target/debug/deps/libmio-832b59bf0ed8d2f2.rlib" "/opt/rustwide/target/debug/deps/libslab-47832e98c319689d.rlib" "/opt/rustwide/target/debug/deps/libiovec-7980b520eb8c0ed6.rlib" "/opt/rustwide/target/debug/deps/libnet2-1dc7834128d6e6d8.rlib" "/opt/rustwide/target/debug/deps/liblibc-d062c023e7870f98.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-a4b49025b9164deb.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-364ea5c42be0ea5a.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-8bc65102ae755ed4.rlib" "/opt/rustwide/target/debug/deps/liblog-7736e0c201b801f7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-77abc38cc38d84d4.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-98896f37d03c6895.rlib" "/opt/rustwide/target/debug/deps/liburl-507788338dd03d27.rlib" "/opt/rustwide/target/debug/deps/libidna-21f5f92031e886b4.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-882ee38641408cff.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-8880fdd45ee234a7.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-94e88fe29250bed0.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-502fc641a5064811.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-fe16598126379186.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec882efcf894febd.rlib" "/opt/rustwide/target/debug/deps/libhttp-41f7d9e081b57a68.rlib" "/opt/rustwide/target/debug/deps/libitoa-557deac4472acf44.rlib" "/opt/rustwide/target/debug/deps/libbytes-969060dc4a946f1e.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/libregex-0de61d468f6429a0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-05790b78615499be.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-e6770d11f113e9f6.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-38d1d4d3be96c2b9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-829eafb2866da253.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/jureba_bot-3af818c6f97f70dc" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libopenssl-3ab9edfb142ba577.rlib(openssl-3ab9edfb142ba577.openssl.eadb819d-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 `jureba-bot` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "f3b4da878f750b57520f172ba83994d704480d5e9088fa8f4fe2e576cd964284", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3b4da878f750b57520f172ba83994d704480d5e9088fa8f4fe2e576cd964284", kill_on_drop: false }` [INFO] [stdout] f3b4da878f750b57520f172ba83994d704480d5e9088fa8f4fe2e576cd964284