[INFO] cloning repository https://github.com/anxiousmodernman/weirdo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anxiousmodernman/weirdo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanxiousmodernman%2Fweirdo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanxiousmodernman%2Fweirdo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 85e5989f2510c7cd58e12d9f18e24c19efc76e47 [INFO] checking anxiousmodernman/weirdo against master#a5f164faad4a2fed606b8160fd7ecd2d5cbba381 for pr-84920 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanxiousmodernman%2Fweirdo" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anxiousmodernman/weirdo on toolchain a5f164faad4a2fed606b8160fd7ecd2d5cbba381 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/anxiousmodernman/weirdo [INFO] finished tweaking git repo https://github.com/anxiousmodernman/weirdo [INFO] tweaked toml for git repo https://github.com/anxiousmodernman/weirdo written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/anxiousmodernman/weirdo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d576aae8728581ea95848e787a0a895d76c2dbe4df8054ced9c892523fed674c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d576aae8728581ea95848e787a0a895d76c2dbe4df8054ced9c892523fed674c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d576aae8728581ea95848e787a0a895d76c2dbe4df8054ced9c892523fed674c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d576aae8728581ea95848e787a0a895d76c2dbe4df8054ced9c892523fed674c", kill_on_drop: false }` [INFO] [stdout] d576aae8728581ea95848e787a0a895d76c2dbe4df8054ced9c892523fed674c [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f98cd83c085fa4c7d15d8cad787d6bab9be3d5e017ba2e74f047e503ce827a9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8f98cd83c085fa4c7d15d8cad787d6bab9be3d5e017ba2e74f047e503ce827a9", kill_on_drop: false }` [INFO] [stderr] Compiling vulkano v0.5.6 [INFO] [stderr] Checking libc v0.2.29 [INFO] [stderr] Checking lazy_static v0.2.8 [INFO] [stderr] Checking half v1.0.0 [INFO] [stderr] Checking crossbeam v0.2.10 [INFO] [stderr] Checking vk-sys v0.3.0 [INFO] [stderr] Checking fnv v1.0.5 [INFO] [stderr] Checking smallvec v0.3.3 [INFO] [stderr] Checking shared_library v0.1.7 [INFO] [stderr] Checking weirdo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0382]: use of moved value: `found` [INFO] [stdout] --> src/main.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 41 | let mut found = Vec::new(); [INFO] [stdout] | --------- move occurs because `found` has type `Vec`, which does not implement the `Copy` trait [INFO] [stdout] ... [INFO] [stdout] 51 | for f in found { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `found` moved due to this implicit call to `.into_iter()`, in previous iteration of loop [INFO] [stdout] | help: consider borrowing to avoid moving into the for loop: `&found` [INFO] [stdout] | [INFO] [stdout] note: this function takes ownership of the receiver `self`, which moves `found` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0382`. [INFO] [stdout] [INFO] [stderr] error: could not compile `weirdo` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0382]: use of moved value: `found` [INFO] [stdout] --> src/main.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 41 | let mut found = Vec::new(); [INFO] [stdout] | --------- move occurs because `found` has type `Vec`, which does not implement the `Copy` trait [INFO] [stdout] ... [INFO] [stdout] 51 | for f in found { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `found` moved due to this implicit call to `.into_iter()`, in previous iteration of loop [INFO] [stdout] | help: consider borrowing to avoid moving into the for loop: `&found` [INFO] [stdout] | [INFO] [stdout] note: this function takes ownership of the receiver `self`, which moves `found` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0382`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8f98cd83c085fa4c7d15d8cad787d6bab9be3d5e017ba2e74f047e503ce827a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f98cd83c085fa4c7d15d8cad787d6bab9be3d5e017ba2e74f047e503ce827a9", kill_on_drop: false }` [INFO] [stdout] 8f98cd83c085fa4c7d15d8cad787d6bab9be3d5e017ba2e74f047e503ce827a9