[INFO] cloning repository https://github.com/kcking/gaia [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kcking/gaia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcking%2Fgaia", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcking%2Fgaia'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 170b1d9452257055620d82010591718eb2020b8c [INFO] documenting kcking/gaia against beta-2023-07-23 for beta-1.72-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcking%2Fgaia" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kcking/gaia on toolchain beta-2023-07-23 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-07-23" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kcking/gaia [INFO] finished tweaking git repo https://github.com/kcking/gaia [INFO] tweaked toml for git repo https://github.com/kcking/gaia written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kcking/gaia 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" "+beta-2023-07-23" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: patch for the non root package will be ignored, specify patch at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-1-tc2/source/server/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-07-23" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 320040db576db86df794747e17aad21fe461cf8976996fb9ef743731e8c6edf3 [INFO] running `Command { std: "docker" "start" "-a" "320040db576db86df794747e17aad21fe461cf8976996fb9ef743731e8c6edf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "320040db576db86df794747e17aad21fe461cf8976996fb9ef743731e8c6edf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "320040db576db86df794747e17aad21fe461cf8976996fb9ef743731e8c6edf3", kill_on_drop: false }` [INFO] [stdout] 320040db576db86df794747e17aad21fe461cf8976996fb9ef743731e8c6edf3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-07-23" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ecf66133edd001d295b65020e897762ac3361740a2938a9d2926c00a55ca7e7c [INFO] running `Command { std: "docker" "start" "-a" "ecf66133edd001d295b65020e897762ac3361740a2938a9d2926c00a55ca7e7c", kill_on_drop: false }` [INFO] [stderr] warning: patch for the non root package will be ignored, specify patch at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/server/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.82 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling bumpalo v3.11.0 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Checking itoa v1.0.3 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling wasm-bindgen v0.2.82 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Compiling pulldown-cmark v0.9.2 [INFO] [stderr] Compiling prettyplease v0.1.19 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Checking futures-sink v0.3.24 [INFO] [stderr] Checking anymap2 v0.13.0 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling litrs v0.2.3 [INFO] [stderr] Checking fastrand v1.8.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Checking route-recognizer v0.3.1 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking implicit-clone v0.2.0 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Compiling const-random v0.1.13 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling chumsky v0.8.0 [INFO] [stderr] Checking time v0.3.14 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.82 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling thiserror-impl v1.0.33 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling yew-macro v0.19.3 (https://github.com/kcking/yew?rev=66939e79a1f998c00c93a90fcad2402eb40ecf37#66939e79) [INFO] [stderr] Compiling yew-router-macro v0.16.0 (https://github.com/kcking/yew?rev=66939e79a1f998c00c93a90fcad2402eb40ecf37#66939e79) [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.82 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.82 [INFO] [stderr] Checking thiserror v1.0.33 [INFO] [stderr] Checking pin-project v1.0.12 [INFO] [stderr] Compiling stylist-core v0.10.1 [INFO] [stderr] Compiling stylist-macros v0.10.1 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking js-sys v0.3.59 [INFO] [stderr] Checking console_error_panic_hook v0.1.7 [INFO] [stderr] Checking web-sys v0.3.59 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.32 [INFO] [stderr] Checking serde-wasm-bindgen v0.3.1 [INFO] [stderr] Checking gloo-timers v0.2.4 [INFO] [stderr] Checking gloo-utils v0.1.5 [INFO] [stderr] Checking gloo-events v0.1.2 [INFO] [stderr] Checking gloo-render v0.1.1 [INFO] [stderr] Checking gloo-dialogs v0.1.1 [INFO] [stderr] Checking gloo-console v0.2.3 [INFO] [stderr] Checking gloo-storage v0.2.2 [INFO] [stderr] Checking gloo-net v0.2.4 [INFO] [stderr] Checking gloo-history v0.1.0 [INFO] [stderr] Checking gloo-file v0.2.3 [INFO] [stderr] Checking gloo-worker v0.1.2 [INFO] [stderr] Checking gloo v0.7.0 [INFO] [stderr] Checking yew v0.19.3 (https://github.com/kcking/yew?rev=66939e79a1f998c00c93a90fcad2402eb40ecf37#66939e79) [INFO] [stderr] Checking yew-router v0.16.0 (https://github.com/kcking/yew?rev=66939e79a1f998c00c93a90fcad2402eb40ecf37#66939e79) [INFO] [stderr] Checking stylist v0.10.1 [INFO] [stderr] Checking gaia v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting gaia v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `VTag` [INFO] [stdout] --> src/blog/syntaxhighlight.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | virtual_dom::{VNode, VTag}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/blog/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/projects.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `YieldStyle`, `style` [INFO] [stdout] --> src/projects.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | use stylist::{css, style, YieldStyle}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `virtual_dom::VNode` [INFO] [stdout] --> src/projects.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | use yew::{prelude::*, virtual_dom::VNode}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `md` [INFO] [stdout] --> src/blog/post1.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn post(md: &Metadata) -> Html { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_md` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `languages` should have an upper case name [INFO] [stdout] --> src/blog/syntaxhighlight.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | pub static languages: Language; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGES` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.70s [INFO] running `Command { std: "docker" "inspect" "ecf66133edd001d295b65020e897762ac3361740a2938a9d2926c00a55ca7e7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecf66133edd001d295b65020e897762ac3361740a2938a9d2926c00a55ca7e7c", kill_on_drop: false }` [INFO] [stdout] ecf66133edd001d295b65020e897762ac3361740a2938a9d2926c00a55ca7e7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-07-23" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f2b6dd6d59c817fd78b1c48421e5709d98e412df072a5d56f6c17fc8786a347 [INFO] running `Command { std: "docker" "start" "-a" "2f2b6dd6d59c817fd78b1c48421e5709d98e412df072a5d56f6c17fc8786a347", kill_on_drop: false }` [INFO] [stderr] warning: patch for the non root package will be ignored, specify patch at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/server/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Documenting gaia v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "2f2b6dd6d59c817fd78b1c48421e5709d98e412df072a5d56f6c17fc8786a347", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f2b6dd6d59c817fd78b1c48421e5709d98e412df072a5d56f6c17fc8786a347", kill_on_drop: false }` [INFO] [stdout] 2f2b6dd6d59c817fd78b1c48421e5709d98e412df072a5d56f6c17fc8786a347