Oct 11 01:57:14.487 INFO testing boxofrox/sscce-future-is-buggy-01 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:57:14.487 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:57:14.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:57:15.068 INFO blam! d31c71042413d93b2b8d9eb2357d926b567b36c95c5b030ab8a454be0629384b Oct 11 01:57:15.084 INFO running `"docker" "start" "-a" "d31c71042413d93b2b8d9eb2357d926b567b36c95c5b030ab8a454be0629384b"` Oct 11 01:57:16.505 INFO kablam! usermod: no changes Oct 11 01:57:16.764 INFO kablam! Compiling either v1.1.0 Oct 11 01:57:16.764 INFO kablam! Compiling backtrace-sys v0.1.11 Oct 11 01:57:16.772 INFO kablam! Compiling iovec v0.1.0 Oct 11 01:57:16.786 INFO kablam! Compiling net2 v0.2.29 Oct 11 01:57:16.787 INFO kablam! Compiling serde_json v1.0.2 Oct 11 01:57:16.787 INFO kablam! Compiling twox-hash v1.1.0 Oct 11 01:57:16.788 INFO kablam! Compiling chrono v0.3.1 Oct 11 01:57:16.788 INFO kablam! Compiling env_logger v0.4.3 Oct 11 01:57:19.260 INFO kablam! Compiling bytes v0.4.4 Oct 11 01:57:22.013 INFO kablam! Compiling mio v0.6.8 Oct 11 01:57:24.176 INFO kablam! Compiling tokio-io v0.1.2 Oct 11 01:57:30.705 INFO kablam! Compiling tokio-core v0.1.7 Oct 11 01:57:42.828 INFO kablam! Compiling backtrace v0.3.2 Oct 11 01:57:43.799 INFO kablam! Compiling error-chain v0.10.0 Oct 11 01:57:44.720 INFO kablam! Compiling mysql_async v0.9.3 Oct 11 01:57:54.511 INFO kablam! Compiling bug-test-01 v0.1.0 (/source) Oct 11 01:57:55.709 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:57:55.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:364:5 Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 11 01:57:55.709 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 11 01:57:55.709 INFO kablam! 366 | | { Oct 11 01:57:55.709 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 11 01:57:55.709 INFO kablam! 368 | | } Oct 11 01:57:55.709 INFO kablam! | |_____^ Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 11 01:57:55.709 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:57:55.709 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:57:55.709 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 11 01:57:55.709 INFO kablam! Oct 11 01:57:55.709 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:57:55.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:371:5 Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! 371 | / fn last_insert_id(&self) -> Option Oct 11 01:57:55.709 INFO kablam! 372 | | where Self: InnerQueryResult, Oct 11 01:57:55.709 INFO kablam! 373 | | { Oct 11 01:57:55.709 INFO kablam! 374 | | self.ok_packet_ref().map(OkPacket::last_insert_id) Oct 11 01:57:55.709 INFO kablam! 375 | | } Oct 11 01:57:55.709 INFO kablam! | |_____^ Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:57:55.709 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:57:55.709 INFO kablam! = note: method `last_insert_id` references the `Self` type in where clauses Oct 11 01:57:55.709 INFO kablam! Oct 11 01:57:55.709 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:57:55.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:378:5 Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! 378 | / fn warnings(&self) -> Option Oct 11 01:57:55.709 INFO kablam! 379 | | where Self: InnerQueryResult, Oct 11 01:57:55.709 INFO kablam! 380 | | { Oct 11 01:57:55.709 INFO kablam! 381 | | self.ok_packet_ref().map(OkPacket::warnings) Oct 11 01:57:55.709 INFO kablam! 382 | | } Oct 11 01:57:55.709 INFO kablam! | |_____^ Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:57:55.709 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:57:55.709 INFO kablam! = note: method `warnings` references the `Self` type in where clauses Oct 11 01:57:55.709 INFO kablam! Oct 11 01:57:55.709 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:57:55.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:385:5 Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! 385 | / fn info_bytes(&self) -> Option<&[u8]> Oct 11 01:57:55.709 INFO kablam! 386 | | where Self: InnerQueryResult, Oct 11 01:57:55.709 INFO kablam! 387 | | { Oct 11 01:57:55.709 INFO kablam! 388 | | self.ok_packet_ref().map(OkPacket::info_bytes) Oct 11 01:57:55.709 INFO kablam! 389 | | } Oct 11 01:57:55.709 INFO kablam! | |_____^ Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:57:55.709 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:57:55.709 INFO kablam! = note: method `info_bytes` references the `Self` type in where clauses Oct 11 01:57:55.709 INFO kablam! Oct 11 01:57:55.709 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:57:55.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:392:5 Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! 392 | / fn info(&self) -> Option> Oct 11 01:57:55.709 INFO kablam! 393 | | where Self: InnerQueryResult, Oct 11 01:57:55.709 INFO kablam! 394 | | { Oct 11 01:57:55.709 INFO kablam! 395 | | self.ok_packet_ref().map(OkPacket::info) Oct 11 01:57:55.709 INFO kablam! 396 | | } Oct 11 01:57:55.709 INFO kablam! | |_____^ Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:57:55.709 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:57:55.709 INFO kablam! = note: method `info` references the `Self` type in where clauses Oct 11 01:57:55.709 INFO kablam! Oct 11 01:57:55.709 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:57:55.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:399:5 Oct 11 01:57:55.709 INFO kablam! | Oct 11 01:57:55.709 INFO kablam! 399 | / fn session_state_changes_bytes(&self) -> Option<&[u8]> Oct 11 01:57:55.709 INFO kablam! 400 | | where Self: InnerQueryResult, Oct 11 01:57:55.709 INFO kablam! 401 | | { Oct 11 01:57:55.709 INFO kablam! 402 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes_bytes) Oct 11 01:57:55.709 INFO kablam! 403 | | } Oct 11 01:57:55.710 INFO kablam! | |_____^ Oct 11 01:57:55.710 INFO kablam! | Oct 11 01:57:55.710 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:57:55.710 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:57:55.710 INFO kablam! = note: method `session_state_changes_bytes` references the `Self` type in where clauses Oct 11 01:57:55.710 INFO kablam! Oct 11 01:57:55.710 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:57:55.710 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:406:5 Oct 11 01:57:55.710 INFO kablam! | Oct 11 01:57:55.710 INFO kablam! 406 | / fn session_state_changes(&self) -> Option> Oct 11 01:57:55.710 INFO kablam! 407 | | where Self: InnerQueryResult, Oct 11 01:57:55.710 INFO kablam! 408 | | { Oct 11 01:57:55.710 INFO kablam! 409 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes) Oct 11 01:57:55.710 INFO kablam! 410 | | } Oct 11 01:57:55.710 INFO kablam! | |_____^ Oct 11 01:57:55.710 INFO kablam! | Oct 11 01:57:55.710 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:57:55.710 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:57:55.710 INFO kablam! = note: method `session_state_changes` references the `Self` type in where clauses Oct 11 01:57:55.710 INFO kablam! Oct 11 01:57:55.714 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:57:55.714 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:364:5 Oct 11 01:57:55.714 INFO kablam! | Oct 11 01:57:55.714 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 11 01:57:55.714 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 11 01:57:55.714 INFO kablam! 366 | | { Oct 11 01:57:55.714 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 11 01:57:55.714 INFO kablam! 368 | | } Oct 11 01:57:55.714 INFO kablam! | |_____^ Oct 11 01:57:55.714 INFO kablam! | Oct 11 01:57:55.714 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:57:55.714 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:57:55.714 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 11 01:57:55.714 INFO kablam! Oct 11 01:57:58.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.82s Oct 11 01:57:58.372 INFO kablam! su: No module specific data is present Oct 11 01:57:59.274 INFO running `"docker" "rm" "-f" "d31c71042413d93b2b8d9eb2357d926b567b36c95c5b030ab8a454be0629384b"` Oct 11 01:57:59.564 INFO blam! d31c71042413d93b2b8d9eb2357d926b567b36c95c5b030ab8a454be0629384b Oct 11 01:57:59.576 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:57:59.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:57:59.935 INFO blam! 61870b5be4605ddbd9a6b2eda18a3342a1242c60c19fad21c81eaaf0340c5b8d Oct 11 01:57:59.940 INFO running `"docker" "start" "-a" "61870b5be4605ddbd9a6b2eda18a3342a1242c60c19fad21c81eaaf0340c5b8d"` Oct 11 01:58:01.267 INFO kablam! usermod: no changes Oct 11 01:58:01.452 INFO kablam! Compiling bug-test-01 v0.1.0 (/source) Oct 11 01:58:02.721 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:58:02.721 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:364:5 Oct 11 01:58:02.721 INFO kablam! | Oct 11 01:58:02.721 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 11 01:58:02.722 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 11 01:58:02.722 INFO kablam! 366 | | { Oct 11 01:58:02.722 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 11 01:58:02.723 INFO kablam! 368 | | } Oct 11 01:58:02.723 INFO kablam! | |_____^ Oct 11 01:58:02.723 INFO kablam! | Oct 11 01:58:02.723 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 11 01:58:02.724 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:58:02.724 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:58:02.724 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 11 01:58:02.724 INFO kablam! Oct 11 01:58:02.725 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:58:02.725 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:371:5 Oct 11 01:58:02.725 INFO kablam! | Oct 11 01:58:02.725 INFO kablam! 371 | / fn last_insert_id(&self) -> Option Oct 11 01:58:02.726 INFO kablam! 372 | | where Self: InnerQueryResult, Oct 11 01:58:02.726 INFO kablam! 373 | | { Oct 11 01:58:02.726 INFO kablam! 374 | | self.ok_packet_ref().map(OkPacket::last_insert_id) Oct 11 01:58:02.727 INFO kablam! 375 | | } Oct 11 01:58:02.727 INFO kablam! | |_____^ Oct 11 01:58:02.727 INFO kablam! | Oct 11 01:58:02.727 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:58:02.728 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:58:02.728 INFO kablam! = note: method `last_insert_id` references the `Self` type in where clauses Oct 11 01:58:02.728 INFO kablam! Oct 11 01:58:02.729 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:58:02.729 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:378:5 Oct 11 01:58:02.729 INFO kablam! | Oct 11 01:58:02.729 INFO kablam! 378 | / fn warnings(&self) -> Option Oct 11 01:58:02.730 INFO kablam! 379 | | where Self: InnerQueryResult, Oct 11 01:58:02.730 INFO kablam! 380 | | { Oct 11 01:58:02.730 INFO kablam! 381 | | self.ok_packet_ref().map(OkPacket::warnings) Oct 11 01:58:02.730 INFO kablam! 382 | | } Oct 11 01:58:02.731 INFO kablam! | |_____^ Oct 11 01:58:02.731 INFO kablam! | Oct 11 01:58:02.731 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:58:02.732 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:58:02.732 INFO kablam! = note: method `warnings` references the `Self` type in where clauses Oct 11 01:58:02.732 INFO kablam! Oct 11 01:58:02.732 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:58:02.733 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:385:5 Oct 11 01:58:02.733 INFO kablam! | Oct 11 01:58:02.733 INFO kablam! 385 | / fn info_bytes(&self) -> Option<&[u8]> Oct 11 01:58:02.734 INFO kablam! 386 | | where Self: InnerQueryResult, Oct 11 01:58:02.734 INFO kablam! 387 | | { Oct 11 01:58:02.734 INFO kablam! 388 | | self.ok_packet_ref().map(OkPacket::info_bytes) Oct 11 01:58:02.734 INFO kablam! 389 | | } Oct 11 01:58:02.735 INFO kablam! | |_____^ Oct 11 01:58:02.735 INFO kablam! | Oct 11 01:58:02.735 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:58:02.735 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:58:02.736 INFO kablam! = note: method `info_bytes` references the `Self` type in where clauses Oct 11 01:58:02.736 INFO kablam! Oct 11 01:58:02.736 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:58:02.737 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:392:5 Oct 11 01:58:02.737 INFO kablam! | Oct 11 01:58:02.737 INFO kablam! 392 | / fn info(&self) -> Option> Oct 11 01:58:02.737 INFO kablam! 393 | | where Self: InnerQueryResult, Oct 11 01:58:02.738 INFO kablam! 394 | | { Oct 11 01:58:02.738 INFO kablam! 395 | | self.ok_packet_ref().map(OkPacket::info) Oct 11 01:58:02.738 INFO kablam! 396 | | } Oct 11 01:58:02.739 INFO kablam! | |_____^ Oct 11 01:58:02.739 INFO kablam! | Oct 11 01:58:02.739 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:58:02.739 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:58:02.740 INFO kablam! = note: method `info` references the `Self` type in where clauses Oct 11 01:58:02.744 INFO kablam! Oct 11 01:58:02.744 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:58:02.745 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:399:5 Oct 11 01:58:02.745 INFO kablam! | Oct 11 01:58:02.745 INFO kablam! 399 | / fn session_state_changes_bytes(&self) -> Option<&[u8]> Oct 11 01:58:02.746 INFO kablam! 400 | | where Self: InnerQueryResult, Oct 11 01:58:02.746 INFO kablam! 401 | | { Oct 11 01:58:02.746 INFO kablam! 402 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes_bytes) Oct 11 01:58:02.746 INFO kablam! 403 | | } Oct 11 01:58:02.747 INFO kablam! | |_____^ Oct 11 01:58:02.747 INFO kablam! | Oct 11 01:58:02.747 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:58:02.748 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:58:02.748 INFO kablam! = note: method `session_state_changes_bytes` references the `Self` type in where clauses Oct 11 01:58:02.748 INFO kablam! Oct 11 01:58:02.748 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:58:02.749 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:406:5 Oct 11 01:58:02.749 INFO kablam! | Oct 11 01:58:02.749 INFO kablam! 406 | / fn session_state_changes(&self) -> Option> Oct 11 01:58:02.750 INFO kablam! 407 | | where Self: InnerQueryResult, Oct 11 01:58:02.750 INFO kablam! 408 | | { Oct 11 01:58:02.750 INFO kablam! 409 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes) Oct 11 01:58:02.750 INFO kablam! 410 | | } Oct 11 01:58:02.751 INFO kablam! | |_____^ Oct 11 01:58:02.751 INFO kablam! | Oct 11 01:58:02.751 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:58:02.751 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:58:02.752 INFO kablam! = note: method `session_state_changes` references the `Self` type in where clauses Oct 11 01:58:02.752 INFO kablam! Oct 11 01:58:02.752 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 11 01:58:02.753 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:364:5 Oct 11 01:58:02.753 INFO kablam! | Oct 11 01:58:02.753 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 11 01:58:02.753 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 11 01:58:02.754 INFO kablam! 366 | | { Oct 11 01:58:02.754 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 11 01:58:02.754 INFO kablam! 368 | | } Oct 11 01:58:02.754 INFO kablam! | |_____^ Oct 11 01:58:02.755 INFO kablam! | Oct 11 01:58:02.755 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 01:58:02.755 INFO kablam! = note: for more information, see issue #51443 Oct 11 01:58:02.755 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 11 01:58:02.756 INFO kablam! Oct 11 01:58:03.341 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 11 01:58:03.350 INFO kablam! su: No module specific data is present Oct 11 01:58:04.238 INFO running `"docker" "rm" "-f" "61870b5be4605ddbd9a6b2eda18a3342a1242c60c19fad21c81eaaf0340c5b8d"` Oct 11 01:58:04.605 INFO blam! 61870b5be4605ddbd9a6b2eda18a3342a1242c60c19fad21c81eaaf0340c5b8d Oct 11 01:58:04.616 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:58:04.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:58:05.067 INFO blam! 8c460768ea26814eb3252a7fb833dd564707e2df249d03dbd7e93837edafb770 Oct 11 01:58:05.070 INFO running `"docker" "start" "-a" "8c460768ea26814eb3252a7fb833dd564707e2df249d03dbd7e93837edafb770"` Oct 11 01:58:06.048 INFO kablam! usermod: no changes Oct 11 01:58:06.176 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 01:58:06.192 INFO blam! Oct 11 01:58:06.192 INFO blam! running 0 tests Oct 11 01:58:06.192 INFO blam! Oct 11 01:58:06.192 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:58:06.192 INFO blam! Oct 11 01:58:06.193 INFO kablam! Running /target/debug/deps/bug_test_01-b75b33147fd82d83 Oct 11 01:58:06.193 INFO kablam! su: No module specific data is present Oct 11 01:58:06.760 INFO running `"docker" "rm" "-f" "8c460768ea26814eb3252a7fb833dd564707e2df249d03dbd7e93837edafb770"` Oct 11 01:58:07.164 INFO blam! 8c460768ea26814eb3252a7fb833dd564707e2df249d03dbd7e93837edafb770