[INFO] cloning repository https://github.com/coderbot16/cem [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coderbot16/cem" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoderbot16%2Fcem", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoderbot16%2Fcem'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7b0b76420ebb77006d681f38aa4c4aa16f6baa61 [INFO] documenting coderbot16/cem against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoderbot16%2Fcem" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coderbot16/cem 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 git repo https://github.com/coderbot16/cem [INFO] finished tweaking git repo https://github.com/coderbot16/cem [INFO] tweaked toml for git repo https://github.com/coderbot16/cem written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/coderbot16/cem 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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] 387bd11f5194854eb05e9b0db13ccb91ac09671bfc328b620680c59acc8f5de4 [INFO] running `Command { std: "docker" "start" "-a" "387bd11f5194854eb05e9b0db13ccb91ac09671bfc328b620680c59acc8f5de4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "387bd11f5194854eb05e9b0db13ccb91ac09671bfc328b620680c59acc8f5de4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "387bd11f5194854eb05e9b0db13ccb91ac09671bfc328b620680c59acc8f5de4", kill_on_drop: false }` [INFO] [stdout] 387bd11f5194854eb05e9b0db13ccb91ac09671bfc328b620680c59acc8f5de4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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] 3574277fdc93f497bc9b26d9dd86035e4eeda933bce07ac421ccec961a225675 [INFO] running `Command { std: "docker" "start" "-a" "3574277fdc93f497bc9b26d9dd86035e4eeda933bce07ac421ccec961a225675", kill_on_drop: false }` [INFO] [stderr] Compiling cgmath v0.16.0 [INFO] [stderr] Checking libc v0.2.36 [INFO] [stderr] Checking num-traits v0.2.0 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Checking byteorder v1.2.1 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Documenting cem v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking cem v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/encode.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | let s = s.trim_right_matches('\0'); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/v1.rs:186:2 [INFO] [stdout] | [INFO] [stdout] 186 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `TriangleGroup` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v1.rs:184:10 [INFO] [stdout] | [INFO] [stdout] 184 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `indices` [INFO] [stdout] --> src/v1.rs:187:2 [INFO] [stdout] | [INFO] [stdout] 187 | indices: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TriangleGroup` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v1.rs:184:10 [INFO] [stdout] | [INFO] [stdout] 184 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `radius` [INFO] [stdout] --> src/v5.rs:210:2 [INFO] [stdout] | [INFO] [stdout] 210 | radius: f32 [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Frame` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v5.rs:208:10 [INFO] [stdout] | [INFO] [stdout] 208 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `unknown0` [INFO] [stdout] --> src/v5.rs:222:2 [INFO] [stdout] | [INFO] [stdout] 222 | unknown0: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ShadowEdge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v5.rs:220:10 [INFO] [stdout] | [INFO] [stdout] 220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `unknown1` [INFO] [stdout] --> src/v5.rs:223:2 [INFO] [stdout] | [INFO] [stdout] 223 | unknown1: [u16; 4] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ShadowEdge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/v5.rs:220:10 [INFO] [stdout] | [INFO] [stdout] 220 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.45s [INFO] running `Command { std: "docker" "inspect" "3574277fdc93f497bc9b26d9dd86035e4eeda933bce07ac421ccec961a225675", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3574277fdc93f497bc9b26d9dd86035e4eeda933bce07ac421ccec961a225675", kill_on_drop: false }` [INFO] [stdout] 3574277fdc93f497bc9b26d9dd86035e4eeda933bce07ac421ccec961a225675 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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] 26c91f3c5bee13920d0626531c8830ba25ece7327007c6ee663a81c060a99cc1 [INFO] running `Command { std: "docker" "start" "-a" "26c91f3c5bee13920d0626531c8830ba25ece7327007c6ee663a81c060a99cc1", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.36 [INFO] [stderr] Checking num-traits v0.2.0 [INFO] [stderr] Compiling cgmath v0.16.0 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Checking byteorder v1.2.1 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Documenting cem v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.57s [INFO] running `Command { std: "docker" "inspect" "26c91f3c5bee13920d0626531c8830ba25ece7327007c6ee663a81c060a99cc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26c91f3c5bee13920d0626531c8830ba25ece7327007c6ee663a81c060a99cc1", kill_on_drop: false }` [INFO] [stdout] 26c91f3c5bee13920d0626531c8830ba25ece7327007c6ee663a81c060a99cc1