[INFO] fetching crate rgla 0.1.0... [INFO] building rgla-0.1.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate rgla 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate rgla 0.1.0 [INFO] finished tweaking crates.io crate rgla 0.1.0 [INFO] tweaked toml for crates.io crate rgla 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rgla 0.1.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c2e7262271fc52852689c899fd48afcd68ae487136a0b9e583d2da101c65bc4e [INFO] running `Command { std: "docker" "start" "-a" "c2e7262271fc52852689c899fd48afcd68ae487136a0b9e583d2da101c65bc4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c2e7262271fc52852689c899fd48afcd68ae487136a0b9e583d2da101c65bc4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2e7262271fc52852689c899fd48afcd68ae487136a0b9e583d2da101c65bc4e", kill_on_drop: false }` [INFO] [stdout] c2e7262271fc52852689c899fd48afcd68ae487136a0b9e583d2da101c65bc4e [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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d3e87b5f4a481e99b54f97d019a1e399fa6e363c6baea8e30d6ea79ae2fed08 [INFO] running `Command { std: "docker" "start" "-a" "1d3e87b5f4a481e99b54f97d019a1e399fa6e363c6baea8e30d6ea79ae2fed08", kill_on_drop: false }` [INFO] [stderr] Compiling rgla v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Bivec3`, `Mat2`, `Mat4`, and `Vec4` [INFO] [stdout] --> src/mat3.rs:1:25 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec2, Vec3, Vec4, Mat2, Mat4, Bivec3}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Bivec3`, `Mat2`, `Mat3`, and `Vec2` [INFO] [stdout] --> src/mat4.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec2, Vec3, Vec4, Mat2, Mat3, Bivec3}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Mat4` and `Vec4` [INFO] [stdout] --> src/bivec.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec3, Vec4, Mat4}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ops::*` [INFO] [stdout] --> src/bivec.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::{f32, ops::*}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Mat4` and `Vec4` [INFO] [stdout] --> src/rotor.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec3, Vec4, Mat4, Bivec3}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vec2` is never used [INFO] [stdout] --> src/vec2.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | const fn vec2(i: f32, j: f32) -> Vec2 { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vec3` is never used [INFO] [stdout] --> src/vec3.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | const fn vec3(i: f32, j: f32, k: f32) -> Vec3 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vec4` is never used [INFO] [stdout] --> src/vec4.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | const fn vec4(i: f32, j: f32, k: f32, l: f32) -> Vec4 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/mat2.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 10 | impl Mat2 { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 11 | const fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/mat3.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 11 | impl Mat3 { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 16 | const fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/mat4.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 16 | impl Mat4 { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 17 | const fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bivec3` is never used [INFO] [stdout] --> src/bivec.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | const fn bivec3(b01: f32, b02: f32, b12: f32) -> Bivec3 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rot` is never used [INFO] [stdout] --> src/rotor.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | const fn rot(a: f32, b01: f32, b02: f32, b12: f32) -> Rot { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s [INFO] running `Command { std: "docker" "inspect" "1d3e87b5f4a481e99b54f97d019a1e399fa6e363c6baea8e30d6ea79ae2fed08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d3e87b5f4a481e99b54f97d019a1e399fa6e363c6baea8e30d6ea79ae2fed08", kill_on_drop: false }` [INFO] [stdout] 1d3e87b5f4a481e99b54f97d019a1e399fa6e363c6baea8e30d6ea79ae2fed08 [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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 017597582b4fd866e0adc12a43630f84c4b639a1e66bb5db6fc21f292da59bd2 [INFO] running `Command { std: "docker" "start" "-a" "017597582b4fd866e0adc12a43630f84c4b639a1e66bb5db6fc21f292da59bd2", kill_on_drop: false }` [INFO] [stderr] Compiling rgla v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Bivec3`, `Mat2`, `Mat4`, and `Vec4` [INFO] [stdout] --> src/mat3.rs:1:25 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec2, Vec3, Vec4, Mat2, Mat4, Bivec3}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Bivec3`, `Mat2`, `Mat3`, and `Vec2` [INFO] [stdout] --> src/mat4.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec2, Vec3, Vec4, Mat2, Mat3, Bivec3}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Mat4` and `Vec4` [INFO] [stdout] --> src/bivec.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec3, Vec4, Mat4}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ops::*` [INFO] [stdout] --> src/bivec.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::{f32, ops::*}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Mat4` and `Vec4` [INFO] [stdout] --> src/rotor.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec3, Vec4, Mat4, Bivec3}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vec2` is never used [INFO] [stdout] --> src/vec2.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | const fn vec2(i: f32, j: f32) -> Vec2 { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vec3` is never used [INFO] [stdout] --> src/vec3.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | const fn vec3(i: f32, j: f32, k: f32) -> Vec3 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vec4` is never used [INFO] [stdout] --> src/vec4.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | const fn vec4(i: f32, j: f32, k: f32, l: f32) -> Vec4 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/mat2.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 10 | impl Mat2 { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 11 | const fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/mat3.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 11 | impl Mat3 { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 16 | const fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/mat4.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 16 | impl Mat4 { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 17 | const fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bivec3` is never used [INFO] [stdout] --> src/bivec.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | const fn bivec3(b01: f32, b02: f32, b12: f32) -> Bivec3 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rot` is never used [INFO] [stdout] --> src/rotor.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | const fn rot(a: f32, b01: f32, b02: f32, b12: f32) -> Rot { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Bivec3`, `Mat2`, `Mat4`, and `Vec4` [INFO] [stdout] --> src/mat3.rs:1:25 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec2, Vec3, Vec4, Mat2, Mat4, Bivec3}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Bivec3`, `Mat2`, `Mat3`, and `Vec2` [INFO] [stdout] --> src/mat4.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec2, Vec3, Vec4, Mat2, Mat3, Bivec3}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Mat4` and `Vec4` [INFO] [stdout] --> src/bivec.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec3, Vec4, Mat4}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ops::*` [INFO] [stdout] --> src/bivec.rs:2:17 [INFO] [stdout] | [INFO] [stdout] 2 | use core::{f32, ops::*}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Mat4` and `Vec4` [INFO] [stdout] --> src/rotor.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Vec3, Vec4, Mat4, Bivec3}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vec2` is never used [INFO] [stdout] --> src/vec2.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | const fn vec2(i: f32, j: f32) -> Vec2 { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/mat2.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 10 | impl Mat2 { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 11 | const fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/mat3.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 11 | impl Mat3 { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 16 | const fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/mat4.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 16 | impl Mat4 { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 17 | const fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bivec3` is never used [INFO] [stdout] --> src/bivec.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | const fn bivec3(b01: f32, b02: f32, b12: f32) -> Bivec3 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rot` is never used [INFO] [stdout] --> src/rotor.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | const fn rot(a: f32, b01: f32, b02: f32, b12: f32) -> Rot { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vec4` is never used [INFO] [stdout] --> src/vec4.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | const fn vec4(i: f32, j: f32, k: f32, l: f32) -> Vec4 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vec3` is never used [INFO] [stdout] --> src/vec3.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | const fn vec3(i: f32, j: f32, k: f32) -> Vec3 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s [INFO] running `Command { std: "docker" "inspect" "017597582b4fd866e0adc12a43630f84c4b639a1e66bb5db6fc21f292da59bd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "017597582b4fd866e0adc12a43630f84c4b639a1e66bb5db6fc21f292da59bd2", kill_on_drop: false }` [INFO] [stdout] 017597582b4fd866e0adc12a43630f84c4b639a1e66bb5db6fc21f292da59bd2