[INFO] updating cached repository rjwebb/rust-sine-synth [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rjwebb/rust-sine-synth [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rjwebb/rust-sine-synth" "work/ex/beta-1.38-1/sources/1.37.0/gh/rjwebb/rust-sine-synth"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/rjwebb/rust-sine-synth'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rjwebb/rust-sine-synth" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rjwebb/rust-sine-synth"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rjwebb/rust-sine-synth'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] eab08e1fe0e84071520660e60d0f3df4327d29d5 [INFO] sha for GitHub repo rjwebb/rust-sine-synth: eab08e1fe0e84071520660e60d0f3df4327d29d5 [INFO] validating manifest of rjwebb/rust-sine-synth on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rjwebb/rust-sine-synth on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rjwebb/rust-sine-synth [INFO] finished frobbing rjwebb/rust-sine-synth [INFO] frobbed toml for rjwebb/rust-sine-synth written to work/ex/beta-1.38-1/sources/1.37.0/gh/rjwebb/rust-sine-synth/Cargo.toml [INFO] started frobbing rjwebb/rust-sine-synth [INFO] finished frobbing rjwebb/rust-sine-synth [INFO] frobbed toml for rjwebb/rust-sine-synth written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rjwebb/rust-sine-synth/Cargo.toml [INFO] crate rjwebb/rust-sine-synth already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rjwebb/rust-sine-synth against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rjwebb/rust-sine-synth:/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-08-13" "build" "--frozen"` [INFO] [stdout] 0b2d4bc75bf46a56432488279616bb8378742ceee90d2bf4eda299f75a9f4206 [INFO] running `"docker" "start" "-a" "0b2d4bc75bf46a56432488279616bb8378742ceee90d2bf4eda299f75a9f4206"` [INFO] [stderr] Compiling num-traits v0.1.39 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling libloading v0.4.0 [INFO] [stderr] Compiling libc v0.2.24 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling vst2 v0.0.1 (https://github.com/rust-dsp/rust-vst#b22b488f) [INFO] [stderr] Compiling num v0.1.39 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling cool_sine_synth v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:237:45 [INFO] [stderr] | [INFO] [stderr] 237 | fn get_editor(&mut self) -> Option<&mut Editor> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Editor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.23s [INFO] running `"docker" "inspect" "0b2d4bc75bf46a56432488279616bb8378742ceee90d2bf4eda299f75a9f4206"` [INFO] running `"docker" "rm" "-f" "0b2d4bc75bf46a56432488279616bb8378742ceee90d2bf4eda299f75a9f4206"` [INFO] [stdout] 0b2d4bc75bf46a56432488279616bb8378742ceee90d2bf4eda299f75a9f4206 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rjwebb/rust-sine-synth:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] b4d6ea9e759b8d7a04a024512877065c568e18c3b8a03e5edff8475469da8212 [INFO] running `"docker" "start" "-a" "b4d6ea9e759b8d7a04a024512877065c568e18c3b8a03e5edff8475469da8212"` [INFO] [stderr] Compiling cool_sine_synth v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:237:45 [INFO] [stderr] | [INFO] [stderr] 237 | fn get_editor(&mut self) -> Option<&mut Editor> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Editor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `"docker" "inspect" "b4d6ea9e759b8d7a04a024512877065c568e18c3b8a03e5edff8475469da8212"` [INFO] running `"docker" "rm" "-f" "b4d6ea9e759b8d7a04a024512877065c568e18c3b8a03e5edff8475469da8212"` [INFO] [stdout] b4d6ea9e759b8d7a04a024512877065c568e18c3b8a03e5edff8475469da8212 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rjwebb/rust-sine-synth:/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-08-13" "test" "--frozen"` [INFO] [stdout] be8fe897b879baa408118b986f625ec5643b7be000ff0fceffece1ac87fec1fd [INFO] running `"docker" "start" "-a" "be8fe897b879baa408118b986f625ec5643b7be000ff0fceffece1ac87fec1fd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/sine_synth-eb3f1f49c76fbdcf [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" "be8fe897b879baa408118b986f625ec5643b7be000ff0fceffece1ac87fec1fd"` [INFO] running `"docker" "rm" "-f" "be8fe897b879baa408118b986f625ec5643b7be000ff0fceffece1ac87fec1fd"` [INFO] [stdout] be8fe897b879baa408118b986f625ec5643b7be000ff0fceffece1ac87fec1fd