[INFO] fetching crate logfn 0.1.0... [INFO] testing logfn-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate logfn 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate logfn 0.1.0 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 crates.io crate logfn 0.1.0 [INFO] finished tweaking crates.io crate logfn 0.1.0 [INFO] tweaked toml for crates.io crate logfn 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 08385ae93ee2e469282dd45bb06c81b0aeb16af595dd28f96f152c10b5d65b72 [INFO] running `Command { std: "docker" "start" "-a" "08385ae93ee2e469282dd45bb06c81b0aeb16af595dd28f96f152c10b5d65b72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08385ae93ee2e469282dd45bb06c81b0aeb16af595dd28f96f152c10b5d65b72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08385ae93ee2e469282dd45bb06c81b0aeb16af595dd28f96f152c10b5d65b72", kill_on_drop: false }` [INFO] [stdout] 08385ae93ee2e469282dd45bb06c81b0aeb16af595dd28f96f152c10b5d65b72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] [stdout] 55d6e13bb34c6d4de088a64a4cd1f70b084ed79ac77cfb7e3bdb43fdcb534b67 [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" "55d6e13bb34c6d4de088a64a4cd1f70b084ed79ac77cfb7e3bdb43fdcb534b67", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling quote v1.0.18 [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 19.87s [INFO] running `Command { std: "docker" "inspect" "55d6e13bb34c6d4de088a64a4cd1f70b084ed79ac77cfb7e3bdb43fdcb534b67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55d6e13bb34c6d4de088a64a4cd1f70b084ed79ac77cfb7e3bdb43fdcb534b67", kill_on_drop: false }` [INFO] [stdout] 55d6e13bb34c6d4de088a64a4cd1f70b084ed79ac77cfb7e3bdb43fdcb534b67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 383089db33bb56b641136c1442c10f70c206de5c474ec595340bae4b55b3feb6 [INFO] running `Command { std: "docker" "start" "-a" "383089db33bb56b641136c1442c10f70c206de5c474ec595340bae4b55b3feb6", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.16 [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.74s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/logfn-cedc5850ead47a87) [INFO] [stderr] Executable tests/logfn_pre.rs (/opt/rustwide/target/debug/deps/logfn_pre-fbe1e6f307f4fc80) [INFO] running `Command { std: "docker" "inspect" "383089db33bb56b641136c1442c10f70c206de5c474ec595340bae4b55b3feb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "383089db33bb56b641136c1442c10f70c206de5c474ec595340bae4b55b3feb6", kill_on_drop: false }` [INFO] [stdout] 383089db33bb56b641136c1442c10f70c206de5c474ec595340bae4b55b3feb6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 752ac023e1b1437896ecc8f81d39b3332e5cdc9b858f8097a4e1fc95defe4365 [INFO] running `Command { std: "docker" "start" "-a" "752ac023e1b1437896ecc8f81d39b3332e5cdc9b858f8097a4e1fc95defe4365", 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.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/logfn-cedc5850ead47a87) [INFO] [stderr] Running tests/logfn_pre.rs (/opt/rustwide/target/debug/deps/logfn_pre-fbe1e6f307f4fc80) [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] [stdout] [INFO] [stderr] Doc-tests logfn [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 8 tests [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 65) ... ok [INFO] [stdout] test src/lib.rs - (line 104) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... 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 86) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.92s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "752ac023e1b1437896ecc8f81d39b3332e5cdc9b858f8097a4e1fc95defe4365", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "752ac023e1b1437896ecc8f81d39b3332e5cdc9b858f8097a4e1fc95defe4365", kill_on_drop: false }` [INFO] [stdout] 752ac023e1b1437896ecc8f81d39b3332e5cdc9b858f8097a4e1fc95defe4365