Sep 01 06:16:37.342 INFO checking direct2d-0.1.2 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 06:16:37.342 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 06:16:37.342 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:16:37.510 INFO blam! a10a4b062dc2fd69b43cd84357f64478a54bd5ce1b42db80a3a48dc0316ee987 Sep 01 06:16:37.512 INFO running `"docker" "start" "-a" "a10a4b062dc2fd69b43cd84357f64478a54bd5ce1b42db80a3a48dc0316ee987"` Sep 01 06:16:38.355 INFO kablam! Checking direct2d v0.1.2 (file:///source) Sep 01 06:16:40.541 INFO kablam! error[E0463]: can't find crate for `direct3d11` Sep 01 06:16:40.541 INFO kablam! --> tests/dxgi_textures.rs:2:1 Sep 01 06:16:40.541 INFO kablam! | Sep 01 06:16:40.541 INFO kablam! 2 | extern crate direct3d11; Sep 01 06:16:40.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 06:16:40.541 INFO kablam! Sep 01 06:16:40.542 INFO kablam! error: aborting due to previous error Sep 01 06:16:40.542 INFO kablam! Sep 01 06:16:40.542 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 06:16:40.552 INFO kablam! error: Could not compile `direct2d`. Sep 01 06:16:40.553 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:16:40.573 INFO kablam! error[E0464]: multiple matching crates for `lazy_static` Sep 01 06:16:40.573 INFO kablam! --> tests/window_test.rs:2:1 Sep 01 06:16:40.573 INFO kablam! | Sep 01 06:16:40.573 INFO kablam! 2 | extern crate lazy_static; Sep 01 06:16:40.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:16:40.573 INFO kablam! | Sep 01 06:16:40.573 INFO kablam! = note: candidates: Sep 01 06:16:40.574 INFO kablam! crate `lazy_static`: /rustup-home/toolchains/d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblazy_static-855eb3bc068de0e0.rlib Sep 01 06:16:40.574 INFO kablam! crate `lazy_static`: /rustup-home/toolchains/d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblazy_static-10eb02ceefe30120.rlib Sep 01 06:16:40.574 INFO kablam! Sep 01 06:16:40.574 INFO kablam! error[E0463]: can't find crate for `lazy_static` Sep 01 06:16:40.574 INFO kablam! --> tests/window_test.rs:2:1 Sep 01 06:16:40.574 INFO kablam! | Sep 01 06:16:40.574 INFO kablam! 2 | extern crate lazy_static; Sep 01 06:16:40.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 06:16:40.574 INFO kablam! Sep 01 06:16:40.574 INFO kablam! error: aborting due to 2 previous errors Sep 01 06:16:40.574 INFO kablam! Sep 01 06:16:40.574 INFO kablam! Some errors occurred: E0463, E0464. Sep 01 06:16:40.574 INFO kablam! For more information about an error, try `rustc --explain E0463`. Sep 01 06:16:40.578 INFO kablam! error: Could not compile `direct2d`. Sep 01 06:16:40.579 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:16:40.693 INFO kablam! error[E0432]: unresolved import `direct2d::enums` Sep 01 06:16:40.693 INFO kablam! --> tests/geometry.rs:3:15 Sep 01 06:16:40.693 INFO kablam! | Sep 01 06:16:40.693 INFO kablam! 3 | use direct2d::enums::{FigureBegin, FigureEnd, FillMode}; Sep 01 06:16:40.693 INFO kablam! | ^^^^^ Could not find `enums` in `direct2d` Sep 01 06:16:40.693 INFO kablam! Sep 01 06:16:40.695 INFO kablam! error[E0432]: unresolved import `direct2d::geometry` Sep 01 06:16:40.695 INFO kablam! --> tests/geometry.rs:4:15 Sep 01 06:16:40.695 INFO kablam! | Sep 01 06:16:40.695 INFO kablam! 4 | use direct2d::geometry::{Geometry, Group, Path, Rectangle}; Sep 01 06:16:40.695 INFO kablam! | ^^^^^^^^ Could not find `geometry` in `direct2d` Sep 01 06:16:40.695 INFO kablam! Sep 01 06:16:40.695 INFO kablam! error[E0432]: unresolved import `direct2d::math` Sep 01 06:16:40.695 INFO kablam! --> tests/geometry.rs:5:15 Sep 01 06:16:40.695 INFO kablam! | Sep 01 06:16:40.695 INFO kablam! 5 | use direct2d::math::*; Sep 01 06:16:40.695 INFO kablam! | ^^^^ Could not find `math` in `direct2d` Sep 01 06:16:40.695 INFO kablam! Sep 01 06:16:40.695 INFO kablam! error[E0432]: unresolved import `direct2d::Factory` Sep 01 06:16:40.695 INFO kablam! --> tests/geometry.rs:6:5 Sep 01 06:16:40.695 INFO kablam! | Sep 01 06:16:40.695 INFO kablam! 6 | use direct2d::Factory; Sep 01 06:16:40.695 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `Factory` in the root Sep 01 06:16:40.695 INFO kablam! Sep 01 06:16:40.695 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 01 06:16:40.695 INFO kablam! --> tests/geometry.rs:14:16 Sep 01 06:16:40.696 INFO kablam! | Sep 01 06:16:40.696 INFO kablam! 14 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 01 06:16:40.696 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 01 06:16:40.696 INFO kablam! Sep 01 06:16:40.696 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 01 06:16:40.696 INFO kablam! --> tests/geometry.rs:25:16 Sep 01 06:16:40.696 INFO kablam! | Sep 01 06:16:40.696 INFO kablam! 25 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 01 06:16:40.696 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 01 06:16:40.696 INFO kablam! Sep 01 06:16:40.696 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 01 06:16:40.696 INFO kablam! --> tests/geometry.rs:36:17 Sep 01 06:16:40.696 INFO kablam! | Sep 01 06:16:40.696 INFO kablam! 36 | let rect1 = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 01 06:16:40.696 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 01 06:16:40.696 INFO kablam! Sep 01 06:16:40.696 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 01 06:16:40.696 INFO kablam! --> tests/geometry.rs:39:17 Sep 01 06:16:40.696 INFO kablam! | Sep 01 06:16:40.696 INFO kablam! 39 | let rect2 = RectF::new(0.0, 1.0, 1.0, 2.0); Sep 01 06:16:40.696 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 01 06:16:40.696 INFO kablam! Sep 01 06:16:40.696 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 01 06:16:40.697 INFO kablam! --> tests/geometry.rs:52:16 Sep 01 06:16:40.697 INFO kablam! | Sep 01 06:16:40.697 INFO kablam! 52 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 01 06:16:40.697 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 01 06:16:40.697 INFO kablam! Sep 01 06:16:40.697 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Matrix3x2F` Sep 01 06:16:40.697 INFO kablam! --> tests/geometry.rs:63:33 Sep 01 06:16:40.697 INFO kablam! | Sep 01 06:16:40.697 INFO kablam! 63 | let transform = Matrix3x2F::new([ Sep 01 06:16:40.697 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `Matrix3x2F` Sep 01 06:16:40.697 INFO kablam! Sep 01 06:16:40.700 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.700 INFO kablam! --> tests/geometry.rs:106:22 Sep 01 06:16:40.700 INFO kablam! | Sep 01 06:16:40.700 INFO kablam! 106 | .with_figure(Point2F::new(0.0, 0.0), FigureBegin::Filled, FigureEnd::Closed, |figure| { Sep 01 06:16:40.700 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.700 INFO kablam! Sep 01 06:16:40.701 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.701 INFO kablam! --> tests/geometry.rs:108:27 Sep 01 06:16:40.701 INFO kablam! | Sep 01 06:16:40.701 INFO kablam! 108 | .add_line(Point2F::new(1.0, 0.0)) Sep 01 06:16:40.701 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.701 INFO kablam! Sep 01 06:16:40.701 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.701 INFO kablam! --> tests/geometry.rs:109:27 Sep 01 06:16:40.701 INFO kablam! | Sep 01 06:16:40.701 INFO kablam! 109 | .add_line(Point2F::new(1.0, 1.0)) Sep 01 06:16:40.701 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.701 INFO kablam! Sep 01 06:16:40.701 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.701 INFO kablam! --> tests/geometry.rs:110:27 Sep 01 06:16:40.701 INFO kablam! | Sep 01 06:16:40.701 INFO kablam! 110 | .add_line(Point2F::new(0.5, 1.5)) Sep 01 06:16:40.701 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.701 INFO kablam! Sep 01 06:16:40.701 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.701 INFO kablam! --> tests/geometry.rs:111:27 Sep 01 06:16:40.701 INFO kablam! | Sep 01 06:16:40.701 INFO kablam! 111 | .add_line(Point2F::new(0.0, 1.0)) Sep 01 06:16:40.702 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.702 INFO kablam! Sep 01 06:16:40.702 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.702 INFO kablam! --> tests/geometry.rs:112:27 Sep 01 06:16:40.702 INFO kablam! | Sep 01 06:16:40.702 INFO kablam! 112 | .add_line(Point2F::new(0.0, 0.0)) Sep 01 06:16:40.702 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.702 INFO kablam! Sep 01 06:16:40.702 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.703 INFO kablam! --> tests/geometry.rs:115:22 Sep 01 06:16:40.703 INFO kablam! | Sep 01 06:16:40.704 INFO kablam! 115 | .with_figure(Point2F::new(0.0, 0.0), FigureBegin::Filled, FigureEnd::Closed, |figure| { Sep 01 06:16:40.704 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.704 INFO kablam! Sep 01 06:16:40.704 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.704 INFO kablam! --> tests/geometry.rs:117:27 Sep 01 06:16:40.704 INFO kablam! | Sep 01 06:16:40.704 INFO kablam! 117 | .add_line(Point2F::new(0.5, -0.5)) Sep 01 06:16:40.705 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.705 INFO kablam! Sep 01 06:16:40.705 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.705 INFO kablam! --> tests/geometry.rs:118:27 Sep 01 06:16:40.705 INFO kablam! | Sep 01 06:16:40.705 INFO kablam! 118 | .add_line(Point2F::new(1.0, 0.0)) Sep 01 06:16:40.705 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.706 INFO kablam! Sep 01 06:16:40.706 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.706 INFO kablam! --> tests/geometry.rs:122:22 Sep 01 06:16:40.706 INFO kablam! | Sep 01 06:16:40.706 INFO kablam! 122 | .with_figure(Point2F::new(0.25, 0.25), FigureBegin::Filled, FigureEnd::Closed, |figure| { Sep 01 06:16:40.706 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.706 INFO kablam! Sep 01 06:16:40.707 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.707 INFO kablam! --> tests/geometry.rs:124:27 Sep 01 06:16:40.707 INFO kablam! | Sep 01 06:16:40.707 INFO kablam! 124 | .add_line(Point2F::new(0.75, 0.25)) Sep 01 06:16:40.707 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.707 INFO kablam! Sep 01 06:16:40.707 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.707 INFO kablam! --> tests/geometry.rs:125:27 Sep 01 06:16:40.708 INFO kablam! | Sep 01 06:16:40.708 INFO kablam! 125 | .add_line(Point2F::new(0.75, 0.75)) Sep 01 06:16:40.708 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.708 INFO kablam! Sep 01 06:16:40.708 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Point2F` Sep 01 06:16:40.708 INFO kablam! --> tests/geometry.rs:126:27 Sep 01 06:16:40.708 INFO kablam! | Sep 01 06:16:40.709 INFO kablam! 126 | .add_line(Point2F::new(0.25, 0.75)) Sep 01 06:16:40.709 INFO kablam! | ^^^^^^^ Use of undeclared type or module `Point2F` Sep 01 06:16:40.709 INFO kablam! Sep 01 06:16:40.709 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RectF` Sep 01 06:16:40.709 INFO kablam! --> tests/geometry.rs:142:16 Sep 01 06:16:40.709 INFO kablam! | Sep 01 06:16:40.709 INFO kablam! 142 | let rect = RectF::new(0.0, 0.0, 1.0, 1.0); Sep 01 06:16:40.709 INFO kablam! | ^^^^^ Use of undeclared type or module `RectF` Sep 01 06:16:40.710 INFO kablam! Sep 01 06:16:40.710 INFO kablam! warning: unused import: `Geometry` Sep 01 06:16:40.710 INFO kablam! --> tests/geometry.rs:4:26 Sep 01 06:16:40.710 INFO kablam! | Sep 01 06:16:40.710 INFO kablam! 4 | use direct2d::geometry::{Geometry, Group, Path, Rectangle}; Sep 01 06:16:40.710 INFO kablam! | ^^^^^^^^ Sep 01 06:16:40.710 INFO kablam! | Sep 01 06:16:40.711 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 06:16:40.711 INFO kablam! Sep 01 06:16:40.711 INFO kablam! warning: unused import: `direct2d::math::*` Sep 01 06:16:40.711 INFO kablam! --> tests/geometry.rs:5:5 Sep 01 06:16:40.711 INFO kablam! | Sep 01 06:16:40.711 INFO kablam! 5 | use direct2d::math::*; Sep 01 06:16:40.711 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 06:16:40.711 INFO kablam! Sep 01 06:16:40.756 INFO kablam! error[E0463]: can't find crate for `direct3d11` Sep 01 06:16:40.756 INFO kablam! --> examples/render_to_texture.rs:2:1 Sep 01 06:16:40.756 INFO kablam! | Sep 01 06:16:40.756 INFO kablam! 2 | extern crate direct3d11; Sep 01 06:16:40.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 06:16:40.756 INFO kablam! Sep 01 06:16:40.757 INFO kablam! error: aborting due to previous error Sep 01 06:16:40.757 INFO kablam! Sep 01 06:16:40.757 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 06:16:40.767 INFO kablam! error: Could not compile `direct2d`. Sep 01 06:16:40.767 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:16:40.789 INFO kablam! error[E0433]: failed to resolve. Could not find `Factory` in `direct2d` Sep 01 06:16:40.789 INFO kablam! --> tests/factory_test.rs:5:23 Sep 01 06:16:40.789 INFO kablam! | Sep 01 06:16:40.789 INFO kablam! 5 | assert!(direct2d::Factory::new().is_ok()); Sep 01 06:16:40.789 INFO kablam! | ^^^^^^^ Could not find `Factory` in `direct2d` Sep 01 06:16:40.789 INFO kablam! Sep 01 06:16:40.814 INFO kablam! error: aborting due to 24 previous errors Sep 01 06:16:40.814 INFO kablam! Sep 01 06:16:40.814 INFO kablam! Some errors occurred: E0432, E0433. Sep 01 06:16:40.814 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 06:16:40.822 INFO kablam! error: Could not compile `direct2d`. Sep 01 06:16:40.822 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:16:40.822 INFO kablam! error: aborting due to previous error Sep 01 06:16:40.822 INFO kablam! Sep 01 06:16:40.823 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 01 06:16:40.829 INFO kablam! error: Could not compile `direct2d`. Sep 01 06:16:40.829 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:16:40.853 INFO kablam! error[E0463]: can't find crate for `direct3d11` Sep 01 06:16:40.853 INFO kablam! --> tests/brush.rs:2:1 Sep 01 06:16:40.853 INFO kablam! | Sep 01 06:16:40.853 INFO kablam! 2 | extern crate direct3d11; Sep 01 06:16:40.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 06:16:40.853 INFO kablam! Sep 01 06:16:40.854 INFO kablam! error: aborting due to previous error Sep 01 06:16:40.854 INFO kablam! Sep 01 06:16:40.854 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 06:16:40.858 INFO kablam! error: Could not compile `direct2d`. Sep 01 06:16:40.858 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:16:40.891 INFO kablam! error[E0463]: can't find crate for `winapi` Sep 01 06:16:40.891 INFO kablam! --> tests/bad_hwnd_test.rs:3:1 Sep 01 06:16:40.892 INFO kablam! | Sep 01 06:16:40.892 INFO kablam! 3 | extern crate winapi; Sep 01 06:16:40.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 06:16:40.892 INFO kablam! Sep 01 06:16:40.892 INFO kablam! error: aborting due to previous error Sep 01 06:16:40.892 INFO kablam! Sep 01 06:16:40.892 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 06:16:40.900 INFO kablam! error: Could not compile `direct2d`. Sep 01 06:16:40.900 INFO kablam! Sep 01 06:16:40.900 INFO kablam! To learn more, run the command again with --verbose. Sep 01 06:16:40.902 INFO kablam! su: No module specific data is present Sep 01 06:16:41.378 INFO running `"docker" "rm" "-f" "a10a4b062dc2fd69b43cd84357f64478a54bd5ce1b42db80a3a48dc0316ee987"` Sep 01 06:16:41.469 INFO blam! a10a4b062dc2fd69b43cd84357f64478a54bd5ce1b42db80a3a48dc0316ee987