[INFO] cloning repository https://github.com/jdmichaud/linalg-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jdmichaud/linalg-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdmichaud%2Flinalg-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdmichaud%2Flinalg-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 91c5a6ef65c24339c516f29305b975143bea29e8 [INFO] testing jdmichaud/linalg-rs against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdmichaud%2Flinalg-rs" "/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/jdmichaud/linalg-rs on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jdmichaud/linalg-rs [INFO] finished tweaking git repo https://github.com/jdmichaud/linalg-rs [INFO] tweaked toml for git repo https://github.com/jdmichaud/linalg-rs written to /workspace/builds/worker-60/source/Cargo.toml [INFO] crate git repo https://github.com/jdmichaud/linalg-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b9c75a6851aaa38d00441996ae2b29ef77a6314e98ee393462eda54a93187f3 [INFO] running `Command { std: "docker" "start" "-a" "3b9c75a6851aaa38d00441996ae2b29ef77a6314e98ee393462eda54a93187f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b9c75a6851aaa38d00441996ae2b29ef77a6314e98ee393462eda54a93187f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b9c75a6851aaa38d00441996ae2b29ef77a6314e98ee393462eda54a93187f3", kill_on_drop: false }` [INFO] [stdout] 3b9c75a6851aaa38d00441996ae2b29ef77a6314e98ee393462eda54a93187f3 [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=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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1a50480a7bb98d9f9aea501d3fe0836d9d37cc21cf90ab7dd7df1bcd05855cd [INFO] running `Command { std: "docker" "start" "-a" "d1a50480a7bb98d9f9aea501d3fe0836d9d37cc21cf90ab7dd7df1bcd05855cd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling vector v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(trait_alias)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/main.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | let w = u + v.into(); [INFO] [stdout] | ^ consider giving `w` a type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/main.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | let w = u + v.into(); [INFO] [stdout] | ^ -------- this method call resolves to `T` [INFO] [stdout] | | [INFO] [stdout] | cannot infer type [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `Vec3: Add<_>` found [INFO] [stdout] --> src/vec3.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | impl $op for Vec3 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | impl $op<&Vec3> for Vec3 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | impl $op for Vec3 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 95 | impl_operator!(Add, add); [INFO] [stdout] | ------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0283, E0554. [INFO] [stdout] [INFO] [stderr] error: could not compile `vector` due to 4 previous errors [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d1a50480a7bb98d9f9aea501d3fe0836d9d37cc21cf90ab7dd7df1bcd05855cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1a50480a7bb98d9f9aea501d3fe0836d9d37cc21cf90ab7dd7df1bcd05855cd", kill_on_drop: false }` [INFO] [stdout] d1a50480a7bb98d9f9aea501d3fe0836d9d37cc21cf90ab7dd7df1bcd05855cd