[INFO] cloning repository https://github.com/LucianoBestia/rust_regex_explanation_pwa [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LucianoBestia/rust_regex_explanation_pwa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucianoBestia%2Frust_regex_explanation_pwa", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucianoBestia%2Frust_regex_explanation_pwa'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b36b0816d3a542652587e872784a2ab70781dbc [INFO] testing LucianoBestia/rust_regex_explanation_pwa against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucianoBestia%2Frust_regex_explanation_pwa" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LucianoBestia/rust_regex_explanation_pwa on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/LucianoBestia/rust_regex_explanation_pwa [INFO] finished tweaking git repo https://github.com/LucianoBestia/rust_regex_explanation_pwa [INFO] tweaked toml for git repo https://github.com/LucianoBestia/rust_regex_explanation_pwa written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/LucianoBestia/rust_regex_explanation_pwa 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] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3f13bb46fa19f4441460d0ca9a6dd04fc8945a314c6849e36803dbd3f9b40844 [INFO] running `Command { std: "docker" "start" "-a" "3f13bb46fa19f4441460d0ca9a6dd04fc8945a314c6849e36803dbd3f9b40844", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3f13bb46fa19f4441460d0ca9a6dd04fc8945a314c6849e36803dbd3f9b40844", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f13bb46fa19f4441460d0ca9a6dd04fc8945a314c6849e36803dbd3f9b40844", kill_on_drop: false }` [INFO] [stdout] 3f13bb46fa19f4441460d0ca9a6dd04fc8945a314c6849e36803dbd3f9b40844 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb5de60295049d9cf6ac9ac21706935ff49f51f7a29d7194e4479d23665f2eb9 [INFO] running `Command { std: "docker" "start" "-a" "eb5de60295049d9cf6ac9ac21706935ff49f51f7a29d7194e4479d23665f2eb9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.67 [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.67 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling unwrap v1.2.1 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.67 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.67 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.67 [INFO] [stderr] Compiling js-sys v0.3.44 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.17 [INFO] [stderr] Compiling web-sys v0.3.44 [INFO] [stderr] Compiling rust_regex_explanation_pwa v2020.810.640 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/web_sys_mod.rs:110:11 [INFO] [stdout] | [INFO] [stdout] 110 | )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/regex_method_mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | Some(m) => html_encoded_push!( [INFO] [stdout] | ____________________- [INFO] [stdout] 93 | | html, [INFO] [stdout] 94 | | r#" 1. syntax find: {}..{} {}"#, [INFO] [stdout] 95 | | &m.start().to_string(), [INFO] [stdout] 96 | | &m.end().to_string(), [INFO] [stdout] 97 | | &m.as_str() [INFO] [stdout] 98 | | ), [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 `html_encoded_push` (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/web_sys_mod.rs:92:83 [INFO] [stdout] | [INFO] [stdout] 92 | $html.push_to_use_only_by_the_macro_html_encoded_push(&format!($template)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/regex_method_mod.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | None => html_encoded_push!(html, r#" 1. syntax find: None"#), [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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 `html_encoded_push` (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/web_sys_mod.rs:110:11 [INFO] [stdout] | [INFO] [stdout] 110 | )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/regex_method_mod.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | / html_encoded_push!( [INFO] [stdout] 121 | | html, [INFO] [stdout] 122 | | r#" 3. syntax find: {}..{} {}"#, [INFO] [stdout] 123 | | &m.start().to_string(), [INFO] [stdout] 124 | | &m.end().to_string(), [INFO] [stdout] 125 | | &m.as_str() [INFO] [stdout] 126 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `html_encoded_push` [INFO] [stdout] = note: this warning originates in the macro `html_encoded_push` (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/web_sys_mod.rs:92:83 [INFO] [stdout] | [INFO] [stdout] 92 | $html.push_to_use_only_by_the_macro_html_encoded_push(&format!($template)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/regex_method_mod.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | None => html_encoded_push!(html, r#" 1. captures: None"#), [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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 `html_encoded_push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.83s [INFO] running `Command { std: "docker" "inspect" "eb5de60295049d9cf6ac9ac21706935ff49f51f7a29d7194e4479d23665f2eb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb5de60295049d9cf6ac9ac21706935ff49f51f7a29d7194e4479d23665f2eb9", kill_on_drop: false }` [INFO] [stdout] eb5de60295049d9cf6ac9ac21706935ff49f51f7a29d7194e4479d23665f2eb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5cefa1a452f14d066c36d2079ddbd555cfbc61a991b2c9c148f0af3fb9a7b12a [INFO] running `Command { std: "docker" "start" "-a" "5cefa1a452f14d066c36d2079ddbd555cfbc61a991b2c9c148f0af3fb9a7b12a", kill_on_drop: false }` [INFO] [stderr] Compiling rust_regex_explanation_pwa v2020.810.640 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/web_sys_mod.rs:110:11 [INFO] [stdout] | [INFO] [stdout] 110 | )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/regex_method_mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | Some(m) => html_encoded_push!( [INFO] [stdout] | ____________________- [INFO] [stdout] 93 | | html, [INFO] [stdout] 94 | | r#" 1. syntax find: {}..{} {}"#, [INFO] [stdout] 95 | | &m.start().to_string(), [INFO] [stdout] 96 | | &m.end().to_string(), [INFO] [stdout] 97 | | &m.as_str() [INFO] [stdout] 98 | | ), [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 `html_encoded_push` (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/web_sys_mod.rs:92:83 [INFO] [stdout] | [INFO] [stdout] 92 | $html.push_to_use_only_by_the_macro_html_encoded_push(&format!($template)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/regex_method_mod.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | None => html_encoded_push!(html, r#" 1. syntax find: None"#), [INFO] [stdout] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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 `html_encoded_push` (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/web_sys_mod.rs:110:11 [INFO] [stdout] | [INFO] [stdout] 110 | )); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/regex_method_mod.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | / html_encoded_push!( [INFO] [stdout] 121 | | html, [INFO] [stdout] 122 | | r#" 3. syntax find: {}..{} {}"#, [INFO] [stdout] 123 | | &m.start().to_string(), [INFO] [stdout] 124 | | &m.end().to_string(), [INFO] [stdout] 125 | | &m.as_str() [INFO] [stdout] 126 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `html_encoded_push` [INFO] [stdout] = note: this warning originates in the macro `html_encoded_push` (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/web_sys_mod.rs:92:83 [INFO] [stdout] | [INFO] [stdout] 92 | $html.push_to_use_only_by_the_macro_html_encoded_push(&format!($template)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/regex_method_mod.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | None => html_encoded_push!(html, r#" 1. captures: None"#), [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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 `html_encoded_push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `Command { std: "docker" "inspect" "5cefa1a452f14d066c36d2079ddbd555cfbc61a991b2c9c148f0af3fb9a7b12a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cefa1a452f14d066c36d2079ddbd555cfbc61a991b2c9c148f0af3fb9a7b12a", kill_on_drop: false }` [INFO] [stdout] 5cefa1a452f14d066c36d2079ddbd555cfbc61a991b2c9c148f0af3fb9a7b12a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fa4e5c9c618f2351fddbc6003d606330fd426a96d20f95cda7f2e7e9fee09dfc [INFO] running `Command { std: "docker" "start" "-a" "fa4e5c9c618f2351fddbc6003d606330fd426a96d20f95cda7f2e7e9fee09dfc", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/web_sys_mod.rs:110:11 [INFO] [stderr] | [INFO] [stderr] 110 | )); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/regex_method_mod.rs:92:20 [INFO] [stderr] | [INFO] [stderr] 92 | Some(m) => html_encoded_push!( [INFO] [stderr] | ____________________- [INFO] [stderr] 93 | | html, [INFO] [stderr] 94 | | r#" 1. syntax find: {}..{} {}"#, [INFO] [stderr] 95 | | &m.start().to_string(), [INFO] [stderr] 96 | | &m.end().to_string(), [INFO] [stderr] 97 | | &m.as_str() [INFO] [stderr] 98 | | ), [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 `html_encoded_push` (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/web_sys_mod.rs:92:83 [INFO] [stderr] | [INFO] [stderr] 92 | $html.push_to_use_only_by_the_macro_html_encoded_push(&format!($template)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/regex_method_mod.rs:99:17 [INFO] [stderr] | [INFO] [stderr] 99 | None => html_encoded_push!(html, r#" 1. syntax find: None"#), [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 `html_encoded_push` (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/web_sys_mod.rs:110:11 [INFO] [stderr] | [INFO] [stderr] 110 | )); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/regex_method_mod.rs:120:13 [INFO] [stderr] | [INFO] [stderr] 120 | / html_encoded_push!( [INFO] [stderr] 121 | | html, [INFO] [stderr] 122 | | r#" 3. syntax find: {}..{} {}"#, [INFO] [stderr] 123 | | &m.start().to_string(), [INFO] [stderr] 124 | | &m.end().to_string(), [INFO] [stderr] 125 | | &m.as_str() [INFO] [stderr] 126 | | ) [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 `html_encoded_push` [INFO] [stderr] = note: this warning originates in the macro `html_encoded_push` (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/web_sys_mod.rs:92:83 [INFO] [stderr] | [INFO] [stderr] 92 | $html.push_to_use_only_by_the_macro_html_encoded_push(&format!($template)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/regex_method_mod.rs:186:17 [INFO] [stderr] | [INFO] [stderr] 186 | None => html_encoded_push!(html, r#" 1. captures: None"#), [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 `html_encoded_push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rust_regex_explanation_pwa` (lib test) generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_regex_explanation_pwa-cbd11332e05becb8) [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" "fa4e5c9c618f2351fddbc6003d606330fd426a96d20f95cda7f2e7e9fee09dfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa4e5c9c618f2351fddbc6003d606330fd426a96d20f95cda7f2e7e9fee09dfc", kill_on_drop: false }` [INFO] [stdout] fa4e5c9c618f2351fddbc6003d606330fd426a96d20f95cda7f2e7e9fee09dfc