[INFO] fetching crate syllogism-macro 0.1.1... [INFO] documenting syllogism-macro-0.1.1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate syllogism-macro 0.1.1 into /workspace/builds/worker-30/source [INFO] validating manifest of crates.io crate syllogism-macro 0.1.1 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate syllogism-macro 0.1.1 [INFO] finished tweaking crates.io crate syllogism-macro 0.1.1 [INFO] tweaked toml for crates.io crate syllogism-macro 0.1.1 written to /workspace/builds/worker-30/source/Cargo.toml [INFO] crate crates.io crate syllogism-macro 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46bff60ed91c40e43a902dea70b14821786a985638cb30de98d8cbdf4049cb73 [INFO] running `Command { std: "docker" "start" "-a" "46bff60ed91c40e43a902dea70b14821786a985638cb30de98d8cbdf4049cb73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46bff60ed91c40e43a902dea70b14821786a985638cb30de98d8cbdf4049cb73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46bff60ed91c40e43a902dea70b14821786a985638cb30de98d8cbdf4049cb73", kill_on_drop: false }` [INFO] [stdout] 46bff60ed91c40e43a902dea70b14821786a985638cb30de98d8cbdf4049cb73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90ad1de03dbb2eaa966103847c557b8a772d41bd8a221936b985335622c807e8 [INFO] running `Command { std: "docker" "start" "-a" "90ad1de03dbb2eaa966103847c557b8a772d41bd8a221936b985335622c807e8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Checking syllogism v0.1.0 [INFO] [stderr] Checking quote v0.6.12 [INFO] [stderr] Documenting syllogism-macro v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | /// ```ignore [INFO] [stdout] | _____^ [INFO] [stdout] 306 | | /// impl IsNot for D1 {} // For each pair of distinct data types `D1`, `D2` [INFO] [stdout] 307 | | /// [INFO] [stdout] 308 | | /// impl

IsNot

for D1 [INFO] [stdout] ... | [INFO] [stdout] 323 | | /// m1!(impl trait for D1 {}); // For each data type `D1` and each macro `m1` [INFO] [stdout] 324 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stdout] --> src/lib.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | /// ```ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: this file contains an unclosed delimiter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:338:5 [INFO] [stdout] | [INFO] [stdout] 338 | /// ``` [INFO] [stdout] | _____^ [INFO] [stdout] 339 | | /// # } // HACK! Close the main function. [INFO] [stdout] 340 | | /// # // Let me know if there is a more elegant solution. [INFO] [stdout] 341 | | /// # mod hack { // Run the tests outside the main function. [INFO] [stdout] ... | [INFO] [stdout] 393 | | /// ); [INFO] [stdout] 394 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unexpected closing delimiter: `}` [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 338 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:508:5 [INFO] [stdout] | [INFO] [stdout] 508 | /// ``` [INFO] [stdout] | _____^ [INFO] [stdout] 509 | | /// # } // HACK! Close the main function. [INFO] [stdout] 510 | | /// # // Let me know if there is a more elegant solution. [INFO] [stdout] 511 | | /// # mod hack { // Run the tests outside the main function. [INFO] [stdout] ... | [INFO] [stdout] 560 | | /// } [INFO] [stdout] 561 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unexpected closing delimiter: `}` [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 508 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.61s [INFO] running `Command { std: "docker" "inspect" "90ad1de03dbb2eaa966103847c557b8a772d41bd8a221936b985335622c807e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90ad1de03dbb2eaa966103847c557b8a772d41bd8a221936b985335622c807e8", kill_on_drop: false }` [INFO] [stdout] 90ad1de03dbb2eaa966103847c557b8a772d41bd8a221936b985335622c807e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 81f95a3d038ca59abad2b3ba7898cc4581b67af53386887a5395fc9b385724a2 [INFO] running `Command { std: "docker" "start" "-a" "81f95a3d038ca59abad2b3ba7898cc4581b67af53386887a5395fc9b385724a2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Checking syllogism v0.1.0 [INFO] [stderr] Checking quote v0.6.12 [INFO] [stderr] Documenting syllogism-macro v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | /// ```ignore [INFO] [stdout] | _____^ [INFO] [stdout] 306 | | /// impl IsNot for D1 {} // For each pair of distinct data types `D1`, `D2` [INFO] [stdout] 307 | | /// [INFO] [stdout] 308 | | /// impl

IsNot

for D1 [INFO] [stdout] ... | [INFO] [stdout] 323 | | /// m1!(impl trait for D1 {}); // For each data type `D1` and each macro `m1` [INFO] [stdout] 324 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stdout] --> src/lib.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | /// ```ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: this file contains an unclosed delimiter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:338:5 [INFO] [stdout] | [INFO] [stdout] 338 | /// ``` [INFO] [stdout] | _____^ [INFO] [stdout] 339 | | /// # } // HACK! Close the main function. [INFO] [stdout] 340 | | /// # // Let me know if there is a more elegant solution. [INFO] [stdout] 341 | | /// # mod hack { // Run the tests outside the main function. [INFO] [stdout] ... | [INFO] [stdout] 393 | | /// ); [INFO] [stdout] 394 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unexpected closing delimiter: `}` [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 338 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:508:5 [INFO] [stdout] | [INFO] [stdout] 508 | /// ``` [INFO] [stdout] | _____^ [INFO] [stdout] 509 | | /// # } // HACK! Close the main function. [INFO] [stdout] 510 | | /// # // Let me know if there is a more elegant solution. [INFO] [stdout] 511 | | /// # mod hack { // Run the tests outside the main function. [INFO] [stdout] ... | [INFO] [stdout] 560 | | /// } [INFO] [stdout] 561 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unexpected closing delimiter: `}` [INFO] [stdout] help: mark blocks that do not contain Rust code as text [INFO] [stdout] | [INFO] [stdout] 508 | /// ```text [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.84s [INFO] running `Command { std: "docker" "inspect" "81f95a3d038ca59abad2b3ba7898cc4581b67af53386887a5395fc9b385724a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81f95a3d038ca59abad2b3ba7898cc4581b67af53386887a5395fc9b385724a2", kill_on_drop: false }` [INFO] [stdout] 81f95a3d038ca59abad2b3ba7898cc4581b67af53386887a5395fc9b385724a2