Sep 04 08:01:06.305 INFO checking point_process-0.6.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 08:01:06.305 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 08:01:06.305 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:01:06.486 INFO blam! 5e560b8a727dc4e26f0410f1c4dfcf3a14603dea284ed9a1b56195d518b40e86 Sep 04 08:01:06.488 INFO running `"docker" "start" "-a" "5e560b8a727dc4e26f0410f1c4dfcf3a14603dea284ed9a1b56195d518b40e86"` Sep 04 08:01:07.141 INFO kablam! Compiling ndarray v0.11.2 Sep 04 08:01:07.143 INFO kablam! Checking plotlib v0.3.0 Sep 04 08:01:21.290 INFO kablam! Checking ndarray-parallel v0.8.0 Sep 04 08:01:23.247 INFO kablam! Checking point_process v0.6.0 (file:///source) Sep 04 08:01:27.652 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 04 08:01:27.652 INFO kablam! --> examples/2d_poisson.rs:62:19 Sep 04 08:01:27.652 INFO kablam! | Sep 04 08:01:27.652 INFO kablam! 62 | let v = view::ContinuousView::new() Sep 04 08:01:27.652 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 04 08:01:27.653 INFO kablam! Sep 04 08:01:27.653 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 04 08:01:27.654 INFO kablam! --> examples/2d_poisson.rs:98:19 Sep 04 08:01:27.654 INFO kablam! | Sep 04 08:01:27.654 INFO kablam! 98 | let v = view::ContinuousView::new() Sep 04 08:01:27.654 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 04 08:01:27.654 INFO kablam! Sep 04 08:01:27.655 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 04 08:01:27.655 INFO kablam! --> examples/2d_poisson.rs:143:19 Sep 04 08:01:27.655 INFO kablam! | Sep 04 08:01:27.655 INFO kablam! 143 | let v = view::ContinuousView::new() Sep 04 08:01:27.655 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 04 08:01:27.656 INFO kablam! Sep 04 08:01:27.666 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 04 08:01:27.666 INFO kablam! --> examples/variable_poisson.rs:50:19 Sep 04 08:01:27.666 INFO kablam! | Sep 04 08:01:27.666 INFO kablam! 50 | let v = view::ContinuousView::new() Sep 04 08:01:27.666 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 04 08:01:27.666 INFO kablam! Sep 04 08:01:27.667 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 04 08:01:27.667 INFO kablam! --> examples/variable_poisson.rs:84:19 Sep 04 08:01:27.667 INFO kablam! | Sep 04 08:01:27.667 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 04 08:01:27.667 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 04 08:01:27.667 INFO kablam! Sep 04 08:01:27.884 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 04 08:01:27.884 INFO kablam! --> examples/variable_poisson.rs:44:13 Sep 04 08:01:27.884 INFO kablam! | Sep 04 08:01:27.884 INFO kablam! 44 | let s = scatter::Scatter::from_slice(&event_data) Sep 04 08:01:27.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 04 08:01:27.885 INFO kablam! Sep 04 08:01:27.915 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 04 08:01:27.915 INFO kablam! --> examples/2d_poisson.rs:56:14 Sep 04 08:01:27.915 INFO kablam! | Sep 04 08:01:27.915 INFO kablam! 56 | let s1 = Scatter::from_slice(&data) Sep 04 08:01:27.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 04 08:01:27.916 INFO kablam! Sep 04 08:01:27.930 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 04 08:01:27.930 INFO kablam! --> examples/variable_poisson.rs:78:13 Sep 04 08:01:27.930 INFO kablam! | Sep 04 08:01:27.930 INFO kablam! 78 | let s = scatter::Scatter::from_slice(&event_data) Sep 04 08:01:27.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 04 08:01:27.930 INFO kablam! Sep 04 08:01:27.934 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 04 08:01:27.934 INFO kablam! --> examples/2d_poisson.rs:70:10 Sep 04 08:01:27.934 INFO kablam! | Sep 04 08:01:27.934 INFO kablam! 70 | .dimensions(600, 600) Sep 04 08:01:27.934 INFO kablam! | ^^^^^^^^^^ Sep 04 08:01:27.934 INFO kablam! Sep 04 08:01:27.941 INFO kablam! error: aborting due to 4 previous errors Sep 04 08:01:27.941 INFO kablam! Sep 04 08:01:27.941 INFO kablam! Some errors occurred: E0433, E0599. Sep 04 08:01:27.941 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 04 08:01:27.947 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 04 08:01:27.947 INFO kablam! --> examples/2d_poisson.rs:91:13 Sep 04 08:01:27.947 INFO kablam! | Sep 04 08:01:27.947 INFO kablam! 91 | let s = Scatter::from_slice(&data) Sep 04 08:01:27.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 04 08:01:27.947 INFO kablam! Sep 04 08:01:27.950 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 04 08:01:27.950 INFO kablam! --> examples/2d_poisson.rs:106:10 Sep 04 08:01:27.950 INFO kablam! | Sep 04 08:01:27.950 INFO kablam! 106 | .dimensions(600, 600) Sep 04 08:01:27.950 INFO kablam! | ^^^^^^^^^^ Sep 04 08:01:27.950 INFO kablam! Sep 04 08:01:27.960 INFO kablam! error: Could not compile `point_process`. Sep 04 08:01:27.960 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:01:27.982 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 04 08:01:27.982 INFO kablam! --> examples/2d_poisson.rs:136:13 Sep 04 08:01:27.982 INFO kablam! | Sep 04 08:01:27.982 INFO kablam! 136 | let s = Scatter::from_slice(&data) Sep 04 08:01:27.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 04 08:01:27.982 INFO kablam! Sep 04 08:01:27.994 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 04 08:01:27.995 INFO kablam! --> examples/2d_poisson.rs:151:10 Sep 04 08:01:27.995 INFO kablam! | Sep 04 08:01:27.995 INFO kablam! 151 | .dimensions(600, 600) Sep 04 08:01:27.995 INFO kablam! | ^^^^^^^^^^ Sep 04 08:01:27.995 INFO kablam! Sep 04 08:01:28.000 INFO kablam! error[E0432]: unresolved import `plotlib::line` Sep 04 08:01:28.000 INFO kablam! --> examples/hawkes_exp.rs:11:5 Sep 04 08:01:28.000 INFO kablam! | Sep 04 08:01:28.000 INFO kablam! 11 | use plotlib::line; Sep 04 08:01:28.000 INFO kablam! | ^^^^^^^^^^^^^ no `line` in the root Sep 04 08:01:28.000 INFO kablam! Sep 04 08:01:28.002 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 04 08:01:28.002 INFO kablam! --> examples/hawkes_exp.rs:84:19 Sep 04 08:01:28.002 INFO kablam! | Sep 04 08:01:28.002 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 04 08:01:28.002 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 04 08:01:28.002 INFO kablam! error: aborting due to 9 previous errors Sep 04 08:01:28.002 INFO kablam! Sep 04 08:01:28.002 INFO kablam! Sep 04 08:01:28.002 INFO kablam! Some errors occurred: E0433, E0599. Sep 04 08:01:28.002 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 04 08:01:28.003 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 04 08:01:28.003 INFO kablam! --> examples/hawkes_exp.rs:164:19 Sep 04 08:01:28.003 INFO kablam! | Sep 04 08:01:28.003 INFO kablam! 164 | let v = view::ContinuousView::new() Sep 04 08:01:28.003 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 04 08:01:28.003 INFO kablam! Sep 04 08:01:28.013 INFO kablam! error: Could not compile `point_process`. Sep 04 08:01:28.013 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:01:28.212 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 04 08:01:28.213 INFO kablam! --> examples/hawkes_exp.rs:78:14 Sep 04 08:01:28.213 INFO kablam! | Sep 04 08:01:28.213 INFO kablam! 78 | let sc = Scatter::from_slice(&ev_tupl) Sep 04 08:01:28.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 04 08:01:28.213 INFO kablam! Sep 04 08:01:28.220 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 04 08:01:28.221 INFO kablam! --> examples/hawkes_exp.rs:91:10 Sep 04 08:01:28.221 INFO kablam! | Sep 04 08:01:28.221 INFO kablam! 91 | .dimensions(900, 400) Sep 04 08:01:28.221 INFO kablam! | ^^^^^^^^^^ Sep 04 08:01:28.221 INFO kablam! Sep 04 08:01:28.245 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 04 08:01:28.245 INFO kablam! --> examples/hawkes_exp.rs:158:14 Sep 04 08:01:28.245 INFO kablam! | Sep 04 08:01:28.245 INFO kablam! 158 | let sc = Scatter::from_slice(&ev_tupl) Sep 04 08:01:28.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 04 08:01:28.245 INFO kablam! Sep 04 08:01:28.250 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 04 08:01:28.250 INFO kablam! --> examples/hawkes_exp.rs:171:10 Sep 04 08:01:28.250 INFO kablam! | Sep 04 08:01:28.250 INFO kablam! 171 | .dimensions(900, 400) Sep 04 08:01:28.250 INFO kablam! | ^^^^^^^^^^ Sep 04 08:01:28.250 INFO kablam! Sep 04 08:01:28.256 INFO kablam! error: aborting due to 7 previous errors Sep 04 08:01:28.256 INFO kablam! Sep 04 08:01:28.256 INFO kablam! Some errors occurred: E0432, E0433, E0599. Sep 04 08:01:28.256 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 08:01:28.268 INFO kablam! error: Could not compile `point_process`. Sep 04 08:01:28.268 INFO kablam! Sep 04 08:01:28.268 INFO kablam! To learn more, run the command again with --verbose. Sep 04 08:01:28.270 INFO kablam! su: No module specific data is present Sep 04 08:01:28.746 INFO running `"docker" "rm" "-f" "5e560b8a727dc4e26f0410f1c4dfcf3a14603dea284ed9a1b56195d518b40e86"` Sep 04 08:01:28.847 INFO blam! 5e560b8a727dc4e26f0410f1c4dfcf3a14603dea284ed9a1b56195d518b40e86