[INFO] fetching crate rust-mp4 0.1.0... [INFO] testing rust-mp4-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate rust-mp4 0.1.0 into /workspace/builds/worker-34/source [INFO] validating manifest of crates.io crate rust-mp4 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust-mp4 0.1.0 [INFO] finished tweaking crates.io crate rust-mp4 0.1.0 [INFO] tweaked toml for crates.io crate rust-mp4 0.1.0 written to /workspace/builds/worker-34/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a2d767a2d55750f7d4ef8b29f3926bf234e71b2973eba6e5f7bfbf38d823524 [INFO] running `Command { std: "docker" "start" "-a" "4a2d767a2d55750f7d4ef8b29f3926bf234e71b2973eba6e5f7bfbf38d823524", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a2d767a2d55750f7d4ef8b29f3926bf234e71b2973eba6e5f7bfbf38d823524", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a2d767a2d55750f7d4ef8b29f3926bf234e71b2973eba6e5f7bfbf38d823524", kill_on_drop: false }` [INFO] [stdout] 4a2d767a2d55750f7d4ef8b29f3926bf234e71b2973eba6e5f7bfbf38d823524 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a46133aed87f24e764552f285dbe928272dfb1cd6ddb19fe1982828c17dd724 [INFO] running `Command { std: "docker" "start" "-a" "2a46133aed87f24e764552f285dbe928272dfb1cd6ddb19fe1982828c17dd724", kill_on_drop: false }` [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] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.33s [INFO] running `Command { std: "docker" "inspect" "2a46133aed87f24e764552f285dbe928272dfb1cd6ddb19fe1982828c17dd724", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a46133aed87f24e764552f285dbe928272dfb1cd6ddb19fe1982828c17dd724", kill_on_drop: false }` [INFO] [stdout] 2a46133aed87f24e764552f285dbe928272dfb1cd6ddb19fe1982828c17dd724 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d62280ea48e2c11980e754d6ef7c6b4e6c4213405bee9247c926a1a16974edf [INFO] running `Command { std: "docker" "start" "-a" "8d62280ea48e2c11980e754d6ef7c6b4e6c4213405bee9247c926a1a16974edf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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: 3 warnings emitted [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 [unoptimized + debuginfo] target(s) in 1.54s [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8d62280ea48e2c11980e754d6ef7c6b4e6c4213405bee9247c926a1a16974edf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d62280ea48e2c11980e754d6ef7c6b4e6c4213405bee9247c926a1a16974edf", kill_on_drop: false }` [INFO] [stdout] 8d62280ea48e2c11980e754d6ef7c6b4e6c4213405bee9247c926a1a16974edf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4288b3a1651148aa6d926e623b5775ddf7ee9b376d5c056a05b967fce7482727 [INFO] running `Command { std: "docker" "start" "-a" "4288b3a1651148aa6d926e623b5775ddf7ee9b376d5c056a05b967fce7482727", kill_on_drop: false }` [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 [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mp4-f94da78b6587899e) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_mp4-f8d9f1b8c4512a2f) [INFO] [stdout] [INFO] [stderr] Doc-tests mp4 [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] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/atom/mod.rs - atom::Header (line 288) ... FAILED [INFO] [stdout] test src/atom/kind.rs - atom::kind::Kind (line 141) ... FAILED [INFO] [stdout] test src/atom/mod.rs - atom::str (line 11) ... FAILED [INFO] [stdout] test src/atom/moof.rs - atom::moof::Trun (line 224) ... 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 85) ... FAILED [INFO] [stdout] test src/atom/mod.rs - atom::Header (line 236) ... FAILED [INFO] [stdout] test src/atom/moov.rs - atom::moov::String (line 24) ... FAILED [INFO] [stdout] test src/atom/moov.rs - atom::moov::Tkhd (line 391) ... FAILED [INFO] [stdout] test src/atom/mod.rs - atom::str (line 132) ... FAILED [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/kind.rs - atom::kind::Kind (line 28) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/atom/mod.rs - atom::Header (line 288) stdout ---- [INFO] [stdout] error: struct literal body without path [INFO] [stdout] --> src/atom/mod.rs:288:79 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_atom_mod_rs_288_0() { [INFO] [stdout] | _______________________________________________________________________________^ [INFO] [stdout] 3 | | version: u8, [INFO] [stdout] 4 | | flags : [u8; 3], // 24 Bits [INFO] [stdout] 5 | | } _doctest_main_src_atom_mod_rs_288_0() } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: you might have forgotten to add the struct literal inside the block [INFO] [stdout] | [INFO] [stdout] 2 ~ fn main() { #[allow(non_snake_case)] fn _doctest_main_src_atom_mod_rs_288_0() { SomeStruct { [INFO] [stdout] 3 | version: u8, [INFO] [stdout] 4 | flags : [u8; 3], // 24 Bits [INFO] [stdout] 5 ~ } } _doctest_main_src_atom_mod_rs_288_0() } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 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 `;`, found `edts` [INFO] [stdout] --> src/atom/kind.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 3 | dinf [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 4 | edts [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `ipro` [INFO] [stdout] --> src/atom/kind.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 4 | edts [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 5 | ipro [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `mdia` [INFO] [stdout] --> src/atom/kind.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 5 | ipro [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 6 | mdia [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `meta` [INFO] [stdout] --> src/atom/kind.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 6 | mdia [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 7 | meta [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `mfra` [INFO] [stdout] --> src/atom/kind.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 7 | meta [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 8 | mfra [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `minf` [INFO] [stdout] --> src/atom/kind.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 8 | mfra [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 9 | minf [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `moof` [INFO] [stdout] --> src/atom/kind.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 9 | minf [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 10 | moof [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `moov` [INFO] [stdout] --> src/atom/kind.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 10 | moof [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 11 | moov [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `mvex` [INFO] [stdout] --> src/atom/kind.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 11 | moov [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 12 | mvex [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sinf` [INFO] [stdout] --> src/atom/kind.rs:151:5 [INFO] [stdout] | [INFO] [stdout] 12 | mvex [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 13 | sinf [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `skip` [INFO] [stdout] --> src/atom/kind.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 13 | sinf [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 14 | skip [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `stbl` [INFO] [stdout] --> src/atom/kind.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 14 | skip [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 15 | stbl [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `traf` [INFO] [stdout] --> src/atom/kind.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 15 | stbl [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 16 | traf [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `trak` [INFO] [stdout] --> src/atom/kind.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 16 | traf [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 17 | trak [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dinf` in this scope [INFO] [stdout] --> src/atom/kind.rs:142:1 [INFO] [stdout] | [INFO] [stdout] 3 | dinf [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `edts` in this scope [INFO] [stdout] --> src/atom/kind.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 4 | edts [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ipro` in this scope [INFO] [stdout] --> src/atom/kind.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 5 | ipro [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mdia` in this scope [INFO] [stdout] --> src/atom/kind.rs:145:1 [INFO] [stdout] | [INFO] [stdout] 6 | mdia [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `meta` in this scope [INFO] [stdout] --> src/atom/kind.rs:146:1 [INFO] [stdout] | [INFO] [stdout] 7 | meta [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mfra` in this scope [INFO] [stdout] --> src/atom/kind.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 8 | mfra [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `minf` in this scope [INFO] [stdout] --> src/atom/kind.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 9 | minf [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `moof` in this scope [INFO] [stdout] --> src/atom/kind.rs:149:1 [INFO] [stdout] | [INFO] [stdout] 10 | moof [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `moov` in this scope [INFO] [stdout] --> src/atom/kind.rs:150:1 [INFO] [stdout] | [INFO] [stdout] 11 | moov [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mvex` in this scope [INFO] [stdout] --> src/atom/kind.rs:151:1 [INFO] [stdout] | [INFO] [stdout] 12 | mvex [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sinf` in this scope [INFO] [stdout] --> src/atom/kind.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 13 | sinf [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `skip` in this scope [INFO] [stdout] --> src/atom/kind.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 14 | skip [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `stbl` in this scope [INFO] [stdout] --> src/atom/kind.rs:154:1 [INFO] [stdout] | [INFO] [stdout] 15 | stbl [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `traf` in this scope [INFO] [stdout] --> src/atom/kind.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 16 | traf [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `trak` in this scope [INFO] [stdout] --> src/atom/kind.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 17 | trak [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 29 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [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 an operator, found `Struct` [INFO] [stdout] --> src/atom/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 3 | Box Struct: [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 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 one of `.`, `;`, `?`, `}`, or an operator, found `data` [INFO] [stdout] --> src/atom/moof.rs:225:10 [INFO] [stdout] | [INFO] [stdout] 3 | 0x000001 data-offset-present. [INFO] [stdout] | ^^^^ expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stdout] [INFO] [stdout] error: aborting due to 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 an operator, found `,` [INFO] [stdout] --> src/atom/moov.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 3 | stts, ctts, stss, stsc, stsz, stco/co64 [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 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] 9 | 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] 9 | 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] 9 | 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] 9 | That fragment starts with the “#" character and consists of either: [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201c} [INFO] [stdout] --> src/atom/meco.rs:97:77 [INFO] [stdout] | [INFO] [stdout] 14 | If a fragment within the contained item must be addressed, then the initial “#” character of [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] 14 | If a fragment within the contained item must be addressed, then the initial "#" character of [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201d} [INFO] [stdout] --> src/atom/meco.rs:97:79 [INFO] [stdout] | [INFO] [stdout] 14 | If a fragment within the contained item must be addressed, then the initial “#” character of [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] 14 | If a fragment within the contained item must be addressed, then the initial “#" character of [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201c} [INFO] [stdout] --> src/atom/meco.rs:98:30 [INFO] [stdout] | [INFO] [stdout] 15 | that fragment is replaced by “*”. [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] 15 | that fragment is replaced by "*". [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201d} [INFO] [stdout] --> src/atom/meco.rs:98:32 [INFO] [stdout] | [INFO] [stdout] 15 | that fragment is replaced by “*”. [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] 15 | that fragment is replaced by “*". [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201c} [INFO] [stdout] --> src/atom/meco.rs:103:64 [INFO] [stdout] | [INFO] [stdout] 20 | adds the items in it, logically, to its cache of the directory “d” on a.com. It then re-forms [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] 20 | adds the items in it, logically, to its cache of the directory "d" on a.com. It then re-forms [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201d} [INFO] [stdout] --> src/atom/meco.rs:103:66 [INFO] [stdout] | [INFO] [stdout] 20 | adds the items in it, logically, to its cache of the directory “d” on a.com. It then re-forms [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] 20 | adds the items in it, logically, to its cache of the directory “d" on a.com. It then re-forms [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201c} [INFO] [stdout] --> src/atom/meco.rs:105:31 [INFO] [stdout] | [INFO] [stdout] 22 | full file name, and the first “*” has been transformed back into a “#”. The client then 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] 22 | full file name, and the first "*" has been transformed back into a “#”. The client then either [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201d} [INFO] [stdout] --> src/atom/meco.rs:105:33 [INFO] [stdout] | [INFO] [stdout] 22 | full file name, and the first “*” has been transformed back into a “#”. The client then 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] 22 | full file name, and the first “*" has been transformed back into a “#”. The client then either [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201c} [INFO] [stdout] --> src/atom/meco.rs:105:68 [INFO] [stdout] | [INFO] [stdout] 22 | full file name, and the first “*” has been transformed back into a “#”. The client then 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] 22 | full file name, and the first “*” has been transformed back into a "#". The client then either [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201d} [INFO] [stdout] --> src/atom/meco.rs:105:70 [INFO] [stdout] | [INFO] [stdout] 22 | full file name, and the first “*” has been transformed back into a “#”. The client then 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] 22 | full file name, and the first “*” has been transformed back into a “#". The client then either [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201c} [INFO] [stdout] --> src/atom/meco.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 24 | finds the anchor “branch1” within tree.html. If within that html, a file was referenced [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] 24 | finds the anchor "branch1" within tree.html. If within that html, a file was referenced [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201d} [INFO] [stdout] --> src/atom/meco.rs:107:26 [INFO] [stdout] | [INFO] [stdout] 24 | finds the anchor “branch1” within tree.html. If within that html, a file was referenced [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] 24 | finds the anchor “branch1" within tree.html. If within that html, a file was referenced [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201c} [INFO] [stdout] --> src/atom/meco.rs:108:28 [INFO] [stdout] | [INFO] [stdout] 25 | using a relative URL, e.g. “flower.gif”, then the client converts this to an absolute URL [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] 25 | using a relative URL, e.g. "flower.gif", then the client converts this to an absolute URL [INFO] [stdout] | ~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{201d} [INFO] [stdout] --> src/atom/meco.rs:108:39 [INFO] [stdout] | [INFO] [stdout] 25 | using a relative URL, e.g. “flower.gif”, then the client converts this to an absolute URL [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] 25 | using a relative URL, e.g. “flower.gif", then the client converts this to an absolute URL [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unexpected closing delimiter: `}` [INFO] [stdout] --> src/atom/meco.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 29 | } _doctest_main_src_atom_meco_rs_85_0() } [INFO] [stdout] | ^ unexpected closing delimiter [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `)` [INFO] [stdout] --> src/atom/meco.rs:85:79 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_atom_meco_rs_85_0() { [INFO] [stdout] | ^ unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 11 | a) item_ID=, identifying the item by its ID (the ID may be 0 for the primary resource); [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `)` [INFO] [stdout] --> src/atom/meco.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_atom_meco_rs_85_0() { [INFO] [stdout] | ^ unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 12 | b) item_name=, when the item information box is used. [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 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] 3 | `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] 3 | '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] 3 | `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] 3 | `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] 7 | `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] 7 | '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] 7 | `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] 7 | `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] 10 | 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] 10 | 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] 10 | 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] 10 | the type field is set to ‘uuid'. [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `is` [INFO] [stdout] --> src/atom/mod.rs:237:8 [INFO] [stdout] | [INFO] [stdout] 3 | `size` is an integer that specifies the number of bytes in this box, [INFO] [stdout] | ^^ expected one of 8 possible tokens [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::String (line 24) stdout ---- [INFO] [stdout] error: expected `;`, found `stsh` [INFO] [stdout] --> src/atom/moov.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 3 | ctts [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 4 | stsh [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `padb` [INFO] [stdout] --> src/atom/moov.rs:26:21 [INFO] [stdout] | [INFO] [stdout] 4 | stsh [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 5 | padb [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `stdp` [INFO] [stdout] --> src/atom/moov.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 5 | padb [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 6 | stdp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sdtp` [INFO] [stdout] --> src/atom/moov.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 6 | stdp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 7 | sdtp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sbgp` [INFO] [stdout] --> src/atom/moov.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 7 | sdtp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 8 | sbgp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sgpd` [INFO] [stdout] --> src/atom/moov.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 8 | sbgp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 9 | sgpd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `subs` [INFO] [stdout] --> src/atom/moov.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 9 | sgpd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 10 | subs [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `dinf` [INFO] [stdout] --> src/atom/moov.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 10 | subs [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 11 | dinf [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `dref` [INFO] [stdout] --> src/atom/moov.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 11 | dinf [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 12 | dref [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `nmhd` [INFO] [stdout] --> src/atom/moov.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 12 | dref [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 13 | nmhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `hmhd` [INFO] [stdout] --> src/atom/moov.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 13 | nmhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 14 | hmhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `smhd` [INFO] [stdout] --> src/atom/moov.rs:36:17 [INFO] [stdout] | [INFO] [stdout] 14 | hmhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 15 | smhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `vmhd` [INFO] [stdout] --> src/atom/moov.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 15 | smhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 16 | vmhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `tref` [INFO] [stdout] --> src/atom/moov.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 16 | vmhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 17 | tref [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `edts` [INFO] [stdout] --> src/atom/moov.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 17 | tref [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 18 | edts [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `elst` [INFO] [stdout] --> src/atom/moov.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 18 | edts [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 19 | elst [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `mvex` [INFO] [stdout] --> src/atom/moov.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 19 | elst [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 20 | mvex [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `mehd` [INFO] [stdout] --> src/atom/moov.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 20 | mvex [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 21 | mehd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `trex` [INFO] [stdout] --> src/atom/moov.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 21 | mehd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 22 | trex [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `ipmc` [INFO] [stdout] --> src/atom/moov.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 22 | trex [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 23 | ipmc [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ctts` in this scope [INFO] [stdout] --> src/atom/moov.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 3 | ctts [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `stsh` in this scope [INFO] [stdout] --> src/atom/moov.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 4 | stsh [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `padb` in this scope [INFO] [stdout] --> src/atom/moov.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 5 | padb [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `stdp` in this scope [INFO] [stdout] --> src/atom/moov.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 6 | stdp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sdtp` in this scope [INFO] [stdout] --> src/atom/moov.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 7 | sdtp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sbgp` in this scope [INFO] [stdout] --> src/atom/moov.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 8 | sbgp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sgpd` in this scope [INFO] [stdout] --> src/atom/moov.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 9 | sgpd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `subs` in this scope [INFO] [stdout] --> src/atom/moov.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 10 | subs [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dinf` in this scope [INFO] [stdout] --> src/atom/moov.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 11 | dinf [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dref` in this scope [INFO] [stdout] --> src/atom/moov.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 12 | dref [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `nmhd` in this scope [INFO] [stdout] --> src/atom/moov.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 13 | nmhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `hmhd` in this scope [INFO] [stdout] --> src/atom/moov.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 14 | hmhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `smhd` in this scope [INFO] [stdout] --> src/atom/moov.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 15 | smhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `vmhd` in this scope [INFO] [stdout] --> src/atom/moov.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 16 | vmhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tref` in this scope [INFO] [stdout] --> src/atom/moov.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 17 | tref [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `edts` in this scope [INFO] [stdout] --> src/atom/moov.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 18 | edts [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `elst` in this scope [INFO] [stdout] --> src/atom/moov.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 19 | elst [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mvex` in this scope [INFO] [stdout] --> src/atom/moov.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 20 | mvex [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mehd` in this scope [INFO] [stdout] --> src/atom/moov.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 21 | mehd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `trex` in this scope [INFO] [stdout] --> src/atom/moov.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 22 | trex [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ipmc` in this scope [INFO] [stdout] --> src/atom/moov.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 23 | ipmc [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 41 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [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 an operator, found `int` [INFO] [stdout] --> src/atom/moov.rs:392:10 [INFO] [stdout] | [INFO] [stdout] 3 | unsigned int(32) width; [INFO] [stdout] | ^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 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 `;`, found `mfhd` [INFO] [stdout] --> src/atom/mod.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 3 | moof [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 4 | mfhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `traf` [INFO] [stdout] --> src/atom/mod.rs:134:9 [INFO] [stdout] | [INFO] [stdout] 4 | mfhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 5 | traf [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `tfhd` [INFO] [stdout] --> src/atom/mod.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 5 | traf [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 6 | tfhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `trun` [INFO] [stdout] --> src/atom/mod.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 6 | tfhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 7 | trun [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sdtp` [INFO] [stdout] --> src/atom/mod.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 7 | trun [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 8 | sdtp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `traf` [INFO] [stdout] --> src/atom/mod.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 8 | sdtp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 9 | traf [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `tfhd` [INFO] [stdout] --> src/atom/mod.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 9 | traf [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 10 | tfhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `trun` [INFO] [stdout] --> src/atom/mod.rs:140:13 [INFO] [stdout] | [INFO] [stdout] 10 | tfhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 11 | trun [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sdtp` [INFO] [stdout] --> src/atom/mod.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 11 | trun [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 12 | sdtp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `mdat` [INFO] [stdout] --> src/atom/mod.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 12 | sdtp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 13 | mdat [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `moof` in this scope [INFO] [stdout] --> src/atom/mod.rs:133:1 [INFO] [stdout] | [INFO] [stdout] 3 | moof [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mfhd` in this scope [INFO] [stdout] --> src/atom/mod.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 4 | mfhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `traf` in this scope [INFO] [stdout] --> src/atom/mod.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 5 | traf [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tfhd` in this scope [INFO] [stdout] --> src/atom/mod.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 6 | tfhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `trun` in this scope [INFO] [stdout] --> src/atom/mod.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 7 | trun [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sdtp` in this scope [INFO] [stdout] --> src/atom/mod.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 8 | sdtp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `traf` in this scope [INFO] [stdout] --> src/atom/mod.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 9 | traf [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tfhd` in this scope [INFO] [stdout] --> src/atom/mod.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 10 | tfhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `trun` in this scope [INFO] [stdout] --> src/atom/mod.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 11 | trun [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sdtp` in this scope [INFO] [stdout] --> src/atom/mod.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 12 | sdtp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mdat` in this scope [INFO] [stdout] --> src/atom/mod.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 13 | mdat [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/mod.rs - atom::str (line 42) stdout ---- [INFO] [stdout] error: expected `;`, found `stsh` [INFO] [stdout] --> src/atom/mod.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 3 | ctts [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 4 | stsh [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `padb` [INFO] [stdout] --> src/atom/mod.rs:44:21 [INFO] [stdout] | [INFO] [stdout] 4 | stsh [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 5 | padb [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `stdp` [INFO] [stdout] --> src/atom/mod.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 5 | padb [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 6 | stdp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sdtp` [INFO] [stdout] --> src/atom/mod.rs:46:21 [INFO] [stdout] | [INFO] [stdout] 6 | stdp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 7 | sdtp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sbgp` [INFO] [stdout] --> src/atom/mod.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 7 | sdtp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 8 | sbgp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sgpd` [INFO] [stdout] --> src/atom/mod.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 8 | sbgp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 9 | sgpd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `subs` [INFO] [stdout] --> src/atom/mod.rs:49:21 [INFO] [stdout] | [INFO] [stdout] 9 | sgpd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 10 | subs [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `dinf` [INFO] [stdout] --> src/atom/mod.rs:50:21 [INFO] [stdout] | [INFO] [stdout] 10 | subs [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 11 | dinf [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `dref` [INFO] [stdout] --> src/atom/mod.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 11 | dinf [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 12 | dref [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `nmhd` [INFO] [stdout] --> src/atom/mod.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 12 | dref [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 13 | nmhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `hmhd` [INFO] [stdout] --> src/atom/mod.rs:53:17 [INFO] [stdout] | [INFO] [stdout] 13 | nmhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 14 | hmhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `smhd` [INFO] [stdout] --> src/atom/mod.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 14 | hmhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 15 | smhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `vmhd` [INFO] [stdout] --> src/atom/mod.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 15 | smhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 16 | vmhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `tref` [INFO] [stdout] --> src/atom/mod.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 16 | vmhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 17 | tref [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `edts` [INFO] [stdout] --> src/atom/mod.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 17 | tref [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 18 | edts [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `elst` [INFO] [stdout] --> src/atom/mod.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 18 | edts [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 19 | elst [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `mvex` [INFO] [stdout] --> src/atom/mod.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 19 | elst [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 20 | mvex [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `mehd` [INFO] [stdout] --> src/atom/mod.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 20 | mvex [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 21 | mehd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `trex` [INFO] [stdout] --> src/atom/mod.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 21 | mehd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 22 | trex [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `ipmc` [INFO] [stdout] --> src/atom/mod.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 22 | trex [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 23 | ipmc [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ctts` in this scope [INFO] [stdout] --> src/atom/mod.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 3 | ctts [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `stsh` in this scope [INFO] [stdout] --> src/atom/mod.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 4 | stsh [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `padb` in this scope [INFO] [stdout] --> src/atom/mod.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 5 | padb [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `stdp` in this scope [INFO] [stdout] --> src/atom/mod.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 6 | stdp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sdtp` in this scope [INFO] [stdout] --> src/atom/mod.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 7 | sdtp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sbgp` in this scope [INFO] [stdout] --> src/atom/mod.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 8 | sbgp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sgpd` in this scope [INFO] [stdout] --> src/atom/mod.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 9 | sgpd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `subs` in this scope [INFO] [stdout] --> src/atom/mod.rs:50:17 [INFO] [stdout] | [INFO] [stdout] 10 | subs [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dinf` in this scope [INFO] [stdout] --> src/atom/mod.rs:51:13 [INFO] [stdout] | [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] 11 | dinf [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dref` in this scope [INFO] [stdout] --> src/atom/mod.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 12 | dref [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `nmhd` in this scope [INFO] [stdout] --> src/atom/mod.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 13 | nmhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `hmhd` in this scope [INFO] [stdout] --> src/atom/mod.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 14 | hmhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `smhd` in this scope [INFO] [stdout] --> src/atom/mod.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 15 | smhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `vmhd` in this scope [INFO] [stdout] --> src/atom/mod.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 16 | vmhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tref` in this scope [INFO] [stdout] --> src/atom/mod.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 17 | tref [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `edts` in this scope [INFO] [stdout] --> src/atom/mod.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 18 | edts [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `elst` in this scope [INFO] [stdout] --> src/atom/mod.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 19 | elst [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mvex` in this scope [INFO] [stdout] --> src/atom/mod.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 20 | mvex [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mehd` in this scope [INFO] [stdout] --> src/atom/mod.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 21 | mehd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `trex` in this scope [INFO] [stdout] --> src/atom/mod.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 22 | trex [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ipmc` in this scope [INFO] [stdout] --> src/atom/mod.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 23 | ipmc [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 41 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/atom/meco.rs - atom::meco::Mere (line 137) stdout ---- [INFO] [stdout] error: unknown start of token: \u{2018} [INFO] [stdout] --> src/atom/meco.rs:138:24 [INFO] [stdout] | [INFO] [stdout] 3 | 1) The handler-type is ‘mp7t’ for textual metadata in Unicode format; [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] 3 | 1) The handler-type is 'mp7t’ for textual metadata in Unicode format; [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2019} [INFO] [stdout] --> src/atom/meco.rs:138:29 [INFO] [stdout] | [INFO] [stdout] 3 | 1) The handler-type is ‘mp7t’ for textual metadata in Unicode format; [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] 3 | 1) The handler-type is ‘mp7t' for textual metadata in Unicode format; [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2018} [INFO] [stdout] --> src/atom/meco.rs:139:24 [INFO] [stdout] | [INFO] [stdout] 4 | 2) The handler-type is ‘mp7b’ for binary metadata compressed in the BIM format. [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] 4 | 2) The handler-type is 'mp7b’ for binary metadata compressed in the BIM format. [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2019} [INFO] [stdout] --> src/atom/meco.rs:139:29 [INFO] [stdout] | [INFO] [stdout] 4 | 2) The handler-type is ‘mp7b’ for binary metadata compressed in the BIM format. [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] 4 | 2) The handler-type is ‘mp7b' for binary metadata compressed in the BIM format. [INFO] [stdout] | ~ [INFO] [stdout] [INFO] [stdout] error: unexpected closing delimiter: `)` [INFO] [stdout] --> src/atom/meco.rs:142:2 [INFO] [stdout] | [INFO] [stdout] 7 | 3) When the format is textual, there is either another box in the metadata container ‘meta’, [INFO] [stdout] | ^ unexpected closing delimiter [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `)` [INFO] [stdout] --> src/atom/meco.rs:137:80 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_atom_meco_rs_137_0() { [INFO] [stdout] | ^ unclosed delimiter [INFO] [stdout] 3 | 1) The handler-type is ‘mp7t’ for textual metadata in Unicode format; [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `)` [INFO] [stdout] --> src/atom/meco.rs:137:11 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_atom_meco_rs_137_0() { [INFO] [stdout] | ^ unclosed delimiter [INFO] [stdout] 3 | 1) The handler-type is ‘mp7t’ for textual metadata in Unicode format; [INFO] [stdout] 4 | 2) The handler-type is ‘mp7b’ for binary metadata compressed in the BIM format. [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [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 `;`, found `stsh` [INFO] [stdout] --> src/atom/kind.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 3 | ctts [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 4 | stsh [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `padb` [INFO] [stdout] --> src/atom/kind.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 4 | stsh [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 5 | padb [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `stdp` [INFO] [stdout] --> src/atom/kind.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 5 | padb [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 6 | stdp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sdtp` [INFO] [stdout] --> src/atom/kind.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 6 | stdp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 7 | sdtp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sbgp` [INFO] [stdout] --> src/atom/kind.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 7 | sdtp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 8 | sbgp [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `sgpd` [INFO] [stdout] --> src/atom/kind.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 8 | sbgp [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 9 | sgpd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `subs` [INFO] [stdout] --> src/atom/kind.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 9 | sgpd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 10 | subs [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `dinf` [INFO] [stdout] --> src/atom/kind.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 10 | subs [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 11 | dinf [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `dref` [INFO] [stdout] --> src/atom/kind.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 11 | dinf [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 12 | dref [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `nmhd` [INFO] [stdout] --> src/atom/kind.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 12 | dref [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 13 | nmhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `hmhd` [INFO] [stdout] --> src/atom/kind.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 13 | nmhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 14 | hmhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `smhd` [INFO] [stdout] --> src/atom/kind.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 14 | hmhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 15 | smhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `vmhd` [INFO] [stdout] --> src/atom/kind.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 15 | smhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 16 | vmhd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `tref` [INFO] [stdout] --> src/atom/kind.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 16 | vmhd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 17 | tref [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `edts` [INFO] [stdout] --> src/atom/kind.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 17 | tref [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 18 | edts [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `elst` [INFO] [stdout] --> src/atom/kind.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 18 | edts [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 19 | elst [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `mvex` [INFO] [stdout] --> src/atom/kind.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 19 | elst [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 20 | mvex [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `mehd` [INFO] [stdout] --> src/atom/kind.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 20 | mvex [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 21 | mehd [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `trex` [INFO] [stdout] --> src/atom/kind.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 21 | mehd [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 22 | trex [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `ipmc` [INFO] [stdout] --> src/atom/kind.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 22 | trex [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 23 | ipmc [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ctts` in this scope [INFO] [stdout] --> src/atom/kind.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 3 | ctts [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `stsh` in this scope [INFO] [stdout] --> src/atom/kind.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 4 | stsh [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `padb` in this scope [INFO] [stdout] --> src/atom/kind.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 5 | padb [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `stdp` in this scope [INFO] [stdout] --> src/atom/kind.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 6 | stdp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sdtp` in this scope [INFO] [stdout] --> src/atom/kind.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 7 | sdtp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sbgp` in this scope [INFO] [stdout] --> src/atom/kind.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 8 | sbgp [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `sgpd` in this scope [INFO] [stdout] --> src/atom/kind.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 9 | sgpd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `subs` in this scope [INFO] [stdout] --> src/atom/kind.rs:36:17 [INFO] [stdout] | [INFO] [stdout] 10 | subs [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dinf` in this scope [INFO] [stdout] --> src/atom/kind.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 11 | dinf [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dref` in this scope [INFO] [stdout] --> src/atom/kind.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 12 | dref [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `nmhd` in this scope [INFO] [stdout] --> src/atom/kind.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 13 | nmhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `hmhd` in this scope [INFO] [stdout] --> src/atom/kind.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 14 | hmhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `smhd` in this scope [INFO] [stdout] --> src/atom/kind.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 15 | smhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `vmhd` in this scope [INFO] [stdout] --> src/atom/kind.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 16 | vmhd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tref` in this scope [INFO] [stdout] --> src/atom/kind.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 17 | tref [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `edts` in this scope [INFO] [stdout] --> src/atom/kind.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 18 | edts [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `elst` in this scope [INFO] [stdout] --> src/atom/kind.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 19 | elst [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mvex` in this scope [INFO] [stdout] --> src/atom/kind.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 20 | mvex [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mehd` in this scope [INFO] [stdout] --> src/atom/kind.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 21 | mehd [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `trex` in this scope [INFO] [stdout] --> src/atom/kind.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 22 | trex [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ipmc` in this scope [INFO] [stdout] --> src/atom/kind.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 23 | ipmc [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 41 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [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.33s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4288b3a1651148aa6d926e623b5775ddf7ee9b376d5c056a05b967fce7482727", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4288b3a1651148aa6d926e623b5775ddf7ee9b376d5c056a05b967fce7482727", kill_on_drop: false }` [INFO] [stdout] 4288b3a1651148aa6d926e623b5775ddf7ee9b376d5c056a05b967fce7482727