[INFO] fetching crate logging_timer 1.1.0... [INFO] documenting logging_timer-1.1.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate logging_timer 1.1.0 into /workspace/builds/worker-26/source [INFO] validating manifest of crates.io crate logging_timer 1.1.0 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 logging_timer 1.1.0 [INFO] finished tweaking crates.io crate logging_timer 1.1.0 [INFO] tweaked toml for crates.io crate logging_timer 1.1.0 written to /workspace/builds/worker-26/source/Cargo.toml [INFO] crate crates.io crate logging_timer 1.1.0 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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] be09aaaabdc3e79dc1f5d57df225ac0fc201312696df03eb53160805a8909dfe [INFO] running `Command { std: "docker" "start" "-a" "be09aaaabdc3e79dc1f5d57df225ac0fc201312696df03eb53160805a8909dfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be09aaaabdc3e79dc1f5d57df225ac0fc201312696df03eb53160805a8909dfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be09aaaabdc3e79dc1f5d57df225ac0fc201312696df03eb53160805a8909dfe", kill_on_drop: false }` [INFO] [stdout] be09aaaabdc3e79dc1f5d57df225ac0fc201312696df03eb53160805a8909dfe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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] 3a4b8607d1e94b23172ae9ec6f9e30a284d75286a31b31c9eb6f305a33354a8c [INFO] running `Command { std: "docker" "start" "-a" "3a4b8607d1e94b23172ae9ec6f9e30a284d75286a31b31c9eb6f305a33354a8c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling logging_timer_proc_macros v1.1.0 [INFO] [stderr] Documenting logging_timer v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! This crate provides a couple of simple timers that log messages indicating the elapsed [INFO] [stdout] 2 | | //! time between their creation and dropping. Messages are output via the [INFO] [stdout] 3 | | //! [log](https://crates.io/crates/log) crate. [INFO] [stdout] 4 | | //! [INFO] [stdout] ... | [INFO] [stdout] 151 | | //! struct and `[dnscan/src/main.rs/63]` is the filename and number from `Record` - this captures the place where the timer was [INFO] [stdout] 152 | | //! instantiated. The module is also set, but is not shown in these examples. [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 260 | / /// Sets the logging level. [INFO] [stdout] 261 | | /// Note that this consumes self, so that it can be called in a one-liner like this: [INFO] [stdout] 262 | | /// [INFO] [stdout] 263 | | /// ```norun [INFO] [stdout] 264 | | /// let tmr = timer!("foo").level(Level::Trace); [INFO] [stdout] 265 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:360:1 [INFO] [stdout] | [INFO] [stdout] 360 | / /// Creates a timer that does not log a starting message, only a finished one. [INFO] [stdout] 361 | | /// [INFO] [stdout] 362 | | /// # Examples [INFO] [stdout] 363 | | /// Note that when specifying the log level you must use a semi-colon as a [INFO] [stdout] ... | [INFO] [stdout] 373 | | /// let _tmr4 = timer!(Level::Trace; "FIND_FILES", "Found {} files", 42); [INFO] [stdout] 374 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:456:1 [INFO] [stdout] | [INFO] [stdout] 456 | / /// Creates a timer that logs a starting mesage and a finished message. [INFO] [stdout] 457 | | /// [INFO] [stdout] 458 | | /// # Examples [INFO] [stdout] 459 | | /// Note that when specifying the log level you must use a semi-colon as a [INFO] [stdout] ... | [INFO] [stdout] 469 | | /// let _tmr4 = stimer!(Level::Trace; "FIND_FILES", "Found {} files", 42); [INFO] [stdout] 470 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.28s [INFO] running `Command { std: "docker" "inspect" "3a4b8607d1e94b23172ae9ec6f9e30a284d75286a31b31c9eb6f305a33354a8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a4b8607d1e94b23172ae9ec6f9e30a284d75286a31b31c9eb6f305a33354a8c", kill_on_drop: false }` [INFO] [stdout] 3a4b8607d1e94b23172ae9ec6f9e30a284d75286a31b31c9eb6f305a33354a8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "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: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] 14e1e49db5f8f237c38ee305fc1f3d35c5f7e77137b7fff71c0e8799db9aaca2 [INFO] running `Command { std: "docker" "start" "-a" "14e1e49db5f8f237c38ee305fc1f3d35c5f7e77137b7fff71c0e8799db9aaca2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling logging_timer_proc_macros v1.1.0 [INFO] [stderr] Documenting logging_timer v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! This crate provides a couple of simple timers that log messages indicating the elapsed [INFO] [stdout] 2 | | //! time between their creation and dropping. Messages are output via the [INFO] [stdout] 3 | | //! [log](https://crates.io/crates/log) crate. [INFO] [stdout] 4 | | //! [INFO] [stdout] ... | [INFO] [stdout] 151 | | //! struct and `[dnscan/src/main.rs/63]` is the filename and number from `Record` - this captures the place where the timer was [INFO] [stdout] 152 | | //! instantiated. The module is also set, but is not shown in these examples. [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 260 | / /// Sets the logging level. [INFO] [stdout] 261 | | /// Note that this consumes self, so that it can be called in a one-liner like this: [INFO] [stdout] 262 | | /// [INFO] [stdout] 263 | | /// ```norun [INFO] [stdout] 264 | | /// let tmr = timer!("foo").level(Level::Trace); [INFO] [stdout] 265 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:360:1 [INFO] [stdout] | [INFO] [stdout] 360 | / /// Creates a timer that does not log a starting message, only a finished one. [INFO] [stdout] 361 | | /// [INFO] [stdout] 362 | | /// # Examples [INFO] [stdout] 363 | | /// Note that when specifying the log level you must use a semi-colon as a [INFO] [stdout] ... | [INFO] [stdout] 373 | | /// let _tmr4 = timer!(Level::Trace; "FIND_FILES", "Found {} files", 42); [INFO] [stdout] 374 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:456:1 [INFO] [stdout] | [INFO] [stdout] 456 | / /// Creates a timer that logs a starting mesage and a finished message. [INFO] [stdout] 457 | | /// [INFO] [stdout] 458 | | /// # Examples [INFO] [stdout] 459 | | /// Note that when specifying the log level you must use a semi-colon as a [INFO] [stdout] ... | [INFO] [stdout] 469 | | /// let _tmr4 = stimer!(Level::Trace; "FIND_FILES", "Found {} files", 42); [INFO] [stdout] 470 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.66s [INFO] running `Command { std: "docker" "inspect" "14e1e49db5f8f237c38ee305fc1f3d35c5f7e77137b7fff71c0e8799db9aaca2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14e1e49db5f8f237c38ee305fc1f3d35c5f7e77137b7fff71c0e8799db9aaca2", kill_on_drop: false }` [INFO] [stdout] 14e1e49db5f8f237c38ee305fc1f3d35c5f7e77137b7fff71c0e8799db9aaca2