[INFO] cloning repository https://github.com/Aiving/tsr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aiving/tsr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAiving%2Ftsr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAiving%2Ftsr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f2af415bd57a7ea2df90f09679cfe0bee293abd5 [INFO] checking Aiving/tsr/f2af415bd57a7ea2df90f09679cfe0bee293abd5 against try#7014e13d5becc920d4bea3cd87942c8a13d359bf+rustflags=-Dtail_expr_drop_order for pr-129864 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAiving%2Ftsr" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Aiving/tsr on toolchain 7014e13d5becc920d4bea3cd87942c8a13d359bf [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Aiving/tsr [INFO] finished tweaking git repo https://github.com/Aiving/tsr [INFO] tweaked toml for git repo https://github.com/Aiving/tsr written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Aiving/tsr 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" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 470700817a7480ac79a60d8cd16c1467579766380f44880fa1961de762de7267 [INFO] running `Command { std: "docker" "start" "-a" "470700817a7480ac79a60d8cd16c1467579766380f44880fa1961de762de7267", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "470700817a7480ac79a60d8cd16c1467579766380f44880fa1961de762de7267", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "470700817a7480ac79a60d8cd16c1467579766380f44880fa1961de762de7267", kill_on_drop: false }` [INFO] [stdout] 470700817a7480ac79a60d8cd16c1467579766380f44880fa1961de762de7267 [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=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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00cd795d65e6eab33a2a20098e8a050663dfdacc541ee158c68cf29a2cb7e02b [INFO] running `Command { std: "docker" "start" "-a" "00cd795d65e6eab33a2a20098e8a050663dfdacc541ee158c68cf29a2cb7e02b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Checking bytecount v0.6.7 [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking owo-colors v4.0.0 [INFO] [stderr] Checking ident_case v1.0.1 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking safer_owning_ref v0.5.0 [INFO] [stderr] Checking quote v1.0.35 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking syn v2.0.53 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking nom_locate v4.2.0 [INFO] [stderr] Checking tsr-lexer v0.0.0 (/opt/rustwide/workdir/lexer) [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Checking tsr-parser v0.0.0 (/opt/rustwide/workdir/parser) [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stdout] error: this value of type `impl FnMut(Tokens<'_>) -> Result<(Tokens<'_>, Positioned), nom::Err>>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> parser/src/parsing/statement/expression/call.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 21 | fn_handle: Positioned, [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 22 | ) -> TokenResult> { [INFO] [stdout] 23 | / map( [INFO] [stdout] 24 | | positioned(pair( [INFO] [stdout] 25 | | delimited( [INFO] [stdout] 26 | | paren_open_tag, [INFO] [stdout] ... | [INFO] [stdout] 43 | | }, [INFO] [stdout] 44 | | )(input) [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: this value of type `impl FnMut(Tokens<'_>) -> Result<(Tokens<'_>, Positioned), nom::Err>>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> parser/src/parsing/statement/expression/index.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | target: Positioned, [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | ) -> TokenResult> { [INFO] [stdout] 22 | / map( [INFO] [stdout] 23 | | alt(( [INFO] [stdout] 24 | | delimited(bracket_open_tag, parse_expression, bracket_close_tag), [INFO] [stdout] 25 | | preceded(dot_tag, parse_ident_expression), [INFO] [stdout] ... | [INFO] [stdout] 36 | | }, [INFO] [stdout] 37 | | )(input) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `[Vec; 2]` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> parser/src/parsing/types.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 104 | |(first_type, second_type, types)| { [INFO] [stdout] | -------------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 105 | UnionOrIntersectionOrPrimaryType::UnionType( [INFO] [stdout] 106 | [vec![first_type, second_type], types.unwrap_or_default()].concat(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `[Vec; 2]` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> parser/src/parsing/types.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 127 | |(first_type, second_type, types)| { [INFO] [stdout] | -------------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 128 | IntersectionOrPrimaryType::IntersectionType( [INFO] [stdout] 129 | [vec![first_type, second_type], types.unwrap_or_default()].concat(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `impl FnMut(Tokens<'_>) -> Result<(Tokens<'_>, Positioned), nom::Err>>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> parser/src/parsing/statement/expression/call.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 21 | fn_handle: Positioned, [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 22 | ) -> TokenResult> { [INFO] [stdout] 23 | / map( [INFO] [stdout] 24 | | positioned(pair( [INFO] [stdout] 25 | | delimited( [INFO] [stdout] 26 | | paren_open_tag, [INFO] [stdout] ... | [INFO] [stdout] 43 | | }, [INFO] [stdout] 44 | | )(input) [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: this value of type `impl FnMut(Tokens<'_>) -> Result<(Tokens<'_>, Positioned), nom::Err>>>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> parser/src/parsing/statement/expression/index.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | target: Positioned, [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | ) -> TokenResult> { [INFO] [stdout] 22 | / map( [INFO] [stdout] 23 | | alt(( [INFO] [stdout] 24 | | delimited(bracket_open_tag, parse_expression, bracket_close_tag), [INFO] [stdout] 25 | | preceded(dot_tag, parse_ident_expression), [INFO] [stdout] ... | [INFO] [stdout] 36 | | }, [INFO] [stdout] 37 | | )(input) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tsr-parser` (lib test) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this value of type `[Vec; 2]` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> parser/src/parsing/types.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 104 | |(first_type, second_type, types)| { [INFO] [stdout] | -------------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 105 | UnionOrIntersectionOrPrimaryType::UnionType( [INFO] [stdout] 106 | [vec![first_type, second_type], types.unwrap_or_default()].concat(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `[Vec; 2]` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> parser/src/parsing/types.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 127 | |(first_type, second_type, types)| { [INFO] [stdout] | -------------------------------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 128 | IntersectionOrPrimaryType::IntersectionType( [INFO] [stdout] 129 | [vec![first_type, second_type], types.unwrap_or_default()].concat(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tsr-parser` (lib) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "00cd795d65e6eab33a2a20098e8a050663dfdacc541ee158c68cf29a2cb7e02b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00cd795d65e6eab33a2a20098e8a050663dfdacc541ee158c68cf29a2cb7e02b", kill_on_drop: false }` [INFO] [stdout] 00cd795d65e6eab33a2a20098e8a050663dfdacc541ee158c68cf29a2cb7e02b