Oct 14 17:54:21.087 INFO testing iptq/orm against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:54:21.087 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 14 17:54:21.573 INFO blam! 682c4faf70aab4cf269c0297a8956ffa3fca717c0d503780b7ede8f2b21e9547 Oct 14 17:54:21.577 INFO running `"docker" "start" "-a" "682c4faf70aab4cf269c0297a8956ffa3fca717c0d503780b7ede8f2b21e9547"` Oct 14 17:54:22.537 INFO kablam! usermod: no changes Oct 14 17:54:22.795 INFO kablam! Compiling scheduled-thread-pool v0.2.0 Oct 14 17:54:22.795 INFO kablam! Compiling smallvec v0.6.5 Oct 14 17:54:22.795 INFO kablam! Compiling nix v0.11.0 Oct 14 17:54:22.795 INFO kablam! Compiling num-integer v0.1.39 Oct 14 17:54:22.795 INFO kablam! Compiling atoi v0.2.3 Oct 14 17:54:22.795 INFO kablam! Compiling checked v0.5.0 Oct 14 17:54:22.795 INFO kablam! Compiling miniz-sys v0.1.10 Oct 14 17:54:22.795 INFO kablam! Compiling digest v0.7.6 Oct 14 17:54:23.978 INFO kablam! Compiling sha2 v0.7.1 Oct 14 17:54:24.147 INFO kablam! Compiling flate2 v1.0.2 Oct 14 17:54:26.515 INFO kablam! Compiling r2d2 v0.8.2 Oct 14 17:54:26.850 INFO kablam! Compiling chrono v0.4.6 Oct 14 17:54:26.850 INFO kablam! Compiling num-bigint v0.2.0 Oct 14 17:54:34.091 INFO kablam! Compiling mysql_common v0.9.2 Oct 14 17:54:44.951 INFO kablam! Compiling mysql v14.1.0 Oct 14 17:54:51.892 INFO kablam! Compiling r2d2_mysql v9.0.0 Oct 14 17:54:53.203 INFO kablam! Compiling orm v0.1.0 (/source) Oct 14 17:54:54.327 INFO kablam! warning: unused import: `super::QueryClause` Oct 14 17:54:54.327 INFO kablam! --> src/structured/select.rs:1:5 Oct 14 17:54:54.327 INFO kablam! | Oct 14 17:54:54.327 INFO kablam! 1 | use super::QueryClause; Oct 14 17:54:54.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.327 INFO kablam! | Oct 14 17:54:54.327 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:54:54.327 INFO kablam! Oct 14 17:54:54.327 INFO kablam! warning: unused import: `Backend` Oct 14 17:54:54.327 INFO kablam! --> src/structured/select.rs:2:5 Oct 14 17:54:54.327 INFO kablam! | Oct 14 17:54:54.327 INFO kablam! 2 | use Backend; Oct 14 17:54:54.327 INFO kablam! | ^^^^^^^ Oct 14 17:54:54.327 INFO kablam! Oct 14 17:54:54.639 INFO kablam! warning: struct is never constructed: `MysqlBackend` Oct 14 17:54:54.640 INFO kablam! --> src/backend/mysql.rs:11:1 Oct 14 17:54:54.640 INFO kablam! | Oct 14 17:54:54.640 INFO kablam! 11 | pub struct MysqlBackend {} Oct 14 17:54:54.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.640 INFO kablam! | Oct 14 17:54:54.640 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:54:54.640 INFO kablam! Oct 14 17:54:54.640 INFO kablam! warning: field is never used: `pool` Oct 14 17:54:54.640 INFO kablam! --> src/backend/mysql.rs:23:5 Oct 14 17:54:54.640 INFO kablam! | Oct 14 17:54:54.640 INFO kablam! 23 | pool: Arc>, Oct 14 17:54:54.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.640 INFO kablam! Oct 14 17:54:54.640 INFO kablam! warning: enum is never used: `Session` Oct 14 17:54:54.640 INFO kablam! --> src/connection.rs:14:1 Oct 14 17:54:54.640 INFO kablam! | Oct 14 17:54:54.641 INFO kablam! 14 | pub enum Session { Oct 14 17:54:54.641 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:54:54.641 INFO kablam! Oct 14 17:54:54.644 INFO kablam! warning: field is never used: `connection` Oct 14 17:54:54.644 INFO kablam! --> src/query.rs:6:5 Oct 14 17:54:54.644 INFO kablam! | Oct 14 17:54:54.644 INFO kablam! 6 | connection: &'a ConnectionPool, Oct 14 17:54:54.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.644 INFO kablam! Oct 14 17:54:54.644 INFO kablam! warning: field is never used: `entities` Oct 14 17:54:54.644 INFO kablam! --> src/query.rs:7:5 Oct 14 17:54:54.644 INFO kablam! | Oct 14 17:54:54.644 INFO kablam! 7 | entities: Vec, Oct 14 17:54:54.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.644 INFO kablam! Oct 14 17:54:54.644 INFO kablam! warning: enum is never used: `Value` Oct 14 17:54:54.644 INFO kablam! --> src/query.rs:14:1 Oct 14 17:54:54.644 INFO kablam! | Oct 14 17:54:54.644 INFO kablam! 14 | pub enum Value {} Oct 14 17:54:54.644 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:54:54.644 INFO kablam! Oct 14 17:54:54.644 INFO kablam! warning: field is never used: `from_clause` Oct 14 17:54:54.644 INFO kablam! --> src/structured/select.rs:5:5 Oct 14 17:54:54.644 INFO kablam! | Oct 14 17:54:54.644 INFO kablam! 5 | from_clause: Option, Oct 14 17:54:54.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.644 INFO kablam! Oct 14 17:54:54.644 INFO kablam! warning: field is never used: `where_clause` Oct 14 17:54:54.645 INFO kablam! --> src/structured/select.rs:6:5 Oct 14 17:54:54.645 INFO kablam! | Oct 14 17:54:54.645 INFO kablam! 6 | where_clause: SelectWhereClause, Oct 14 17:54:54.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.645 INFO kablam! Oct 14 17:54:54.645 INFO kablam! warning: field is never used: `inner_columns` Oct 14 17:54:54.645 INFO kablam! --> src/structured/select.rs:7:5 Oct 14 17:54:54.645 INFO kablam! | Oct 14 17:54:54.645 INFO kablam! 7 | inner_columns: Vec, Oct 14 17:54:54.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.645 INFO kablam! Oct 14 17:54:54.645 INFO kablam! warning: field is never used: `limit_clause` Oct 14 17:54:54.645 INFO kablam! --> src/structured/select.rs:8:5 Oct 14 17:54:54.645 INFO kablam! | Oct 14 17:54:54.645 INFO kablam! 8 | limit_clause: Option, Oct 14 17:54:54.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.645 INFO kablam! Oct 14 17:54:54.645 INFO kablam! warning: struct is never constructed: `TinyInt` Oct 14 17:54:54.645 INFO kablam! --> src/types.rs:3:1 Oct 14 17:54:54.645 INFO kablam! | Oct 14 17:54:54.645 INFO kablam! 3 | pub struct TinyInt {} Oct 14 17:54:54.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.645 INFO kablam! Oct 14 17:54:54.645 INFO kablam! warning: enum is never used: `SqlTypes` Oct 14 17:54:54.645 INFO kablam! --> src/types.rs:7:1 Oct 14 17:54:54.645 INFO kablam! | Oct 14 17:54:54.645 INFO kablam! 7 | pub enum SqlTypes { Oct 14 17:54:54.645 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:54:54.645 INFO kablam! Oct 14 17:54:54.833 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.28s Oct 14 17:54:54.848 INFO kablam! su: No module specific data is present Oct 14 17:54:56.280 INFO running `"docker" "rm" "-f" "682c4faf70aab4cf269c0297a8956ffa3fca717c0d503780b7ede8f2b21e9547"` Oct 14 17:54:56.599 INFO blam! 682c4faf70aab4cf269c0297a8956ffa3fca717c0d503780b7ede8f2b21e9547 Oct 14 17:54:56.611 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 14 17:54:57.130 INFO blam! 95a552b6c473d9dbb38f79870e04dbf5b9a1b1ec5ba50c0b2b28ab085031878b Oct 14 17:54:57.132 INFO running `"docker" "start" "-a" "95a552b6c473d9dbb38f79870e04dbf5b9a1b1ec5ba50c0b2b28ab085031878b"` Oct 14 17:54:58.707 INFO kablam! usermod: no changes Oct 14 17:54:58.959 INFO kablam! Compiling orm v0.1.0 (/source) Oct 14 17:55:00.119 INFO kablam! warning: unused import: `super::QueryClause` Oct 14 17:55:00.119 INFO kablam! --> src/structured/select.rs:1:5 Oct 14 17:55:00.119 INFO kablam! | Oct 14 17:55:00.119 INFO kablam! 1 | use super::QueryClause; Oct 14 17:55:00.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.119 INFO kablam! | Oct 14 17:55:00.119 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:55:00.119 INFO kablam! Oct 14 17:55:00.119 INFO kablam! warning: unused import: `Backend` Oct 14 17:55:00.119 INFO kablam! --> src/structured/select.rs:2:5 Oct 14 17:55:00.119 INFO kablam! | Oct 14 17:55:00.119 INFO kablam! 2 | use Backend; Oct 14 17:55:00.119 INFO kablam! | ^^^^^^^ Oct 14 17:55:00.119 INFO kablam! Oct 14 17:55:00.339 INFO kablam! warning: struct is never constructed: `MysqlBackend` Oct 14 17:55:00.339 INFO kablam! --> src/backend/mysql.rs:11:1 Oct 14 17:55:00.339 INFO kablam! | Oct 14 17:55:00.339 INFO kablam! 11 | pub struct MysqlBackend {} Oct 14 17:55:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.339 INFO kablam! | Oct 14 17:55:00.339 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:55:00.339 INFO kablam! Oct 14 17:55:00.339 INFO kablam! warning: field is never used: `pool` Oct 14 17:55:00.339 INFO kablam! --> src/backend/mysql.rs:23:5 Oct 14 17:55:00.339 INFO kablam! | Oct 14 17:55:00.339 INFO kablam! 23 | pool: Arc>, Oct 14 17:55:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.339 INFO kablam! Oct 14 17:55:00.339 INFO kablam! warning: enum is never used: `Session` Oct 14 17:55:00.339 INFO kablam! --> src/connection.rs:14:1 Oct 14 17:55:00.339 INFO kablam! | Oct 14 17:55:00.339 INFO kablam! 14 | pub enum Session { Oct 14 17:55:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 17:55:00.339 INFO kablam! Oct 14 17:55:00.339 INFO kablam! warning: field is never used: `connection` Oct 14 17:55:00.339 INFO kablam! --> src/query.rs:6:5 Oct 14 17:55:00.339 INFO kablam! | Oct 14 17:55:00.339 INFO kablam! 6 | connection: &'a ConnectionPool, Oct 14 17:55:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.339 INFO kablam! Oct 14 17:55:00.339 INFO kablam! warning: field is never used: `entities` Oct 14 17:55:00.339 INFO kablam! --> src/query.rs:7:5 Oct 14 17:55:00.339 INFO kablam! | Oct 14 17:55:00.339 INFO kablam! 7 | entities: Vec, Oct 14 17:55:00.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.339 INFO kablam! Oct 14 17:55:00.340 INFO kablam! warning: enum is never used: `Value` Oct 14 17:55:00.340 INFO kablam! --> src/query.rs:14:1 Oct 14 17:55:00.340 INFO kablam! | Oct 14 17:55:00.340 INFO kablam! 14 | pub enum Value {} Oct 14 17:55:00.340 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:55:00.340 INFO kablam! Oct 14 17:55:00.340 INFO kablam! warning: field is never used: `from_clause` Oct 14 17:55:00.340 INFO kablam! --> src/structured/select.rs:5:5 Oct 14 17:55:00.340 INFO kablam! | Oct 14 17:55:00.340 INFO kablam! 5 | from_clause: Option, Oct 14 17:55:00.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.340 INFO kablam! Oct 14 17:55:00.340 INFO kablam! warning: field is never used: `where_clause` Oct 14 17:55:00.340 INFO kablam! --> src/structured/select.rs:6:5 Oct 14 17:55:00.340 INFO kablam! | Oct 14 17:55:00.340 INFO kablam! 6 | where_clause: SelectWhereClause, Oct 14 17:55:00.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.340 INFO kablam! Oct 14 17:55:00.340 INFO kablam! warning: field is never used: `inner_columns` Oct 14 17:55:00.340 INFO kablam! --> src/structured/select.rs:7:5 Oct 14 17:55:00.340 INFO kablam! | Oct 14 17:55:00.340 INFO kablam! 7 | inner_columns: Vec, Oct 14 17:55:00.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.340 INFO kablam! Oct 14 17:55:00.340 INFO kablam! warning: field is never used: `limit_clause` Oct 14 17:55:00.340 INFO kablam! --> src/structured/select.rs:8:5 Oct 14 17:55:00.340 INFO kablam! | Oct 14 17:55:00.340 INFO kablam! 8 | limit_clause: Option, Oct 14 17:55:00.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.340 INFO kablam! Oct 14 17:55:00.340 INFO kablam! warning: struct is never constructed: `TinyInt` Oct 14 17:55:00.340 INFO kablam! --> src/types.rs:3:1 Oct 14 17:55:00.340 INFO kablam! | Oct 14 17:55:00.340 INFO kablam! 3 | pub struct TinyInt {} Oct 14 17:55:00.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.340 INFO kablam! Oct 14 17:55:00.340 INFO kablam! warning: enum is never used: `SqlTypes` Oct 14 17:55:00.340 INFO kablam! --> src/types.rs:7:1 Oct 14 17:55:00.340 INFO kablam! | Oct 14 17:55:00.340 INFO kablam! 7 | pub enum SqlTypes { Oct 14 17:55:00.340 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:55:00.340 INFO kablam! Oct 14 17:55:01.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Oct 14 17:55:01.151 INFO kablam! su: No module specific data is present Oct 14 17:55:02.375 INFO running `"docker" "rm" "-f" "95a552b6c473d9dbb38f79870e04dbf5b9a1b1ec5ba50c0b2b28ab085031878b"` Oct 14 17:55:02.743 INFO blam! 95a552b6c473d9dbb38f79870e04dbf5b9a1b1ec5ba50c0b2b28ab085031878b Oct 14 17:55:02.756 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 14 17:55:03.163 INFO blam! 1a87f3813f69778d49fe86d0767265cfcaefd2acd72249cacb5bcc582134eaa9 Oct 14 17:55:03.179 INFO running `"docker" "start" "-a" "1a87f3813f69778d49fe86d0767265cfcaefd2acd72249cacb5bcc582134eaa9"` Oct 14 17:55:04.801 INFO kablam! usermod: no changes Oct 14 17:55:04.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 14 17:55:05.013 INFO kablam! Running /target/debug/deps/orm-a44bfe16ac801d23 Oct 14 17:55:05.016 INFO blam! Oct 14 17:55:05.016 INFO blam! running 0 tests Oct 14 17:55:05.016 INFO blam! Oct 14 17:55:05.017 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:55:05.017 INFO blam! Oct 14 17:55:05.018 INFO kablam! Doc-tests orm Oct 14 17:55:06.842 INFO blam! Oct 14 17:55:06.842 INFO blam! running 0 tests Oct 14 17:55:06.847 INFO blam! Oct 14 17:55:06.847 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:55:06.848 INFO blam! Oct 14 17:55:06.859 INFO kablam! su: No module specific data is present Oct 14 17:55:08.142 INFO running `"docker" "rm" "-f" "1a87f3813f69778d49fe86d0767265cfcaefd2acd72249cacb5bcc582134eaa9"` Oct 14 17:55:08.349 INFO blam! 1a87f3813f69778d49fe86d0767265cfcaefd2acd72249cacb5bcc582134eaa9