Oct 15 02:05:35.435 INFO testing boxofrox/sscce-future-is-buggy-01 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 02:05:35.435 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 02:05:35.673 INFO blam! 41dc7019369b7809c11733b949686a0d7338f8d126f2956adf02758246101e80 Oct 15 02:05:35.675 INFO running `"docker" "start" "-a" "41dc7019369b7809c11733b949686a0d7338f8d126f2956adf02758246101e80"` Oct 15 02:05:36.134 INFO kablam! usermod: no changes Oct 15 02:05:36.259 INFO kablam! Compiling gcc v0.3.50 Oct 15 02:05:36.267 INFO kablam! Compiling iovec v0.1.0 Oct 15 02:05:36.267 INFO kablam! Compiling net2 v0.2.29 Oct 15 02:05:36.267 INFO kablam! Compiling serde_json v1.0.2 Oct 15 02:05:36.971 INFO kablam! Compiling bytes v0.4.4 Oct 15 02:05:37.919 INFO kablam! Compiling mio v0.6.8 Oct 15 02:05:39.884 INFO kablam! Compiling backtrace-sys v0.1.11 Oct 15 02:05:40.331 INFO kablam! Compiling tokio-io v0.1.2 Oct 15 02:05:43.671 INFO kablam! Compiling tokio-core v0.1.7 Oct 15 02:05:56.171 INFO kablam! Compiling backtrace v0.3.2 Oct 15 02:05:57.157 INFO kablam! Compiling error-chain v0.10.0 Oct 15 02:05:58.024 INFO kablam! Compiling mysql_async v0.9.3 Oct 15 02:06:05.941 INFO kablam! Compiling bug-test-01 v0.1.0 (/source) Oct 15 02:06:07.607 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:07.607 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:364:5 Oct 15 02:06:07.607 INFO kablam! | Oct 15 02:06:07.607 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 15 02:06:07.607 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 15 02:06:07.607 INFO kablam! 366 | | { Oct 15 02:06:07.607 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 15 02:06:07.607 INFO kablam! 368 | | } Oct 15 02:06:07.607 INFO kablam! | |_____^ Oct 15 02:06:07.607 INFO kablam! | Oct 15 02:06:07.607 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 15 02:06:07.607 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 15 02:06:07.607 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:07.607 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 15 02:06:07.607 INFO kablam! Oct 15 02:06:07.607 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:07.607 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:371:5 Oct 15 02:06:07.607 INFO kablam! | Oct 15 02:06:07.607 INFO kablam! 371 | / fn last_insert_id(&self) -> Option Oct 15 02:06:07.607 INFO kablam! 372 | | where Self: InnerQueryResult, Oct 15 02:06:07.607 INFO kablam! 373 | | { Oct 15 02:06:07.607 INFO kablam! 374 | | self.ok_packet_ref().map(OkPacket::last_insert_id) Oct 15 02:06:07.607 INFO kablam! 375 | | } Oct 15 02:06:07.607 INFO kablam! | |_____^ Oct 15 02:06:07.607 INFO kablam! | Oct 15 02:06:07.607 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 15 02:06:07.607 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:07.607 INFO kablam! = note: method `last_insert_id` references the `Self` type in where clauses Oct 15 02:06:07.607 INFO kablam! Oct 15 02:06:07.607 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:07.607 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:378:5 Oct 15 02:06:07.607 INFO kablam! | Oct 15 02:06:07.607 INFO kablam! 378 | / fn warnings(&self) -> Option Oct 15 02:06:07.607 INFO kablam! 379 | | where Self: InnerQueryResult, Oct 15 02:06:07.607 INFO kablam! 380 | | { Oct 15 02:06:07.607 INFO kablam! 381 | | self.ok_packet_ref().map(OkPacket::warnings) Oct 15 02:06:07.607 INFO kablam! 382 | | } Oct 15 02:06:07.607 INFO kablam! | |_____^ Oct 15 02:06:07.607 INFO kablam! | Oct 15 02:06:07.607 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 15 02:06:07.607 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:07.607 INFO kablam! = note: method `warnings` references the `Self` type in where clauses Oct 15 02:06:07.607 INFO kablam! Oct 15 02:06:07.607 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:07.607 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:385:5 Oct 15 02:06:07.607 INFO kablam! | Oct 15 02:06:07.607 INFO kablam! 385 | / fn info_bytes(&self) -> Option<&[u8]> Oct 15 02:06:07.607 INFO kablam! 386 | | where Self: InnerQueryResult, Oct 15 02:06:07.607 INFO kablam! 387 | | { Oct 15 02:06:07.607 INFO kablam! 388 | | self.ok_packet_ref().map(OkPacket::info_bytes) Oct 15 02:06:07.607 INFO kablam! 389 | | } Oct 15 02:06:07.607 INFO kablam! | |_____^ Oct 15 02:06:07.607 INFO kablam! | Oct 15 02:06:07.607 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 15 02:06:07.607 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:07.607 INFO kablam! = note: method `info_bytes` references the `Self` type in where clauses Oct 15 02:06:07.607 INFO kablam! Oct 15 02:06:07.607 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:07.607 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:392:5 Oct 15 02:06:07.607 INFO kablam! | Oct 15 02:06:07.607 INFO kablam! 392 | / fn info(&self) -> Option> Oct 15 02:06:07.607 INFO kablam! 393 | | where Self: InnerQueryResult, Oct 15 02:06:07.607 INFO kablam! 394 | | { Oct 15 02:06:07.607 INFO kablam! 395 | | self.ok_packet_ref().map(OkPacket::info) Oct 15 02:06:07.607 INFO kablam! 396 | | } Oct 15 02:06:07.607 INFO kablam! | |_____^ Oct 15 02:06:07.607 INFO kablam! | Oct 15 02:06:07.607 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 15 02:06:07.608 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:07.608 INFO kablam! = note: method `info` references the `Self` type in where clauses Oct 15 02:06:07.608 INFO kablam! Oct 15 02:06:07.608 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:07.608 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:399:5 Oct 15 02:06:07.608 INFO kablam! | Oct 15 02:06:07.608 INFO kablam! 399 | / fn session_state_changes_bytes(&self) -> Option<&[u8]> Oct 15 02:06:07.608 INFO kablam! 400 | | where Self: InnerQueryResult, Oct 15 02:06:07.608 INFO kablam! 401 | | { Oct 15 02:06:07.608 INFO kablam! 402 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes_bytes) Oct 15 02:06:07.608 INFO kablam! 403 | | } Oct 15 02:06:07.608 INFO kablam! | |_____^ Oct 15 02:06:07.608 INFO kablam! | Oct 15 02:06:07.608 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 15 02:06:07.608 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:07.608 INFO kablam! = note: method `session_state_changes_bytes` references the `Self` type in where clauses Oct 15 02:06:07.608 INFO kablam! Oct 15 02:06:07.608 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:07.608 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:406:5 Oct 15 02:06:07.608 INFO kablam! | Oct 15 02:06:07.608 INFO kablam! 406 | / fn session_state_changes(&self) -> Option> Oct 15 02:06:07.608 INFO kablam! 407 | | where Self: InnerQueryResult, Oct 15 02:06:07.608 INFO kablam! 408 | | { Oct 15 02:06:07.608 INFO kablam! 409 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes) Oct 15 02:06:07.608 INFO kablam! 410 | | } Oct 15 02:06:07.608 INFO kablam! | |_____^ Oct 15 02:06:07.608 INFO kablam! | Oct 15 02:06:07.608 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 15 02:06:07.608 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:07.608 INFO kablam! = note: method `session_state_changes` references the `Self` type in where clauses Oct 15 02:06:07.608 INFO kablam! Oct 15 02:06:07.608 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:07.608 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:364:5 Oct 15 02:06:07.608 INFO kablam! | Oct 15 02:06:07.608 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 15 02:06:07.608 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 15 02:06:07.608 INFO kablam! 366 | | { Oct 15 02:06:07.608 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 15 02:06:07.608 INFO kablam! 368 | | } Oct 15 02:06:07.608 INFO kablam! | |_____^ Oct 15 02:06:07.608 INFO kablam! | Oct 15 02:06:07.609 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 15 02:06:07.609 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:07.609 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 15 02:06:07.609 INFO kablam! Oct 15 02:06:10.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.08s Oct 15 02:06:10.238 INFO kablam! su: No module specific data is present Oct 15 02:06:11.103 INFO running `"docker" "rm" "-f" "41dc7019369b7809c11733b949686a0d7338f8d126f2956adf02758246101e80"` Oct 15 02:06:11.463 INFO blam! 41dc7019369b7809c11733b949686a0d7338f8d126f2956adf02758246101e80 Oct 15 02:06:11.471 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 02:06:11.929 INFO blam! 50941d37b02392c3460c200b8a4cf27a21ef6b8eda4d4bff2d1446b3b2c7d0f1 Oct 15 02:06:11.931 INFO running `"docker" "start" "-a" "50941d37b02392c3460c200b8a4cf27a21ef6b8eda4d4bff2d1446b3b2c7d0f1"` Oct 15 02:06:14.247 INFO kablam! usermod: no changes Oct 15 02:06:14.391 INFO kablam! Compiling bug-test-01 v0.1.0 (/source) Oct 15 02:06:16.057 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:16.058 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:364:5 Oct 15 02:06:16.058 INFO kablam! | Oct 15 02:06:16.058 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 15 02:06:16.058 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 15 02:06:16.058 INFO kablam! 366 | | { Oct 15 02:06:16.058 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 15 02:06:16.058 INFO kablam! 368 | | } Oct 15 02:06:16.058 INFO kablam! | |_____^ Oct 15 02:06:16.058 INFO kablam! | Oct 15 02:06:16.058 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 15 02:06:16.058 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 15 02:06:16.058 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:16.058 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 15 02:06:16.058 INFO kablam! Oct 15 02:06:16.058 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:16.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:371:5 Oct 15 02:06:16.059 INFO kablam! | Oct 15 02:06:16.059 INFO kablam! 371 | / fn last_insert_id(&self) -> Option Oct 15 02:06:16.059 INFO kablam! 372 | | where Self: InnerQueryResult, Oct 15 02:06:16.059 INFO kablam! 373 | | { Oct 15 02:06:16.059 INFO kablam! 374 | | self.ok_packet_ref().map(OkPacket::last_insert_id) Oct 15 02:06:16.059 INFO kablam! 375 | | } Oct 15 02:06:16.059 INFO kablam! | |_____^ Oct 15 02:06:16.059 INFO kablam! | Oct 15 02:06:16.059 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 15 02:06:16.059 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:16.059 INFO kablam! = note: method `last_insert_id` references the `Self` type in where clauses Oct 15 02:06:16.059 INFO kablam! Oct 15 02:06:16.059 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:16.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:378:5 Oct 15 02:06:16.059 INFO kablam! | Oct 15 02:06:16.059 INFO kablam! 378 | / fn warnings(&self) -> Option Oct 15 02:06:16.059 INFO kablam! 379 | | where Self: InnerQueryResult, Oct 15 02:06:16.059 INFO kablam! 380 | | { Oct 15 02:06:16.059 INFO kablam! 381 | | self.ok_packet_ref().map(OkPacket::warnings) Oct 15 02:06:16.059 INFO kablam! 382 | | } Oct 15 02:06:16.066 INFO kablam! | |_____^ Oct 15 02:06:16.066 INFO kablam! | Oct 15 02:06:16.066 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 15 02:06:16.066 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:16.066 INFO kablam! = note: method `warnings` references the `Self` type in where clauses Oct 15 02:06:16.066 INFO kablam! Oct 15 02:06:16.066 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:16.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:385:5 Oct 15 02:06:16.066 INFO kablam! | Oct 15 02:06:16.066 INFO kablam! 385 | / fn info_bytes(&self) -> Option<&[u8]> Oct 15 02:06:16.066 INFO kablam! 386 | | where Self: InnerQueryResult, Oct 15 02:06:16.066 INFO kablam! 387 | | { Oct 15 02:06:16.066 INFO kablam! 388 | | self.ok_packet_ref().map(OkPacket::info_bytes) Oct 15 02:06:16.066 INFO kablam! 389 | | } Oct 15 02:06:16.066 INFO kablam! | |_____^ Oct 15 02:06:16.066 INFO kablam! | Oct 15 02:06:16.066 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 15 02:06:16.066 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:16.066 INFO kablam! = note: method `info_bytes` references the `Self` type in where clauses Oct 15 02:06:16.066 INFO kablam! Oct 15 02:06:16.066 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:16.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:392:5 Oct 15 02:06:16.066 INFO kablam! | Oct 15 02:06:16.066 INFO kablam! 392 | / fn info(&self) -> Option> Oct 15 02:06:16.066 INFO kablam! 393 | | where Self: InnerQueryResult, Oct 15 02:06:16.066 INFO kablam! 394 | | { Oct 15 02:06:16.066 INFO kablam! 395 | | self.ok_packet_ref().map(OkPacket::info) Oct 15 02:06:16.066 INFO kablam! 396 | | } Oct 15 02:06:16.066 INFO kablam! | |_____^ Oct 15 02:06:16.066 INFO kablam! | Oct 15 02:06:16.066 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 15 02:06:16.066 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:16.066 INFO kablam! = note: method `info` references the `Self` type in where clauses Oct 15 02:06:16.066 INFO kablam! Oct 15 02:06:16.066 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:16.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:399:5 Oct 15 02:06:16.066 INFO kablam! | Oct 15 02:06:16.066 INFO kablam! 399 | / fn session_state_changes_bytes(&self) -> Option<&[u8]> Oct 15 02:06:16.066 INFO kablam! 400 | | where Self: InnerQueryResult, Oct 15 02:06:16.066 INFO kablam! 401 | | { Oct 15 02:06:16.066 INFO kablam! 402 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes_bytes) Oct 15 02:06:16.066 INFO kablam! 403 | | } Oct 15 02:06:16.066 INFO kablam! | |_____^ Oct 15 02:06:16.066 INFO kablam! | Oct 15 02:06:16.066 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 15 02:06:16.066 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:16.066 INFO kablam! = note: method `session_state_changes_bytes` references the `Self` type in where clauses Oct 15 02:06:16.067 INFO kablam! Oct 15 02:06:16.067 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:16.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:406:5 Oct 15 02:06:16.067 INFO kablam! | Oct 15 02:06:16.067 INFO kablam! 406 | / fn session_state_changes(&self) -> Option> Oct 15 02:06:16.067 INFO kablam! 407 | | where Self: InnerQueryResult, Oct 15 02:06:16.067 INFO kablam! 408 | | { Oct 15 02:06:16.067 INFO kablam! 409 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes) Oct 15 02:06:16.067 INFO kablam! 410 | | } Oct 15 02:06:16.067 INFO kablam! | |_____^ Oct 15 02:06:16.067 INFO kablam! | Oct 15 02:06:16.067 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 15 02:06:16.067 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:16.067 INFO kablam! = note: method `session_state_changes` references the `Self` type in where clauses Oct 15 02:06:16.067 INFO kablam! Oct 15 02:06:16.067 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:16.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql_async-0.9.3/src/conn/futures/query_result/mod.rs:364:5 Oct 15 02:06:16.067 INFO kablam! | Oct 15 02:06:16.067 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 15 02:06:16.067 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 15 02:06:16.067 INFO kablam! 366 | | { Oct 15 02:06:16.067 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 15 02:06:16.067 INFO kablam! 368 | | } Oct 15 02:06:16.067 INFO kablam! | |_____^ Oct 15 02:06:16.067 INFO kablam! | Oct 15 02:06:16.067 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 15 02:06:16.067 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:16.067 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 15 02:06:16.067 INFO kablam! Oct 15 02:06:16.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 15 02:06:16.575 INFO kablam! su: No module specific data is present Oct 15 02:06:18.100 INFO running `"docker" "rm" "-f" "50941d37b02392c3460c200b8a4cf27a21ef6b8eda4d4bff2d1446b3b2c7d0f1"` Oct 15 02:06:18.467 INFO blam! 50941d37b02392c3460c200b8a4cf27a21ef6b8eda4d4bff2d1446b3b2c7d0f1 Oct 15 02:06:18.480 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 02:06:18.872 INFO blam! 2d2f6d4fc165cd9c8db1eb1a807a79db65bba1e5dee5d18fa582423c065b40f8 Oct 15 02:06:18.874 INFO running `"docker" "start" "-a" "2d2f6d4fc165cd9c8db1eb1a807a79db65bba1e5dee5d18fa582423c065b40f8"` Oct 15 02:06:21.118 INFO kablam! usermod: no changes Oct 15 02:06:21.310 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 02:06:21.325 INFO kablam! Running /target/debug/deps/bug_test_01-a3239b9222a72536 Oct 15 02:06:21.327 INFO blam! Oct 15 02:06:21.327 INFO blam! running 0 tests Oct 15 02:06:21.327 INFO blam! Oct 15 02:06:21.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:06:21.327 INFO blam! Oct 15 02:06:21.332 INFO kablam! su: No module specific data is present Oct 15 02:06:22.818 INFO running `"docker" "rm" "-f" "2d2f6d4fc165cd9c8db1eb1a807a79db65bba1e5dee5d18fa582423c065b40f8"` Oct 15 02:06:23.237 INFO blam! 2d2f6d4fc165cd9c8db1eb1a807a79db65bba1e5dee5d18fa582423c065b40f8