Sep 06 02:25:09.039 INFO checking point_process-0.6.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 02:25:09.039 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 02:25:09.039 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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.288 INFO blam! 976502acb2caf398084e2f6ee1fa0a49a14f0ee694cf955d56797761f4c3dd04 Sep 06 02:25:09.290 INFO running `"docker" "start" "-a" "976502acb2caf398084e2f6ee1fa0a49a14f0ee694cf955d56797761f4c3dd04"` Sep 06 02:25:10.370 INFO kablam! usermod: no changes Sep 06 02:25:10.512 INFO kablam! Compiling ndarray v0.11.2 Sep 06 02:25:10.521 INFO kablam! Checking svg v0.5.11 Sep 06 02:25:11.966 INFO kablam! Checking plotlib v0.3.0 Sep 06 02:25:20.628 INFO kablam! Checking ndarray-parallel v0.8.0 Sep 06 02:25:22.026 INFO kablam! Checking point_process v0.6.0 (file:///source) Sep 06 02:25:24.966 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:24.966 INFO kablam! --> examples/2d_poisson.rs:62:19 Sep 06 02:25:24.966 INFO kablam! | Sep 06 02:25:24.966 INFO kablam! 62 | let v = view::ContinuousView::new() Sep 06 02:25:24.966 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:24.966 INFO kablam! Sep 06 02:25:24.966 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:24.966 INFO kablam! --> examples/2d_poisson.rs:98:19 Sep 06 02:25:24.966 INFO kablam! | Sep 06 02:25:24.966 INFO kablam! 98 | let v = view::ContinuousView::new() Sep 06 02:25:24.966 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:24.966 INFO kablam! Sep 06 02:25:24.966 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:24.966 INFO kablam! --> examples/2d_poisson.rs:143:19 Sep 06 02:25:24.966 INFO kablam! | Sep 06 02:25:24.966 INFO kablam! 143 | let v = view::ContinuousView::new() Sep 06 02:25:24.966 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:24.966 INFO kablam! Sep 06 02:25:25.226 INFO kablam! error[E0432]: unresolved import `plotlib::line` Sep 06 02:25:25.226 INFO kablam! --> examples/hawkes_exp.rs:11:5 Sep 06 02:25:25.226 INFO kablam! | Sep 06 02:25:25.226 INFO kablam! 11 | use plotlib::line; Sep 06 02:25:25.226 INFO kablam! | ^^^^^^^^^^^^^ no `line` in the root Sep 06 02:25:25.226 INFO kablam! Sep 06 02:25:25.234 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:25.234 INFO kablam! --> examples/hawkes_exp.rs:84:19 Sep 06 02:25:25.234 INFO kablam! | Sep 06 02:25:25.234 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 06 02:25:25.234 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:25.234 INFO kablam! Sep 06 02:25:25.234 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:25.234 INFO kablam! --> examples/hawkes_exp.rs:164:19 Sep 06 02:25:25.234 INFO kablam! | Sep 06 02:25:25.234 INFO kablam! 164 | let v = view::ContinuousView::new() Sep 06 02:25:25.234 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:25.234 INFO kablam! Sep 06 02:25:25.262 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:25.262 INFO kablam! --> examples/variable_poisson.rs:50:19 Sep 06 02:25:25.262 INFO kablam! | Sep 06 02:25:25.262 INFO kablam! 50 | let v = view::ContinuousView::new() Sep 06 02:25:25.262 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:25.262 INFO kablam! Sep 06 02:25:25.266 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 06 02:25:25.266 INFO kablam! --> examples/variable_poisson.rs:84:19 Sep 06 02:25:25.266 INFO kablam! | Sep 06 02:25:25.266 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 06 02:25:25.266 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 06 02:25:25.266 INFO kablam! Sep 06 02:25:25.282 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:25.282 INFO kablam! --> examples/2d_poisson.rs:56:14 Sep 06 02:25:25.282 INFO kablam! | Sep 06 02:25:25.282 INFO kablam! 56 | let s1 = Scatter::from_slice(&data) Sep 06 02:25:25.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:25.282 INFO kablam! Sep 06 02:25:25.304 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 06 02:25:25.304 INFO kablam! --> examples/2d_poisson.rs:70:10 Sep 06 02:25:25.304 INFO kablam! | Sep 06 02:25:25.304 INFO kablam! 70 | .dimensions(600, 600) Sep 06 02:25:25.304 INFO kablam! | ^^^^^^^^^^ Sep 06 02:25:25.304 INFO kablam! Sep 06 02:25:25.310 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:25.310 INFO kablam! --> examples/2d_poisson.rs:91:13 Sep 06 02:25:25.310 INFO kablam! | Sep 06 02:25:25.310 INFO kablam! 91 | let s = Scatter::from_slice(&data) Sep 06 02:25:25.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:25.310 INFO kablam! Sep 06 02:25:25.318 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 06 02:25:25.318 INFO kablam! --> examples/2d_poisson.rs:106:10 Sep 06 02:25:25.318 INFO kablam! | Sep 06 02:25:25.318 INFO kablam! 106 | .dimensions(600, 600) Sep 06 02:25:25.318 INFO kablam! | ^^^^^^^^^^ Sep 06 02:25:25.318 INFO kablam! Sep 06 02:25:25.347 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:25.347 INFO kablam! --> examples/2d_poisson.rs:136:13 Sep 06 02:25:25.347 INFO kablam! | Sep 06 02:25:25.347 INFO kablam! 136 | let s = Scatter::from_slice(&data) Sep 06 02:25:25.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:25.347 INFO kablam! Sep 06 02:25:25.349 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 06 02:25:25.349 INFO kablam! --> examples/2d_poisson.rs:151:10 Sep 06 02:25:25.349 INFO kablam! | Sep 06 02:25:25.349 INFO kablam! 151 | .dimensions(600, 600) Sep 06 02:25:25.349 INFO kablam! | ^^^^^^^^^^ Sep 06 02:25:25.349 INFO kablam! Sep 06 02:25:25.366 INFO kablam! error: aborting due to 9 previous errors Sep 06 02:25:25.366 INFO kablam! Sep 06 02:25:25.366 INFO kablam! Some errors occurred: E0433, E0599. Sep 06 02:25:25.366 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 06 02:25:25.394 INFO kablam! error: Could not compile `point_process`. Sep 06 02:25:25.394 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:25:25.394 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:25.394 INFO kablam! --> examples/variable_poisson.rs:44:13 Sep 06 02:25:25.394 INFO kablam! | Sep 06 02:25:25.394 INFO kablam! 44 | let s = scatter::Scatter::from_slice(&event_data) Sep 06 02:25:25.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:25.394 INFO kablam! Sep 06 02:25:25.410 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:25.410 INFO kablam! --> examples/variable_poisson.rs:78:13 Sep 06 02:25:25.410 INFO kablam! | Sep 06 02:25:25.410 INFO kablam! 78 | let s = scatter::Scatter::from_slice(&event_data) Sep 06 02:25:25.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:25.410 INFO kablam! Sep 06 02:25:25.414 INFO kablam! error: aborting due to 4 previous errors Sep 06 02:25:25.414 INFO kablam! Sep 06 02:25:25.414 INFO kablam! Some errors occurred: E0433, E0599. Sep 06 02:25:25.414 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 06 02:25:25.426 INFO kablam! error: Could not compile `point_process`. Sep 06 02:25:25.426 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:25:25.514 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:25.514 INFO kablam! --> examples/hawkes_exp.rs:78:14 Sep 06 02:25:25.514 INFO kablam! | Sep 06 02:25:25.514 INFO kablam! 78 | let sc = Scatter::from_slice(&ev_tupl) Sep 06 02:25:25.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:25.514 INFO kablam! Sep 06 02:25:25.518 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 06 02:25:25.518 INFO kablam! --> examples/hawkes_exp.rs:91:10 Sep 06 02:25:25.518 INFO kablam! | Sep 06 02:25:25.518 INFO kablam! 91 | .dimensions(900, 400) Sep 06 02:25:25.518 INFO kablam! | ^^^^^^^^^^ Sep 06 02:25:25.518 INFO kablam! Sep 06 02:25:25.534 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:25.534 INFO kablam! --> examples/hawkes_exp.rs:158:14 Sep 06 02:25:25.534 INFO kablam! | Sep 06 02:25:25.534 INFO kablam! 158 | let sc = Scatter::from_slice(&ev_tupl) Sep 06 02:25:25.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 06 02:25:25.534 INFO kablam! Sep 06 02:25:25.542 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 06 02:25:25.542 INFO kablam! --> examples/hawkes_exp.rs:171:10 Sep 06 02:25:25.542 INFO kablam! | Sep 06 02:25:25.542 INFO kablam! 171 | .dimensions(900, 400) Sep 06 02:25:25.542 INFO kablam! | ^^^^^^^^^^ Sep 06 02:25:25.542 INFO kablam! Sep 06 02:25:25.544 INFO kablam! error: aborting due to 7 previous errors Sep 06 02:25:25.544 INFO kablam! Sep 06 02:25:25.544 INFO kablam! Some errors occurred: E0432, E0433, E0599. Sep 06 02:25:25.544 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 02:25:25.558 INFO kablam! error: Could not compile `point_process`. Sep 06 02:25:25.558 INFO kablam! Sep 06 02:25:25.558 INFO kablam! To learn more, run the command again with --verbose. Sep 06 02:25:25.558 INFO kablam! su: No module specific data is present Sep 06 02:25:26.527 INFO running `"docker" "rm" "-f" "976502acb2caf398084e2f6ee1fa0a49a14f0ee694cf955d56797761f4c3dd04"` Sep 06 02:25:26.594 INFO blam! 976502acb2caf398084e2f6ee1fa0a49a14f0ee694cf955d56797761f4c3dd04