[INFO] fetching crate music-theory-query 1.1.1...
[INFO] testing music-theory-query-1.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate music-theory-query 1.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate music-theory-query 1.1.1
[INFO] finished tweaking crates.io crate music-theory-query 1.1.1
[INFO] tweaked toml for crates.io crate music-theory-query 1.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate music-theory-query 1.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate music-theory-query 1.1.1 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5d81b82fcd6de3ad17698bcf1556176e778524ec2babac625ffdbaa559f40c53
[INFO] running `Command { std: "docker" "start" "-a" "5d81b82fcd6de3ad17698bcf1556176e778524ec2babac625ffdbaa559f40c53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d81b82fcd6de3ad17698bcf1556176e778524ec2babac625ffdbaa559f40c53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d81b82fcd6de3ad17698bcf1556176e778524ec2babac625ffdbaa559f40c53", kill_on_drop: false }`
[INFO] [stdout] 5d81b82fcd6de3ad17698bcf1556176e778524ec2babac625ffdbaa559f40c53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d3cf770753d44d75927515d081f0451d6dd49f1caf310e810ef025931976283
[INFO] running `Command { std: "docker" "start" "-a" "0d3cf770753d44d75927515d081f0451d6dd49f1caf310e810ef025931976283", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling fnrs v0.1.7
[INFO] [stderr]    Compiling lapp v0.4.0
[INFO] [stderr]    Compiling vec-string v0.2.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling music-theory-query v1.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]   --> src/lib.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(tarpaulin))]
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]    --> src/theory/note.rs:184:11
[INFO] [stdout]     |
[INFO] [stdout] 184 | #[cfg(not(tarpaulin))]
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]   --> src/theory/pc.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[cfg(not(tarpaulin))]
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]    --> src/theory/interval.rs:310:11
[INFO] [stdout]     |
[INFO] [stdout] 310 | #[cfg(not(tarpaulin))]
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/theory/traits.rs:148:19
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn scale_iter(&self, root: Note) -> ScaleIterator;
[INFO] [stdout]     |                   ^^^^^                 ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn scale_iter(&self, root: Note) -> ScaleIterator<'_>;
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/theory/scale.rs:410:19
[INFO] [stdout]     |
[INFO] [stdout] 410 |     fn scale_iter(&self, root: Note) -> ScaleIterator{
[INFO] [stdout]     |                   ^^^^^                 ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 410 |     fn scale_iter(&self, root: Note) -> ScaleIterator<'_>{
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]  --> src/bin.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(not(tarpaulin))]
[INFO] [stdout]   |           ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]   --> src/bin.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg(not(tarpaulin))]
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
[INFO] running `Command { std: "docker" "inspect" "0d3cf770753d44d75927515d081f0451d6dd49f1caf310e810ef025931976283", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d3cf770753d44d75927515d081f0451d6dd49f1caf310e810ef025931976283", kill_on_drop: false }`
[INFO] [stdout] 0d3cf770753d44d75927515d081f0451d6dd49f1caf310e810ef025931976283
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f493ac0fa53c95e31231e183bf2cd0c419a4d3768de5b8845e4f998561aaba0
[INFO] running `Command { std: "docker" "start" "-a" "0f493ac0fa53c95e31231e183bf2cd0c419a4d3768de5b8845e4f998561aaba0", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]   --> src/lib.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(tarpaulin))]
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]    --> src/theory/note.rs:184:11
[INFO] [stdout]     |
[INFO] [stdout] 184 | #[cfg(not(tarpaulin))]
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]   --> src/theory/pc.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[cfg(not(tarpaulin))]
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]    --> src/theory/interval.rs:310:11
[INFO] [stdout]     |
[INFO] [stdout] 310 | #[cfg(not(tarpaulin))]
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/theory/traits.rs:148:19
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn scale_iter(&self, root: Note) -> ScaleIterator;
[INFO] [stdout]     |                   ^^^^^                 ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn scale_iter(&self, root: Note) -> ScaleIterator<'_>;
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/theory/scale.rs:410:19
[INFO] [stdout]     |
[INFO] [stdout] 410 |     fn scale_iter(&self, root: Note) -> ScaleIterator{
[INFO] [stdout]     |                   ^^^^^                 ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 410 |     fn scale_iter(&self, root: Note) -> ScaleIterator<'_>{
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling music-theory-query v1.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]  --> src/bin.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(not(tarpaulin))]
[INFO] [stdout]   |           ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]   --> src/bin.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg(not(tarpaulin))]
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]   --> src/lib.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(tarpaulin))]
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]    --> src/theory/note.rs:184:11
[INFO] [stdout]     |
[INFO] [stdout] 184 | #[cfg(not(tarpaulin))]
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]   --> src/theory/pc.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[cfg(not(tarpaulin))]
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]    --> src/theory/interval.rs:310:11
[INFO] [stdout]     |
[INFO] [stdout] 310 | #[cfg(not(tarpaulin))]
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of a double negation
[INFO] [stdout]    --> src/theory/interval.rs:623:20
[INFO] [stdout]     |
[INFO] [stdout] 623 |         assert_eq!(--Interval(1), Interval(1));
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the prefix `--` could be misinterpreted as a decrement operator which exists in other languages
[INFO] [stdout]     = note: use `-= 1` if you meant to decrement the value
[INFO] [stdout]     = note: `#[warn(double_negations)]` on by default
[INFO] [stdout] help: add parentheses for clarity
[INFO] [stdout]     |
[INFO] [stdout] 623 |         assert_eq!(-(-Interval(1)), Interval(1));
[INFO] [stdout]     |                     +            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/theory/traits.rs:148:19
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn scale_iter(&self, root: Note) -> ScaleIterator;
[INFO] [stdout]     |                   ^^^^^                 ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn scale_iter(&self, root: Note) -> ScaleIterator<'_>;
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/theory/scale.rs:410:19
[INFO] [stdout]     |
[INFO] [stdout] 410 |     fn scale_iter(&self, root: Note) -> ScaleIterator{
[INFO] [stdout]     |                   ^^^^^                 ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 410 |     fn scale_iter(&self, root: Note) -> ScaleIterator<'_>{
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.01s
[INFO] running `Command { std: "docker" "inspect" "0f493ac0fa53c95e31231e183bf2cd0c419a4d3768de5b8845e4f998561aaba0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f493ac0fa53c95e31231e183bf2cd0c419a4d3768de5b8845e4f998561aaba0", kill_on_drop: false }`
[INFO] [stdout] 0f493ac0fa53c95e31231e183bf2cd0c419a4d3768de5b8845e4f998561aaba0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9c8d68146ee0736d0ad5d012ea3f5a7714ac45b3abccdd3458db18238697690b
[INFO] running `Command { std: "docker" "start" "-a" "9c8d68146ee0736d0ad5d012ea3f5a7714ac45b3abccdd3458db18238697690b", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stderr]   --> src/lib.rs:43:11
[INFO] [stderr]    |
[INFO] [stderr] 43 | #[cfg(not(tarpaulin))]
[INFO] [stderr]    |           ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stderr]    --> src/theory/note.rs:184:11
[INFO] [stderr]     |
[INFO] [stderr] 184 | #[cfg(not(tarpaulin))]
[INFO] [stderr]     |           ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stderr]   --> src/theory/pc.rs:93:11
[INFO] [stderr]    |
[INFO] [stderr] 93 | #[cfg(not(tarpaulin))]
[INFO] [stderr]    |           ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stderr]    --> src/theory/interval.rs:310:11
[INFO] [stderr]     |
[INFO] [stderr] 310 | #[cfg(not(tarpaulin))]
[INFO] [stderr]     |           ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/theory/traits.rs:148:19
[INFO] [stderr]     |
[INFO] [stderr] 148 |     fn scale_iter(&self, root: Note) -> ScaleIterator;
[INFO] [stderr]     |                   ^^^^^                 ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 148 |     fn scale_iter(&self, root: Note) -> ScaleIterator<'_>;
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/theory/scale.rs:410:19
[INFO] [stderr]     |
[INFO] [stderr] 410 |     fn scale_iter(&self, root: Note) -> ScaleIterator{
[INFO] [stderr]     |                   ^^^^^                 ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 410 |     fn scale_iter(&self, root: Note) -> ScaleIterator<'_>{
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: use of a double negation
[INFO] [stderr]    --> src/theory/interval.rs:623:20
[INFO] [stderr]     |
[INFO] [stderr] 623 |         assert_eq!(--Interval(1), Interval(1));
[INFO] [stderr]     |                    ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the prefix `--` could be misinterpreted as a decrement operator which exists in other languages
[INFO] [stderr]     = note: use `-= 1` if you meant to decrement the value
[INFO] [stderr]     = note: `#[warn(double_negations)]` on by default
[INFO] [stderr] help: add parentheses for clarity
[INFO] [stderr]     |
[INFO] [stderr] 623 |         assert_eq!(-(-Interval(1)), Interval(1));
[INFO] [stderr]     |                     +            +
[INFO] [stderr] 
[INFO] [stderr] warning: `music-theory-query` (lib) generated 6 warnings (run `cargo fix --lib -p music-theory-query` to apply 2 suggestions)
[INFO] [stderr] warning: `music-theory-query` (lib test) generated 7 warnings (6 duplicates)
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stderr]  --> src/bin.rs:5:11
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[cfg(not(tarpaulin))]
[INFO] [stderr]   |           ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stderr]   --> src/bin.rs:29:11
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[cfg(not(tarpaulin))]
[INFO] [stderr]    |           ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `music-theory-query` (bin "testbin" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/music_theory-2eb7fdbbbe607366)
[INFO] [stdout] 
[INFO] [stdout] running 167 tests
[INFO] [stdout] test libr::scales::tests::family_name ... ok
[INFO] [stdout] test libr::scales::tests::get_modes ... ok
[INFO] [stdout] test libr::scales::tests::clone_steps ... ok
[INFO] [stdout] test libr::scales::tests::get_mode_name ... ok
[INFO] [stdout] test libr::scales::tests::heptatonic_scale_namer_name ... ok
[INFO] [stdout] test libr::scales::tests::mode_obj_to_string ... ok
[INFO] [stdout] test libr::scales::tests::heptatonic_scale_namer_new ... ok
[INFO] [stdout] test libr::scales::tests::heptotonic_scale_namer_default ... ok
[INFO] [stdout] test libr::scales::tests::obj ... ok
[INFO] [stdout] test libr::scales::tests::steps ... ok
[INFO] [stdout] test query::printouts::tests::test_scale_chords_roman_printout ... ok
[INFO] [stdout] test libr::scales::tests::test_get_all_scale_objs ... ok
[INFO] [stdout] test query::printouts::tests::test_scale_chords_root_printout ... ok
[INFO] [stdout] test query::queries::tests::test_find_chord_scales ... ok
[INFO] [stdout] test query::queries::tests::test_find_scale_chords ... ok
[INFO] [stdout] test theory::chord::tests::chord_new ... ok
[INFO] [stdout] test theory::chord::tests::chord_normalized ... ok
[INFO] [stdout] test query::queries::tests::test_find_scale_from_ionian_relative ... ok
[INFO] [stdout] test theory::chord::tests::chord_wrap ... ok
[INFO] [stdout] test theory::chord::tests::chord_same_intervals ... ok
[INFO] [stdout] test query::printouts::tests::test_step_chords_string ... ok
[INFO] [stdout] test theory::chord::tests::relative_chord_from_chord ... ok
[INFO] [stdout] test theory::chord::tests::relative_chord_as_string ... ok
[INFO] [stdout] test theory::chord::tests::relative_chord_new ... ok
[INFO] [stdout] test query::queries::tests::test_find_scale_superset ... ok
[INFO] [stdout] test query::queries::tests::test_find_rooted_scale_chords ... ok
[INFO] [stdout] test theory::chord::tests::chord_unwrap ... ok
[INFO] [stdout] test query::queries::tests::test_find_scale_superstring ... ok
[INFO] [stdout] test theory::chord::tests::chord_as_scale ... ok
[INFO] [stdout] test theory::chord::tests::relative_chord_to_rooted_chord_with_note ... ok
[INFO] [stdout] test theory::chord::tests::relative_chord_to_rooted_chord_with_pc ... ok
[INFO] [stdout] test theory::chord::tests::relative_chord_to_string ... ok
[INFO] [stdout] test theory::chord::tests::rooted_chord_as_all_inversions ... ok
[INFO] [stdout] test theory::chord::tests::rooted_chord_as_chordtone_wholetone_scale ... ok
[INFO] [stdout] test theory::chord::tests::rooted_chord_from_chord ... ok
[INFO] [stdout] test theory::chord::tests::rooted_chord_as_string ... ok
[INFO] [stdout] test theory::chord::tests::rooted_chord_normalized ... ok
[INFO] [stdout] test theory::chord::tests::rooted_chord_new ... ok
[INFO] [stdout] test theory::chord::tests::rooted_chord_as_inversion ... ok
[INFO] [stdout] test theory::chord::tests::scale_degree_to_pc ... ok
[INFO] [stdout] test theory::chord::tests::rooted_chord_as_scale ... ok
[INFO] [stdout] test query::queries::tests::test_find_scale ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::enharmonic_note_cyclic ... ok
[INFO] [stdout] test theory::chord::tests::scale_degree_to_note ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::enharmonic_note_to_pc ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::letter_to_note ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::letter_to_pc ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::wrap ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::letter_cyclic ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::letter_to_enharmonic_note ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::letter_to_string ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::spelled_as ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::string_to_enharmonic_note_try ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::enharmonic_note_to_string ... ok
[INFO] [stdout] test theory::interval::tests::abs_note ... ok
[INFO] [stdout] test theory::interval::tests::add ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::unwrap ... ok
[INFO] [stdout] test theory::interval::tests::abs ... ok
[INFO] [stdout] test theory::interval::tests::add_assign ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::string_to_letter_try ... ok
[INFO] [stdout] test theory::enharmonic_note::tests::string_to_enharmonic_notes ... ok
[INFO] [stdout] test theory::chord::tests::rooted_chord_as_subs ... ok
[INFO] [stdout] test theory::chord::tests::scale_degree_to_string ... ok
[INFO] [stdout] test theory::interval::tests::interval_to_named_interval ... ok
[INFO] [stdout] test theory::interval::tests::interval_to_named_octave_interval ... ok
[INFO] [stdout] test theory::interval::tests::interval_to_string ... ok
[INFO] [stdout] test theory::interval::tests::interval_to_string_nat ... ok
[INFO] [stdout] test theory::interval::tests::intervals_as_ionian_relative_string_try ... ok
[INFO] [stdout] test theory::interval::tests::interval_mod ... ok
[INFO] [stdout] test theory::interval::tests::named_interval_to_interval ... ok
[INFO] [stdout] test theory::interval::tests::named_interval_to_named_octave_interval ... ok
[INFO] [stdout] test theory::interval::tests::named_interval_to_string ... ok
[INFO] [stdout] test theory::interval::tests::named_octave_interval_cyclic ... ok
[INFO] [stdout] test theory::interval::tests::named_octave_interval_from_int ... ok
[INFO] [stdout] test theory::interval::tests::named_octave_interval_to_interval ... ok
[INFO] [stdout] test theory::interval::tests::named_octave_interval_to_named_interval ... ok
[INFO] [stdout] test theory::interval::tests::named_octave_interval_to_string ... ok
[INFO] [stdout] test theory::interval::tests::neg ... ok
[INFO] [stdout] test theory::interval::tests::neg_add_sub ... ok
[INFO] [stdout] test theory::interval::tests::new ... ok
[INFO] [stdout] test theory::interval::tests::new_try ... ok
[INFO] [stdout] test theory::interval::tests::unwrap ... ok
[INFO] [stdout] test theory::interval::tests::interval_generatable_partial_order ... ok
[INFO] [stdout] test theory::chord::tests::test_chords_strings ... ok
[INFO] [stdout] test theory::interval::tests::octave_shiftable ... ok
[INFO] [stdout] test theory::interval::tests::range_bounds ... ok
[INFO] [stdout] test theory::interval::tests::sub_assign ... ok
[INFO] [stdout] test theory::interval::tests::wrap ... ok
[INFO] [stdout] test theory::interval::tests::sub ... ok
[INFO] [stdout] test theory::note::tests::add_interval ... ok
[INFO] [stdout] test theory::note::tests::generatable_partial_order ... ok
[INFO] [stdout] test theory::note::tests::mul ... ok
[INFO] [stdout] test theory::note::tests::add_assign ... ok
[INFO] [stdout] test theory::note::tests::mul_assign ... ok
[INFO] [stdout] test theory::note::tests::range_bounds ... ok
[INFO] [stdout] test theory::note::tests::new ... ok
[INFO] [stdout] test theory::note::tests::note_to_pc ... ok
[INFO] [stdout] test theory::note::tests::octave_shiftable ... ok
[INFO] [stdout] test theory::note::tests::rem ... ok
[INFO] [stdout] test theory::note::tests::rem_assign ... ok
[INFO] [stdout] test query::printouts::tests::test_scales_and_chords_printout ... ok
[INFO] [stdout] test theory::note::tests::sub ... ok
[INFO] [stdout] test theory::note::tests::to_enharmonic_note ... ok
[INFO] [stdout] test theory::note::tests::to_letter_try ... ok
[INFO] [stdout] test theory::note::tests::to_midi_note ... ok
[INFO] [stdout] test theory::note::tests::to_note_to_pc ... ok
[INFO] [stdout] test theory::note::tests::to_string ... ok
[INFO] [stdout] test theory::note::tests::wrap ... ok
[INFO] [stdout] test theory::pc::tests::add ... ok
[INFO] [stdout] test theory::note::tests::u32_to_note ... ok
[INFO] [stdout] test theory::note::tests::unwrap ... ok
[INFO] [stdout] test theory::note::tests::to_pitch ... ok
[INFO] [stdout] test theory::pc::tests::add_assign_scale_degree ... ok
[INFO] [stdout] test theory::pc::tests::add_scale_degree ... ok
[INFO] [stdout] test theory::pc::tests::cyclic ... ok
[INFO] [stdout] test theory::pc::tests::to_string ... ok
[INFO] [stdout] test theory::pc::tests::pcs_as_scale_try ... ok
[INFO] [stdout] test theory::scale::tests::mode_iterator ... ok
[INFO] [stdout] test theory::pc::tests::range_bounds ... ok
[INFO] [stdout] test theory::pc::tests::pcs_as_steps_try ... ok
[INFO] [stdout] test theory::pc::tests::to_letter_try ... ok
[INFO] [stdout] test theory::pc::tests::to_note ... ok
[INFO] [stdout] test theory::scale::tests::mode_nr_of_this ... ok
[INFO] [stdout] test theory::pc::tests::as_subs ... ok
[INFO] [stdout] test theory::scale::tests::scale_as_chord ... ok
[INFO] [stdout] test theory::scale::tests::scale_as_enharmonic_notes ... ok
[INFO] [stdout] test theory::scale::tests::scale_as_enharmonic_notes_with_start ... ok
[INFO] [stdout] test theory::scale::tests::scale_as_octave_steps ... ok
[INFO] [stdout] test theory::scale::tests::scale_as_pcs ... ok
[INFO] [stdout] test theory::scale::tests::scale_as_steps ... ok
[INFO] [stdout] test theory::scale::tests::scale_contains ... ok
[INFO] [stdout] test theory::scale::tests::scale_as_subs ... ok
[INFO] [stdout] test theory::scale::tests::scale_contains_all ... ok
[INFO] [stdout] test theory::scale::tests::scale_is_empty ... ok
[INFO] [stdout] test theory::scale::tests::scale_contains_any ... ok
[INFO] [stdout] test theory::scale::tests::scale_iterator ... ok
[INFO] [stdout] test theory::scale::tests::scale_indexing ... ok
[INFO] [stdout] test theory::scale::tests::scale_next_mode ... ok
[INFO] [stdout] test theory::scale::tests::scale_unwrap ... ok
[INFO] [stdout] test theory::scale::tests::scale_mode ... ok
[INFO] [stdout] test theory::scale::tests::scale_next_mode_mut ... ok
[INFO] [stdout] test theory::scale::tests::steps_as_relative_intervals ... ok
[INFO] [stdout] test theory::scale::tests::steps_as_scale ... ok
[INFO] [stdout] test theory::scale::tests::steps_as_chord ... ok
[INFO] [stdout] test theory::scale::tests::scale_len ... ok
[INFO] [stdout] test theory::scale::tests::steps_next_mode_mut ... ok
[INFO] [stdout] test theory::scale::tests::steps_unwrap ... ok
[INFO] [stdout] test theory::scale::tests::steps_wrap ... ok
[INFO] [stdout] test theory::scale::tests::scale_wrap ... ok
[INFO] [stdout] test theory::scale::tests::steps_iter ... ok
[INFO] [stdout] test theory::scale::tests::steps_len ... ok
[INFO] [stdout] test theory::scale::tests::steps_is_empty ... ok
[INFO] [stdout] test utils::misc::tests::test_is_sorted ... ok
[INFO] [stdout] test theory::scale::tests::steps_mode ... ok
[INFO] [stdout] test utils::misc::tests::test_sub_vecs ... ok
[INFO] [stdout] test theory::scale::tests::test_scale_iter ... ok
[INFO] [stdout] test utils::roman_numerals::tests::test ... ok
[INFO] [stdout] test utils::infos::tests::format_even_test ... ok
[INFO] [stdout] test utils::infos::tests::format_to_grid_auto_test ... ok
[INFO] [stdout] test utils::infos::tests::intercalate ... ok
[INFO] [stdout] test theory::interval::tests::named_octave_interval_from_int_panic_0 - should panic ... ok
[INFO] [stdout] test theory::interval::tests::named_octave_interval_from_int_panic_1 - should panic ... ok
[INFO] [stdout] test theory::interval::tests::add_interval ... ok
[INFO] [stdout] test theory::note::tests::add ... ok
[INFO] [stdout] test theory::pc::tests::add_assign ... ok
[INFO] [stdout] test theory::pc::tests::to_enharmonic_note ... ok
[INFO] [stdout] test theory::scale::tests::steps_next_mode ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 167 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin.rs (/opt/rustwide/target/debug/deps/testbin-a753a6a93ee9b95d)
[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 music_theory
[INFO] [stdout] 
[INFO] [stdout] running 81 tests
[INFO] [stdout] test src/query/printouts.rs - query::printouts::scale_chords_root_printout (line 30) ... ok
[INFO] [stdout] test src/libr/scales.rs - libr::scales::get_all_scale_objs (line 116) ... ok
[INFO] [stdout] test src/libr/scales.rs - libr::scales::HeptatonicScaleNamer::new (line 226) ... ok
[INFO] [stdout] test src/libr/scales.rs - libr::scales::ScaleObj::clone_steps (line 38) ... ok
[INFO] [stdout] test src/query/printouts.rs - query::printouts::scales_and_chords_printout (line 77) ... ok
[INFO] [stdout] test src/libr/scales.rs - libr::scales::ScaleObj::family_name (line 52) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::Chord (line 110) ... ok
[INFO] [stdout] test src/query/printouts.rs - query::printouts::step_chords_string (line 51) ... ok
[INFO] [stdout] test src/query/queries.rs - query::queries::find_scale_from_ionian_relative (line 232) ... ok
[INFO] [stdout] test src/query/queries.rs - query::queries::find_scale_superstring (line 104) ... ok
[INFO] [stdout] test src/libr/scales.rs - libr::scales::ScaleObj::get_modes (line 84) ... ok
[INFO] [stdout] test src/libr/scales.rs - libr::scales::ScaleObj::get_mode_name (line 65) ... ok
[INFO] [stdout] test src/query/queries.rs - query::queries::find_chordscales (line 192) ... ok
[INFO] [stdout] test src/query/printouts.rs - query::printouts::scale_chords_roman_printout (line 11) ... ok
[INFO] [stdout] test src/libr/scales.rs - libr::scales::HeptatonicScaleNamer::name (line 252) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::EStyle (line 203) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::Chord::as_string (line 404) ... ok
[INFO] [stdout] test src/query/queries.rs - query::queries::find_scale_superset (line 146) ... ok
[INFO] [stdout] test src/query/queries.rs - query::queries::find_rooted_scale_chords (line 45) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::Chord::new (line 257) ... ok
[INFO] [stdout] test src/query/queries.rs - query::queries::find_scale (line 72) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::Chord::quality (line 319) ... ok
[INFO] [stdout] test src/query/queries.rs - query::queries::find_scale_chords (line 18) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::ChordStyle (line 220) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::Chord::normalized (line 286) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RelativeChord (line 139) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::Chord::same_intervals (line 271) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RelativeChord::from_chord (line 714) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::MStyle (line 184) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RelativeChord::as_string (line 726) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RelativeChord::new (line 701) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::as_all_inversions (line 560) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RelativeChord::to_rooted_chord_with_note (line 754) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord (line 122) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::as_inversion (line 518) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::as_chordtone_wholetone_scale (line 492) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::to_inversion (line 544) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::to_scale (line 458) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::from_chord (line 430) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::to_all_inversions (line 587) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::new (line 418) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::as_scale (line 442) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::ScaleDegree (line 157) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RelativeChord::to_rooted_chord_with_pc (line 738) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::normalized (line 470) ... ok
[INFO] [stdout] test src/theory/interval.rs - theory::interval::Interval::abs (line 219) ... ok
[INFO] [stdout] test src/theory/enharmonic_note.rs - theory::enharmonic_note::EnharmonicNote (line 25) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::RootedChord::as_string (line 607) ... ok
[INFO] [stdout] test src/theory/interval.rs - theory::interval::Interval::new (line 191) ... ok
[INFO] [stdout] test src/theory/enharmonic_note.rs - theory::enharmonic_note::EnharmonicNote::spelled_as (line 55) ... ok
[INFO] [stdout] test src/theory/interval.rs - theory::interval::Interval::new_try (line 203) ... ok
[INFO] [stdout] test src/theory/interval.rs - theory::interval::Interval (line 68) ... ok
[INFO] [stdout] test src/theory/interval.rs - theory::interval::Interval::abs_note (line 230) ... ok
[INFO] [stdout] test src/theory/chord.rs - theory::chord::ScaleDegree::ALL (line 641) ... ok
[INFO] [stdout] test src/theory/note.rs - theory::note::Note (line 38) ... ok
[INFO] [stdout] test src/theory/enharmonic_note.rs - theory::enharmonic_note::Letter::ALL (line 40) ... ok
[INFO] [stdout] test src/theory/interval.rs - theory::interval::NamedInterval::ALL (line 263) ... ok
[INFO] [stdout] test src/theory/note.rs - theory::note::Note::ZERO (line 85) ... ok
[INFO] [stdout] test src/theory/note.rs - theory::note::Note::inside (line 118) ... ok
[INFO] [stdout] test src/theory/note.rs - theory::note::Note::new (line 106) ... ok
[INFO] [stdout] test src/theory/note.rs - theory::note::Note::MIN (line 77) ... ok
[INFO] [stdout] test src/theory/interval.rs - theory::interval::Interval::to_string_nat (line 242) ... ok
[INFO] [stdout] test src/theory/pc.rs - theory::pc::PC::ALL (line 51) ... ok
[INFO] [stdout] test src/theory/note.rs - theory::note::Note::MAX (line 69) ... ok
[INFO] [stdout] test src/theory/note.rs - theory::note::Note::to_midi_note (line 151) ... ok
[INFO] [stdout] test src/theory/note.rs - theory::note::OctaveShift (line 28) ... ok
[INFO] [stdout] test src/theory/scale.rs - theory::scale::Scale (line 34) ... ok
[INFO] [stdout] test src/theory/interval.rs - theory::interval::NamedOctaveInterval::ALL (line 280) ... ok
[INFO] [stdout] test src/theory/note.rs - theory::note::Note::to_pitch (line 138) ... ok
[INFO] [stdout] test src/theory/scale.rs - theory::scale::Mode (line 13) ... ok
[INFO] [stdout] test src/theory/scale.rs - theory::scale::ModeIterator (line 426) ... ok
[INFO] [stdout] test src/theory/note.rs - theory::note::Octave (line 20) ... ok
[INFO] [stdout] test src/theory/scale.rs - theory::scale::Scale::as_octave_steps (line 74) ... ok
[INFO] [stdout] test src/theory/scale.rs - theory::scale::ScaleIterator (line 379) ... ok
[INFO] [stdout] test src/theory/scale.rs - theory::scale::Steps (line 52) ... ok
[INFO] [stdout] test src/utils/infos.rs - utils::infos::format_even (line 45) ... ok
[INFO] [stdout] test src/theory/scale.rs - theory::scale::Steps::mode_nr_of_this (line 113) ... ok
[INFO] [stdout] test src/utils/infos.rs - utils::infos::format_to_grid_auto (line 83) ... ok
[INFO] [stdout] test src/utils/misc.rs - utils::misc::is_sorted (line 33) ... ok
[INFO] [stdout] test src/utils/roman_numerals.rs - utils::roman_numerals::to_roman_num (line 7) ... ok
[INFO] [stdout] test src/utils/misc.rs - utils::misc::sub_vecs (line 55) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 81 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9c8d68146ee0736d0ad5d012ea3f5a7714ac45b3abccdd3458db18238697690b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c8d68146ee0736d0ad5d012ea3f5a7714ac45b3abccdd3458db18238697690b", kill_on_drop: false }`
[INFO] [stdout] 9c8d68146ee0736d0ad5d012ea3f5a7714ac45b3abccdd3458db18238697690b
