[INFO] fetching crate logging_timer 1.0.0... [INFO] documenting logging_timer-1.0.0 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate logging_timer 1.0.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate logging_timer 1.0.0 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate logging_timer 1.0.0 [INFO] finished tweaking crates.io crate logging_timer 1.0.0 [INFO] tweaked toml for crates.io crate logging_timer 1.0.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate logging_timer 1.0.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8db2b056fefe202d2d53a732db71f32ba8934e925fa8d71ce8dd161ef469a573 [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" "8db2b056fefe202d2d53a732db71f32ba8934e925fa8d71ce8dd161ef469a573", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8db2b056fefe202d2d53a732db71f32ba8934e925fa8d71ce8dd161ef469a573", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8db2b056fefe202d2d53a732db71f32ba8934e925fa8d71ce8dd161ef469a573", kill_on_drop: false }` [INFO] [stdout] 8db2b056fefe202d2d53a732db71f32ba8934e925fa8d71ce8dd161ef469a573 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1ea687bb934e3c22f8a7b4bfb398d5a5fb329ebd60158beeedc6a6de1030e5d [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" "a1ea687bb934e3c22f8a7b4bfb398d5a5fb329ebd60158beeedc6a6de1030e5d", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling logging_timer_proc_macros v1.0.0 [INFO] [stderr] Documenting logging_timer v1.0.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(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: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] = 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: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.31s [INFO] running `Command { std: "docker" "inspect" "a1ea687bb934e3c22f8a7b4bfb398d5a5fb329ebd60158beeedc6a6de1030e5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1ea687bb934e3c22f8a7b4bfb398d5a5fb329ebd60158beeedc6a6de1030e5d", kill_on_drop: false }` [INFO] [stdout] a1ea687bb934e3c22f8a7b4bfb398d5a5fb329ebd60158beeedc6a6de1030e5d