[INFO] fetching crate ezcgmath 0.0.4... [INFO] checking ezcgmath-0.0.4 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate ezcgmath 0.0.4 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate ezcgmath 0.0.4 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ezcgmath 0.0.4 [INFO] finished tweaking crates.io crate ezcgmath 0.0.4 [INFO] tweaked toml for crates.io crate ezcgmath 0.0.4 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b89e6b99d34139b69d255d0d8cc665deca0a4d4d323fb8f1094c187ea0254327 [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" "b89e6b99d34139b69d255d0d8cc665deca0a4d4d323fb8f1094c187ea0254327", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b89e6b99d34139b69d255d0d8cc665deca0a4d4d323fb8f1094c187ea0254327", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b89e6b99d34139b69d255d0d8cc665deca0a4d4d323fb8f1094c187ea0254327", kill_on_drop: false }` [INFO] [stdout] b89e6b99d34139b69d255d0d8cc665deca0a4d4d323fb8f1094c187ea0254327 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f03e44c5431c985370a65dc56abd1d16ca911968c5a9b1f741873ebf677c2660 [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" "f03e44c5431c985370a65dc56abd1d16ca911968c5a9b1f741873ebf677c2660", kill_on_drop: false }` [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ezcgmath v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> tests/vector.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | assert_ulps_eq!(A.length(), (6.0 as f32).sqrt()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(const_item_mutation)]` on by default [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> /opt/rustwide/workdir/src/vector.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | / pub fn length(&mut self) -> Scalar { [INFO] [stdout] 36 | | (self.x + self.y).sqrt() [INFO] [stdout] 37 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> tests/vector.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | const A: Vector2 = Vector2::new(2.0, 4.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> tests/vector.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | assert_ulps_eq!(B.length(), (15.0 as f32).sqrt()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> /opt/rustwide/workdir/src/vector.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | / pub fn length(&mut self) -> Scalar { [INFO] [stdout] 36 | | (self.x + self.y).sqrt() [INFO] [stdout] 37 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> tests/vector.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | const B: Vector2 = Vector2::new(5.0, 10.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> tests/vector.rs:147:25 [INFO] [stdout] | [INFO] [stdout] 147 | assert_ulps_eq!(A.length(), a_len); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> /opt/rustwide/workdir/src/vector.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | / pub fn length(&mut self) -> Scalar { [INFO] [stdout] 111 | | (self.x.powf(2.0) + self.y.powf(2.0) + self.z.powf(2.0)).sqrt() [INFO] [stdout] 112 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> tests/vector.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | const A: Vector3 = Vector3::new(2.0, 4.0, 6.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> tests/vector.rs:148:25 [INFO] [stdout] | [INFO] [stdout] 148 | assert_ulps_eq!(B.length(), b_len); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> /opt/rustwide/workdir/src/vector.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | / pub fn length(&mut self) -> Scalar { [INFO] [stdout] 111 | | (self.x.powf(2.0) + self.y.powf(2.0) + self.z.powf(2.0)).sqrt() [INFO] [stdout] 112 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> tests/vector.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | const B: Vector3 = Vector3::new(5.0, 10.0, 15.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.56s [INFO] running `Command { std: "docker" "inspect" "f03e44c5431c985370a65dc56abd1d16ca911968c5a9b1f741873ebf677c2660", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f03e44c5431c985370a65dc56abd1d16ca911968c5a9b1f741873ebf677c2660", kill_on_drop: false }` [INFO] [stdout] f03e44c5431c985370a65dc56abd1d16ca911968c5a9b1f741873ebf677c2660