Sep 06 02:25:09.003 INFO checking point_process-0.6.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 02:25:09.003 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 02:25:09.003 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:25:09.245 INFO blam! 2b2c1dec06352b975868052553e689e433ccfb918de689e22657c425194d3b3a Sep 06 02:25:09.245 INFO running `"docker" "start" "-a" "2b2c1dec06352b975868052553e689e433ccfb918de689e22657c425194d3b3a"` Sep 06 02:25:10.143 INFO kablam! usermod: no changes Sep 06 02:25:10.246 INFO kablam! Checking svg v0.5.11 Sep 06 02:25:10.250 INFO kablam! Checking ndarray-parallel v0.8.0 Sep 06 02:25:11.586 INFO kablam! Checking plotlib v0.3.0 Sep 06 02:25:12.114 INFO kablam! Checking point_process v0.6.0 (file:///source) Sep 06 02:25:14.520 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:14.521 INFO kablam! --> examples/2d_poisson.rs:62:19 Sep 06 02:25:14.521 INFO kablam! | Sep 06 02:25:14.521 INFO kablam! 62 | let v = view::ContinuousView::new() Sep 06 02:25:14.521 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:14.521 INFO kablam! Sep 06 02:25:14.521 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:14.521 INFO kablam! --> examples/2d_poisson.rs:98:19 Sep 06 02:25:14.521 INFO kablam! | Sep 06 02:25:14.521 INFO kablam! 98 | let v = view::ContinuousView::new() Sep 06 02:25:14.521 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:14.521 INFO kablam! Sep 06 02:25:14.526 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:14.526 INFO kablam! --> examples/2d_poisson.rs:143:19 Sep 06 02:25:14.526 INFO kablam! | Sep 06 02:25:14.526 INFO kablam! 143 | let v = view::ContinuousView::new() Sep 06 02:25:14.526 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:14.526 INFO kablam! Sep 06 02:25:14.615 INFO kablam! error[E0432]: unresolved import `plotlib::line` Sep 06 02:25:14.615 INFO kablam! --> examples/hawkes_exp.rs:11:5 Sep 06 02:25:14.615 INFO kablam! | Sep 06 02:25:14.615 INFO kablam! 11 | use plotlib::line; Sep 06 02:25:14.615 INFO kablam! | ^^^^^^^^^^^^^ no `line` in the root Sep 06 02:25:14.621 INFO kablam! Sep 06 02:25:14.621 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:14.621 INFO kablam! --> examples/hawkes_exp.rs:84:19 Sep 06 02:25:14.621 INFO kablam! | Sep 06 02:25:14.621 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 06 02:25:14.621 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:14.621 INFO kablam! Sep 06 02:25:14.621 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:14.621 INFO kablam! --> examples/hawkes_exp.rs:164:19 Sep 06 02:25:14.621 INFO kablam! | Sep 06 02:25:14.621 INFO kablam! 164 | let v = view::ContinuousView::new() Sep 06 02:25:14.621 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:14.621 INFO kablam! Sep 06 02:25:14.737 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 06 02:25:14.737 INFO kablam! --> examples/hawkes_exp.rs:78:14 Sep 06 02:25:14.737 INFO kablam! | Sep 06 02:25:14.737 INFO kablam! 78 | let sc = Scatter::from_slice(&ev_tupl) Sep 06 02:25:14.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:14.738 INFO kablam! Sep 06 02:25:14.744 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 06 02:25:14.744 INFO kablam! --> examples/hawkes_exp.rs:91:10 Sep 06 02:25:14.744 INFO kablam! | Sep 06 02:25:14.745 INFO kablam! 91 | .dimensions(900, 400) Sep 06 02:25:14.745 INFO kablam! | ^^^^^^^^^^ Sep 06 02:25:14.746 INFO kablam! Sep 06 02:25:14.760 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 06 02:25:14.760 INFO kablam! --> examples/hawkes_exp.rs:158:14 Sep 06 02:25:14.760 INFO kablam! | Sep 06 02:25:14.760 INFO kablam! 158 | let sc = Scatter::from_slice(&ev_tupl) Sep 06 02:25:14.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:14.766 INFO kablam! Sep 06 02:25:14.766 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 06 02:25:14.766 INFO kablam! --> examples/hawkes_exp.rs:171:10 Sep 06 02:25:14.766 INFO kablam! | Sep 06 02:25:14.766 INFO kablam! 171 | .dimensions(900, 400) Sep 06 02:25:14.766 INFO kablam! | ^^^^^^^^^^ Sep 06 02:25:14.766 INFO kablam! Sep 06 02:25:14.772 INFO kablam! error: aborting due to 7 previous errors Sep 06 02:25:14.774 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 06 02:25:14.774 INFO kablam! --> examples/2d_poisson.rs:56:14 Sep 06 02:25:14.774 INFO kablam! | Sep 06 02:25:14.774 INFO kablam! 56 | let s1 = Scatter::from_slice(&data) Sep 06 02:25:14.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:14.774 INFO kablam! Sep 06 02:25:14.774 INFO kablam! Sep 06 02:25:14.774 INFO kablam! Some errors occurred: E0432, E0433, E0599. Sep 06 02:25:14.774 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 02:25:14.782 INFO kablam! error: Could not compile `point_process`. Sep 06 02:25:14.782 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:25:14.798 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 06 02:25:14.798 INFO kablam! --> examples/2d_poisson.rs:70:10 Sep 06 02:25:14.798 INFO kablam! | Sep 06 02:25:14.798 INFO kablam! 70 | .dimensions(600, 600) Sep 06 02:25:14.798 INFO kablam! | ^^^^^^^^^^ Sep 06 02:25:14.798 INFO kablam! Sep 06 02:25:14.810 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 06 02:25:14.810 INFO kablam! --> examples/2d_poisson.rs:91:13 Sep 06 02:25:14.810 INFO kablam! | Sep 06 02:25:14.810 INFO kablam! 91 | let s = Scatter::from_slice(&data) Sep 06 02:25:14.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:14.810 INFO kablam! Sep 06 02:25:14.815 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 06 02:25:14.815 INFO kablam! --> examples/2d_poisson.rs:106:10 Sep 06 02:25:14.815 INFO kablam! | Sep 06 02:25:14.815 INFO kablam! 106 | .dimensions(600, 600) Sep 06 02:25:14.815 INFO kablam! | ^^^^^^^^^^ Sep 06 02:25:14.818 INFO kablam! Sep 06 02:25:14.829 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 06 02:25:14.829 INFO kablam! --> examples/2d_poisson.rs:136:13 Sep 06 02:25:14.829 INFO kablam! | Sep 06 02:25:14.830 INFO kablam! 136 | let s = Scatter::from_slice(&data) Sep 06 02:25:14.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:14.842 INFO kablam! Sep 06 02:25:14.858 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 06 02:25:14.858 INFO kablam! --> examples/2d_poisson.rs:151:10 Sep 06 02:25:14.858 INFO kablam! | Sep 06 02:25:14.858 INFO kablam! 151 | .dimensions(600, 600) Sep 06 02:25:14.858 INFO kablam! | ^^^^^^^^^^ Sep 06 02:25:14.858 INFO kablam! Sep 06 02:25:14.866 INFO kablam! error: aborting due to 9 previous errors Sep 06 02:25:14.866 INFO kablam! Sep 06 02:25:14.866 INFO kablam! Some errors occurred: E0433, E0599. Sep 06 02:25:14.866 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 06 02:25:14.890 INFO kablam! error: Could not compile `point_process`. Sep 06 02:25:14.890 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:25:15.505 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:15.506 INFO kablam! --> examples/variable_poisson.rs:50:19 Sep 06 02:25:15.506 INFO kablam! | Sep 06 02:25:15.506 INFO kablam! 50 | let v = view::ContinuousView::new() Sep 06 02:25:15.506 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:15.506 INFO kablam! Sep 06 02:25:15.514 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:15.514 INFO kablam! --> examples/variable_poisson.rs:84:19 Sep 06 02:25:15.514 INFO kablam! | Sep 06 02:25:15.514 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 06 02:25:15.514 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:15.514 INFO kablam! Sep 06 02:25:15.613 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 06 02:25:15.613 INFO kablam! --> examples/variable_poisson.rs:44:13 Sep 06 02:25:15.613 INFO kablam! | Sep 06 02:25:15.613 INFO kablam! 44 | let s = scatter::Scatter::from_slice(&event_data) Sep 06 02:25:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:15.613 INFO kablam! Sep 06 02:25:15.630 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 06 02:25:15.630 INFO kablam! --> examples/variable_poisson.rs:78:13 Sep 06 02:25:15.630 INFO kablam! | Sep 06 02:25:15.630 INFO kablam! 78 | let s = scatter::Scatter::from_slice(&event_data) Sep 06 02:25:15.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:15.630 INFO kablam! Sep 06 02:25:15.638 INFO kablam! error: aborting due to 4 previous errors Sep 06 02:25:15.638 INFO kablam! Sep 06 02:25:15.638 INFO kablam! Some errors occurred: E0433, E0599. Sep 06 02:25:15.638 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 06 02:25:15.648 INFO kablam! error: Could not compile `point_process`. Sep 06 02:25:15.648 INFO kablam! Sep 06 02:25:15.648 INFO kablam! To learn more, run the command again with --verbose. Sep 06 02:25:15.653 INFO kablam! su: No module specific data is present Sep 06 02:25:16.679 INFO running `"docker" "rm" "-f" "2b2c1dec06352b975868052553e689e433ccfb918de689e22657c425194d3b3a"` Sep 06 02:25:16.848 INFO blam! 2b2c1dec06352b975868052553e689e433ccfb918de689e22657c425194d3b3a