[INFO] crate nitrokey-test 0.3.2 is already in cache [INFO] documenting nitrokey-test-0.3.2 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate nitrokey-test 0.3.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate nitrokey-test 0.3.2 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate nitrokey-test 0.3.2 [INFO] finished tweaking crates.io crate nitrokey-test 0.3.2 [INFO] tweaked toml for crates.io crate nitrokey-test 0.3.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac1f8fe17a20b0d8085cbb50e4ad8cc624f012fed9b9bd0b39f367841263dc0d [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" "ac1f8fe17a20b0d8085cbb50e4ad8cc624f012fed9b9bd0b39f367841263dc0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac1f8fe17a20b0d8085cbb50e4ad8cc624f012fed9b9bd0b39f367841263dc0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac1f8fe17a20b0d8085cbb50e4ad8cc624f012fed9b9bd0b39f367841263dc0d", kill_on_drop: false }` [INFO] [stdout] ac1f8fe17a20b0d8085cbb50e4ad8cc624f012fed9b9bd0b39f367841263dc0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 608a61e8bddb4691a648eccfab5d0beb1001e2a077b204c009e47e2f02f7a802 [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" "608a61e8bddb4691a648eccfab5d0beb1001e2a077b204c009e47e2f02f7a802", kill_on_drop: false }` [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking proc-macro2 v1.0.18 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking syn v1.0.33 [INFO] [stderr] Documenting nitrokey-test v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: `test` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:165:7 [INFO] [stdout] | [INFO] [stdout] 165 | /// #[test] fn foo(); -> no device [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:27:3 [INFO] [stdout] | [INFO] [stdout] 27 | intra_doc_link_resolution_failure, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 165 | /// #[test()] fn foo(); -> no device [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: to link to the attribute macro, prefix with the item type [INFO] [stdout] | [INFO] [stdout] 165 | /// #[macro@test] fn foo(); -> no device [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `test` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | /// #[test] fn foo(device: Pro); -> pro [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 168 | /// #[test()] fn foo(device: Pro); -> pro [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: to link to the attribute macro, prefix with the item type [INFO] [stdout] | [INFO] [stdout] 168 | /// #[macro@test] fn foo(device: Pro); -> pro [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `test` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:171:7 [INFO] [stdout] | [INFO] [stdout] 171 | /// #[test] fn foo(device: Storage); -> storage [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 171 | /// #[test()] fn foo(device: Storage); -> storage [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: to link to the attribute macro, prefix with the item type [INFO] [stdout] | [INFO] [stdout] 171 | /// #[macro@test] fn foo(device: Storage); -> storage [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `test` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:174:7 [INFO] [stdout] | [INFO] [stdout] 174 | /// #[test] fn foo(device: DeviceWrapper); -> any [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 174 | /// #[test()] fn foo(device: DeviceWrapper); -> any [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: to link to the attribute macro, prefix with the item type [INFO] [stdout] | [INFO] [stdout] 174 | /// #[macro@test] fn foo(device: DeviceWrapper); -> any [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `test` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:177:7 [INFO] [stdout] | [INFO] [stdout] 177 | /// #[test] fn foo(model: Model); -> any [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 177 | /// #[test()] fn foo(model: Model); -> any [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: to link to the attribute macro, prefix with the item type [INFO] [stdout] | [INFO] [stdout] 177 | /// #[macro@test] fn foo(model: Model); -> any [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.71s [INFO] running `Command { std: "docker" "inspect" "608a61e8bddb4691a648eccfab5d0beb1001e2a077b204c009e47e2f02f7a802", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "608a61e8bddb4691a648eccfab5d0beb1001e2a077b204c009e47e2f02f7a802", kill_on_drop: false }` [INFO] [stdout] 608a61e8bddb4691a648eccfab5d0beb1001e2a077b204c009e47e2f02f7a802