[INFO] fetching crate rust-mp4 0.1.0...
[INFO] testing rust-mp4-0.1.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate rust-mp4 0.1.0 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust-mp4 0.1.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 26ac001bd46cf010fb09ff3efa1c7dbe42d46af277c0c9f0740556747e2730fc
[INFO] running `Command { std: "docker" "start" "-a" "26ac001bd46cf010fb09ff3efa1c7dbe42d46af277c0c9f0740556747e2730fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26ac001bd46cf010fb09ff3efa1c7dbe42d46af277c0c9f0740556747e2730fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26ac001bd46cf010fb09ff3efa1c7dbe42d46af277c0c9f0740556747e2730fc", kill_on_drop: false }`
[INFO] [stdout] 26ac001bd46cf010fb09ff3efa1c7dbe42d46af277c0c9f0740556747e2730fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 38e7825d96ab206ae37da140ee53a4612eedcf24fb99b3a870dac6bcfe811aad
[INFO] running `Command { std: "docker" "start" "-a" "38e7825d96ab206ae37da140ee53a4612eedcf24fb99b3a870dac6bcfe811aad", 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.29s
[INFO] running `Command { std: "docker" "inspect" "38e7825d96ab206ae37da140ee53a4612eedcf24fb99b3a870dac6bcfe811aad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38e7825d96ab206ae37da140ee53a4612eedcf24fb99b3a870dac6bcfe811aad", kill_on_drop: false }`
[INFO] [stdout] 38e7825d96ab206ae37da140ee53a4612eedcf24fb99b3a870dac6bcfe811aad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d6b67589743dc56b6d287a9d9c4258fd5cf5499cf64f6e89afd1b6e567da1262
[INFO] running `Command { std: "docker" "start" "-a" "d6b67589743dc56b6d287a9d9c4258fd5cf5499cf64f6e89afd1b6e567da1262", 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.74s
[INFO] running `Command { std: "docker" "inspect" "d6b67589743dc56b6d287a9d9c4258fd5cf5499cf64f6e89afd1b6e567da1262", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6b67589743dc56b6d287a9d9c4258fd5cf5499cf64f6e89afd1b6e567da1262", kill_on_drop: false }`
[INFO] [stdout] d6b67589743dc56b6d287a9d9c4258fd5cf5499cf64f6e89afd1b6e567da1262
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5f53d70c765ab5cd51bfdd6c097a04df594e62f71c3b96ba27838ebc0278d43d
[INFO] running `Command { std: "docker" "start" "-a" "5f53d70c765ab5cd51bfdd6c097a04df594e62f71c3b96ba27838ebc0278d43d", 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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mp4-0c186b7f86abf080)
[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-a5e62b0a9e65d177)
[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/kind.rs - atom::kind::Kind (line 28) ... FAILED
[INFO] [stdout] test src/atom/mod.rs - atom::str (line 42) ... FAILED
[INFO] [stdout] test src/atom/moov.rs - atom::moov::String (line 52) ... 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 24) ... FAILED
[INFO] [stdout] test src/atom/mod.rs - atom::Header (line 288) ... FAILED
[INFO] [stdout] test src/atom/moof.rs - atom::moof::Trun (line 224) ... 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/meco.rs - atom::meco::Mere (line 85) ... FAILED
[INFO] [stdout] test src/atom/mod.rs - atom::Header (line 236) ... FAILED
[INFO] [stdout] test src/atom/mod.rs - atom::str (line 132) ... FAILED
[INFO] [stdout] test src/atom/mod.rs - atom::str (line 11) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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] ---- 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/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/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/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] 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/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/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 <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/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/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/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=<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 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/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::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] 
[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.28s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5f53d70c765ab5cd51bfdd6c097a04df594e62f71c3b96ba27838ebc0278d43d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f53d70c765ab5cd51bfdd6c097a04df594e62f71c3b96ba27838ebc0278d43d", kill_on_drop: false }`
[INFO] [stdout] 5f53d70c765ab5cd51bfdd6c097a04df594e62f71c3b96ba27838ebc0278d43d
