Sep 19 20:51:46.520 INFO checking point_process-0.6.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 20:51:46.520 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 20:51:46.520 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:51:46.682 INFO blam! d8caf902636a3f23cc2de24ec2d16299a99ad164b15342b364c95d7be5b25101 Sep 19 20:51:46.685 INFO running `"docker" "start" "-a" "d8caf902636a3f23cc2de24ec2d16299a99ad164b15342b364c95d7be5b25101"` Sep 19 20:51:47.227 INFO kablam! usermod: no changes Sep 19 20:51:47.339 INFO kablam! Compiling ndarray v0.11.2 Sep 19 20:51:47.339 INFO kablam! Checking plotlib v0.3.0 Sep 19 20:51:56.306 INFO kablam! Checking ndarray-parallel v0.8.0 Sep 19 20:51:57.732 INFO kablam! Checking point_process v0.6.0 (/source) Sep 19 20:52:00.507 INFO kablam! error[E0432]: unresolved import `plotlib::line` Sep 19 20:52:00.507 INFO kablam! --> examples/hawkes_exp.rs:11:5 Sep 19 20:52:00.507 INFO kablam! | Sep 19 20:52:00.507 INFO kablam! 11 | use plotlib::line; Sep 19 20:52:00.507 INFO kablam! | ^^^^^^^^^^^^^ no `line` in the root Sep 19 20:52:00.507 INFO kablam! Sep 19 20:52:00.508 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 20:52:00.508 INFO kablam! --> examples/hawkes_exp.rs:84:19 Sep 19 20:52:00.508 INFO kablam! | Sep 19 20:52:00.508 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 19 20:52:00.508 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 20:52:00.508 INFO kablam! Sep 19 20:52:00.515 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 20:52:00.515 INFO kablam! --> examples/hawkes_exp.rs:164:19 Sep 19 20:52:00.515 INFO kablam! | Sep 19 20:52:00.515 INFO kablam! 164 | let v = view::ContinuousView::new() Sep 19 20:52:00.515 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 20:52:00.515 INFO kablam! Sep 19 20:52:00.699 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 20:52:00.699 INFO kablam! --> examples/variable_poisson.rs:50:19 Sep 19 20:52:00.699 INFO kablam! | Sep 19 20:52:00.699 INFO kablam! 50 | let v = view::ContinuousView::new() Sep 19 20:52:00.699 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 20:52:00.699 INFO kablam! Sep 19 20:52:00.699 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 20:52:00.699 INFO kablam! --> examples/variable_poisson.rs:84:19 Sep 19 20:52:00.699 INFO kablam! | Sep 19 20:52:00.699 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 19 20:52:00.699 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 20:52:00.699 INFO kablam! Sep 19 20:52:00.923 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 20:52:00.923 INFO kablam! --> examples/hawkes_exp.rs:78:14 Sep 19 20:52:00.923 INFO kablam! | Sep 19 20:52:00.923 INFO kablam! 78 | let sc = Scatter::from_slice(&ev_tupl) Sep 19 20:52:00.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 20:52:00.923 INFO kablam! Sep 19 20:52:00.943 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 19 20:52:00.943 INFO kablam! --> examples/hawkes_exp.rs:91:10 Sep 19 20:52:00.943 INFO kablam! | Sep 19 20:52:00.943 INFO kablam! 91 | .dimensions(900, 400) Sep 19 20:52:00.943 INFO kablam! | ^^^^^^^^^^ Sep 19 20:52:00.943 INFO kablam! Sep 19 20:52:00.967 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 20:52:00.967 INFO kablam! --> examples/variable_poisson.rs:44:13 Sep 19 20:52:00.967 INFO kablam! | Sep 19 20:52:00.967 INFO kablam! 44 | let s = scatter::Scatter::from_slice(&event_data) Sep 19 20:52:00.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 20:52:00.967 INFO kablam! Sep 19 20:52:00.967 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 20:52:00.967 INFO kablam! --> examples/variable_poisson.rs:78:13 Sep 19 20:52:00.967 INFO kablam! | Sep 19 20:52:00.967 INFO kablam! 78 | let s = scatter::Scatter::from_slice(&event_data) Sep 19 20:52:00.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 20:52:00.967 INFO kablam! Sep 19 20:52:00.975 INFO kablam! error: aborting due to 4 previous errors Sep 19 20:52:00.975 INFO kablam! Sep 19 20:52:00.975 INFO kablam! Some errors occurred: E0433, E0599. Sep 19 20:52:00.975 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 19 20:52:00.983 INFO kablam! error: Could not compile `point_process`. Sep 19 20:52:00.983 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:52:01.011 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 20:52:01.011 INFO kablam! --> examples/hawkes_exp.rs:158:14 Sep 19 20:52:01.011 INFO kablam! | Sep 19 20:52:01.011 INFO kablam! 158 | let sc = Scatter::from_slice(&ev_tupl) Sep 19 20:52:01.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 20:52:01.011 INFO kablam! Sep 19 20:52:01.011 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 19 20:52:01.011 INFO kablam! --> examples/hawkes_exp.rs:171:10 Sep 19 20:52:01.011 INFO kablam! | Sep 19 20:52:01.011 INFO kablam! 171 | .dimensions(900, 400) Sep 19 20:52:01.011 INFO kablam! | ^^^^^^^^^^ Sep 19 20:52:01.011 INFO kablam! Sep 19 20:52:01.035 INFO kablam! error: aborting due to 7 previous errors Sep 19 20:52:01.035 INFO kablam! Sep 19 20:52:01.035 INFO kablam! Some errors occurred: E0432, E0433, E0599. Sep 19 20:52:01.035 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 20:52:01.064 INFO kablam! error: Could not compile `point_process`. Sep 19 20:52:01.064 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:52:01.079 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 20:52:01.079 INFO kablam! --> examples/2d_poisson.rs:62:19 Sep 19 20:52:01.079 INFO kablam! | Sep 19 20:52:01.079 INFO kablam! 62 | let v = view::ContinuousView::new() Sep 19 20:52:01.079 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 20:52:01.079 INFO kablam! Sep 19 20:52:01.079 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 20:52:01.079 INFO kablam! --> examples/2d_poisson.rs:98:19 Sep 19 20:52:01.079 INFO kablam! | Sep 19 20:52:01.079 INFO kablam! 98 | let v = view::ContinuousView::new() Sep 19 20:52:01.079 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 20:52:01.079 INFO kablam! Sep 19 20:52:01.079 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 19 20:52:01.079 INFO kablam! --> examples/2d_poisson.rs:143:19 Sep 19 20:52:01.079 INFO kablam! | Sep 19 20:52:01.079 INFO kablam! 143 | let v = view::ContinuousView::new() Sep 19 20:52:01.079 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 19 20:52:01.079 INFO kablam! Sep 19 20:52:01.215 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 20:52:01.215 INFO kablam! --> examples/2d_poisson.rs:56:14 Sep 19 20:52:01.215 INFO kablam! | Sep 19 20:52:01.215 INFO kablam! 56 | let s1 = Scatter::from_slice(&data) Sep 19 20:52:01.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 20:52:01.215 INFO kablam! Sep 19 20:52:01.227 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 19 20:52:01.227 INFO kablam! --> examples/2d_poisson.rs:70:10 Sep 19 20:52:01.227 INFO kablam! | Sep 19 20:52:01.227 INFO kablam! 70 | .dimensions(600, 600) Sep 19 20:52:01.227 INFO kablam! | ^^^^^^^^^^ Sep 19 20:52:01.227 INFO kablam! Sep 19 20:52:01.239 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 20:52:01.239 INFO kablam! --> examples/2d_poisson.rs:91:13 Sep 19 20:52:01.239 INFO kablam! | Sep 19 20:52:01.239 INFO kablam! 91 | let s = Scatter::from_slice(&data) Sep 19 20:52:01.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 20:52:01.239 INFO kablam! Sep 19 20:52:01.251 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 19 20:52:01.251 INFO kablam! --> examples/2d_poisson.rs:106:10 Sep 19 20:52:01.251 INFO kablam! | Sep 19 20:52:01.251 INFO kablam! 106 | .dimensions(600, 600) Sep 19 20:52:01.251 INFO kablam! | ^^^^^^^^^^ Sep 19 20:52:01.251 INFO kablam! Sep 19 20:52:01.283 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 19 20:52:01.283 INFO kablam! --> examples/2d_poisson.rs:136:13 Sep 19 20:52:01.283 INFO kablam! | Sep 19 20:52:01.283 INFO kablam! 136 | let s = Scatter::from_slice(&data) Sep 19 20:52:01.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 19 20:52:01.283 INFO kablam! Sep 19 20:52:01.291 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 19 20:52:01.291 INFO kablam! --> examples/2d_poisson.rs:151:10 Sep 19 20:52:01.291 INFO kablam! | Sep 19 20:52:01.291 INFO kablam! 151 | .dimensions(600, 600) Sep 19 20:52:01.291 INFO kablam! | ^^^^^^^^^^ Sep 19 20:52:01.291 INFO kablam! Sep 19 20:52:01.303 INFO kablam! error: aborting due to 9 previous errors Sep 19 20:52:01.303 INFO kablam! Sep 19 20:52:01.303 INFO kablam! Some errors occurred: E0433, E0599. Sep 19 20:52:01.303 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 19 20:52:01.344 INFO kablam! error: Could not compile `point_process`. Sep 19 20:52:01.344 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:52:01.355 INFO kablam! error: build failed Sep 19 20:52:01.357 INFO kablam! su: No module specific data is present Sep 19 20:52:02.851 INFO running `"docker" "rm" "-f" "d8caf902636a3f23cc2de24ec2d16299a99ad164b15342b364c95d7be5b25101"` Sep 19 20:52:03.055 INFO blam! d8caf902636a3f23cc2de24ec2d16299a99ad164b15342b364c95d7be5b25101