Oct 11 06:01:57.843 INFO testing KVData/mysql2mongodb against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:01:57.843 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:01:57.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 06:01:58.284 INFO blam! 6667d72293a3801d6cfbbca0ceeb24138b5c3b5491de8abfe43e9a9cfdf99532 Oct 11 06:01:58.284 INFO running `"docker" "start" "-a" "6667d72293a3801d6cfbbca0ceeb24138b5c3b5491de8abfe43e9a9cfdf99532"` Oct 11 06:01:59.431 INFO kablam! usermod: no changes Oct 11 06:01:59.716 INFO kablam! Compiling atoi v0.2.2 Oct 11 06:01:59.716 INFO kablam! Compiling hostname v0.1.3 Oct 11 06:01:59.716 INFO kablam! Compiling serde_json v1.0.4 Oct 11 06:01:59.716 INFO kablam! Compiling nix v0.9.0 Oct 11 06:01:59.718 INFO kablam! Compiling thread_local v0.3.4 Oct 11 06:01:59.718 INFO kablam! Compiling aho-corasick v0.6.3 Oct 11 06:01:59.718 INFO kablam! Compiling nom v3.2.0 Oct 11 06:01:59.719 INFO kablam! Compiling twox-hash v1.1.0 Oct 11 06:02:03.056 INFO kablam! Compiling rust-crypto v0.2.36 Oct 11 06:02:03.076 INFO kablam! Compiling textnonce v0.6.3 Oct 11 06:02:05.460 INFO kablam! Compiling regex v0.2.2 Oct 11 06:02:13.624 INFO kablam! Compiling config v0.7.0 Oct 11 06:02:23.940 INFO kablam! Compiling mysql_common v0.2.0 Oct 11 06:02:27.776 INFO kablam! Compiling bson v0.10.0 Oct 11 06:02:31.988 INFO kablam! Compiling mongodb v0.3.7 Oct 11 06:02:34.119 INFO kablam! Compiling mysql v12.0.3 Oct 11 06:02:46.529 INFO kablam! Compiling mysql2mongodb v0.1.0 (/source) Oct 11 06:02:51.728 INFO kablam! warning: unused `#[macro_use]` import Oct 11 06:02:51.728 INFO kablam! --> src/main.rs:1:1 Oct 11 06:02:51.728 INFO kablam! | Oct 11 06:02:51.728 INFO kablam! 1 | #[macro_use] Oct 11 06:02:51.728 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:02:51.728 INFO kablam! | Oct 11 06:02:51.728 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:02:51.728 INFO kablam! Oct 11 06:02:52.044 INFO kablam! warning: struct is never constructed: `Goods` Oct 11 06:02:52.044 INFO kablam! --> src/main.rs:100:1 Oct 11 06:02:52.044 INFO kablam! | Oct 11 06:02:52.044 INFO kablam! 100 | struct Goods { Oct 11 06:02:52.044 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:02:52.045 INFO kablam! | Oct 11 06:02:52.045 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:02:52.045 INFO kablam! Oct 11 06:02:52.045 INFO kablam! warning: method is never used: `to_bson` Oct 11 06:02:52.045 INFO kablam! --> src/main.rs:117:5 Oct 11 06:02:52.045 INFO kablam! | Oct 11 06:02:52.045 INFO kablam! 117 | fn to_bson(&self) -> Document { Oct 11 06:02:52.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:02:52.045 INFO kablam! Oct 11 06:02:52.045 INFO kablam! warning: function is never used: `get_goods_count` Oct 11 06:02:52.045 INFO kablam! --> src/main.rs:139:1 Oct 11 06:02:52.045 INFO kablam! | Oct 11 06:02:52.045 INFO kablam! 139 | fn get_goods_count(pool: &mysql::Pool) -> u32 { Oct 11 06:02:52.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:02:52.045 INFO kablam! Oct 11 06:02:52.045 INFO kablam! warning: function is never used: `get_goods_by_page` Oct 11 06:02:52.045 INFO kablam! --> src/main.rs:150:1 Oct 11 06:02:52.045 INFO kablam! | Oct 11 06:02:52.045 INFO kablam! 150 | fn get_goods_by_page(pool: &mysql::Pool, current_size: u32, page_size: u32) -> Vec { Oct 11 06:02:52.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:02:52.045 INFO kablam! Oct 11 06:02:52.045 INFO kablam! warning: function is never used: `get_comments_by_goods` Oct 11 06:02:52.045 INFO kablam! --> src/main.rs:178:1 Oct 11 06:02:52.045 INFO kablam! | Oct 11 06:02:52.045 INFO kablam! 178 | fn get_comments_by_goods(pool: &mysql::Pool, good_id: &str) -> Vec { Oct 11 06:02:52.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:02:52.045 INFO kablam! Oct 11 06:02:56.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.41s Oct 11 06:02:56.888 INFO kablam! su: No module specific data is present Oct 11 06:02:57.615 INFO running `"docker" "rm" "-f" "6667d72293a3801d6cfbbca0ceeb24138b5c3b5491de8abfe43e9a9cfdf99532"` Oct 11 06:02:57.882 INFO blam! 6667d72293a3801d6cfbbca0ceeb24138b5c3b5491de8abfe43e9a9cfdf99532 Oct 11 06:02:57.886 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:02:57.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 06:02:58.323 INFO blam! 7d233b8895ac3ce3181786d01fba1011d3136788a227dd018c43f9273dc8f436 Oct 11 06:02:58.326 INFO running `"docker" "start" "-a" "7d233b8895ac3ce3181786d01fba1011d3136788a227dd018c43f9273dc8f436"` Oct 11 06:03:00.658 INFO kablam! usermod: no changes Oct 11 06:03:00.828 INFO kablam! Compiling mysql2mongodb v0.1.0 (/source) Oct 11 06:03:07.201 INFO kablam! warning: unused `#[macro_use]` import Oct 11 06:03:07.202 INFO kablam! --> src/main.rs:1:1 Oct 11 06:03:07.202 INFO kablam! | Oct 11 06:03:07.202 INFO kablam! 1 | #[macro_use] Oct 11 06:03:07.202 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:03:07.203 INFO kablam! | Oct 11 06:03:07.203 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:03:07.203 INFO kablam! Oct 11 06:03:07.736 INFO kablam! warning: struct is never constructed: `Goods` Oct 11 06:03:07.736 INFO kablam! --> src/main.rs:100:1 Oct 11 06:03:07.736 INFO kablam! | Oct 11 06:03:07.736 INFO kablam! 100 | struct Goods { Oct 11 06:03:07.736 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:03:07.736 INFO kablam! | Oct 11 06:03:07.736 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:03:07.736 INFO kablam! Oct 11 06:03:07.736 INFO kablam! warning: method is never used: `to_bson` Oct 11 06:03:07.737 INFO kablam! --> src/main.rs:117:5 Oct 11 06:03:07.737 INFO kablam! | Oct 11 06:03:07.737 INFO kablam! 117 | fn to_bson(&self) -> Document { Oct 11 06:03:07.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:07.737 INFO kablam! Oct 11 06:03:07.737 INFO kablam! warning: function is never used: `get_goods_count` Oct 11 06:03:07.737 INFO kablam! --> src/main.rs:139:1 Oct 11 06:03:07.737 INFO kablam! | Oct 11 06:03:07.737 INFO kablam! 139 | fn get_goods_count(pool: &mysql::Pool) -> u32 { Oct 11 06:03:07.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:07.737 INFO kablam! Oct 11 06:03:07.737 INFO kablam! warning: function is never used: `get_goods_by_page` Oct 11 06:03:07.737 INFO kablam! --> src/main.rs:150:1 Oct 11 06:03:07.737 INFO kablam! | Oct 11 06:03:07.737 INFO kablam! 150 | fn get_goods_by_page(pool: &mysql::Pool, current_size: u32, page_size: u32) -> Vec { Oct 11 06:03:07.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:07.737 INFO kablam! Oct 11 06:03:07.737 INFO kablam! warning: function is never used: `get_comments_by_goods` Oct 11 06:03:07.737 INFO kablam! --> src/main.rs:178:1 Oct 11 06:03:07.737 INFO kablam! | Oct 11 06:03:07.737 INFO kablam! 178 | fn get_comments_by_goods(pool: &mysql::Pool, good_id: &str) -> Vec { Oct 11 06:03:07.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:03:07.737 INFO kablam! Oct 11 06:03:08.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.85s Oct 11 06:03:08.544 INFO kablam! su: No module specific data is present Oct 11 06:03:10.801 INFO running `"docker" "rm" "-f" "7d233b8895ac3ce3181786d01fba1011d3136788a227dd018c43f9273dc8f436"` Oct 11 06:03:11.176 INFO blam! 7d233b8895ac3ce3181786d01fba1011d3136788a227dd018c43f9273dc8f436 Oct 11 06:03:11.188 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:03:11.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 06:03:11.688 INFO blam! e78215f0292830e60cecd86509b48e9f1f7ff1a35e813398607468b680a74b64 Oct 11 06:03:11.689 INFO running `"docker" "start" "-a" "e78215f0292830e60cecd86509b48e9f1f7ff1a35e813398607468b680a74b64"` Oct 11 06:03:12.884 INFO kablam! usermod: no changes Oct 11 06:03:13.134 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 11 06:03:13.142 INFO kablam! Running /target/debug/deps/mysql2mongodb-920f045328967cf5 Oct 11 06:03:13.161 INFO kablam! su: No module specific data is present Oct 11 06:03:13.161 INFO blam! Oct 11 06:03:13.161 INFO blam! running 0 tests Oct 11 06:03:13.161 INFO blam! Oct 11 06:03:13.161 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:03:13.161 INFO blam! Oct 11 06:03:13.932 INFO running `"docker" "rm" "-f" "e78215f0292830e60cecd86509b48e9f1f7ff1a35e813398607468b680a74b64"` Oct 11 06:03:14.172 INFO blam! e78215f0292830e60cecd86509b48e9f1f7ff1a35e813398607468b680a74b64