[INFO] crate grin_chain 0.4.2 is already in cache [INFO] extracting crate grin_chain 0.4.2 into work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/grin_chain/0.4.2 [INFO] extracting crate grin_chain 0.4.2 into work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/grin_chain/0.4.2 [INFO] validating manifest of grin_chain-0.4.2 on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of grin_chain-0.4.2 on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing grin_chain-0.4.2 [INFO] finished frobbing grin_chain-0.4.2 [INFO] frobbed toml for grin_chain-0.4.2 written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/grin_chain/0.4.2/Cargo.toml [INFO] started frobbing grin_chain-0.4.2 [INFO] finished frobbing grin_chain-0.4.2 [INFO] frobbed toml for grin_chain-0.4.2 written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/grin_chain/0.4.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking grin_chain-0.4.2 against master#f66e4697ae286985ddefc53c3a047614568458bb for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-7/master#f66e4697ae286985ddefc53c3a047614568458bb:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/grin_chain/0.4.2:/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" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ecb702552b15e1b0351ce3d4634cbec28dd6a0931e79264f69d8d11c17345943 [INFO] running `"docker" "start" "-a" "ecb702552b15e1b0351ce3d4634cbec28dd6a0931e79264f69d8d11c17345943"` [INFO] [stderr] Checking supercow v0.1.0 [INFO] [stderr] Compiling grin_secp256k1zkp v0.7.4 [INFO] [stderr] Compiling liblmdb-sys v0.2.2 [INFO] [stderr] Checking arrayvec v0.4.10 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling clang-sys v0.23.0 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking flate2 v1.0.6 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Checking pbkdf2 v0.2.3 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Checking log4rs v0.8.1 [INFO] [stderr] Checking zip v0.4.2 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Checking grin_util v0.4.2 [INFO] [stderr] Checking lmdb-zero v0.4.4 [INFO] [stderr] Checking grin_keychain v0.4.2 [INFO] [stderr] Compiling bindgen v0.37.4 [INFO] [stderr] Compiling croaring-sys v0.3.8 [INFO] [stderr] Checking croaring v0.3.8 [INFO] [stderr] Checking grin_core v0.4.2 [INFO] [stderr] Checking grin_store v0.4.2 [INFO] [stderr] Checking grin_chain v0.4.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `wallet` [INFO] [stderr] --> tests/store_indices.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | extern crate grin_wallet as wallet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `grin_chain`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `wallet` [INFO] [stderr] --> tests/mine_simple_chain.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | extern crate grin_wallet as wallet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `grin_chain`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `wallet` [INFO] [stderr] --> tests/test_coinbase_maturity.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | extern crate grin_wallet as wallet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `grin_chain`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `wallet` [INFO] [stderr] --> tests/data_file_integrity.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | extern crate grin_wallet as wallet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `grin_chain`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ecb702552b15e1b0351ce3d4634cbec28dd6a0931e79264f69d8d11c17345943"` [INFO] running `"docker" "rm" "-f" "ecb702552b15e1b0351ce3d4634cbec28dd6a0931e79264f69d8d11c17345943"` [INFO] [stdout] ecb702552b15e1b0351ce3d4634cbec28dd6a0931e79264f69d8d11c17345943