[INFO] fetching crate suzy 0.2.0... [INFO] checking suzy-0.2.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate suzy 0.2.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate suzy 0.2.0 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate suzy 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate suzy 0.2.0 [INFO] tweaked toml for crates.io crate suzy 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate crates.io crate suzy 0.2.0 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" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 07fafa24e76dea9f786d048d304c87a7c1ec5930e2672429bb08eb9f3af34d03 [INFO] running `Command { std: "docker" "start" "-a" "07fafa24e76dea9f786d048d304c87a7c1ec5930e2672429bb08eb9f3af34d03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07fafa24e76dea9f786d048d304c87a7c1ec5930e2672429bb08eb9f3af34d03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07fafa24e76dea9f786d048d304c87a7c1ec5930e2672429bb08eb9f3af34d03", kill_on_drop: false }` [INFO] [stdout] 07fafa24e76dea9f786d048d304c87a7c1ec5930e2672429bb08eb9f3af34d03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 136ffee295054c59db38e35e2fe448c673a88160177230daab857814bbfb602e [INFO] running `Command { std: "docker" "start" "-a" "136ffee295054c59db38e35e2fe448c673a88160177230daab857814bbfb602e", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking drying_paint v0.4.5 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Checking inline_tweak v1.0.8 [INFO] [stderr] Checking suzy v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/pointer.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 182 - Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] 182 + Occupied(entry) => wid == *entry.get(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/pointer.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 182 - Occupied(entry) => (wid == *entry.get()), [INFO] [stdout] 182 + Occupied(entry) => wid == *entry.get(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/app/mod.rs:140:10 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________- [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________- any code following this expression is unreachable [INFO] [stdout] 140 | (_res.1).1 [INFO] [stdout] | ^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `(WatchContext, (AppValues, !))`, which is uninhabited [INFO] [stdout] --> src/app/mod.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________^ [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________^ [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/app/mod.rs:140:10 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________- [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________- any code following this expression is unreachable [INFO] [stdout] 140 | (_res.1).1 [INFO] [stdout] | ^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] note: this expression has type `(WatchContext, (AppValues, !))`, which is uninhabited [INFO] [stdout] --> src/app/mod.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | let _res = watch_ctx.with(|| { [INFO] [stdout] | ____________________^ [INFO] [stdout] 134 | | values.with(|| { [INFO] [stdout] 135 | | platform.run(move |state, event| { [INFO] [stdout] 136 | | current.handle_event(state, event); [INFO] [stdout] 137 | | }) [INFO] [stdout] 138 | | }) [INFO] [stdout] 139 | | }); [INFO] [stdout] | |__________^ [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/platform/opengl/shader.rs:83:12 [INFO] [stdout] | [INFO] [stdout] 83 | Vertex(CString), [INFO] [stdout] | ------ ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 83 | Vertex(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/platform/opengl/shader.rs:84:14 [INFO] [stdout] | [INFO] [stdout] 84 | Fragment(CString), [INFO] [stdout] | -------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 84 | Fragment(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/platform/opengl/shader.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | Link(CString), [INFO] [stdout] | ---- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 85 | Link(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/platform/opengl/shader.rs:83:12 [INFO] [stdout] | [INFO] [stdout] 83 | Vertex(CString), [INFO] [stdout] | ------ ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 83 | Vertex(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/platform/opengl/shader.rs:84:14 [INFO] [stdout] | [INFO] [stdout] 84 | Fragment(CString), [INFO] [stdout] | -------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 84 | Fragment(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/platform/opengl/shader.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | Link(CString), [INFO] [stdout] | ---- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ProgramCompileError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 85 | Link(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/platform/mod.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub mod osmesa; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/platform/osmesa/mod.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct OSMesaPlatform { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s [INFO] running `Command { std: "docker" "inspect" "136ffee295054c59db38e35e2fe448c673a88160177230daab857814bbfb602e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "136ffee295054c59db38e35e2fe448c673a88160177230daab857814bbfb602e", kill_on_drop: false }` [INFO] [stdout] 136ffee295054c59db38e35e2fe448c673a88160177230daab857814bbfb602e