[INFO] cloning repository https://github.com/AtsukiTak/log-fn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AtsukiTak/log-fn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtsukiTak%2Flog-fn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtsukiTak%2Flog-fn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2885b94fe107de4412565f15add5f5a38bf01d8b [INFO] testing AtsukiTak/log-fn against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtsukiTak%2Flog-fn" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AtsukiTak/log-fn on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AtsukiTak/log-fn [INFO] finished tweaking git repo https://github.com/AtsukiTak/log-fn [INFO] tweaked toml for git repo https://github.com/AtsukiTak/log-fn written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/AtsukiTak/log-fn already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "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] a2e4cac09f9121658f50b36e2c06b3aeffefc713f096c551cd6bb2a0989b289b [INFO] running `Command { std: "docker" "start" "-a" "a2e4cac09f9121658f50b36e2c06b3aeffefc713f096c551cd6bb2a0989b289b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2e4cac09f9121658f50b36e2c06b3aeffefc713f096c551cd6bb2a0989b289b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2e4cac09f9121658f50b36e2c06b3aeffefc713f096c551cd6bb2a0989b289b", kill_on_drop: false }` [INFO] [stdout] a2e4cac09f9121658f50b36e2c06b3aeffefc713f096c551cd6bb2a0989b289b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "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] e0b4990a84e45cfb34c6b8e4608cf552b86ce122bdb266540cd05f5040f10197 [INFO] running `Command { std: "docker" "start" "-a" "e0b4990a84e45cfb34c6b8e4608cf552b86ce122bdb266540cd05f5040f10197", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling syn v1.0.27 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling logfn v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | None => unrecognized_item!(path), [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 `unrecognized_item` (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/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | i => unrecognized_item!(i), [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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 `unrecognized_item` (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/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 87 | unrecognized_item!(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: 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 `unrecognized_item` [INFO] [stdout] = note: this warning originates in the macro `unrecognized_item` (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/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 91 | _ => unrecognized_item!(arg), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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 `unrecognized_item` (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 22.85s [INFO] running `Command { std: "docker" "inspect" "e0b4990a84e45cfb34c6b8e4608cf552b86ce122bdb266540cd05f5040f10197", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0b4990a84e45cfb34c6b8e4608cf552b86ce122bdb266540cd05f5040f10197", kill_on_drop: false }` [INFO] [stdout] e0b4990a84e45cfb34c6b8e4608cf552b86ce122bdb266540cd05f5040f10197 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--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] a9c657bfb824263996854322343c27198140f454ce17df5c59ece27a75740548 [INFO] running `Command { std: "docker" "start" "-a" "a9c657bfb824263996854322343c27198140f454ce17df5c59ece27a75740548", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | None => unrecognized_item!(path), [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 `unrecognized_item` (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/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | i => unrecognized_item!(i), [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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 `unrecognized_item` (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/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 87 | unrecognized_item!(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: 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 `unrecognized_item` [INFO] [stdout] = note: this warning originates in the macro `unrecognized_item` (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/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 91 | _ => unrecognized_item!(arg), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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 `unrecognized_item` (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] Compiling logfn v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | None => unrecognized_item!(path), [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 `unrecognized_item` (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/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | i => unrecognized_item!(i), [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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 `unrecognized_item` (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/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 87 | unrecognized_item!(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: 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 `unrecognized_item` [INFO] [stdout] = note: this warning originates in the macro `unrecognized_item` (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/arg.rs:51:78 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 91 | _ => unrecognized_item!(arg), [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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 `unrecognized_item` (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 2.78s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/logfn-d101d2c1a96808b5) [INFO] [stderr] Executable tests/logfn_pre.rs (/opt/rustwide/target/debug/deps/logfn_pre-5175aa840df91ff4) [INFO] running `Command { std: "docker" "inspect" "a9c657bfb824263996854322343c27198140f454ce17df5c59ece27a75740548", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9c657bfb824263996854322343c27198140f454ce17df5c59ece27a75740548", kill_on_drop: false }` [INFO] [stdout] a9c657bfb824263996854322343c27198140f454ce17df5c59ece27a75740548 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8d266f24358d075a6e756dfc3fcafa207e08eee52d0369cda9766487496ed0e2 [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" "8d266f24358d075a6e756dfc3fcafa207e08eee52d0369cda9766487496ed0e2", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/arg.rs:51:78 [INFO] [stderr] | [INFO] [stderr] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 64 | None => unrecognized_item!(path), [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 `unrecognized_item` (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/arg.rs:51:78 [INFO] [stderr] | [INFO] [stderr] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 74 | i => unrecognized_item!(i), [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 `unrecognized_item` (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/arg.rs:51:78 [INFO] [stderr] | [INFO] [stderr] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 87 | unrecognized_item!(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: 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 `unrecognized_item` [INFO] [stderr] = note: this warning originates in the macro `unrecognized_item` (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/arg.rs:51:78 [INFO] [stderr] | [INFO] [stderr] 51 | return Err(syn::Error::new_spanned($item, "Unrecognized attribute.")); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 91 | _ => unrecognized_item!(arg), [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 `unrecognized_item` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `logfn` (lib) generated 4 warnings [INFO] [stderr] warning: `logfn` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/logfn-d101d2c1a96808b5) [INFO] [stdout] [INFO] [stderr] Running tests/logfn_pre.rs (/opt/rustwide/target/debug/deps/logfn_pre-5175aa840df91ff4) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 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 logfn [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/lib.rs - (line 86) ... ok [INFO] [stdout] test src/lib.rs - (line 118) ... ok [INFO] [stdout] test src/lib.rs - (line 29) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... ok [INFO] [stdout] test src/lib.rs - (line 104) ... ok [INFO] [stdout] test src/lib.rs - (line 12) ... ok [INFO] [stdout] test src/lib.rs - (line 54) ... ok [INFO] [stdout] test src/lib.rs - (line 65) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.23s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8d266f24358d075a6e756dfc3fcafa207e08eee52d0369cda9766487496ed0e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d266f24358d075a6e756dfc3fcafa207e08eee52d0369cda9766487496ed0e2", kill_on_drop: false }` [INFO] [stdout] 8d266f24358d075a6e756dfc3fcafa207e08eee52d0369cda9766487496ed0e2