[INFO] crate rust-mp4 0.1.0 is already in cache [INFO] documenting rust-mp4-0.1.0 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate rust-mp4 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate rust-mp4 0.1.0 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 crates.io crate rust-mp4 0.1.0 [INFO] finished tweaking crates.io crate rust-mp4 0.1.0 [INFO] tweaked toml for crates.io crate rust-mp4 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] ecd2c934a5aa9ee8ab4fc34bdaed809ca784898db9ee68949537458170d9d38f [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" "ecd2c934a5aa9ee8ab4fc34bdaed809ca784898db9ee68949537458170d9d38f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ecd2c934a5aa9ee8ab4fc34bdaed809ca784898db9ee68949537458170d9d38f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecd2c934a5aa9ee8ab4fc34bdaed809ca784898db9ee68949537458170d9d38f", kill_on_drop: false }` [INFO] [stdout] ecd2c934a5aa9ee8ab4fc34bdaed809ca784898db9ee68949537458170d9d38f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] cb54975870fa7f6a09c0805d12b89dbd20c90d4a3d79d2aecd7b3a339b771cef [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" "cb54975870fa7f6a09c0805d12b89dbd20c90d4a3d79d2aecd7b3a339b771cef", kill_on_drop: false }` [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking rust-mp4 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting rust-mp4 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/atom/mod.rs:377:17 [INFO] [stdout] | [INFO] [stdout] 377 | assert!((self.atom_size - self.header_size) >= 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/atom/mod.rs:386:17 [INFO] [stdout] | [INFO] [stdout] 386 | assert!((self.atom_size - self.header_size) >= 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/atom/mod.rs:398:17 [INFO] [stdout] | [INFO] [stdout] 398 | assert!((self.atom_size - self.header_size) >= 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[16]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/mod.rs:222:52 [INFO] [stdout] | [INFO] [stdout] 222 | optional unsigned int(8)[16] extended_type) { [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: `[16]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/mod.rs:231:29 [INFO] [stdout] | [INFO] [stdout] 231 | unsigned int(8)[16] usertype = extended_type; [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: `[sample_count]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/moof.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 255 | }[ sample_count ] [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: `[2]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/moov.rs:173:28 [INFO] [stdout] | [INFO] [stdout] 173 | const unsigned int(32)[2] reserved = 0; [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: `[9]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/moov.rs:175:22 [INFO] [stdout] | [INFO] [stdout] 175 | template int(32)[9] matrix = { 0x00010000,0,0,0,0x00010000,0,0,0,0x40000000 }; [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: `[6]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/moov.rs:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | bit(32)[6] pre_defined = 0; [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: `[2]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/moov.rs:384:28 [INFO] [stdout] | [INFO] [stdout] 384 | const unsigned int(32)[2] reserved = 0; [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: `[9]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/moov.rs:390:22 [INFO] [stdout] | [INFO] [stdout] 390 | template int(32)[9] matrix = { 0x00010000,0,0,0,0x00010000,0,0,0,0x40000000 }; [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: `[3]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/moov.rs:598:21 [INFO] [stdout] | [INFO] [stdout] 598 | unsigned int(5)[3] language; // ISO-639-2/T language code [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: `[3]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/moov.rs:673:28 [INFO] [stdout] | [INFO] [stdout] 673 | const unsigned int(32)[3] reserved = 0; [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: `[i]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/atom/moov.rs:931:71 [INFO] [stdout] | [INFO] [stdout] 931 | If the value 4 is used, then each byte contains two values: entry[i]<<4 + entry[i+1]; [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/atom/mod.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 237 | / `size` is an integer that specifies the number of bytes in this box, [INFO] [stdout] 238 | | including all its fields and contained boxes; if size is 1 then the actual size is [INFO] [stdout] 239 | | in the field largesize; if size is 0, then this box is the last one in the file, [INFO] [stdout] 240 | | and its contents extend to the end of the file (normally only used for a Media Data Box) [INFO] [stdout] ... | [INFO] [stdout] 243 | | and is shown so in the boxes below. User extensions use an extended type; in this case, [INFO] [stdout] 244 | | the type field is set to ‘uuid’. [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2018} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2019} [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/atom/meco.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | / When interpreting data that is in the context of a meta-box (i.e. the file for a file-level meta-box, [INFO] [stdout] 87 | | the presentation for a movie-level meta-box, or the track for a track-level meta-box), [INFO] [stdout] 88 | | the items in the meta-box are treated as shadowing files in the same location as that from which [INFO] [stdout] 89 | | the container file came. This shadowing means that a reference to another file in the same location [INFO] [stdout] ... | [INFO] [stdout] 110 | | a named item (and hence shadowing a separate file of this name), and then if it is not, fetches flower.gif [INFO] [stdout] 111 | | from a.com. [INFO] [stdout] | |_______________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201c} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201d} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201c} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201d} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201c} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201d} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201c} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201d} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201c} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201d} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201c} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201d} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201c} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201d} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201c} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{201d} [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/atom/meco.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / 1) The handler-type is ‘mp7t’ for textual metadata in Unicode format; [INFO] [stdout] 139 | | 2) The handler-type is ‘mp7b’ for binary metadata compressed in the BIM format. [INFO] [stdout] 140 | | In this case, the binary XML box contains the configuration information [INFO] [stdout] 141 | | immediately followed by the binarized XML. [INFO] [stdout] ... | [INFO] [stdout] 148 | | 5) If an MPEG-7 box is used at the file level, then the brand ‘mp71’ should be a member of [INFO] [stdout] 149 | | the compatible-brands list in the file-type box. [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2018} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2019} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2018} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2019} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2018} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2019} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2018} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2019} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2018} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2019} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2018} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2019} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2018} [INFO] [stdout] = note: error from rustc: unknown start of token: \u{2019} [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.91s [INFO] running `Command { std: "docker" "inspect" "cb54975870fa7f6a09c0805d12b89dbd20c90d4a3d79d2aecd7b3a339b771cef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb54975870fa7f6a09c0805d12b89dbd20c90d4a3d79d2aecd7b3a339b771cef", kill_on_drop: false }` [INFO] [stdout] cb54975870fa7f6a09c0805d12b89dbd20c90d4a3d79d2aecd7b3a339b771cef