[INFO] fetching crate turtle_rs 0.1.7...
[INFO] testing turtle_rs-0.1.7 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate turtle_rs 0.1.7 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate turtle_rs 0.1.7
[INFO] finished tweaking crates.io crate turtle_rs 0.1.7
[INFO] tweaked toml for crates.io crate turtle_rs 0.1.7 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate turtle_rs 0.1.7 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate turtle_rs 0.1.7 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a5fa6c5033dad823d99fb13bb826456aa56413aeb4b0908f1c0ef3507c58fa27
[INFO] running `Command { std: "docker" "start" "-a" "a5fa6c5033dad823d99fb13bb826456aa56413aeb4b0908f1c0ef3507c58fa27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5fa6c5033dad823d99fb13bb826456aa56413aeb4b0908f1c0ef3507c58fa27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5fa6c5033dad823d99fb13bb826456aa56413aeb4b0908f1c0ef3507c58fa27", kill_on_drop: false }`
[INFO] [stdout] a5fa6c5033dad823d99fb13bb826456aa56413aeb4b0908f1c0ef3507c58fa27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cfdbfdd42c62d40de7d5c640d2f6250e6c54ff9145b6e3e43b89412b14a99d8d
[INFO] running `Command { std: "docker" "start" "-a" "cfdbfdd42c62d40de7d5c640d2f6250e6c54ff9145b6e3e43b89412b14a99d8d", kill_on_drop: false }`
[INFO] [stderr]    Compiling turtle_rs v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]  --> src/main.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use turtle::{Color, Turtle};
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/turtle.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub enum Color {
[INFO] [stdout]    |          ----- variants in this enum
[INFO] [stdout]  8 |     Blue,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]  9 |     Red,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 10 |     Purple,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 11 |     Pink,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 12 |     Orange,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 13 |     Yellow,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 14 |     Green,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Color` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/turtle.rs:89:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl Turtle {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  89 |     pub fn forward(&mut self, dist: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub fn backward(&mut self, dist: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn teleport(&mut self, x: f64, y: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn right(&mut self, angle: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn left(&mut self, angle: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     pub fn set_color(&mut self, color: Color) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub fn set_pen_width(&mut self, width: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn set_x(&mut self, x: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     pub fn set_y(&mut self, y: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |     pub fn pen_is_down(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub fn position(&self) -> (f64, f64) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn x_cor(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |     pub fn y_cor(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 |     pub fn heading(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 223 |     pub fn distance(&self, x: f64, y: f64) -> f64 {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |     pub fn toward(&self, x: f64, y: f64) -> f64 {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 |     pub fn absolute_orientation(&mut self, angle: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 257 |     pub fn face_toward(&mut self, x: f64, y: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 |     pub fn square(&mut self, size: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 319 |     pub fn triangle(&mut self, size: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 329 |     pub fn star(&mut self, size: f64, branch: usize) -> &mut Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     turtle
[INFO] [stdout]  8 | |         .set_custom_color((159, 159, 159))
[INFO] [stdout]  9 | |         .goto(500.0, 500.0)
[INFO] [stdout] 10 | |         .pen_down()
[INFO] [stdout] 11 | |         .circle(75.0)
[INFO] [stdout] 12 | |         .save_svg("dessin.svg");
[INFO] [stdout]    | |_______________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout]  7 |     let _ = turtle
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
[INFO] running `Command { std: "docker" "inspect" "cfdbfdd42c62d40de7d5c640d2f6250e6c54ff9145b6e3e43b89412b14a99d8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfdbfdd42c62d40de7d5c640d2f6250e6c54ff9145b6e3e43b89412b14a99d8d", kill_on_drop: false }`
[INFO] [stdout] cfdbfdd42c62d40de7d5c640d2f6250e6c54ff9145b6e3e43b89412b14a99d8d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 44d1859e5ca0f7e6e92217cebaa3da1bf303d91aeeed74ab7bc880c8c786c7e7
[INFO] running `Command { std: "docker" "start" "-a" "44d1859e5ca0f7e6e92217cebaa3da1bf303d91aeeed74ab7bc880c8c786c7e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling turtle_rs v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]  --> src/main.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use turtle::{Color, Turtle};
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/turtle.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub enum Color {
[INFO] [stdout]    |          ----- variants in this enum
[INFO] [stdout]  8 |     Blue,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]  9 |     Red,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 10 |     Purple,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 11 |     Pink,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 12 |     Orange,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 13 |     Yellow,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 14 |     Green,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Color` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/turtle.rs:89:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl Turtle {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  89 |     pub fn forward(&mut self, dist: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub fn backward(&mut self, dist: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn teleport(&mut self, x: f64, y: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn right(&mut self, angle: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn left(&mut self, angle: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     pub fn set_color(&mut self, color: Color) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub fn set_pen_width(&mut self, width: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn set_x(&mut self, x: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     pub fn set_y(&mut self, y: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |     pub fn pen_is_down(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub fn position(&self) -> (f64, f64) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn x_cor(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |     pub fn y_cor(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 |     pub fn heading(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 223 |     pub fn distance(&self, x: f64, y: f64) -> f64 {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |     pub fn toward(&self, x: f64, y: f64) -> f64 {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 |     pub fn absolute_orientation(&mut self, angle: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 257 |     pub fn face_toward(&mut self, x: f64, y: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 311 |     pub fn square(&mut self, size: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 319 |     pub fn triangle(&mut self, size: f64) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 329 |     pub fn star(&mut self, size: f64, branch: usize) -> &mut Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     turtle
[INFO] [stdout]  8 | |         .set_custom_color((159, 159, 159))
[INFO] [stdout]  9 | |         .goto(500.0, 500.0)
[INFO] [stdout] 10 | |         .pen_down()
[INFO] [stdout] 11 | |         .circle(75.0)
[INFO] [stdout] 12 | |         .save_svg("dessin.svg");
[INFO] [stdout]    | |_______________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout]  7 |     let _ = turtle
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "44d1859e5ca0f7e6e92217cebaa3da1bf303d91aeeed74ab7bc880c8c786c7e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44d1859e5ca0f7e6e92217cebaa3da1bf303d91aeeed74ab7bc880c8c786c7e7", kill_on_drop: false }`
[INFO] [stdout] 44d1859e5ca0f7e6e92217cebaa3da1bf303d91aeeed74ab7bc880c8c786c7e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1ed4a3f6c4654ef4a8da45f19741e413bb78384bfcedf6dd99051b4a44457bb2
[INFO] running `Command { std: "docker" "start" "-a" "1ed4a3f6c4654ef4a8da45f19741e413bb78384bfcedf6dd99051b4a44457bb2", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Color`
[INFO] [stderr]  --> src/main.rs:2:14
[INFO] [stderr]   |
[INFO] [stderr] 2 | use turtle::{Color, Turtle};
[INFO] [stderr]   |              ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: multiple variants are never constructed
[INFO] [stderr]   --> src/turtle.rs:8:5
[INFO] [stderr]    |
[INFO] [stderr]  7 | pub enum Color {
[INFO] [stderr]    |          ----- variants in this enum
[INFO] [stderr]  8 |     Blue,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]  9 |     Red,
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 10 |     Purple,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 11 |     Pink,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 12 |     Orange,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 13 |     Yellow,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 14 |     Green,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Color` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: multiple methods are never used
[INFO] [stderr]    --> src/turtle.rs:89:12
[INFO] [stderr]     |
[INFO] [stderr]  72 | impl Turtle {
[INFO] [stderr]     | ----------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  89 |     pub fn forward(&mut self, dist: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 107 |     pub fn backward(&mut self, dist: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 134 |     pub fn teleport(&mut self, x: f64, y: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 140 |     pub fn right(&mut self, angle: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 146 |     pub fn left(&mut self, angle: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 164 |     pub fn set_color(&mut self, color: Color) -> &mut Self {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 180 |     pub fn set_pen_width(&mut self, width: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 186 |     pub fn set_x(&mut self, x: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 192 |     pub fn set_y(&mut self, y: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 198 |     pub fn pen_is_down(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 203 |     pub fn position(&self) -> (f64, f64) {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 208 |     pub fn x_cor(&self) -> f64 {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 213 |     pub fn y_cor(&self) -> f64 {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 218 |     pub fn heading(&self) -> f64 {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 223 |     pub fn distance(&self, x: f64, y: f64) -> f64 {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 237 |     pub fn toward(&self, x: f64, y: f64) -> f64 {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 247 |     pub fn absolute_orientation(&mut self, angle: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 257 |     pub fn face_toward(&mut self, x: f64, y: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 311 |     pub fn square(&mut self, size: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 319 |     pub fn triangle(&mut self, size: f64) -> &mut Self {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 329 |     pub fn star(&mut self, size: f64, branch: usize) -> &mut Self {
[INFO] [stderr]     |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> src/main.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr]  7 | /     turtle
[INFO] [stderr]  8 | |         .set_custom_color((159, 159, 159))
[INFO] [stderr]  9 | |         .goto(500.0, 500.0)
[INFO] [stderr] 10 | |         .pen_down()
[INFO] [stderr] 11 | |         .circle(75.0)
[INFO] [stderr] 12 | |         .save_svg("dessin.svg");
[INFO] [stderr]    | |_______________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr]  7 |     let _ = turtle
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `turtle_rs` (bin "turtle_rs" test) generated 4 warnings (run `cargo fix --bin "turtle_rs" -p turtle_rs --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/turtle_rs-2a6229405c66fa0a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/turtle_rs-ec8567ad52c7049d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests turtle_rs
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/turtle.rs - turtle::Turtle::shape (line 275) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 16) ... ok
[INFO] [stdout] test src/turtle.rs - turtle::Turtle::set_custom_color (line 171) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/turtle.rs - turtle::Turtle::shape (line 275) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `t` in this scope
[INFO] [stdout]    --> src/turtle.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | t.shape(100.0, 360, |i| {
[INFO] [stdout]     | ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/turtle.rs - turtle::Turtle::set_custom_color (line 171) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `t` in this scope
[INFO] [stdout]    --> src/turtle.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | t.set_custom_color((159, 159, 159));
[INFO] [stdout]     | ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/turtle.rs - turtle::Turtle::set_custom_color (line 171)
[INFO] [stdout]     src/turtle.rs - turtle::Turtle::shape (line 275)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "1ed4a3f6c4654ef4a8da45f19741e413bb78384bfcedf6dd99051b4a44457bb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ed4a3f6c4654ef4a8da45f19741e413bb78384bfcedf6dd99051b4a44457bb2", kill_on_drop: false }`
[INFO] [stdout] 1ed4a3f6c4654ef4a8da45f19741e413bb78384bfcedf6dd99051b4a44457bb2
