[INFO] cloning repository https://github.com/natasria/rusty_themy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/natasria/rusty_themy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatasria%2Frusty_themy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatasria%2Frusty_themy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c358537dc2edbc5ee28de0f489f503d95f629269 [INFO] documenting natasria/rusty_themy against 1.86.0 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatasria%2Frusty_themy" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/natasria/rusty_themy on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/natasria/rusty_themy [INFO] finished tweaking git repo https://github.com/natasria/rusty_themy [INFO] tweaked toml for git repo https://github.com/natasria/rusty_themy written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/natasria/rusty_themy 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.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lightningcss-derive v1.0.0-alpha.37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 243286867c30d91ee5478ad14925826bce2e62a5ec44492809b06894430927bd [INFO] running `Command { std: "docker" "start" "-a" "243286867c30d91ee5478ad14925826bce2e62a5ec44492809b06894430927bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "243286867c30d91ee5478ad14925826bce2e62a5ec44492809b06894430927bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "243286867c30d91ee5478ad14925826bce2e62a5ec44492809b06894430927bd", kill_on_drop: false }` [INFO] [stdout] 243286867c30d91ee5478ad14925826bce2e62a5ec44492809b06894430927bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed4d758ee4ffb50fcca4388dbd93c83428325dae8617bcab79f317d95c591f73 [INFO] running `Command { std: "docker" "start" "-a" "ed4d758ee4ffb50fcca4388dbd93c83428325dae8617bcab79f317d95c591f73", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-core v0.3.26 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling winnow v0.3.5 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling toml_datetime v0.6.1 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Compiling bytecheck v0.6.10 [INFO] [stderr] Compiling polling v2.5.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Compiling rend v0.4.0 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Compiling futures-task v0.3.26 [INFO] [stderr] Checking futures-io v0.3.26 [INFO] [stderr] Checking simdutf8 v0.1.4 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking matches v0.1.10 [INFO] [stderr] Checking getrandom v0.2.8 [INFO] [stderr] Checking async-lock v2.7.0 [INFO] [stderr] Checking concurrent-queue v2.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling async-io v1.12.0 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling serde_json v1.0.94 [INFO] [stderr] Checking outref v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling async-trait v0.1.66 [INFO] [stderr] Compiling futures-util v0.3.26 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rkyv v0.7.40 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Checking dtoa-short v0.3.3 [INFO] [stderr] Checking simd-abstraction v0.7.1 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking crossbeam-channel v0.5.7 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Checking futures-sink v0.3.26 [INFO] [stderr] Checking async-task v4.3.0 [INFO] [stderr] Checking cpufeatures v0.2.5 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking dlv-list v0.3.0 [INFO] [stderr] Checking either v1.8.1 [INFO] [stderr] Checking seahash v4.1.0 [INFO] [stderr] Compiling parcel_selectors v0.25.1 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.3 [INFO] [stderr] Checking base64-simd v0.7.0 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking nix v0.25.1 [INFO] [stderr] Checking ordered-multimap v0.4.3 [INFO] [stderr] Checking digest v0.10.6 [INFO] [stderr] Checking data-url v0.1.1 [INFO] [stderr] Checking async-executor v1.5.0 [INFO] [stderr] Checking async-broadcast v0.5.1 [INFO] [stderr] Checking sha1 v0.10.5 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Checking vlq v0.5.1 [INFO] [stderr] Compiling dark-light v1.0.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Checking rayon v1.7.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking rust-ini v0.18.0 [INFO] [stderr] Checking dashmap v5.4.0 [INFO] [stderr] Checking dconf_rs v0.3.0 [INFO] [stderr] Checking detect-desktop-environment v0.2.0 [INFO] [stderr] Checking data-encoding v2.3.3 [INFO] [stderr] Compiling toml_edit v0.19.4 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling ptr_meta_derive v0.1.4 [INFO] [stderr] Compiling enumflags2_derive v0.7.4 [INFO] [stderr] Compiling bytecheck_derive v0.6.10 [INFO] [stderr] Compiling cssparser v0.29.6 [INFO] [stderr] Compiling phf_macros v0.10.0 [INFO] [stderr] Compiling zvariant_derive v3.11.0 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling rkyv_derive v0.7.40 [INFO] [stderr] Compiling zbus_macros v3.10.0 [INFO] [stderr] Compiling async-recursion v1.0.2 [INFO] [stderr] Compiling const-str-proc-macro v0.3.2 [INFO] [stderr] Compiling serde_repr v0.1.11 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling lightningcss-derive v1.0.0-alpha.37 [INFO] [stderr] Checking ptr_meta v0.1.4 [INFO] [stderr] Checking const-str v0.3.2 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking enumflags2 v0.7.5 [INFO] [stderr] Checking zvariant v3.11.0 [INFO] [stderr] Checking parcel_sourcemap v2.1.1 [INFO] [stderr] Checking lightningcss v1.0.0-alpha.40 [INFO] [stderr] Checking zbus_names v2.5.0 [INFO] [stderr] Checking zbus v3.10.0 [INFO] [stderr] Documenting rusty_themy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/../README.md:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 65 | * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or ) [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/../README.md:66:47 [INFO] [stdout] | [INFO] [stdout] 66 | * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 66 | * MIT license ([LICENSE-MIT](LICENSE-MIT) or ) [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s [INFO] [stderr] Generated /opt/rustwide/target/doc/rusty_themy/index.html [INFO] running `Command { std: "docker" "inspect" "ed4d758ee4ffb50fcca4388dbd93c83428325dae8617bcab79f317d95c591f73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed4d758ee4ffb50fcca4388dbd93c83428325dae8617bcab79f317d95c591f73", kill_on_drop: false }` [INFO] [stdout] ed4d758ee4ffb50fcca4388dbd93c83428325dae8617bcab79f317d95c591f73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d705de44c1b6f3ac89eb61bf8726a4c81a7912802bdfa0a2121ac714be50da44 [INFO] running `Command { std: "docker" "start" "-a" "d705de44c1b6f3ac89eb61bf8726a4c81a7912802bdfa0a2121ac714be50da44", kill_on_drop: false }` [INFO] [stderr] Documenting rusty_themy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/../README.md:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 65 | * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or ) [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/../README.md:66:47 [INFO] [stdout] | [INFO] [stdout] 66 | * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 66 | * MIT license ([LICENSE-MIT](LICENSE-MIT) or ) [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s [INFO] [stderr] Generated /opt/rustwide/target/doc/rusty_themy/index.html [INFO] running `Command { std: "docker" "inspect" "d705de44c1b6f3ac89eb61bf8726a4c81a7912802bdfa0a2121ac714be50da44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d705de44c1b6f3ac89eb61bf8726a4c81a7912802bdfa0a2121ac714be50da44", kill_on_drop: false }` [INFO] [stdout] d705de44c1b6f3ac89eb61bf8726a4c81a7912802bdfa0a2121ac714be50da44