Sep 21 05:37:11.712 INFO checking point_process-0.7.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:37:11.712 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:37:11.712 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:37:11.916 INFO blam! 9d64a705a593e65afe725d523598d5ecf11d8308eb9d302ff1865ebaf782b7ae Sep 21 05:37:11.918 INFO running `"docker" "start" "-a" "9d64a705a593e65afe725d523598d5ecf11d8308eb9d302ff1865ebaf782b7ae"` Sep 21 05:37:12.734 INFO kablam! usermod: no changes Sep 21 05:37:12.862 INFO kablam! Compiling num-complex v0.2.0 Sep 21 05:37:12.875 INFO kablam! Compiling ndarray v0.12.0 Sep 21 05:37:12.902 INFO kablam! Checking svg v0.5.11 Sep 21 05:37:13.985 INFO kablam! Checking plotlib v0.3.0 Sep 21 05:37:24.229 INFO kablam! Checking ndarray-parallel v0.9.0 Sep 21 05:37:25.663 INFO kablam! Checking point_process v0.7.1 (/source) Sep 21 05:37:29.262 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 21 05:37:29.262 INFO kablam! --> examples/variable_poisson.rs:50:19 Sep 21 05:37:29.262 INFO kablam! | Sep 21 05:37:29.262 INFO kablam! 50 | let v = view::ContinuousView::new() Sep 21 05:37:29.262 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 21 05:37:29.268 INFO kablam! Sep 21 05:37:29.268 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 21 05:37:29.268 INFO kablam! --> examples/variable_poisson.rs:84:19 Sep 21 05:37:29.268 INFO kablam! | Sep 21 05:37:29.268 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 21 05:37:29.268 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 21 05:37:29.268 INFO kablam! Sep 21 05:37:29.522 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 21 05:37:29.522 INFO kablam! --> examples/2d_poisson.rs:62:19 Sep 21 05:37:29.522 INFO kablam! | Sep 21 05:37:29.522 INFO kablam! 62 | let v = view::ContinuousView::new() Sep 21 05:37:29.522 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 21 05:37:29.522 INFO kablam! Sep 21 05:37:29.522 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 21 05:37:29.523 INFO kablam! --> examples/2d_poisson.rs:98:19 Sep 21 05:37:29.523 INFO kablam! | Sep 21 05:37:29.523 INFO kablam! 98 | let v = view::ContinuousView::new() Sep 21 05:37:29.523 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 21 05:37:29.523 INFO kablam! Sep 21 05:37:29.523 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 21 05:37:29.523 INFO kablam! --> examples/2d_poisson.rs:143:19 Sep 21 05:37:29.523 INFO kablam! | Sep 21 05:37:29.523 INFO kablam! 143 | let v = view::ContinuousView::new() Sep 21 05:37:29.523 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 21 05:37:29.523 INFO kablam! Sep 21 05:37:29.554 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 21 05:37:29.554 INFO kablam! --> examples/variable_poisson.rs:44:13 Sep 21 05:37:29.554 INFO kablam! | Sep 21 05:37:29.554 INFO kablam! 44 | let s = scatter::Scatter::from_slice(&event_data) Sep 21 05:37:29.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 21 05:37:29.554 INFO kablam! Sep 21 05:37:29.594 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 21 05:37:29.594 INFO kablam! --> examples/variable_poisson.rs:78:13 Sep 21 05:37:29.594 INFO kablam! | Sep 21 05:37:29.594 INFO kablam! 78 | let s = scatter::Scatter::from_slice(&event_data) Sep 21 05:37:29.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 21 05:37:29.594 INFO kablam! Sep 21 05:37:29.634 INFO kablam! error: aborting due to 4 previous errors Sep 21 05:37:29.634 INFO kablam! Sep 21 05:37:29.634 INFO kablam! Some errors occurred: E0433, E0599. Sep 21 05:37:29.634 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 21 05:37:29.661 INFO kablam! error: Could not compile `point_process`. Sep 21 05:37:29.661 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:37:29.680 INFO kablam! error[E0432]: unresolved import `plotlib::line` Sep 21 05:37:29.680 INFO kablam! --> examples/hawkes_exp.rs:11:5 Sep 21 05:37:29.680 INFO kablam! | Sep 21 05:37:29.680 INFO kablam! 11 | use plotlib::line; Sep 21 05:37:29.680 INFO kablam! | ^^^^^^^^^^^^^ no `line` in the root Sep 21 05:37:29.680 INFO kablam! Sep 21 05:37:29.680 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 21 05:37:29.680 INFO kablam! --> examples/hawkes_exp.rs:84:19 Sep 21 05:37:29.680 INFO kablam! | Sep 21 05:37:29.680 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 21 05:37:29.680 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 21 05:37:29.680 INFO kablam! Sep 21 05:37:29.680 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 21 05:37:29.680 INFO kablam! --> examples/hawkes_exp.rs:164:19 Sep 21 05:37:29.680 INFO kablam! | Sep 21 05:37:29.680 INFO kablam! 164 | let v = view::ContinuousView::new() Sep 21 05:37:29.680 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 21 05:37:29.680 INFO kablam! Sep 21 05:37:29.766 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 21 05:37:29.766 INFO kablam! --> examples/2d_poisson.rs:56:14 Sep 21 05:37:29.766 INFO kablam! | Sep 21 05:37:29.766 INFO kablam! 56 | let s1 = Scatter::from_slice(&data) Sep 21 05:37:29.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 21 05:37:29.766 INFO kablam! Sep 21 05:37:29.769 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 21 05:37:29.769 INFO kablam! --> examples/2d_poisson.rs:70:10 Sep 21 05:37:29.769 INFO kablam! | Sep 21 05:37:29.769 INFO kablam! 70 | .dimensions(600, 600) Sep 21 05:37:29.769 INFO kablam! | ^^^^^^^^^^ Sep 21 05:37:29.769 INFO kablam! Sep 21 05:37:29.774 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 21 05:37:29.774 INFO kablam! --> examples/2d_poisson.rs:91:13 Sep 21 05:37:29.774 INFO kablam! | Sep 21 05:37:29.774 INFO kablam! 91 | let s = Scatter::from_slice(&data) Sep 21 05:37:29.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 21 05:37:29.774 INFO kablam! Sep 21 05:37:29.778 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 21 05:37:29.778 INFO kablam! --> examples/2d_poisson.rs:106:10 Sep 21 05:37:29.778 INFO kablam! | Sep 21 05:37:29.778 INFO kablam! 106 | .dimensions(600, 600) Sep 21 05:37:29.778 INFO kablam! | ^^^^^^^^^^ Sep 21 05:37:29.778 INFO kablam! Sep 21 05:37:29.790 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 21 05:37:29.790 INFO kablam! --> examples/2d_poisson.rs:136:13 Sep 21 05:37:29.790 INFO kablam! | Sep 21 05:37:29.790 INFO kablam! 136 | let s = Scatter::from_slice(&data) Sep 21 05:37:29.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 21 05:37:29.790 INFO kablam! Sep 21 05:37:29.794 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 21 05:37:29.794 INFO kablam! --> examples/2d_poisson.rs:151:10 Sep 21 05:37:29.794 INFO kablam! | Sep 21 05:37:29.794 INFO kablam! 151 | .dimensions(600, 600) Sep 21 05:37:29.794 INFO kablam! | ^^^^^^^^^^ Sep 21 05:37:29.794 INFO kablam! Sep 21 05:37:29.802 INFO kablam! error: aborting due to 9 previous errors Sep 21 05:37:29.802 INFO kablam! Sep 21 05:37:29.802 INFO kablam! Some errors occurred: E0433, E0599. Sep 21 05:37:29.802 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 21 05:37:29.808 INFO kablam! error: Could not compile `point_process`. Sep 21 05:37:29.808 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:37:29.818 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 21 05:37:29.818 INFO kablam! --> examples/hawkes_exp.rs:78:14 Sep 21 05:37:29.818 INFO kablam! | Sep 21 05:37:29.818 INFO kablam! 78 | let sc = Scatter::from_slice(&ev_tupl) Sep 21 05:37:29.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 21 05:37:29.818 INFO kablam! Sep 21 05:37:29.818 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 21 05:37:29.818 INFO kablam! --> examples/hawkes_exp.rs:91:10 Sep 21 05:37:29.818 INFO kablam! | Sep 21 05:37:29.818 INFO kablam! 91 | .dimensions(900, 400) Sep 21 05:37:29.818 INFO kablam! | ^^^^^^^^^^ Sep 21 05:37:29.818 INFO kablam! Sep 21 05:37:29.834 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 21 05:37:29.834 INFO kablam! --> examples/hawkes_exp.rs:158:14 Sep 21 05:37:29.834 INFO kablam! | Sep 21 05:37:29.834 INFO kablam! 158 | let sc = Scatter::from_slice(&ev_tupl) Sep 21 05:37:29.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 21 05:37:29.834 INFO kablam! Sep 21 05:37:29.839 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 21 05:37:29.839 INFO kablam! --> examples/hawkes_exp.rs:171:10 Sep 21 05:37:29.839 INFO kablam! | Sep 21 05:37:29.839 INFO kablam! 171 | .dimensions(900, 400) Sep 21 05:37:29.839 INFO kablam! | ^^^^^^^^^^ Sep 21 05:37:29.839 INFO kablam! Sep 21 05:37:29.850 INFO kablam! error: aborting due to 7 previous errors Sep 21 05:37:29.850 INFO kablam! Sep 21 05:37:29.850 INFO kablam! Some errors occurred: E0432, E0433, E0599. Sep 21 05:37:29.850 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 05:37:29.862 INFO kablam! error: Could not compile `point_process`. Sep 21 05:37:29.862 INFO kablam! Sep 21 05:37:29.862 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:37:29.866 INFO kablam! su: No module specific data is present Sep 21 05:37:30.771 INFO running `"docker" "rm" "-f" "9d64a705a593e65afe725d523598d5ecf11d8308eb9d302ff1865ebaf782b7ae"` Sep 21 05:37:30.894 INFO blam! 9d64a705a593e65afe725d523598d5ecf11d8308eb9d302ff1865ebaf782b7ae