[INFO] updating cached repository https://github.com/eeeeeta/sqa-engine [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1609f2e19ae7bcad7d38d1d9fa9f507eabddf5cb [INFO] checking eeeeeta/sqa-engine against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feeeeeta%2Fsqa-engine" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eeeeeta/sqa-engine on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/eeeeeta/sqa-engine [INFO] finished tweaking git repo https://github.com/eeeeeta/sqa-engine [INFO] tweaked toml for git repo https://github.com/eeeeeta/sqa-engine written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/eeeeeta/sqa-engine already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a9b9f78827a95dd51e08add719faca651b87e9304dcf4ac20bca38270a5bcc16 [INFO] running `"docker" "start" "-a" "a9b9f78827a95dd51e08add719faca651b87e9304dcf4ac20bca38270a5bcc16"` [INFO] [stderr] Checking nodrop-union v0.1.9 [INFO] [stderr] Checking bounded-spsc-queue v0.4.0 [INFO] [stderr] Checking libloading v0.4.3 [INFO] [stderr] Checking nodrop v0.1.12 [INFO] [stderr] Checking jack-sys v0.1.5 [INFO] [stderr] Checking arrayvec v0.3.25 [INFO] [stderr] Checking sqa-jack v0.6.0 [INFO] [stderr] Checking sqa-engine v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/wav.rs:24:39 [INFO] [stderr] | [INFO] [stderr] 24 | ec.conn.connect_ports(&ec.chans[chans[ch].0], &port).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `sqa_engine::sqa_jack::JackPort`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&sqa_engine::sqa_jack::JackPort` [INFO] [stderr] found type `&std::option::Option` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/wav.rs:29:39 [INFO] [stderr] | [INFO] [stderr] 29 | ec.conn.connect_ports(&ec.chans[chans[ch].0], &port).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `sqa_engine::sqa_jack::JackPort`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&sqa_engine::sqa_jack::JackPort` [INFO] [stderr] found type `&std::option::Option` [INFO] [stderr] [INFO] [stderr] error[E0277]: `sqa_engine::param::Parameter` doesn't implement `std::fmt::Display` [INFO] [stderr] --> examples/wav.rs:65:93 [INFO] [stderr] | [INFO] [stderr] 65 | println!("{}: {} samples - vol {}", ctls[0].position(), ctls[0].position_samples(), ctls[0].volume()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `sqa_engine::param::Parameter` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `sqa_engine::param::Parameter` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/wav.rs:75:32 [INFO] [stderr] | [INFO] [stderr] 75 | ctls[0].set_volume((secs - 25) as f32 * 0.1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::boxed::Box`, found f32 [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::boxed::Box>` [INFO] [stderr] found type `f32` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `sqa-engine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a9b9f78827a95dd51e08add719faca651b87e9304dcf4ac20bca38270a5bcc16"` [INFO] running `"docker" "rm" "-f" "a9b9f78827a95dd51e08add719faca651b87e9304dcf4ac20bca38270a5bcc16"` [INFO] [stdout] a9b9f78827a95dd51e08add719faca651b87e9304dcf4ac20bca38270a5bcc16