[INFO] fetching crate rust-mp4 0.1.0... [INFO] testing rust-mp4-0.1.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate rust-mp4 0.1.0 into /workspace/builds/worker-7-tc2/source [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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rust-mp4 0.1.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] [stderr] Adding byteorder v0.5.3 (available: v1.5.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4bccd20e116f6e31b8d1f93a9c352963a69b4c2843b0dbf0a3b485ceda244d5a [INFO] running `Command { std: "docker" "start" "-a" "4bccd20e116f6e31b8d1f93a9c352963a69b4c2843b0dbf0a3b485ceda244d5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4bccd20e116f6e31b8d1f93a9c352963a69b4c2843b0dbf0a3b485ceda244d5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bccd20e116f6e31b8d1f93a9c352963a69b4c2843b0dbf0a3b485ceda244d5a", kill_on_drop: false }` [INFO] [stdout] 4bccd20e116f6e31b8d1f93a9c352963a69b4c2843b0dbf0a3b485ceda244d5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c76896b174c8df08b746d3036bcb72041c58e271c15d3b057b07855714d498cc [INFO] running `Command { std: "docker" "start" "-a" "c76896b174c8df08b746d3036bcb72041c58e271c15d3b057b07855714d498cc", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `Command { std: "docker" "inspect" "c76896b174c8df08b746d3036bcb72041c58e271c15d3b057b07855714d498cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c76896b174c8df08b746d3036bcb72041c58e271c15d3b057b07855714d498cc", kill_on_drop: false }` [INFO] [stdout] c76896b174c8df08b746d3036bcb72041c58e271c15d3b057b07855714d498cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4fbc783c27ad064eafe8ed53c0d80e5adba437d680bfcabc63410ad47c9563c6 [INFO] running `Command { std: "docker" "start" "-a" "4fbc783c27ad064eafe8ed53c0d80e5adba437d680bfcabc63410ad47c9563c6", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling 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: 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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "4fbc783c27ad064eafe8ed53c0d80e5adba437d680bfcabc63410ad47c9563c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fbc783c27ad064eafe8ed53c0d80e5adba437d680bfcabc63410ad47c9563c6", kill_on_drop: false }` [INFO] [stdout] 4fbc783c27ad064eafe8ed53c0d80e5adba437d680bfcabc63410ad47c9563c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b0762e67f36f9e28bbf3ea9997d64e3a860eabce078acc5cab8fe10bec6457ac [INFO] running `Command { std: "docker" "start" "-a" "b0762e67f36f9e28bbf3ea9997d64e3a860eabce078acc5cab8fe10bec6457ac", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/atom/mod.rs:377:17 [INFO] [stderr] | [INFO] [stderr] 377 | assert!((self.atom_size - self.header_size) >= 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/atom/mod.rs:386:17 [INFO] [stderr] | [INFO] [stderr] 386 | assert!((self.atom_size - self.header_size) >= 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/atom/mod.rs:398:17 [INFO] [stderr] | [INFO] [stderr] 398 | assert!((self.atom_size - self.header_size) >= 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rust-mp4` (lib) generated 3 warnings [INFO] [stderr] warning: `rust-mp4` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mp4-5ede9bfb7657bb7a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_mp4-bb941e21a111d33e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Doc-tests mp4 [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/atom/meco.rs - atom::meco::Mere (line 137) ... FAILED [INFO] [stdout] test src/atom/mod.rs - atom::str (line 42) ... FAILED [INFO] [stdout] test src/atom/kind.rs - atom::kind::Kind (line 141) ... FAILED [INFO] [stdout] test src/atom/moov.rs - atom::moov::String (line 24) ... FAILED [INFO] [stdout] test src/atom/mod.rs - atom::Header (line 288) ... FAILED [INFO] [stdout] test src/atom/mod.rs - atom::Header (line 236) ... FAILED [INFO] [stdout] test src/atom/moof.rs - atom::moof::Trun (line 224) ... FAILED [INFO] [stdout] test src/atom/mod.rs - atom::str (line 132) ... FAILED [INFO] [stdout] test src/atom/meco.rs - atom::meco::Mere (line 85) ... FAILED [INFO] [stdout] test src/atom/mod.rs - atom::str (line 11) ... FAILED [INFO] [stdout] test src/atom/kind.rs - atom::kind::Kind (line 28) ... FAILED [INFO] [stdout] test src/atom/moov.rs - atom::moov::String (line 52) ... FAILED [INFO] [stdout] test src/atom/moov.rs - atom::moov::Tkhd (line 391) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/atom/meco.rs - atom::meco::Mere (line 137) stdout ---- [INFO] [stdout] error: unexpected closing delimiter: `)` [INFO] [stdout] --> src/atom/meco.rs:138:2 [INFO] [stdout] | [INFO] [stdout] 1 | 1) The handler-type is ‘mp7t’ for textual metadata in Unicode format; [INFO] [stdout] | ^ unexpected closing delimiter [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/mod.rs - atom::str (line 42) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `stsh` [INFO] [stdout] --> src/atom/mod.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 1 | ctts [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 2 | stsh [INFO] [stdout] | ^^^^ unexpected token [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/kind.rs - atom::kind::Kind (line 141) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `edts` [INFO] [stdout] --> src/atom/kind.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 1 | dinf [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 2 | edts [INFO] [stdout] | ^^^^ unexpected token [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/moov.rs - atom::moov::String (line 24) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `stsh` [INFO] [stdout] --> src/atom/moov.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 1 | ctts [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 2 | stsh [INFO] [stdout] | ^^^^ unexpected token [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/mod.rs - atom::Header (line 288) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `:` [INFO] [stdout] --> src/atom/mod.rs:289:8 [INFO] [stdout] | [INFO] [stdout] 1 | version: u8, [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/mod.rs - atom::Header (line 236) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/atom/mod.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 1 | `size` is an integer that specifies the number of bytes in this box, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - `size` is an integer that specifies the number of bytes in this box, [INFO] [stdout] 1 + 'size` is an integer that specifies the number of bytes in this box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/atom/mod.rs:237:6 [INFO] [stdout] | [INFO] [stdout] 1 | `size` is an integer that specifies the number of bytes in this box, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - `size` is an integer that specifies the number of bytes in this box, [INFO] [stdout] 1 + `size' is an integer that specifies the number of bytes in this box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/atom/mod.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 5 | `type` identifies the box type; standard boxes use a compact type, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 5 - `type` identifies the box type; standard boxes use a compact type, [INFO] [stdout] 5 + 'type` identifies the box type; standard boxes use a compact type, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/atom/mod.rs:241:6 [INFO] [stdout] | [INFO] [stdout] 5 | `type` identifies the box type; standard boxes use a compact type, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 5 - `type` identifies the box type; standard boxes use a compact type, [INFO] [stdout] 5 + `type' identifies the box type; standard boxes use a compact type, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2018} [INFO] [stdout] --> src/atom/mod.rs:244:30 [INFO] [stdout] | [INFO] [stdout] 8 | the type field is set to ‘uuid’. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '‘' (Left Single Quotation Mark) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 8 - the type field is set to ‘uuid’. [INFO] [stdout] 8 + the type field is set to 'uuid’. [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2019} [INFO] [stdout] --> src/atom/mod.rs:244:35 [INFO] [stdout] | [INFO] [stdout] 8 | the type field is set to ‘uuid’. [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '’' (Right Single Quotation Mark) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 8 - the type field is set to ‘uuid’. [INFO] [stdout] 8 + the type field is set to ‘uuid'. [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `::`, found `is` [INFO] [stdout] --> src/atom/mod.rs:237:8 [INFO] [stdout] | [INFO] [stdout] 1 | `size` is an integer that specifies the number of bytes in this box, [INFO] [stdout] | ^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/moof.rs - atom::moof::Trun (line 224) stdout ---- [INFO] [stdout] error: expected item, found `0x000001` [INFO] [stdout] --> src/atom/moof.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 1 | 0x000001 data-offset-present. [INFO] [stdout] | ^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: for a full list of items that can appear in modules, see [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/mod.rs - atom::str (line 132) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `mfhd` [INFO] [stdout] --> src/atom/mod.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 1 | moof [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 2 | mfhd [INFO] [stdout] | ^^^^ unexpected token [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/meco.rs - atom::meco::Mere (line 85) stdout ---- [INFO] [stdout] error: unknown start of token: \u{201c} [INFO] [stdout] --> src/atom/meco.rs:92:31 [INFO] [stdout] | [INFO] [stdout] 7 | That fragment starts with the “#” character and consists of either: [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode characters '“' (Left Double Quotation Mark) and '”' (Right Double Quotation Mark) look like '"' (Quotation Mark), but are not [INFO] [stdout] | [INFO] [stdout] 7 - That fragment starts with the “#” character and consists of either: [INFO] [stdout] 7 + That fragment starts with the "#" character and consists of either: [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201d} [INFO] [stdout] --> src/atom/meco.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 7 | That fragment starts with the “#” character and consists of either: [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '”' (Right Double Quotation Mark) looks like '"' (Quotation Mark), but it is not [INFO] [stdout] | [INFO] [stdout] 7 - That fragment starts with the “#” character and consists of either: [INFO] [stdout] 7 + That fragment starts with the “#" character and consists of either: [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unexpected closing delimiter: `)` [INFO] [stdout] --> src/atom/meco.rs:94:6 [INFO] [stdout] | [INFO] [stdout] 9 | a) item_ID=, identifying the item by its ID (the ID may be 0 for the primary resource); [INFO] [stdout] | ^ unexpected closing delimiter [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/mod.rs - atom::str (line 11) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Struct` [INFO] [stdout] --> src/atom/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 1 | Box Struct: [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/kind.rs - atom::kind::Kind (line 28) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `stsh` [INFO] [stdout] --> src/atom/kind.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 1 | ctts [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 2 | stsh [INFO] [stdout] | ^^^^ unexpected token [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/moov.rs - atom::moov::String (line 52) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/atom/moov.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 1 | stts, ctts, stss, stsc, stsz, stco/co64 [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/moov.rs - atom::moov::Tkhd (line 391) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `int` [INFO] [stdout] --> src/atom/moov.rs:392:10 [INFO] [stdout] | [INFO] [stdout] 1 | unsigned int(32) width; [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/atom/kind.rs - atom::kind::Kind (line 141) [INFO] [stdout] src/atom/kind.rs - atom::kind::Kind (line 28) [INFO] [stdout] src/atom/meco.rs - atom::meco::Mere (line 137) [INFO] [stdout] src/atom/meco.rs - atom::meco::Mere (line 85) [INFO] [stdout] src/atom/mod.rs - atom::Header (line 236) [INFO] [stdout] src/atom/mod.rs - atom::Header (line 288) [INFO] [stdout] src/atom/mod.rs - atom::str (line 11) [INFO] [stdout] src/atom/mod.rs - atom::str (line 132) [INFO] [stdout] src/atom/mod.rs - atom::str (line 42) [INFO] [stdout] src/atom/moof.rs - atom::moof::Trun (line 224) [INFO] [stdout] src/atom/moov.rs - atom::moov::String (line 24) [INFO] [stdout] src/atom/moov.rs - atom::moov::String (line 52) [INFO] [stdout] src/atom/moov.rs - atom::moov::Tkhd (line 391) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b0762e67f36f9e28bbf3ea9997d64e3a860eabce078acc5cab8fe10bec6457ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0762e67f36f9e28bbf3ea9997d64e3a860eabce078acc5cab8fe10bec6457ac", kill_on_drop: false }` [INFO] [stdout] b0762e67f36f9e28bbf3ea9997d64e3a860eabce078acc5cab8fe10bec6457ac