[INFO] cloning repository https://github.com/C0RR1T/brainfuck [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/C0RR1T/brainfuck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FC0RR1T%2Fbrainfuck", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FC0RR1T%2Fbrainfuck'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4a35484033dff1f452f42cec3155e7cfd7d9b547 [INFO] checking C0RR1T/brainfuck against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FC0RR1T%2Fbrainfuck" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/C0RR1T/brainfuck on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/C0RR1T/brainfuck [INFO] finished tweaking git repo https://github.com/C0RR1T/brainfuck [INFO] tweaked toml for git repo https://github.com/C0RR1T/brainfuck written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/C0RR1T/brainfuck already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded include_dir v0.7.2 [INFO] [stderr] Downloaded include_dir_macros v0.7.2 [INFO] [stderr] Downloaded peekmore v1.0.0 [INFO] [stderr] Downloaded owo-colors v3.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44abebd76314867773dd21147ad999d1b323771e5aeb474f8430d4a1a7f3a0b5 [INFO] running `Command { std: "docker" "start" "-a" "44abebd76314867773dd21147ad999d1b323771e5aeb474f8430d4a1a7f3a0b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44abebd76314867773dd21147ad999d1b323771e5aeb474f8430d4a1a7f3a0b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44abebd76314867773dd21147ad999d1b323771e5aeb474f8430d4a1a7f3a0b5", kill_on_drop: false }` [INFO] [stdout] 44abebd76314867773dd21147ad999d1b323771e5aeb474f8430d4a1a7f3a0b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9762d0fbbb6b8607d8f4a68cbd39b0f77e35829945956634629136f5e5474c0c [INFO] running `Command { std: "docker" "start" "-a" "9762d0fbbb6b8607d8f4a68cbd39b0f77e35829945956634629136f5e5474c0c", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Checking lexer v0.1.0 (/opt/rustwide/workdir/lexer) [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling semver v1.0.10 [INFO] [stderr] Checking owo-colors v3.4.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Checking peekmore v1.0.0 [INFO] [stderr] Checking parser v0.1.0 (/opt/rustwide/workdir/parser) [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking os_str_bytes v6.1.0 [INFO] [stderr] Checking plotters-backend v0.3.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking clap_lex v0.2.0 [INFO] [stderr] Checking plotters-svg v0.3.1 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking crossbeam-channel v0.5.4 [INFO] [stderr] Checking plotters v0.3.1 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking error-messages v0.1.0 (/opt/rustwide/workdir/error-messages) [INFO] [stderr] Checking interpreter v0.2.0 (/opt/rustwide/workdir/interpreter) [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stdout] error[E0382]: borrow of moved value: `out` [INFO] [stdout] --> interpreter/./src/lib.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 85 | let mut out = Vec::new(); [INFO] [stdout] | ------- move occurs because `out` has type `Vec`, which does not implement the `Copy` trait [INFO] [stdout] 86 | Interpreter::new(out).interpret(&parser::hello_world()[..]); [INFO] [stdout] | --- value moved here [INFO] [stdout] 87 | assert_eq!( [INFO] [stdout] 88 | out.iter().map(|x| *x as char).collect::(), [INFO] [stdout] | ^^^^^^^^^^ value borrowed here after move [INFO] [stdout] | [INFO] [stdout] note: consider changing this parameter type in method `new` to borrow instead if owning the value isn't necessary [INFO] [stdout] --> interpreter/./src/lib.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn new(output: W) -> Self [INFO] [stdout] | --- ^ this parameter takes ownership of the value [INFO] [stdout] | | [INFO] [stdout] | in this method [INFO] [stdout] = note: borrow occurs due to deref coercion to `[u8]` [INFO] [stdout] help: consider cloning the value if the performance cost is acceptable [INFO] [stdout] | [INFO] [stdout] 86 | Interpreter::new(out.clone()).interpret(&parser::hello_world()[..]); [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 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 `interpreter` (lib test) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9762d0fbbb6b8607d8f4a68cbd39b0f77e35829945956634629136f5e5474c0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9762d0fbbb6b8607d8f4a68cbd39b0f77e35829945956634629136f5e5474c0c", kill_on_drop: false }` [INFO] [stdout] 9762d0fbbb6b8607d8f4a68cbd39b0f77e35829945956634629136f5e5474c0c [INFO] checking C0RR1T/brainfuck against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FC0RR1T%2Fbrainfuck" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/C0RR1T/brainfuck on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/C0RR1T/brainfuck [INFO] finished tweaking git repo https://github.com/C0RR1T/brainfuck [INFO] tweaked toml for git repo https://github.com/C0RR1T/brainfuck written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/C0RR1T/brainfuck already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08875e8270bf2c86be43d9ff44e9262476bf3591d979075ea14bf8d05e9703c7 [INFO] running `Command { std: "docker" "start" "-a" "08875e8270bf2c86be43d9ff44e9262476bf3591d979075ea14bf8d05e9703c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08875e8270bf2c86be43d9ff44e9262476bf3591d979075ea14bf8d05e9703c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08875e8270bf2c86be43d9ff44e9262476bf3591d979075ea14bf8d05e9703c7", kill_on_drop: false }` [INFO] [stdout] 08875e8270bf2c86be43d9ff44e9262476bf3591d979075ea14bf8d05e9703c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b62233ca5499d0e75d2fc8f375fc9415068453196c519b4c1c3eede1c678db7a [INFO] running `Command { std: "docker" "start" "-a" "b62233ca5499d0e75d2fc8f375fc9415068453196c519b4c1c3eede1c678db7a", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "b62233ca5499d0e75d2fc8f375fc9415068453196c519b4c1c3eede1c678db7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b62233ca5499d0e75d2fc8f375fc9415068453196c519b4c1c3eede1c678db7a", kill_on_drop: false }` [INFO] [stdout] b62233ca5499d0e75d2fc8f375fc9415068453196c519b4c1c3eede1c678db7a