[INFO] fetching crate motore 0.2.0... [INFO] testing motore-0.2.0 against 1.64.0 for beta-1.65-1 [INFO] extracting crate motore 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate motore 0.2.0 on toolchain 1.64.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate motore 0.2.0 [INFO] finished tweaking crates.io crate motore 0.2.0 [INFO] tweaked toml for crates.io crate motore 0.2.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded motore-macros v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28938f9b831803cd2d59442352769648262ea8446131599ae56e59b286820fb3 [INFO] running `Command { std: "docker" "start" "-a" "28938f9b831803cd2d59442352769648262ea8446131599ae56e59b286820fb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28938f9b831803cd2d59442352769648262ea8446131599ae56e59b286820fb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28938f9b831803cd2d59442352769648262ea8446131599ae56e59b286820fb3", kill_on_drop: false }` [INFO] [stdout] 28938f9b831803cd2d59442352769648262ea8446131599ae56e59b286820fb3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d67bd585a902d1e4eac792807eb28f8466e174d2f95ee10ae241b6c6b43eafee [INFO] running `Command { std: "docker" "start" "-a" "d67bd585a902d1e4eac792807eb28f8466e174d2f95ee10ae241b6c6b43eafee", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.101 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling futures-io v0.3.24 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling futures-macro v0.3.24 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling motore-macros v0.1.0 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling futures-executor v0.3.24 [INFO] [stderr] Compiling futures v0.3.24 [INFO] [stderr] Compiling motore v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(type_alias_impl_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0478]: lifetime bound not satisfied [INFO] [stdout] --> src/service/ext/map_err.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | type Future<'cx> = impl Send + Future> + 'cx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: lifetime parameter instantiated with the empty lifetime [INFO] [stdout] note: but lifetime parameter must outlive the lifetime `'cx` as defined here [INFO] [stdout] --> src/service/ext/map_err.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | type Future<'cx> = impl Send + Future> + 'cx [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0478]: lifetime bound not satisfied [INFO] [stdout] --> src/timeout.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | type Future<'cx> = impl Future> + 'cx; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: lifetime parameter instantiated with the empty lifetime [INFO] [stdout] note: but lifetime parameter must outlive the lifetime `'cx` as defined here [INFO] [stdout] --> src/timeout.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | type Future<'cx> = impl Future> + 'cx; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0478]: lifetime bound not satisfied [INFO] [stdout] --> src/utils/either.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | type Future<'cx> = impl Future> + Send + 'cx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: lifetime parameter instantiated with the empty lifetime [INFO] [stdout] note: but lifetime parameter must outlive the lifetime `'cx` as defined here [INFO] [stdout] --> src/utils/either.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | type Future<'cx> = impl Future> + Send + 'cx [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0478, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0478`. [INFO] [stdout] [INFO] [stderr] error: could not compile `motore` due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "d67bd585a902d1e4eac792807eb28f8466e174d2f95ee10ae241b6c6b43eafee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d67bd585a902d1e4eac792807eb28f8466e174d2f95ee10ae241b6c6b43eafee", kill_on_drop: false }` [INFO] [stdout] d67bd585a902d1e4eac792807eb28f8466e174d2f95ee10ae241b6c6b43eafee