[INFO] cloning repository https://github.com/angel-afonso/namelesslang [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/angel-afonso/namelesslang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fangel-afonso%2Fnamelesslang", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fangel-afonso%2Fnamelesslang'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 60f24564cbca82531dcd779e8ffdbf4bdb931ddc [INFO] testing angel-afonso/namelesslang against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fangel-afonso%2Fnamelesslang" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/angel-afonso/namelesslang on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/angel-afonso/namelesslang [INFO] finished tweaking git repo https://github.com/angel-afonso/namelesslang [INFO] tweaked toml for git repo https://github.com/angel-afonso/namelesslang written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/angel-afonso/namelesslang already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 678d55a210db0d1ce91ff359106a14b0dc9742424e83e997aa50f7458ef1ca3f [INFO] running `Command { std: "docker" "start" "-a" "678d55a210db0d1ce91ff359106a14b0dc9742424e83e997aa50f7458ef1ca3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "678d55a210db0d1ce91ff359106a14b0dc9742424e83e997aa50f7458ef1ca3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "678d55a210db0d1ce91ff359106a14b0dc9742424e83e997aa50f7458ef1ca3f", kill_on_drop: false }` [INFO] [stdout] 678d55a210db0d1ce91ff359106a14b0dc9742424e83e997aa50f7458ef1ca3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b0fadb694e18857c08b77e0e90817b64f3c76fc12cc7268cc514e249108a618 [INFO] running `Command { std: "docker" "start" "-a" "5b0fadb694e18857c08b77e0e90817b64f3c76fc12cc7268cc514e249108a618", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.74 [INFO] [stderr] Compiling bumpalo v3.7.0 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling wasm-bindgen v0.2.74 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling fd-lock v3.0.0 [INFO] [stderr] Compiling nix v0.22.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.74 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.74 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling rustyline v9.0.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.74 [INFO] [stderr] Compiling nameless v0.1.0 (/opt/rustwide/workdir/nameless) [INFO] [stdout] warning: unused import: `super::super::vm::Stream` [INFO] [stdout] --> nameless/src/object/builtin.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::super::vm::Stream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `self.stream.stdin` which is behind a mutable reference [INFO] [stdout] --> nameless/src/vm/vm.rs:296:41 [INFO] [stdout] | [INFO] [stdout] 296 | let result = builtin.call(args, self.stream.stdin, self.stream.stdout); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ move occurs because `self.stream.stdin` has type `IN`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nameless` due to 3 previous errors; 1 warning emitted [INFO] [stdout] error[E0507]: cannot move out of `self.stream.stdout` which is behind a mutable reference [INFO] [stdout] --> nameless/src/vm/vm.rs:296:60 [INFO] [stdout] | [INFO] [stdout] 296 | let result = builtin.call(args, self.stream.stdin, self.stream.stdout); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ move occurs because `self.stream.stdout` has type `OUT`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0507`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5b0fadb694e18857c08b77e0e90817b64f3c76fc12cc7268cc514e249108a618", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b0fadb694e18857c08b77e0e90817b64f3c76fc12cc7268cc514e249108a618", kill_on_drop: false }` [INFO] [stdout] 5b0fadb694e18857c08b77e0e90817b64f3c76fc12cc7268cc514e249108a618