[INFO] cloning repository https://github.com/alexbielen/allegro
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexbielen/allegro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexbielen%2Fallegro", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexbielen%2Fallegro'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 092028d7f2df970cd099762cd0a8ac9318fd0ef1
[INFO] testing alexbielen/allegro against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexbielen%2Fallegro" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alexbielen/allegro
[INFO] finished tweaking git repo https://github.com/alexbielen/allegro
[INFO] tweaked toml for git repo https://github.com/alexbielen/allegro written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alexbielen/allegro on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alexbielen/allegro already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unic-emoji-char v0.9.0
[INFO] [stderr]   Downloaded pyo3-stub-gen-derive v0.22.3
[INFO] [stderr]   Downloaded unicode_names2_generator v1.3.0
[INFO] [stderr]   Downloaded rustpython-parser-vendored v0.4.0
[INFO] [stderr]   Downloaded lalrpop-util v0.20.2
[INFO] [stderr]   Downloaded rustpython-parser-core v0.4.0
[INFO] [stderr]   Downloaded is-macro v0.3.7
[INFO] [stderr]   Downloaded pyo3-macros v0.26.0
[INFO] [stderr]   Downloaded pyo3-build-config v0.26.0
[INFO] [stderr]   Downloaded rustpython-ast v0.4.0
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.26.0
[INFO] [stderr]   Downloaded pyo3-ffi v0.26.0
[INFO] [stderr]   Downloaded numpy v0.26.0
[INFO] [stderr]   Downloaded pyo3-stub-gen v0.22.3
[INFO] [stderr]   Downloaded rustpython-parser v0.4.0
[INFO] [stderr]   Downloaded unicode_names2 v1.3.0
[INFO] [stderr]   Downloaded glam v0.29.3
[INFO] [stderr]   Downloaded pyo3 v0.26.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec
[INFO] running `Command { std: "docker" "start" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling target-lexicon v0.13.4
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling lalrpop-util v0.20.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unic-ucd-ident v0.9.0
[INFO] [stderr]    Compiling unic-emoji-char v0.9.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rustpython-parser-vendored v0.4.0
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling unindent v0.2.4
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling inventory v0.3.24
[INFO] [stderr]    Compiling glam v0.29.3
[INFO] [stderr]    Compiling pyo3-build-config v0.26.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling ordered-float v5.3.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling pyo3-macros-backend v0.26.0
[INFO] [stderr]    Compiling pyo3-ffi v0.26.0
[INFO] [stderr]    Compiling pyo3 v0.26.0
[INFO] [stderr]    Compiling numpy v0.26.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling is-macro v0.3.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling rustpython-parser-core v0.4.0
[INFO] [stderr]    Compiling rustpython-ast v0.4.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling unicode_names2_generator v1.3.0
[INFO] [stderr]    Compiling rustpython-parser v0.4.0
[INFO] [stderr]    Compiling unicode_names2 v1.3.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pyo3-macros v0.26.0
[INFO] [stderr]    Compiling pyo3-stub-gen-derive v0.22.3
[INFO] [stderr]    Compiling pyo3-stub-gen v0.22.3
[INFO] [stderr]    Compiling allegro v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.38s
[INFO] running `Command { std: "docker" "inspect" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling allegro v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.46s
[INFO] running `Command { std: "docker" "inspect" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/allegro-41e889a44a560990)
[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/stub_gen.rs (/opt/rustwide/target/debug/deps/stub_gen-f8ea704f70205eb6)
[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 allegro
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/physical.rs - physical::bouncing_ball (line 49) ... FAILED
[INFO] [stdout] test src/numbers.rs - numbers::FitMode (line 34) ... FAILED
[INFO] [stdout] test src/physical.rs - physical::bouncing_ball (line 63) ... FAILED
[INFO] [stdout] test src/mnx.rs - mnx::MnxNoteValue (line 241) ... FAILED
[INFO] [stdout] test src/pitchclass.rs - pitchclass::PitchClassSet::normal_form (line 127) ... FAILED
[INFO] [stdout] test src/mnx.rs - mnx::MnxKeySignature (line 570) ... FAILED
[INFO] [stdout] test src/numbers.rs - numbers::fit (line 225) ... FAILED
[INFO] [stdout] test src/mnx.rs - mnx::MnxEvent::note (line 382) ... FAILED
[INFO] [stdout] test src/boids.rs - boids::Universe (line 126) ... FAILED
[INFO] [stdout] test src/numbers.rs - numbers::quantize (line 289) ... FAILED
[INFO] [stdout] test src/numbers.rs - numbers::FitMode (line 19) ... FAILED
[INFO] [stdout] test src/mnx.rs - mnx::MnxDocument (line 960) ... FAILED
[INFO] [stdout] test src/mnx.rs - mnx::MnxTimeSignature (line 606) ... FAILED
[INFO] [stdout] test src/mnx.rs - mnx::MnxEvent::rest (line 413) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/physical.rs - physical::bouncing_ball (line 49) stdout ----
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:50:7
[INFO] [stdout]    |
[INFO] [stdout] 50 |     - ``height < 0``
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 50 -     - ``height < 0``
[INFO] [stdout] 50 +     - ''height < 0``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:50:19
[INFO] [stdout]    |
[INFO] [stdout] 50 |     - ``height < 0``
[INFO] [stdout]    |                   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 50 -     - ``height < 0``
[INFO] [stdout] 50 +     - ``height < 0''
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:51:7
[INFO] [stdout]    |
[INFO] [stdout] 51 |     - ``gravity <= 0``
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 51 -     - ``gravity <= 0``
[INFO] [stdout] 51 +     - ''gravity <= 0``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     - ``gravity <= 0``
[INFO] [stdout]    |                     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 51 -     - ``gravity <= 0``
[INFO] [stdout] 51 +     - ``gravity <= 0''
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:52:7
[INFO] [stdout]    |
[INFO] [stdout] 52 |     - ``elasticity`` not between 0 and 1 `
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 52 -     - ``elasticity`` not between 0 and 1 `
[INFO] [stdout] 52 +     - ''elasticity`` not between 0 and 1 `
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 52 |     - ``elasticity`` not between 0 and 1 `
[INFO] [stdout]    |                   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 52 -     - ``elasticity`` not between 0 and 1 `
[INFO] [stdout] 52 +     - ``elasticity'' not between 0 and 1 `
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:52:42
[INFO] [stdout]    |
[INFO] [stdout] 52 |     - ``elasticity`` not between 0 and 1 `
[INFO] [stdout]    |                                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 52 -     - ``elasticity`` not between 0 and 1 `
[INFO] [stdout] 52 +     - ``elasticity`` not between 0 and 1 '
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout] 53 |     - ``samples_per_second <= 0``
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 53 -     - ``samples_per_second <= 0``
[INFO] [stdout] 53 +     - ''samples_per_second <= 0``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 |     - ``samples_per_second <= 0``
[INFO] [stdout]    |                                ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 53 -     - ``samples_per_second <= 0``
[INFO] [stdout] 53 +     - ``samples_per_second <= 0''
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:54:7
[INFO] [stdout]    |
[INFO] [stdout] 54 |     - ``max_time <= 0``
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 54 -     - ``max_time <= 0``
[INFO] [stdout] 54 +     - ''max_time <= 0``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/physical.rs:54:22
[INFO] [stdout]    |
[INFO] [stdout] 54 |     - ``max_time <= 0``
[INFO] [stdout]    |                      ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 54 -     - ``max_time <= 0``
[INFO] [stdout] 54 +     - ``max_time <= 0''
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: expected item, found `-`
[INFO] [stdout]   --> src/physical.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     - ``height < 0``
[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 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/numbers.rs - numbers::FitMode (line 34) stdout ----
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:35:3
[INFO] [stdout]    |
[INFO] [stdout] 35 | - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 35 - - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout] 35 + - ''Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 35 - - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout] 35 + - ``Wrap'': ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 | - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |             ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 35 - - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout] 35 + - ``Wrap``: ''15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 | - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |                      ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 35 - - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout] 35 + - ``Wrap``: ``15 -> 5'', ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:35:26
[INFO] [stdout]    |
[INFO] [stdout] 35 | - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |                          ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 35 - - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout] 35 + - ``Wrap``: ``15 -> 5``, ''25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:35:35
[INFO] [stdout]    |
[INFO] [stdout] 35 | - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |                                   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 35 - - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout] 35 + - ``Wrap``: ``15 -> 5``, ``25 -> 5'', ``-3 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:35:39
[INFO] [stdout]    |
[INFO] [stdout] 35 | - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |                                       ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 35 - - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout] 35 + - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ''-3 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:35:48
[INFO] [stdout]    |
[INFO] [stdout] 35 | - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout]    |                                                ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 35 - - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[INFO] [stdout] 35 + - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7''
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:36:3
[INFO] [stdout]    |
[INFO] [stdout] 36 | - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 36 - - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout] 36 + - ''Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |            ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 36 - - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout] 36 + - ``Reflect'': ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:36:16
[INFO] [stdout]    |
[INFO] [stdout] 36 | - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |                ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 36 - - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout] 36 + - ``Reflect``: ''12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 | - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |                         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 36 - - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout] 36 + - ``Reflect``: ``12 -> 8'', ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 | - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |                             ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 36 - - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout] 36 + - ``Reflect``: ``12 -> 8``, ''23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:36:38
[INFO] [stdout]    |
[INFO] [stdout] 36 | - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |                                      ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 36 - - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout] 36 + - ``Reflect``: ``12 -> 8``, ``23 -> 3'', ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:36:42
[INFO] [stdout]    |
[INFO] [stdout] 36 | - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |                                          ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 36 - - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout] 36 + - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ''-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:36:52
[INFO] [stdout]    |
[INFO] [stdout] 36 | - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout]    |                                                    ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 36 - - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7``
[INFO] [stdout] 36 + - ``Reflect``: ``12 -> 8``, ``23 -> 3``, ``-23 -> 7''
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:37:3
[INFO] [stdout]    |
[INFO] [stdout] 37 | - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 37 - - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout] 37 + - ''Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:37:11
[INFO] [stdout]    |
[INFO] [stdout] 37 | - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |           ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 37 - - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout] 37 + - ``Bounce'': ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |               ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 37 - - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout] 37 + - ``Bounce``: ''12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 | - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |                        ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 37 - - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout] 37 + - ``Bounce``: ``12 -> 8'', ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:37:28
[INFO] [stdout]    |
[INFO] [stdout] 37 | - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |                            ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 37 - - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout] 37 + - ``Bounce``: ``12 -> 8``, ''23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:37:37
[INFO] [stdout]    |
[INFO] [stdout] 37 | - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |                                     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 37 - - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout] 37 + - ``Bounce``: ``12 -> 8``, ``23 -> 3'', ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:37:41
[INFO] [stdout]    |
[INFO] [stdout] 37 | - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |                                         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 37 - - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout] 37 + - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ''-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:37:51
[INFO] [stdout]    |
[INFO] [stdout] 37 | - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |                                                   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 37 - - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout] 37 + - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2'', ``-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:37:55
[INFO] [stdout]    |
[INFO] [stdout] 37 | - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |                                                       ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 37 - - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout] 37 + - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ''-23 -> 7``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:37:65
[INFO] [stdout]    |
[INFO] [stdout] 37 | - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout]    |                                                                 ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 37 - - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7``
[INFO] [stdout] 37 + - ``Bounce``: ``12 -> 8``, ``23 -> 3``, ``-12 -> 2``, ``-23 -> 7''
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 | - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout]    |   ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 38 - - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout] 38 + - ''Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 | - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout]    |          ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 38 - - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout] 38 + - ``Clamp'': ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 38 | - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout]    |              ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 38 - - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout] 38 + - ``Clamp``: ''15 -> 10``, ``-3 -> 0``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:38:24
[INFO] [stdout]    |
[INFO] [stdout] 38 | - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout]    |                        ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 38 - - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout] 38 + - ``Clamp``: ``15 -> 10'', ``-3 -> 0``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 | - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout]    |                            ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 38 - - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout] 38 + - ``Clamp``: ``15 -> 10``, ''-3 -> 0``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:38:37
[INFO] [stdout]    |
[INFO] [stdout] 38 | - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout]    |                                     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 38 - - ``Clamp``: ``15 -> 10``, ``-3 -> 0``
[INFO] [stdout] 38 + - ``Clamp``: ``15 -> 10``, ``-3 -> 0''
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: expected item, found `-`
[INFO] [stdout]   --> src/numbers.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | - ``Wrap``: ``15 -> 5``, ``25 -> 5``, ``-3 -> 7``
[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 33 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/physical.rs - physical::bouncing_ball (line 63) stdout ----
[INFO] [stdout] error: expected item, found `>>`
[INFO] [stdout]   --> src/physical.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | >>> samples = bouncing_ball(height=1.0, velocity=0.0)
[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/mnx.rs - mnx::MnxNoteValue (line 241) stdout ----
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/mnx.rs:242:15
[INFO] [stdout]     |
[INFO] [stdout] 242 | A whole note: ``MnxNoteValue(base=NoteValueBase.Whole)``
[INFO] [stdout]     |               ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 242 - A whole note: ``MnxNoteValue(base=NoteValueBase.Whole)``
[INFO] [stdout] 242 + A whole note: ''MnxNoteValue(base=NoteValueBase.Whole)``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/mnx.rs:242:55
[INFO] [stdout]     |
[INFO] [stdout] 242 | A whole note: ``MnxNoteValue(base=NoteValueBase.Whole)``
[INFO] [stdout]     |                                                       ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 242 - A whole note: ``MnxNoteValue(base=NoteValueBase.Whole)``
[INFO] [stdout] 242 + A whole note: ``MnxNoteValue(base=NoteValueBase.Whole)''
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `whole`
[INFO] [stdout]    --> src/mnx.rs:242:3
[INFO] [stdout]     |
[INFO] [stdout] 242 | A whole note: ``MnxNoteValue(base=NoteValueBase.Whole)``
[INFO] [stdout]     |   ^^^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/pitchclass.rs - pitchclass::PitchClassSet::normal_form (line 127) stdout ----
[INFO] [stdout] error: expected item, found `2.`
[INFO] [stdout]    --> src/pitchclass.rs:128:1
[INFO] [stdout]     |
[INFO] [stdout] 128 | 2. Select the rotation(s) with the smallest total span:
[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/mnx.rs - mnx::MnxKeySignature (line 570) stdout ----
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/mnx.rs:571:19
[INFO] [stdout]     |
[INFO] [stdout] 571 | F major (1 flat): ``MnxKeySignature(fifths=-1)``
[INFO] [stdout]     |                   ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 571 - F major (1 flat): ``MnxKeySignature(fifths=-1)``
[INFO] [stdout] 571 + F major (1 flat): ''MnxKeySignature(fifths=-1)``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/mnx.rs:571:47
[INFO] [stdout]     |
[INFO] [stdout] 571 | F major (1 flat): ``MnxKeySignature(fifths=-1)``
[INFO] [stdout]     |                                               ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 571 - F major (1 flat): ``MnxKeySignature(fifths=-1)``
[INFO] [stdout] 571 + F major (1 flat): ``MnxKeySignature(fifths=-1)''
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `major`
[INFO] [stdout]    --> src/mnx.rs:571:3
[INFO] [stdout]     |
[INFO] [stdout] 571 | F major (1 flat): ``MnxKeySignature(fifths=-1)``
[INFO] [stdout]     |   ^^^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/numbers.rs - numbers::fit (line 225) stdout ----
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:226:3
[INFO] [stdout]     |
[INFO] [stdout] 226 | - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |   ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 226 - - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout] 226 + - ''Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 | - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |         ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 226 - - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout] 226 + - ``Wrap'': ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:226:13
[INFO] [stdout]     |
[INFO] [stdout] 226 | - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |             ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 226 - - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout] 226 + - ``Wrap``: ''fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:226:40
[INFO] [stdout]     |
[INFO] [stdout] 226 | - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |                                        ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 226 - - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout] 226 + - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2''; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:226:44
[INFO] [stdout]     |
[INFO] [stdout] 226 | - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 226 - - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout] 226 + - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ''fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:226:71
[INFO] [stdout]     |
[INFO] [stdout] 226 | - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout]     |                                                                       ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 226 - - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[INFO] [stdout] 226 + - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6''
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:227:3
[INFO] [stdout]     |
[INFO] [stdout] 227 | - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |   ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 227 - - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout] 227 + - ''Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:227:12
[INFO] [stdout]     |
[INFO] [stdout] 227 | - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |            ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 227 - - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout] 227 + - ``Reflect'': ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:227:16
[INFO] [stdout]     |
[INFO] [stdout] 227 | - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |                ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 227 - - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout] 227 + - ``Reflect``: ''fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:227:46
[INFO] [stdout]     |
[INFO] [stdout] 227 | - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |                                              ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 227 - - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout] 227 + - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8''; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:227:50
[INFO] [stdout]     |
[INFO] [stdout] 227 | - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |                                                  ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 227 - - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout] 227 + - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ''fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:227:80
[INFO] [stdout]     |
[INFO] [stdout] 227 | - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout]     |                                                                                ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 227 - - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4``
[INFO] [stdout] 227 + - ``Reflect``: ``fit(Reflect, 0, 10, 12) == 8``; ``fit(Reflect, 0, 10, -4) == 4''
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:228:3
[INFO] [stdout]     |
[INFO] [stdout] 228 | - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |   ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 228 - - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout] 228 + - ''Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:228:11
[INFO] [stdout]     |
[INFO] [stdout] 228 | - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 228 - - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout] 228 + - ``Bounce'': ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:228:15
[INFO] [stdout]     |
[INFO] [stdout] 228 | - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |               ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 228 - - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout] 228 + - ``Bounce``: ''fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:228:44
[INFO] [stdout]     |
[INFO] [stdout] 228 | - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |                                            ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 228 - - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout] 228 + - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8''; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:228:48
[INFO] [stdout]     |
[INFO] [stdout] 228 | - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |                                                ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 228 - - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout] 228 + - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ''fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:228:78
[INFO] [stdout]     |
[INFO] [stdout] 228 | - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout]     |                                                                              ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 228 - - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2``
[INFO] [stdout] 228 + - ``Bounce``: ``fit(Bounce, 0, 10, 12) == 8``; ``fit(Bounce, 0, 10, -12) == 2''
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:229:3
[INFO] [stdout]     |
[INFO] [stdout] 229 | - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |   ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 229 - - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout] 229 + - ''Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:229:10
[INFO] [stdout]     |
[INFO] [stdout] 229 | - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |          ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 229 - - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout] 229 + - ``Clamp'': ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:229:14
[INFO] [stdout]     |
[INFO] [stdout] 229 | - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |              ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 229 - - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout] 229 + - ``Clamp``: ''fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:229:43
[INFO] [stdout]     |
[INFO] [stdout] 229 | - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |                                           ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 229 - - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout] 229 + - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10''; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:229:47
[INFO] [stdout]     |
[INFO] [stdout] 229 | - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |                                               ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 229 - - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout] 229 + - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ''fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/numbers.rs:229:75
[INFO] [stdout]     |
[INFO] [stdout] 229 | - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout]     |                                                                           ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 229 - - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0``
[INFO] [stdout] 229 + - ``Clamp``: ``fit(Clamp, 0, 10, 12) == 10``; ``fit(Clamp, 0, 10, -4) == 0''
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: expected item, found `-`
[INFO] [stdout]    --> src/numbers.rs:226:1
[INFO] [stdout]     |
[INFO] [stdout] 226 | - ``Wrap``: ``fit(Wrap, 0, 10, 12) == 2``; ``fit(Wrap, 0, 10, -4) == 6``
[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 25 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/mnx.rs - mnx::MnxEvent::note (line 382) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `=`
[INFO] [stdout]    --> src/mnx.rs:383:11
[INFO] [stdout]     |
[INFO] [stdout] 383 |     event = MnxEvent.note(
[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/boids.rs - boids::Universe (line 126) stdout ----
[INFO] [stdout] error: expected item, found `1.`
[INFO] [stdout]    --> src/boids.rs:127:1
[INFO] [stdout]     |
[INFO] [stdout] 127 | 1. Fly towards perceived center of mass
[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/numbers.rs - numbers::quantize (line 289) stdout ----
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/numbers.rs:291:13
[INFO] [stdout]     |
[INFO] [stdout] 291 |     |value| \le \min\bigl(\text{f64::MAX} \cdot |step|,\;
[INFO] [stdout]     |             ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/numbers.rs:291:17
[INFO] [stdout]     |
[INFO] [stdout] 291 |     |value| \le \min\bigl(\text{f64::MAX} \cdot |step|,\;
[INFO] [stdout]     |                 ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/numbers.rs:291:21
[INFO] [stdout]     |
[INFO] [stdout] 291 |     |value| \le \min\bigl(\text{f64::MAX} \cdot |step|,\;
[INFO] [stdout]     |                     ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/numbers.rs:291:27
[INFO] [stdout]     |
[INFO] [stdout] 291 |     |value| \le \min\bigl(\text{f64::MAX} \cdot |step|,\;
[INFO] [stdout]     |                           ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/numbers.rs:291:43
[INFO] [stdout]     |
[INFO] [stdout] 291 |     |value| \le \min\bigl(\text{f64::MAX} \cdot |step|,\;
[INFO] [stdout]     |                                           ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/numbers.rs:291:56
[INFO] [stdout]     |
[INFO] [stdout] 291 |     |value| \le \min\bigl(\text{f64::MAX} \cdot |step|,\;
[INFO] [stdout]     |                                                        ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/numbers.rs:292:30
[INFO] [stdout]     |
[INFO] [stdout] 292 | ...                   \text{f64::MAX} - 0.5\cdot|step|\bigr).
[INFO] [stdout]     |                       ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/numbers.rs:292:51
[INFO] [stdout]     |
[INFO] [stdout] 292 | ...                   \text{f64::MAX} - 0.5\cdot|step|\bigr).
[INFO] [stdout]     |                                            ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \
[INFO] [stdout]    --> src/numbers.rs:292:62
[INFO] [stdout]     |
[INFO] [stdout] 292 | ...                   \text{f64::MAX} - 0.5\cdot|step|\bigr).
[INFO] [stdout]     |                                                       ^
[INFO] [stdout] 
[INFO] [stdout] error: expected item, found `..`
[INFO] [stdout]    --> src/numbers.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | .. math::
[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 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/numbers.rs - numbers::FitMode (line 19) stdout ----
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 26 -     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout] 26 +     ''num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |               ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 26 -     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout] 26 +     ``num >= 0'' starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:26:28
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |                            ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 26 -     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout] 26 +     ``num >= 0`` starts at ''min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:26:33
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |                                 ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 26 -     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout] 26 +     ``num >= 0`` starts at ``min'' moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:26:50
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |                                                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 26 -     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout] 26 +     ``num >= 0`` starts at ``min`` moving right; ''num < 0`` starts at ``max``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:26:59
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |                                                           ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 26 -     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout] 26 +     ``num >= 0`` starts at ``min`` moving right; ``num < 0'' starts at ``max``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:26:72
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |                                                                        ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 26 -     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout] 26 +     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ''max``
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]   --> src/numbers.rs:26:77
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout]    |                                                                             ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 26 -     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max``
[INFO] [stdout] 26 +     ``num >= 0`` starts at ``min`` moving right; ``num < 0`` starts at ``max''
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `:`
[INFO] [stdout]   --> src/numbers.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | Reflect:
[INFO] [stdout]    |        ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/mnx.rs - mnx::MnxDocument (line 960) stdout ----
[INFO] [stdout] error: mismatched closing delimiter: `)`
[INFO] [stdout]    --> src/mnx.rs:982:48
[INFO] [stdout]     |
[INFO] [stdout] 978 |             MnxPartMeasure(
[INFO] [stdout]     |                           - closing delimiter possibly meant for this
[INFO] [stdout] ...
[INFO] [stdout] 982 |                 sequences=[MnxSequence(content=[
[INFO] [stdout]     |                                                ^ unclosed delimiter
[INFO] [stdout] ...
[INFO] [stdout] 991 |             )
[INFO] [stdout]     |             ^ mismatched closing delimiter
[INFO] [stdout] 
[INFO] [stdout] error: this file contains an unclosed delimiter
[INFO] [stdout]    --> src/mnx.rs:994:32
[INFO] [stdout]     |
[INFO] [stdout] 969 |     doc = MnxDocument(
[INFO] [stdout]     |                      - unclosed delimiter
[INFO] [stdout] ...
[INFO] [stdout] 977 |         parts=[MnxPart(measures=[
[INFO] [stdout]     |               - unclosed delimiter
[INFO] [stdout] ...
[INFO] [stdout] 994 |     print(doc.to_json_pretty())
[INFO] [stdout]     |                                ^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/mnx.rs - mnx::MnxTimeSignature (line 606) stdout ----
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/mnx.rs:607:11
[INFO] [stdout]     |
[INFO] [stdout] 607 | 6/8 time: ``MnxTimeSignature(count=6, unit=8)``
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 607 - 6/8 time: ``MnxTimeSignature(count=6, unit=8)``
[INFO] [stdout] 607 + 6/8 time: ''MnxTimeSignature(count=6, unit=8)``
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: `
[INFO] [stdout]    --> src/mnx.rs:607:46
[INFO] [stdout]     |
[INFO] [stdout] 607 | 6/8 time: ``MnxTimeSignature(count=6, unit=8)``
[INFO] [stdout]     |                                              ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: character appears once more
[INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
[INFO] [stdout]     |
[INFO] [stdout] 607 - 6/8 time: ``MnxTimeSignature(count=6, unit=8)``
[INFO] [stdout] 607 + 6/8 time: ``MnxTimeSignature(count=6, unit=8)''
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: expected item, found `6`
[INFO] [stdout]    --> src/mnx.rs:607:1
[INFO] [stdout]     |
[INFO] [stdout] 607 | 6/8 time: ``MnxTimeSignature(count=6, unit=8)``
[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 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/mnx.rs - mnx::MnxEvent::rest (line 413) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `event` in this scope
[INFO] [stdout]    --> src/mnx.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | event = MnxEvent.rest(duration=MnxNoteValue(base=NoteValueBase.Whole))
[INFO] [stdout]     | ^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]     |
[INFO] [stdout] 414 | let event = MnxEvent.rest(duration=MnxNoteValue(base=NoteValueBase.Whole))
[INFO] [stdout]     | +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MnxEvent` in this scope
[INFO] [stdout]    --> src/mnx.rs:414:9
[INFO] [stdout]     |
[INFO] [stdout] 414 | event = MnxEvent.rest(duration=MnxNoteValue(base=NoteValueBase.Whole))
[INFO] [stdout]     |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `duration` in this scope
[INFO] [stdout]    --> src/mnx.rs:414:23
[INFO] [stdout]     |
[INFO] [stdout] 414 | event = MnxEvent.rest(duration=MnxNoteValue(base=NoteValueBase.Whole))
[INFO] [stdout]     |                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `base` in this scope
[INFO] [stdout]    --> src/mnx.rs:414:45
[INFO] [stdout]     |
[INFO] [stdout] 414 | event = MnxEvent.rest(duration=MnxNoteValue(base=NoteValueBase.Whole))
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `NoteValueBase` in this scope
[INFO] [stdout]    --> src/mnx.rs:414:50
[INFO] [stdout]     |
[INFO] [stdout] 414 | event = MnxEvent.rest(duration=MnxNoteValue(base=NoteValueBase.Whole))
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MnxNoteValue` in this scope
[INFO] [stdout]    --> src/mnx.rs:414:32
[INFO] [stdout]     |
[INFO] [stdout] 414 | event = MnxEvent.rest(duration=MnxNoteValue(base=NoteValueBase.Whole))
[INFO] [stdout]     |                                ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 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/boids.rs - boids::Universe (line 126)
[INFO] [stdout]     src/mnx.rs - mnx::MnxDocument (line 960)
[INFO] [stdout]     src/mnx.rs - mnx::MnxEvent::note (line 382)
[INFO] [stdout]     src/mnx.rs - mnx::MnxEvent::rest (line 413)
[INFO] [stdout]     src/mnx.rs - mnx::MnxKeySignature (line 570)
[INFO] [stdout]     src/mnx.rs - mnx::MnxNoteValue (line 241)
[INFO] [stdout]     src/mnx.rs - mnx::MnxTimeSignature (line 606)
[INFO] [stdout]     src/numbers.rs - numbers::FitMode (line 19)
[INFO] [stdout]     src/numbers.rs - numbers::FitMode (line 34)
[INFO] [stdout]     src/numbers.rs - numbers::fit (line 225)
[INFO] [stdout]     src/numbers.rs - numbers::quantize (line 289)
[INFO] [stdout]     src/physical.rs - physical::bouncing_ball (line 49)
[INFO] [stdout]     src/physical.rs - physical::bouncing_ball (line 63)
[INFO] [stdout]     src/pitchclass.rs - pitchclass::PitchClassSet::normal_form (line 127)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 14 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.32s; merged doctests compilation took 0.11s
[INFO] running `Command { std: "docker" "inspect" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec", kill_on_drop: false }`
[INFO] [stdout] 17a0180d519884a8a8ae4bc3a276e8f0622c154ec48cdcc804ae337a591f5dec
