[INFO] fetching crate tgbot 0.18.0... [INFO] testing tgbot-0.18.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate tgbot 0.18.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate tgbot 0.18.0 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 crates.io crate tgbot 0.18.0 [INFO] finished tweaking crates.io crate tgbot 0.18.0 [INFO] tweaked toml for crates.io crate tgbot 0.18.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate tgbot 0.18.0 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 tokio-socks v0.5.1 [INFO] [stderr] Downloaded assert-json-diff v2.0.1 [INFO] [stderr] Downloaded vec1 v1.8.0 [INFO] [stderr] Downloaded mockito v0.30.0 [INFO] [stderr] Downloaded shellwords v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 1f19b62e9a1121186fb184d5b294f170e4528fca3d7898d8ab5888afb32d6a78 [INFO] running `Command { std: "docker" "start" "-a" "1f19b62e9a1121186fb184d5b294f170e4528fca3d7898d8ab5888afb32d6a78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f19b62e9a1121186fb184d5b294f170e4528fca3d7898d8ab5888afb32d6a78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f19b62e9a1121186fb184d5b294f170e4528fca3d7898d8ab5888afb32d6a78", kill_on_drop: false }` [INFO] [stdout] 1f19b62e9a1121186fb184d5b294f170e4528fca3d7898d8ab5888afb32d6a78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 80a2a8654f025d7df02e37472a926a934d9ecba7adeb8d8f15c0752fdb9efa79 [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" "80a2a8654f025d7df02e37472a926a934d9ecba7adeb8d8f15c0752fdb9efa79", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling shellwords v1.1.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling webpki-roots v0.22.2 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-rustls v0.23.2 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling tokio-socks v0.5.1 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling vec1 v1.8.0 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling reqwest v0.11.8 [INFO] [stderr] Compiling tgbot v0.18.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 56s [INFO] running `Command { std: "docker" "inspect" "80a2a8654f025d7df02e37472a926a934d9ecba7adeb8d8f15c0752fdb9efa79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80a2a8654f025d7df02e37472a926a934d9ecba7adeb8d8f15c0752fdb9efa79", kill_on_drop: false }` [INFO] [stdout] 80a2a8654f025d7df02e37472a926a934d9ecba7adeb8d8f15c0752fdb9efa79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "test" "--frozen" "--no-run" "--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] b4909cdbdb752f9d3f0fa1ce642b15d73fbbb50ae0d674cc11d9179e22b1f64d [INFO] running `Command { std: "docker" "start" "-a" "b4909cdbdb752f9d3f0fa1ce642b15d73fbbb50ae0d674cc11d9179e22b1f64d", kill_on_drop: false }` [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling assert-json-diff v2.0.1 [INFO] [stderr] Compiling mockito v0.30.0 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-rustls v0.23.2 [INFO] [stderr] Compiling tokio-socks v0.5.1 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling reqwest v0.11.8 [INFO] [stderr] Compiling tgbot v0.18.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `tgbot` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tgbot --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=0a916fe9468f1f6a -C extra-filename=-0a916fe9468f1f6a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-0b613b9dec3f1216.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-59116c3d90e42d31.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-8e5d4e4f13cbb3ee.so --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-f41fa3a87be2f1fd.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-fd02c2f58e80ee53.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-58810ee33ce0bdee.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-93a1c42252453b75.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-1a63d4cddad1f5ed.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-82c0db7e24d48d9b.rlib --extern mime=/opt/rustwide/target/debug/deps/libmime-68e3edcf7919f775.rlib --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-1d4d989873639a33.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-f28ee373d07a651c.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-a6f9a384a5e0ee04.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-5407a6ea99c387b6.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-7a0f87fbcbab24e8.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-789c4806ec205749.rlib --extern shellwords=/opt/rustwide/target/debug/deps/libshellwords-8618d13c69de8028.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-9c0eaaaed44cb96c.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-a547d7471154b424.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-8f6cead6193ff5cf.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-4da3b99aa075229e.rlib --extern vec1=/opt/rustwide/target/debug/deps/libvec1-990e5d1887a4006b.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-aed0f20e16956c1e/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.media_group.90c7e0c9-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/media_group-b8234e9598f694f5.2tixjpgbsx5s3ojs.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-aed0f20e16956c1e/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/libenv_logger-fd02c2f58e80ee53.rlib" "/opt/rustwide/target/debug/deps/libatty-a3f1657835ffa648.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b792ab1f217da8de.rlib" "/opt/rustwide/target/debug/deps/libhumantime-0f10f859de6db1c9.rlib" "/opt/rustwide/target/debug/deps/libtgbot-8bfb956c93b2c065.rlib" "/opt/rustwide/target/debug/deps/libvec1-990e5d1887a4006b.rlib" "/opt/rustwide/target/debug/deps/libshellwords-8618d13c69de8028.rlib" "/opt/rustwide/target/debug/deps/libregex-a6f9a384a5e0ee04.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-183b69152644db8a.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-71dab053db1b6952.rlib" "/opt/rustwide/target/debug/deps/libasync_stream-0b613b9dec3f1216.rlib" "/opt/rustwide/target/debug/deps/libreqwest-5407a6ea99c387b6.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-cc3a2c05cf4dd013.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-95d01d5740276490.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-cf8de1b221cbec24.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-05d8d14f43585d59.rlib" "/opt/rustwide/target/debug/deps/libipnet-d006d1962901da61.rlib" "/opt/rustwide/target/debug/deps/libtokio_socks-bc4d83a71dc86b5f.rlib" "/opt/rustwide/target/debug/deps/libthiserror-98f0c5e998cdfe31.rlib" "/opt/rustwide/target/debug/deps/libeither-c08fdad45407601c.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-1a1faa9662d473e1.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-9a02318fa8be37f7.rlib" "/opt/rustwide/target/debug/deps/libserde_json-789c4806ec205749.rlib" "/opt/rustwide/target/debug/deps/libryu-53580c25f32ff188.rlib" "/opt/rustwide/target/debug/deps/libserde-7a0f87fbcbab24e8.rlib" "/opt/rustwide/target/debug/deps/libbase64-4c997255cfee02b8.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1d4d989873639a33.rlib" "/opt/rustwide/target/debug/deps/libunicase-15db039ee2d27092.rlib" "/opt/rustwide/target/debug/deps/libmime-68e3edcf7919f775.rlib" "/opt/rustwide/target/debug/deps/librustls-53d7a3b05186aedb.rlib" "/opt/rustwide/target/debug/deps/libsct-ac4eeaf9db394c05.rlib" "/opt/rustwide/target/debug/deps/libwebpki-a589012dc957cefb.rlib" "/opt/rustwide/target/debug/deps/libring-c92c0e201ba6038f.rlib" "/opt/rustwide/target/debug/deps/libspin-4fb0d68edaf2737f.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-be088880171e6156.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-68ca1a633f61385b.rlib" "/opt/rustwide/target/debug/deps/libhyper-1a63d4cddad1f5ed.rlib" "/opt/rustwide/target/debug/deps/libwant-443a73bcacef6d14.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-7883700d67bfeb45.rlib" "/opt/rustwide/target/debug/deps/libitoa-fdf340bbb49690d1.rlib" "/opt/rustwide/target/debug/deps/libsocket2-252e2ca2199f1c57.rlib" "/opt/rustwide/target/debug/deps/libhttparse-9c8eccee78ba83ae.rlib" "/opt/rustwide/target/debug/deps/libh2-809d12d6e82902d0.rlib" "/opt/rustwide/target/debug/deps/libindexmap-2af05f0322054654.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-8ce5fddf7b71f952.rlib" "/opt/rustwide/target/debug/deps/libtower_service-fe5750cfd2804552.rlib" "/opt/rustwide/target/debug/deps/libtracing-c777cc16cbf93d8e.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2d5d5308f2b2feba.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba4b1622c1e92c3f.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-86d75d1b1a7da7ae.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-8f6cead6193ff5cf.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-f515c7562cf78b1c.rlib" "/opt/rustwide/target/debug/deps/libtokio-a547d7471154b424.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-39932b296bc8f71f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1331aa8962ea7f83.rlib" "/opt/rustwide/target/debug/deps/libmio-5316e4fdfe62e6b0.rlib" "/opt/rustwide/target/debug/deps/liblibc-593c6b9c958c9896.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-1ccf3ab6e578a3ed.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/liburl-e641032224f81586.rlib" "/opt/rustwide/target/debug/deps/libidna-1471ed1cb7d70767.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-f90eb87d808deb87.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rlib" "/opt/rustwide/target/debug/deps/libmatches-e69bff4dcefe502a.rlib" "/opt/rustwide/target/debug/deps/libhttp-93a1c42252453b75.rlib" "/opt/rustwide/target/debug/deps/libitoa-eb0b0da4f5c7fd02.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/liblog-82c0db7e24d48d9b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/libbytes-59116c3d90e42d31.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-58810ee33ce0bdee.rlib" "/opt/rustwide/target/debug/deps/libslab-7deec20c7d80499d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-df3b5486dcc1aa86.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fb061efcdf63b2dd.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c669315cfadfec5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-96dfeefe39c850c7.rlib" "/opt/rustwide/target/debug/deps/libdotenv-f41fa3a87be2f1fd.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" "-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/examples/media_group-b8234e9598f694f5" "-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] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.inline_keyboard.21813792-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/inline_keyboard-f6a2e5e30e5cdf79.32axzthg67f1xgk.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-aed0f20e16956c1e/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/libenv_logger-fd02c2f58e80ee53.rlib" "/opt/rustwide/target/debug/deps/libatty-a3f1657835ffa648.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b792ab1f217da8de.rlib" "/opt/rustwide/target/debug/deps/libhumantime-0f10f859de6db1c9.rlib" "/opt/rustwide/target/debug/deps/libtgbot-8bfb956c93b2c065.rlib" "/opt/rustwide/target/debug/deps/libvec1-990e5d1887a4006b.rlib" "/opt/rustwide/target/debug/deps/libshellwords-8618d13c69de8028.rlib" "/opt/rustwide/target/debug/deps/libregex-a6f9a384a5e0ee04.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-183b69152644db8a.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-71dab053db1b6952.rlib" "/opt/rustwide/target/debug/deps/libasync_stream-0b613b9dec3f1216.rlib" "/opt/rustwide/target/debug/deps/libreqwest-5407a6ea99c387b6.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-cc3a2c05cf4dd013.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-95d01d5740276490.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-cf8de1b221cbec24.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-05d8d14f43585d59.rlib" "/opt/rustwide/target/debug/deps/libipnet-d006d1962901da61.rlib" "/opt/rustwide/target/debug/deps/libtokio_socks-bc4d83a71dc86b5f.rlib" "/opt/rustwide/target/debug/deps/libthiserror-98f0c5e998cdfe31.rlib" "/opt/rustwide/target/debug/deps/libeither-c08fdad45407601c.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-1a1faa9662d473e1.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-9a02318fa8be37f7.rlib" "/opt/rustwide/target/debug/deps/libserde_json-789c4806ec205749.rlib" "/opt/rustwide/target/debug/deps/libryu-53580c25f32ff188.rlib" "/opt/rustwide/target/debug/deps/libbase64-4c997255cfee02b8.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1d4d989873639a33.rlib" "/opt/rustwide/target/debug/deps/libunicase-15db039ee2d27092.rlib" "/opt/rustwide/target/debug/deps/libmime-68e3edcf7919f775.rlib" "/opt/rustwide/target/debug/deps/librustls-53d7a3b05186aedb.rlib" "/opt/rustwide/target/debug/deps/libsct-ac4eeaf9db394c05.rlib" "/opt/rustwide/target/debug/deps/libwebpki-a589012dc957cefb.rlib" "/opt/rustwide/target/debug/deps/libring-c92c0e201ba6038f.rlib" "/opt/rustwide/target/debug/deps/libspin-4fb0d68edaf2737f.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-be088880171e6156.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-68ca1a633f61385b.rlib" "/opt/rustwide/target/debug/deps/libhyper-1a63d4cddad1f5ed.rlib" "/opt/rustwide/target/debug/deps/libwant-443a73bcacef6d14.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-7883700d67bfeb45.rlib" "/opt/rustwide/target/debug/deps/libitoa-fdf340bbb49690d1.rlib" "/opt/rustwide/target/debug/deps/libsocket2-252e2ca2199f1c57.rlib" "/opt/rustwide/target/debug/deps/libhttparse-9c8eccee78ba83ae.rlib" "/opt/rustwide/target/debug/deps/libh2-809d12d6e82902d0.rlib" "/opt/rustwide/target/debug/deps/libindexmap-2af05f0322054654.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-8ce5fddf7b71f952.rlib" "/opt/rustwide/target/debug/deps/libtower_service-fe5750cfd2804552.rlib" "/opt/rustwide/target/debug/deps/libtracing-c777cc16cbf93d8e.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2d5d5308f2b2feba.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba4b1622c1e92c3f.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-86d75d1b1a7da7ae.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-8f6cead6193ff5cf.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-f515c7562cf78b1c.rlib" "/opt/rustwide/target/debug/deps/libtokio-a547d7471154b424.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-39932b296bc8f71f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1331aa8962ea7f83.rlib" "/opt/rustwide/target/debug/deps/libmio-5316e4fdfe62e6b0.rlib" "/opt/rustwide/target/debug/deps/liblibc-593c6b9c958c9896.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-1ccf3ab6e578a3ed.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/liburl-e641032224f81586.rlib" "/opt/rustwide/target/debug/deps/libidna-1471ed1cb7d70767.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-f90eb87d808deb87.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rlib" "/opt/rustwide/target/debug/deps/libmatches-e69bff4dcefe502a.rlib" "/opt/rustwide/target/debug/deps/libhttp-93a1c42252453b75.rlib" "/opt/rustwide/target/debug/deps/libitoa-eb0b0da4f5c7fd02.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/liblog-82c0db7e24d48d9b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/libbytes-59116c3d90e42d31.rlib" "/opt/rustwide/target/debug/deps/libserde-7a0f87fbcbab24e8.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-58810ee33ce0bdee.rlib" "/opt/rustwide/target/debug/deps/libslab-7deec20c7d80499d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-df3b5486dcc1aa86.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fb061efcdf63b2dd.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c669315cfadfec5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-96dfeefe39c850c7.rlib" "/opt/rustwide/target/debug/deps/libdotenv-f41fa3a87be2f1fd.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" "-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/examples/inline_keyboard-f6a2e5e30e5cdf79" "-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: build failed [INFO] running `Command { std: "docker" "inspect" "b4909cdbdb752f9d3f0fa1ce642b15d73fbbb50ae0d674cc11d9179e22b1f64d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4909cdbdb752f9d3f0fa1ce642b15d73fbbb50ae0d674cc11d9179e22b1f64d", kill_on_drop: false }` [INFO] [stdout] b4909cdbdb752f9d3f0fa1ce642b15d73fbbb50ae0d674cc11d9179e22b1f64d