[INFO] fetching crate protify-proc-macro 0.1.4...
[INFO] testing protify-proc-macro-0.1.4 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate protify-proc-macro 0.1.4 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate protify-proc-macro 0.1.4
[INFO] finished tweaking crates.io crate protify-proc-macro 0.1.4
[INFO] tweaked toml for crates.io crate protify-proc-macro 0.1.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate protify-proc-macro 0.1.4 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate protify-proc-macro 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81ea838d6af8862c5737c30e27aa205a4440ae0ae2542175e1c3818e1f87e5c0
[INFO] running `Command { std: "docker" "start" "-a" "81ea838d6af8862c5737c30e27aa205a4440ae0ae2542175e1c3818e1f87e5c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81ea838d6af8862c5737c30e27aa205a4440ae0ae2542175e1c3818e1f87e5c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81ea838d6af8862c5737c30e27aa205a4440ae0ae2542175e1c3818e1f87e5c0", kill_on_drop: false }`
[INFO] [stdout] 81ea838d6af8862c5737c30e27aa205a4440ae0ae2542175e1c3818e1f87e5c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 873238719b1f8d263c9a29686a1b1ebbc7fcb25ce56ec552f4e38f2a38898d89
[INFO] running `Command { std: "docker" "start" "-a" "873238719b1f8d263c9a29686a1b1ebbc7fcb25ce56ec552f4e38f2a38898d89", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling bool-enum v0.1.1
[INFO] [stderr]    Compiling syn-utils v0.5.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling proto-types v0.2.2
[INFO] [stderr]    Compiling protify-proc-macro v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `oneof_validator_impl::*`
[INFO] [stdout]  --> src/impls/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use oneof_validator_impl::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `consistency_checks::*`
[INFO] [stdout]   --> src/impls/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use consistency_checks::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
[INFO] running `Command { std: "docker" "inspect" "873238719b1f8d263c9a29686a1b1ebbc7fcb25ce56ec552f4e38f2a38898d89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "873238719b1f8d263c9a29686a1b1ebbc7fcb25ce56ec552f4e38f2a38898d89", kill_on_drop: false }`
[INFO] [stdout] 873238719b1f8d263c9a29686a1b1ebbc7fcb25ce56ec552f4e38f2a38898d89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] afcf47f632608c706d12a5f5515fb341aaab6b0ad21d6ef626b1b4b3b5527a2b
[INFO] running `Command { std: "docker" "start" "-a" "afcf47f632608c706d12a5f5515fb341aaab6b0ad21d6ef626b1b4b3b5527a2b", kill_on_drop: false }`
[INFO] [stderr]    Compiling protify-proc-macro v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `oneof_validator_impl::*`
[INFO] [stdout]  --> src/impls/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use oneof_validator_impl::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `consistency_checks::*`
[INFO] [stdout]   --> src/impls/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use consistency_checks::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `oneof_validator_impl::*`
[INFO] [stdout]  --> src/impls/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use oneof_validator_impl::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `consistency_checks::*`
[INFO] [stdout]   --> src/impls/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use consistency_checks::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.78s
[INFO] running `Command { std: "docker" "inspect" "afcf47f632608c706d12a5f5515fb341aaab6b0ad21d6ef626b1b4b3b5527a2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afcf47f632608c706d12a5f5515fb341aaab6b0ad21d6ef626b1b4b3b5527a2b", kill_on_drop: false }`
[INFO] [stdout] afcf47f632608c706d12a5f5515fb341aaab6b0ad21d6ef626b1b4b3b5527a2b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ec9c4fc420cadb235338cc1a2950cb877c1adaccf8c26c44ef65608b961aad25
[INFO] running `Command { std: "docker" "start" "-a" "ec9c4fc420cadb235338cc1a2950cb877c1adaccf8c26c44ef65608b961aad25", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `oneof_validator_impl::*`
[INFO] [stderr]  --> src/impls/mod.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use oneof_validator_impl::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `consistency_checks::*`
[INFO] [stderr]   --> src/impls/mod.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub use consistency_checks::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `protify-proc-macro` (lib) generated 2 warnings (run `cargo fix --lib -p protify-proc-macro` to apply 2 suggestions)
[INFO] [stderr] warning: `protify-proc-macro` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/protify_proc_macro-2e5f6e53be599704)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests protify_proc_macro
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/../docs/extension_macro.md - proto_extension (line 13) ... FAILED
[INFO] [stdout] test src/lib.rs - proto_package (line 171) ... FAILED
[INFO] [stdout] test src/../docs/message_macro.md - proto_message (line 25) ... FAILED
[INFO] [stdout] test src/../docs/file_macro.md - define_proto_file (line 78) ... FAILED
[INFO] [stdout] test src/../docs/file_macro.md - define_proto_file (line 27) ... FAILED
[INFO] [stdout] test src/../docs/field_ref.md - proto_oneof (line 25) ... FAILED
[INFO] [stdout] test src/../docs/enum_macro.md - proto_enum (line 8) ... FAILED
[INFO] [stdout] test src/../docs/service_macro.md - proto_service (line 30) ... FAILED
[INFO] [stdout] test src/../docs/file_macro.md - define_proto_file (line 102) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/../docs/extension_macro.md - proto_extension (line 13) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `protify`
[INFO] [stdout]   --> src/../docs/extension_macro.md:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use protify::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `protify`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `protify`, use `cargo add protify` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `define_proto_file` in this scope
[INFO] [stdout]   --> src/../docs/extension_macro.md:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | define_proto_file!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_extension` in this scope
[INFO] [stdout]   --> src/../docs/extension_macro.md:18:3
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[proto_extension(target = MessageOptions)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto` in this scope
[INFO] [stdout]   --> src/../docs/extension_macro.md:20:4
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[proto(tag = 5000)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `proto` is an attribute that can be used by the derive macros `__Enum`, `__Extension`, `__Message`, `__Oneof` and `__Service`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto` in this scope
[INFO] [stdout]   --> src/../docs/extension_macro.md:24:4
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[proto(tag = 5001)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `proto` is an attribute that can be used by the derive macros `__Enum`, `__Extension`, `__Message`, `__Oneof` and `__Service`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proto_package` in this scope
[INFO] [stdout]   --> src/../docs/extension_macro.md:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | proto_package!(MY_PKG, name = "my_pkg");
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - proto_package (line 171) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `protify`
[INFO] [stdout]    --> src/lib.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 172 | use protify::*;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `protify`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `protify`, use `cargo add protify` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `define_proto_file` in this scope
[INFO] [stdout]    --> src/lib.rs:180:1
[INFO] [stdout]     |
[INFO] [stdout] 180 | define_proto_file!(MY_FILE, name = "my_file.proto", package = MY_PKG);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proto_package` in this scope
[INFO] [stdout]    --> src/lib.rs:179:1
[INFO] [stdout]     |
[INFO] [stdout] 179 | proto_package!(MY_PKG, name = "my_pkg", files = [ MY_FILE ]);
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proto_package` in this scope
[INFO] [stdout]    --> src/lib.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | proto_package!(WITHOUT_TEST, name = "without_test", no_cel_test);
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../docs/message_macro.md - proto_message (line 25) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `protify`
[INFO] [stdout]   --> src/../docs/message_macro.md:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use protify::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `protify`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `protify`, use `cargo add protify` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_message` in this scope
[INFO] [stdout]   --> src/../docs/message_macro.md:37:3
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[proto_message(proxied)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_message` in this scope
[INFO] [stdout]   --> src/../docs/message_macro.md:31:3
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[proto_message]
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `define_proto_file` in this scope
[INFO] [stdout]   --> src/../docs/message_macro.md:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | define_proto_file!(MY_FILE, name = "my_file.proto", package = MY_PKG);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proto_package` in this scope
[INFO] [stdout]   --> src/../docs/message_macro.md:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | proto_package!(MY_PKG, name = "my_pkg");
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../docs/file_macro.md - define_proto_file (line 78) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `protify`
[INFO] [stdout]   --> src/../docs/file_macro.md:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | use protify::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `protify`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `protify`, use `cargo add protify` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proto_package` in this scope
[INFO] [stdout]   --> src/../docs/file_macro.md:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | proto_package!(MY_PKG, name = "my_pkg");
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `define_proto_file` in this scope
[INFO] [stdout]   --> src/../docs/file_macro.md:81:1
[INFO] [stdout]    |
[INFO] [stdout] 81 | define_proto_file!(MY_FILE, name = "my_file.proto", package = MY_PKG);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_message` in this scope
[INFO] [stdout]   --> src/../docs/file_macro.md:83:3
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[proto_message]
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `proto_schema` found for struct `Msg` in the current scope
[INFO] [stdout]   --> src/../docs/file_macro.md:88:17
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct Msg {
[INFO] [stdout]    | -------------- associated function or constant `proto_schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 88 | assert_eq!(Msg::proto_schema().file, "my_file.proto");
[INFO] [stdout]    |                 ^^^^^^^^^^^^ associated function or constant not found in `Msg`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../docs/file_macro.md - define_proto_file (line 27) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `protify`
[INFO] [stdout]   --> src/../docs/file_macro.md:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use protify::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `protify`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `protify`, use `cargo add protify` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proto_package` in this scope
[INFO] [stdout]   --> src/../docs/file_macro.md:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | proto_package!(TESTING_PKG, name = "testing");
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `define_proto_file` in this scope
[INFO] [stdout]   --> src/../docs/file_macro.md:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | define_proto_file!(TESTING_FILE, package = TESTING_PKG);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `define_proto_file` in this scope
[INFO] [stdout]   --> src/../docs/file_macro.md:35:2
[INFO] [stdout]    |
[INFO] [stdout] 35 |     define_proto_file!(TESTING, package = TESTING_PKG);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../docs/field_ref.md - proto_oneof (line 25) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `protify`
[INFO] [stdout]   --> src/../docs/field_ref.md:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use protify::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `protify`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `protify`, use `cargo add protify` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `protify`
[INFO] [stdout]   --> src/../docs/field_ref.md:47:6
[INFO] [stdout]    |
[INFO] [stdout] 47 |     use protify::*;
[INFO] [stdout]    |         ^^^^^^^ use of unresolved module or unlinked crate `protify`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `protify`, use `cargo add protify` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_oneof` in this scope
[INFO] [stdout]   --> src/../docs/field_ref.md:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[proto_oneof(proxied)]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto` in this scope
[INFO] [stdout]   --> src/../docs/field_ref.md:40:4
[INFO] [stdout]    |
[INFO] [stdout] 40 |     #[proto(tag = 1)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `proto` is an attribute that can be used by the derive macros `__Enum`, `__Extension`, `__Message`, `__Oneof` and `__Service`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 39 + #[derive(__Enum, __Extension, __Message, __Oneof, __Service)]
[INFO] [stdout] 40 | pub enum ProxiedOneof {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto` in this scope
[INFO] [stdout]   --> src/../docs/field_ref.md:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 |     #[proto(tag = 2)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `proto` is an attribute that can be used by the derive macros `__Enum`, `__Extension`, `__Message`, `__Oneof` and `__Service`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 39 + #[derive(__Enum, __Extension, __Message, __Oneof, __Service)]
[INFO] [stdout] 40 | pub enum ProxiedOneof {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_oneof` in this scope
[INFO] [stdout]   --> src/../docs/field_ref.md:28:3
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[proto_oneof]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto` in this scope
[INFO] [stdout]   --> src/../docs/field_ref.md:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[proto(tag = 1)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `proto` is an attribute that can be used by the derive macros `__Enum`, `__Extension`, `__Message`, `__Oneof` and `__Service`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 29 + #[derive(__Enum, __Extension, __Message, __Oneof, __Service)]
[INFO] [stdout] 30 | pub enum NormalOneof {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto` in this scope
[INFO] [stdout]   --> src/../docs/field_ref.md:33:4
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[proto(tag = 2)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `proto` is an attribute that can be used by the derive macros `__Enum`, `__Extension`, `__Message`, `__Oneof` and `__Service`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 29 + #[derive(__Enum, __Extension, __Message, __Oneof, __Service)]
[INFO] [stdout] 30 | pub enum NormalOneof {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../docs/enum_macro.md - proto_enum (line 8) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `protify`
[INFO] [stdout]   --> src/../docs/enum_macro.md:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use protify::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `protify`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `protify`, use `cargo add protify` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proto_package` in this scope
[INFO] [stdout]   --> src/../docs/enum_macro.md:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | proto_package!(MY_PKG, name = "my_pkg");
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `define_proto_file` in this scope
[INFO] [stdout]   --> src/../docs/enum_macro.md:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | define_proto_file!(MY_FILE, name = "my_file.proto", package = MY_PKG);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_enum` in this scope
[INFO] [stdout]   --> src/../docs/enum_macro.md:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[proto_enum]
[INFO] [stdout]    |   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto` in this scope
[INFO] [stdout]   --> src/../docs/enum_macro.md:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[proto(reserved_numbers(1..10))]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `proto` is an attribute that can be used by the derive macros `__Enum`, `__Extension`, `__Message`, `__Oneof` and `__Service`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 17 + #[derive(__Enum, __Extension, __Message, __Oneof, __Service)]
[INFO] [stdout] 18 | pub enum MyEnum {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `proto_name` found for enum `MyEnum` in the current scope
[INFO] [stdout]   --> src/../docs/enum_macro.md:30:21
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum MyEnum {
[INFO] [stdout]    | --------------- variant, associated function, or constant `proto_name` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 30 |     assert_eq!(MyEnum::proto_name(), "MyEnum");
[INFO] [stdout]    |                        ^^^^^^^^^^ variant, associated function, or constant not found in `MyEnum`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `from_int_or_default` found for enum `MyEnum` in the current scope
[INFO] [stdout]   --> src/../docs/enum_macro.md:31:18
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum MyEnum {
[INFO] [stdout]    | --------------- variant, associated function, or constant `from_int_or_default` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 31 |     let x = MyEnum::from_int_or_default(20);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `MyEnum`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `proto_schema` found for enum `MyEnum` in the current scope
[INFO] [stdout]   --> src/../docs/enum_macro.md:35:23
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum MyEnum {
[INFO] [stdout]    | --------------- variant, associated function, or constant `proto_schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 35 |     let schema = MyEnum::proto_schema();
[INFO] [stdout]    |                          ^^^^^^^^^^^^ variant, associated function, or constant not found in `MyEnum`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../docs/service_macro.md - proto_service (line 30) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `protify`
[INFO] [stdout]   --> src/../docs/service_macro.md:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use protify::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `protify`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `protify`, use `cargo add protify` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proto_package` in this scope
[INFO] [stdout]   --> src/../docs/service_macro.md:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | proto_package!(MY_PKG, name = "my_pkg");
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `define_proto_file` in this scope
[INFO] [stdout]   --> src/../docs/service_macro.md:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | define_proto_file!(MY_FILE, name = "my_file.proto", package = MY_PKG);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_message` in this scope
[INFO] [stdout]   --> src/../docs/service_macro.md:39:3
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[proto_message]
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_message` in this scope
[INFO] [stdout]   --> src/../docs/service_macro.md:45:3
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[proto_message]
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_message` in this scope
[INFO] [stdout]   --> src/../docs/service_macro.md:50:3
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[proto_message]
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_service` in this scope
[INFO] [stdout]   --> src/../docs/service_macro.md:55:3
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[proto_service]
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `stream` in this scope
[INFO] [stdout]   --> src/../docs/service_macro.md:62:11
[INFO] [stdout]    |
[INFO] [stdout] 62 |         #[stream]
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `proto_schema` found for enum `UserService` in the current scope
[INFO] [stdout]   --> src/../docs/service_macro.md:69:31
[INFO] [stdout]    |
[INFO] [stdout] 56 | enum UserService {
[INFO] [stdout]    | ---------------- variant, associated function, or constant `proto_schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 69 |     let proto_rep = UserService::proto_schema();
[INFO] [stdout]    |                                  ^^^^^^^^^^^^ variant, associated function, or constant not found in `UserService`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../docs/file_macro.md - define_proto_file (line 102) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `protify`
[INFO] [stdout]    --> src/../docs/file_macro.md:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 | use protify::*;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `protify`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `protify`, use `cargo add protify` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_service` in this scope
[INFO] [stdout]    --> src/../docs/file_macro.md:153:3
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[proto_service]
[INFO] [stdout]     |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_enum` in this scope
[INFO] [stdout]    --> src/../docs/file_macro.md:145:3
[INFO] [stdout]     |
[INFO] [stdout] 145 | #[proto_enum]
[INFO] [stdout]     |   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto` in this scope
[INFO] [stdout]    --> src/../docs/file_macro.md:146:3
[INFO] [stdout]     |
[INFO] [stdout] 146 | #[proto(parent_message = Msg1)]
[INFO] [stdout]     |   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `proto` is an attribute that can be used by the derive macros `__Enum`, `__Extension`, `__Message`, `__Oneof` and `__Service`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_enum` in this scope
[INFO] [stdout]    --> src/../docs/file_macro.md:138:3
[INFO] [stdout]     |
[INFO] [stdout] 138 | #[proto_enum]
[INFO] [stdout]     |   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_message` in this scope
[INFO] [stdout]    --> src/../docs/file_macro.md:133:3
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[proto_message]
[INFO] [stdout]     |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_message` in this scope
[INFO] [stdout]    --> src/../docs/file_macro.md:127:3
[INFO] [stdout]     |
[INFO] [stdout] 127 | #[proto_message]
[INFO] [stdout]     |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto` in this scope
[INFO] [stdout]    --> src/../docs/file_macro.md:128:3
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[proto(parent_message = Msg1)]
[INFO] [stdout]     |   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `proto` is an attribute that can be used by the derive macros `__Enum`, `__Extension`, `__Message`, `__Oneof` and `__Service`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `proto_message` in this scope
[INFO] [stdout]    --> src/../docs/file_macro.md:122:3
[INFO] [stdout]     |
[INFO] [stdout] 122 | #[proto_message]
[INFO] [stdout]     |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `define_proto_file` in this scope
[INFO] [stdout]    --> src/../docs/file_macro.md:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | define_proto_file!(
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proto_package` in this scope
[INFO] [stdout]    --> src/../docs/file_macro.md:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | proto_package!(MY_PKG, name = "my_pkg", files = [MY_FILE]);
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/../docs/enum_macro.md - proto_enum (line 8)
[INFO] [stdout]     src/../docs/extension_macro.md - proto_extension (line 13)
[INFO] [stdout]     src/../docs/field_ref.md - proto_oneof (line 25)
[INFO] [stdout]     src/../docs/file_macro.md - define_proto_file (line 102)
[INFO] [stdout]     src/../docs/file_macro.md - define_proto_file (line 27)
[INFO] [stdout]     src/../docs/file_macro.md - define_proto_file (line 78)
[INFO] [stdout]     src/../docs/message_macro.md - proto_message (line 25)
[INFO] [stdout]     src/../docs/service_macro.md - proto_service (line 30)
[INFO] [stdout]     src/lib.rs - proto_package (line 171)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.79s; merged doctests compilation took 0.30s
[INFO] running `Command { std: "docker" "inspect" "ec9c4fc420cadb235338cc1a2950cb877c1adaccf8c26c44ef65608b961aad25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec9c4fc420cadb235338cc1a2950cb877c1adaccf8c26c44ef65608b961aad25", kill_on_drop: false }`
[INFO] [stdout] ec9c4fc420cadb235338cc1a2950cb877c1adaccf8c26c44ef65608b961aad25
