[INFO] fetching crate sqa-engine 0.4.0... [INFO] checking sqa-engine-0.4.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate sqa-engine 0.4.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate sqa-engine 0.4.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sqa-engine 0.4.0 [INFO] finished tweaking crates.io crate sqa-engine 0.4.0 [INFO] tweaked toml for crates.io crate sqa-engine 0.4.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 2e5791c68417b958911cef7e8fc22d9d8207c9ef8b84475e51ab7e0f2aa8e01c [INFO] running `"docker" "start" "-a" "2e5791c68417b958911cef7e8fc22d9d8207c9ef8b84475e51ab7e0f2aa8e01c"` [INFO] [stderr] Checking nodrop-union v0.1.11 [INFO] [stderr] Checking bounded-spsc-queue v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Checking sqa-jack v0.6.1 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking arrayvec v0.3.25 [INFO] [stderr] Checking parking_lot v0.6.4 [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" "2e5791c68417b958911cef7e8fc22d9d8207c9ef8b84475e51ab7e0f2aa8e01c"` [INFO] running `"docker" "rm" "-f" "2e5791c68417b958911cef7e8fc22d9d8207c9ef8b84475e51ab7e0f2aa8e01c"` [INFO] [stdout] 2e5791c68417b958911cef7e8fc22d9d8207c9ef8b84475e51ab7e0f2aa8e01c