[INFO] fetching crate rust-mp4 0.1.0...
[INFO] testing rust-mp4-0.1.0 against 1.90.0 for beta-1.91-2
[INFO] extracting crate rust-mp4 0.1.0 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust-mp4 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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" "+1.90.0" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byteorder v0.5.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6fd950fc944c3491ebcd74d5e6eb4f8651845f43c77672e22588eef2f48c3f5a
[INFO] running `Command { std: "docker" "start" "-a" "6fd950fc944c3491ebcd74d5e6eb4f8651845f43c77672e22588eef2f48c3f5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6fd950fc944c3491ebcd74d5e6eb4f8651845f43c77672e22588eef2f48c3f5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fd950fc944c3491ebcd74d5e6eb4f8651845f43c77672e22588eef2f48c3f5a", kill_on_drop: false }`
[INFO] [stdout] 6fd950fc944c3491ebcd74d5e6eb4f8651845f43c77672e22588eef2f48c3f5a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e91b2a4c2afd8db7c5d7759d289c94acc1bb5b4c2a3432e94a2a4f775d7d1371
[INFO] running `Command { std: "docker" "start" "-a" "e91b2a4c2afd8db7c5d7759d289c94acc1bb5b4c2a3432e94a2a4f775d7d1371", 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 0.89s
[INFO] running `Command { std: "docker" "inspect" "e91b2a4c2afd8db7c5d7759d289c94acc1bb5b4c2a3432e94a2a4f775d7d1371", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e91b2a4c2afd8db7c5d7759d289c94acc1bb5b4c2a3432e94a2a4f775d7d1371", kill_on_drop: false }`
[INFO] [stdout] e91b2a4c2afd8db7c5d7759d289c94acc1bb5b4c2a3432e94a2a4f775d7d1371
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1bd9da481e1c8ae37bcbfa09952dfb3847dd57a2caacb934d5a9d84bcda4556c
[INFO] running `Command { std: "docker" "start" "-a" "1bd9da481e1c8ae37bcbfa09952dfb3847dd57a2caacb934d5a9d84bcda4556c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.71s
[INFO] running `Command { std: "docker" "inspect" "1bd9da481e1c8ae37bcbfa09952dfb3847dd57a2caacb934d5a9d84bcda4556c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bd9da481e1c8ae37bcbfa09952dfb3847dd57a2caacb934d5a9d84bcda4556c", kill_on_drop: false }`
[INFO] [stdout] 1bd9da481e1c8ae37bcbfa09952dfb3847dd57a2caacb934d5a9d84bcda4556c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9e3150c1151f7fbce7363c4979c1c9d578f7d61cbb36572a75c8c215891fd63b
[INFO] running `Command { std: "docker" "start" "-a" "9e3150c1151f7fbce7363c4979c1c9d578f7d61cbb36572a75c8c215891fd63b", 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.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mp4-fd01cf9a8648b3d2)
[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-1f6820e05a29845d)
[INFO] [stderr]    Doc-tests mp4
[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] [stdout] 
[INFO] [stdout] running 13 tests
[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/meco.rs - atom::meco::Mere (line 137) ... FAILED
[INFO] [stdout] test src/atom/moov.rs - atom::moov::String (line 52) ... FAILED
[INFO] [stdout] test src/atom/mod.rs - atom::Header (line 236) ... FAILED
[INFO] [stdout] test src/atom/mod.rs - atom::str (line 11) ... FAILED
[INFO] [stdout] test src/atom/moov.rs - atom::moov::Tkhd (line 391) ... FAILED
[INFO] [stdout] test src/atom/kind.rs - atom::kind::Kind (line 141) ... 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::Header (line 288) ... FAILED
[INFO] [stdout] test src/atom/kind.rs - atom::kind::Kind (line 28) ... FAILED
[INFO] [stdout] test src/atom/mod.rs - atom::str (line 42) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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/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 <https://doc.rust-lang.org/reference/items.html>
[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] 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/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/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/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/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] ---- 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/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=<n>, 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/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/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/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] 
[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.23s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9e3150c1151f7fbce7363c4979c1c9d578f7d61cbb36572a75c8c215891fd63b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e3150c1151f7fbce7363c4979c1c9d578f7d61cbb36572a75c8c215891fd63b", kill_on_drop: false }`
[INFO] [stdout] 9e3150c1151f7fbce7363c4979c1c9d578f7d61cbb36572a75c8c215891fd63b
