Oct 15 02:05:35.468 INFO testing boxofrox/sscce-future-is-buggy-01 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:05:35.468 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.737 INFO blam! d38f81d22e8e42957cbbb07f8ff3fd0b97f6b4edd7fe60688acaf89c1ae13429 Oct 15 02:05:35.739 INFO running `"docker" "start" "-a" "d38f81d22e8e42957cbbb07f8ff3fd0b97f6b4edd7fe60688acaf89c1ae13429"` Oct 15 02:05:36.142 INFO kablam! usermod: no changes Oct 15 02:05:36.235 INFO kablam! Compiling iovec v0.1.0 Oct 15 02:05:36.235 INFO kablam! Compiling net2 v0.2.29 Oct 15 02:05:36.235 INFO kablam! Compiling unicode-bidi v0.3.3 Oct 15 02:05:36.235 INFO kablam! Compiling serde_json v1.0.2 Oct 15 02:05:36.235 INFO kablam! Compiling twox-hash v1.1.0 Oct 15 02:05:36.237 INFO kablam! Compiling backtrace-sys v0.1.11 Oct 15 02:05:36.237 INFO kablam! Compiling chrono v0.3.1 Oct 15 02:05:36.610 INFO kablam! Compiling backtrace v0.3.2 Oct 15 02:05:37.095 INFO kablam! Compiling bytes v0.4.4 Oct 15 02:05:39.654 INFO kablam! Compiling idna v0.1.2 Oct 15 02:05:39.875 INFO kablam! Compiling mio v0.6.8 Oct 15 02:05:39.975 INFO kablam! Compiling error-chain v0.10.0 Oct 15 02:05:41.355 INFO kablam! Compiling tokio-io v0.1.2 Oct 15 02:05:46.427 INFO kablam! Compiling tokio-core v0.1.7 Oct 15 02:05:46.957 INFO kablam! Compiling url v1.4.1 Oct 15 02:05:49.832 INFO kablam! Compiling mysql_async v0.9.3 Oct 15 02:05:57.751 INFO kablam! Compiling bug-test-01 v0.1.0 (/source) Oct 15 02:05:59.082 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:05:59.082 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:05:59.082 INFO kablam! | Oct 15 02:05:59.082 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 15 02:05:59.082 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 15 02:05:59.082 INFO kablam! 366 | | { Oct 15 02:05:59.082 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 15 02:05:59.082 INFO kablam! 368 | | } Oct 15 02:05:59.082 INFO kablam! | |_____^ Oct 15 02:05:59.082 INFO kablam! | Oct 15 02:05:59.082 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 15 02:05:59.082 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:05:59.082 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:05:59.082 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 15 02:05:59.082 INFO kablam! Oct 15 02:05:59.082 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:05:59.082 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:05:59.082 INFO kablam! | Oct 15 02:05:59.082 INFO kablam! 371 | / fn last_insert_id(&self) -> Option Oct 15 02:05:59.082 INFO kablam! 372 | | where Self: InnerQueryResult, Oct 15 02:05:59.083 INFO kablam! 373 | | { Oct 15 02:05:59.083 INFO kablam! 374 | | self.ok_packet_ref().map(OkPacket::last_insert_id) Oct 15 02:05:59.083 INFO kablam! 375 | | } Oct 15 02:05:59.083 INFO kablam! | |_____^ Oct 15 02:05:59.083 INFO kablam! | Oct 15 02:05:59.083 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:05:59.083 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:05:59.083 INFO kablam! = note: method `last_insert_id` references the `Self` type in where clauses Oct 15 02:05:59.083 INFO kablam! Oct 15 02:05:59.083 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:05:59.083 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:05:59.083 INFO kablam! | Oct 15 02:05:59.083 INFO kablam! 378 | / fn warnings(&self) -> Option Oct 15 02:05:59.083 INFO kablam! 379 | | where Self: InnerQueryResult, Oct 15 02:05:59.083 INFO kablam! 380 | | { Oct 15 02:05:59.083 INFO kablam! 381 | | self.ok_packet_ref().map(OkPacket::warnings) Oct 15 02:05:59.083 INFO kablam! 382 | | } Oct 15 02:05:59.083 INFO kablam! | |_____^ Oct 15 02:05:59.083 INFO kablam! | Oct 15 02:05:59.083 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:05:59.083 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:05:59.083 INFO kablam! = note: method `warnings` references the `Self` type in where clauses Oct 15 02:05:59.083 INFO kablam! Oct 15 02:05:59.091 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:05:59.091 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:05:59.091 INFO kablam! | Oct 15 02:05:59.091 INFO kablam! 385 | / fn info_bytes(&self) -> Option<&[u8]> Oct 15 02:05:59.091 INFO kablam! 386 | | where Self: InnerQueryResult, Oct 15 02:05:59.091 INFO kablam! 387 | | { Oct 15 02:05:59.091 INFO kablam! 388 | | self.ok_packet_ref().map(OkPacket::info_bytes) Oct 15 02:05:59.091 INFO kablam! 389 | | } Oct 15 02:05:59.091 INFO kablam! | |_____^ Oct 15 02:05:59.091 INFO kablam! | Oct 15 02:05:59.091 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:05:59.091 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:05:59.091 INFO kablam! = note: method `info_bytes` references the `Self` type in where clauses Oct 15 02:05:59.091 INFO kablam! Oct 15 02:05:59.091 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:05:59.091 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:05:59.091 INFO kablam! | Oct 15 02:05:59.091 INFO kablam! 392 | / fn info(&self) -> Option> Oct 15 02:05:59.091 INFO kablam! 393 | | where Self: InnerQueryResult, Oct 15 02:05:59.091 INFO kablam! 394 | | { Oct 15 02:05:59.091 INFO kablam! 395 | | self.ok_packet_ref().map(OkPacket::info) Oct 15 02:05:59.091 INFO kablam! 396 | | } Oct 15 02:05:59.091 INFO kablam! | |_____^ Oct 15 02:05:59.091 INFO kablam! | Oct 15 02:05:59.091 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:05:59.091 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:05:59.091 INFO kablam! = note: method `info` references the `Self` type in where clauses Oct 15 02:05:59.091 INFO kablam! Oct 15 02:05:59.091 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:05:59.091 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:05:59.091 INFO kablam! | Oct 15 02:05:59.091 INFO kablam! 399 | / fn session_state_changes_bytes(&self) -> Option<&[u8]> Oct 15 02:05:59.091 INFO kablam! 400 | | where Self: InnerQueryResult, Oct 15 02:05:59.091 INFO kablam! 401 | | { Oct 15 02:05:59.091 INFO kablam! 402 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes_bytes) Oct 15 02:05:59.091 INFO kablam! 403 | | } Oct 15 02:05:59.091 INFO kablam! | |_____^ Oct 15 02:05:59.091 INFO kablam! | Oct 15 02:05:59.091 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:05:59.091 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:05:59.091 INFO kablam! = note: method `session_state_changes_bytes` references the `Self` type in where clauses Oct 15 02:05:59.091 INFO kablam! Oct 15 02:05:59.091 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:05:59.091 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:05:59.091 INFO kablam! | Oct 15 02:05:59.091 INFO kablam! 406 | / fn session_state_changes(&self) -> Option> Oct 15 02:05:59.091 INFO kablam! 407 | | where Self: InnerQueryResult, Oct 15 02:05:59.091 INFO kablam! 408 | | { Oct 15 02:05:59.091 INFO kablam! 409 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes) Oct 15 02:05:59.091 INFO kablam! 410 | | } Oct 15 02:05:59.091 INFO kablam! | |_____^ Oct 15 02:05:59.091 INFO kablam! | Oct 15 02:05:59.091 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:05:59.091 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:05:59.091 INFO kablam! = note: method `session_state_changes` references the `Self` type in where clauses Oct 15 02:05:59.091 INFO kablam! Oct 15 02:05:59.091 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:05:59.091 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:05:59.091 INFO kablam! | Oct 15 02:05:59.091 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 15 02:05:59.091 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 15 02:05:59.091 INFO kablam! 366 | | { Oct 15 02:05:59.091 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 15 02:05:59.091 INFO kablam! 368 | | } Oct 15 02:05:59.091 INFO kablam! | |_____^ Oct 15 02:05:59.091 INFO kablam! | Oct 15 02:05:59.091 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:05:59.091 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:05:59.091 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 15 02:05:59.091 INFO kablam! Oct 15 02:06:00.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.83s Oct 15 02:06:00.998 INFO kablam! su: No module specific data is present Oct 15 02:06:01.735 INFO running `"docker" "rm" "-f" "d38f81d22e8e42957cbbb07f8ff3fd0b97f6b4edd7fe60688acaf89c1ae13429"` Oct 15 02:06:02.020 INFO blam! d38f81d22e8e42957cbbb07f8ff3fd0b97f6b4edd7fe60688acaf89c1ae13429 Oct 15 02:06:02.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:02.463 INFO blam! 4a5bfd4c6de71aa08dec128889a256d5fd4a21330de279cb8f4c8c7777d303b0 Oct 15 02:06:02.471 INFO running `"docker" "start" "-a" "4a5bfd4c6de71aa08dec128889a256d5fd4a21330de279cb8f4c8c7777d303b0"` Oct 15 02:06:03.154 INFO kablam! usermod: no changes Oct 15 02:06:03.250 INFO kablam! Compiling bug-test-01 v0.1.0 (/source) Oct 15 02:06:04.592 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:04.592 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:04.592 INFO kablam! | Oct 15 02:06:04.592 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 15 02:06:04.592 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 15 02:06:04.592 INFO kablam! 366 | | { Oct 15 02:06:04.592 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 15 02:06:04.592 INFO kablam! 368 | | } Oct 15 02:06:04.592 INFO kablam! | |_____^ Oct 15 02:06:04.592 INFO kablam! | Oct 15 02:06:04.592 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 15 02:06:04.592 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:04.592 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:04.592 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 15 02:06:04.592 INFO kablam! Oct 15 02:06:04.592 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:04.592 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:04.592 INFO kablam! | Oct 15 02:06:04.592 INFO kablam! 371 | / fn last_insert_id(&self) -> Option Oct 15 02:06:04.592 INFO kablam! 372 | | where Self: InnerQueryResult, Oct 15 02:06:04.592 INFO kablam! 373 | | { Oct 15 02:06:04.592 INFO kablam! 374 | | self.ok_packet_ref().map(OkPacket::last_insert_id) Oct 15 02:06:04.592 INFO kablam! 375 | | } Oct 15 02:06:04.592 INFO kablam! | |_____^ Oct 15 02:06:04.592 INFO kablam! | Oct 15 02:06:04.592 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:04.592 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:04.592 INFO kablam! = note: method `last_insert_id` references the `Self` type in where clauses Oct 15 02:06:04.592 INFO kablam! Oct 15 02:06:04.592 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:04.592 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:04.592 INFO kablam! | Oct 15 02:06:04.592 INFO kablam! 378 | / fn warnings(&self) -> Option Oct 15 02:06:04.592 INFO kablam! 379 | | where Self: InnerQueryResult, Oct 15 02:06:04.592 INFO kablam! 380 | | { Oct 15 02:06:04.592 INFO kablam! 381 | | self.ok_packet_ref().map(OkPacket::warnings) Oct 15 02:06:04.592 INFO kablam! 382 | | } Oct 15 02:06:04.592 INFO kablam! | |_____^ Oct 15 02:06:04.592 INFO kablam! | Oct 15 02:06:04.592 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:04.592 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:04.592 INFO kablam! = note: method `warnings` references the `Self` type in where clauses Oct 15 02:06:04.592 INFO kablam! Oct 15 02:06:04.592 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:04.592 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:04.592 INFO kablam! | Oct 15 02:06:04.592 INFO kablam! 385 | / fn info_bytes(&self) -> Option<&[u8]> Oct 15 02:06:04.592 INFO kablam! 386 | | where Self: InnerQueryResult, Oct 15 02:06:04.592 INFO kablam! 387 | | { Oct 15 02:06:04.592 INFO kablam! 388 | | self.ok_packet_ref().map(OkPacket::info_bytes) Oct 15 02:06:04.592 INFO kablam! 389 | | } Oct 15 02:06:04.592 INFO kablam! | |_____^ Oct 15 02:06:04.592 INFO kablam! | Oct 15 02:06:04.592 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:04.592 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:04.592 INFO kablam! = note: method `info_bytes` references the `Self` type in where clauses Oct 15 02:06:04.592 INFO kablam! Oct 15 02:06:04.592 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:04.592 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:04.592 INFO kablam! | Oct 15 02:06:04.592 INFO kablam! 392 | / fn info(&self) -> Option> Oct 15 02:06:04.592 INFO kablam! 393 | | where Self: InnerQueryResult, Oct 15 02:06:04.592 INFO kablam! 394 | | { Oct 15 02:06:04.592 INFO kablam! 395 | | self.ok_packet_ref().map(OkPacket::info) Oct 15 02:06:04.592 INFO kablam! 396 | | } Oct 15 02:06:04.592 INFO kablam! | |_____^ Oct 15 02:06:04.592 INFO kablam! | Oct 15 02:06:04.592 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:04.592 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:04.592 INFO kablam! = note: method `info` references the `Self` type in where clauses Oct 15 02:06:04.593 INFO kablam! Oct 15 02:06:04.593 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:04.593 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:04.593 INFO kablam! | Oct 15 02:06:04.593 INFO kablam! 399 | / fn session_state_changes_bytes(&self) -> Option<&[u8]> Oct 15 02:06:04.593 INFO kablam! 400 | | where Self: InnerQueryResult, Oct 15 02:06:04.593 INFO kablam! 401 | | { Oct 15 02:06:04.593 INFO kablam! 402 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes_bytes) Oct 15 02:06:04.593 INFO kablam! 403 | | } Oct 15 02:06:04.593 INFO kablam! | |_____^ Oct 15 02:06:04.593 INFO kablam! | Oct 15 02:06:04.593 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:04.593 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:04.593 INFO kablam! = note: method `session_state_changes_bytes` references the `Self` type in where clauses Oct 15 02:06:04.593 INFO kablam! Oct 15 02:06:04.593 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:04.593 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:04.593 INFO kablam! | Oct 15 02:06:04.593 INFO kablam! 406 | / fn session_state_changes(&self) -> Option> Oct 15 02:06:04.593 INFO kablam! 407 | | where Self: InnerQueryResult, Oct 15 02:06:04.593 INFO kablam! 408 | | { Oct 15 02:06:04.593 INFO kablam! 409 | | self.ok_packet_ref().and_then(OkPacket::session_state_changes) Oct 15 02:06:04.593 INFO kablam! 410 | | } Oct 15 02:06:04.593 INFO kablam! | |_____^ Oct 15 02:06:04.593 INFO kablam! | Oct 15 02:06:04.593 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:04.593 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:04.593 INFO kablam! = note: method `session_state_changes` references the `Self` type in where clauses Oct 15 02:06:04.593 INFO kablam! Oct 15 02:06:04.593 INFO kablam! warning: the trait `mysql_async::prelude::QueryResult` cannot be made into an object Oct 15 02:06:04.593 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:04.593 INFO kablam! | Oct 15 02:06:04.593 INFO kablam! 364 | / fn affected_rows(&self) -> Option Oct 15 02:06:04.593 INFO kablam! 365 | | where Self: InnerQueryResult, Oct 15 02:06:04.593 INFO kablam! 366 | | { Oct 15 02:06:04.593 INFO kablam! 367 | | self.ok_packet_ref().map(OkPacket::affected_rows) Oct 15 02:06:04.593 INFO kablam! 368 | | } Oct 15 02:06:04.593 INFO kablam! | |_____^ Oct 15 02:06:04.593 INFO kablam! | Oct 15 02:06:04.593 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:04.593 INFO kablam! = note: for more information, see issue #51443 Oct 15 02:06:04.593 INFO kablam! = note: method `affected_rows` references the `Self` type in where clauses Oct 15 02:06:04.593 INFO kablam! Oct 15 02:06:05.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 15 02:06:05.111 INFO kablam! su: No module specific data is present Oct 15 02:06:05.951 INFO running `"docker" "rm" "-f" "4a5bfd4c6de71aa08dec128889a256d5fd4a21330de279cb8f4c8c7777d303b0"` Oct 15 02:06:06.247 INFO blam! 4a5bfd4c6de71aa08dec128889a256d5fd4a21330de279cb8f4c8c7777d303b0 Oct 15 02:06:06.251 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:06.747 INFO blam! 5403fb0aeda79a8a94147cc9adc4db7292ce2d25b746e8a54fa41b419db9c4f6 Oct 15 02:06:06.749 INFO running `"docker" "start" "-a" "5403fb0aeda79a8a94147cc9adc4db7292ce2d25b746e8a54fa41b419db9c4f6"` Oct 15 02:06:08.107 INFO kablam! usermod: no changes Oct 15 02:06:08.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 02:06:08.307 INFO kablam! Running /target/debug/deps/bug_test_01-b75b33147fd82d83 Oct 15 02:06:08.307 INFO blam! Oct 15 02:06:08.307 INFO blam! running 0 tests Oct 15 02:06:08.307 INFO blam! Oct 15 02:06:08.307 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:06:08.307 INFO blam! Oct 15 02:06:08.314 INFO kablam! su: No module specific data is present Oct 15 02:06:09.248 INFO running `"docker" "rm" "-f" "5403fb0aeda79a8a94147cc9adc4db7292ce2d25b746e8a54fa41b419db9c4f6"` Oct 15 02:06:09.523 INFO blam! 5403fb0aeda79a8a94147cc9adc4db7292ce2d25b746e8a54fa41b419db9c4f6