[INFO] fetching crate concatsql_macro 0.1.0...
[INFO] checking concatsql_macro-0.1.0 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate concatsql_macro 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate concatsql_macro 0.1.0 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate concatsql_macro 0.1.0
[INFO] finished tweaking crates.io crate concatsql_macro 0.1.0
[INFO] tweaked toml for crates.io crate concatsql_macro 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded concatsql v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0846e4d18d0377f0ab564d2930dbcd07ca904e67b339258359571666408130bb
[INFO] running `Command { std: "docker" "start" "-a" "0846e4d18d0377f0ab564d2930dbcd07ca904e67b339258359571666408130bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0846e4d18d0377f0ab564d2930dbcd07ca904e67b339258359571666408130bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0846e4d18d0377f0ab564d2930dbcd07ca904e67b339258359571666408130bb", kill_on_drop: false }`
[INFO] [stdout] 0846e4d18d0377f0ab564d2930dbcd07ca904e67b339258359571666408130bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f3992510052fef1ff9ca52ecf0be5ec068dd1e94818763c29db46795846dbfa
[INFO] running `Command { std: "docker" "start" "-a" "2f3992510052fef1ff9ca52ecf0be5ec068dd1e94818763c29db46795846dbfa", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking quote v1.0.33
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking concatsql v0.4.0
[INFO] [stderr]     Checking concatsql_macro v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:8:19
[INFO] [stdout]    |
[INFO] [stdout] 8  |         let sql = query!(r#"SELECT {name}"#);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let sql = query!(r#"SELECT name FROM users WHERE age = {age}"#);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let sql = query!(r#"{name}{name};"#);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let sql = query!(r#"{{name}}"#);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let sql = query!("{ name }");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:29:19
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let sql = query!(r#"{i32_}{i64_}{f32_}{f64_}{text}"#);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `concatsql_macro` (test "macro") due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "2f3992510052fef1ff9ca52ecf0be5ec068dd1e94818763c29db46795846dbfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f3992510052fef1ff9ca52ecf0be5ec068dd1e94818763c29db46795846dbfa", kill_on_drop: false }`
[INFO] [stdout] 2f3992510052fef1ff9ca52ecf0be5ec068dd1e94818763c29db46795846dbfa
[INFO] checking concatsql_macro-0.1.0 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate concatsql_macro 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate concatsql_macro 0.1.0 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate concatsql_macro 0.1.0
[INFO] finished tweaking crates.io crate concatsql_macro 0.1.0
[INFO] tweaked toml for crates.io crate concatsql_macro 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5b4cfdc61fe52ddc1c48c0f847f5dff7a1c5f86d83421f06b384177e5ff52b00
[INFO] running `Command { std: "docker" "start" "-a" "5b4cfdc61fe52ddc1c48c0f847f5dff7a1c5f86d83421f06b384177e5ff52b00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b4cfdc61fe52ddc1c48c0f847f5dff7a1c5f86d83421f06b384177e5ff52b00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b4cfdc61fe52ddc1c48c0f847f5dff7a1c5f86d83421f06b384177e5ff52b00", kill_on_drop: false }`
[INFO] [stdout] 5b4cfdc61fe52ddc1c48c0f847f5dff7a1c5f86d83421f06b384177e5ff52b00
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 731e082ba4503f2c9cd976ac37000b93805594b15b46c47f7923fc548db712e7
[INFO] running `Command { std: "docker" "start" "-a" "731e082ba4503f2c9cd976ac37000b93805594b15b46c47f7923fc548db712e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking concatsql v0.4.0
[INFO] [stderr]     Checking concatsql_macro v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:8:19
[INFO] [stdout]    |
[INFO] [stdout] 8  |         let sql = query!(r#"SELECT {name}"#);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let sql = query!(r#"SELECT name FROM users WHERE age = {age}"#);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let sql = query!(r#"{name}{name};"#);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let sql = query!(r#"{{name}}"#);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let sql = query!("{ name }");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `_init` found for struct `concatsql::WrapString` in the current scope
[INFO] [stdout]   --> tests/macro.rs:29:19
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let sql = query!(r#"{i32_}{i64_}{f32_}{f64_}{text}"#);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   associated item not found in `WrapString<'_>`
[INFO] [stdout]    |                   help: there is an associated function with a similar name: `init`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `concatsql::WrapString<'_>` consider using one of the following associated functions:
[INFO] [stdout]       concatsql::WrapString::<'a>::init
[INFO] [stdout]       concatsql::WrapString::<'a>::null
[INFO] [stdout]       concatsql::WrapString::<'a>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/concatsql-0.4.0/src/wrapstring.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn init(s: &'static str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub const fn null() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub(crate) fn new<T: ?Sized + ToString>(s: &T) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `concatsql_macro` (test "macro") due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "731e082ba4503f2c9cd976ac37000b93805594b15b46c47f7923fc548db712e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "731e082ba4503f2c9cd976ac37000b93805594b15b46c47f7923fc548db712e7", kill_on_drop: false }`
[INFO] [stdout] 731e082ba4503f2c9cd976ac37000b93805594b15b46c47f7923fc548db712e7
