[INFO] fetching crate rust-mp4 0.1.0... [INFO] testing rust-mp4-0.1.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate rust-mp4 0.1.0 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rust-mp4 0.1.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39c3aaecc4a038e9f627cc5d175501dede52392217eda4073c7913bcaee2c734 [INFO] running `Command { std: "docker" "start" "-a" "39c3aaecc4a038e9f627cc5d175501dede52392217eda4073c7913bcaee2c734", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39c3aaecc4a038e9f627cc5d175501dede52392217eda4073c7913bcaee2c734", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39c3aaecc4a038e9f627cc5d175501dede52392217eda4073c7913bcaee2c734", kill_on_drop: false }` [INFO] [stdout] 39c3aaecc4a038e9f627cc5d175501dede52392217eda4073c7913bcaee2c734 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a607f3f4041f434eaec63ad9924327ab451ddadadab10613ca92df7ca2b49945 [INFO] running `Command { std: "docker" "start" "-a" "a607f3f4041f434eaec63ad9924327ab451ddadadab10613ca92df7ca2b49945", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` 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.12s [INFO] running `Command { std: "docker" "inspect" "a607f3f4041f434eaec63ad9924327ab451ddadadab10613ca92df7ca2b49945", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a607f3f4041f434eaec63ad9924327ab451ddadadab10613ca92df7ca2b49945", kill_on_drop: false }` [INFO] [stdout] a607f3f4041f434eaec63ad9924327ab451ddadadab10613ca92df7ca2b49945 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bcec71f33d2ea6d9bf074c42df5a3739585f401726f2634e22082b3e86802d37 [INFO] running `Command { std: "docker" "start" "-a" "bcec71f33d2ea6d9bf074c42df5a3739585f401726f2634e22082b3e86802d37", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [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] 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 `test` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "bcec71f33d2ea6d9bf074c42df5a3739585f401726f2634e22082b3e86802d37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcec71f33d2ea6d9bf074c42df5a3739585f401726f2634e22082b3e86802d37", kill_on_drop: false }` [INFO] [stdout] bcec71f33d2ea6d9bf074c42df5a3739585f401726f2634e22082b3e86802d37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 180f4497c5f1720d0cdc100528774005346bf2278fb0af035359f89d0fb137c8 [INFO] running `Command { std: "docker" "start" "-a" "180f4497c5f1720d0cdc100528774005346bf2278fb0af035359f89d0fb137c8", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` 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.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mp4-0c186b7f86abf080) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_mp4-a5e62b0a9e65d177) [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] [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] Doc-tests mp4 [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/atom/mod.rs - atom::str (line 42) ... FAILED [INFO] [stdout] test src/atom/meco.rs - atom::meco::Mere (line 137) ... FAILED [INFO] [stdout] test src/atom/mod.rs - atom::str (line 11) ... 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 52) ... FAILED [INFO] [stdout] test src/atom/mod.rs - atom::str (line 132) ... 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/moov.rs - atom::moov::Tkhd (line 391) ... FAILED [INFO] [stdout] test src/atom/meco.rs - atom::meco::Mere (line 85) ... FAILED [INFO] [stdout] test src/atom/moov.rs - atom::moov::String (line 24) ... FAILED [INFO] [stdout] test src/atom/moof.rs - atom::moof::Trun (line 224) ... FAILED [INFO] [stdout] test src/atom/kind.rs - atom::kind::Kind (line 28) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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] 43 | ctts [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 44 | 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/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] 138 | 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 11) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Struct` [INFO] [stdout] --> src/atom/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | 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 141) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `edts` [INFO] [stdout] --> src/atom/kind.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 142 | dinf [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 143 | 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 52) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/atom/moov.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | 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/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] 133 | moof [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 134 | 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/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] 289 | 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] 237 | `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] 237 - `size` is an integer that specifies the number of bytes in this box, [INFO] [stdout] 237 + '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] 237 | `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] 237 - `size` is an integer that specifies the number of bytes in this box, [INFO] [stdout] 237 + `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] 241 | `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] 241 - `type` identifies the box type; standard boxes use a compact type, [INFO] [stdout] 241 + '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] 241 | `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] 241 - `type` identifies the box type; standard boxes use a compact type, [INFO] [stdout] 241 + `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] 244 | 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] 244 - the type field is set to ‘uuid’. [INFO] [stdout] 244 + 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] 244 | 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] 244 - the type field is set to ‘uuid’. [INFO] [stdout] 244 + 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] 237 | `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/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] 392 | 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] ---- 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] 92 | 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] 92 - That fragment starts with the “#” character and consists of either: [INFO] [stdout] 92 + 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] 92 | 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] 92 - That fragment starts with the “#” character and consists of either: [INFO] [stdout] 92 + 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] 94 | a) item_ID=, identifying the item by its ID (the ID may be 0 for the primary resource); [INFO] [stdout] | ^ unexpected closing delimiter [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [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] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] | [INFO] [stdout] 25 | ctts [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 26 | 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/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] 225 | 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/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] 29 | ctts [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 30 | 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] [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.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "180f4497c5f1720d0cdc100528774005346bf2278fb0af035359f89d0fb137c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "180f4497c5f1720d0cdc100528774005346bf2278fb0af035359f89d0fb137c8", kill_on_drop: false }` [INFO] [stdout] 180f4497c5f1720d0cdc100528774005346bf2278fb0af035359f89d0fb137c8