Sep 17 19:53:51.588 INFO checking point_process-0.6.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:53:51.588 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:53:51.588 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:53:51.869 INFO blam! 9e77a84072d40d64283105c3220fd199ee83def466680455c12729115a2d8c9d Sep 17 19:53:51.875 INFO running `"docker" "start" "-a" "9e77a84072d40d64283105c3220fd199ee83def466680455c12729115a2d8c9d"` Sep 17 19:53:52.487 INFO kablam! usermod: no changes Sep 17 19:53:52.586 INFO kablam! Compiling ndarray v0.11.2 Sep 17 19:53:52.587 INFO kablam! Checking plotlib v0.3.0 Sep 17 19:54:02.367 INFO kablam! Checking ndarray-parallel v0.8.0 Sep 17 19:54:04.083 INFO kablam! Checking point_process v0.6.0 (/source) Sep 17 19:54:08.059 INFO kablam! error[E0432]: unresolved import `plotlib::line` Sep 17 19:54:08.059 INFO kablam! --> examples/hawkes_exp.rs:11:5 Sep 17 19:54:08.059 INFO kablam! | Sep 17 19:54:08.059 INFO kablam! 11 | use plotlib::line; Sep 17 19:54:08.059 INFO kablam! | ^^^^^^^^^^^^^ no `line` in the root Sep 17 19:54:08.059 INFO kablam! Sep 17 19:54:08.059 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 17 19:54:08.059 INFO kablam! --> examples/hawkes_exp.rs:84:19 Sep 17 19:54:08.059 INFO kablam! | Sep 17 19:54:08.059 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 17 19:54:08.059 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 17 19:54:08.059 INFO kablam! Sep 17 19:54:08.059 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 17 19:54:08.059 INFO kablam! --> examples/hawkes_exp.rs:164:19 Sep 17 19:54:08.059 INFO kablam! | Sep 17 19:54:08.059 INFO kablam! 164 | let v = view::ContinuousView::new() Sep 17 19:54:08.059 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 17 19:54:08.059 INFO kablam! Sep 17 19:54:08.227 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 17 19:54:08.227 INFO kablam! --> examples/variable_poisson.rs:50:19 Sep 17 19:54:08.227 INFO kablam! | Sep 17 19:54:08.227 INFO kablam! 50 | let v = view::ContinuousView::new() Sep 17 19:54:08.227 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 17 19:54:08.227 INFO kablam! Sep 17 19:54:08.227 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 17 19:54:08.227 INFO kablam! --> examples/variable_poisson.rs:84:19 Sep 17 19:54:08.227 INFO kablam! | Sep 17 19:54:08.227 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 17 19:54:08.227 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 17 19:54:08.227 INFO kablam! Sep 17 19:54:08.388 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 17 19:54:08.388 INFO kablam! --> examples/hawkes_exp.rs:78:14 Sep 17 19:54:08.388 INFO kablam! | Sep 17 19:54:08.388 INFO kablam! 78 | let sc = Scatter::from_slice(&ev_tupl) Sep 17 19:54:08.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 17 19:54:08.388 INFO kablam! Sep 17 19:54:08.391 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 17 19:54:08.391 INFO kablam! --> examples/2d_poisson.rs:62:19 Sep 17 19:54:08.391 INFO kablam! | Sep 17 19:54:08.391 INFO kablam! 62 | let v = view::ContinuousView::new() Sep 17 19:54:08.391 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 17 19:54:08.391 INFO kablam! Sep 17 19:54:08.391 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 17 19:54:08.391 INFO kablam! --> examples/2d_poisson.rs:98:19 Sep 17 19:54:08.391 INFO kablam! | Sep 17 19:54:08.391 INFO kablam! 98 | let v = view::ContinuousView::new() Sep 17 19:54:08.391 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 17 19:54:08.391 INFO kablam! Sep 17 19:54:08.391 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 17 19:54:08.391 INFO kablam! --> examples/2d_poisson.rs:143:19 Sep 17 19:54:08.391 INFO kablam! | Sep 17 19:54:08.391 INFO kablam! 143 | let v = view::ContinuousView::new() Sep 17 19:54:08.391 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 17 19:54:08.391 INFO kablam! Sep 17 19:54:08.415 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 17 19:54:08.415 INFO kablam! --> examples/hawkes_exp.rs:91:10 Sep 17 19:54:08.415 INFO kablam! | Sep 17 19:54:08.415 INFO kablam! 91 | .dimensions(900, 400) Sep 17 19:54:08.415 INFO kablam! | ^^^^^^^^^^ Sep 17 19:54:08.415 INFO kablam! Sep 17 19:54:08.451 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 17 19:54:08.451 INFO kablam! --> examples/hawkes_exp.rs:158:14 Sep 17 19:54:08.451 INFO kablam! | Sep 17 19:54:08.451 INFO kablam! 158 | let sc = Scatter::from_slice(&ev_tupl) Sep 17 19:54:08.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 17 19:54:08.451 INFO kablam! Sep 17 19:54:08.459 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 17 19:54:08.459 INFO kablam! --> examples/hawkes_exp.rs:171:10 Sep 17 19:54:08.459 INFO kablam! | Sep 17 19:54:08.460 INFO kablam! 171 | .dimensions(900, 400) Sep 17 19:54:08.460 INFO kablam! | ^^^^^^^^^^ Sep 17 19:54:08.473 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 17 19:54:08.473 INFO kablam! --> examples/variable_poisson.rs:44:13 Sep 17 19:54:08.473 INFO kablam! | Sep 17 19:54:08.473 INFO kablam! 44 | let s = scatter::Scatter::from_slice(&event_data) Sep 17 19:54:08.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 17 19:54:08.473 INFO kablam! Sep 17 19:54:08.482 INFO kablam! error: aborting due to 7 previous errors Sep 17 19:54:08.482 INFO kablam! Sep 17 19:54:08.482 INFO kablam! Some errors occurred: E0432, E0433, E0599. Sep 17 19:54:08.482 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 19:54:08.487 INFO kablam! Sep 17 19:54:08.514 INFO kablam! error: Could not compile `point_process`. Sep 17 19:54:08.514 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:54:08.516 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 17 19:54:08.516 INFO kablam! --> examples/variable_poisson.rs:78:13 Sep 17 19:54:08.516 INFO kablam! | Sep 17 19:54:08.516 INFO kablam! 78 | let s = scatter::Scatter::from_slice(&event_data) Sep 17 19:54:08.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 17 19:54:08.516 INFO kablam! Sep 17 19:54:08.535 INFO kablam! error: aborting due to 4 previous errors Sep 17 19:54:08.536 INFO kablam! Sep 17 19:54:08.536 INFO kablam! Some errors occurred: E0433, E0599. Sep 17 19:54:08.536 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 17 19:54:08.547 INFO kablam! error: Could not compile `point_process`. Sep 17 19:54:08.547 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:54:08.639 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 17 19:54:08.639 INFO kablam! --> examples/2d_poisson.rs:56:14 Sep 17 19:54:08.639 INFO kablam! | Sep 17 19:54:08.639 INFO kablam! 56 | let s1 = Scatter::from_slice(&data) Sep 17 19:54:08.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 17 19:54:08.639 INFO kablam! Sep 17 19:54:08.645 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 17 19:54:08.645 INFO kablam! --> examples/2d_poisson.rs:70:10 Sep 17 19:54:08.645 INFO kablam! | Sep 17 19:54:08.645 INFO kablam! 70 | .dimensions(600, 600) Sep 17 19:54:08.645 INFO kablam! | ^^^^^^^^^^ Sep 17 19:54:08.645 INFO kablam! Sep 17 19:54:08.649 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 17 19:54:08.649 INFO kablam! --> examples/2d_poisson.rs:91:13 Sep 17 19:54:08.649 INFO kablam! | Sep 17 19:54:08.649 INFO kablam! 91 | let s = Scatter::from_slice(&data) Sep 17 19:54:08.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 17 19:54:08.649 INFO kablam! Sep 17 19:54:08.654 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 17 19:54:08.654 INFO kablam! --> examples/2d_poisson.rs:106:10 Sep 17 19:54:08.654 INFO kablam! | Sep 17 19:54:08.654 INFO kablam! 106 | .dimensions(600, 600) Sep 17 19:54:08.654 INFO kablam! | ^^^^^^^^^^ Sep 17 19:54:08.654 INFO kablam! Sep 17 19:54:08.675 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 17 19:54:08.675 INFO kablam! --> examples/2d_poisson.rs:136:13 Sep 17 19:54:08.675 INFO kablam! | Sep 17 19:54:08.675 INFO kablam! 136 | let s = Scatter::from_slice(&data) Sep 17 19:54:08.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 17 19:54:08.675 INFO kablam! Sep 17 19:54:08.678 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 17 19:54:08.678 INFO kablam! --> examples/2d_poisson.rs:151:10 Sep 17 19:54:08.678 INFO kablam! | Sep 17 19:54:08.678 INFO kablam! 151 | .dimensions(600, 600) Sep 17 19:54:08.678 INFO kablam! | ^^^^^^^^^^ Sep 17 19:54:08.678 INFO kablam! Sep 17 19:54:08.685 INFO kablam! error: aborting due to 9 previous errors Sep 17 19:54:08.685 INFO kablam! Sep 17 19:54:08.687 INFO kablam! Some errors occurred: E0433, E0599. Sep 17 19:54:08.687 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 17 19:54:08.699 INFO kablam! error: Could not compile `point_process`. Sep 17 19:54:08.699 INFO kablam! Sep 17 19:54:08.699 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:54:08.700 INFO kablam! su: No module specific data is present Sep 17 19:54:09.547 INFO running `"docker" "rm" "-f" "9e77a84072d40d64283105c3220fd199ee83def466680455c12729115a2d8c9d"` Sep 17 19:54:09.764 INFO blam! 9e77a84072d40d64283105c3220fd199ee83def466680455c12729115a2d8c9d