[INFO] cloning repository https://github.com/paul-asvb/flyio-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paul-asvb/flyio-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaul-asvb%2Fflyio-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaul-asvb%2Fflyio-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 884909e1d1a6b72beb9b67b0e89b236aeb975182 [INFO] checking paul-asvb/flyio-rust against try#377afada703be70d3fdff9164a481570a3cba7fe for pr-113240 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaul-asvb%2Fflyio-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/paul-asvb/flyio-rust on toolchain 377afada703be70d3fdff9164a481570a3cba7fe [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/paul-asvb/flyio-rust [INFO] finished tweaking git repo https://github.com/paul-asvb/flyio-rust [INFO] tweaked toml for git repo https://github.com/paul-asvb/flyio-rust written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/paul-asvb/flyio-rust 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" "+377afada703be70d3fdff9164a481570a3cba7fe" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f2c40d0b5cd51310a93a960d37f64f83b5aff899ac584f104388aa0d74fe2aee [INFO] running `Command { std: "docker" "start" "-a" "f2c40d0b5cd51310a93a960d37f64f83b5aff899ac584f104388aa0d74fe2aee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2c40d0b5cd51310a93a960d37f64f83b5aff899ac584f104388aa0d74fe2aee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2c40d0b5cd51310a93a960d37f64f83b5aff899ac584f104388aa0d74fe2aee", kill_on_drop: false }` [INFO] [stdout] f2c40d0b5cd51310a93a960d37f64f83b5aff899ac584f104388aa0d74fe2aee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e25fb1dc69291527f4b78ef97c2431ccac922965f973b8273612ce0b2163f0d7 [INFO] running `Command { std: "docker" "start" "-a" "e25fb1dc69291527f4b78ef97c2431ccac922965f973b8273612ce0b2163f0d7", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking tracing-core v0.1.27 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking http-range-header v0.3.0 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking matchit v0.5.0 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking sha1 v0.6.1 [INFO] [stderr] Checking sync_wrapper v0.1.1 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Checking parking_lot_core v0.9.3 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking tracing v0.1.35 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking combine v4.6.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking openssl v0.10.40 [INFO] [stderr] Checking tokio v1.19.2 [INFO] [stderr] Checking axum-core v0.2.5 [INFO] [stderr] Checking pin-project v1.0.10 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Checking native-tls v0.2.10 [INFO] [stderr] Checking redis v0.21.5 [INFO] [stderr] Checking serde v1.0.137 [INFO] [stderr] Checking tower v0.4.12 [INFO] [stderr] Checking hyper v0.14.19 [INFO] [stderr] Checking tower-http v0.3.4 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking handlebars v4.3.1 [INFO] [stderr] Checking axum v0.5.7 [INFO] [stderr] Checking session-axum-redis v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Html`, `Request`, `Response` [INFO] [stdout] --> src/main.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | http::{Request, Response, StatusCode}, [INFO] [stdout] | ^^^^^^^ ^^^^^^^^ [INFO] [stdout] 6 | response::{Html, IntoResponse}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Html`, `Request`, `Response` [INFO] [stdout] --> src/main.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | http::{Request, Response, StatusCode}, [INFO] [stdout] | ^^^^^^^ ^^^^^^^^ [INFO] [stdout] 6 | response::{Html, IntoResponse}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session_id` [INFO] [stdout] --> src/repo.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 24 | async fn find(&self, session_id: String) -> Result { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session` [INFO] [stdout] --> src/repo.rs:28:28 [INFO] [stdout] | [INFO] [stdout] 28 | async fn create(&self, session: Session) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `SessionRepoError` in public interface (error E0446) [INFO] [stdout] --> src/repo.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | async fn find(&self, session_id: String) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `SessionRepoError` in public interface (error E0446) [INFO] [stdout] --> src/repo.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | async fn create(&self, session: Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `SessionRepoError` in public interface (error E0446) [INFO] [stdout] --> src/repo.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | async fn find(&self, session_id: String) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `SessionRepoError` in public interface (error E0446) [INFO] [stdout] --> src/repo.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | async fn create(&self, session: Session) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session_id` [INFO] [stdout] --> src/repo.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 24 | async fn find(&self, session_id: String) -> Result { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session` [INFO] [stdout] --> src/repo.rs:28:28 [INFO] [stdout] | [INFO] [stdout] 28 | async fn create(&self, session: Session) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `SessionRepoError` in public interface (error E0446) [INFO] [stdout] --> src/repo.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | async fn find(&self, session_id: String) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `SessionRepoError` in public interface (error E0446) [INFO] [stdout] --> src/repo.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | async fn create(&self, session: Session) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `SessionRepoError` in public interface (error E0446) [INFO] [stdout] --> src/repo.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | async fn find(&self, session_id: String) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `SessionRepoError` in public interface (error E0446) [INFO] [stdout] --> src/repo.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | async fn create(&self, session: Session) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.72s [INFO] running `Command { std: "docker" "inspect" "e25fb1dc69291527f4b78ef97c2431ccac922965f973b8273612ce0b2163f0d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e25fb1dc69291527f4b78ef97c2431ccac922965f973b8273612ce0b2163f0d7", kill_on_drop: false }` [INFO] [stdout] e25fb1dc69291527f4b78ef97c2431ccac922965f973b8273612ce0b2163f0d7