[INFO] updating cached repository eliemichel/Cooldown [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/eliemichel/Cooldown [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/eliemichel/Cooldown" "work/ex/beta-1.37-6/sources/1.36.0/gh/eliemichel/Cooldown"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/eliemichel/Cooldown'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/eliemichel/Cooldown" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/eliemichel/Cooldown"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/eliemichel/Cooldown'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e780224546970bcf8b2ff66937459259f964f73a [INFO] sha for GitHub repo eliemichel/Cooldown: e780224546970bcf8b2ff66937459259f964f73a [INFO] validating manifest of eliemichel/Cooldown on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of eliemichel/Cooldown on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing eliemichel/Cooldown [INFO] finished frobbing eliemichel/Cooldown [INFO] frobbed toml for eliemichel/Cooldown written to work/ex/beta-1.37-6/sources/1.36.0/gh/eliemichel/Cooldown/Cargo.toml [INFO] started frobbing eliemichel/Cooldown [INFO] finished frobbing eliemichel/Cooldown [INFO] frobbed toml for eliemichel/Cooldown written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/eliemichel/Cooldown/Cargo.toml [INFO] crate eliemichel/Cooldown already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing eliemichel/Cooldown against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/eliemichel/Cooldown:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 2c6fea72e2abf6dc8c6e5cfd30338599e7acc1af470541c92f0f2c3e7416911e [INFO] running `"docker" "start" "-a" "2c6fea72e2abf6dc8c6e5cfd30338599e7acc1af470541c92f0f2c3e7416911e"` [INFO] [stderr] Compiling memalloc v0.1.0 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling rosc v0.1.6 [INFO] [stderr] Compiling alsa v0.2.2 [INFO] [stderr] Compiling midir v0.5.0 [INFO] [stderr] Compiling cooldown v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/midi_utils.rs:8:55 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn get_midi_in() -> Result<(MidiInput, usize),Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/midi_utils.rs:33:57 [INFO] [stderr] | [INFO] [stderr] 33 | pub fn get_midi_out() -> Result<(MidiOutput, usize),Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:128:225 [INFO] [stderr] | [INFO] [stderr] 128 | fn run_midi_thread(midi_settings: MidiSettings, rx: mpsc::Receiver, tx_midi: mpsc::Sender, tx_osc: mpsc::Sender, timer: Arc>) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.87s [INFO] running `"docker" "inspect" "2c6fea72e2abf6dc8c6e5cfd30338599e7acc1af470541c92f0f2c3e7416911e"` [INFO] running `"docker" "rm" "-f" "2c6fea72e2abf6dc8c6e5cfd30338599e7acc1af470541c92f0f2c3e7416911e"` [INFO] [stdout] 2c6fea72e2abf6dc8c6e5cfd30338599e7acc1af470541c92f0f2c3e7416911e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/eliemichel/Cooldown:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 217b3c544fe1fffc42c1f7533cf00ca531c4c4cf0748790e2d41b3630ed10a66 [INFO] running `"docker" "start" "-a" "217b3c544fe1fffc42c1f7533cf00ca531c4c4cf0748790e2d41b3630ed10a66"` [INFO] [stderr] Compiling cooldown v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/midi_utils.rs:8:55 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn get_midi_in() -> Result<(MidiInput, usize),Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/midi_utils.rs:33:57 [INFO] [stderr] | [INFO] [stderr] 33 | pub fn get_midi_out() -> Result<(MidiOutput, usize),Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:128:225 [INFO] [stderr] | [INFO] [stderr] 128 | fn run_midi_thread(midi_settings: MidiSettings, rx: mpsc::Receiver, tx_midi: mpsc::Sender, tx_osc: mpsc::Sender, timer: Arc>) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `"docker" "inspect" "217b3c544fe1fffc42c1f7533cf00ca531c4c4cf0748790e2d41b3630ed10a66"` [INFO] running `"docker" "rm" "-f" "217b3c544fe1fffc42c1f7533cf00ca531c4c4cf0748790e2d41b3630ed10a66"` [INFO] [stdout] 217b3c544fe1fffc42c1f7533cf00ca531c4c4cf0748790e2d41b3630ed10a66 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/eliemichel/Cooldown:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 2701e69691af349512b8fc931b9e4d4e93cc53165072869599f985ff1de20b81 [INFO] running `"docker" "start" "-a" "2701e69691af349512b8fc931b9e4d4e93cc53165072869599f985ff1de20b81"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/cooldown-3bb27d0ae1111c23 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "2701e69691af349512b8fc931b9e4d4e93cc53165072869599f985ff1de20b81"` [INFO] running `"docker" "rm" "-f" "2701e69691af349512b8fc931b9e4d4e93cc53165072869599f985ff1de20b81"` [INFO] [stdout] 2701e69691af349512b8fc931b9e4d4e93cc53165072869599f985ff1de20b81