[INFO] fetching crate nonymous 0.3.3... [INFO] checking nonymous-0.3.3 against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] extracting crate nonymous 0.3.3 into /workspace/builds/worker-54/source [INFO] validating manifest of crates.io crate nonymous 0.3.3 on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nonymous 0.3.3 [INFO] finished tweaking crates.io crate nonymous 0.3.3 [INFO] tweaked toml for crates.io crate nonymous 0.3.3 written to /workspace/builds/worker-54/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "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" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ddaadba9af5a2ffeea02969dde5e150cf42c8fd9519ad29bd770e70b6c6c614c [INFO] running `Command { std: "docker" "start" "-a" "ddaadba9af5a2ffeea02969dde5e150cf42c8fd9519ad29bd770e70b6c6c614c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ddaadba9af5a2ffeea02969dde5e150cf42c8fd9519ad29bd770e70b6c6c614c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddaadba9af5a2ffeea02969dde5e150cf42c8fd9519ad29bd770e70b6c6c614c", kill_on_drop: false }` [INFO] [stdout] ddaadba9af5a2ffeea02969dde5e150cf42c8fd9519ad29bd770e70b6c6c614c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c14e95256ff70cbb7f4f04694c358b0a123a1b3afd0e0ebfe1f894e557f3ce0b [INFO] running `Command { std: "docker" "start" "-a" "c14e95256ff70cbb7f4f04694c358b0a123a1b3afd0e0ebfe1f894e557f3ce0b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling ntest_proc_macro_helper v0.7.3 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking assert_matches v1.5.0 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling ntest_test_cases v0.7.3 [INFO] [stderr] Compiling displaydoc v0.2.3 [INFO] [stderr] Compiling ntest_timeout v0.7.3 [INFO] [stderr] Checking ntest v0.7.3 [INFO] [stderr] Checking nonymous v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/extension.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / builder! { [INFO] [stdout] 35 | | ExtensionBuilder { [INFO] [stdout] 36 | | Builder; [INFO] [stdout] 37 | | @ >: [INFO] [stdout] ... | [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/extension.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / builder! { [INFO] [stdout] 35 | | ExtensionBuilder { [INFO] [stdout] 36 | | Builder; [INFO] [stdout] 37 | | @ >: [INFO] [stdout] ... | [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/message.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / builder! { [INFO] [stdout] 104 | | MessageBuilder { [INFO] [stdout] 105 | | Builder [Q]; [INFO] [stdout] 106 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 223 | | } [INFO] [stdout] 224 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/message.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / builder! { [INFO] [stdout] 104 | | MessageBuilder { [INFO] [stdout] 105 | | Builder [Q]; [INFO] [stdout] 106 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 223 | | } [INFO] [stdout] 224 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/name.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / builder! { [INFO] [stdout] 54 | | NameBuilder { [INFO] [stdout] 55 | | Builder; [INFO] [stdout] 56 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 154 | | } [INFO] [stdout] 155 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/name.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / builder! { [INFO] [stdout] 54 | | NameBuilder { [INFO] [stdout] 55 | | Builder; [INFO] [stdout] 56 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 154 | | } [INFO] [stdout] 155 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/question.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / builder! { [INFO] [stdout] 38 | | QuestionBuilder { [INFO] [stdout] 39 | | Builder; [INFO] [stdout] 40 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/question.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / builder! { [INFO] [stdout] 38 | | QuestionBuilder { [INFO] [stdout] 39 | | Builder; [INFO] [stdout] 40 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/record.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / builder! { [INFO] [stdout] 69 | | RecordBuilder { [INFO] [stdout] 70 | | Builder [Q]; [INFO] [stdout] 71 | | @

RecordName: [INFO] [stdout] ... | [INFO] [stdout] 137 | | } [INFO] [stdout] 138 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/record.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / builder! { [INFO] [stdout] 69 | | RecordBuilder { [INFO] [stdout] 70 | | Builder [Q]; [INFO] [stdout] 71 | | @

RecordName: [INFO] [stdout] ... | [INFO] [stdout] 137 | | } [INFO] [stdout] 138 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/example.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / builder! { [INFO] [stdout] 61 | | FooBuilder { [INFO] [stdout] 62 | | Builder [Q]; [INFO] [stdout] 63 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 74 | | } [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/example.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / builder! { [INFO] [stdout] 61 | | FooBuilder { [INFO] [stdout] 62 | | Builder [Q]; [INFO] [stdout] 63 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 74 | | } [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/extension.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / builder! { [INFO] [stdout] 35 | | ExtensionBuilder { [INFO] [stdout] 36 | | Builder; [INFO] [stdout] 37 | | @ >: [INFO] [stdout] ... | [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/extension.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / builder! { [INFO] [stdout] 35 | | ExtensionBuilder { [INFO] [stdout] 36 | | Builder; [INFO] [stdout] 37 | | @ >: [INFO] [stdout] ... | [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/message.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / builder! { [INFO] [stdout] 104 | | MessageBuilder { [INFO] [stdout] 105 | | Builder [Q]; [INFO] [stdout] 106 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 223 | | } [INFO] [stdout] 224 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/message.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / builder! { [INFO] [stdout] 104 | | MessageBuilder { [INFO] [stdout] 105 | | Builder [Q]; [INFO] [stdout] 106 | | @

Q [Q]: [INFO] [stdout] ... | [INFO] [stdout] 223 | | } [INFO] [stdout] 224 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/name.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / builder! { [INFO] [stdout] 54 | | NameBuilder { [INFO] [stdout] 55 | | Builder; [INFO] [stdout] 56 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 154 | | } [INFO] [stdout] 155 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/name.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / builder! { [INFO] [stdout] 54 | | NameBuilder { [INFO] [stdout] 55 | | Builder; [INFO] [stdout] 56 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 154 | | } [INFO] [stdout] 155 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/question.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / builder! { [INFO] [stdout] 38 | | QuestionBuilder { [INFO] [stdout] 39 | | Builder; [INFO] [stdout] 40 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/question.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / builder! { [INFO] [stdout] 38 | | QuestionBuilder { [INFO] [stdout] 39 | | Builder; [INFO] [stdout] 40 | | @

: [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/emit.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/record.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / builder! { [INFO] [stdout] 69 | | RecordBuilder { [INFO] [stdout] 70 | | Builder [Q]; [INFO] [stdout] 71 | | @

RecordName: [INFO] [stdout] ... | [INFO] [stdout] 137 | | } [INFO] [stdout] 138 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `builder` [INFO] [stdout] --> src/emit.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | $(#[allow(unused)] builder! { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/emit/record.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / builder! { [INFO] [stdout] 69 | | RecordBuilder { [INFO] [stdout] 70 | | Builder [Q]; [INFO] [stdout] 71 | | @

RecordName: [INFO] [stdout] ... | [INFO] [stdout] 137 | | } [INFO] [stdout] 138 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `builder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.06s [INFO] running `Command { std: "docker" "inspect" "c14e95256ff70cbb7f4f04694c358b0a123a1b3afd0e0ebfe1f894e557f3ce0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c14e95256ff70cbb7f4f04694c358b0a123a1b3afd0e0ebfe1f894e557f3ce0b", kill_on_drop: false }` [INFO] [stdout] c14e95256ff70cbb7f4f04694c358b0a123a1b3afd0e0ebfe1f894e557f3ce0b