[INFO] cloning repository https://github.com/alexpusch/dagger-rust-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexpusch/dagger-rust-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexpusch%2Fdagger-rust-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexpusch%2Fdagger-rust-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3f4c4584a10761265dae7eaaebea6ac1cef36d11 [INFO] checking alexpusch/dagger-rust-example against master#899eb03926be23f2e5d2ffcaa1d6f9ac40af7f13 for pr-127827-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexpusch%2Fdagger-rust-example" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexpusch/dagger-rust-example on toolchain 899eb03926be23f2e5d2ffcaa1d6f9ac40af7f13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+899eb03926be23f2e5d2ffcaa1d6f9ac40af7f13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexpusch/dagger-rust-example [INFO] finished tweaking git repo https://github.com/alexpusch/dagger-rust-example [INFO] tweaked toml for git repo https://github.com/alexpusch/dagger-rust-example written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/alexpusch/dagger-rust-example 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" "+899eb03926be23f2e5d2ffcaa1d6f9ac40af7f13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded axum-core v0.2.7 [INFO] [stderr] Downloaded serde v1.0.139 [INFO] [stderr] Downloaded axum v0.5.13 [INFO] [stderr] Downloaded tokio v1.20.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+899eb03926be23f2e5d2ffcaa1d6f9ac40af7f13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5eb985c135b932b6e28ea46bcbc3f7e127eb8796e3f89d76a76cd8dc24800aff [INFO] running `Command { std: "docker" "start" "-a" "5eb985c135b932b6e28ea46bcbc3f7e127eb8796e3f89d76a76cd8dc24800aff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5eb985c135b932b6e28ea46bcbc3f7e127eb8796e3f89d76a76cd8dc24800aff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5eb985c135b932b6e28ea46bcbc3f7e127eb8796e3f89d76a76cd8dc24800aff", kill_on_drop: false }` [INFO] [stdout] 5eb985c135b932b6e28ea46bcbc3f7e127eb8796e3f89d76a76cd8dc24800aff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+899eb03926be23f2e5d2ffcaa1d6f9ac40af7f13" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc08f9edb2c5890061b4d7812490cbb752d813341b3264bb7e8ea3632f39409b [INFO] running `Command { std: "docker" "start" "-a" "dc08f9edb2c5890061b4d7812490cbb752d813341b3264bb7e8ea3632f39409b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling tokio v1.20.0 [INFO] [stderr] Compiling serde v1.0.139 [INFO] [stderr] Checking parking_lot_core v0.9.3 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking tracing v0.1.35 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling pin-project-internal v1.0.11 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Checking axum-core v0.2.7 [INFO] [stderr] Checking pin-project v1.0.11 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking hyper v0.14.20 [INFO] [stderr] Checking tower-http v0.3.4 [INFO] [stderr] Checking axum v0.5.13 [INFO] [stderr] Checking dagger-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.78s [INFO] running `Command { std: "docker" "inspect" "dc08f9edb2c5890061b4d7812490cbb752d813341b3264bb7e8ea3632f39409b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc08f9edb2c5890061b4d7812490cbb752d813341b3264bb7e8ea3632f39409b", kill_on_drop: false }` [INFO] [stdout] dc08f9edb2c5890061b4d7812490cbb752d813341b3264bb7e8ea3632f39409b [INFO] checking alexpusch/dagger-rust-example against try#71e0d7ccb3d54cfc766c826c50c8d523223fcc5c for pr-127827-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexpusch%2Fdagger-rust-example" "/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/alexpusch/dagger-rust-example on toolchain 71e0d7ccb3d54cfc766c826c50c8d523223fcc5c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+71e0d7ccb3d54cfc766c826c50c8d523223fcc5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexpusch/dagger-rust-example [INFO] finished tweaking git repo https://github.com/alexpusch/dagger-rust-example [INFO] tweaked toml for git repo https://github.com/alexpusch/dagger-rust-example written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/alexpusch/dagger-rust-example 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" "+71e0d7ccb3d54cfc766c826c50c8d523223fcc5c" "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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+71e0d7ccb3d54cfc766c826c50c8d523223fcc5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b89c8a23fd15a881f18f3c9ae609b24017246c704ddc241905bc2645018aa90 [INFO] running `Command { std: "docker" "start" "-a" "1b89c8a23fd15a881f18f3c9ae609b24017246c704ddc241905bc2645018aa90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b89c8a23fd15a881f18f3c9ae609b24017246c704ddc241905bc2645018aa90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b89c8a23fd15a881f18f3c9ae609b24017246c704ddc241905bc2645018aa90", kill_on_drop: false }` [INFO] [stdout] 1b89c8a23fd15a881f18f3c9ae609b24017246c704ddc241905bc2645018aa90 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+71e0d7ccb3d54cfc766c826c50c8d523223fcc5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd28f0e901f80c90234ee884c7e94abd57487ad6a591c52e5442da53bc97293e [INFO] running `Command { std: "docker" "start" "-a" "fd28f0e901f80c90234ee884c7e94abd57487ad6a591c52e5442da53bc97293e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling tokio v1.20.0 [INFO] [stderr] Compiling serde v1.0.139 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking parking_lot_core v0.9.3 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking tracing v0.1.35 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling pin-project-internal v1.0.11 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Checking axum-core v0.2.7 [INFO] [stderr] Checking pin-project v1.0.11 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking hyper v0.14.20 [INFO] [stderr] Checking tower-http v0.3.4 [INFO] [stderr] Checking axum v0.5.13 [INFO] [stdout] error: future cannot be sent between threads safely [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.5.13/src/routing/method_routing.rs:526:35 [INFO] [stdout] | [INFO] [stdout] 526 | let fallback = Route::new(service_fn(|_: Request| async { [INFO] [stdout] | ___________________________________^ [INFO] [stdout] 527 | | let mut response = Response::new(boxed(Empty::new())); [INFO] [stdout] 528 | | *response.status_mut() = StatusCode::METHOD_NOT_ALLOWED; [INFO] [stdout] 529 | | Ok(response) [INFO] [stdout] 530 | | })); [INFO] [stdout] | |__________^ future created by async closure is not `Send` [INFO] [stdout] | [INFO] [stdout] note: captured value is not `Send` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.5.13/src/routing/method_routing.rs:526:47 [INFO] [stdout] | [INFO] [stdout] 526 | let fallback = Route::new(service_fn(|_: Request| async { [INFO] [stdout] | ^ has type `http::Request` which is not `Send` [INFO] [stdout] note: required by a bound in `Route::::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/axum-0.5.13/src/routing/route.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 31 | pub(super) fn new(svc: T) -> Self [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 34 | T::Future: Send + 'static, [INFO] [stdout] | ^^^^ required by this bound in `Route::::new` [INFO] [stdout] help: consider restricting type parameter `B` [INFO] [stdout] | [INFO] [stdout] 522 | impl MethodRouter { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `axum` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "fd28f0e901f80c90234ee884c7e94abd57487ad6a591c52e5442da53bc97293e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd28f0e901f80c90234ee884c7e94abd57487ad6a591c52e5442da53bc97293e", kill_on_drop: false }` [INFO] [stdout] fd28f0e901f80c90234ee884c7e94abd57487ad6a591c52e5442da53bc97293e