[INFO] fetching crate phetch 1.1.0... [INFO] testing phetch-1.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate phetch 1.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate phetch 1.1.0 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] removed /workspace/builds/worker-5/source/.cargo/config [INFO] started tweaking crates.io crate phetch 1.1.0 [INFO] finished tweaking crates.io crate phetch 1.1.0 [INFO] tweaked toml for crates.io crate phetch 1.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate phetch 1.1.0 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 socks v0.3.2 [INFO] [stderr] Downloaded cp437 v0.1.1 [INFO] [stderr] Downloaded tor-stream v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] d7cc75557b715cf04b6bf23c0beddb494356e4116cc3189fd8d78eb0f3f5a7ac [INFO] running `Command { std: "docker" "start" "-a" "d7cc75557b715cf04b6bf23c0beddb494356e4116cc3189fd8d78eb0f3f5a7ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7cc75557b715cf04b6bf23c0beddb494356e4116cc3189fd8d78eb0f3f5a7ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7cc75557b715cf04b6bf23c0beddb494356e4116cc3189fd8d78eb0f3f5a7ac", kill_on_drop: false }` [INFO] [stdout] d7cc75557b715cf04b6bf23c0beddb494356e4116cc3189fd8d78eb0f3f5a7ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1e3f56f5761679686b2f8b1af723b6c15ac1a50f01e1ce6e3d77d367e80dc4f6 [INFO] running `Command { std: "docker" "start" "-a" "1e3f56f5761679686b2f8b1af723b6c15ac1a50f01e1ce6e3d77d367e80dc4f6", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling phetch v1.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cp437 v0.1.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling socks v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling tor-stream v0.2.0 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | .map_err(|e| error!("Clipboard error: {}", e)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 88 | .map_err(|e| error!("`open` error: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 93 | Err(error!( [INFO] [stdout] | _____________- [INFO] [stdout] 94 | | "`open` error: {}", [INFO] [stdout] 95 | | String::from_utf8_lossy(&output.stderr).trim_end() [INFO] [stdout] 96 | | )) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | error!("Media player error: {}", 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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:145:24 [INFO] [stdout] | [INFO] [stdout] 145 | return Err(error!( [INFO] [stdout] | ________________________- [INFO] [stdout] 146 | | r#"Expected "key value" format on line {}: {:?}"#, [INFO] [stdout] 147 | | linenum, line [INFO] [stdout] 148 | | )); [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:152:24 [INFO] [stdout] | [INFO] [stdout] 152 | return Err(error!("Duplicate key on line {}: {}", linenum, key)); [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | return Err(error!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 165 | | "`wrap` expects a number value on line {}: {}", [INFO] [stdout] 166 | | linenum, val [INFO] [stdout] 167 | | )); [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:178:34 [INFO] [stdout] | [INFO] [stdout] 178 | .map_err(|e| error!("{} on line {}: {:?}", e, linenum, line))?; [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:180:29 [INFO] [stdout] | [INFO] [stdout] 180 | _ => return Err(error!("Unknown key on line {}: {}", linenum, key)), [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:194:18 [INFO] [stdout] | [INFO] [stdout] 194 | _ => Err(error!("Not a boolean: {}", val)), [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/gopher.rs:131:24 [INFO] [stdout] | [INFO] [stdout] 131 | .ok_or_else(|| error!("Bad download filename: {}", u.sel))?; [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/history.rs:64:20 [INFO] [stdout] | [INFO] [stdout] 64 | return Err(error!("History file doesn't exist: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | Err(error!("Couldn't open {:?}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | Err(error!("Can't open file for writing: {:?}", filename)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | Err(error!("Can't open file for writing: {:?}", filename)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | Err(error!("Config dir not found: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | _ => Err(error!("Unsupported Gopher Response: {:?}", typ)), [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:302:17 [INFO] [stdout] | [INFO] [stdout] 302 | Err(error!("phetch URL not found: {}", url)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:356:28 [INFO] [stdout] | [INFO] [stdout] 356 | result.map_err(|e| error!("Spinner error: {:?}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:370:17 [INFO] [stdout] | [INFO] [stdout] 370 | Err(error!( [INFO] [stdout] | _________________- [INFO] [stdout] 371 | | "fatal: No focused View. Please file a bug: {}", [INFO] [stdout] 372 | | BUG_URL [INFO] [stdout] 373 | | )) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:375:17 [INFO] [stdout] | [INFO] [stdout] 375 | Err(error!( [INFO] [stdout] | _________________- [INFO] [stdout] 376 | | "fatal: Can't get terminal size. Please file a bug: {}", [INFO] [stdout] 377 | | BUG_URL [INFO] [stdout] 378 | | )) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:680:50 [INFO] [stdout] | [INFO] [stdout] 680 | ... Err(e) => return Err(error!("Save failed: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:710:33 [INFO] [stdout] | [INFO] [stdout] 710 | c => return Err(error!("Unknown keypress: {}", c)), [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 `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.58s [INFO] running `Command { std: "docker" "inspect" "1e3f56f5761679686b2f8b1af723b6c15ac1a50f01e1ce6e3d77d367e80dc4f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e3f56f5761679686b2f8b1af723b6c15ac1a50f01e1ce6e3d77d367e80dc4f6", kill_on_drop: false }` [INFO] [stdout] 1e3f56f5761679686b2f8b1af723b6c15ac1a50f01e1ce6e3d77d367e80dc4f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] a08f5b7b9178d16a9f06163e6450dce6dee202e91fb3ab705e626be9b16210cf [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" "a08f5b7b9178d16a9f06163e6450dce6dee202e91fb3ab705e626be9b16210cf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | .map_err(|e| error!("Clipboard error: {}", e)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 88 | .map_err(|e| error!("`open` error: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 93 | Err(error!( [INFO] [stdout] | _____________- [INFO] [stdout] 94 | | "`open` error: {}", [INFO] [stdout] 95 | | String::from_utf8_lossy(&output.stderr).trim_end() [INFO] [stdout] 96 | | )) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | error!("Media player error: {}", 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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:145:24 [INFO] [stdout] | [INFO] [stdout] 145 | return Err(error!( [INFO] [stdout] | ________________________- [INFO] [stdout] 146 | | r#"Expected "key value" format on line {}: {:?}"#, [INFO] [stdout] 147 | | linenum, line [INFO] [stdout] 148 | | )); [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:152:24 [INFO] [stdout] | [INFO] [stdout] 152 | return Err(error!("Duplicate key on line {}: {}", linenum, key)); [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | return Err(error!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 165 | | "`wrap` expects a number value on line {}: {}", [INFO] [stdout] 166 | | linenum, val [INFO] [stdout] 167 | | )); [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:178:34 [INFO] [stdout] | [INFO] [stdout] 178 | .map_err(|e| error!("{} on line {}: {:?}", e, linenum, line))?; [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:180:29 [INFO] [stdout] | [INFO] [stdout] 180 | _ => return Err(error!("Unknown key on line {}: {}", linenum, key)), [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:194:18 [INFO] [stdout] | [INFO] [stdout] 194 | _ => Err(error!("Not a boolean: {}", val)), [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/gopher.rs:131:24 [INFO] [stdout] | [INFO] [stdout] 131 | .ok_or_else(|| error!("Bad download filename: {}", u.sel))?; [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/history.rs:64:20 [INFO] [stdout] | [INFO] [stdout] 64 | return Err(error!("History file doesn't exist: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | Err(error!("Couldn't open {:?}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | Err(error!("Can't open file for writing: {:?}", filename)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | Err(error!("Can't open file for writing: {:?}", filename)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | Err(error!("Config dir not found: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | _ => Err(error!("Unsupported Gopher Response: {:?}", typ)), [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:302:17 [INFO] [stdout] | [INFO] [stdout] 302 | Err(error!("phetch URL not found: {}", url)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:356:28 [INFO] [stdout] | [INFO] [stdout] 356 | result.map_err(|e| error!("Spinner error: {:?}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:370:17 [INFO] [stdout] | [INFO] [stdout] 370 | Err(error!( [INFO] [stdout] | _________________- [INFO] [stdout] 371 | | "fatal: No focused View. Please file a bug: {}", [INFO] [stdout] 372 | | BUG_URL [INFO] [stdout] 373 | | )) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:375:17 [INFO] [stdout] | [INFO] [stdout] 375 | Err(error!( [INFO] [stdout] | _________________- [INFO] [stdout] 376 | | "fatal: Can't get terminal size. Please file a bug: {}", [INFO] [stdout] 377 | | BUG_URL [INFO] [stdout] 378 | | )) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:680:50 [INFO] [stdout] | [INFO] [stdout] 680 | ... Err(e) => return Err(error!("Save failed: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:710:33 [INFO] [stdout] | [INFO] [stdout] 710 | c => return Err(error!("Unknown keypress: {}", c)), [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 `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling phetch v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | .map_err(|e| error!("Clipboard error: {}", e)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 88 | .map_err(|e| error!("`open` error: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 93 | Err(error!( [INFO] [stdout] | _____________- [INFO] [stdout] 94 | | "`open` error: {}", [INFO] [stdout] 95 | | String::from_utf8_lossy(&output.stderr).trim_end() [INFO] [stdout] 96 | | )) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | error!("Media player error: {}", 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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:145:24 [INFO] [stdout] | [INFO] [stdout] 145 | return Err(error!( [INFO] [stdout] | ________________________- [INFO] [stdout] 146 | | r#"Expected "key value" format on line {}: {:?}"#, [INFO] [stdout] 147 | | linenum, line [INFO] [stdout] 148 | | )); [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:152:24 [INFO] [stdout] | [INFO] [stdout] 152 | return Err(error!("Duplicate key on line {}: {}", linenum, key)); [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | return Err(error!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 165 | | "`wrap` expects a number value on line {}: {}", [INFO] [stdout] 166 | | linenum, val [INFO] [stdout] 167 | | )); [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:178:34 [INFO] [stdout] | [INFO] [stdout] 178 | .map_err(|e| error!("{} on line {}: {:?}", e, linenum, line))?; [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:180:29 [INFO] [stdout] | [INFO] [stdout] 180 | _ => return Err(error!("Unknown key on line {}: {}", linenum, key)), [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:194:18 [INFO] [stdout] | [INFO] [stdout] 194 | _ => Err(error!("Not a boolean: {}", val)), [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/gopher.rs:131:24 [INFO] [stdout] | [INFO] [stdout] 131 | .ok_or_else(|| error!("Bad download filename: {}", u.sel))?; [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/history.rs:64:20 [INFO] [stdout] | [INFO] [stdout] 64 | return Err(error!("History file doesn't exist: {}", 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 `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/menu.rs:1045:42 [INFO] [stdout] | [INFO] [stdout] 1045 | parse("test", $s.to_string()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1051 | let menu = parse!( [INFO] [stdout] | ____________________- [INFO] [stdout] 1052 | | " [INFO] [stdout] 1053 | | i--------------------------------------------------------- [INFO] [stdout] 1054 | | 1SDF PHLOGOSPHERE (297 phlogs) /phlogs/ gopher.club 70 [INFO] [stdout] ... | [INFO] [stdout] 1063 | | " [INFO] [stdout] 1064 | | ); [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 `parse` (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/menu.rs:1045:42 [INFO] [stdout] | [INFO] [stdout] 1045 | parse("test", $s.to_string()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1094 | let menu = parse!("1Circumlunar Space circumlunar.space 70"); [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 `parse` (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/menu.rs:1045:42 [INFO] [stdout] | [INFO] [stdout] 1045 | parse("test", $s.to_string()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1104 | let mut menu = parse!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1105 | | " [INFO] [stdout] 1106 | | i________________________________G_O_P_H_E_R_______________________________ Err bitreich.org 70 [INFO] [stdout] 1107 | | iHelp us building a nice sorted directory of the gopherspace: Err bitreich.org 70 [INFO] [stdout] ... | [INFO] [stdout] 1126 | | " [INFO] [stdout] 1127 | | ); [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 `parse` (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/menu.rs:1045:42 [INFO] [stdout] | [INFO] [stdout] 1045 | parse("test", $s.to_string()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1170 | let menu = parse!(long_color_line); [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 `parse` (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/menu.rs:1045:42 [INFO] [stdout] | [INFO] [stdout] 1045 | parse("test", $s.to_string()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1181 | let menu = parse!(long_reg_line); [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 `parse` (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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | Err(error!("Couldn't open {:?}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | Err(error!("Can't open file for writing: {:?}", filename)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | Err(error!("Can't open file for writing: {:?}", filename)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/phetchdir.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | Err(error!("Config dir not found: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | _ => Err(error!("Unsupported Gopher Response: {:?}", typ)), [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:302:17 [INFO] [stdout] | [INFO] [stdout] 302 | Err(error!("phetch URL not found: {}", url)) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:356:28 [INFO] [stdout] | [INFO] [stdout] 356 | result.map_err(|e| error!("Spinner error: {:?}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:370:17 [INFO] [stdout] | [INFO] [stdout] 370 | Err(error!( [INFO] [stdout] | _________________- [INFO] [stdout] 371 | | "fatal: No focused View. Please file a bug: {}", [INFO] [stdout] 372 | | BUG_URL [INFO] [stdout] 373 | | )) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:375:17 [INFO] [stdout] | [INFO] [stdout] 375 | Err(error!( [INFO] [stdout] | _________________- [INFO] [stdout] 376 | | "fatal: Can't get terminal size. Please file a bug: {}", [INFO] [stdout] 377 | | BUG_URL [INFO] [stdout] 378 | | )) [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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:680:50 [INFO] [stdout] | [INFO] [stdout] 680 | ... Err(e) => return Err(error!("Save failed: {}", 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 `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:39:37 [INFO] [stdout] | [INFO] [stdout] 39 | error!(format!($e, $($y),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ui.rs:710:33 [INFO] [stdout] | [INFO] [stdout] 710 | c => return Err(error!("Unknown keypress: {}", c)), [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 `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.61s [INFO] running `Command { std: "docker" "inspect" "a08f5b7b9178d16a9f06163e6450dce6dee202e91fb3ab705e626be9b16210cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a08f5b7b9178d16a9f06163e6450dce6dee202e91fb3ab705e626be9b16210cf", kill_on_drop: false }` [INFO] [stdout] a08f5b7b9178d16a9f06163e6450dce6dee202e91fb3ab705e626be9b16210cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 770764470abb49db3fdc163388c17089c305ab47b028370c103ceeb2ae7ced12 [INFO] running `Command { std: "docker" "start" "-a" "770764470abb49db3fdc163388c17089c305ab47b028370c103ceeb2ae7ced12", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 74 | .map_err(|e| error!("Clipboard error: {}", e)) [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 88 | .map_err(|e| error!("`open` error: {}", 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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 93 | Err(error!( [INFO] [stderr] | _____________- [INFO] [stderr] 94 | | "`open` error: {}", [INFO] [stderr] 95 | | String::from_utf8_lossy(&output.stderr).trim_end() [INFO] [stderr] 96 | | )) [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 120 | error!("Media player error: {}", 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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stderr] = note: this warning originates in the macro `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/config.rs:145:24 [INFO] [stderr] | [INFO] [stderr] 145 | return Err(error!( [INFO] [stderr] | ________________________- [INFO] [stderr] 146 | | r#"Expected "key value" format on line {}: {:?}"#, [INFO] [stderr] 147 | | linenum, line [INFO] [stderr] 148 | | )); [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/config.rs:152:24 [INFO] [stderr] | [INFO] [stderr] 152 | return Err(error!("Duplicate key on line {}: {}", linenum, key)); [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/config.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(error!( [INFO] [stderr] | ________________________________- [INFO] [stderr] 165 | | "`wrap` expects a number value on line {}: {}", [INFO] [stderr] 166 | | linenum, val [INFO] [stderr] 167 | | )); [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/config.rs:178:34 [INFO] [stderr] | [INFO] [stderr] 178 | .map_err(|e| error!("{} on line {}: {:?}", e, linenum, line))?; [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/config.rs:180:29 [INFO] [stderr] | [INFO] [stderr] 180 | _ => return Err(error!("Unknown key on line {}: {}", linenum, key)), [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/config.rs:194:18 [INFO] [stderr] | [INFO] [stderr] 194 | _ => Err(error!("Not a boolean: {}", val)), [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/gopher.rs:131:24 [INFO] [stderr] | [INFO] [stderr] 131 | .ok_or_else(|| error!("Bad download filename: {}", u.sel))?; [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/history.rs:64:20 [INFO] [stderr] | [INFO] [stderr] 64 | return Err(error!("History file doesn't exist: {}", 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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/phetchdir.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | Err(error!("Couldn't open {:?}", 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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/phetchdir.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | Err(error!("Can't open file for writing: {:?}", filename)) [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/phetchdir.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | Err(error!("Can't open file for writing: {:?}", filename)) [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/phetchdir.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | Err(error!("Config dir not found: {}", 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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/ui.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | _ => Err(error!("Unsupported Gopher Response: {:?}", typ)), [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/ui.rs:302:17 [INFO] [stderr] | [INFO] [stderr] 302 | Err(error!("phetch URL not found: {}", url)) [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/ui.rs:356:28 [INFO] [stderr] | [INFO] [stderr] 356 | result.map_err(|e| error!("Spinner error: {:?}", 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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/ui.rs:370:17 [INFO] [stderr] | [INFO] [stderr] 370 | Err(error!( [INFO] [stderr] | _________________- [INFO] [stderr] 371 | | "fatal: No focused View. Please file a bug: {}", [INFO] [stderr] 372 | | BUG_URL [INFO] [stderr] 373 | | )) [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/ui.rs:375:17 [INFO] [stderr] | [INFO] [stderr] 375 | Err(error!( [INFO] [stderr] | _________________- [INFO] [stderr] 376 | | "fatal: Can't get terminal size. Please file a bug: {}", [INFO] [stderr] 377 | | BUG_URL [INFO] [stderr] 378 | | )) [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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/ui.rs:680:50 [INFO] [stderr] | [INFO] [stderr] 680 | ... Err(e) => return Err(error!("Save failed: {}", 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 `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:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | error!(format!($e, $($y),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/ui.rs:710:33 [INFO] [stderr] | [INFO] [stderr] 710 | c => return Err(error!("Unknown keypress: {}", c)), [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 `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/menu.rs:1045:42 [INFO] [stderr] | [INFO] [stderr] 1045 | parse("test", $s.to_string()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1051 | let menu = parse!( [INFO] [stderr] | ____________________- [INFO] [stderr] 1052 | | " [INFO] [stderr] 1053 | | i--------------------------------------------------------- [INFO] [stderr] 1054 | | 1SDF PHLOGOSPHERE (297 phlogs) /phlogs/ gopher.club 70 [INFO] [stderr] ... | [INFO] [stderr] 1063 | | " [INFO] [stderr] 1064 | | ); [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 `parse` (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/menu.rs:1045:42 [INFO] [stderr] | [INFO] [stderr] 1045 | parse("test", $s.to_string()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1094 | let menu = parse!("1Circumlunar Space circumlunar.space 70"); [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 `parse` (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/menu.rs:1045:42 [INFO] [stderr] | [INFO] [stderr] 1045 | parse("test", $s.to_string()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1104 | let mut menu = parse!( [INFO] [stderr] | ________________________- [INFO] [stderr] 1105 | | " [INFO] [stderr] 1106 | | i________________________________G_O_P_H_E_R_______________________________ Err bitreich.org 70 [INFO] [stderr] 1107 | | iHelp us building a nice sorted directory of the gopherspace: Err bitreich.org 70 [INFO] [stderr] ... | [INFO] [stderr] 1126 | | " [INFO] [stderr] 1127 | | ); [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 `parse` (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/menu.rs:1045:42 [INFO] [stderr] | [INFO] [stderr] 1045 | parse("test", $s.to_string()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1170 | let menu = parse!(long_color_line); [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 `parse` (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/menu.rs:1045:42 [INFO] [stderr] | [INFO] [stderr] 1045 | parse("test", $s.to_string()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1181 | let menu = parse!(long_reg_line); [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 `parse` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `phetch` (lib) generated 23 warnings [INFO] [stderr] warning: `phetch` (lib test) generated 28 warnings (23 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/phetch-d89fb31531b5291d) [INFO] [stdout] running 30 tests [INFO] [stdout] test args::tests::test_help ... ok [INFO] [stdout] test args::tests::test_config ... ok [INFO] [stdout] test args::tests::test_mix_and_match ... ok [INFO] [stdout] test args::tests::test_ignore_trailing_whitespace ... ok [INFO] [stdout] test args::tests::test_print ... ok [INFO] [stdout] test args::tests::test_simple ... ok [INFO] [stdout] test args::tests::test_tls_tor ... ok [INFO] [stdout] test args::tests::test_unknown ... ok [INFO] [stdout] test config::tests::test_comments_ignored ... ok [INFO] [stdout] test config::tests::test_encoding ... ok [INFO] [stdout] test config::tests::test_media ... ok [INFO] [stdout] test config::tests::test_no_or_false ... ok [INFO] [stdout] test config::tests::test_yes_or_true ... ok [INFO] [stdout] test gopher::tests::test_clean_response ... ok [INFO] [stdout] test gopher::tests::test_type_for_url ... ok [INFO] [stdout] test menu::tests::test_color_lines ... ok [INFO] [stdout] test menu::tests::test_find_links ... ok [INFO] [stdout] test menu::tests::test_simple_menu ... ok [INFO] [stdout] test text::test::test_cp437 ... ok [INFO] [stdout] test text::test::test_wrapping ... ok [INFO] [stdout] test args::tests::test_local ... ok [INFO] [stdout] test config::tests::test_bad_key ... ok [INFO] [stdout] test config::tests::test_no_dupe_keys ... ok [INFO] [stdout] test args::tests::test_version ... ok [INFO] [stdout] test color::tests::test_colors ... ok [INFO] [stdout] test config::tests::test_parse_default ... ok [INFO] [stdout] test gopher::tests::test_simple_parse ... ok [INFO] [stdout] test config::tests::test_new_start ... ok [INFO] [stdout] test args::tests::test_raw ... ok [INFO] [stdout] test menu::tests::test_no_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/phetch-bb0d641f972bec99) [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] Doc-tests phetch [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] running `Command { std: "docker" "inspect" "770764470abb49db3fdc163388c17089c305ab47b028370c103ceeb2ae7ced12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "770764470abb49db3fdc163388c17089c305ab47b028370c103ceeb2ae7ced12", kill_on_drop: false }` [INFO] [stdout] 770764470abb49db3fdc163388c17089c305ab47b028370c103ceeb2ae7ced12