[INFO] updating cached repository https://github.com/covercash2/org [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 667c1d9d1be6306d24f4263af456dd3594995e0c [INFO] checking covercash2/org/667c1d9d1be6306d24f4263af456dd3594995e0c against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcovercash2%2Forg" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/covercash2/org on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/covercash2/org [INFO] finished tweaking git repo https://github.com/covercash2/org [INFO] tweaked toml for git repo https://github.com/covercash2/org written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/covercash2/org 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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a03e7a2317c313fd53c1b8b87735bb02c04c4a92768bc5f9df058a461591793 [INFO] running `Command { std: "docker" "start" "-a" "7a03e7a2317c313fd53c1b8b87735bb02c04c4a92768bc5f9df058a461591793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a03e7a2317c313fd53c1b8b87735bb02c04c4a92768bc5f9df058a461591793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a03e7a2317c313fd53c1b8b87735bb02c04c4a92768bc5f9df058a461591793", kill_on_drop: false }` [INFO] [stdout] 7a03e7a2317c313fd53c1b8b87735bb02c04c4a92768bc5f9df058a461591793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 507fa7611ec4d9c431e4129afc8d8e127d1a135c1cd90e279a132b410e472e37 [INFO] running `Command { std: "docker" "start" "-a" "507fa7611ec4d9c431e4129afc8d8e127d1a135c1cd90e279a132b410e472e37", kill_on_drop: false }` [INFO] [stderr] Checking org v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/object.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Node` is never used [INFO] [stdout] --> src/iter.rs:112:7 [INFO] [stdout] | [INFO] [stdout] 112 | trait Node { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Tree` is never used [INFO] [stdout] --> src/iter.rs:118:7 [INFO] [stdout] | [INFO] [stdout] 118 | trait Tree { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 44 | fn new(text: &'t str, transform: F) -> error::Result> { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | Ok(OrgCursor { [INFO] [stdout] | ____________^ [INFO] [stdout] 54 | | current_line, [INFO] [stdout] 55 | | current_line_number, [INFO] [stdout] 56 | | iterator, [INFO] [stdout] 57 | | transform, [INFO] [stdout] 58 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `org` (lib) due to 2 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: trait `Node` is never used [INFO] [stdout] --> src/iter.rs:112:7 [INFO] [stdout] | [INFO] [stdout] 112 | trait Node { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Tree` is never used [INFO] [stdout] --> src/iter.rs:118:7 [INFO] [stdout] | [INFO] [stdout] 118 | trait Tree { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 44 | fn new(text: &'t str, transform: F) -> error::Result> { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | Ok(OrgCursor { [INFO] [stdout] | ____________^ [INFO] [stdout] 54 | | current_line, [INFO] [stdout] 55 | | current_line_number, [INFO] [stdout] 56 | | iterator, [INFO] [stdout] 57 | | transform, [INFO] [stdout] 58 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `test_states` should have an upper case name [INFO] [stdout] --> src/headline.rs:190:11 [INFO] [stdout] | [INFO] [stdout] 190 | const test_states: [&str; 3] = ["TODO", "STARTED", "DONE"]; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `TEST_STATES` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `count_up_headlines` should have an upper case name [INFO] [stdout] --> src/headline.rs:192:11 [INFO] [stdout] | [INFO] [stdout] 192 | const count_up_headlines: &str = "* 1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COUNT_UP_HEADLINES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `good_headlines` should have an upper case name [INFO] [stdout] --> src/headline.rs:205:11 [INFO] [stdout] | [INFO] [stdout] 205 | const good_headlines: [&str; 3] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `GOOD_HEADLINES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `org` (lib test) due to 2 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "507fa7611ec4d9c431e4129afc8d8e127d1a135c1cd90e279a132b410e472e37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "507fa7611ec4d9c431e4129afc8d8e127d1a135c1cd90e279a132b410e472e37", kill_on_drop: false }` [INFO] [stdout] 507fa7611ec4d9c431e4129afc8d8e127d1a135c1cd90e279a132b410e472e37