[INFO] cloning repository https://github.com/indiscipline/zrtstr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/indiscipline/zrtstr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Findiscipline%2Fzrtstr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Findiscipline%2Fzrtstr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c4af6306cce0f71d84c2ea18ec9538779293ef81 [INFO] testing indiscipline/zrtstr against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Findiscipline%2Fzrtstr" "/workspace/builds/worker-60/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-60/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/indiscipline/zrtstr on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/indiscipline/zrtstr [INFO] finished tweaking git repo https://github.com/indiscipline/zrtstr [INFO] tweaked toml for git repo https://github.com/indiscipline/zrtstr written to /workspace/builds/worker-60/source/Cargo.toml [INFO] crate git repo https://github.com/indiscipline/zrtstr already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/a8m/pb.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hound v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7eff9244307efd90311261cc5a9cd14b480d302c79503cbe6ea895b44099cf11 [INFO] running `Command { std: "docker" "start" "-a" "7eff9244307efd90311261cc5a9cd14b480d302c79503cbe6ea895b44099cf11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7eff9244307efd90311261cc5a9cd14b480d302c79503cbe6ea895b44099cf11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7eff9244307efd90311261cc5a9cd14b480d302c79503cbe6ea895b44099cf11", kill_on_drop: false }` [INFO] [stdout] 7eff9244307efd90311261cc5a9cd14b480d302c79503cbe6ea895b44099cf11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc706437e4728adf9126046818495188fc5da2bd4a243be78103d9dcc529842b [INFO] running `Command { std: "docker" "start" "-a" "cc706437e4728adf9126046818495188fc5da2bd4a243be78103d9dcc529842b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling libc v0.2.14 [INFO] [stderr] Compiling vec_map v0.6.0 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling itertools v0.4.16 [INFO] [stderr] Compiling hound v2.0.0 [INFO] [stderr] Compiling clap v2.10.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling time v0.1.35 [INFO] [stderr] Compiling pbr v0.2.1 (https://github.com/a8m/pb.git#a1bf8ce2) [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/pb-06f1c94bfc11587f/a1bf8ce/src/pb.rs:334:68 [INFO] [stdout] | [INFO] [stdout] 334 | ... base = base + repeat!(self.bar_current.as_ref(), curr_count - 1) + [INFO] [stdout] | -----------------^^^^^^-- [INFO] [stdout] | | | [INFO] [stdout] | | cannot infer type for type parameter `T` declared on the trait `AsRef` [INFO] [stdout] | this method call resolves to `&T` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `String: AsRef<_>` found in the following crates: `alloc`, `std`: [INFO] [stdout] - impl AsRef for String; [INFO] [stdout] - impl AsRef for String; [INFO] [stdout] - impl AsRef<[u8]> for String; [INFO] [stdout] - impl AsRef for String; [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/pb-06f1c94bfc11587f/a1bf8ce/src/pb.rs:30:30 [INFO] [stdout] | [INFO] [stdout] 30 | &repeat($s).take($n).collect::() [INFO] [stdout] | ^^^^^^^ cannot infer type for reference `&_` [INFO] [stdout] ... [INFO] [stdout] 334 | base = base + repeat!(self.bar_current.as_ref(), curr_count - 1) + [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `String: FromIterator<&_>` found in the `alloc` crate: [INFO] [stdout] - impl<'a> FromIterator<&'a char> for String; [INFO] [stdout] - impl<'a> FromIterator<&'a str> for String; [INFO] [stdout] = note: this error originates in the macro `repeat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/pb-06f1c94bfc11587f/a1bf8ce/src/pb.rs:337:68 [INFO] [stdout] | [INFO] [stdout] 337 | ... base = base + repeat!(self.bar_current.as_ref(), curr_count); [INFO] [stdout] | -----------------^^^^^^-- [INFO] [stdout] | | | [INFO] [stdout] | | cannot infer type for type parameter `T` declared on the trait `AsRef` [INFO] [stdout] | this method call resolves to `&T` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `String: AsRef<_>` found in the following crates: `alloc`, `std`: [INFO] [stdout] - impl AsRef for String; [INFO] [stdout] - impl AsRef for String; [INFO] [stdout] - impl AsRef<[u8]> for String; [INFO] [stdout] - impl AsRef for String; [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/pb-06f1c94bfc11587f/a1bf8ce/src/pb.rs:30:30 [INFO] [stdout] | [INFO] [stdout] 30 | &repeat($s).take($n).collect::() [INFO] [stdout] | ^^^^^^^ cannot infer type for reference `&_` [INFO] [stdout] ... [INFO] [stdout] 337 | base = base + repeat!(self.bar_current.as_ref(), curr_count); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `String: FromIterator<&_>` found in the `alloc` crate: [INFO] [stdout] - impl<'a> FromIterator<&'a char> for String; [INFO] [stdout] - impl<'a> FromIterator<&'a str> for String; [INFO] [stdout] = note: this error originates in the macro `repeat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/pb-06f1c94bfc11587f/a1bf8ce/src/pb.rs:339:63 [INFO] [stdout] | [INFO] [stdout] 339 | base = base + repeat!(self.bar_remain.as_ref(), rema_count) + &self.bar_end; [INFO] [stdout] | ----------------^^^^^^-- [INFO] [stdout] | | | [INFO] [stdout] | | cannot infer type for type parameter `T` declared on the trait `AsRef` [INFO] [stdout] | this method call resolves to `&T` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `String: AsRef<_>` found in the following crates: `alloc`, `std`: [INFO] [stdout] - impl AsRef for String; [INFO] [stdout] - impl AsRef for String; [INFO] [stdout] - impl AsRef<[u8]> for String; [INFO] [stdout] - impl AsRef for String; [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/pb-06f1c94bfc11587f/a1bf8ce/src/pb.rs:30:30 [INFO] [stdout] | [INFO] [stdout] 30 | &repeat($s).take($n).collect::() [INFO] [stdout] | ^^^^^^^ cannot infer type for reference `&_` [INFO] [stdout] ... [INFO] [stdout] 339 | base = base + repeat!(self.bar_remain.as_ref(), rema_count) + &self.bar_end; [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `String: FromIterator<&_>` found in the `alloc` crate: [INFO] [stdout] - impl<'a> FromIterator<&'a char> for String; [INFO] [stdout] - impl<'a> FromIterator<&'a str> for String; [INFO] [stdout] = note: this error originates in the macro `repeat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pbr` due to 7 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "cc706437e4728adf9126046818495188fc5da2bd4a243be78103d9dcc529842b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc706437e4728adf9126046818495188fc5da2bd4a243be78103d9dcc529842b", kill_on_drop: false }` [INFO] [stdout] cc706437e4728adf9126046818495188fc5da2bd4a243be78103d9dcc529842b