[INFO] cloning repository https://github.com/A4-Tacks/unique-rc-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/A4-Tacks/unique-rc-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FA4-Tacks%2Funique-rc-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FA4-Tacks%2Funique-rc-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5eb2b925d2142ba5e4c924ed9192d6944ec04e95
[INFO] documenting A4-Tacks/unique-rc-rs against 1.90.0 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FA4-Tacks%2Funique-rc-rs" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/A4-Tacks/unique-rc-rs
[INFO] finished tweaking git repo https://github.com/A4-Tacks/unique-rc-rs
[INFO] tweaked toml for git repo https://github.com/A4-Tacks/unique-rc-rs written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/A4-Tacks/unique-rc-rs on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/A4-Tacks/unique-rc-rs 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6bf83012f942d45e260781dc7148f2f0b908b2bf132d6c72dc89695dbd3695d9
[INFO] running `Command { std: "docker" "start" "-a" "6bf83012f942d45e260781dc7148f2f0b908b2bf132d6c72dc89695dbd3695d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6bf83012f942d45e260781dc7148f2f0b908b2bf132d6c72dc89695dbd3695d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bf83012f942d45e260781dc7148f2f0b908b2bf132d6c72dc89695dbd3695d9", kill_on_drop: false }`
[INFO] [stdout] 6bf83012f942d45e260781dc7148f2f0b908b2bf132d6c72dc89695dbd3695d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 923f1b1ef94d0eebbf6736888f6dfe9351db90b6fb83f03170d4c0ca1ff566ae
[INFO] running `Command { std: "docker" "start" "-a" "923f1b1ef94d0eebbf6736888f6dfe9351db90b6fb83f03170d4c0ca1ff566ae", kill_on_drop: false }`
[INFO] [stderr]  Documenting unique-rc v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:92:35
[INFO] [stdout]     |
[INFO] [stdout]  92 |                     let raw: *mut (dyn Any $(+ $auto)*) = Self::into_raw(self);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 678 | impl_rc!(Rc,    UniqRc);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_downcast` which comes from the expansion of the macro `impl_rc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:92:35
[INFO] [stdout]     |
[INFO] [stdout]  92 |                     let raw: *mut (dyn Any $(+ $auto)*) = Self::into_raw(self);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 679 | impl_rc!(Arc,   UniqArc);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_downcast` which comes from the expansion of the macro `impl_rc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/unique_rc/index.html
[INFO] running `Command { std: "docker" "inspect" "923f1b1ef94d0eebbf6736888f6dfe9351db90b6fb83f03170d4c0ca1ff566ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "923f1b1ef94d0eebbf6736888f6dfe9351db90b6fb83f03170d4c0ca1ff566ae", kill_on_drop: false }`
[INFO] [stdout] 923f1b1ef94d0eebbf6736888f6dfe9351db90b6fb83f03170d4c0ca1ff566ae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 83d02101abcd1f924751ed5f211d395a9d790d31d3f4977adfb8a5f54a277a9d
[INFO] running `Command { std: "docker" "start" "-a" "83d02101abcd1f924751ed5f211d395a9d790d31d3f4977adfb8a5f54a277a9d", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]  Documenting unique-rc v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:92:35
[INFO] [stdout]     |
[INFO] [stdout]  92 |                     let raw: *mut (dyn Any $(+ $auto)*) = Self::into_raw(self);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 678 | impl_rc!(Rc,    UniqRc);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_downcast` which comes from the expansion of the macro `impl_rc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:92:35
[INFO] [stdout]     |
[INFO] [stdout]  92 |                     let raw: *mut (dyn Any $(+ $auto)*) = Self::into_raw(self);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 679 | impl_rc!(Arc,   UniqArc);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_downcast` which comes from the expansion of the macro `impl_rc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/unique_rc/index.html
[INFO] running `Command { std: "docker" "inspect" "83d02101abcd1f924751ed5f211d395a9d790d31d3f4977adfb8a5f54a277a9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83d02101abcd1f924751ed5f211d395a9d790d31d3f4977adfb8a5f54a277a9d", kill_on_drop: false }`
[INFO] [stdout] 83d02101abcd1f924751ed5f211d395a9d790d31d3f4977adfb8a5f54a277a9d
