[INFO] cloning repository https://github.com/quephird/scintilla_rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/quephird/scintilla_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquephird%2Fscintilla_rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquephird%2Fscintilla_rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1cdef5beab2e7bc407ce48e2fc308fb118f3fc16 [INFO] testing quephird/scintilla_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%2Fquephird%2Fscintilla_rs" "/workspace/builds/worker-40/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-40/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/quephird/scintilla_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/quephird/scintilla_rs [INFO] finished tweaking git repo https://github.com/quephird/scintilla_rs [INFO] tweaked toml for git repo https://github.com/quephird/scintilla_rs written to /workspace/builds/worker-40/source/Cargo.toml [INFO] crate git repo https://github.com/quephird/scintilla_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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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] 35e26aa4a6021a2cc75fcf8f343981e0f7ed45ba7a85987a3f8e5b97e9b5615a [INFO] running `Command { std: "docker" "start" "-a" "35e26aa4a6021a2cc75fcf8f343981e0f7ed45ba7a85987a3f8e5b97e9b5615a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35e26aa4a6021a2cc75fcf8f343981e0f7ed45ba7a85987a3f8e5b97e9b5615a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35e26aa4a6021a2cc75fcf8f343981e0f7ed45ba7a85987a3f8e5b97e9b5615a", kill_on_drop: false }` [INFO] [stdout] 35e26aa4a6021a2cc75fcf8f343981e0f7ed45ba7a85987a3f8e5b97e9b5615a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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] 9fff4c57afcdaf304ca35e97acd77702a02e60403883ab8b182f4b56b6591ab3 [INFO] running `Command { std: "docker" "start" "-a" "9fff4c57afcdaf304ca35e97acd77702a02e60403883ab8b182f4b56b6591ab3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling scintilla_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/cube.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | let tmin_numerator = (-1. - origin); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 26 - let tmin_numerator = (-1. - origin); [INFO] [stdout] 26 + let tmin_numerator = -1. - origin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/cube.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | let tmax_numerator = (1. - origin); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 27 - let tmax_numerator = (1. - origin); [INFO] [stdout] 27 + let tmax_numerator = 1. - origin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cmp::min` [INFO] [stdout] --> src/cylinder.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::min; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pattern` [INFO] [stdout] --> src/examples.rs:6:38 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{color, material, matrix, pattern, transform}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `material`, `pattern` [INFO] [stdout] --> src/material.rs:1:27 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{color, light, material, pattern, tuple}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::shape::Shape` [INFO] [stdout] --> src/material.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::shape::Shape; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::float` [INFO] [stdout] --> src/matrix.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::float; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::shape::Shape` [INFO] [stdout] --> src/pattern.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::shape::Shape; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs` [INFO] [stdout] --> src/ppm.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::float` [INFO] [stdout] --> src/sphere.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::float; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::pattern::PatternMethods` [INFO] [stdout] --> src/material.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::pattern::PatternMethods; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `tmin` is never read [INFO] [stdout] --> src/cube.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | let mut tmin: f64 = 0.0; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `tmax` is never read [INFO] [stdout] --> src/cube.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | let mut tmax: f64 = 0.0; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `floor_material` [INFO] [stdout] --> src/examples.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | let floor_material = Material { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_floor_material` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `local_point` [INFO] [stdout] --> src/plane.rs:34:25 [INFO] [stdout] | [INFO] [stdout] 34 | fn normal_at(&self, local_point: tuple::Tuple) -> tuple::Tuple { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_local_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_infinite` [INFO] [stdout] --> src/cone.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new_infinite(transform: Matrix4, material: Material) -> Cone { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/cube.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn new(transform: Matrix4, material: Material) -> Cube { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_infinite` [INFO] [stdout] --> src/cylinder.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new_infinite(transform: Matrix4, material: Material) -> Cylinder { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_truncated` [INFO] [stdout] --> src/cylinder.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn new_truncated(transform: Matrix4, material: Material, minimum: f64, maximum: f64) -> Cylinder { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `purple_sphere` [INFO] [stdout] --> src/examples.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn purple_sphere() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `chapter_seven_scene` [INFO] [stdout] --> src/examples.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn chapter_seven_scene() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `chapter_nine_scene` [INFO] [stdout] --> src/examples.rs:152:8 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn chapter_nine_scene() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `chapter_ten_scene` [INFO] [stdout] --> src/examples.rs:234:8 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn chapter_ten_scene() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `chapter_eleven_scene` [INFO] [stdout] --> src/examples.rs:350:8 [INFO] [stdout] | [INFO] [stdout] 350 | pub fn chapter_eleven_scene() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `chapter_twelve_scene` [INFO] [stdout] --> src/examples.rs:477:8 [INFO] [stdout] | [INFO] [stdout] 477 | pub fn chapter_twelve_scene() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SolidColor` [INFO] [stdout] --> src/material.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | SolidColor(Color), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Coloring` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/material.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DEFAULT_MATERIAL` [INFO] [stdout] --> src/material.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / pub const DEFAULT_MATERIAL:Material = Material { [INFO] [stdout] 29 | | color: SolidColor(color::WHITE), [INFO] [stdout] 30 | | ambient: 0.1, [INFO] [stdout] 31 | | diffuse: 0.9, [INFO] [stdout] ... | [INFO] [stdout] 36 | | refractive: 1.0, [INFO] [stdout] 37 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/material.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn new() -> Material { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_refractive` [INFO] [stdout] --> src/material.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn with_refractive(&self, refractive: f64) -> Material { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sphere` [INFO] [stdout] --> src/object.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | Sphere(sphere::Sphere), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Object` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/object.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Cube` [INFO] [stdout] --> src/object.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | Cube(cube::Cube), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Object` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/object.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `StripedPattern` [INFO] [stdout] --> src/pattern.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | StripedPattern(Striped), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Pattern` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ring3DPattern` [INFO] [stdout] --> src/pattern.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Ring3DPattern(Ring3D), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Pattern` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Checker3DPattern` [INFO] [stdout] --> src/pattern.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | Checker3DPattern(Checker3D), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Pattern` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TestPattern` [INFO] [stdout] --> src/pattern.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | TestPattern(Test), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Pattern` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Striped` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/pattern.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn new(color: Color, other_color: Color, transform: Matrix4) -> Striped { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Gradient` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Ring` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Ring3D` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/pattern.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn new(color: Color, other_color: Color, transform: Matrix4) -> Ring3D { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Checker3D` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/pattern.rs:174:12 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn new(color: Color, other_color: Color, transform: Matrix4) -> Checker3D { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Checker2D` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Test` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:223:10 [INFO] [stdout] | [INFO] [stdout] 223 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/pattern.rs:230:12 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn new(transform: Matrix4) -> Test { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/sphere.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(transform: Matrix4, material: Material) -> Sphere { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `rotation_x` [INFO] [stdout] --> src/transform.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn rotation_x(t: f64) -> matrix::Matrix4 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `shearing` [INFO] [stdout] --> src/transform.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn shearing(xy: f64, xz: f64, yx: f64, yz: f64, zx: f64, zy: f64) -> matrix::Matrix4 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 49 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.88s [INFO] running `Command { std: "docker" "inspect" "9fff4c57afcdaf304ca35e97acd77702a02e60403883ab8b182f4b56b6591ab3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fff4c57afcdaf304ca35e97acd77702a02e60403883ab8b182f4b56b6591ab3", kill_on_drop: false }` [INFO] [stdout] 9fff4c57afcdaf304ca35e97acd77702a02e60403883ab8b182f4b56b6591ab3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54b814874f48da993c39b6b67eb7e2791a904a5b0f7390022bbc01c7fa73e53d [INFO] running `Command { std: "docker" "start" "-a" "54b814874f48da993c39b6b67eb7e2791a904a5b0f7390022bbc01c7fa73e53d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling scintilla_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/cube.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | let tmin_numerator = (-1. - origin); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 26 - let tmin_numerator = (-1. - origin); [INFO] [stdout] 26 + let tmin_numerator = -1. - origin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/cube.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | let tmax_numerator = (1. - origin); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 27 - let tmax_numerator = (1. - origin); [INFO] [stdout] 27 + let tmax_numerator = 1. - origin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cmp::min` [INFO] [stdout] --> src/cylinder.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::cmp::min; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pattern` [INFO] [stdout] --> src/examples.rs:6:38 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{color, material, matrix, pattern, transform}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `intersection` [INFO] [stdout] --> src/intersection.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | use crate::{color, intersection, light, material, matrix, transform, tuple}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pattern` [INFO] [stdout] --> src/material.rs:1:37 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{color, light, material, pattern, tuple}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::shape::Shape` [INFO] [stdout] --> src/material.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::shape::Shape; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::shape::Shape` [INFO] [stdout] --> src/pattern.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::shape::Shape; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::pattern::PatternMethods` [INFO] [stdout] --> src/material.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::pattern::PatternMethods; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `tmin` is never read [INFO] [stdout] --> src/cube.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | let mut tmin: f64 = 0.0; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `tmax` is never read [INFO] [stdout] --> src/cube.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | let mut tmax: f64 = 0.0; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `floor_material` [INFO] [stdout] --> src/examples.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | let floor_material = Material { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_floor_material` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `local_point` [INFO] [stdout] --> src/plane.rs:34:25 [INFO] [stdout] | [INFO] [stdout] 34 | fn normal_at(&self, local_point: tuple::Tuple) -> tuple::Tuple { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_local_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `purple_sphere` [INFO] [stdout] --> src/examples.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn purple_sphere() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `chapter_seven_scene` [INFO] [stdout] --> src/examples.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn chapter_seven_scene() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `chapter_nine_scene` [INFO] [stdout] --> src/examples.rs:152:8 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn chapter_nine_scene() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `chapter_ten_scene` [INFO] [stdout] --> src/examples.rs:234:8 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn chapter_ten_scene() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `chapter_eleven_scene` [INFO] [stdout] --> src/examples.rs:350:8 [INFO] [stdout] | [INFO] [stdout] 350 | pub fn chapter_eleven_scene() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `chapter_twelve_scene` [INFO] [stdout] --> src/examples.rs:477:8 [INFO] [stdout] | [INFO] [stdout] 477 | pub fn chapter_twelve_scene() -> World { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Cube` [INFO] [stdout] --> src/object.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | Cube(cube::Cube), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Object` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/object.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ring3DPattern` [INFO] [stdout] --> src/pattern.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Ring3DPattern(Ring3D), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Pattern` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Checker3DPattern` [INFO] [stdout] --> src/pattern.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | Checker3DPattern(Checker3D), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Pattern` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Striped` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Gradient` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Ring` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Ring3D` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/pattern.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn new(color: Color, other_color: Color, transform: Matrix4) -> Ring3D { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Checker3D` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Checker2D` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `transform` [INFO] [stdout] --> src/pattern.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | transform: Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Test` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pattern.rs:223:10 [INFO] [stdout] | [INFO] [stdout] 223 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_intersect_coplanar_ray` [INFO] [stdout] --> src/plane.rs:76:8 [INFO] [stdout] | [INFO] [stdout] 76 | fn test_intersect_coplanar_ray() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 19.98s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/scintilla_rs-c377320b538ae5fc) [INFO] running `Command { std: "docker" "inspect" "54b814874f48da993c39b6b67eb7e2791a904a5b0f7390022bbc01c7fa73e53d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54b814874f48da993c39b6b67eb7e2791a904a5b0f7390022bbc01c7fa73e53d", kill_on_drop: false }` [INFO] [stdout] 54b814874f48da993c39b6b67eb7e2791a904a5b0f7390022bbc01c7fa73e53d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b30420aa12623f780fc008dc41c51223bce49a2a35a0f8196022d25a0d13eeca [INFO] running `Command { std: "docker" "start" "-a" "b30420aa12623f780fc008dc41c51223bce49a2a35a0f8196022d25a0d13eeca", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/cube.rs:26:26 [INFO] [stderr] | [INFO] [stderr] 26 | let tmin_numerator = (-1. - origin); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 26 - let tmin_numerator = (-1. - origin); [INFO] [stderr] 26 + let tmin_numerator = -1. - origin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/cube.rs:27:26 [INFO] [stderr] | [INFO] [stderr] 27 | let tmax_numerator = (1. - origin); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 27 - let tmax_numerator = (1. - origin); [INFO] [stderr] 27 + let tmax_numerator = 1. - origin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::cmp::min` [INFO] [stderr] --> src/cylinder.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::cmp::min; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `pattern` [INFO] [stderr] --> src/examples.rs:6:38 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::{color, material, matrix, pattern, transform}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `intersection` [INFO] [stderr] --> src/intersection.rs:115:24 [INFO] [stderr] | [INFO] [stderr] 115 | use crate::{color, intersection, light, material, matrix, transform, tuple}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `pattern` [INFO] [stderr] --> src/material.rs:1:37 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::{color, light, material, pattern, tuple}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::shape::Shape` [INFO] [stderr] --> src/material.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use crate::shape::Shape; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::shape::Shape` [INFO] [stderr] --> src/pattern.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::shape::Shape; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::pattern::PatternMethods` [INFO] [stderr] --> src/material.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::pattern::PatternMethods; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: value assigned to `tmin` is never read [INFO] [stderr] --> src/cube.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | let mut tmin: f64 = 0.0; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `tmax` is never read [INFO] [stderr] --> src/cube.rs:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | let mut tmax: f64 = 0.0; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: unused variable: `floor_material` [INFO] [stderr] --> src/examples.rs:158:9 [INFO] [stderr] | [INFO] [stderr] 158 | let floor_material = Material { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_floor_material` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `local_point` [INFO] [stderr] --> src/plane.rs:34:25 [INFO] [stderr] | [INFO] [stderr] 34 | fn normal_at(&self, local_point: tuple::Tuple) -> tuple::Tuple { [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_local_point` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `purple_sphere` [INFO] [stderr] --> src/examples.rs:22:8 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn purple_sphere() -> World { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `chapter_seven_scene` [INFO] [stderr] --> src/examples.rs:48:8 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn chapter_seven_scene() -> World { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `chapter_nine_scene` [INFO] [stderr] --> src/examples.rs:152:8 [INFO] [stderr] | [INFO] [stderr] 152 | pub fn chapter_nine_scene() -> World { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `chapter_ten_scene` [INFO] [stderr] --> src/examples.rs:234:8 [INFO] [stderr] | [INFO] [stderr] 234 | pub fn chapter_ten_scene() -> World { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `chapter_eleven_scene` [INFO] [stderr] --> src/examples.rs:350:8 [INFO] [stderr] | [INFO] [stderr] 350 | pub fn chapter_eleven_scene() -> World { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `chapter_twelve_scene` [INFO] [stderr] --> src/examples.rs:477:8 [INFO] [stderr] | [INFO] [stderr] 477 | pub fn chapter_twelve_scene() -> World { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Cube` [INFO] [stderr] --> src/object.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | Cube(cube::Cube), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Object` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/object.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ring3DPattern` [INFO] [stderr] --> src/pattern.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | Ring3DPattern(Ring3D), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Pattern` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/pattern.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Checker3DPattern` [INFO] [stderr] --> src/pattern.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | Checker3DPattern(Checker3D), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Pattern` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/pattern.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `transform` [INFO] [stderr] --> src/pattern.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | transform: Matrix4, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Striped` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/pattern.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `transform` [INFO] [stderr] --> src/pattern.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | transform: Matrix4, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Gradient` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/pattern.rs:80:10 [INFO] [stderr] | [INFO] [stderr] 80 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `transform` [INFO] [stderr] --> src/pattern.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | transform: Matrix4, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Ring` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/pattern.rs:107:10 [INFO] [stderr] | [INFO] [stderr] 107 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `transform` [INFO] [stderr] --> src/pattern.rs:140:5 [INFO] [stderr] | [INFO] [stderr] 140 | transform: Matrix4, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Ring3D` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/pattern.rs:136:10 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/pattern.rs:145:12 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn new(color: Color, other_color: Color, transform: Matrix4) -> Ring3D { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `transform` [INFO] [stderr] --> src/pattern.rs:169:5 [INFO] [stderr] | [INFO] [stderr] 169 | transform: Matrix4, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Checker3D` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/pattern.rs:165:10 [INFO] [stderr] | [INFO] [stderr] 165 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `transform` [INFO] [stderr] --> src/pattern.rs:198:5 [INFO] [stderr] | [INFO] [stderr] 198 | transform: Matrix4, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Checker2D` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/pattern.rs:194:10 [INFO] [stderr] | [INFO] [stderr] 194 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `transform` [INFO] [stderr] --> src/pattern.rs:225:5 [INFO] [stderr] | [INFO] [stderr] 225 | transform: Matrix4, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Test` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/pattern.rs:223:10 [INFO] [stderr] | [INFO] [stderr] 223 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test_intersect_coplanar_ray` [INFO] [stderr] --> src/plane.rs:76:8 [INFO] [stderr] | [INFO] [stderr] 76 | fn test_intersect_coplanar_ray() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `scintilla_rs` (bin "scintilla_rs" test) generated 31 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/scintilla_rs-c377320b538ae5fc) [INFO] [stdout] [INFO] [stdout] running 129 tests [INFO] [stdout] test canvas::tests::test_new ... ok [INFO] [stdout] test canvas::tests::test_set_pixel ... ok [INFO] [stdout] test color::tests::test_add ... ok [INFO] [stdout] test color::tests::test_hadamard ... ok [INFO] [stdout] test color::tests::test_multiply ... ok [INFO] [stdout] test color::tests::test_subtract ... ok [INFO] [stdout] test cone::tests::test_intersect_capped ... ok [INFO] [stdout] test cone::tests::test_intersect_infinite_hits_once ... ok [INFO] [stdout] test camera::tests::test_pixel_size_for_horizontal_canvas ... ok [INFO] [stdout] test camera::tests::test_ray_at_corner_of_canvas ... ok [INFO] [stdout] test cone::tests::test_intersect_infinite_hits_twice ... ok [INFO] [stdout] test camera::tests::test_pixel_size_for_vertical_canvas ... ok [INFO] [stdout] test camera::tests::test_ray_at_center_of_canvas ... ok [INFO] [stdout] test cone::tests::test_normal_at_capped ... ok [INFO] [stdout] test camera::tests::test_ray_at_for_transformed_camera ... ok [INFO] [stdout] test cube::tests::test_intersect_inside ... ok [INFO] [stdout] test camera::tests::test_render ... ok [INFO] [stdout] test cube::tests::test_intersect_outside ... ok [INFO] [stdout] test cube::tests::test_normal_at ... ok [INFO] [stdout] test cylinder::tests::test_intersect_hits_capped ... ok [INFO] [stdout] test cylinder::tests::test_intersect_hits_infinite ... ok [INFO] [stdout] test cylinder::tests::test_intersect_hits_truncated ... ok [INFO] [stdout] test cylinder::tests::test_intersect_miss_infinite ... ok [INFO] [stdout] test cylinder::tests::test_normal_at_capped ... ok [INFO] [stdout] test cylinder::tests::test_normal_at_infinite ... ok [INFO] [stdout] test float::tests::test_is_equal ... ok [INFO] [stdout] test intersection::tests::test_hit_all_negative_t ... ok [INFO] [stdout] test intersection::tests::test_hit_all_positive_t ... ok [INFO] [stdout] test intersection::tests::test_hit_mixture ... ok [INFO] [stdout] test intersection::tests::test_hit_unsorted_intersection ... ok [INFO] [stdout] test intersection::tests::test_prepare_computations_inside ... ok [INFO] [stdout] test intersection::tests::test_prepare_computations_outside ... ok [INFO] [stdout] test intersection::tests::test_prepare_computations_n1_n2 ... ok [INFO] [stdout] test material::tests::test_lighting_eye_in_reflection_path ... ok [INFO] [stdout] test material::tests::test_lighting_eye_between_light_and_surface ... ok [INFO] [stdout] test material::tests::test_lighting_eye_offset_45_degrees ... ok [INFO] [stdout] test material::tests::test_lighting_light_behind_surface ... ok [INFO] [stdout] test material::tests::test_lighting_light_offset_45_degrees ... ok [INFO] [stdout] test matrix::tests::test_cofactor_3x3 ... ok [INFO] [stdout] test matrix::tests::test_determinant_2x2 ... ok [INFO] [stdout] test material::tests::test_lighting_with_pattern ... ok [INFO] [stdout] test matrix::tests::test_determinant_3x3 ... ok [INFO] [stdout] test matrix::tests::test_determinant_4x4 ... ok [INFO] [stdout] test matrix::tests::test_inverse_4x4 ... ok [INFO] [stdout] test matrix::tests::test_is_equal ... ok [INFO] [stdout] test matrix::tests::test_minor_3x3 ... ok [INFO] [stdout] test matrix::tests::test_multiply_by_tuple ... ok [INFO] [stdout] test matrix::tests::test_multiply_matrix ... ok [INFO] [stdout] test matrix::tests::test_submatrix_3x3 ... ok [INFO] [stdout] test matrix::tests::test_submatrix_4x4 ... ok [INFO] [stdout] test matrix::tests::test_transpose ... ok [INFO] [stdout] test pattern::tests::test_local_color_at_checker3d_repeats_for_x ... ok [INFO] [stdout] test pattern::tests::test_local_color_at_checker3d_repeats_for_y ... ok [INFO] [stdout] test pattern::tests::test_local_color_at_checker3d_repeats_for_z ... ok [INFO] [stdout] test pattern::tests::test_local_color_at_gradient ... ok [INFO] [stdout] test pattern::tests::test_local_color_at_ring ... ok [INFO] [stdout] test pattern::tests::test_local_color_at_striped_alternates_for_x ... ok [INFO] [stdout] test pattern::tests::test_local_color_at_striped_is_constant_for_y ... ok [INFO] [stdout] test pattern::tests::test_local_color_at_striped_is_constant_for_z ... ok [INFO] [stdout] test pattern::tests::test_world_color_at_with_object_and_pattern_transformation ... ok [INFO] [stdout] test plane::tests::test_intersect_above ... ok [INFO] [stdout] test pattern::tests::test_world_color_at_with_pattern_transformation ... ok [INFO] [stdout] test pattern::tests::test_world_color_at_with_object_transformation ... ok [INFO] [stdout] test plane::tests::test_intersect_below ... ok [INFO] [stdout] test plane::tests::test_intersect_parallel_ray ... ok [INFO] [stdout] test plane::tests::test_normal_at ... ok [INFO] [stdout] test ray::tests::test_transform_scaling ... ok [INFO] [stdout] test ray::tests::test_position_at ... ok [INFO] [stdout] test ray::tests::test_transform_translation ... ok [INFO] [stdout] test sphere::tests::test_intersect_behind ... ok [INFO] [stdout] test sphere::tests::test_intersect_inside ... ok [INFO] [stdout] test sphere::tests::test_intersect_miss ... ok [INFO] [stdout] test sphere::tests::test_intersect_scaled ... ok [INFO] [stdout] test sphere::tests::test_intersect_tangent ... ok [INFO] [stdout] test sphere::tests::test_intersect_translated ... ok [INFO] [stdout] test sphere::tests::test_normal_at_for_transformed_sphere ... ok [INFO] [stdout] test sphere::tests::test_normal_at_for_translated_sphere ... ok [INFO] [stdout] test sphere::tests::test_normal_at_nonaxial_point ... ok [INFO] [stdout] test sphere::tests::test_normal_at_point_on_x_axis ... ok [INFO] [stdout] test sphere::tests::test_normal_at_point_on_y_axis ... ok [INFO] [stdout] test sphere::tests::test_normal_at_point_on_z_axis ... ok [INFO] [stdout] test transform::tests::test_chained_transformations ... ok [INFO] [stdout] test transform::tests::test_rotation_x ... ok [INFO] [stdout] test transform::tests::test_rotation_y ... ok [INFO] [stdout] test transform::tests::test_rotation_z ... ok [INFO] [stdout] test transform::tests::test_scaling ... ok [INFO] [stdout] test transform::tests::test_shearing ... ok [INFO] [stdout] test transform::tests::test_translation ... ok [INFO] [stdout] test transform::tests::test_view_arbitrary ... ok [INFO] [stdout] test transform::tests::test_view_default ... ok [INFO] [stdout] test transform::tests::test_view_looking_in_positive_z_direction ... ok [INFO] [stdout] test transform::tests::test_view_moves_world ... ok [INFO] [stdout] test tuple::tests::test_add ... ok [INFO] [stdout] test tuple::tests::test_cross ... ok [INFO] [stdout] test tuple::tests::test_divide ... ok [INFO] [stdout] test tuple::tests::test_dot ... ok [INFO] [stdout] test tuple::tests::test_is_equal ... ok [INFO] [stdout] test tuple::tests::test_magnitude ... ok [INFO] [stdout] test tuple::tests::test_multiply ... ok [INFO] [stdout] test tuple::tests::test_negate ... ok [INFO] [stdout] test tuple::tests::test_normalize ... ok [INFO] [stdout] test tuple::tests::test_reflect_45_degrees ... ok [INFO] [stdout] test tuple::tests::test_reflect_slanted_surface ... ok [INFO] [stdout] test tuple::tests::test_subtract ... ok [INFO] [stdout] test world::tests::test_color_at_ray_hits ... ok [INFO] [stdout] test world::tests::test_color_at_ray_inside_outer_sphere_and_outside_inner_sphere ... ok [INFO] [stdout] test world::tests::test_color_at_ray_misses ... ok [INFO] [stdout] test world::tests::test_is_shadowed_light_between_point_and_object ... ok [INFO] [stdout] test world::tests::test_color_at_terminates_safely ... ok [INFO] [stdout] test world::tests::test_intersect_world ... ok [INFO] [stdout] test world::tests::test_is_shadowed_object_between_light_and_point ... ok [INFO] [stdout] test world::tests::test_is_shadowed_point_is_not_collinear_with_light ... ok [INFO] [stdout] test world::tests::test_is_shadowed_point_between_light_and_object ... ok [INFO] [stdout] test world::tests::test_prepare_computations_nonrelective_material ... ok [INFO] [stdout] test world::tests::test_prepare_computations_reflective_material ... ok [INFO] [stdout] test world::tests::test_refracted_color_at_maximum_recursive_depth ... ok [INFO] [stdout] test world::tests::test_refracted_color_opaque_surface ... ok [INFO] [stdout] test world::tests::test_refracted_color_for_refracted_ray ... ok [INFO] [stdout] test world::tests::test_refracted_color_total_internal_reflection ... ok [INFO] [stdout] test world::tests::test_schlick_reflectance_perpendicular_ray ... ok [INFO] [stdout] test world::tests::test_schlick_reflectance_small_angle ... ok [INFO] [stdout] test world::tests::test_schlick_reflectance_total_internal_reflection ... ok [INFO] [stdout] test world::tests::test_shade_hit_inside ... ok [INFO] [stdout] test world::tests::test_shade_hit_for_transparent_material ... ok [INFO] [stdout] test world::tests::test_shade_hit_outside ... ok [INFO] [stdout] test world::tests::test_shade_hit_reflective_material ... ok [INFO] [stdout] test world::tests::test_shade_hit_with_schlick_reflectance ... ok [INFO] [stdout] test ppm::tests::test_save_splitting_long_lines ... FAILED [INFO] [stdout] test ppm::tests::test_save_with_tiny_canvas ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- ppm::tests::test_save_splitting_long_lines stdout ---- [INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] thread 'ppm::tests::test_save_splitting_long_lines' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5654b4b4ac7d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5654b4b4ac7d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5654b4b4ac7d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5654b4b4ac7d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5654b4b6daac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x5654b4b47641 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5654b4b4c9c5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5654b4b4c9c5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5654b4b4c9c5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5654b4b4c6b4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5654b4b4cf12 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5654b4b4cdf7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5654b4b4b134 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5654b4b4cb29 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5654b4aa4463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5654b4b6c4be - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x5654b4ac7c0a - core::panicking::assert_failed::h53f8e45c1eae694b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5654b4ad1f1d - test::assert_test_result::h94d07c9a7f378f6d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x5654b4aaf49d - scintilla_rs::ppm::tests::test_save_splitting_long_lines::{{closure}}::hb70dc18eb97e5b8d [INFO] [stdout] at /opt/rustwide/workdir/src/ppm.rs:122:5 [INFO] [stdout] 19: 0x5654b4aa998e - core::ops::function::FnOnce::call_once::h85cec445af9eb4ba [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5654b4b268c3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5654b4b268c3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x5654b4b25679 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x5654b4b25679 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5654b4b25679 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5654b4b25679 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5654b4b25679 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5654b4b25679 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x5654b4b25679 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x5654b4af182e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x5654b4af182e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5654b4af6d98 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5654b4af6d98 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5654b4af6d98 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5654b4af6d98 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5654b4af6d98 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5654b4af6d98 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5654b4af6d98 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5654b4b517c3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x5654b4b517c3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x5654b4b517c3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f53bc3ba609 - start_thread [INFO] [stdout] 42: 0x7f53bc18a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- ppm::tests::test_save_with_tiny_canvas stdout ---- [INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] thread 'ppm::tests::test_save_with_tiny_canvas' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5654b4b4ac7d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5654b4b4ac7d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5654b4b4ac7d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5654b4b4ac7d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5654b4b6daac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x5654b4b47641 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x5654b4b4c9c5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5654b4b4c9c5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5654b4b4c9c5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5654b4b4c6b4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5654b4b4cf12 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5654b4b4cdf7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5654b4b4b134 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5654b4b4cb29 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5654b4aa4463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5654b4b6c4be - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x5654b4ac7c0a - core::panicking::assert_failed::h53f8e45c1eae694b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5654b4ad1f1d - test::assert_test_result::h94d07c9a7f378f6d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x5654b4aaefad - scintilla_rs::ppm::tests::test_save_with_tiny_canvas::{{closure}}::h8203ed2b1e681626 [INFO] [stdout] at /opt/rustwide/workdir/src/ppm.rs:95:5 [INFO] [stdout] 19: 0x5654b4aaa2de - core::ops::function::FnOnce::call_once::hc0e3c1d3f6b33c09 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5654b4b268c3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5654b4b268c3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x5654b4b25679 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x5654b4b25679 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5654b4b25679 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5654b4b25679 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5654b4b25679 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5654b4b25679 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x5654b4b25679 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x5654b4af182e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x5654b4af182e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5654b4af6d98 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5654b4af6d98 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5654b4af6d98 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5654b4af6d98 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5654b4af6d98 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5654b4af6d98 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5654b4af6d98 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5654b4b517c3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x5654b4b517c3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x5654b4b517c3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f53bc3ba609 - start_thread [INFO] [stdout] 42: 0x7f53bc18a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] ppm::tests::test_save_splitting_long_lines [INFO] [stdout] ppm::tests::test_save_with_tiny_canvas [INFO] [stdout] [INFO] [stdout] test result: FAILED. 127 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin scintilla_rs' [INFO] running `Command { std: "docker" "inspect" "b30420aa12623f780fc008dc41c51223bce49a2a35a0f8196022d25a0d13eeca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b30420aa12623f780fc008dc41c51223bce49a2a35a0f8196022d25a0d13eeca", kill_on_drop: false }` [INFO] [stdout] b30420aa12623f780fc008dc41c51223bce49a2a35a0f8196022d25a0d13eeca