[INFO] cloning repository https://github.com/madwareru/orom-second-encounter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/madwareru/orom-second-encounter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadwareru%2Forom-second-encounter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadwareru%2Forom-second-encounter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 57b7b9fd0f955c9f3b32978a9cd830d6bd12c926 [INFO] documenting madwareru/orom-second-encounter against try#6ee483316d2e4581572121d60a955affb2032eb3+cargoflags=-Zrustdoc-scrape-examples for scrape-examples [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadwareru%2Forom-second-encounter" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/madwareru/orom-second-encounter on toolchain 6ee483316d2e4581572121d60a955affb2032eb3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/madwareru/orom-second-encounter [INFO] finished tweaking git repo https://github.com/madwareru/orom-second-encounter [INFO] tweaked toml for git repo https://github.com/madwareru/orom-second-encounter written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/madwareru/orom-second-encounter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b757e9b82e5fee2f49c46f0fb14508c6e484fedf3fa66a3a2b1f92e872eda5a1 [INFO] running `Command { std: "docker" "start" "-a" "b757e9b82e5fee2f49c46f0fb14508c6e484fedf3fa66a3a2b1f92e872eda5a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b757e9b82e5fee2f49c46f0fb14508c6e484fedf3fa66a3a2b1f92e872eda5a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b757e9b82e5fee2f49c46f0fb14508c6e484fedf3fa66a3a2b1f92e872eda5a1", kill_on_drop: false }` [INFO] [stdout] b757e9b82e5fee2f49c46f0fb14508c6e484fedf3fa66a3a2b1f92e872eda5a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stdout] b917c565dbfb7f21c4a26f21daeec235e78d557b4431b9f2c94f80c714cddebe [INFO] running `Command { std: "docker" "start" "-a" "b917c565dbfb7f21c4a26f21daeec235e78d557b4431b9f2c94f80c714cddebe", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cp866-rs v0.1.2 (https://github.com/madwareru/cp866-rs#7a3aeb31) [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling cpal v0.11.0 [INFO] [stderr] Compiling sapp-linux v0.1.13 (https://github.com/madwareru/orom-miniquad#cd82c1e0) [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking bin-serialization-rs v0.1.6 (https://github.com/madwareru/bin-serialization-rs#8e402f24) [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking bytemuck v1.5.1 [INFO] [stderr] Checking rom-res-rs v0.1.9 (https://github.com/madwareru/rom-res-rs#6e1f1a3a) [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking regex v1.4.6 [INFO] [stderr] Checking orom-miniquad v0.1.0 (https://github.com/madwareru/orom-miniquad#cd82c1e0) [INFO] [stderr] warning: failed to check lib in package `orom-miniquad` as a prerequisite for scraping examples from: bin "orom-second-encounter", example "bake_sprite_atlas", example "play_smacker" [INFO] [stderr] Try running with `--verbose` to see the error message. [INFO] [stderr] If an example or library should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` or `[lib]` definition in /opt/rustwide/cargo-home/git/checkouts/orom-miniquad-18e9f907843d1d8b/cd82c1e/Cargo.toml [INFO] [stderr] warning: `orom-miniquad` (lib) generated 1 warning [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling num_enum_derive v0.5.1 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking num_enum v0.5.1 [INFO] [stderr] Checking rom-loaders-rs v0.4.30 (https://github.com/madwareru/rom-loaders-rs#619f9746) [INFO] [stderr] Checking rom-media-rs v0.6.34 (https://github.com/madwareru/rom-media-rs#754128be) [INFO] [stderr] Scraping orom-second-encounter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: failed to scan example "bake_sprite_atlas" in package `orom-second-encounter` for example code usage [INFO] [stderr] Try running with `--verbose` to see the error message. [INFO] [stderr] If an example or library should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` or `[lib]` definition in Cargo.toml [INFO] [stderr] warning: `orom-second-encounter` (example "bake_sprite_atlas") generated 1 warning [INFO] [stderr] warning: failed to scan example "play_smacker" in package `orom-second-encounter` for example code usage [INFO] [stderr] Try running with `--verbose` to see the error message. [INFO] [stderr] If an example or library should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` or `[lib]` definition in Cargo.toml [INFO] [stderr] warning: `orom-second-encounter` (example "play_smacker") generated 1 warning [INFO] [stderr] Documenting orom-second-encounter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.30s [INFO] running `Command { std: "docker" "inspect" "b917c565dbfb7f21c4a26f21daeec235e78d557b4431b9f2c94f80c714cddebe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b917c565dbfb7f21c4a26f21daeec235e78d557b4431b9f2c94f80c714cddebe", kill_on_drop: false }` [INFO] [stdout] b917c565dbfb7f21c4a26f21daeec235e78d557b4431b9f2c94f80c714cddebe