[INFO] fetching crate cargo-task 0.0.12... [INFO] checking cargo-task-0.0.12 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate cargo-task 0.0.12 into /workspace/builds/worker-88/source [INFO] validating manifest of crates.io crate cargo-task 0.0.12 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cargo-task 0.0.12 [INFO] finished tweaking crates.io crate cargo-task 0.0.12 [INFO] tweaked toml for crates.io crate cargo-task 0.0.12 written to /workspace/builds/worker-88/source/Cargo.toml [INFO] crate crates.io crate cargo-task 0.0.12 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54b4044bc9fa3fa15f2f697d913f6336e1b98fa3b8ba65688bf4e04596929e8c [INFO] running `Command { std: "docker" "start" "-a" "54b4044bc9fa3fa15f2f697d913f6336e1b98fa3b8ba65688bf4e04596929e8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54b4044bc9fa3fa15f2f697d913f6336e1b98fa3b8ba65688bf4e04596929e8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54b4044bc9fa3fa15f2f697d913f6336e1b98fa3b8ba65688bf4e04596929e8c", kill_on_drop: false }` [INFO] [stdout] 54b4044bc9fa3fa15f2f697d913f6336e1b98fa3b8ba65688bf4e04596929e8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 346ed52a9894fb84099635b971f9428f10fe11285a22fd4f33569218c48faf94 [INFO] running `Command { std: "docker" "start" "-a" "346ed52a9894fb84099635b971f9428f10fe11285a22fd4f33569218c48faf94", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cargo-task v0.0.12 (/opt/rustwide/workdir) [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | let mut f = ct_check_fatal!(std::fs::OpenOptions::new() [INFO] [stdout] | _____________________- [INFO] [stdout] 120 | | .write(true) [INFO] [stdout] 121 | | .append(true) [INFO] [stdout] 122 | | .create(true) [INFO] [stdout] 123 | | .open(&p)); [INFO] [stdout] | |______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[forbid(semicolon_in_expressions_from_macros)]` implied by `#[forbid(warnings)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | ct_check_fatal!(f.write_all(directive.as_bytes())); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 127 | ct_check_fatal!(f.sync_all()); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unused_unsafe) incompatible with previous forbid [INFO] [stdout] --> src/_cargo_task_util.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / thread_local! { [INFO] [stdout] 237 | | static CT_ENV: std::sync::Mutex> = std::sync::Mutex::new(priv_new_env()); [INFO] [stdout] 238 | | } [INFO] [stdout] | |_^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(forbidden_lint_groups)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] = note: this warning originates in the macro `$crate::__thread_local_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unused_unsafe) incompatible with previous forbid [INFO] [stdout] --> src/_cargo_task_util.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / thread_local! { [INFO] [stdout] 237 | | static CT_ENV: std::sync::Mutex> = std::sync::Mutex::new(priv_new_env()); [INFO] [stdout] 238 | | } [INFO] [stdout] | |_^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] = note: this warning originates in the macro `$crate::__thread_local_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 244 | None => ct_fatal!("CARGO binary path not set in environment"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 248 | None => ct_fatal!("CT_WORK_DIR environment variable not set"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 252 | None => ct_fatal!("CT_PATH environment variable not set"), [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 257 | None => ct_fatal!("CT_TARGET environment variable not set"), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | let tasks = ct_check_fatal!(enumerate_task_metadata()); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/at_at.rs:76:23 [INFO] [stdout] | [INFO] [stdout] 76 | Err(e) => crate::ct_fatal!("{:?}", e), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/env_loader.rs:166:29 [INFO] [stdout] | [INFO] [stdout] 166 | let file_type = ct_check_fatal!(item.file_type()); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/env_loader.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | let meta = ct_check_fatal!(parse_metadata(&path)); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/env_loader.rs:188:28 [INFO] [stdout] | [INFO] [stdout] 188 | let meta = ct_check_fatal!(parse_metadata(&main_path)); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_init.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | ct_check_fatal!(std::fs::create_dir_all(CARGO_TASK_DIR)); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_init.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ct_check_fatal!(std::fs::write(CT_DIR_GIT_IGNORE, CT_DIR_GIT_IGNORE_SRC)); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_init.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | / ct_check_fatal!(std::fs::write( [INFO] [stdout] 56 | | &cargo_toml, [INFO] [stdout] 57 | | r#"[package] [INFO] [stdout] 58 | | name = "cargo_task_util" [INFO] [stdout] ... | [INFO] [stdout] 61 | | "# [INFO] [stdout] 62 | | )); [INFO] [stdout] | |_______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_init.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | ct_check_fatal!(std::fs::write(&lib_rs, CONTENT)); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_init.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | ct_check_fatal!(std::fs::write(&ctu_rs, CARGO_TASK_UTIL_SRC)); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_clean.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | ct_check_fatal!(std::fs::remove_dir_all(&env.cargo_task_target)); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | ct_check_fatal!(std::fs::create_dir_all(&ws)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | ct_check_fatal!(std::fs::create_dir_all(&task_dir)); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | / ct_check_fatal!(std::fs::write( [INFO] [stdout] 170 | | &cargo_toml, [INFO] [stdout] 171 | | format!( [INFO] [stdout] 172 | | r#"[package] [INFO] [stdout] ... | [INFO] [stdout] 182 | | ) [INFO] [stdout] 183 | | )); [INFO] [stdout] | |_______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | ct_check_fatal!(std::fs::create_dir_all(&src_dir)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:189:13 [INFO] [stdout] | [INFO] [stdout] 189 | ct_check_fatal!(std::fs::copy(&task_meta.path, &main_file)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / ct_check_fatal!(std::fs::write( [INFO] [stdout] 201 | | &ws, [INFO] [stdout] 202 | | format!( [INFO] [stdout] 203 | | r#"[workspace] [INFO] [stdout] ... | [INFO] [stdout] 210 | | ), [INFO] [stdout] 211 | | )); [INFO] [stdout] | |_______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | ct_check_fatal!(std::fs::create_dir_all(&dest)); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | for item in ct_check_fatal!(std::fs::read_dir(src)) { [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:219:24 [INFO] [stdout] | [INFO] [stdout] 219 | let meta = ct_check_fatal!(item.metadata()); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:225:17 [INFO] [stdout] | [INFO] [stdout] 225 | ct_check_fatal!(std::fs::copy(item.path(), &dest)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:292:45 [INFO] [stdout] | [INFO] [stdout] 292 | ... None => ct_fatal!( [INFO] [stdout] | _______________________________- [INFO] [stdout] 293 | | ... "no '=' found in ct-set-env directive" [INFO] [stdout] 294 | | ... ), [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:301:34 [INFO] [stdout] | [INFO] [stdout] 301 | ... _ => ct_fatal!("unrecognized AtAt command '{}'", k), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:368:5 [INFO] [stdout] | [INFO] [stdout] 368 | ct_check_fatal!(env.exec(cmd)); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | let mut f = ct_check_fatal!(std::fs::OpenOptions::new() [INFO] [stdout] | _____________________- [INFO] [stdout] 120 | | .write(true) [INFO] [stdout] 121 | | .append(true) [INFO] [stdout] 122 | | .create(true) [INFO] [stdout] 123 | | .open(&p)); [INFO] [stdout] | |______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[forbid(semicolon_in_expressions_from_macros)]` implied by `#[forbid(warnings)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | ct_check_fatal!(f.write_all(directive.as_bytes())); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 127 | ct_check_fatal!(f.sync_all()); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unused_unsafe) incompatible with previous forbid [INFO] [stdout] --> src/_cargo_task_util.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / thread_local! { [INFO] [stdout] 237 | | static CT_ENV: std::sync::Mutex> = std::sync::Mutex::new(priv_new_env()); [INFO] [stdout] 238 | | } [INFO] [stdout] | |_^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(forbidden_lint_groups)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] = note: this warning originates in the macro `$crate::__thread_local_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unused_unsafe) incompatible with previous forbid [INFO] [stdout] --> src/_cargo_task_util.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / thread_local! { [INFO] [stdout] 237 | | static CT_ENV: std::sync::Mutex> = std::sync::Mutex::new(priv_new_env()); [INFO] [stdout] 238 | | } [INFO] [stdout] | |_^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] = note: this warning originates in the macro `$crate::__thread_local_inner` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 244 | None => ct_fatal!("CARGO binary path not set in environment"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 248 | None => ct_fatal!("CT_WORK_DIR environment variable not set"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 252 | None => ct_fatal!("CT_PATH environment variable not set"), [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 257 | None => ct_fatal!("CT_TARGET environment variable not set"), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | let tasks = ct_check_fatal!(enumerate_task_metadata()); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/at_at.rs:76:23 [INFO] [stdout] | [INFO] [stdout] 76 | Err(e) => crate::ct_fatal!("{:?}", e), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/env_loader.rs:166:29 [INFO] [stdout] | [INFO] [stdout] 166 | let file_type = ct_check_fatal!(item.file_type()); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/env_loader.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | let meta = ct_check_fatal!(parse_metadata(&path)); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/env_loader.rs:188:28 [INFO] [stdout] | [INFO] [stdout] 188 | let meta = ct_check_fatal!(parse_metadata(&main_path)); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_init.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | ct_check_fatal!(std::fs::create_dir_all(CARGO_TASK_DIR)); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_init.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ct_check_fatal!(std::fs::write(CT_DIR_GIT_IGNORE, CT_DIR_GIT_IGNORE_SRC)); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_init.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | / ct_check_fatal!(std::fs::write( [INFO] [stdout] 56 | | &cargo_toml, [INFO] [stdout] 57 | | r#"[package] [INFO] [stdout] 58 | | name = "cargo_task_util" [INFO] [stdout] ... | [INFO] [stdout] 61 | | "# [INFO] [stdout] 62 | | )); [INFO] [stdout] | |_______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_init.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | ct_check_fatal!(std::fs::write(&lib_rs, CONTENT)); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_init.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | ct_check_fatal!(std::fs::write(&ctu_rs, CARGO_TASK_UTIL_SRC)); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/task/ct_clean.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | ct_check_fatal!(std::fs::remove_dir_all(&env.cargo_task_target)); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | ct_check_fatal!(std::fs::create_dir_all(&ws)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | ct_check_fatal!(std::fs::create_dir_all(&task_dir)); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | / ct_check_fatal!(std::fs::write( [INFO] [stdout] 170 | | &cargo_toml, [INFO] [stdout] 171 | | format!( [INFO] [stdout] 172 | | r#"[package] [INFO] [stdout] ... | [INFO] [stdout] 182 | | ) [INFO] [stdout] 183 | | )); [INFO] [stdout] | |_______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | ct_check_fatal!(std::fs::create_dir_all(&src_dir)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:189:13 [INFO] [stdout] | [INFO] [stdout] 189 | ct_check_fatal!(std::fs::copy(&task_meta.path, &main_file)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | / ct_check_fatal!(std::fs::write( [INFO] [stdout] 201 | | &ws, [INFO] [stdout] 202 | | format!( [INFO] [stdout] 203 | | r#"[workspace] [INFO] [stdout] ... | [INFO] [stdout] 210 | | ), [INFO] [stdout] 211 | | )); [INFO] [stdout] | |_______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | ct_check_fatal!(std::fs::create_dir_all(&dest)); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | for item in ct_check_fatal!(std::fs::read_dir(src)) { [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:219:24 [INFO] [stdout] | [INFO] [stdout] 219 | let meta = ct_check_fatal!(item.metadata()); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:225:17 [INFO] [stdout] | [INFO] [stdout] 225 | ct_check_fatal!(std::fs::copy(item.path(), &dest)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:292:45 [INFO] [stdout] | [INFO] [stdout] 292 | ... None => ct_fatal!( [INFO] [stdout] | _______________________________- [INFO] [stdout] 293 | | ... "no '=' found in ct-set-env directive" [INFO] [stdout] 294 | | ... ), [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:301:34 [INFO] [stdout] | [INFO] [stdout] 301 | ... _ => ct_fatal!("unrecognized AtAt command '{}'", k), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/_cargo_task_util.rs:43:76 [INFO] [stdout] | [INFO] [stdout] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/exec.rs:368:5 [INFO] [stdout] | [INFO] [stdout] 368 | ct_check_fatal!(env.exec(cmd)); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/_cargo_task_util.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | if !cmd.spawn()?.wait()?.success() { [INFO] [stdout] | ^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/_cargo_task_util.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | if !cmd.spawn()?.wait()?.success() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/env_loader.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | let work_dir = find_cargo_task_work_dir()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/env_loader.rs:126:31 [INFO] [stdout] | [INFO] [stdout] 126 | let mut cargo_task_path = std::env::current_dir().map_err(|_| E)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/env_loader.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 129 | for item in std::fs::read_dir(&cargo_task_path).map_err(|_| E)? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/env_loader.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | if !item.file_type().map_err(|_| E)?.is_dir() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/env_loader.rs:237:16 [INFO] [stdout] | [INFO] [stdout] 237 | let file = std::fs::File::open(&path).map_err(|e| { [INFO] [stdout] | ________________^ [INFO] [stdout] 238 | | format!("parse metadata error: {:?}: {:?}", path.as_ref(), e,) [INFO] [stdout] 239 | | })?; [INFO] [stdout] | |_______^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/exec.rs:264:25 [INFO] [stdout] | [INFO] [stdout] 264 | let mut child = cmd.spawn().map_err(|e| format!("{:?}", e))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/exec.rs:270:26 [INFO] [stdout] | [INFO] [stdout] 270 | let status = child.wait().map_err(|e| format!("{:?}", e))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/_cargo_task_util.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | if !cmd.spawn()?.wait()?.success() { [INFO] [stdout] | ^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/_cargo_task_util.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | if !cmd.spawn()?.wait()?.success() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/env_loader.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | let work_dir = find_cargo_task_work_dir()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/env_loader.rs:126:31 [INFO] [stdout] | [INFO] [stdout] 126 | let mut cargo_task_path = std::env::current_dir().map_err(|_| E)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/env_loader.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 129 | for item in std::fs::read_dir(&cargo_task_path).map_err(|_| E)? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/env_loader.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | if !item.file_type().map_err(|_| E)?.is_dir() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/env_loader.rs:237:16 [INFO] [stdout] | [INFO] [stdout] 237 | let file = std::fs::File::open(&path).map_err(|e| { [INFO] [stdout] | ________________^ [INFO] [stdout] 238 | | format!("parse metadata error: {:?}: {:?}", path.as_ref(), e,) [INFO] [stdout] 239 | | })?; [INFO] [stdout] | |_______^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/exec.rs:264:25 [INFO] [stdout] | [INFO] [stdout] 264 | let mut child = cmd.spawn().map_err(|e| format!("{:?}", e))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: allow(unreachable_code) incompatible with previous forbid [INFO] [stdout] --> src/exec.rs:270:26 [INFO] [stdout] | [INFO] [stdout] 270 | let status = child.wait().map_err(|e| format!("{:?}", e))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | #![forbid(warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 31 previous errors; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 31 previous errors; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cargo-task` due to 32 previous errors; 11 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "346ed52a9894fb84099635b971f9428f10fe11285a22fd4f33569218c48faf94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "346ed52a9894fb84099635b971f9428f10fe11285a22fd4f33569218c48faf94", kill_on_drop: false }` [INFO] [stdout] 346ed52a9894fb84099635b971f9428f10fe11285a22fd4f33569218c48faf94