Oct 15 09:40:35.786 INFO testing KVData/mysql2mongodb against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:40:35.787 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 09:40:36.238 INFO blam! 880c1df59900c845b87c65462d6afa60063ea2070609f64fe5bef328e7ff06bf Oct 15 09:40:36.243 INFO running `"docker" "start" "-a" "880c1df59900c845b87c65462d6afa60063ea2070609f64fe5bef328e7ff06bf"` Oct 15 09:40:38.498 INFO kablam! usermod: no changes Oct 15 09:40:38.785 INFO kablam! Compiling scan_fmt v0.1.1 Oct 15 09:40:38.786 INFO kablam! Compiling atoi v0.2.2 Oct 15 09:40:38.831 INFO kablam! Compiling hostname v0.1.3 Oct 15 09:40:38.832 INFO kablam! Compiling toml v0.4.5 Oct 15 09:40:38.840 INFO kablam! Compiling serde_json v1.0.4 Oct 15 09:40:38.843 INFO kablam! Compiling nix v0.9.0 Oct 15 09:40:38.845 INFO kablam! Compiling nom v3.2.0 Oct 15 09:40:38.847 INFO kablam! Compiling twox-hash v1.1.0 Oct 15 09:40:42.595 INFO kablam! Compiling thread_local v0.3.4 Oct 15 09:40:42.614 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 09:40:42.619 INFO kablam! Compiling textnonce v0.6.3 Oct 15 09:40:48.186 INFO kablam! Compiling regex v0.2.2 Oct 15 09:41:00.527 INFO kablam! Compiling config v0.7.0 Oct 15 09:41:13.943 INFO kablam! Compiling mysql_common v0.2.0 Oct 15 09:41:18.512 INFO kablam! Compiling bson v0.10.0 Oct 15 09:41:23.403 INFO kablam! Compiling mongodb v0.3.7 Oct 15 09:41:25.242 INFO kablam! Compiling mysql v12.0.3 Oct 15 09:41:38.595 INFO kablam! Compiling mysql2mongodb v0.1.0 (/source) Oct 15 09:41:41.067 INFO kablam! warning: unused `#[macro_use]` import Oct 15 09:41:41.067 INFO kablam! --> src/main.rs:1:1 Oct 15 09:41:41.067 INFO kablam! | Oct 15 09:41:41.067 INFO kablam! 1 | #[macro_use] Oct 15 09:41:41.067 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:41:41.067 INFO kablam! | Oct 15 09:41:41.067 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:41:41.067 INFO kablam! Oct 15 09:41:41.359 INFO kablam! warning: struct is never constructed: `Goods` Oct 15 09:41:41.359 INFO kablam! --> src/main.rs:100:1 Oct 15 09:41:41.359 INFO kablam! | Oct 15 09:41:41.359 INFO kablam! 100 | struct Goods { Oct 15 09:41:41.359 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:41:41.359 INFO kablam! | Oct 15 09:41:41.359 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:41:41.359 INFO kablam! Oct 15 09:41:41.359 INFO kablam! warning: method is never used: `to_bson` Oct 15 09:41:41.359 INFO kablam! --> src/main.rs:117:5 Oct 15 09:41:41.359 INFO kablam! | Oct 15 09:41:41.359 INFO kablam! 117 | fn to_bson(&self) -> Document { Oct 15 09:41:41.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:41:41.359 INFO kablam! Oct 15 09:41:41.359 INFO kablam! warning: function is never used: `get_goods_count` Oct 15 09:41:41.359 INFO kablam! --> src/main.rs:139:1 Oct 15 09:41:41.359 INFO kablam! | Oct 15 09:41:41.359 INFO kablam! 139 | fn get_goods_count(pool: &mysql::Pool) -> u32 { Oct 15 09:41:41.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:41:41.359 INFO kablam! Oct 15 09:41:41.359 INFO kablam! warning: function is never used: `get_goods_by_page` Oct 15 09:41:41.359 INFO kablam! --> src/main.rs:150:1 Oct 15 09:41:41.359 INFO kablam! | Oct 15 09:41:41.359 INFO kablam! 150 | fn get_goods_by_page(pool: &mysql::Pool, current_size: u32, page_size: u32) -> Vec { Oct 15 09:41:41.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:41:41.359 INFO kablam! Oct 15 09:41:41.359 INFO kablam! warning: function is never used: `get_comments_by_goods` Oct 15 09:41:41.359 INFO kablam! --> src/main.rs:178:1 Oct 15 09:41:41.359 INFO kablam! | Oct 15 09:41:41.359 INFO kablam! 178 | fn get_comments_by_goods(pool: &mysql::Pool, good_id: &str) -> Vec { Oct 15 09:41:41.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:41:41.359 INFO kablam! Oct 15 09:41:45.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 15 09:41:45.767 INFO kablam! su: No module specific data is present Oct 15 09:41:46.611 INFO running `"docker" "rm" "-f" "880c1df59900c845b87c65462d6afa60063ea2070609f64fe5bef328e7ff06bf"` Oct 15 09:41:46.898 INFO blam! 880c1df59900c845b87c65462d6afa60063ea2070609f64fe5bef328e7ff06bf Oct 15 09:41:46.920 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 09:41:47.396 INFO blam! bfacef0d8605fea0156620c0e0951bc0fe3c5157f86578d55ca92dfb60cc5898 Oct 15 09:41:47.397 INFO running `"docker" "start" "-a" "bfacef0d8605fea0156620c0e0951bc0fe3c5157f86578d55ca92dfb60cc5898"` Oct 15 09:41:48.463 INFO kablam! usermod: no changes Oct 15 09:41:48.679 INFO kablam! Compiling mysql2mongodb v0.1.0 (/source) Oct 15 09:41:51.391 INFO kablam! warning: unused `#[macro_use]` import Oct 15 09:41:51.391 INFO kablam! --> src/main.rs:1:1 Oct 15 09:41:51.391 INFO kablam! | Oct 15 09:41:51.391 INFO kablam! 1 | #[macro_use] Oct 15 09:41:51.391 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:41:51.391 INFO kablam! | Oct 15 09:41:51.391 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:41:51.391 INFO kablam! Oct 15 09:41:51.791 INFO kablam! warning: struct is never constructed: `Goods` Oct 15 09:41:51.791 INFO kablam! --> src/main.rs:100:1 Oct 15 09:41:51.791 INFO kablam! | Oct 15 09:41:51.791 INFO kablam! 100 | struct Goods { Oct 15 09:41:51.791 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:41:51.791 INFO kablam! | Oct 15 09:41:51.791 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:41:51.791 INFO kablam! Oct 15 09:41:51.791 INFO kablam! warning: method is never used: `to_bson` Oct 15 09:41:51.791 INFO kablam! --> src/main.rs:117:5 Oct 15 09:41:51.791 INFO kablam! | Oct 15 09:41:51.791 INFO kablam! 117 | fn to_bson(&self) -> Document { Oct 15 09:41:51.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:41:51.791 INFO kablam! Oct 15 09:41:51.791 INFO kablam! warning: function is never used: `get_goods_count` Oct 15 09:41:51.791 INFO kablam! --> src/main.rs:139:1 Oct 15 09:41:51.791 INFO kablam! | Oct 15 09:41:51.791 INFO kablam! 139 | fn get_goods_count(pool: &mysql::Pool) -> u32 { Oct 15 09:41:51.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:41:51.791 INFO kablam! Oct 15 09:41:51.791 INFO kablam! warning: function is never used: `get_goods_by_page` Oct 15 09:41:51.791 INFO kablam! --> src/main.rs:150:1 Oct 15 09:41:51.791 INFO kablam! | Oct 15 09:41:51.791 INFO kablam! 150 | fn get_goods_by_page(pool: &mysql::Pool, current_size: u32, page_size: u32) -> Vec { Oct 15 09:41:51.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:41:51.791 INFO kablam! Oct 15 09:41:51.791 INFO kablam! warning: function is never used: `get_comments_by_goods` Oct 15 09:41:51.791 INFO kablam! --> src/main.rs:178:1 Oct 15 09:41:51.791 INFO kablam! | Oct 15 09:41:51.791 INFO kablam! 178 | fn get_comments_by_goods(pool: &mysql::Pool, good_id: &str) -> Vec { Oct 15 09:41:51.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:41:51.791 INFO kablam! Oct 15 09:41:52.298 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.80s Oct 15 09:41:52.306 INFO kablam! su: No module specific data is present Oct 15 09:41:53.135 INFO running `"docker" "rm" "-f" "bfacef0d8605fea0156620c0e0951bc0fe3c5157f86578d55ca92dfb60cc5898"` Oct 15 09:41:53.387 INFO blam! bfacef0d8605fea0156620c0e0951bc0fe3c5157f86578d55ca92dfb60cc5898 Oct 15 09:41:53.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 09:41:53.920 INFO blam! e958332947cc2064435be4ea695f480e2a8399f8ff12e352101c05712a38b867 Oct 15 09:41:53.924 INFO running `"docker" "start" "-a" "e958332947cc2064435be4ea695f480e2a8399f8ff12e352101c05712a38b867"` Oct 15 09:41:55.066 INFO kablam! usermod: no changes Oct 15 09:41:55.222 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 09:41:55.234 INFO kablam! Running /target/debug/deps/mysql2mongodb-920f045328967cf5 Oct 15 09:41:55.259 INFO kablam! su: No module specific data is present Oct 15 09:41:55.259 INFO blam! Oct 15 09:41:55.259 INFO blam! running 0 tests Oct 15 09:41:55.259 INFO blam! Oct 15 09:41:55.259 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:41:55.259 INFO blam! Oct 15 09:41:56.389 INFO running `"docker" "rm" "-f" "e958332947cc2064435be4ea695f480e2a8399f8ff12e352101c05712a38b867"` Oct 15 09:41:56.631 INFO blam! e958332947cc2064435be4ea695f480e2a8399f8ff12e352101c05712a38b867