[INFO] cloning repository https://github.com/fizx/slay [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fizx/slay" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffizx%2Fslay", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffizx%2Fslay'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5c1331e40b0c54068d27b3f4e69ccdbbb35dec09 [INFO] checking fizx/slay against try#44e31dee3cf6f37b4f652572897bb0eb25c477ee for pr-139763 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffizx%2Fslay" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fizx/slay on toolchain 44e31dee3cf6f37b4f652572897bb0eb25c477ee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fizx/slay [INFO] finished tweaking git repo https://github.com/fizx/slay [INFO] tweaked toml for git repo https://github.com/fizx/slay written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/fizx/slay 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" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f5b4aa6bd046e48761e5664a802288ff32cb43d0fe9475d7a779409edc477fa4 [INFO] running `Command { std: "docker" "start" "-a" "f5b4aa6bd046e48761e5664a802288ff32cb43d0fe9475d7a779409edc477fa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5b4aa6bd046e48761e5664a802288ff32cb43d0fe9475d7a779409edc477fa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5b4aa6bd046e48761e5664a802288ff32cb43d0fe9475d7a779409edc477fa4", kill_on_drop: false }` [INFO] [stdout] f5b4aa6bd046e48761e5664a802288ff32cb43d0fe9475d7a779409edc477fa4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed7504cd1aa0eadb4804395a4c33980b9e1c4126cc3610397e76179e48ddce2e [INFO] running `Command { std: "docker" "start" "-a" "ed7504cd1aa0eadb4804395a4c33980b9e1c4126cc3610397e76179e48ddce2e", kill_on_drop: false }` [INFO] [stderr] Checking slay v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/node.rs:15:38 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn compute_layout(&mut self, context: &context::Context) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/node.rs:15:38 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn compute_layout(&mut self, context: &context::Context) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Context` is never constructed [INFO] [stdout] --> src/context.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Context { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Context` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `as_minimum`, `child_context`, `pixelize_width`, and `pixelize_height` are never used [INFO] [stdout] --> src/context.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl Context { [INFO] [stdout] | ------------ associated items in this implementation [INFO] [stdout] 17 | pub fn new(root_width: FixedScalar, root_height: FixedScalar) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn as_minimum(&self) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn child_context(&self, node: &Node) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub fn pixelize_width(&self, value: Scalar) -> FixedScalar { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | pub fn pixelize_height(&self, value: Scalar) -> FixedScalar { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `single_node_fixture` is never used [INFO] [stdout] --> src/fixtures.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn single_node_fixture() -> Node { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vertical_stack_fixture` is never used [INFO] [stdout] --> src/fixtures.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn vertical_stack_fixture() -> Node { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `horizontal_stack_fixture` is never used [INFO] [stdout] --> src/fixtures.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn horizontal_stack_fixture() -> Node { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `nested_layout_fixture` is never used [INFO] [stdout] --> src/fixtures.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn nested_layout_fixture() -> Node { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `vertical_stretch_layout_fixture` is never used [INFO] [stdout] --> src/fixtures.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn vertical_stretch_layout_fixture() -> Node { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `children`, `style`, `computed`, `min_size`, `dirty`, and `measure` are never read [INFO] [stdout] --> src/node.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Node { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 6 | pub children: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 7 | pub style: Style, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 8 | pub computed: Rectangle, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 9 | min_size: Size, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 10 | dirty: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | measure: Option Size>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `compute_layout`, `minimum_size`, `compute_self`, and `compute_size` are never used [INFO] [stdout] --> src/node.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl Node { [INFO] [stdout] | --------- methods in this implementation [INFO] [stdout] 15 | pub fn compute_layout(&mut self, context: &context::Context) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 21 | pub fn minimum_size(&mut self, context: &context::Context) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn compute_self(&mut self) -> Rectangle { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | pub fn compute_size(&mut self, context: context::Context) -> Size { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/node.rs:106:12 [INFO] [stdout] | [INFO] [stdout] 93 | impl Node { [INFO] [stdout] | --------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 106 | pub fn add_child(mut self, child: Node) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | pub fn remove_child(&mut self, index: usize) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | pub fn get_child(&self, index: usize) -> Option<&Node> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | pub fn get_child_mut(&mut self, index: usize) -> Option<&mut Node> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | pub fn set_style(&mut self, style: Style) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 138 | pub fn set_measure(&mut self, measure: Box Size>) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | pub fn mark_dirty(&mut self, deep: bool) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `desired_width` and `desired_height` are never read [INFO] [stdout] --> src/context.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Context { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 12 | pub(crate) desired_width: FixedScalar, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 13 | pub(crate) desired_height: FixedScalar, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Context` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `slay` (bin "slay"); 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/bin/rustc --crate-name slay --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=518859772a73d7ec -C extra-filename=-f74eec5e2fe0edc0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints=forbid` (exit status: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `slay` (bin "slay" test); 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/44e31dee3cf6f37b4f652572897bb0eb25c477ee/bin/rustc --crate-name slay --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d76536425748f35b -C extra-filename=-028081118c6acbb8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints=forbid` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "ed7504cd1aa0eadb4804395a4c33980b9e1c4126cc3610397e76179e48ddce2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed7504cd1aa0eadb4804395a4c33980b9e1c4126cc3610397e76179e48ddce2e", kill_on_drop: false }` [INFO] [stdout] ed7504cd1aa0eadb4804395a4c33980b9e1c4126cc3610397e76179e48ddce2e