[INFO] cloning repository https://github.com/Eraden/enso [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Eraden/enso" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEraden%2Fenso", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEraden%2Fenso'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4cd021977f523650a28d9c77ce1c4d1e7c280065 [INFO] checking Eraden/enso against try#8de4b308b608cded0ebccf658a0fc719bce87d4e for pr-89056 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEraden%2Fenso" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Eraden/enso on toolchain 8de4b308b608cded0ebccf658a0fc719bce87d4e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Eraden/enso [INFO] finished tweaking git repo https://github.com/Eraden/enso [INFO] tweaked toml for git repo https://github.com/Eraden/enso written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Eraden/enso already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4239c5d04e021861bb0f6404ecc238e19425116c6780f36cea15736f057ab9f [INFO] running `Command { std: "docker" "start" "-a" "c4239c5d04e021861bb0f6404ecc238e19425116c6780f36cea15736f057ab9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4239c5d04e021861bb0f6404ecc238e19425116c6780f36cea15736f057ab9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4239c5d04e021861bb0f6404ecc238e19425116c6780f36cea15736f057ab9f", kill_on_drop: false }` [INFO] [stdout] c4239c5d04e021861bb0f6404ecc238e19425116c6780f36cea15736f057ab9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98ea4904582de341cd83e6a09620bdfaa31cc7fee63312bcdd23d9b2bab28a0b [INFO] running `Command { std: "docker" "start" "-a" "98ea4904582de341cd83e6a09620bdfaa31cc7fee63312bcdd23d9b2bab28a0b", kill_on_drop: false }` [INFO] [stderr] Checking enso v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0499]: cannot borrow `*b2` as mutable more than once at a time [INFO] [stdout] --> src/bin/mutable_borrows.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 28 | let v1 = &mut b2[0]; [INFO] [stdout] | -- first mutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 32 | b2.push(3); [INFO] [stdout] | ^^ second mutable borrow occurs here [INFO] [stdout] 33 | println!("{:?}", rc); [INFO] [stdout] 34 | println!("{:?}", v1); [INFO] [stdout] | -- first borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `enso` due to 2 previous errors [INFO] [stdout] error[E0499]: cannot borrow `*self` as mutable more than once at a time [INFO] [stdout] --> src/bin/borrow_error.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 45 | fn get_or_register_mut(&mut self, id: usize) -> ShapeSystemRegistryEntryRef { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] 46 | match self.get_mut(id) { [INFO] [stdout] | ---- first mutable borrow occurs here [INFO] [stdout] 47 | Some(entry) => entry, [INFO] [stdout] | ----- returning this value requires that `*self` is borrowed for `'1` [INFO] [stdout] 48 | None => self.register(id), [INFO] [stdout] | ^^^^ second mutable borrow occurs here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0499`. [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 E0499`. [INFO] [stdout] [INFO] [stdout] error[E0499]: cannot borrow `*self` as mutable more than once at a time [INFO] [stdout] --> src/bin/borrow_error.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 45 | fn get_or_register_mut(&mut self, id: usize) -> ShapeSystemRegistryEntryRef { [INFO] [stdout] | - let's call the lifetime of this reference `'1` [INFO] [stdout] 46 | match self.get_mut(id) { [INFO] [stdout] | ---- first mutable borrow occurs here [INFO] [stdout] 47 | Some(entry) => entry, [INFO] [stdout] | ----- returning this value requires that `*self` is borrowed for `'1` [INFO] [stdout] 48 | None => self.register(id), [INFO] [stdout] | ^^^^ second mutable borrow occurs here [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 E0499`. [INFO] [stdout] [INFO] [stdout] error[E0499]: cannot borrow `*b2` as mutable more than once at a time [INFO] [stdout] --> src/bin/mutable_borrows.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 28 | let v1 = &mut b2[0]; [INFO] [stdout] | -- first mutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 32 | b2.push(3); [INFO] [stdout] | ^^ second mutable borrow occurs here [INFO] [stdout] 33 | println!("{:?}", rc); [INFO] [stdout] 34 | println!("{:?}", v1); [INFO] [stdout] | -- first borrow later used here [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 E0499`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "98ea4904582de341cd83e6a09620bdfaa31cc7fee63312bcdd23d9b2bab28a0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98ea4904582de341cd83e6a09620bdfaa31cc7fee63312bcdd23d9b2bab28a0b", kill_on_drop: false }` [INFO] [stdout] 98ea4904582de341cd83e6a09620bdfaa31cc7fee63312bcdd23d9b2bab28a0b