[INFO] cloning repository https://github.com/eropsyren/todo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eropsyren/todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feropsyren%2Ftodo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feropsyren%2Ftodo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 55ae988b1324db9108a7f544a3197b7a136dfcd6 [INFO] testing eropsyren/todo against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feropsyren%2Ftodo" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eropsyren/todo on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eropsyren/todo [INFO] finished tweaking git repo https://github.com/eropsyren/todo [INFO] tweaked toml for git repo https://github.com/eropsyren/todo written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/eropsyren/todo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded autocfg v0.1.5 [INFO] [stderr] Downloaded unicode-width v0.1.5 [INFO] [stderr] Downloaded json v0.11.14 [INFO] [stderr] Downloaded cgmath v0.16.1 [INFO] [stderr] Downloaded rgb v0.8.13 [INFO] [stderr] Downloaded approx v0.1.1 [INFO] [stderr] Downloaded rand_core v0.4.0 [INFO] [stderr] Downloaded winconsole v0.10.0 [INFO] [stderr] Downloaded colored v1.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4bd9376e32e87f8a60a3d78c8a42e676f518c069b9bc0c188049a472753eb164 [INFO] running `Command { std: "docker" "start" "-a" "4bd9376e32e87f8a60a3d78c8a42e676f518c069b9bc0c188049a472753eb164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4bd9376e32e87f8a60a3d78c8a42e676f518c069b9bc0c188049a472753eb164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bd9376e32e87f8a60a3d78c8a42e676f518c069b9bc0c188049a472753eb164", kill_on_drop: false }` [INFO] [stdout] 4bd9376e32e87f8a60a3d78c8a42e676f518c069b9bc0c188049a472753eb164 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e104fc5e620d662666fe3ef7ed22ecba83a160a4753d2c3e21bd1bd83a211ca4 [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" "e104fc5e620d662666fe3ef7ed22ecba83a160a4753d2c3e21bd1bd83a211ca4", kill_on_drop: false }` [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling rgb v0.8.13 [INFO] [stderr] Compiling json v0.11.14 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String); [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 `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let task = get_mut_prop_or_exit!(tasks, id, JsonValue::Object); [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 `get_mut_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | let old_description = get_prop_or_exit!( [INFO] [stdout] | ___________________________- [INFO] [stdout] 11 | | task, [INFO] [stdout] 12 | | DESCRIPTION, [INFO] [stdout] 13 | | JsonValue::String, [INFO] [stdout] 14 | | JsonValue::Short, [INFO] [stdout] 15 | | JsonValue::Object [INFO] [stdout] 16 | | ) [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 `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 11 | Err(err) => print_error!("error writing to {} file: {}", TODO_FILE_NAME, err), [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | Err(err) => print_error!("error generating {} file: {}", TODO_FILE_NAME, err), [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 `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String).to_string(); [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 `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | get_prop_or_exit!(task, DESCRIPTION, JsonValue::Short, JsonValue::String).to_string(); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | let title = get_prop_or_exit!(task, TITLE, JsonValue::Short, JsonValue::String).to_string(); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short).to_string(); [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 `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | let status = get_prop_or_exit!(task, STATUS, JsonValue::String, JsonValue::Short).to_string(); [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 `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.00s [INFO] running `Command { std: "docker" "inspect" "e104fc5e620d662666fe3ef7ed22ecba83a160a4753d2c3e21bd1bd83a211ca4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e104fc5e620d662666fe3ef7ed22ecba83a160a4753d2c3e21bd1bd83a211ca4", kill_on_drop: false }` [INFO] [stdout] e104fc5e620d662666fe3ef7ed22ecba83a160a4753d2c3e21bd1bd83a211ca4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1affb727f61a2afd61819709eb58e301b9b0f4021e0ade488b287f39644ba0eb [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" "1affb727f61a2afd61819709eb58e301b9b0f4021e0ade488b287f39644ba0eb", kill_on_drop: false }` [INFO] [stderr] Compiling todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/add.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String); [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 `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/clear.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/discard.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/done.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | let task = get_mut_prop_or_exit!(tasks, id, JsonValue::Object); [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 `get_mut_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | let old_description = get_prop_or_exit!( [INFO] [stdout] | ___________________________- [INFO] [stdout] 11 | | task, [INFO] [stdout] 12 | | DESCRIPTION, [INFO] [stdout] 13 | | JsonValue::String, [INFO] [stdout] 14 | | JsonValue::Short, [INFO] [stdout] 15 | | JsonValue::Object [INFO] [stdout] 16 | | ) [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 `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/edit.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 11 | Err(err) => print_error!("error writing to {} file: {}", TODO_FILE_NAME, err), [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/init.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | Err(err) => print_error!("error generating {} file: {}", TODO_FILE_NAME, err), [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 `print_error` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String).to_string(); [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 `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | get_prop_or_exit!(task, DESCRIPTION, JsonValue::Short, JsonValue::String).to_string(); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | let title = get_prop_or_exit!(task, TITLE, JsonValue::Short, JsonValue::String).to_string(); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/list.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short).to_string(); [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 `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | let status = get_prop_or_exit!(task, STATUS, JsonValue::String, JsonValue::Short).to_string(); [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 `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stdout] | [INFO] [stdout] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/remove.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.64s [INFO] running `Command { std: "docker" "inspect" "1affb727f61a2afd61819709eb58e301b9b0f4021e0ade488b287f39644ba0eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1affb727f61a2afd61819709eb58e301b9b0f4021e0ade488b287f39644ba0eb", kill_on_drop: false }` [INFO] [stdout] 1affb727f61a2afd61819709eb58e301b9b0f4021e0ade488b287f39644ba0eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1e6fa04064c3ff3138eafa3185b27ad3d924b385a5d746b09ed8f3321ffb016a [INFO] running `Command { std: "docker" "start" "-a" "1e6fa04064c3ff3138eafa3185b27ad3d924b385a5d746b09ed8f3321ffb016a", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/add.rs:9:17 [INFO] [stderr] | [INFO] [stderr] 9 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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 `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stderr] | [INFO] [stderr] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/add.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/clear.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/clear.rs:10:26 [INFO] [stderr] | [INFO] [stderr] 10 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String); [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 `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stderr] | [INFO] [stderr] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/clear.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/discard.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stderr] | [INFO] [stderr] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/discard.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/done.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:8:124 [INFO] [stderr] | [INFO] [stderr] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/done.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/edit.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/edit.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 9 | let task = get_mut_prop_or_exit!(tasks, id, JsonValue::Object); [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 `get_mut_prop_or_exit` (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/utils.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/edit.rs:10:27 [INFO] [stderr] | [INFO] [stderr] 10 | let old_description = get_prop_or_exit!( [INFO] [stderr] | ___________________________- [INFO] [stderr] 11 | | task, [INFO] [stderr] 12 | | DESCRIPTION, [INFO] [stderr] 13 | | JsonValue::String, [INFO] [stderr] 14 | | JsonValue::Short, [INFO] [stderr] 15 | | JsonValue::Object [INFO] [stderr] 16 | | ) [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 `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stderr] | [INFO] [stderr] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/edit.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (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/utils.rs:8:124 [INFO] [stderr] | [INFO] [stderr] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/init.rs:11:25 [INFO] [stderr] | [INFO] [stderr] 11 | Err(err) => print_error!("error writing to {} file: {}", TODO_FILE_NAME, err), [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 `print_error` (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/utils.rs:8:124 [INFO] [stderr] | [INFO] [stderr] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/init.rs:13:21 [INFO] [stderr] | [INFO] [stderr] 13 | Err(err) => print_error!("error generating {} file: {}", TODO_FILE_NAME, err), [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 `print_error` (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/utils.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/list.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/list.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | get_prop_or_exit!(task, STATUS, JsonValue::Short, JsonValue::String).to_string(); [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 `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/list.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/list.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/list.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | get_prop_or_exit!(task, DESCRIPTION, JsonValue::Short, JsonValue::String).to_string(); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/list.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | let title = get_prop_or_exit!(task, TITLE, JsonValue::Short, JsonValue::String).to_string(); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/list.rs:43:18 [INFO] [stderr] | [INFO] [stderr] 43 | let status = get_prop_or_exit!(task, STATUS, JsonValue::Short).to_string(); [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 `get_prop_or_exit` (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/utils.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/remove.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | let tasks = get_json_from_file_or_exit!(TODO_FILE_NAME); [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 `get_json_from_file_or_exit` (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/utils.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/remove.rs:8:16 [INFO] [stderr] | [INFO] [stderr] 8 | let task = get_prop_or_exit!(tasks, id, JsonValue::Object); [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 `get_prop_or_exit` (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/utils.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | }; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/remove.rs:9:18 [INFO] [stderr] | [INFO] [stderr] 9 | let status = get_prop_or_exit!(task, STATUS, JsonValue::String, JsonValue::Short).to_string(); [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 `get_prop_or_exit` (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/utils.rs:8:124 [INFO] [stderr] | [INFO] [stderr] 8 | eprintln!("{}", colored::Colorize::bold(colored::Colorize::red(std::fmt::format(format_args!($($arg)*)).as_str()))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/remove.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | write_json_to_file_or_err!(tasks, TODO_FILE_NAME); [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 `print_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `todo` (bin "todo" test) generated 32 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/todo-885b3e0c8de4edb9) [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] running `Command { std: "docker" "inspect" "1e6fa04064c3ff3138eafa3185b27ad3d924b385a5d746b09ed8f3321ffb016a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e6fa04064c3ff3138eafa3185b27ad3d924b385a5d746b09ed8f3321ffb016a", kill_on_drop: false }` [INFO] [stdout] 1e6fa04064c3ff3138eafa3185b27ad3d924b385a5d746b09ed8f3321ffb016a