[INFO] fetching crate centraldogma 0.1.0... [INFO] checking centraldogma-0.1.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate centraldogma 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate centraldogma 0.1.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate centraldogma 0.1.0 [INFO] finished tweaking crates.io crate centraldogma 0.1.0 [INFO] tweaked toml for crates.io crate centraldogma 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wiremock v0.5.6 [INFO] [stderr] Downloaded deadpool v0.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c4e889d6edce2f362a469d00fd70c7a6dc57440e4fc6ae55c8cd254bbabb692 [INFO] running `Command { std: "docker" "start" "-a" "9c4e889d6edce2f362a469d00fd70c7a6dc57440e4fc6ae55c8cd254bbabb692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c4e889d6edce2f362a469d00fd70c7a6dc57440e4fc6ae55c8cd254bbabb692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c4e889d6edce2f362a469d00fd70c7a6dc57440e4fc6ae55c8cd254bbabb692", kill_on_drop: false }` [INFO] [stdout] 9c4e889d6edce2f362a469d00fd70c7a6dc57440e4fc6ae55c8cd254bbabb692 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa292f78a436725f158796efbeb22794b8445ce19840eef505c78918e5311974 [INFO] running `Command { std: "docker" "start" "-a" "fa292f78a436725f158796efbeb22794b8445ce19840eef505c78918e5311974", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] futures-io v0.3.16: default [INFO] [stderr] hyper v0.14.11: default, full, server, stream [INFO] [stderr] memchr v2.4.1: use_std [INFO] [stderr] syn v1.0.75 (as host dependency): visit [INFO] [stderr] tokio v1.10.0: winapi [INFO] [stderr] url v2.2.2: serde [INFO] [stderr] [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Checking futures-io v0.3.16 [INFO] [stderr] Checking futures-sink v0.3.16 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking unicode-bidi v0.3.6 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Compiling anyhow v1.0.43 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking fastrand v1.5.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Compiling http-types v2.12.0 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking infer v0.2.3 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Checking instant v0.1.10 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling tokio v1.10.0 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Checking lock_api v0.4.4 [INFO] [stderr] Checking tinyvec v1.3.1 [INFO] [stderr] Checking tracing-core v0.1.19 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stderr] Checking http-body v0.4.3 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking async-channel v1.6.1 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Compiling openssl-sys v0.9.66 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking socket2 v0.4.1 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking futures-executor v0.3.16 [INFO] [stderr] Checking futures v0.3.16 [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking h2 v0.3.4 [INFO] [stderr] Checking hyper v0.14.11 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking serde_qs v0.8.4 [INFO] [stderr] Checking config v0.10.1 [INFO] [stderr] Checking deadpool v0.7.0 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking wiremock v0.5.6 [INFO] [stderr] Checking reqwest v0.11.4 [INFO] [stderr] Checking centraldogma v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/repo.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/content.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/utils.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/projects.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/watch.rs from 2018 edition to 2021 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:70:35 [INFO] [stdout] | [INFO] [stdout] 70 | ensure!(repos.len() == 2, here!("New project should have 2 repos")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:78:45 [INFO] [stdout] | [INFO] [stdout] 78 | ensure!(repo_name == new_repo.name, here!("Wrong repo name")); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:96:24 [INFO] [stdout] | [INFO] [stdout] 96 | ensure!(found, here!("Removed repo not showed in removed repo list")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:103:51 [INFO] [stdout] | [INFO] [stdout] 103 | ensure!(unremoved_repo.name == repo_name, here!("Invalid unremove")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:116:24 [INFO] [stdout] | [INFO] [stdout] 116 | ensure!(found, here!("Unremoved repo not showed in repo list")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:138:25 [INFO] [stdout] | [INFO] [stdout] 138 | ensure!(!found, here!("Purged repo showed in removed repo list")); [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 `here` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:120:22 [INFO] [stdout] | [INFO] [stdout] 120 | .context(here!("Failed to push file"))? [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:130:22 [INFO] [stdout] | [INFO] [stdout] 130 | .context(here!("Failed to fetch file content"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | here!("Expect same json content") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:146:22 [INFO] [stdout] | [INFO] [stdout] 146 | .context(here!("Failed to list files"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:152:17 [INFO] [stdout] | [INFO] [stdout] 152 | here!("Wrong number of file entry returned") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:163:22 [INFO] [stdout] | [INFO] [stdout] 163 | .context(here!("Failed to fetch file content"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:168:17 [INFO] [stdout] | [INFO] [stdout] 168 | here!("Expect same json content") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 181 | .context(here!("Failed to get history"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:195:22 [INFO] [stdout] | [INFO] [stdout] 195 | .context(here!("Failed to get history"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:207:22 [INFO] [stdout] | [INFO] [stdout] 207 | .context(here!("Failed to fetch multiple files"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:208:41 [INFO] [stdout] | [INFO] [stdout] 208 | ensure!(entries.len() == 1, here!("wrong number of entries returned")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:215:22 [INFO] [stdout] | [INFO] [stdout] 215 | .context(here!("Failed to fetch multiple files"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:216:41 [INFO] [stdout] | [INFO] [stdout] 216 | ensure!(entries.len() == 3, here!("wrong number of entries returned")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:222:28 [INFO] [stdout] | [INFO] [stdout] 222 | ensure!(exist, here!("Expected value not found")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:245:22 [INFO] [stdout] | [INFO] [stdout] 245 | .context(here!("Failed to push file"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:253:22 [INFO] [stdout] | [INFO] [stdout] 253 | .context(here!("Failed to get diff"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:256:45 [INFO] [stdout] | [INFO] [stdout] 256 | ensure!(diff.path == "/a.json", here!("Diff path incorrect")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:264:17 [INFO] [stdout] | [INFO] [stdout] 264 | here!("Diff content incorrect") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:277:22 [INFO] [stdout] | [INFO] [stdout] 277 | .context(here!("Failed to get diff"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:279:39 [INFO] [stdout] | [INFO] [stdout] 279 | ensure!(diffs.len() == 2, here!("Expect 2 diffs")); [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 `here` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:111:22 [INFO] [stdout] | [INFO] [stdout] 111 | .context(here!("Failed to push file"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:115:22 [INFO] [stdout] | [INFO] [stdout] 115 | .context(here!("Failed to get file watch stream"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:137:31 [INFO] [stdout] | [INFO] [stdout] 137 | ensure!(wr.is_some(), here!("Failed to get initial watch result")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | here!("Wrong entry path returned") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | here!("Wrong entry content returned") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:162:22 [INFO] [stdout] | [INFO] [stdout] 162 | .context(here!("Failed to get file watch stream"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:184:31 [INFO] [stdout] | [INFO] [stdout] 184 | ensure!(wr.is_some(), here!("Failed to get initial watch result")); [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 `here` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.96s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling tokio v1.10.0 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Checking futures-util v0.3.16 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking futures-executor v0.3.16 [INFO] [stderr] Checking futures v0.3.16 [INFO] [stderr] Checking serde v1.0.128 [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking h2 v0.3.4 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking serde_json v1.0.66 [INFO] [stderr] Checking serde_qs v0.8.4 [INFO] [stderr] Checking config v0.10.1 [INFO] [stderr] Checking hyper v0.14.11 [INFO] [stderr] Checking deadpool v0.7.0 [INFO] [stderr] Checking http-types v2.12.0 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking wiremock v0.5.6 [INFO] [stderr] Checking reqwest v0.11.4 [INFO] [stderr] Checking centraldogma v0.1.0 (/tmp/fixit) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:111:22 [INFO] [stdout] | [INFO] [stdout] 111 | .context(here!("Failed to push file"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:115:22 [INFO] [stdout] | [INFO] [stdout] 115 | .context(here!("Failed to get file watch stream"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:137:31 [INFO] [stdout] | [INFO] [stdout] 137 | ensure!(wr.is_some(), here!("Failed to get initial watch result")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | here!("Wrong entry path returned") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | here!("Wrong entry content returned") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:162:22 [INFO] [stdout] | [INFO] [stdout] 162 | .context(here!("Failed to get file watch stream"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/watch.rs:184:31 [INFO] [stdout] | [INFO] [stdout] 184 | ensure!(wr.is_some(), here!("Failed to get initial watch result")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:120:22 [INFO] [stdout] | [INFO] [stdout] 120 | .context(here!("Failed to push file"))? [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:130:22 [INFO] [stdout] | [INFO] [stdout] 130 | .context(here!("Failed to fetch file content"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | here!("Expect same json content") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:146:22 [INFO] [stdout] | [INFO] [stdout] 146 | .context(here!("Failed to list files"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:152:17 [INFO] [stdout] | [INFO] [stdout] 152 | here!("Wrong number of file entry returned") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:163:22 [INFO] [stdout] | [INFO] [stdout] 163 | .context(here!("Failed to fetch file content"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:168:17 [INFO] [stdout] | [INFO] [stdout] 168 | here!("Expect same json content") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 181 | .context(here!("Failed to get history"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:70:35 [INFO] [stdout] | [INFO] [stdout] 70 | ensure!(repos.len() == 2, here!("New project should have 2 repos")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:195:22 [INFO] [stdout] | [INFO] [stdout] 195 | .context(here!("Failed to get history"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:207:22 [INFO] [stdout] | [INFO] [stdout] 207 | .context(here!("Failed to fetch multiple files"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:208:41 [INFO] [stdout] | [INFO] [stdout] 208 | ensure!(entries.len() == 1, here!("wrong number of entries returned")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:215:22 [INFO] [stdout] | [INFO] [stdout] 215 | .context(here!("Failed to fetch multiple files"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:216:41 [INFO] [stdout] | [INFO] [stdout] 216 | ensure!(entries.len() == 3, here!("wrong number of entries returned")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:222:28 [INFO] [stdout] | [INFO] [stdout] 222 | ensure!(exist, here!("Expected value not found")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:245:22 [INFO] [stdout] | [INFO] [stdout] 245 | .context(here!("Failed to push file"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:253:22 [INFO] [stdout] | [INFO] [stdout] 253 | .context(here!("Failed to get diff"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:256:45 [INFO] [stdout] | [INFO] [stdout] 256 | ensure!(diff.path == "/a.json", here!("Diff path incorrect")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:264:17 [INFO] [stdout] | [INFO] [stdout] 264 | here!("Diff content incorrect") [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:277:22 [INFO] [stdout] | [INFO] [stdout] 277 | .context(here!("Failed to get diff"))?; [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/content.rs:279:39 [INFO] [stdout] | [INFO] [stdout] 279 | ensure!(diffs.len() == 2, here!("Expect 2 diffs")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:78:45 [INFO] [stdout] | [INFO] [stdout] 78 | ensure!(repo_name == new_repo.name, here!("Wrong repo name")); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:96:24 [INFO] [stdout] | [INFO] [stdout] 96 | ensure!(found, here!("Removed repo not showed in removed repo list")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:103:51 [INFO] [stdout] | [INFO] [stdout] 103 | ensure!(unremoved_repo.name == repo_name, here!("Invalid unremove")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:116:24 [INFO] [stdout] | [INFO] [stdout] 116 | ensure!(found, here!("Unremoved repo not showed in repo list")); [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 `here` (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] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: tests/repo.rs:138:25 [INFO] [stdout] | [INFO] [stdout] 138 | ensure!(!found, here!("Purged repo showed in removed repo list")); [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 `here` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.78s [INFO] running `Command { std: "docker" "inspect" "fa292f78a436725f158796efbeb22794b8445ce19840eef505c78918e5311974", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa292f78a436725f158796efbeb22794b8445ce19840eef505c78918e5311974", kill_on_drop: false }` [INFO] [stdout] fa292f78a436725f158796efbeb22794b8445ce19840eef505c78918e5311974