[INFO] fetching crate inject 0.1.3... [INFO] documenting inject-0.1.3 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate inject 0.1.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate inject 0.1.3 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate inject 0.1.3 [INFO] finished tweaking crates.io crate inject 0.1.3 [INFO] tweaked toml for crates.io crate inject 0.1.3 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate inject 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rstest v0.6.4 [INFO] [stderr] Downloaded inject-macro v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3af2a1657c16f96feafae0e21f4d6512b1731afe55fc4e34ab9c12c2ec55f167 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3af2a1657c16f96feafae0e21f4d6512b1731afe55fc4e34ab9c12c2ec55f167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3af2a1657c16f96feafae0e21f4d6512b1731afe55fc4e34ab9c12c2ec55f167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3af2a1657c16f96feafae0e21f4d6512b1731afe55fc4e34ab9c12c2ec55f167", kill_on_drop: false }` [INFO] [stdout] 3af2a1657c16f96feafae0e21f4d6512b1731afe55fc4e34ab9c12c2ec55f167 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb01131df1cc21155e5d11fc4f064b15c20ef039d41fc497f9ba5ae7292f38df [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fb01131df1cc21155e5d11fc4f064b15c20ef039d41fc497f9ba5ae7292f38df", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling inject-macro v0.1.1 [INFO] [stderr] Documenting inject v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `inject` is both a module and an attribute macro [INFO] [stdout] --> src/lib.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | /// #[inject] attribute. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 67 | /// #[mod@inject] attribute. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 67 | /// #[macro@inject] attribute. [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `inject` is both a module and an attribute macro [INFO] [stdout] --> src/lib.rs:196:7 [INFO] [stdout] | [INFO] [stdout] 196 | /// #[inject] accepts two positions: in a "free" function, or a struct impl method that returns `Self`. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 196 | /// #[mod@inject] accepts two positions: in a "free" function, or a struct impl method that returns `Self`. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 196 | /// #[macro@inject] accepts two positions: in a "free" function, or a struct impl method that returns `Self`. [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.47s [INFO] running `Command { std: "docker" "inspect" "fb01131df1cc21155e5d11fc4f064b15c20ef039d41fc497f9ba5ae7292f38df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb01131df1cc21155e5d11fc4f064b15c20ef039d41fc497f9ba5ae7292f38df", kill_on_drop: false }` [INFO] [stdout] fb01131df1cc21155e5d11fc4f064b15c20ef039d41fc497f9ba5ae7292f38df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b18de62c6efe7ba88b461577c3e74e6e40e1ee1ff1a0a468a76bd6eb04a21e8d [INFO] running `Command { std: "docker" "start" "-a" "b18de62c6efe7ba88b461577c3e74e6e40e1ee1ff1a0a468a76bd6eb04a21e8d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling inject-macro v0.1.1 [INFO] [stderr] Documenting inject v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `inject` is both a module and an attribute macro [INFO] [stdout] --> src/lib.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | /// #[inject] attribute. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 67 | /// #[mod@inject] attribute. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 67 | /// #[macro@inject] attribute. [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `inject` is both a module and an attribute macro [INFO] [stdout] --> src/lib.rs:196:7 [INFO] [stdout] | [INFO] [stdout] 196 | /// #[inject] accepts two positions: in a "free" function, or a struct impl method that returns `Self`. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 196 | /// #[mod@inject] accepts two positions: in a "free" function, or a struct impl method that returns `Self`. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 196 | /// #[macro@inject] accepts two positions: in a "free" function, or a struct impl method that returns `Self`. [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.93s [INFO] running `Command { std: "docker" "inspect" "b18de62c6efe7ba88b461577c3e74e6e40e1ee1ff1a0a468a76bd6eb04a21e8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b18de62c6efe7ba88b461577c3e74e6e40e1ee1ff1a0a468a76bd6eb04a21e8d", kill_on_drop: false }` [INFO] [stdout] b18de62c6efe7ba88b461577c3e74e6e40e1ee1ff1a0a468a76bd6eb04a21e8d