[INFO] crate vst 0.0.2 is already in cache [INFO] extracting crate vst 0.0.2 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/vst/0.0.2 [INFO] extracting crate vst 0.0.2 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/vst/0.0.2 [INFO] validating manifest of vst-0.0.2 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of vst-0.0.2 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing vst-0.0.2 [INFO] removed 5 missing examples [INFO] finished frobbing vst-0.0.2 [INFO] frobbed toml for vst-0.0.2 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/vst/0.0.2/Cargo.toml [INFO] started frobbing vst-0.0.2 [INFO] removed 5 missing examples [INFO] finished frobbing vst-0.0.2 [INFO] frobbed toml for vst-0.0.2 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/vst/0.0.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing vst-0.0.2 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-0/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/vst/0.0.2:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 44e39dc27339c6a517f87f15d6a60fd2fa88516412d11a6b64396bd245d8bff9 [INFO] running `"docker" "start" "-a" "44e39dc27339c6a517f87f15d6a60fd2fa88516412d11a6b64396bd245d8bff9"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/simple_host.rs [INFO] [stderr] * /opt/crater/workdir/examples/fwd_midi.rs [INFO] [stderr] * /opt/crater/workdir/examples/sine_synth.rs [INFO] [stderr] * /opt/crater/workdir/examples/gain_effect.rs [INFO] [stderr] * /opt/crater/workdir/examples/dimension_expander.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling vst v0.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: unknown lint: `cast_ptr_alignment` [INFO] [stderr] --> src/buffer.rs:417:17 [INFO] [stderr] | [INFO] [stderr] 417 | #[allow(cast_ptr_alignment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unknown_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `cast_ptr_alignment` [INFO] [stderr] --> src/buffer.rs:425:17 [INFO] [stderr] | [INFO] [stderr] 425 | #[allow(cast_ptr_alignment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `cast_ptr_alignment` [INFO] [stderr] --> src/event.rs:117:29 [INFO] [stderr] | [INFO] [stderr] 117 | #[allow(cast_ptr_alignment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `private_no_mangle_fns` has been removed: `no longer a warning, #[no_mangle] functions always exported` [INFO] [stderr] --> src/lib.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | #[allow(private_no_mangle_fns)] // For `plugin_main!` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `"docker" "inspect" "44e39dc27339c6a517f87f15d6a60fd2fa88516412d11a6b64396bd245d8bff9"` [INFO] running `"docker" "rm" "-f" "44e39dc27339c6a517f87f15d6a60fd2fa88516412d11a6b64396bd245d8bff9"` [INFO] [stdout] 44e39dc27339c6a517f87f15d6a60fd2fa88516412d11a6b64396bd245d8bff9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-0/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/vst/0.0.2:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 34de70cbd564c5233133df8921d065c34af51458f66f6d1e41804bf4e588a977 [INFO] running `"docker" "start" "-a" "34de70cbd564c5233133df8921d065c34af51458f66f6d1e41804bf4e588a977"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/simple_host.rs [INFO] [stderr] * /opt/crater/workdir/examples/fwd_midi.rs [INFO] [stderr] * /opt/crater/workdir/examples/sine_synth.rs [INFO] [stderr] * /opt/crater/workdir/examples/gain_effect.rs [INFO] [stderr] * /opt/crater/workdir/examples/dimension_expander.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling vst v0.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: unknown lint: `cast_ptr_alignment` [INFO] [stderr] --> src/buffer.rs:417:17 [INFO] [stderr] | [INFO] [stderr] 417 | #[allow(cast_ptr_alignment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unknown_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `cast_ptr_alignment` [INFO] [stderr] --> src/buffer.rs:425:17 [INFO] [stderr] | [INFO] [stderr] 425 | #[allow(cast_ptr_alignment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `cast_ptr_alignment` [INFO] [stderr] --> src/event.rs:117:29 [INFO] [stderr] | [INFO] [stderr] 117 | #[allow(cast_ptr_alignment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `private_no_mangle_fns` has been removed: `no longer a warning, #[no_mangle] functions always exported` [INFO] [stderr] --> src/lib.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | #[allow(private_no_mangle_fns)] // For `plugin_main!` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.51s [INFO] running `"docker" "inspect" "34de70cbd564c5233133df8921d065c34af51458f66f6d1e41804bf4e588a977"` [INFO] running `"docker" "rm" "-f" "34de70cbd564c5233133df8921d065c34af51458f66f6d1e41804bf4e588a977"` [INFO] [stdout] 34de70cbd564c5233133df8921d065c34af51458f66f6d1e41804bf4e588a977 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-0/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/vst/0.0.2:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 5d43a7bb06edbaffcc879896cb8baa967bfd053dfb450299f8037d3d953ba62f [INFO] running `"docker" "start" "-a" "5d43a7bb06edbaffcc879896cb8baa967bfd053dfb450299f8037d3d953ba62f"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/simple_host.rs [INFO] [stderr] * /opt/crater/workdir/examples/fwd_midi.rs [INFO] [stderr] * /opt/crater/workdir/examples/sine_synth.rs [INFO] [stderr] * /opt/crater/workdir/examples/gain_effect.rs [INFO] [stderr] * /opt/crater/workdir/examples/dimension_expander.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/vst-a2663f29372fe64c [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test tests::host_callback ... ok [INFO] [stdout] test tests::aeffect_created ... ok [INFO] [stdout] test tests::aeffect_params ... ok [INFO] [stdout] test plugin::tests::host_callbacks ... ok [INFO] [stdout] test tests::plugin_no_drop ... ok [INFO] [stdout] test tests::plugin_drop ... ok [INFO] [stdout] test tests::plugin_deref ... ok [INFO] [stdout] test buffer::tests::from_raw ... ok [INFO] [stdout] test buffer::tests::buffer_zip ... ok [INFO] [stdout] test plugin::tests::null_panic ... ok [INFO] [stdout] test host::tests::host_buffer ... ok [INFO] [stderr] Doc-tests vst [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/api.rs - api::Event (line 525) ... ok [INFO] [stdout] test src/api.rs - api::AEffect::flags (line 97) ... ok [INFO] [stdout] test src/api.rs - api::Events::events (line 448) ... ok [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] test src/host.rs - host::HostBuffer (line 743) ... ok [INFO] [stdout] test src/buffer.rs - buffer::SendEventBuffer::send_events (line 375) ... ok [INFO] [stdout] test src/host.rs - host::PluginLoader::load (line 301) ... ok [INFO] [stdout] test src/api.rs - api::Event::event_type (line 538) ... ok [INFO] [stdout] test src/lib.rs - (line 55) ... ok [INFO] [stdout] test src/plugin.rs - plugin::Plugin::process (line 603) ... ok [INFO] [stdout] test src/plugin.rs - plugin::Plugin::process_f64 (line 642) ... ok [INFO] [stdout] test src/plugin.rs - plugin::HostCallback (line 745) ... ok [INFO] [stdout] test src/plugin.rs - plugin::Plugin::new (line 468) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5d43a7bb06edbaffcc879896cb8baa967bfd053dfb450299f8037d3d953ba62f"` [INFO] running `"docker" "rm" "-f" "5d43a7bb06edbaffcc879896cb8baa967bfd053dfb450299f8037d3d953ba62f"` [INFO] [stdout] 5d43a7bb06edbaffcc879896cb8baa967bfd053dfb450299f8037d3d953ba62f