[INFO] cloning repository https://github.com/subspace/rust-simulator [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/subspace/rust-simulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsubspace%2Frust-simulator"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsubspace%2Frust-simulator'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a2aaf14d9892ccf6054197d910cf75fa83812d8a [INFO] checking subspace/rust-simulator against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsubspace%2Frust-simulator" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/subspace/rust-simulator on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/subspace/rust-simulator [INFO] finished tweaking git repo https://github.com/subspace/rust-simulator [INFO] tweaked toml for git repo https://github.com/subspace/rust-simulator written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/subspace/rust-simulator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/subspace/merkle-tree-binary.rs` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ece7b89dbf07494fc104baaf3ba74edf781c5914e945ed9def0c5571b3f962bc [INFO] running `"docker" "start" "-a" "ece7b89dbf07494fc104baaf3ba74edf781c5914e945ed9def0c5571b3f962bc"` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking subtle v2.2.2 [INFO] [stderr] Compiling bitintr v0.3.0 [INFO] [stderr] Checking merkle-tree-binary v0.0.1 (https://github.com/subspace/merkle-tree-binary.rs#a5416537) [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking block-modes v0.3.3 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Checking rust-simulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0382]: use of moved value: `cipher` [INFO] [stderr] --> src/crypto.rs:275:21 [INFO] [stderr] | [INFO] [stderr] 275 | s.spawn(move |_| { [INFO] [stderr] | ^^^^^^^^ value moved into closure here, in previous iteration of loop [INFO] [stderr] ... [INFO] [stderr] 282 | cipher.decrypt_block(&mut block); [INFO] [stderr] | ------ use occurs due to use in closure [INFO] [stderr] | [INFO] [stderr] = note: move occurs because `cipher` has type `aes_soft::impls::Aes256`, which does not implement the `Copy` trait [INFO] [stderr] [INFO] [stderr] error[E0382]: use of moved value: `cipher` [INFO] [stderr] --> src/crypto.rs:613:21 [INFO] [stderr] | [INFO] [stderr] 613 | s.spawn(move |_| { [INFO] [stderr] | ^^^^^^^^ value moved into closure here, in previous iteration of loop [INFO] [stderr] ... [INFO] [stderr] 630 | cipher.decrypt_blocks(&mut block8); [INFO] [stderr] | ------ use occurs due to use in closure [INFO] [stderr] | [INFO] [stderr] = note: move occurs because `cipher` has type `aes_soft::impls::Aes256`, which does not implement the `Copy` trait [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] error: could not compile `rust-simulator`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0382]: use of moved value: `cipher` [INFO] [stderr] --> src/crypto.rs:275:21 [INFO] [stderr] | [INFO] [stderr] 275 | s.spawn(move |_| { [INFO] [stderr] | ^^^^^^^^ value moved into closure here, in previous iteration of loop [INFO] [stderr] ... [INFO] [stderr] 282 | cipher.decrypt_block(&mut block); [INFO] [stderr] | ------ use occurs due to use in closure [INFO] [stderr] | [INFO] [stderr] = note: move occurs because `cipher` has type `aes_soft::impls::Aes256`, which does not implement the `Copy` trait [INFO] [stderr] [INFO] [stderr] error[E0382]: use of moved value: `cipher` [INFO] [stderr] --> src/crypto.rs:613:21 [INFO] [stderr] | [INFO] [stderr] 613 | s.spawn(move |_| { [INFO] [stderr] | ^^^^^^^^ value moved into closure here, in previous iteration of loop [INFO] [stderr] ... [INFO] [stderr] 630 | cipher.decrypt_blocks(&mut block8); [INFO] [stderr] | ------ use occurs due to use in closure [INFO] [stderr] | [INFO] [stderr] = note: move occurs because `cipher` has type `aes_soft::impls::Aes256`, which does not implement the `Copy` trait [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] error: could not compile `rust-simulator`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ece7b89dbf07494fc104baaf3ba74edf781c5914e945ed9def0c5571b3f962bc"` [INFO] running `"docker" "rm" "-f" "ece7b89dbf07494fc104baaf3ba74edf781c5914e945ed9def0c5571b3f962bc"` [INFO] [stdout] ece7b89dbf07494fc104baaf3ba74edf781c5914e945ed9def0c5571b3f962bc