[INFO] cloning repository jaburns/rustmusic [INFO] running `"git" "clone" "--bare" "git://github.com/jaburns/rustmusic.git" "work/cache/sources/gh/jaburns/rustmusic"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jaburns/rustmusic'... [INFO] running `"git" "clone" "work/cache/sources/gh/jaburns/rustmusic" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/jaburns/rustmusic"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/jaburns/rustmusic'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jaburns/rustmusic" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/jaburns/rustmusic"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/jaburns/rustmusic'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 464f16f2770dc60f64657354e4b830a85bb76a99 [INFO] sha for GitHub repo jaburns/rustmusic: 464f16f2770dc60f64657354e4b830a85bb76a99 [INFO] validating manifest of jaburns/rustmusic on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jaburns/rustmusic on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jaburns/rustmusic [INFO] finished frobbing jaburns/rustmusic [INFO] frobbed toml for jaburns/rustmusic written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/jaburns/rustmusic/Cargo.toml [INFO] started frobbing jaburns/rustmusic [INFO] finished frobbing jaburns/rustmusic [INFO] frobbed toml for jaburns/rustmusic written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/jaburns/rustmusic/Cargo.toml [INFO] crate jaburns/rustmusic already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded imgui-sdl2 v0.2.1 [INFO] [stderr] Downloaded imgui-opengl-renderer v0.2.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] checking jaburns/rustmusic against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-5/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/jaburns/rustmusic:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ea93eb2f294acb53635282e7fc795c8f32a34c32266103e66bf7cfba3f5ff780 [INFO] running `"docker" "start" "-a" "ea93eb2f294acb53635282e7fc795c8f32a34c32266103e66bf7cfba3f5ff780"` [INFO] [stderr] Compiling rustmusic v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Checking memalloc v0.1.0 [INFO] [stderr] Compiling imgui-sys v0.0.18 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Checking nix v0.9.0 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling imgui-opengl-renderer v0.2.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Checking alsa v0.2.0 [INFO] [stderr] Checking imgui v0.0.18 [INFO] [stderr] Checking midir v0.5.0 [INFO] [stderr] Checking imgui-sdl2 v0.2.1 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/audio.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | producers: Vec>, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Producer` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/audio.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | producers: Vec>, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Producer` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.29s [INFO] running `"docker" "inspect" "ea93eb2f294acb53635282e7fc795c8f32a34c32266103e66bf7cfba3f5ff780"` [INFO] running `"docker" "rm" "-f" "ea93eb2f294acb53635282e7fc795c8f32a34c32266103e66bf7cfba3f5ff780"` [INFO] [stdout] ea93eb2f294acb53635282e7fc795c8f32a34c32266103e66bf7cfba3f5ff780