[INFO] cloning repository https://github.com/Zeno343/hexen [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Zeno343/hexen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZeno343%2Fhexen", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZeno343%2Fhexen'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 445a5e0e9060757bd34f1ee2ef688129d1f76bb5 [INFO] checking Zeno343/hexen against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZeno343%2Fhexen" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Zeno343/hexen on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Zeno343/hexen [INFO] finished tweaking git repo https://github.com/Zeno343/hexen [INFO] tweaked toml for git repo https://github.com/Zeno343/hexen written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Zeno343/hexen already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42698d016549fdc631e8c37770d911da137ff45924c7d670d2f09bec54abae21 [INFO] running `Command { std: "docker" "start" "-a" "42698d016549fdc631e8c37770d911da137ff45924c7d670d2f09bec54abae21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42698d016549fdc631e8c37770d911da137ff45924c7d670d2f09bec54abae21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42698d016549fdc631e8c37770d911da137ff45924c7d670d2f09bec54abae21", kill_on_drop: false }` [INFO] [stdout] 42698d016549fdc631e8c37770d911da137ff45924c7d670d2f09bec54abae21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ff0f44fe3a5eff53dc9809bbc7752d6bacfba2cd31f7a155057bbc005919867 [INFO] running `Command { std: "docker" "start" "-a" "3ff0f44fe3a5eff53dc9809bbc7752d6bacfba2cd31f7a155057bbc005919867", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling rustix v0.38.25 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling prettyplease v0.2.15 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.11 [INFO] [stderr] Compiling bindgen v0.69.1 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling shlex v1.2.0 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Checking hex_math v0.0.1 (/opt/rustwide/workdir/crates/math) [INFO] [stderr] Compiling hexen v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `vector::R3` [INFO] [stdout] --> crates/math/src/vector.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | assert_eq!(x + y, [5.0, 7.0, 9.0].into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | vector::R3 [INFO] [stdout] | _ [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq<_>` might be missing for `vector::R3` [INFO] [stdout] --> crates/math/src/vector.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct R3(pub [f32; 3]); [INFO] [stdout] | ^^^^^^^^^^^^^ must implement `PartialEq<_>` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `vector::R3` with `#[derive(PartialEq)]` [INFO] [stdout] | [INFO] [stdout] 21 + #[derive(PartialEq)] [INFO] [stdout] 22 | pub struct R3(pub [f32; 3]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `vector::R3` doesn't implement `Debug` [INFO] [stdout] --> crates/math/src/vector.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | assert_eq!(x + y, [5.0, 7.0, 9.0].into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `vector::R3` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `vector::R3` [INFO] [stdout] = note: add `#[derive(Debug)]` to `vector::R3` or manually `impl Debug for vector::R3` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `vector::R3` with `#[derive(Debug)]` [INFO] [stdout] | [INFO] [stdout] 21 + #[derive(Debug)] [INFO] [stdout] 22 | pub struct R3(pub [f32; 3]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `vector::R3` [INFO] [stdout] --> crates/math/src/vector.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | assert_eq!(x - y, [0.0, 0.0, 0.0].into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | vector::R3 [INFO] [stdout] | _ [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq<_>` might be missing for `vector::R3` [INFO] [stdout] --> crates/math/src/vector.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct R3(pub [f32; 3]); [INFO] [stdout] | ^^^^^^^^^^^^^ must implement `PartialEq<_>` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `vector::R3` with `#[derive(PartialEq)]` [INFO] [stdout] | [INFO] [stdout] 21 + #[derive(PartialEq)] [INFO] [stdout] 22 | pub struct R3(pub [f32; 3]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `vector::R3` doesn't implement `Debug` [INFO] [stdout] --> crates/math/src/vector.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | assert_eq!(x - y, [0.0, 0.0, 0.0].into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `vector::R3` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `vector::R3` [INFO] [stdout] = note: add `#[derive(Debug)]` to `vector::R3` or manually `impl Debug for vector::R3` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `vector::R3` with `#[derive(Debug)]` [INFO] [stdout] | [INFO] [stdout] 21 + #[derive(Debug)] [INFO] [stdout] 22 | pub struct R3(pub [f32; 3]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `vector::R3` [INFO] [stdout] --> crates/math/src/vector.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | assert_eq!(x.norm(), [1.0, 0.0, 0.0].into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | vector::R3 [INFO] [stdout] | _ [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq<_>` might be missing for `vector::R3` [INFO] [stdout] --> crates/math/src/vector.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct R3(pub [f32; 3]); [INFO] [stdout] | ^^^^^^^^^^^^^ must implement `PartialEq<_>` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `vector::R3` with `#[derive(PartialEq)]` [INFO] [stdout] | [INFO] [stdout] 21 + #[derive(PartialEq)] [INFO] [stdout] 22 | pub struct R3(pub [f32; 3]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `vector::R3` doesn't implement `Debug` [INFO] [stdout] --> crates/math/src/vector.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | assert_eq!(x.norm(), [1.0, 0.0, 0.0].into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `vector::R3` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `vector::R3` [INFO] [stdout] = note: add `#[derive(Debug)]` to `vector::R3` or manually `impl Debug for vector::R3` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider annotating `vector::R3` with `#[derive(Debug)]` [INFO] [stdout] | [INFO] [stdout] 21 + #[derive(Debug)] [INFO] [stdout] 22 | pub struct R3(pub [f32; 3]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0369. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hex_math` (lib test) due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3ff0f44fe3a5eff53dc9809bbc7752d6bacfba2cd31f7a155057bbc005919867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ff0f44fe3a5eff53dc9809bbc7752d6bacfba2cd31f7a155057bbc005919867", kill_on_drop: false }` [INFO] [stdout] 3ff0f44fe3a5eff53dc9809bbc7752d6bacfba2cd31f7a155057bbc005919867 [INFO] checking Zeno343/hexen against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZeno343%2Fhexen" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Zeno343/hexen on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Zeno343/hexen [INFO] finished tweaking git repo https://github.com/Zeno343/hexen [INFO] tweaked toml for git repo https://github.com/Zeno343/hexen written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Zeno343/hexen already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f70c67bcb738d75706d69f7f5cb3a480bf165c0d2fe0a83d833f0d0682cbbf2 [INFO] running `Command { std: "docker" "start" "-a" "9f70c67bcb738d75706d69f7f5cb3a480bf165c0d2fe0a83d833f0d0682cbbf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f70c67bcb738d75706d69f7f5cb3a480bf165c0d2fe0a83d833f0d0682cbbf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f70c67bcb738d75706d69f7f5cb3a480bf165c0d2fe0a83d833f0d0682cbbf2", kill_on_drop: false }` [INFO] [stdout] 9f70c67bcb738d75706d69f7f5cb3a480bf165c0d2fe0a83d833f0d0682cbbf2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3cad8483b42d11a42b552533a27f54a7e7e22f6ac7908b4d63b24e81b725776 [INFO] running `Command { std: "docker" "start" "-a" "f3cad8483b42d11a42b552533a27f54a7e7e22f6ac7908b4d63b24e81b725776", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "f3cad8483b42d11a42b552533a27f54a7e7e22f6ac7908b4d63b24e81b725776", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3cad8483b42d11a42b552533a27f54a7e7e22f6ac7908b4d63b24e81b725776", kill_on_drop: false }` [INFO] [stdout] f3cad8483b42d11a42b552533a27f54a7e7e22f6ac7908b4d63b24e81b725776