Sep 14 11:42:16.263 INFO checking point_process-0.6.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:42:16.263 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:42:16.263 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:42:16.563 INFO blam! 302a1171d21d1a481e26fca582c247e783865cda2be2e270ed8ccc53661f90a6 Sep 14 11:42:16.565 INFO running `"docker" "start" "-a" "302a1171d21d1a481e26fca582c247e783865cda2be2e270ed8ccc53661f90a6"` Sep 14 11:42:17.847 INFO kablam! usermod: no changes Sep 14 11:42:18.043 INFO kablam! Compiling ndarray v0.11.2 Sep 14 11:42:18.048 INFO kablam! Checking plotlib v0.3.0 Sep 14 11:42:26.849 INFO kablam! Checking ndarray-parallel v0.8.0 Sep 14 11:42:27.978 INFO kablam! Checking point_process v0.6.0 (file:///source) Sep 14 11:42:30.119 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 14 11:42:30.119 INFO kablam! --> examples/variable_poisson.rs:50:19 Sep 14 11:42:30.119 INFO kablam! | Sep 14 11:42:30.119 INFO kablam! 50 | let v = view::ContinuousView::new() Sep 14 11:42:30.119 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 14 11:42:30.119 INFO kablam! Sep 14 11:42:30.119 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 14 11:42:30.119 INFO kablam! --> examples/variable_poisson.rs:84:19 Sep 14 11:42:30.119 INFO kablam! | Sep 14 11:42:30.119 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 14 11:42:30.119 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 14 11:42:30.119 INFO kablam! Sep 14 11:42:30.278 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 14 11:42:30.278 INFO kablam! --> examples/2d_poisson.rs:62:19 Sep 14 11:42:30.278 INFO kablam! | Sep 14 11:42:30.278 INFO kablam! 62 | let v = view::ContinuousView::new() Sep 14 11:42:30.278 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 14 11:42:30.278 INFO kablam! Sep 14 11:42:30.278 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 14 11:42:30.278 INFO kablam! --> examples/2d_poisson.rs:98:19 Sep 14 11:42:30.278 INFO kablam! | Sep 14 11:42:30.278 INFO kablam! 98 | let v = view::ContinuousView::new() Sep 14 11:42:30.278 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 14 11:42:30.278 INFO kablam! Sep 14 11:42:30.278 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 14 11:42:30.278 INFO kablam! --> examples/2d_poisson.rs:143:19 Sep 14 11:42:30.278 INFO kablam! | Sep 14 11:42:30.278 INFO kablam! 143 | let v = view::ContinuousView::new() Sep 14 11:42:30.278 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 14 11:42:30.278 INFO kablam! Sep 14 11:42:30.351 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 14 11:42:30.351 INFO kablam! --> examples/variable_poisson.rs:44:13 Sep 14 11:42:30.351 INFO kablam! | Sep 14 11:42:30.351 INFO kablam! 44 | let s = scatter::Scatter::from_slice(&event_data) Sep 14 11:42:30.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 14 11:42:30.351 INFO kablam! Sep 14 11:42:30.375 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 14 11:42:30.375 INFO kablam! --> examples/variable_poisson.rs:78:13 Sep 14 11:42:30.375 INFO kablam! | Sep 14 11:42:30.375 INFO kablam! 78 | let s = scatter::Scatter::from_slice(&event_data) Sep 14 11:42:30.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 14 11:42:30.375 INFO kablam! Sep 14 11:42:30.379 INFO kablam! error: aborting due to 4 previous errors Sep 14 11:42:30.379 INFO kablam! Sep 14 11:42:30.379 INFO kablam! Some errors occurred: E0433, E0599. Sep 14 11:42:30.379 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 14 11:42:30.391 INFO kablam! error: Could not compile `point_process`. Sep 14 11:42:30.391 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:42:30.415 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 14 11:42:30.415 INFO kablam! --> examples/2d_poisson.rs:56:14 Sep 14 11:42:30.415 INFO kablam! | Sep 14 11:42:30.415 INFO kablam! 56 | let s1 = Scatter::from_slice(&data) Sep 14 11:42:30.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 14 11:42:30.415 INFO kablam! Sep 14 11:42:30.422 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 14 11:42:30.422 INFO kablam! --> examples/2d_poisson.rs:70:10 Sep 14 11:42:30.422 INFO kablam! | Sep 14 11:42:30.422 INFO kablam! 70 | .dimensions(600, 600) Sep 14 11:42:30.422 INFO kablam! | ^^^^^^^^^^ Sep 14 11:42:30.422 INFO kablam! Sep 14 11:42:30.427 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 14 11:42:30.427 INFO kablam! --> examples/2d_poisson.rs:91:13 Sep 14 11:42:30.427 INFO kablam! | Sep 14 11:42:30.427 INFO kablam! 91 | let s = Scatter::from_slice(&data) Sep 14 11:42:30.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 14 11:42:30.427 INFO kablam! Sep 14 11:42:30.435 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 14 11:42:30.435 INFO kablam! --> examples/2d_poisson.rs:106:10 Sep 14 11:42:30.435 INFO kablam! | Sep 14 11:42:30.435 INFO kablam! 106 | .dimensions(600, 600) Sep 14 11:42:30.435 INFO kablam! | ^^^^^^^^^^ Sep 14 11:42:30.435 INFO kablam! Sep 14 11:42:30.441 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 14 11:42:30.441 INFO kablam! --> examples/2d_poisson.rs:136:13 Sep 14 11:42:30.441 INFO kablam! | Sep 14 11:42:30.442 INFO kablam! 136 | let s = Scatter::from_slice(&data) Sep 14 11:42:30.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 14 11:42:30.442 INFO kablam! Sep 14 11:42:30.446 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 14 11:42:30.446 INFO kablam! --> examples/2d_poisson.rs:151:10 Sep 14 11:42:30.446 INFO kablam! | Sep 14 11:42:30.446 INFO kablam! 151 | .dimensions(600, 600) Sep 14 11:42:30.446 INFO kablam! | ^^^^^^^^^^ Sep 14 11:42:30.446 INFO kablam! Sep 14 11:42:30.452 INFO kablam! error: aborting due to 9 previous errors Sep 14 11:42:30.452 INFO kablam! Sep 14 11:42:30.452 INFO kablam! Some errors occurred: E0433, E0599. Sep 14 11:42:30.452 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 14 11:42:30.461 INFO kablam! error: Could not compile `point_process`. Sep 14 11:42:30.461 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:42:30.485 INFO kablam! error[E0432]: unresolved import `plotlib::line` Sep 14 11:42:30.485 INFO kablam! --> examples/hawkes_exp.rs:11:5 Sep 14 11:42:30.485 INFO kablam! | Sep 14 11:42:30.485 INFO kablam! 11 | use plotlib::line; Sep 14 11:42:30.485 INFO kablam! | ^^^^^^^^^^^^^ no `line` in the root Sep 14 11:42:30.485 INFO kablam! Sep 14 11:42:30.487 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 14 11:42:30.487 INFO kablam! --> examples/hawkes_exp.rs:84:19 Sep 14 11:42:30.487 INFO kablam! | Sep 14 11:42:30.487 INFO kablam! 84 | let v = view::ContinuousView::new() Sep 14 11:42:30.487 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 14 11:42:30.487 INFO kablam! Sep 14 11:42:30.487 INFO kablam! error[E0433]: failed to resolve. Could not find `ContinuousView` in `view` Sep 14 11:42:30.487 INFO kablam! --> examples/hawkes_exp.rs:164:19 Sep 14 11:42:30.487 INFO kablam! | Sep 14 11:42:30.487 INFO kablam! 164 | let v = view::ContinuousView::new() Sep 14 11:42:30.487 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `ContinuousView` in `view` Sep 14 11:42:30.487 INFO kablam! Sep 14 11:42:30.610 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 14 11:42:30.610 INFO kablam! --> examples/hawkes_exp.rs:78:14 Sep 14 11:42:30.610 INFO kablam! | Sep 14 11:42:30.610 INFO kablam! 78 | let sc = Scatter::from_slice(&ev_tupl) Sep 14 11:42:30.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 14 11:42:30.610 INFO kablam! Sep 14 11:42:30.615 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 14 11:42:30.615 INFO kablam! --> examples/hawkes_exp.rs:91:10 Sep 14 11:42:30.615 INFO kablam! | Sep 14 11:42:30.615 INFO kablam! 91 | .dimensions(900, 400) Sep 14 11:42:30.615 INFO kablam! | ^^^^^^^^^^ Sep 14 11:42:30.615 INFO kablam! Sep 14 11:42:30.626 INFO kablam! error[E0599]: no function or associated item named `from_slice` found for type `plotlib::scatter::Scatter` in the current scope Sep 14 11:42:30.626 INFO kablam! --> examples/hawkes_exp.rs:158:14 Sep 14 11:42:30.626 INFO kablam! | Sep 14 11:42:30.626 INFO kablam! 158 | let sc = Scatter::from_slice(&ev_tupl) Sep 14 11:42:30.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `plotlib::scatter::Scatter` Sep 14 11:42:30.626 INFO kablam! Sep 14 11:42:30.630 INFO kablam! error[E0599]: no method named `dimensions` found for type `plotlib::page::Page<'_>` in the current scope Sep 14 11:42:30.630 INFO kablam! --> examples/hawkes_exp.rs:171:10 Sep 14 11:42:30.630 INFO kablam! | Sep 14 11:42:30.630 INFO kablam! 171 | .dimensions(900, 400) Sep 14 11:42:30.630 INFO kablam! | ^^^^^^^^^^ Sep 14 11:42:30.630 INFO kablam! Sep 14 11:42:30.635 INFO kablam! error: aborting due to 7 previous errors Sep 14 11:42:30.635 INFO kablam! Sep 14 11:42:30.635 INFO kablam! Some errors occurred: E0432, E0433, E0599. Sep 14 11:42:30.635 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 11:42:30.648 INFO kablam! error: Could not compile `point_process`. Sep 14 11:42:30.648 INFO kablam! Sep 14 11:42:30.648 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:42:30.651 INFO kablam! su: No module specific data is present Sep 14 11:42:31.383 INFO running `"docker" "rm" "-f" "302a1171d21d1a481e26fca582c247e783865cda2be2e270ed8ccc53661f90a6"` Sep 14 11:42:31.451 INFO blam! 302a1171d21d1a481e26fca582c247e783865cda2be2e270ed8ccc53661f90a6