[INFO] updating cached repository alex/ct-tools [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/alex/ct-tools [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/alex/ct-tools" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/alex/ct-tools"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/alex/ct-tools'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/alex/ct-tools" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/alex/ct-tools"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/alex/ct-tools'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 620141f81fbf81882f9b70734a2b099f52cf6a0a [INFO] sha for GitHub repo alex/ct-tools: 620141f81fbf81882f9b70734a2b099f52cf6a0a [INFO] validating manifest of alex/ct-tools on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of alex/ct-tools on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing alex/ct-tools [INFO] finished frobbing alex/ct-tools [INFO] frobbed toml for alex/ct-tools written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/alex/ct-tools/Cargo.toml [INFO] started frobbing alex/ct-tools [INFO] finished frobbing alex/ct-tools [INFO] frobbed toml for alex/ct-tools written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/alex/ct-tools/Cargo.toml [INFO] crate alex/ct-tools has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing alex/ct-tools against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/alex/ct-tools:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] ee0e247c7a5088b50a76c76847f320946290ba966384a2eb94d729694fcb3e29 [INFO] running `"docker" "start" "-a" "ee0e247c7a5088b50a76c76847f320946290ba966384a2eb94d729694fcb3e29"` [INFO] [stderr] Compiling futures-await-await-macro v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling pem v0.5.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling csv v1.0.5 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio-process v0.2.3 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling hyper v0.12.18 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling pest_generator v2.0.0 [INFO] [stderr] Compiling futures-await-async-macro v0.1.4 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling ct-logs v0.4.0 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling pest_derive v2.0.1 [INFO] [stderr] Compiling rustls v0.14.0 [INFO] [stderr] Compiling webpki-roots v0.15.0 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling reqwest v0.6.2 [INFO] [stderr] Compiling tera v0.11.20 [INFO] [stderr] Compiling futures-await v0.1.1 [INFO] [stderr] error[E0599]: no method named `resume` found for type `T` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-await-0.1.1/src/lib.rs:120:35 [INFO] [stderr] | [INFO] [stderr] 120 | match unsafe { self.0.resume() } { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `resume`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `std::ops::Generator` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `resume` found for type `T` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-await-0.1.1/src/lib.rs:140:37 [INFO] [stderr] | [INFO] [stderr] 140 | match unsafe { self.gen.resume() } { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `resume`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `std::ops::Generator` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `futures-await`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ee0e247c7a5088b50a76c76847f320946290ba966384a2eb94d729694fcb3e29"` [INFO] running `"docker" "rm" "-f" "ee0e247c7a5088b50a76c76847f320946290ba966384a2eb94d729694fcb3e29"` [INFO] [stdout] ee0e247c7a5088b50a76c76847f320946290ba966384a2eb94d729694fcb3e29