[INFO] fetching crate hedera 0.4.1... [INFO] extracting crate hedera 0.4.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/hedera/0.4.1 [INFO] extracting crate hedera 0.4.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/hedera/0.4.1 [INFO] validating manifest of hedera-0.4.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of hedera-0.4.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing hedera-0.4.1 [INFO] finished frobbing hedera-0.4.1 [INFO] frobbed toml for hedera-0.4.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/hedera/0.4.1/Cargo.toml [INFO] started frobbing hedera-0.4.1 [INFO] finished frobbing hedera-0.4.1 [INFO] frobbed toml for hedera-0.4.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/hedera/0.4.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simple_asn1 v0.3.1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing hedera-0.4.1 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/hedera/0.4.1:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] b5ddb4bd23700b1b2ad5bcf32363e4876c4bf45b481143757b8242bf6753c95c [INFO] running `"docker" "start" "-a" "b5ddb4bd23700b1b2ad5bcf32363e4876c4bf45b481143757b8242bf6753c95c"` [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Compiling subtle v2.1.0 [INFO] [stderr] Compiling httpbis v0.7.0 [INFO] [stderr] Compiling query_interface v0.3.5 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling tls-api v0.1.22 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling protobuf v2.6.2 [INFO] [stderr] Compiling tls-api-stub v0.1.22 [INFO] [stderr] Compiling simple_asn1 v0.3.1 [INFO] [stderr] Compiling curve25519-dalek v1.2.1 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-async-await v0.1.7 [INFO] [stderr] error[E0432]: unresolved import `std::await` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.7/src/lib.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub use std::await as std_await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `await` in the root [INFO] [stderr] [INFO] [stderr] Compiling tokio-tls-api v0.1.22 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `tokio-async-await`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b5ddb4bd23700b1b2ad5bcf32363e4876c4bf45b481143757b8242bf6753c95c"` [INFO] running `"docker" "rm" "-f" "b5ddb4bd23700b1b2ad5bcf32363e4876c4bf45b481143757b8242bf6753c95c"` [INFO] [stdout] b5ddb4bd23700b1b2ad5bcf32363e4876c4bf45b481143757b8242bf6753c95c