[INFO] fetching crate spiralizer 0.1.0... [INFO] testing spiralizer-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate spiralizer 0.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate spiralizer 0.1.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate spiralizer 0.1.0 [INFO] finished tweaking crates.io crate spiralizer 0.1.0 [INFO] tweaked toml for crates.io crate spiralizer 0.1.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded png v0.5.2 [INFO] [stderr] Downloaded memmap v0.4.0 [INFO] [stderr] Downloaded image v0.10.4 [INFO] [stderr] Downloaded pbr v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8073c682a4a616863b52181c22893c52f5c4d26f671b0ceeb9f4bc9d46175a6f [INFO] running `Command { std: "docker" "start" "-a" "8073c682a4a616863b52181c22893c52f5c4d26f671b0ceeb9f4bc9d46175a6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8073c682a4a616863b52181c22893c52f5c4d26f671b0ceeb9f4bc9d46175a6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8073c682a4a616863b52181c22893c52f5c4d26f671b0ceeb9f4bc9d46175a6f", kill_on_drop: false }` [INFO] [stdout] 8073c682a4a616863b52181c22893c52f5c4d26f671b0ceeb9f4bc9d46175a6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 162306520eb7a9a6c690e9972c717b74dfb54448f2e9dd285ce9e49b7ee2921b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "162306520eb7a9a6c690e9972c717b74dfb54448f2e9dd285ce9e49b7ee2921b", kill_on_drop: false }` [INFO] [stderr] Compiling inflate v0.1.1 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling pbr v0.3.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pbr-0.3.1/src/pb.rs:348:64 [INFO] [stdout] | [INFO] [stdout] 348 | 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/registry/src/github.com-1ecc6299db9ec823/pbr-0.3.1/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] 348 | 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: required by a bound in `collect` [INFO] [stdout] = note: this error originates in the macro `repeat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider specifying the type argument in the function call [INFO] [stdout] | [INFO] [stdout] 30 | &repeat($s).take($n).collect::::() [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pbr-0.3.1/src/pb.rs:351:64 [INFO] [stdout] | [INFO] [stdout] 351 | 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/registry/src/github.com-1ecc6299db9ec823/pbr-0.3.1/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] 351 | 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: required by a bound in `collect` [INFO] [stdout] = note: this error originates in the macro `repeat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider specifying the type argument in the function call [INFO] [stdout] | [INFO] [stdout] 30 | &repeat($s).take($n).collect::::() [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pbr-0.3.1/src/pb.rs:353:59 [INFO] [stdout] | [INFO] [stdout] 353 | 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/registry/src/github.com-1ecc6299db9ec823/pbr-0.3.1/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] 353 | 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: required by a bound in `collect` [INFO] [stdout] = note: this error originates in the macro `repeat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider specifying the type argument in the function call [INFO] [stdout] | [INFO] [stdout] 30 | &repeat($s).take($n).collect::::() [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pbr` due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "162306520eb7a9a6c690e9972c717b74dfb54448f2e9dd285ce9e49b7ee2921b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "162306520eb7a9a6c690e9972c717b74dfb54448f2e9dd285ce9e49b7ee2921b", kill_on_drop: false }` [INFO] [stdout] 162306520eb7a9a6c690e9972c717b74dfb54448f2e9dd285ce9e49b7ee2921b