[INFO] updating cached repository https://github.com/scurest/apicula [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da27edffad5b000a2c2ab353c882e7efe5dc714e [INFO] documenting scurest/apicula against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscurest%2Fapicula" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/scurest/apicula on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/scurest/apicula [INFO] finished tweaking git repo https://github.com/scurest/apicula [INFO] tweaked toml for git repo https://github.com/scurest/apicula written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/scurest/apicula already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c364512790afb4d4bf6feb01693588e71c58df155a124871c8d1962246cef3a7 [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" "c364512790afb4d4bf6feb01693588e71c58df155a124871c8d1962246cef3a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c364512790afb4d4bf6feb01693588e71c58df155a124871c8d1962246cef3a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c364512790afb4d4bf6feb01693588e71c58df155a124871c8d1962246cef3a7", kill_on_drop: false }` [INFO] [stdout] c364512790afb4d4bf6feb01693588e71c58df155a124871c8d1962246cef3a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94307f53b2365c0e788a19bd82d73484512dd9fb5e1f4767caaebbd1612a08e0 [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" "94307f53b2365c0e788a19bd82d73484512dd9fb5e1f4767caaebbd1612a08e0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.47 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling khronos_api v3.0.0 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking downcast-rs v1.0.3 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking rustc-demangle v0.1.13 [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Checking wild v2.0.2 [INFO] [stderr] Compiling wayland-scanner v0.21.10 [INFO] [stderr] Checking stb_truetype v0.2.5 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Checking inflate v0.3.4 [INFO] [stderr] Checking arrayvec v0.4.10 [INFO] [stderr] Checking owning_ref v0.4.0 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking ordered-float v1.0.1 [INFO] [stderr] Checking approx v0.3.1 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking smallvec v0.6.7 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Checking rusttype v0.7.3 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking andrew v0.1.5 [INFO] [stderr] Compiling wayland-client v0.21.10 [INFO] [stderr] Compiling wayland-protocols v0.21.10 [INFO] [stderr] Checking nix v0.12.0 [INFO] [stderr] Checking rand_os v0.1.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking rand v0.4.5 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Compiling apicula v0.1.1-dev (/opt/rustwide/workdir) [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling glium v0.23.0 [INFO] [stderr] Checking wayland-sys v0.21.10 [INFO] [stderr] Checking backtrace v0.3.13 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking wayland-commons v0.21.10 [INFO] [stderr] Checking smithay-client-toolkit v0.4.4 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Documenting apicula v0.1.1-dev (/opt/rustwide/workdir) [INFO] [stdout] warning: `[0]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/convert/gltf/gltf.rs:40:64 [INFO] [stdout] | [INFO] [stdout] 40 | /// buffers are all joined into one single json["buffers"][0]. Returns the [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[0]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/convert/gltf/gltf.rs:40:64 [INFO] [stdout] | [INFO] [stdout] 40 | /// buffers are all joined into one single json["buffers"][0]. Returns the [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[stack_pos]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/nitro/render_cmds.rs:15:35 [INFO] [stdout] | [INFO] [stdout] 15 | /// cur_matrix = matrix_stack[stack_pos] [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[stack_pos]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/nitro/render_cmds.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | /// matrix_stack[stack_pos] = cur_matrix [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[object_idx]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/nitro/render_cmds.rs:19:51 [INFO] [stdout] | [INFO] [stdout] 19 | /// cur_matrix = cur_matrix * object_matrices[object_idx] [INFO] [stdout] | ^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[material_idx]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/nitro/render_cmds.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | /// Bind materials[material_idx] for subsequent draw calls. [INFO] [stdout] | ^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[piece_idx]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/nitro/render_cmds.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | /// Draw pieces[piece_idx]. [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[p]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/skeleton/joint_tree.rs:13:59 [INFO] [stdout] | [INFO] [stdout] 13 | //! - for every joint j, a local-to-parent transform C[j](p), which is an [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[p]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/skeleton/joint_tree.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | //! A[j](p) by [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[p]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/skeleton/joint_tree.rs:48:33 [INFO] [stdout] | [INFO] [stdout] 48 | //! independant of p. Then A[j](p) = A[parent j](p) C[j] so [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[p]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/skeleton/joint_tree.rs:48:50 [INFO] [stdout] | [INFO] [stdout] 48 | //! independant of p. Then A[j](p) = A[parent j](p) C[j] so [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[p]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/skeleton/joint_tree.rs:85:60 [INFO] [stdout] | [INFO] [stdout] 85 | //! try to interpret this where a_i = w_i, M_i(p) = A[j_i](p), and K_i = [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[rest]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/skeleton/joint_tree.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | //! A[j_i](rest)^{-1}. Indeed assuming that [INFO] [stdout] | ^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[j]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/skeleton/joint_tree.rs:47:69 [INFO] [stdout] | [INFO] [stdout] 47 | //! Suppose we have a solution where there is a leaf joint j with C[j] [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[j]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/skeleton/joint_tree.rs:48:55 [INFO] [stdout] | [INFO] [stdout] 48 | //! independant of p. Then A[j](p) = A[parent j](p) C[j] so [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[j_i]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/skeleton/joint_tree.rs:70:7 [INFO] [stdout] | [INFO] [stdout] 70 | //! C[j_i] = M_i we can find a joint j = j_n with A[j] = M'. [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[j]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/skeleton/joint_tree.rs:70:53 [INFO] [stdout] | [INFO] [stdout] 70 | //! C[j_i] = M_i we can find a joint j = j_n with A[j] = M'. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/skeleton/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | //! A A's local-to-parent = a, B's = b, etc. [INFO] [stdout] | _________^ [INFO] [stdout] 12 | | //! / \ D's local-to-world = a c d [INFO] [stdout] 13 | | //! B C D's world-to-local = d^{-1} c^{-1} a^{-1} [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/skeleton/mod.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | //! (vertex final pos) = [INFO] [stdout] | _________^ [INFO] [stdout] 23 | | //! ∑_{influence} [INFO] [stdout] 24 | | //! (weight) (pose local-to-world) (rest world-to-local) (vertex rest pos) [INFO] [stdout] | |__________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2211} [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/skeleton/joint_tree.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | //! v(p) = ∑_i w_i A[j_i](p) A[j_i](rest)^{-1} V(rest) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2211} [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/skeleton/joint_tree.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | //! ∑ (weight) (object) (object) ... (object) (inv bind) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2211} [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/skeleton/joint_tree.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | //! M(p) = a M1(p) M2(p) ... Mn(p) K1 K2 ... Km = a M'(p) K [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unterminated character literal [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/skeleton/joint_tree.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | //! v(p) = a A[j](p) A[j](rest)^{-1} V(rest) [INFO] [stdout] | _________^ [INFO] [stdout] 75 | | //! = a M'(p) M'(rest)^{-1} V(rest) [INFO] [stdout] 76 | | //! = a M'(p) M'(rest)^{-1} M'(rest) K (vertex pos) [INFO] [stdout] 77 | | //! = a M'(p) K (vertex pos) [INFO] [stdout] 78 | | //! = M(p) (vertex pos) [INFO] [stdout] 79 | | //! = V(p) [INFO] [stdout] | |___________________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: character literal may only contain one codepoint [INFO] [stdout] = note: error from rustc: character literal may only contain one codepoint [INFO] [stdout] = note: error from rustc: unterminated character literal [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/skeleton/joint_tree.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | //! v(p) = ∑_i w_i A[j_i](p) A[j_i](rest)^{-1} V(rest) [INFO] [stdout] | _________^ [INFO] [stdout] 94 | | //! = ∑_i a_i M_i(p) M_i(rest)^{-1} V(rest) [INFO] [stdout] 95 | | //! = ∑_i a_i M_i(p) K_i V(rest) [INFO] [stdout] 96 | | //! = ∑_i a_i M_i(p) K_i M(rest) (vertex pos) [INFO] [stdout] 97 | | //! = ∑_i a_i M_i(p) K_i (vertex pos) [INFO] [stdout] 98 | | //! = M(p) (vertex pos) [INFO] [stdout] 99 | | //! = V(p) [INFO] [stdout] | |___________________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2211} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2211} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2211} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2211} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2211} [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `Command { std: "docker" "inspect" "94307f53b2365c0e788a19bd82d73484512dd9fb5e1f4767caaebbd1612a08e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94307f53b2365c0e788a19bd82d73484512dd9fb5e1f4767caaebbd1612a08e0", kill_on_drop: false }` [INFO] [stdout] 94307f53b2365c0e788a19bd82d73484512dd9fb5e1f4767caaebbd1612a08e0