[INFO] fetching crate cargo-task 0.0.12... [INFO] testing cargo-task-0.0.12 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate cargo-task 0.0.12 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate cargo-task 0.0.12 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-11/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" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 07d217a034d1f4814bbad69ec50defee13b9253616c6b53212b97f45b5d1bb12 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "07d217a034d1f4814bbad69ec50defee13b9253616c6b53212b97f45b5d1bb12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07d217a034d1f4814bbad69ec50defee13b9253616c6b53212b97f45b5d1bb12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07d217a034d1f4814bbad69ec50defee13b9253616c6b53212b97f45b5d1bb12", kill_on_drop: false }` [INFO] [stdout] 07d217a034d1f4814bbad69ec50defee13b9253616c6b53212b97f45b5d1bb12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d7718161caa3a0b6028e8b779d41eb706f8c9aa2ec2147792f21d49a92a34dd9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d7718161caa3a0b6028e8b779d41eb706f8c9aa2ec2147792f21d49a92a34dd9", kill_on_drop: false }` [INFO] [stderr] Compiling cargo-task v0.0.12 (/opt/rustwide/workdir) [INFO] [stdout] warning: 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: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(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 warning 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: 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 warning 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: 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 warning 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: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning 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: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.93s [INFO] running `Command { std: "docker" "inspect" "d7718161caa3a0b6028e8b779d41eb706f8c9aa2ec2147792f21d49a92a34dd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7718161caa3a0b6028e8b779d41eb706f8c9aa2ec2147792f21d49a92a34dd9", kill_on_drop: false }` [INFO] [stdout] d7718161caa3a0b6028e8b779d41eb706f8c9aa2ec2147792f21d49a92a34dd9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b0487d9369f0727d38f62dd47209c6202d86828bc6b9e68ef4d1877df85ba78 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2b0487d9369f0727d38f62dd47209c6202d86828bc6b9e68ef4d1877df85ba78", 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] [stdout] warning: 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: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(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 warning 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: 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 warning 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: 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 warning 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: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning 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: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cargo-task v0.0.12 (/opt/rustwide/workdir) [INFO] [stdout] warning: 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: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(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 warning 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: 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 warning 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: 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 warning 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: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning 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: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 warning 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: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.89s [INFO] running `Command { std: "docker" "inspect" "2b0487d9369f0727d38f62dd47209c6202d86828bc6b9e68ef4d1877df85ba78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b0487d9369f0727d38f62dd47209c6202d86828bc6b9e68ef4d1877df85ba78", kill_on_drop: false }` [INFO] [stdout] 2b0487d9369f0727d38f62dd47209c6202d86828bc6b9e68ef4d1877df85ba78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ce31ebe7d86fa46952764878420e9fc1520d640af802a7214c70fdaaa013d47e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ce31ebe7d86fa46952764878420e9fc1520d640af802a7214c70fdaaa013d47e", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 119 | let mut f = ct_check_fatal!(std::fs::OpenOptions::new() [INFO] [stderr] | _____________________- [INFO] [stderr] 120 | | .write(true) [INFO] [stderr] 121 | | .append(true) [INFO] [stderr] 122 | | .create(true) [INFO] [stderr] 123 | | .open(&p)); [INFO] [stderr] | |______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | #![forbid(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(warnings)]` [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 126 | ct_check_fatal!(f.write_all(directive.as_bytes())); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 127 | ct_check_fatal!(f.sync_all()); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 244 | None => ct_fatal!("CARGO binary path not set in environment"), [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 248 | None => ct_fatal!("CT_WORK_DIR environment variable not set"), [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 252 | None => ct_fatal!("CT_PATH environment variable not set"), [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 257 | None => ct_fatal!("CT_TARGET environment variable not set"), [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 275 | let tasks = ct_check_fatal!(enumerate_task_metadata()); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/at_at.rs:76:23 [INFO] [stderr] | [INFO] [stderr] 76 | Err(e) => crate::ct_fatal!("{:?}", e), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/env_loader.rs:166:29 [INFO] [stderr] | [INFO] [stderr] 166 | let file_type = ct_check_fatal!(item.file_type()); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/env_loader.rs:170:28 [INFO] [stderr] | [INFO] [stderr] 170 | let meta = ct_check_fatal!(parse_metadata(&path)); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/env_loader.rs:188:28 [INFO] [stderr] | [INFO] [stderr] 188 | let meta = ct_check_fatal!(parse_metadata(&main_path)); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/task/ct_init.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | ct_check_fatal!(std::fs::create_dir_all(CARGO_TASK_DIR)); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/task/ct_init.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | ct_check_fatal!(std::fs::write(CT_DIR_GIT_IGNORE, CT_DIR_GIT_IGNORE_SRC)); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/task/ct_init.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | / ct_check_fatal!(std::fs::write( [INFO] [stderr] 56 | | &cargo_toml, [INFO] [stderr] 57 | | r#"[package] [INFO] [stderr] 58 | | name = "cargo_task_util" [INFO] [stderr] ... | [INFO] [stderr] 61 | | "# [INFO] [stderr] 62 | | )); [INFO] [stderr] | |_______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/task/ct_init.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | ct_check_fatal!(std::fs::write(&lib_rs, CONTENT)); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/task/ct_init.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | ct_check_fatal!(std::fs::write(&ctu_rs, CARGO_TASK_UTIL_SRC)); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/task/ct_clean.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | ct_check_fatal!(std::fs::remove_dir_all(&env.cargo_task_target)); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | ct_check_fatal!(std::fs::create_dir_all(&ws)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:161:13 [INFO] [stderr] | [INFO] [stderr] 161 | ct_check_fatal!(std::fs::create_dir_all(&task_dir)); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:169:13 [INFO] [stderr] | [INFO] [stderr] 169 | / ct_check_fatal!(std::fs::write( [INFO] [stderr] 170 | | &cargo_toml, [INFO] [stderr] 171 | | format!( [INFO] [stderr] 172 | | r#"[package] [INFO] [stderr] ... | [INFO] [stderr] 182 | | ) [INFO] [stderr] 183 | | )); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:186:13 [INFO] [stderr] | [INFO] [stderr] 186 | ct_check_fatal!(std::fs::create_dir_all(&src_dir)); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:189:13 [INFO] [stderr] | [INFO] [stderr] 189 | ct_check_fatal!(std::fs::copy(&task_meta.path, &main_file)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | / ct_check_fatal!(std::fs::write( [INFO] [stderr] 201 | | &ws, [INFO] [stderr] 202 | | format!( [INFO] [stderr] 203 | | r#"[workspace] [INFO] [stderr] ... | [INFO] [stderr] 210 | | ), [INFO] [stderr] 211 | | )); [INFO] [stderr] | |_______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:216:5 [INFO] [stderr] | [INFO] [stderr] 216 | ct_check_fatal!(std::fs::create_dir_all(&dest)); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:217:17 [INFO] [stderr] | [INFO] [stderr] 217 | for item in ct_check_fatal!(std::fs::read_dir(src)) { [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:219:24 [INFO] [stderr] | [INFO] [stderr] 219 | let meta = ct_check_fatal!(item.metadata()); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:225:17 [INFO] [stderr] | [INFO] [stderr] 225 | ct_check_fatal!(std::fs::copy(item.path(), &dest)); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:292:45 [INFO] [stderr] | [INFO] [stderr] 292 | ... None => ct_fatal!( [INFO] [stderr] | _______________________________- [INFO] [stderr] 293 | | ... "no '=' found in ct-set-env directive" [INFO] [stderr] 294 | | ... ), [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:301:34 [INFO] [stderr] | [INFO] [stderr] 301 | ... _ => ct_fatal!("unrecognized AtAt command '{}'", k), [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/_cargo_task_util.rs:43:76 [INFO] [stderr] | [INFO] [stderr] 43 | ($($tt:tt)*) => { $crate::_cargo_task_util::ct_fatal(&format!($($tt)*)); }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/exec.rs:368:5 [INFO] [stderr] | [INFO] [stderr] 368 | ct_check_fatal!(env.exec(cmd)); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::ct_fatal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `cargo-task` (lib) generated 31 warnings [INFO] [stderr] warning: `cargo-task` (lib test) generated 31 warnings (31 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cargo_task-7a60b67b99381746) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cargo_task-7ab8141d3a905310) [INFO] [stdout] [INFO] [stderr] Doc-tests cargo-task [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/lib.rs - (line 105) ... ignored [INFO] [stdout] test src/lib.rs - (line 119) ... ignored [INFO] [stdout] test src/lib.rs - (line 142) ... ignored [INFO] [stdout] test src/lib.rs - (line 147) ... ignored [INFO] [stdout] test src/lib.rs - (line 187) ... ignored [INFO] [stdout] test src/lib.rs - (line 211) ... ignored [INFO] [stdout] test src/lib.rs - (line 46) ... ignored [INFO] [stdout] test src/lib.rs - (line 68) ... ignored [INFO] [stdout] test src/lib.rs - (line 79) ... ignored [INFO] [stdout] test src/lib.rs - (line 92) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 10 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ce31ebe7d86fa46952764878420e9fc1520d640af802a7214c70fdaaa013d47e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce31ebe7d86fa46952764878420e9fc1520d640af802a7214c70fdaaa013d47e", kill_on_drop: false }` [INFO] [stdout] ce31ebe7d86fa46952764878420e9fc1520d640af802a7214c70fdaaa013d47e