[INFO] cloning repository https://github.com/PineappleBeer/http-push-bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PineappleBeer/http-push-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPineappleBeer%2Fhttp-push-bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPineappleBeer%2Fhttp-push-bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b57f0d4aea2ecf65fe4ad56d73608a91f6d5e291 [INFO] testing PineappleBeer/http-push-bot against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPineappleBeer%2Fhttp-push-bot" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PineappleBeer/http-push-bot on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PineappleBeer/http-push-bot [INFO] finished tweaking git repo https://github.com/PineappleBeer/http-push-bot [INFO] tweaked toml for git repo https://github.com/PineappleBeer/http-push-bot written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/PineappleBeer/http-push-bot already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rusqlite_migration v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f2cda7dc58c3a494577b39c18159042d08dda6b9a53db79a0dc907dad7dec8a [INFO] running `Command { std: "docker" "start" "-a" "9f2cda7dc58c3a494577b39c18159042d08dda6b9a53db79a0dc907dad7dec8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f2cda7dc58c3a494577b39c18159042d08dda6b9a53db79a0dc907dad7dec8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f2cda7dc58c3a494577b39c18159042d08dda6b9a53db79a0dc907dad7dec8a", kill_on_drop: false }` [INFO] [stdout] 9f2cda7dc58c3a494577b39c18159042d08dda6b9a53db79a0dc907dad7dec8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0101459a1b25e6a407a3be481b1bcf4f7bce73fe80523bac309c82144b00b83 [INFO] running `Command { std: "docker" "start" "-a" "c0101459a1b25e6a407a3be481b1bcf4f7bce73fe80523bac309c82144b00b83", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling ahash v0.8.8 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling erasable v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling zstd-safe v7.0.0 [INFO] [stderr] Compiling zstd-sys v2.0.9+zstd.1.5.5 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling libsqlite3-sys v0.27.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling data-encoding v2.5.0 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling rc-box v1.2.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling zstd v0.13.0 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling indexmap v2.2.3 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling brotli v3.4.0 [INFO] [stderr] Compiling time v0.3.34 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling uuid v1.7.0 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling never v0.1.0 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling rusqlite_migration v1.1.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling takecell v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling headers v0.3.9 [INFO] [stderr] Compiling chrono v0.4.34 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling rusqlite v0.30.0 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling pin-project-internal v1.1.4 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling teloxide-macros v0.7.1 [INFO] [stderr] Compiling aquamarine v0.1.12 [INFO] [stderr] Compiling openssl v0.10.63 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling actix-router v0.5.2 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] error: could not compile `brotli` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name brotli /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/brotli-3.4.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="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="ffi-api"' --cfg 'feature="std"' -C metadata=e7504d8edec5c7bf -C extra-filename=-e7504d8edec5c7bf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-c5023d89eb0cca57.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-f4e56472a00403bf.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-f04ebf6b74ab2fc7.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c0101459a1b25e6a407a3be481b1bcf4f7bce73fe80523bac309c82144b00b83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0101459a1b25e6a407a3be481b1bcf4f7bce73fe80523bac309c82144b00b83", kill_on_drop: false }` [INFO] [stdout] c0101459a1b25e6a407a3be481b1bcf4f7bce73fe80523bac309c82144b00b83 [INFO] testing PineappleBeer/http-push-bot against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPineappleBeer%2Fhttp-push-bot" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PineappleBeer/http-push-bot on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PineappleBeer/http-push-bot [INFO] finished tweaking git repo https://github.com/PineappleBeer/http-push-bot [INFO] tweaked toml for git repo https://github.com/PineappleBeer/http-push-bot written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/PineappleBeer/http-push-bot already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55fd5f1648967c66cdb62c93b0faa8420b036d87608733b0a9a0251c0a70fe1a [INFO] running `Command { std: "docker" "start" "-a" "55fd5f1648967c66cdb62c93b0faa8420b036d87608733b0a9a0251c0a70fe1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55fd5f1648967c66cdb62c93b0faa8420b036d87608733b0a9a0251c0a70fe1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55fd5f1648967c66cdb62c93b0faa8420b036d87608733b0a9a0251c0a70fe1a", kill_on_drop: false }` [INFO] [stdout] 55fd5f1648967c66cdb62c93b0faa8420b036d87608733b0a9a0251c0a70fe1a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18ff37d3608c6794c40f1f63ada1a93e54b7054c1b41278c6b9a1bc52a60c6b9 [INFO] running `Command { std: "docker" "start" "-a" "18ff37d3608c6794c40f1f63ada1a93e54b7054c1b41278c6b9a1bc52a60c6b9", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling ahash v0.8.8 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling erasable v1.2.1 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling zstd-safe v7.0.0 [INFO] [stderr] Compiling zstd-sys v2.0.9+zstd.1.5.5 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling libsqlite3-sys v0.27.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling data-encoding v2.5.0 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling rc-box v1.2.0 [INFO] [stderr] Compiling zstd v0.13.0 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling brotli v3.4.0 [INFO] [stderr] Compiling time v0.3.34 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling uuid v1.7.0 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling indexmap v2.2.3 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling takecell v0.1.1 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling never v0.1.0 [INFO] [stderr] Compiling rusqlite_migration v1.1.0 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling chrono v0.4.34 [INFO] [stderr] Compiling headers v0.3.9 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling rusqlite v0.30.0 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling pin-project-internal v1.1.4 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling aquamarine v0.1.12 [INFO] [stderr] Compiling teloxide-macros v0.7.1 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling openssl v0.10.63 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling actix-router v0.5.2 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling pin-project v1.1.4 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling actix-web-codegen v4.2.2 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling dptree v0.3.0 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling actix-rt v2.9.0 [INFO] [stderr] Compiling tokio-stream v0.1.14 [INFO] [stderr] Compiling actix-server v2.3.0 [INFO] [stderr] Compiling h2 v0.3.24 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tungstenite v0.20.1 [INFO] [stderr] Compiling tokio-tungstenite v0.20.1 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling actix-http v3.6.0 [INFO] [stderr] Compiling actix-web v4.5.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling warp v0.3.6 [INFO] [stderr] Compiling reqwest v0.11.24 [INFO] [stderr] Compiling teloxide-core v0.9.1 [INFO] [stderr] Compiling teloxide v0.12.2 [INFO] [stderr] Compiling http-push-bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/bot.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::*; [INFO] [stdout] | -------- the item `Result` is already imported here [INFO] [stdout] 3 | use anyhow::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/http.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::*; [INFO] [stdout] | -------- the item `Result` is already imported here [INFO] [stdout] ... [INFO] [stdout] 6 | use anyhow::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `Command { std: "docker" "inspect" "18ff37d3608c6794c40f1f63ada1a93e54b7054c1b41278c6b9a1bc52a60c6b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18ff37d3608c6794c40f1f63ada1a93e54b7054c1b41278c6b9a1bc52a60c6b9", kill_on_drop: false }` [INFO] [stdout] 18ff37d3608c6794c40f1f63ada1a93e54b7054c1b41278c6b9a1bc52a60c6b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e650d843081bf530c27dc4484c41c0fb0d728164ab572d4439a9d19cea1e78ce [INFO] running `Command { std: "docker" "start" "-a" "e650d843081bf530c27dc4484c41c0fb0d728164ab572d4439a9d19cea1e78ce", kill_on_drop: false }` [INFO] [stderr] Compiling http-push-bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/bot.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::*; [INFO] [stdout] | -------- the item `Result` is already imported here [INFO] [stdout] 3 | use anyhow::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/http.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::*; [INFO] [stdout] | -------- the item `Result` is already imported here [INFO] [stdout] ... [INFO] [stdout] 6 | use anyhow::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `Command { std: "docker" "inspect" "e650d843081bf530c27dc4484c41c0fb0d728164ab572d4439a9d19cea1e78ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e650d843081bf530c27dc4484c41c0fb0d728164ab572d4439a9d19cea1e78ce", kill_on_drop: false }` [INFO] [stdout] e650d843081bf530c27dc4484c41c0fb0d728164ab572d4439a9d19cea1e78ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3ca6ce0294d03a786519bc95faea492803bf93c05180a06088489f53bdfdaa79 [INFO] running `Command { std: "docker" "start" "-a" "3ca6ce0294d03a786519bc95faea492803bf93c05180a06088489f53bdfdaa79", kill_on_drop: false }` [INFO] [stderr] warning: the item `Result` is imported redundantly [INFO] [stderr] --> src/bot.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::*; [INFO] [stderr] | -------- the item `Result` is already imported here [INFO] [stderr] 3 | use anyhow::Result; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Result` is imported redundantly [INFO] [stderr] --> src/http.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::*; [INFO] [stderr] | -------- the item `Result` is already imported here [INFO] [stderr] ... [INFO] [stderr] 6 | use anyhow::Result; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `http-push-bot` (bin "http-push-bot" test) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/http_push_bot-ffa108f07bb0bd76) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3ca6ce0294d03a786519bc95faea492803bf93c05180a06088489f53bdfdaa79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ca6ce0294d03a786519bc95faea492803bf93c05180a06088489f53bdfdaa79", kill_on_drop: false }` [INFO] [stdout] 3ca6ce0294d03a786519bc95faea492803bf93c05180a06088489f53bdfdaa79