[INFO] fetching crate remarkable_lines 0.1.2...
[INFO] testing remarkable_lines-0.1.2 against 1.95.0 for beta-1.96-2
[INFO] extracting crate remarkable_lines 0.1.2 into /workspace/builds/worker-1-tc1/source
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain
[INFO] started tweaking crates.io crate remarkable_lines 0.1.2
[INFO] finished tweaking crates.io crate remarkable_lines 0.1.2
[INFO] tweaked toml for crates.io crate remarkable_lines 0.1.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate remarkable_lines 0.1.2 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 196e591dd77ae1098c0310244c4b86c077316bfe00acd78f0b67d5ed42cf89a1
[INFO] running `Command { std: "docker" "start" "-a" "196e591dd77ae1098c0310244c4b86c077316bfe00acd78f0b67d5ed42cf89a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "196e591dd77ae1098c0310244c4b86c077316bfe00acd78f0b67d5ed42cf89a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "196e591dd77ae1098c0310244c4b86c077316bfe00acd78f0b67d5ed42cf89a1", kill_on_drop: false }`
[INFO] [stdout] 196e591dd77ae1098c0310244c4b86c077316bfe00acd78f0b67d5ed42cf89a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e9bb48a29400796c915f59ccdb96f1606a3c8fcc478631ac2794f10e469729e
[INFO] running `Command { std: "docker" "start" "-a" "2e9bb48a29400796c915f59ccdb96f1606a3c8fcc478631ac2794f10e469729e", kill_on_drop: false }`
[INFO] [stderr]    Compiling remarkable_lines v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `x`, `y`, `w`, and `h` are never read
[INFO] [stdout]  --> src/v6/scene_item/glyph_range.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Rectangle {
[INFO] [stdout]   |        --------- fields in this struct
[INFO] [stdout] 5 |     x: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout] 6 |     y: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout] 7 |     w: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout] 8 |     h: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Rectangle` has derived impls for the traits `Clone` and `Debug`, 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: fields `start`, `length`, `text`, `color`, and `rectangles` are never read
[INFO] [stdout]   --> src/v6/scene_item/glyph_range.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct GlyphRange {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 26 |     start: u32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 27 |     length: u32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     text: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 29 |     color: PenColor,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 30 |     rectangles: Vec<Rectangle>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GlyphRange` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `color`, `tool`, `points`, `thickness_scale`, and `starting_length` are never read
[INFO] [stdout]   --> src/v6/scene_item/line.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Line {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 12 |     color: PenColor,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 13 |     tool: Tool,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 14 |     points: Vec<Point>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 15 |     thickness_scale: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     starting_length: f32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Line` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x`, `y`, `speed`, `direction`, `width`, and `pressure` are never read
[INFO] [stdout]   --> src/v6/scene_item/point.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Point {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  7 |     x: f32,
[INFO] [stdout]    |     ^
[INFO] [stdout]  8 |     y: f32,
[INFO] [stdout]    |     ^
[INFO] [stdout]  9 |     speed: f32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 10 |     direction: f32,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 11 |     width: f32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 12 |     pressure: f32,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Point` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]   --> src/v6/scene_tree.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct Node {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `root_id` is never read
[INFO] [stdout]   --> src/v6/scene_tree.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct SceneTree {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 21 |     nodes: HashMap<CrdtId, Group>,
[INFO] [stdout] 22 |     root_id: CrdtId,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SceneTree` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "2e9bb48a29400796c915f59ccdb96f1606a3c8fcc478631ac2794f10e469729e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e9bb48a29400796c915f59ccdb96f1606a3c8fcc478631ac2794f10e469729e", kill_on_drop: false }`
[INFO] [stdout] 2e9bb48a29400796c915f59ccdb96f1606a3c8fcc478631ac2794f10e469729e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a04069b04ebebfeaef9b299c0e67008510ad1babe56c6e3a716548e2ac6aa01
[INFO] running `Command { std: "docker" "start" "-a" "3a04069b04ebebfeaef9b299c0e67008510ad1babe56c6e3a716548e2ac6aa01", kill_on_drop: false }`
[INFO] [stdout] warning: fields `x`, `y`, `w`, and `h` are never read
[INFO] [stdout]  --> src/v6/scene_item/glyph_range.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Rectangle {
[INFO] [stdout]   |        --------- fields in this struct
[INFO] [stdout] 5 |     x: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout] 6 |     y: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout] 7 |     w: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout] 8 |     h: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Rectangle` has derived impls for the traits `Clone` and `Debug`, 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: fields `start`, `length`, `text`, `color`, and `rectangles` are never read
[INFO] [stdout]   --> src/v6/scene_item/glyph_range.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct GlyphRange {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 26 |     start: u32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 27 |     length: u32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     text: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 29 |     color: PenColor,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 30 |     rectangles: Vec<Rectangle>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GlyphRange` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `color`, `tool`, `points`, `thickness_scale`, and `starting_length` are never read
[INFO] [stdout]   --> src/v6/scene_item/line.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Line {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 12 |     color: PenColor,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 13 |     tool: Tool,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 14 |     points: Vec<Point>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 15 |     thickness_scale: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     starting_length: f32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Line` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x`, `y`, `speed`, `direction`, `width`, and `pressure` are never read
[INFO] [stdout]   --> src/v6/scene_item/point.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Point {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  7 |     x: f32,
[INFO] [stdout]    |     ^
[INFO] [stdout]  8 |     y: f32,
[INFO] [stdout]    |     ^
[INFO] [stdout]  9 |     speed: f32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 10 |     direction: f32,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 11 |     width: f32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 12 |     pressure: f32,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Point` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]   --> src/v6/scene_tree.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct Node {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling remarkable_lines v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `root_id` is never read
[INFO] [stdout]   --> src/v6/scene_tree.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct SceneTree {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 21 |     nodes: HashMap<CrdtId, Group>,
[INFO] [stdout] 22 |     root_id: CrdtId,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SceneTree` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x`, `y`, `w`, and `h` are never read
[INFO] [stdout]  --> src/v6/scene_item/glyph_range.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Rectangle {
[INFO] [stdout]   |        --------- fields in this struct
[INFO] [stdout] 5 |     x: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout] 6 |     y: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout] 7 |     w: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout] 8 |     h: f64,
[INFO] [stdout]   |     ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Rectangle` has derived impls for the traits `Clone` and `Debug`, 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: fields `start`, `length`, `text`, `color`, and `rectangles` are never read
[INFO] [stdout]   --> src/v6/scene_item/glyph_range.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct GlyphRange {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 26 |     start: u32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 27 |     length: u32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     text: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 29 |     color: PenColor,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 30 |     rectangles: Vec<Rectangle>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GlyphRange` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `color`, `tool`, `points`, `thickness_scale`, and `starting_length` are never read
[INFO] [stdout]   --> src/v6/scene_item/line.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Line {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 12 |     color: PenColor,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 13 |     tool: Tool,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 14 |     points: Vec<Point>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 15 |     thickness_scale: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     starting_length: f32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Line` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x`, `y`, `speed`, `direction`, `width`, and `pressure` are never read
[INFO] [stdout]   --> src/v6/scene_item/point.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Point {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  7 |     x: f32,
[INFO] [stdout]    |     ^
[INFO] [stdout]  8 |     y: f32,
[INFO] [stdout]    |     ^
[INFO] [stdout]  9 |     speed: f32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 10 |     direction: f32,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 11 |     width: f32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 12 |     pressure: f32,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Point` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]   --> src/v6/scene_tree.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct Node {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `root_id` is never read
[INFO] [stdout]   --> src/v6/scene_tree.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct SceneTree {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 21 |     nodes: HashMap<CrdtId, Group>,
[INFO] [stdout] 22 |     root_id: CrdtId,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SceneTree` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s
[INFO] running `Command { std: "docker" "inspect" "3a04069b04ebebfeaef9b299c0e67008510ad1babe56c6e3a716548e2ac6aa01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a04069b04ebebfeaef9b299c0e67008510ad1babe56c6e3a716548e2ac6aa01", kill_on_drop: false }`
[INFO] [stdout] 3a04069b04ebebfeaef9b299c0e67008510ad1babe56c6e3a716548e2ac6aa01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8bbed728896e9db61c8acf5b66cecf55ba31fa947a0d0ebe3141b0e5cf485769
[INFO] running `Command { std: "docker" "start" "-a" "8bbed728896e9db61c8acf5b66cecf55ba31fa947a0d0ebe3141b0e5cf485769", kill_on_drop: false }`
[INFO] [stderr] warning: fields `x`, `y`, `w`, and `h` are never read
[INFO] [stderr]  --> src/v6/scene_item/glyph_range.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Rectangle {
[INFO] [stderr]   |        --------- fields in this struct
[INFO] [stderr] 5 |     x: f64,
[INFO] [stderr]   |     ^
[INFO] [stderr] 6 |     y: f64,
[INFO] [stderr]   |     ^
[INFO] [stderr] 7 |     w: f64,
[INFO] [stderr]   |     ^
[INFO] [stderr] 8 |     h: f64,
[INFO] [stderr]   |     ^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `Rectangle` has derived impls for the traits `Clone` and `Debug`, 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: fields `start`, `length`, `text`, `color`, and `rectangles` are never read
[INFO] [stderr]   --> src/v6/scene_item/glyph_range.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct GlyphRange {
[INFO] [stderr]    |            ---------- fields in this struct
[INFO] [stderr] 26 |     start: u32,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 27 |     length: u32,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 28 |     text: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 29 |     color: PenColor,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 30 |     rectangles: Vec<Rectangle>,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `GlyphRange` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `color`, `tool`, `points`, `thickness_scale`, and `starting_length` are never read
[INFO] [stderr]   --> src/v6/scene_item/line.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct Line {
[INFO] [stderr]    |            ---- fields in this struct
[INFO] [stderr] 12 |     color: PenColor,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 13 |     tool: Tool,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 14 |     points: Vec<Point>,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 15 |     thickness_scale: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 16 |     starting_length: f32,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Line` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `x`, `y`, `speed`, `direction`, `width`, and `pressure` are never read
[INFO] [stderr]   --> src/v6/scene_item/point.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr]  6 | pub struct Point {
[INFO] [stderr]    |            ----- fields in this struct
[INFO] [stderr]  7 |     x: f32,
[INFO] [stderr]    |     ^
[INFO] [stderr]  8 |     y: f32,
[INFO] [stderr]    |     ^
[INFO] [stderr]  9 |     speed: f32,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 10 |     direction: f32,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 11 |     width: f32,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 12 |     pressure: f32,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Point` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Node` is never constructed
[INFO] [stderr]   --> src/v6/scene_tree.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | struct Node {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `root_id` is never read
[INFO] [stderr]   --> src/v6/scene_tree.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub struct SceneTree {
[INFO] [stderr]    |            --------- field in this struct
[INFO] [stderr] 21 |     nodes: HashMap<CrdtId, Group>,
[INFO] [stderr] 22 |     root_id: CrdtId,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `SceneTree` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `remarkable_lines` (lib) generated 6 warnings
[INFO] [stderr] warning: `remarkable_lines` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/remarkable_lines-e82e833fd8b2af35)
[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 tests/test_remarkable_file.rs (/opt/rustwide/target/debug/deps/test_remarkable_file-1eeb138578c145d6)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_v6_single_page_line ... ok
[INFO] [stderr]    Doc-tests remarkable_lines
[INFO] [stdout] test test_v5_advent_of_code ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 15) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8bbed728896e9db61c8acf5b66cecf55ba31fa947a0d0ebe3141b0e5cf485769", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bbed728896e9db61c8acf5b66cecf55ba31fa947a0d0ebe3141b0e5cf485769", kill_on_drop: false }`
[INFO] [stdout] 8bbed728896e9db61c8acf5b66cecf55ba31fa947a0d0ebe3141b0e5cf485769
