[INFO] cloning repository https://github.com/aCLr/tgfeed [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aCLr/tgfeed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaCLr%2Ftgfeed", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaCLr%2Ftgfeed'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 87a94199db9ec43790a85e1eb12335a80dec173e [INFO] testing aCLr/tgfeed 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%2FaCLr%2Ftgfeed" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aCLr/tgfeed 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/aCLr/tgfeed [INFO] finished tweaking git repo https://github.com/aCLr/tgfeed [INFO] tweaked toml for git repo https://github.com/aCLr/tgfeed written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/aCLr/tgfeed 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] b2a628cfb0de93ceb80dfc7aaa5c7eddcc6a19dac166303889249c08594e514a [INFO] running `Command { std: "docker" "start" "-a" "b2a628cfb0de93ceb80dfc7aaa5c7eddcc6a19dac166303889249c08594e514a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b2a628cfb0de93ceb80dfc7aaa5c7eddcc6a19dac166303889249c08594e514a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2a628cfb0de93ceb80dfc7aaa5c7eddcc6a19dac166303889249c08594e514a", kill_on_drop: false }` [INFO] [stdout] b2a628cfb0de93ceb80dfc7aaa5c7eddcc6a19dac166303889249c08594e514a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 19eb1b23973cff24e3445277dad1384fcfc5f5cf27f3a0529eb08eeb85e758f8 [INFO] running `Command { std: "docker" "start" "-a" "19eb1b23973cff24e3445277dad1384fcfc5f5cf27f3a0529eb08eeb85e758f8", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling whoami v1.1.5 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling minimal-lexical v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling crc-catalog v1.1.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling anyhow v1.0.44 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling input_buffer v0.4.0 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling crc v2.0.0 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.3.5 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling quick-xml v0.20.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling futures-intrusive v0.4.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling headers v0.3.5 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling diligent-date-parser v0.1.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling tungstenite v0.12.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling sqlformat v0.1.8 [INFO] [stderr] Compiling multipart v0.17.1 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-stream v0.1.7 [INFO] [stderr] Compiling sqlx-rt v0.5.9 [INFO] [stderr] Compiling tokio-macros v1.4.1 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling sqlx-core v0.5.9 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling atom_syndication v0.9.1 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling tokio-util v0.6.8 [INFO] [stderr] Compiling tokio-tungstenite v0.13.0 [INFO] [stderr] Compiling sqlx-macros v0.5.9 [INFO] [stderr] Compiling h2 v0.3.6 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling rss v1.10.0 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling rust-tdlib v0.3.0 [INFO] [stderr] Compiling hyper v0.14.13 [INFO] [stderr] Compiling sqlx v0.5.9 [INFO] [stderr] Compiling warp v0.3.1 [INFO] [stderr] error: could not compile `rust-tdlib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rust_tdlib --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rust-tdlib-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-trait"' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="log"' --cfg 'feature="tdjson"' --cfg 'feature="tokio"' -C metadata=40ef8e99e7c2cef6 -C extra-filename=-40ef8e99e7c2cef6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-658afac0f5f974cc.so --extern futures=/opt/rustwide/target/debug/deps/libfutures-964a0706e6a5f693.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-ba3200a69ea295c7.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f4afdf7b87552897.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-c873d9c6562c5f7d.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d9bdc3c3127a15a1.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-bb8db58cb6afd196.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-e7b1856ffb86a2b5.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "19eb1b23973cff24e3445277dad1384fcfc5f5cf27f3a0529eb08eeb85e758f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19eb1b23973cff24e3445277dad1384fcfc5f5cf27f3a0529eb08eeb85e758f8", kill_on_drop: false }` [INFO] [stdout] 19eb1b23973cff24e3445277dad1384fcfc5f5cf27f3a0529eb08eeb85e758f8