[INFO] updating cached repository aspera-non-spernit/blocky [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/aspera-non-spernit/blocky [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/aspera-non-spernit/blocky" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/aspera-non-spernit/blocky"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/aspera-non-spernit/blocky'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aspera-non-spernit/blocky" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aspera-non-spernit/blocky"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aspera-non-spernit/blocky'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0feea2d25421dc27798c8c825280182cf42c268b [INFO] sha for GitHub repo aspera-non-spernit/blocky: 0feea2d25421dc27798c8c825280182cf42c268b [INFO] validating manifest of aspera-non-spernit/blocky on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of aspera-non-spernit/blocky on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing aspera-non-spernit/blocky [INFO] finished frobbing aspera-non-spernit/blocky [INFO] frobbed toml for aspera-non-spernit/blocky written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/aspera-non-spernit/blocky/Cargo.toml [INFO] started frobbing aspera-non-spernit/blocky [INFO] finished frobbing aspera-non-spernit/blocky [INFO] frobbed toml for aspera-non-spernit/blocky written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aspera-non-spernit/blocky/Cargo.toml [INFO] crate aspera-non-spernit/blocky already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking aspera-non-spernit/blocky against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/aspera-non-spernit/blocky:/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6ff53c46504158607d5375b7a2dfe20d2211c5e24816686a14fa3513dfbd5b0c [INFO] running `"docker" "start" "-a" "6ff53c46504158607d5375b7a2dfe20d2211c5e24816686a14fa3513dfbd5b0c"` [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Checking keystream v1.0.0 [INFO] [stderr] Checking bigint v4.4.1 [INFO] [stderr] Checking chacha v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking bincode v1.1.4 [INFO] [stderr] Checking bacon v0.1.0 (https://github.com/aspera-non-spernit/bacon?branch=dev#0522217d) [INFO] [stderr] Checking blocky v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Decrypt`, `Encrypt` [INFO] [stderr] --> src/bin/main.rs:5:72 [INFO] [stderr] | [INFO] [stderr] 5 | use bacon::{ Bacon, BaconState, ciphers::{ Cipher, chacha20::ChaCha20, Decrypt, Encrypt, Nonce }, fry }; [INFO] [stderr] | ^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Decrypt`, `Encrypt` [INFO] [stderr] --> src/bin/main.rs:5:72 [INFO] [stderr] | [INFO] [stderr] 5 | use bacon::{ Bacon, BaconState, ciphers::{ Cipher, chacha20::ChaCha20, Decrypt, Encrypt, Nonce }, fry }; [INFO] [stderr] | ^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cipher` [INFO] [stderr] --> src/bin/main.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | let cipher: ChaCha20 = ChaCha20::new( U256::from_dec_str(&key).unwrap(), Some(Nonce::Custom(nonce) ) ); [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_cipher` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cipher` [INFO] [stderr] --> src/bin/main.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | let cipher: ChaCha20 = ChaCha20::new( U256::from_dec_str(&key).unwrap(), Some(Nonce::Custom(nonce) ) ); [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_cipher` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/main.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | let mut genesis = Block::default(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0382]: borrow of moved value: `bc` [INFO] [stderr] --> src/bin/main.rs:71:31 [INFO] [stderr] | [INFO] [stderr] 56 | let mut bc = Blockchain { blocks: vec![] }; [INFO] [stderr] | ------ move occurs because `bc` has type `Blockchain`, which does not implement the `Copy` trait [INFO] [stderr] ... [INFO] [stderr] 69 | dbg!(bc); [INFO] [stderr] | --------- value moved here [INFO] [stderr] 70 | [INFO] [stderr] 71 | for fried_transaction in &bc.blocks.last().unwrap().transactions { [INFO] [stderr] | ^^^^^^^^^ value borrowed here after move [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `blocky`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/main.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | let mut genesis = Block::default(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0382]: borrow of moved value: `bc` [INFO] [stderr] --> src/bin/main.rs:71:31 [INFO] [stderr] | [INFO] [stderr] 56 | let mut bc = Blockchain { blocks: vec![] }; [INFO] [stderr] | ------ move occurs because `bc` has type `Blockchain`, which does not implement the `Copy` trait [INFO] [stderr] ... [INFO] [stderr] 69 | dbg!(bc); [INFO] [stderr] | --------- value moved here [INFO] [stderr] 70 | [INFO] [stderr] 71 | for fried_transaction in &bc.blocks.last().unwrap().transactions { [INFO] [stderr] | ^^^^^^^^^ value borrowed here after move [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] error: Could not compile `blocky`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6ff53c46504158607d5375b7a2dfe20d2211c5e24816686a14fa3513dfbd5b0c"` [INFO] running `"docker" "rm" "-f" "6ff53c46504158607d5375b7a2dfe20d2211c5e24816686a14fa3513dfbd5b0c"` [INFO] [stdout] 6ff53c46504158607d5375b7a2dfe20d2211c5e24816686a14fa3513dfbd5b0c