[INFO] updating cached repository https://github.com/nero-services/nero [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f521b1759f83c583937f02cfde3602dfad3cca44 [INFO] checking nero-services/nero against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-65897-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnero-services%2Fnero" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nero-services/nero on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nero-services/nero [INFO] finished tweaking git repo https://github.com/nero-services/nero [INFO] tweaked toml for git repo https://github.com/nero-services/nero written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/nero-services/nero already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=allow" "-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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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] d1778eb23d7a352b1a56e60ae11e4f5de5f4051f61c05d4086711d0f26cdc38f [INFO] running `"docker" "start" "-a" "d1778eb23d7a352b1a56e60ae11e4f5de5f4051f61c05d4086711d0f26cdc38f"` [INFO] [stderr] Checking libc v0.2.31 [INFO] [stderr] Compiling libloading v0.4.2 [INFO] [stderr] Checking toml v0.4.5 [INFO] [stderr] Checking iovec v0.1.0 [INFO] [stderr] Checking net2 v0.2.31 [INFO] [stderr] Checking bytes v0.4.5 [INFO] [stderr] Checking mio v0.6.10 [INFO] [stderr] Checking tokio-io v0.1.3 [INFO] [stderr] Checking tokio-core v0.1.9 [INFO] [stderr] Checking nero v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0382]: assign to part of moved value: `server` [INFO] [stderr] --> src/p10.rs:405:33 [INFO] [stderr] | [INFO] [stderr] 361 | let mut server: Server = Server::::new(&argv[1], &argv[8]); [INFO] [stderr] | ---------- move occurs because `server` has type `server::Server`, which does not implement the `Copy` trait [INFO] [stderr] ... [INFO] [stderr] 397 | let shared_server = Rc::new(RefCell::new(server)); [INFO] [stderr] | ------ value moved here [INFO] [stderr] ... [INFO] [stderr] 405 | Some(arc_server) => server.uplink = Some(arc_server.clone()), [INFO] [stderr] | ^^^^^^^^^^^^^ value partially assigned here after move [INFO] [stderr] [INFO] [stderr] error[E0382]: assign to part of moved value: `server` [INFO] [stderr] --> src/p10.rs:405:33 [INFO] [stderr] | [INFO] [stderr] 361 | let mut server: Server = Server::::new(&argv[1], &argv[8]); [INFO] [stderr] | ---------- move occurs because `server` has type `server::Server`, which does not implement the `Copy` trait [INFO] [stderr] ... [INFO] [stderr] 397 | let shared_server = Rc::new(RefCell::new(server)); [INFO] [stderr] | ------ value moved here [INFO] [stderr] ... [INFO] [stderr] 405 | Some(arc_server) => server.uplink = Some(arc_server.clone()), [INFO] [stderr] | ^^^^^^^^^^^^^ value partially assigned here after move [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 `nero`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 `nero`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d1778eb23d7a352b1a56e60ae11e4f5de5f4051f61c05d4086711d0f26cdc38f"` [INFO] running `"docker" "rm" "-f" "d1778eb23d7a352b1a56e60ae11e4f5de5f4051f61c05d4086711d0f26cdc38f"` [INFO] [stdout] d1778eb23d7a352b1a56e60ae11e4f5de5f4051f61c05d4086711d0f26cdc38f