Sep 21 01:09:18.847 INFO checking v11-0.0.5 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 01:09:18.847 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 01:09:18.847 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/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 01:09:19.096 INFO blam! 4c170c7d4734119eafe6a28c092b90885d7e57a11f5ecc137d4006d07c21355e Sep 21 01:09:19.098 INFO running `"docker" "start" "-a" "4c170c7d4734119eafe6a28c092b90885d7e57a11f5ecc137d4006d07c21355e"` Sep 21 01:09:20.283 INFO kablam! usermod: no changes Sep 21 01:09:20.542 INFO kablam! Compiling serde v1.0.79 Sep 21 01:09:20.560 INFO kablam! Compiling rustfmt v0.10.0 Sep 21 01:09:20.562 INFO kablam! Compiling getopts v0.2.18 Sep 21 01:09:20.590 INFO kablam! Compiling syntex_errors v0.58.1 Sep 21 01:09:20.590 INFO kablam! Compiling extprim v1.6.0 Sep 21 01:09:20.590 INFO kablam! Compiling strings v0.1.1 Sep 21 01:09:20.590 INFO kablam! Compiling env_logger v0.4.3 Sep 21 01:09:33.948 INFO kablam! Compiling syntex_syntax v0.58.1 Sep 21 01:09:54.706 INFO kablam! Checking erased-serde v0.3.6 Sep 21 01:09:54.706 INFO kablam! Checking serde_json v1.0.28 Sep 21 01:09:58.468 INFO kablam! Compiling syntex_pos v0.59.1 Sep 21 01:09:58.468 INFO kablam! Compiling toml v0.4.6 Sep 21 01:10:05.506 INFO kablam! Compiling syntex_errors v0.59.1 Sep 21 01:10:13.364 INFO kablam! Compiling syntex_syntax v0.59.1 Sep 21 01:10:45.779 INFO kablam! Compiling syntex v0.58.1 Sep 21 01:11:27.346 INFO kablam! Compiling v11_macros v0.0.5 Sep 21 01:11:39.051 INFO kablam! Checking v11 v0.0.5 (/source) Sep 21 01:11:39.523 INFO kablam! warning: unused `#[macro_use]` import Sep 21 01:11:39.523 INFO kablam! --> src/lib.rs:28:1 Sep 21 01:11:39.523 INFO kablam! | Sep 21 01:11:39.523 INFO kablam! 28 | #[macro_use] Sep 21 01:11:39.523 INFO kablam! | ^^^^^^^^^^^^ Sep 21 01:11:39.523 INFO kablam! | Sep 21 01:11:39.523 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 01:11:39.523 INFO kablam! Sep 21 01:11:39.602 INFO kablam! warning: unused `#[macro_use]` import Sep 21 01:11:39.602 INFO kablam! --> src/lib.rs:28:1 Sep 21 01:11:39.602 INFO kablam! | Sep 21 01:11:39.602 INFO kablam! 28 | #[macro_use] Sep 21 01:11:39.602 INFO kablam! | ^^^^^^^^^^^^ Sep 21 01:11:39.602 INFO kablam! | Sep 21 01:11:39.602 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 01:11:39.602 INFO kablam! Sep 21 01:11:39.723 INFO kablam! warning: the trait bound `T: tables::GetTableName` is not satisfied Sep 21 01:11:39.723 INFO kablam! --> src/index.rs:531:24 Sep 21 01:11:39.723 INFO kablam! | Sep 21 01:11:39.723 INFO kablam! 531 | pub type FreeList = btree_map::BTreeMap, ()>; Sep 21 01:11:39.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tables::GetTableName` is not implemented for `T` Sep 21 01:11:39.723 INFO kablam! | Sep 21 01:11:39.723 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 01:11:39.723 INFO kablam! = help: consider adding a `where T: tables::GetTableName` bound Sep 21 01:11:39.723 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.723 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.723 INFO kablam! Sep 21 01:11:39.723 INFO kablam! warning: the trait bound `T: tables::GetTableName` is not satisfied Sep 21 01:11:39.724 INFO kablam! --> src/index.rs:532:28 Sep 21 01:11:39.724 INFO kablam! | Sep 21 01:11:39.724 INFO kablam! 532 | pub type FreeKeys<'a, T> = btree_map::Keys<'a, GenericRowId, ()>; Sep 21 01:11:39.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tables::GetTableName` is not implemented for `T` Sep 21 01:11:39.724 INFO kablam! | Sep 21 01:11:39.724 INFO kablam! = help: consider adding a `where T: tables::GetTableName` bound Sep 21 01:11:39.724 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.724 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.724 INFO kablam! Sep 21 01:11:39.746 INFO kablam! warning: `E` cannot be sent between threads safely Sep 21 01:11:39.746 INFO kablam! --> src/storage.rs:43:22 Sep 21 01:11:39.746 INFO kablam! | Sep 21 01:11:39.746 INFO kablam! 43 | pub type SegCol = VecCol; Sep 21 01:11:39.746 INFO kablam! | ^^^^^^^^^ `E` cannot be sent between threads safely Sep 21 01:11:39.746 INFO kablam! | Sep 21 01:11:39.746 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `E` Sep 21 01:11:39.746 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 01:11:39.746 INFO kablam! = note: required because of the requirements on the impl of `Storable` for `E` Sep 21 01:11:39.746 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.746 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.746 INFO kablam! Sep 21 01:11:39.746 INFO kablam! warning: `E` cannot be shared between threads safely Sep 21 01:11:39.746 INFO kablam! --> src/storage.rs:43:22 Sep 21 01:11:39.746 INFO kablam! | Sep 21 01:11:39.746 INFO kablam! 43 | pub type SegCol = VecCol; Sep 21 01:11:39.746 INFO kablam! | ^^^^^^^^^ `E` cannot be shared between threads safely Sep 21 01:11:39.746 INFO kablam! | Sep 21 01:11:39.746 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `E` Sep 21 01:11:39.746 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 01:11:39.746 INFO kablam! = note: required because of the requirements on the impl of `Storable` for `E` Sep 21 01:11:39.746 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.746 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.746 INFO kablam! Sep 21 01:11:39.746 INFO kablam! error[E0310]: the parameter type `E` may not live long enough Sep 21 01:11:39.746 INFO kablam! --> src/storage.rs:43:22 Sep 21 01:11:39.746 INFO kablam! | Sep 21 01:11:39.746 INFO kablam! 43 | pub type SegCol = VecCol; Sep 21 01:11:39.746 INFO kablam! | - ^^^^^^^^^ Sep 21 01:11:39.746 INFO kablam! | | Sep 21 01:11:39.746 INFO kablam! | help: consider adding an explicit lifetime bound `E: 'static`... Sep 21 01:11:39.746 INFO kablam! | Sep 21 01:11:39.746 INFO kablam! note: ...so that the type `E` will meet its required lifetime bounds Sep 21 01:11:39.746 INFO kablam! --> src/storage.rs:43:22 Sep 21 01:11:39.746 INFO kablam! | Sep 21 01:11:39.746 INFO kablam! 43 | pub type SegCol = VecCol; Sep 21 01:11:39.746 INFO kablam! | ^^^^^^^^^ Sep 21 01:11:39.746 INFO kablam! Sep 21 01:11:39.758 INFO kablam! warning: the trait bound `T: tables::GetTableName` is not satisfied Sep 21 01:11:39.758 INFO kablam! --> src/tracking.rs:87:30 Sep 21 01:11:39.758 INFO kablam! | Sep 21 01:11:39.758 INFO kablam! 87 | pub type SelectRows<'a, T> = Select<&'a [GenericRowId]>; Sep 21 01:11:39.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tables::GetTableName` is not implemented for `T` Sep 21 01:11:39.758 INFO kablam! | Sep 21 01:11:39.758 INFO kablam! = help: consider adding a `where T: tables::GetTableName` bound Sep 21 01:11:39.758 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.758 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.758 INFO kablam! Sep 21 01:11:39.758 INFO kablam! warning: the trait bound `T: tables::GetTableName` is not satisfied Sep 21 01:11:39.758 INFO kablam! --> src/tracking.rs:88:27 Sep 21 01:11:39.758 INFO kablam! | Sep 21 01:11:39.758 INFO kablam! 88 | pub type SelectOwned = Select>>; Sep 21 01:11:39.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tables::GetTableName` is not implemented for `T` Sep 21 01:11:39.758 INFO kablam! | Sep 21 01:11:39.758 INFO kablam! = help: consider adding a `where T: tables::GetTableName` bound Sep 21 01:11:39.758 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.758 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.758 INFO kablam! Sep 21 01:11:39.809 INFO kablam! warning: the trait bound `T: tables::GetTableName` is not satisfied Sep 21 01:11:39.809 INFO kablam! --> src/index.rs:531:24 Sep 21 01:11:39.809 INFO kablam! | Sep 21 01:11:39.809 INFO kablam! 531 | pub type FreeList = btree_map::BTreeMap, ()>; Sep 21 01:11:39.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tables::GetTableName` is not implemented for `T` Sep 21 01:11:39.809 INFO kablam! | Sep 21 01:11:39.809 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 01:11:39.809 INFO kablam! = help: consider adding a `where T: tables::GetTableName` bound Sep 21 01:11:39.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.809 INFO kablam! Sep 21 01:11:39.809 INFO kablam! warning: the trait bound `T: tables::GetTableName` is not satisfied Sep 21 01:11:39.809 INFO kablam! --> src/index.rs:532:28 Sep 21 01:11:39.809 INFO kablam! | Sep 21 01:11:39.809 INFO kablam! 532 | pub type FreeKeys<'a, T> = btree_map::Keys<'a, GenericRowId, ()>; Sep 21 01:11:39.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tables::GetTableName` is not implemented for `T` Sep 21 01:11:39.809 INFO kablam! | Sep 21 01:11:39.809 INFO kablam! = help: consider adding a `where T: tables::GetTableName` bound Sep 21 01:11:39.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.809 INFO kablam! Sep 21 01:11:39.826 INFO kablam! warning: `E` cannot be sent between threads safely Sep 21 01:11:39.826 INFO kablam! --> src/storage.rs:43:22 Sep 21 01:11:39.826 INFO kablam! | Sep 21 01:11:39.826 INFO kablam! 43 | pub type SegCol = VecCol; Sep 21 01:11:39.826 INFO kablam! | ^^^^^^^^^ `E` cannot be sent between threads safely Sep 21 01:11:39.826 INFO kablam! | Sep 21 01:11:39.826 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `E` Sep 21 01:11:39.826 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 01:11:39.826 INFO kablam! = note: required because of the requirements on the impl of `Storable` for `E` Sep 21 01:11:39.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.826 INFO kablam! Sep 21 01:11:39.826 INFO kablam! warning: `E` cannot be shared between threads safely Sep 21 01:11:39.826 INFO kablam! --> src/storage.rs:43:22 Sep 21 01:11:39.826 INFO kablam! | Sep 21 01:11:39.826 INFO kablam! 43 | pub type SegCol = VecCol; Sep 21 01:11:39.826 INFO kablam! | ^^^^^^^^^ `E` cannot be shared between threads safely Sep 21 01:11:39.826 INFO kablam! | Sep 21 01:11:39.826 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `E` Sep 21 01:11:39.826 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 01:11:39.826 INFO kablam! = note: required because of the requirements on the impl of `Storable` for `E` Sep 21 01:11:39.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.826 INFO kablam! Sep 21 01:11:39.826 INFO kablam! error[E0310]: the parameter type `E` may not live long enough Sep 21 01:11:39.826 INFO kablam! --> src/storage.rs:43:22 Sep 21 01:11:39.826 INFO kablam! | Sep 21 01:11:39.826 INFO kablam! 43 | pub type SegCol = VecCol; Sep 21 01:11:39.826 INFO kablam! | - ^^^^^^^^^ Sep 21 01:11:39.826 INFO kablam! | | Sep 21 01:11:39.826 INFO kablam! | help: consider adding an explicit lifetime bound `E: 'static`... Sep 21 01:11:39.826 INFO kablam! | Sep 21 01:11:39.826 INFO kablam! note: ...so that the type `E` will meet its required lifetime bounds Sep 21 01:11:39.826 INFO kablam! --> src/storage.rs:43:22 Sep 21 01:11:39.827 INFO kablam! | Sep 21 01:11:39.827 INFO kablam! 43 | pub type SegCol = VecCol; Sep 21 01:11:39.827 INFO kablam! | ^^^^^^^^^ Sep 21 01:11:39.827 INFO kablam! Sep 21 01:11:39.834 INFO kablam! warning: the trait bound `T: tables::GetTableName` is not satisfied Sep 21 01:11:39.834 INFO kablam! --> src/tracking.rs:87:30 Sep 21 01:11:39.834 INFO kablam! | Sep 21 01:11:39.834 INFO kablam! 87 | pub type SelectRows<'a, T> = Select<&'a [GenericRowId]>; Sep 21 01:11:39.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tables::GetTableName` is not implemented for `T` Sep 21 01:11:39.834 INFO kablam! | Sep 21 01:11:39.834 INFO kablam! = help: consider adding a `where T: tables::GetTableName` bound Sep 21 01:11:39.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.834 INFO kablam! Sep 21 01:11:39.834 INFO kablam! warning: the trait bound `T: tables::GetTableName` is not satisfied Sep 21 01:11:39.834 INFO kablam! --> src/tracking.rs:88:27 Sep 21 01:11:39.834 INFO kablam! | Sep 21 01:11:39.834 INFO kablam! 88 | pub type SelectOwned = Select>>; Sep 21 01:11:39.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tables::GetTableName` is not implemented for `T` Sep 21 01:11:39.834 INFO kablam! | Sep 21 01:11:39.834 INFO kablam! = help: consider adding a `where T: tables::GetTableName` bound Sep 21 01:11:39.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 01:11:39.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 01:11:39.834 INFO kablam! Sep 21 01:11:40.130 INFO kablam! error: aborting due to previous error Sep 21 01:11:40.130 INFO kablam! Sep 21 01:11:40.130 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 01:11:40.130 INFO kablam! error: aborting due to previous error Sep 21 01:11:40.130 INFO kablam! Sep 21 01:11:40.130 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 01:11:40.136 INFO kablam! error: Could not compile `v11`. Sep 21 01:11:40.136 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 01:11:40.146 INFO kablam! error: Could not compile `v11`. Sep 21 01:11:40.146 INFO kablam! Sep 21 01:11:40.146 INFO kablam! To learn more, run the command again with --verbose. Sep 21 01:11:40.146 INFO kablam! su: No module specific data is present Sep 21 01:11:40.794 INFO running `"docker" "rm" "-f" "4c170c7d4734119eafe6a28c092b90885d7e57a11f5ecc137d4006d07c21355e"` Sep 21 01:11:40.889 INFO blam! 4c170c7d4734119eafe6a28c092b90885d7e57a11f5ecc137d4006d07c21355e