[INFO] crate lapin 0.27.0-beta.6 is already in cache [INFO] checking lapin-0.27.0-beta.6 against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] extracting crate lapin 0.27.0-beta.6 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate lapin 0.27.0-beta.6 on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate lapin 0.27.0-beta.6 [INFO] removed 2 missing examples [INFO] finished tweaking crates.io crate lapin 0.27.0-beta.6 [INFO] tweaked toml for crates.io crate lapin 0.27.0-beta.6 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate lapin 0.27.0-beta.6 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 14cf7ccbfe9ffed685859eefaa2560a0b10d90b7c3caceca71ca1f4c5e76af3c [INFO] running `"docker" "start" "-a" "14cf7ccbfe9ffed685859eefaa2560a0b10d90b7c3caceca71ca1f4c5e76af3c"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling cookie-factory v0.3.0-beta5 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking async-task v1.0.0 [INFO] [stderr] Compiling stackvector v1.0.7 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling regex v1.3.0 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Checking amq-protocol-uri v3.0.0-beta.2 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.18 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking futures-timer v0.3.0 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Compiling lexical-core v0.4.3 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking tcp-stream v0.7.0 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking async-std v0.99.4 [INFO] [stderr] Checking amq-protocol-tcp v3.0.0-beta.2 [INFO] [stderr] Checking nom v5.0.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Checking amq-protocol-types v3.0.0-beta.2 [INFO] [stderr] Compiling handlebars v2.0.1 [INFO] [stderr] Compiling amq-protocol-codegen v3.0.0-beta.2 [INFO] [stderr] Compiling amq-protocol v3.0.0-beta.2 [INFO] [stderr] Compiling lapin v0.27.0-beta.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> examples/pubsub_futures.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use futures::{future::FutureExt, stream::StreamExt}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `lapin::confirmation::Confirmation: std::future::Future` is not satisfied [INFO] [stderr] --> examples/pubsub_futures.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | let conn = Connection::connect(&addr, ConnectionProperties::default()).await?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::future::Future` is not implemented for `lapin::confirmation::Confirmation` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `lapin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "14cf7ccbfe9ffed685859eefaa2560a0b10d90b7c3caceca71ca1f4c5e76af3c"` [INFO] running `"docker" "rm" "-f" "14cf7ccbfe9ffed685859eefaa2560a0b10d90b7c3caceca71ca1f4c5e76af3c"` [INFO] [stdout] 14cf7ccbfe9ffed685859eefaa2560a0b10d90b7c3caceca71ca1f4c5e76af3c