[INFO] updating cached repository https://github.com/Floppy/ruby-version-badger [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/Floppy/ruby-version-badger [INFO] [stderr] * [new branch] dependabot/cargo/openssl-0.10.29 -> dependabot/cargo/openssl-0.10.29 [INFO] [stderr] * [new branch] dependabot/cargo/openssl-sys-0.9.55 -> dependabot/cargo/openssl-sys-0.9.55 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1fae17d3d2f36cec2fae26ad9b0a0e61e36c17e7 [INFO] checking Floppy/ruby-version-badger against try#3ae4c050387df9f7fbb379ee90ce8bf05e566870 for pr-70872 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFloppy%2Fruby-version-badger" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Floppy/ruby-version-badger on toolchain 3ae4c050387df9f7fbb379ee90ce8bf05e566870 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Floppy/ruby-version-badger [INFO] finished tweaking git repo https://github.com/Floppy/ruby-version-badger [INFO] tweaked toml for git repo https://github.com/Floppy/ruby-version-badger written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Floppy/ruby-version-badger already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: unused manifest key: package.target [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "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] 769a09b31bf435d8e12a5fc61bf8fb1d76e7d8b27d16c7ae8888eed94ab6da71 [INFO] running `"docker" "start" "-a" "769a09b31bf435d8e12a5fc61bf8fb1d76e7d8b27d16c7ae8888eed94ab6da71"` [INFO] [stderr] warning: unused manifest key: package.target [INFO] [stderr] Compiling log v0.4.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking sequence_trie v0.3.6 [INFO] [stderr] Checking route-recognizer v0.1.13 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Checking openssl-sys v0.9.54 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking openssl v0.10.28 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking mime_guess v1.8.8 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Checking iron v0.6.1 [INFO] [stderr] Checking mount v0.4.0 [INFO] [stderr] Checking router v0.6.0 [INFO] [stderr] Checking staticfile v0.5.0 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.4 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking hyper v0.13.4 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking reqwest v0.10.4 [INFO] [stderr] Checking ruby-version-badger v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` [INFO] [stderr] --> src/github.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | let resp = reqwest::get(url.as_str())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `impl std::future::Future` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Try` is not implemented for `impl std::future::Future` [INFO] [stderr] = note: required by `std::ops::Try::into_result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` [INFO] [stderr] --> src/github.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | let file = reqwest::get(url.as_str())?.text()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `impl std::future::Future` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Try` is not implemented for `impl std::future::Future` [INFO] [stderr] = note: required by `std::ops::Try::into_result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` [INFO] [stderr] --> src/github.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | let resp = reqwest::get(url.as_str())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `impl std::future::Future` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Try` is not implemented for `impl std::future::Future` [INFO] [stderr] = note: required by `std::ops::Try::into_result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `ruby-version-badger`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` [INFO] [stderr] --> src/github.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | let file = reqwest::get(url.as_str())?.text()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `impl std::future::Future` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Try` is not implemented for `impl std::future::Future` [INFO] [stderr] = note: required by `std::ops::Try::into_result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `ruby-version-badger`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "769a09b31bf435d8e12a5fc61bf8fb1d76e7d8b27d16c7ae8888eed94ab6da71"` [INFO] running `"docker" "rm" "-f" "769a09b31bf435d8e12a5fc61bf8fb1d76e7d8b27d16c7ae8888eed94ab6da71"` [INFO] [stdout] 769a09b31bf435d8e12a5fc61bf8fb1d76e7d8b27d16c7ae8888eed94ab6da71