[INFO] cloning repository https://github.com/zeroem/riemann-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zeroem/riemann-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeroem%2Friemann-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeroem%2Friemann-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ad6b81be94ca61b0e31d315217735b54fb9a3e16 [INFO] testing zeroem/riemann-cli against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeroem%2Friemann-cli" "/workspace/builds/worker-41/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-41/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zeroem/riemann-cli 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/zeroem/riemann-cli [INFO] finished tweaking git repo https://github.com/zeroem/riemann-cli [INFO] tweaked toml for git repo https://github.com/zeroem/riemann-cli written to /workspace/builds/worker-41/source/Cargo.toml [INFO] crate git repo https://github.com/zeroem/riemann-cli 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] warning: file found to be present in multiple build targets: /workspace/builds/worker-41/source/src/main.rs [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded protobuf v1.0.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/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] 0e9b882149dc1c84e698d5d78ab788368d55e31295a602ce24d44fcb7a647539 [INFO] running `Command { std: "docker" "start" "-a" "0e9b882149dc1c84e698d5d78ab788368d55e31295a602ce24d44fcb7a647539", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e9b882149dc1c84e698d5d78ab788368d55e31295a602ce24d44fcb7a647539", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e9b882149dc1c84e698d5d78ab788368d55e31295a602ce24d44fcb7a647539", kill_on_drop: false }` [INFO] [stdout] 0e9b882149dc1c84e698d5d78ab788368d55e31295a602ce24d44fcb7a647539 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/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] d6162dbc7966e70fb933d24aa17393e58e58e232562c600d2248508c9b4e588f [INFO] running `Command { std: "docker" "start" "-a" "d6162dbc7966e70fb933d24aa17393e58e58e232562c600d2248508c9b4e588f", kill_on_drop: false }` [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/rustwide/workdir/src/main.rs [INFO] [stderr] Compiling protobuf v1.0.2 [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stdout] error[E0532]: expected tuple struct or tuple variant, found unit variant `RustType::Bool` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.0.2/src/lib/codegen.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 33 | Bool, [INFO] [stdout] | ---- `RustType::Bool` defined here [INFO] [stdout] ... [INFO] [stdout] 166 | RustType::Bool(..) => "false".to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use this syntax instead: `RustType::Bool` [INFO] [stdout] | [INFO] [stdout] note: these tuple variants exist but are inaccessible [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.0.2/src/lib/reflect/accessor.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | Bool(fn(&M) -> bool), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ `reflect::accessor::SingularGet::Bool`: not accessible [INFO] [stdout] ... [INFO] [stdout] 128 | Bool(for<'a> fn(&'a M) -> &'a [bool]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `reflect::accessor::RepeatedGet::Bool`: not accessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0503]: cannot use `state` because it was mutably borrowed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs:1008:25 [INFO] [stdout] | [INFO] [stdout] 955 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { [INFO] [stdout] | ---------------------------------------- borrow of `state` occurs here [INFO] [stdout] ... [INFO] [stdout] 959 | state = match (state, whitespace, limit) { [INFO] [stdout] | ----- borrow occurs due to use of `state` in closure [INFO] [stdout] ... [INFO] [stdout] 1008 | while cont && match state { B | C => true, A => false } { [INFO] [stdout] | ^^^^^ use of borrowed `state` [INFO] [stdout] 1009 | machine(&mut cont, (fake_i, ' ')); [INFO] [stdout] | ------- borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.0.2/src/lib/paginate.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | fn paginate(self, page: usize) -> Paginate; [INFO] [stdout] | ^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Paginate` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.0.2/src/lib/paginate.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | struct Paginate { [INFO] [stdout] | ^ required by this bound in `Paginate` [INFO] [stdout] help: you could relax the implicit `Sized` bound on `I` if it were used through indirection like `&I` or `Box` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.0.2/src/lib/paginate.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | struct Paginate { [INFO] [stdout] | ^ this could be changed to `I: ?Sized`... [INFO] [stdout] 15 | iter: I, [INFO] [stdout] | - ...if indirection were used here: `Box` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 2 | fn paginate(self, page: usize) -> Paginate where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `protobuf` due to 3 previous errors [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0277, E0532. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [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 E0503`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d6162dbc7966e70fb933d24aa17393e58e58e232562c600d2248508c9b4e588f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6162dbc7966e70fb933d24aa17393e58e58e232562c600d2248508c9b4e588f", kill_on_drop: false }` [INFO] [stdout] d6162dbc7966e70fb933d24aa17393e58e58e232562c600d2248508c9b4e588f