[INFO] cloning repository https://github.com/planet-s/calc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/planet-s/calc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanet-s%2Fcalc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanet-s%2Fcalc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 81efb9ff76d7315ee6e2cecb81e6fc87fa7758e1 [INFO] testing planet-s/calc against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanet-s%2Fcalc" "/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/planet-s/calc on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/planet-s/calc [INFO] finished tweaking git repo https://github.com/planet-s/calc [INFO] tweaked toml for git repo https://github.com/planet-s/calc written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/planet-s/calc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cc v1.0.10 [INFO] [stderr] Downloaded serde v1.0.16 [INFO] [stderr] Downloaded bytecount v0.1.7 [INFO] [stderr] Downloaded clap v2.27.0 [INFO] [stderr] Downloaded ord_subset v2.1.0 [INFO] [stderr] Downloaded liner v0.4.2 [INFO] [stderr] Downloaded decimal v2.0.0 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a3e4b17161d15891b6cf82db825fcc1fabd68d6ae287420675e610e27dcffcbd [INFO] running `Command { std: "docker" "start" "-a" "a3e4b17161d15891b6cf82db825fcc1fabd68d6ae287420675e610e27dcffcbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3e4b17161d15891b6cf82db825fcc1fabd68d6ae287420675e610e27dcffcbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3e4b17161d15891b6cf82db825fcc1fabd68d6ae287420675e610e27dcffcbd", kill_on_drop: false }` [INFO] [stdout] a3e4b17161d15891b6cf82db825fcc1fabd68d6ae287420675e610e27dcffcbd [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=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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c6448f811a4388e07a04dbdf092242440be3fa705d565002a2575a64a7afd41 [INFO] running `Command { std: "docker" "start" "-a" "1c6448f811a4388e07a04dbdf092242440be3fa705d565002a2575a64a7afd41", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.1.41 [INFO] [stderr] Compiling cc v1.0.10 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling rustc-demangle v0.1.7 [INFO] [stderr] Compiling bytecount v0.1.7 [INFO] [stderr] Compiling serde v1.0.16 [INFO] [stderr] Compiling bitflags v1.0.0 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling ord_subset v2.1.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling num-complex v0.1.41 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling liner v0.4.2 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num-bigint v0.1.41 [INFO] [stderr] Compiling decimal v2.0.0 [INFO] [stdout] error[E0503]: cannot use `self.key_bindings` because it was mutably borrowed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liner-0.4.2/src/context.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 96 | let ed = try!(Editor::new_with_init_buffer(stdout, prompt, self, buffer)); [INFO] [stdout] | ---- borrow of `*self` occurs here [INFO] [stdout] 97 | match self.key_bindings { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of borrowed `*self` [INFO] [stdout] 98 | KeyBindings::Emacs => Self::handle_keys(keymap::Emacs::new(ed), handler), [INFO] [stdout] 99 | KeyBindings::Vi => Self::handle_keys(keymap::Vi::new(ed), handler), [INFO] [stdout] | -- borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v2.27.0 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0503`. [INFO] [stdout] [INFO] [stderr] error: could not compile `liner` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1c6448f811a4388e07a04dbdf092242440be3fa705d565002a2575a64a7afd41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c6448f811a4388e07a04dbdf092242440be3fa705d565002a2575a64a7afd41", kill_on_drop: false }` [INFO] [stdout] 1c6448f811a4388e07a04dbdf092242440be3fa705d565002a2575a64a7afd41