[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 master#6250d56355d72264ece721e8d0dc95b16a6824b1 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsubspace%2Frust-simulator" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/subspace/rust-simulator on toolchain 6250d56355d72264ece721e8d0dc95b16a6824b1 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "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-2/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "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] 8e084f3d41f54331c1d33fbc421afe86322f1fef46b1a3f72eb34b640939b717 [INFO] running `"docker" "start" "-a" "8e084f3d41f54331c1d33fbc421afe86322f1fef46b1a3f72eb34b640939b717"` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking subtle v2.2.2 [INFO] [stderr] Compiling bitintr v0.3.0 [INFO] [stderr] Checking zeroize v1.1.0 [INFO] [stderr] Checking merkle-tree-binary v0.0.1 (https://github.com/subspace/merkle-tree-binary.rs#a5416537) [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Checking block-modes v0.3.3 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [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 bincode v1.2.1 [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[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: 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" "8e084f3d41f54331c1d33fbc421afe86322f1fef46b1a3f72eb34b640939b717"` [INFO] running `"docker" "rm" "-f" "8e084f3d41f54331c1d33fbc421afe86322f1fef46b1a3f72eb34b640939b717"` [INFO] [stdout] 8e084f3d41f54331c1d33fbc421afe86322f1fef46b1a3f72eb34b640939b717