[INFO] updating cached repository tomhoule/gqlient [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tomhoule/gqlient [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tomhoule/gqlient" "work/ex/beta-1.38-1/sources/1.37.0/gh/tomhoule/gqlient"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/tomhoule/gqlient'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tomhoule/gqlient" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tomhoule/gqlient"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tomhoule/gqlient'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 160d33dbb4f70dd59bdb68802ab37e3495a4531a [INFO] sha for GitHub repo tomhoule/gqlient: 160d33dbb4f70dd59bdb68802ab37e3495a4531a [INFO] validating manifest of tomhoule/gqlient on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tomhoule/gqlient on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tomhoule/gqlient [INFO] finished frobbing tomhoule/gqlient [INFO] frobbed toml for tomhoule/gqlient written to work/ex/beta-1.38-1/sources/1.37.0/gh/tomhoule/gqlient/Cargo.toml [INFO] started frobbing tomhoule/gqlient [INFO] finished frobbing tomhoule/gqlient [INFO] frobbed toml for tomhoule/gqlient written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tomhoule/gqlient/Cargo.toml [INFO] crate tomhoule/gqlient already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tomhoule/gqlient against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/tomhoule/gqlient:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 9f0890615d353f3d991927bf98758be574002535b19ae1db0b4c947e10dac1a5 [INFO] running `"docker" "start" "-a" "9f0890615d353f3d991927bf98758be574002535b19ae1db0b4c947e10dac1a5"` [INFO] [stderr] Compiling cc v1.0.14 [INFO] [stderr] Compiling ascii v0.7.1 [INFO] [stderr] Compiling futures-core v0.2.1 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling syn v0.13.2 [INFO] [stderr] Compiling futures-channel v0.2.1 [INFO] [stderr] Compiling futures-io v0.2.1 [INFO] [stderr] Compiling combine v3.0.0-beta.1 [INFO] [stderr] Compiling futures-sink v0.2.1 [INFO] [stderr] Compiling futures-util v0.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling futures-executor v0.2.1 [INFO] [stderr] Compiling structopt-derive v0.2.8 [INFO] [stderr] Compiling futures-stable v0.2.1 [INFO] [stderr] Compiling futures-async-runtime v0.2.1 [INFO] [stderr] Compiling futures v0.2.1 [INFO] [stderr] Compiling structopt v0.2.8 [INFO] [stderr] Compiling backtrace v0.3.6 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling graphql-parser v0.2.0 [INFO] [stderr] Compiling graphqlient v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): futures::Future` is not satisfied [INFO] [stderr] --> src/main.rs:50:44 [INFO] [stderr] | [INFO] [stderr] 50 | fn execute(self, backend_url: &str) -> impl Future { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures::Future` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: the return type of a function must have a statically known size [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `graphqlient`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9f0890615d353f3d991927bf98758be574002535b19ae1db0b4c947e10dac1a5"` [INFO] running `"docker" "rm" "-f" "9f0890615d353f3d991927bf98758be574002535b19ae1db0b4c947e10dac1a5"` [INFO] [stdout] 9f0890615d353f3d991927bf98758be574002535b19ae1db0b4c947e10dac1a5