Sep 19 22:45:52.791 INFO checking point_process-0.6.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:45:52.791 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:45:52.791 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:45:53.080 INFO blam! 0066708abbbe549f6dd9336039a05518c26b7e9dc6df94171092c6d7496788d2 Sep 19 22:45:53.083 INFO running `"docker" "start" "-a" "0066708abbbe549f6dd9336039a05518c26b7e9dc6df94171092c6d7496788d2"` Sep 19 22:45:53.750 INFO kablam! usermod: no changes Sep 19 22:45:53.974 INFO kablam! Compiling ndarray v0.11.2 Sep 19 22:45:53.975 INFO kablam! Checking plotlib v0.3.0 Sep 19 22:46:01.777 INFO kablam! Checking ndarray-parallel v0.8.0 Sep 19 22:46:03.273 INFO kablam! Checking point_process v0.6.0 (/source) Sep 19 22:46:04.873 INFO kablam! error[E0432]: unresolved import `plotlib::line` Sep 19 22:46:04.873 INFO kablam! --> examples/hawkes_exp.rs:11:5 Sep 19 22:46:04.873 INFO kablam! | Sep 19 22:46:04.873 INFO kablam! 11 | use plotlib::line; Sep 19 22:46:04.873 INFO kablam! | ^^^^^^^^^^^^^ no `line` in the root Sep 19 22:46:04.873 INFO kablam! Sep 19 22:46:04.874 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 22:46:04.874 INFO kablam! --> examples/hawkes_exp.rs:84:19 Sep 19 22:46:04.874 INFO kablam! | Sep 19 22:46:04.874 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 19 22:46:04.874 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 22:46:04.875 INFO kablam! Sep 19 22:46:04.875 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 22:46:04.875 INFO kablam! --> examples/hawkes_exp.rs:164:19 Sep 19 22:46:04.875 INFO kablam! | Sep 19 22:46:04.875 INFO kablam! 164 | let v = view::ContinuousView::new() Sep 19 22:46:04.875 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 22:46:04.875 INFO kablam! Sep 19 22:46:05.010 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 22:46:05.010 INFO kablam! --> examples/hawkes_exp.rs:78:14 Sep 19 22:46:05.010 INFO kablam! | Sep 19 22:46:05.010 INFO kablam! 78 | let sc = Scatter::from_slice(&ev_tupl) Sep 19 22:46:05.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 22:46:05.010 INFO kablam! Sep 19 22:46:05.012 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 19 22:46:05.012 INFO kablam! --> examples/hawkes_exp.rs:91:10 Sep 19 22:46:05.012 INFO kablam! | Sep 19 22:46:05.012 INFO kablam! 91 | .dimensions(900, 400) Sep 19 22:46:05.012 INFO kablam! | ^^^^^^^^^^ Sep 19 22:46:05.012 INFO kablam! Sep 19 22:46:05.030 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 22:46:05.030 INFO kablam! --> examples/hawkes_exp.rs:158:14 Sep 19 22:46:05.030 INFO kablam! | Sep 19 22:46:05.030 INFO kablam! 158 | let sc = Scatter::from_slice(&ev_tupl) Sep 19 22:46:05.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 22:46:05.030 INFO kablam! Sep 19 22:46:05.035 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 19 22:46:05.035 INFO kablam! --> examples/hawkes_exp.rs:171:10 Sep 19 22:46:05.035 INFO kablam! | Sep 19 22:46:05.035 INFO kablam! 171 | .dimensions(900, 400) Sep 19 22:46:05.035 INFO kablam! | ^^^^^^^^^^ Sep 19 22:46:05.035 INFO kablam! Sep 19 22:46:05.041 INFO kablam! error: aborting due to 7 previous errors Sep 19 22:46:05.041 INFO kablam! Sep 19 22:46:05.041 INFO kablam! Some errors occurred: E0432, E0433, E0599. Sep 19 22:46:05.041 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 22:46:05.062 INFO kablam! error: Could not compile `point_process`. Sep 19 22:46:05.062 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:46:05.069 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 22:46:05.069 INFO kablam! --> examples/variable_poisson.rs:50:19 Sep 19 22:46:05.069 INFO kablam! | Sep 19 22:46:05.069 INFO kablam! 50 | let v = view::ContinuousView::new() Sep 19 22:46:05.069 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 22:46:05.069 INFO kablam! Sep 19 22:46:05.070 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 22:46:05.070 INFO kablam! --> examples/variable_poisson.rs:84:19 Sep 19 22:46:05.070 INFO kablam! | Sep 19 22:46:05.070 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 19 22:46:05.070 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 22:46:05.070 INFO kablam! Sep 19 22:46:05.178 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 22:46:05.178 INFO kablam! --> examples/variable_poisson.rs:44:13 Sep 19 22:46:05.178 INFO kablam! | Sep 19 22:46:05.178 INFO kablam! 44 | let s = scatter::Scatter::from_slice(&event_data) Sep 19 22:46:05.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 22:46:05.178 INFO kablam! Sep 19 22:46:05.195 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 22:46:05.195 INFO kablam! --> examples/variable_poisson.rs:78:13 Sep 19 22:46:05.195 INFO kablam! | Sep 19 22:46:05.195 INFO kablam! 78 | let s = scatter::Scatter::from_slice(&event_data) Sep 19 22:46:05.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 22:46:05.195 INFO kablam! Sep 19 22:46:05.206 INFO kablam! error: aborting due to 4 previous errors Sep 19 22:46:05.206 INFO kablam! Sep 19 22:46:05.206 INFO kablam! Some errors occurred: E0433, E0599. Sep 19 22:46:05.206 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 19 22:46:05.206 INFO kablam! error: Could not compile `point_process`. Sep 19 22:46:05.206 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:46:05.261 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 22:46:05.261 INFO kablam! --> examples/2d_poisson.rs:62:19 Sep 19 22:46:05.261 INFO kablam! | Sep 19 22:46:05.261 INFO kablam! 62 | let v = view::ContinuousView::new() Sep 19 22:46:05.261 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 22:46:05.261 INFO kablam! Sep 19 22:46:05.266 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 22:46:05.266 INFO kablam! --> examples/2d_poisson.rs:98:19 Sep 19 22:46:05.266 INFO kablam! | Sep 19 22:46:05.266 INFO kablam! 98 | let v = view::ContinuousView::new() Sep 19 22:46:05.266 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 22:46:05.266 INFO kablam! Sep 19 22:46:05.266 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 22:46:05.266 INFO kablam! --> examples/2d_poisson.rs:143:19 Sep 19 22:46:05.266 INFO kablam! | Sep 19 22:46:05.266 INFO kablam! 143 | let v = view::ContinuousView::new() Sep 19 22:46:05.266 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 22:46:05.266 INFO kablam! Sep 19 22:46:05.384 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 22:46:05.384 INFO kablam! --> examples/2d_poisson.rs:56:14 Sep 19 22:46:05.384 INFO kablam! | Sep 19 22:46:05.384 INFO kablam! 56 | let s1 = Scatter::from_slice(&data) Sep 19 22:46:05.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 22:46:05.384 INFO kablam! Sep 19 22:46:05.390 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 19 22:46:05.390 INFO kablam! --> examples/2d_poisson.rs:70:10 Sep 19 22:46:05.390 INFO kablam! | Sep 19 22:46:05.390 INFO kablam! 70 | .dimensions(600, 600) Sep 19 22:46:05.390 INFO kablam! | ^^^^^^^^^^ Sep 19 22:46:05.390 INFO kablam! Sep 19 22:46:05.402 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 22:46:05.402 INFO kablam! --> examples/2d_poisson.rs:91:13 Sep 19 22:46:05.402 INFO kablam! | Sep 19 22:46:05.402 INFO kablam! 91 | let s = Scatter::from_slice(&data) Sep 19 22:46:05.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 22:46:05.402 INFO kablam! Sep 19 22:46:05.406 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 19 22:46:05.406 INFO kablam! --> examples/2d_poisson.rs:106:10 Sep 19 22:46:05.406 INFO kablam! | Sep 19 22:46:05.406 INFO kablam! 106 | .dimensions(600, 600) Sep 19 22:46:05.406 INFO kablam! | ^^^^^^^^^^ Sep 19 22:46:05.406 INFO kablam! Sep 19 22:46:05.426 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 22:46:05.426 INFO kablam! --> examples/2d_poisson.rs:136:13 Sep 19 22:46:05.426 INFO kablam! | Sep 19 22:46:05.426 INFO kablam! 136 | let s = Scatter::from_slice(&data) Sep 19 22:46:05.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 22:46:05.426 INFO kablam! Sep 19 22:46:05.426 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 19 22:46:05.426 INFO kablam! --> examples/2d_poisson.rs:151:10 Sep 19 22:46:05.426 INFO kablam! | Sep 19 22:46:05.426 INFO kablam! 151 | .dimensions(600, 600) Sep 19 22:46:05.426 INFO kablam! | ^^^^^^^^^^ Sep 19 22:46:05.426 INFO kablam! Sep 19 22:46:05.427 INFO kablam! error: aborting due to 9 previous errors Sep 19 22:46:05.427 INFO kablam! Sep 19 22:46:05.427 INFO kablam! Some errors occurred: E0433, E0599. Sep 19 22:46:05.427 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 19 22:46:05.442 INFO kablam! error: Could not compile `point_process`. Sep 19 22:46:05.442 INFO kablam! Sep 19 22:46:05.442 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:46:05.442 INFO kablam! su: No module specific data is present Sep 19 22:46:06.303 INFO running `"docker" "rm" "-f" "0066708abbbe549f6dd9336039a05518c26b7e9dc6df94171092c6d7496788d2"` Sep 19 22:46:06.423 INFO blam! 0066708abbbe549f6dd9336039a05518c26b7e9dc6df94171092c6d7496788d2