[INFO] cloning repository https://github.com/vanleefxp/fantazia_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vanleefxp/fantazia_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvanleefxp%2Ffantazia_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvanleefxp%2Ffantazia_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 02eba311647204457049f68ab18a9ed400a4e157
[INFO] checking vanleefxp/fantazia_rs against 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa for pr-159356
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvanleefxp%2Ffantazia_rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vanleefxp/fantazia_rs
[INFO] finished tweaking git repo https://github.com/vanleefxp/fantazia_rs
[INFO] tweaked toml for git repo https://github.com/vanleefxp/fantazia_rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vanleefxp/fantazia_rs on toolchain 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vanleefxp/fantazia_rs 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" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rkyv_derive v0.8.15
[INFO] [stderr]   Downloaded bytecheck v0.8.2
[INFO] [stderr]   Downloaded bytecheck_derive v0.8.2
[INFO] [stderr]   Downloaded munge v0.4.7
[INFO] [stderr]   Downloaded munge_macro v0.4.7
[INFO] [stderr]   Downloaded rend v0.5.3
[INFO] [stderr]   Downloaded rancor v0.1.1
[INFO] [stderr]   Downloaded rkyv v0.8.15
[INFO] [stderr]   Downloaded malachite-base v0.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7075a370fe403674bbfea012167435da19086a0816ae750c9d634863b8231ddb
[INFO] running `Command { std: "docker" "start" "7075a370fe403674bbfea012167435da19086a0816ae750c9d634863b8231ddb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7075a370fe403674bbfea012167435da19086a0816ae750c9d634863b8231ddb", 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" "7075a370fe403674bbfea012167435da19086a0816ae750c9d634863b8231ddb" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7075a370fe403674bbfea012167435da19086a0816ae750c9d634863b8231ddb", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7075a370fe403674bbfea012167435da19086a0816ae750c9d634863b8231ddb" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking malachite-base v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking fantazia_lib v0.1.0 (/opt/rustwide/workdir/crates/fantazia_lib)
[INFO] [stderr]     Checking fantazia_proc-macro v0.1.0 (/opt/rustwide/workdir/crates/fantazia_proc-macro)
[INFO] [stderr]     Checking fantazia v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::pitch::edo12::acci`
[INFO] [stdout]   --> src/pitch/edo12.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |         use crate::pitch::edo12::acci;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^----
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  no `acci` in `pitch::edo12`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/pitch/edo12.rs:4:31
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "proc-macro")]
[INFO] [stdout]    |       ---------------------- the item is gated behind the `proc-macro` feature
[INFO] [stdout]  4 | pub use fantazia_proc_macro::{acci, interval, ointerval, opitch, ostep, pitch, qual, step};
[INFO] [stdout]    |                               ^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 10 -         use crate::pitch::edo12::acci;
[INFO] [stdout] 10 +         use crate::pitch::edo12::Acci;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::pitch::edo12::ostep`
[INFO] [stdout]   --> src/pitch/edo12.rs:26:42
[INFO] [stdout]    |
[INFO] [stdout] 26 |         use crate::pitch::edo12::{OStep, ostep};
[INFO] [stdout]    |                                          ^^^^^ no `ostep` in `pitch::edo12`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/pitch/edo12.rs:4:66
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "proc-macro")]
[INFO] [stdout]    |       ---------------------- the item is gated behind the `proc-macro` feature
[INFO] [stdout]  4 | pub use fantazia_proc_macro::{acci, interval, ointerval, opitch, ostep, pitch, qual, step};
[INFO] [stdout]    |                                                                  ^^^^^
[INFO] [stdout] help: a similar name exists in the module (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 26 -         use crate::pitch::edo12::{OStep, ostep};
[INFO] [stdout] 26 +         use crate::pitch::edo12::{OStep, OStep};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::pitch::edo12::opitch`
[INFO] [stdout]   --> src/pitch/edo12.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |         use crate::pitch::edo12::opitch;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^------
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  no `opitch` in `pitch::edo12`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/pitch/edo12.rs:4:58
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "proc-macro")]
[INFO] [stdout]    |       ---------------------- the item is gated behind the `proc-macro` feature
[INFO] [stdout]  4 | pub use fantazia_proc_macro::{acci, interval, ointerval, opitch, ostep, pitch, qual, step};
[INFO] [stdout]    |                                                          ^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 64 -         use crate::pitch::edo12::opitch;
[INFO] [stdout] 64 +         use crate::pitch::edo12::OPitch;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::pitch::edo12::opitch`
[INFO] [stdout]   --> src/pitch/edo12.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |         use crate::pitch::edo12::opitch;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^------
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  no `opitch` in `pitch::edo12`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/pitch/edo12.rs:4:58
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "proc-macro")]
[INFO] [stdout]    |       ---------------------- the item is gated behind the `proc-macro` feature
[INFO] [stdout]  4 | pub use fantazia_proc_macro::{acci, interval, ointerval, opitch, ostep, pitch, qual, step};
[INFO] [stdout]    |                                                          ^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 69 -         use crate::pitch::edo12::opitch;
[INFO] [stdout] 69 +         use crate::pitch::edo12::OPitch;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::pitch::edo12::opitch`
[INFO] [stdout]   --> src/pitch/edo12.rs:76:46
[INFO] [stdout]    |
[INFO] [stdout] 76 |         use crate::pitch::edo12::{OInterval, opitch};
[INFO] [stdout]    |                                              ^^^^^^ no `opitch` in `pitch::edo12`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/pitch/edo12.rs:4:58
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(feature = "proc-macro")]
[INFO] [stdout]    |       ---------------------- the item is gated behind the `proc-macro` feature
[INFO] [stdout]  4 | pub use fantazia_proc_macro::{acci, interval, ointerval, opitch, ostep, pitch, qual, step};
[INFO] [stdout]    |                                                          ^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 76 -         use crate::pitch::edo12::{OInterval, opitch};
[INFO] [stdout] 76 +         use crate::pitch::edo12::{OInterval, OPitch};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::pitch::edo12::ointerval`
[INFO] [stdout]    --> src/pitch/edo12.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |         use crate::pitch::edo12::ointerval;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^---------
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  no `ointerval` in `pitch::edo12`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pitch/edo12.rs:4:47
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "proc-macro")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `proc-macro` feature
[INFO] [stdout]   4 | pub use fantazia_proc_macro::{acci, interval, ointerval, opitch, ostep, pitch, qual, step};
[INFO] [stdout]     |                                               ^^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 111 -         use crate::pitch::edo12::ointerval;
[INFO] [stdout] 111 +         use crate::pitch::edo12::OInterval;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::pitch::edo12::pitch`
[INFO] [stdout]    --> src/pitch/edo12.rs:121:45
[INFO] [stdout]     |
[INFO] [stdout] 121 |         use crate::pitch::edo12::{Interval, pitch};
[INFO] [stdout]     |                                             ^^^^^ no `pitch` in `pitch::edo12`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing one of these modules instead:
[INFO] [stdout]             crate::pitch
[INFO] [stdout]             fantazia_lib::pitch
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pitch/edo12.rs:4:73
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "proc-macro")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `proc-macro` feature
[INFO] [stdout]   4 | pub use fantazia_proc_macro::{acci, interval, ointerval, opitch, ostep, pitch, qual, step};
[INFO] [stdout]     |                                                                         ^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 121 -         use crate::pitch::edo12::{Interval, pitch};
[INFO] [stdout] 121 +         use crate::pitch::edo12::{Interval, Pitch};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::pitch::edo12::interval`
[INFO] [stdout]    --> src/pitch/edo12.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |         use crate::pitch::edo12::interval;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  no `interval` in `pitch::edo12`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pitch/edo12.rs:4:37
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "proc-macro")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `proc-macro` feature
[INFO] [stdout]   4 | pub use fantazia_proc_macro::{acci, interval, ointerval, opitch, ostep, pitch, qual, step};
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 128 -         use crate::pitch::edo12::interval;
[INFO] [stdout] 128 +         use crate::pitch::edo12::Interval;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::pitch::edo12::pitch`
[INFO] [stdout]    --> src/pitch/edo12.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |         use crate::pitch::edo12::pitch;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  no `pitch` in `pitch::edo12`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pitch/edo12.rs:4:73
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "proc-macro")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `proc-macro` feature
[INFO] [stdout]   4 | pub use fantazia_proc_macro::{acci, interval, ointerval, opitch, ostep, pitch, qual, step};
[INFO] [stdout]     |                                                                         ^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 135 -         use crate::pitch::edo12::pitch;
[INFO] [stdout] 135 +         use crate::pitch::edo12::Pitch;
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules instead
[INFO] [stdout]     |
[INFO] [stdout] 135 -         use crate::pitch::edo12::pitch;
[INFO] [stdout] 135 +         use crate::pitch;
[INFO] [stdout]     |
[INFO] [stdout] 135 -         use crate::pitch::edo12::pitch;
[INFO] [stdout] 135 +         use fantazia_lib::pitch;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::pitch::edo12::opitch`
[INFO] [stdout]    --> src/pitch/edo12.rs:141:13
[INFO] [stdout]     |
[INFO] [stdout] 141 |         use crate::pitch::edo12::opitch;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^------
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  no `opitch` in `pitch::edo12`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/pitch/edo12.rs:4:58
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(feature = "proc-macro")]
[INFO] [stdout]     |       ---------------------- the item is gated behind the `proc-macro` feature
[INFO] [stdout]   4 | pub use fantazia_proc_macro::{acci, interval, ointerval, opitch, ostep, pitch, qual, step};
[INFO] [stdout]     |                                                          ^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout] 141 -         use crate::pitch::edo12::opitch;
[INFO] [stdout] 141 +         use crate::pitch::edo12::OPitch;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fantazia` (lib test) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "7075a370fe403674bbfea012167435da19086a0816ae750c9d634863b8231ddb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7075a370fe403674bbfea012167435da19086a0816ae750c9d634863b8231ddb", kill_on_drop: false }`
[INFO] [stdout] 7075a370fe403674bbfea012167435da19086a0816ae750c9d634863b8231ddb
