Oct 14 13:52:48.472 INFO testing leshow/mdt against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1
Oct 14 13:52:48.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13:52:48.967 INFO blam! 761d06fb86a0917c375e9e31fdfdec2fee6aee78e573c15d2019c1868ac91b03
Oct 14 13:52:48.969 INFO running `"docker" "start" "-a" "761d06fb86a0917c375e9e31fdfdec2fee6aee78e573c15d2019c1868ac91b03"`
Oct 14 13:52:50.224 INFO kablam! usermod: no changes
Oct 14 13:52:50.443 INFO kablam! Compiling num-traits v0.1.41
Oct 14 13:52:50.444 INFO kablam! Compiling libc v0.2.35
Oct 14 13:52:50.455 INFO kablam! Compiling same-file v1.0.1
Oct 14 13:52:50.456 INFO kablam! Compiling serde v1.0.27
Oct 14 13:52:50.475 INFO kablam! Compiling pulldown-cmark v0.1.0
Oct 14 13:52:50.487 INFO kablam! Compiling linked-hash-map v0.5.0
Oct 14 13:52:50.491 INFO kablam! Compiling getopts v0.2.15
Oct 14 13:52:50.522 INFO kablam! Compiling cmake v0.1.29
Oct 14 13:52:52.426 INFO kablam! Compiling miniz-sys v0.1.10
Oct 14 13:52:52.471 INFO kablam! Compiling base64 v0.8.0
Oct 14 13:52:55.616 INFO kablam! Compiling xml-rs v0.7.0
Oct 14 13:52:55.627 INFO kablam! Compiling yaml-rust v0.4.0
Oct 14 13:52:55.627 INFO kablam! Compiling walkdir v2.0.1
Oct 14 13:52:55.682 INFO kablam! Compiling num-integer v0.1.35
Oct 14 13:52:55.687 INFO kablam! Compiling onig_sys v66.1.4
Oct 14 13:52:55.727 INFO kablam! Compiling immeta v0.3.6
Oct 14 13:52:56.751 INFO kablam! Compiling serde_derive_internals v0.19.0
Oct 14 13:53:03.044 INFO kablam! Compiling time v0.1.39
Oct 14 13:53:03.179 INFO kablam! Compiling termion v1.5.1
Oct 14 13:53:15.047 INFO kablam! Compiling num-iter v0.1.34
Oct 14 13:53:15.299 INFO kablam! Compiling serde_derive v1.0.27
Oct 14 13:53:16.313 INFO kablam! Compiling flate2 v1.0.1
Oct 14 13:53:16.331 INFO kablam! Compiling num v0.1.41
Oct 14 13:53:16.959 INFO kablam! Compiling chrono v0.4.0
Oct 14 13:53:33.847 INFO kablam! Compiling onig v3.0.1
Oct 14 13:53:37.969 INFO kablam! Compiling serde_json v1.0.9
Oct 14 13:53:37.970 INFO kablam! Compiling bincode v0.9.2
Oct 14 13:53:37.975 INFO kablam! Compiling plist v0.2.4
Oct 14 13:53:44.023 INFO kablam! Compiling syntect v2.0.0
Oct 14 13:53:54.736 INFO kablam! Compiling mdt v0.1.0 (/source)
Oct 14 13:53:55.823 INFO kablam! warning: function is never used: `img_dim`
Oct 14 13:53:55.823 INFO kablam! --> src/img.rs:9:1
Oct 14 13:53:55.823 INFO kablam! |
Oct 14 13:53:55.823 INFO kablam! 9 | / pub fn img_dim
(path: P) -> MDResult<(u32, u32)>
Oct 14 13:53:55.823 INFO kablam! 10 | | where
Oct 14 13:53:55.823 INFO kablam! 11 | | P: AsRef,
Oct 14 13:53:55.823 INFO kablam! 12 | | {
Oct 14 13:53:55.823 INFO kablam! 13 | | let dim = immeta::load_from_file(path.as_ref())?.dimensions();
Oct 14 13:53:55.823 INFO kablam! 14 | | Ok((dim.width, dim.height))
Oct 14 13:53:55.823 INFO kablam! 15 | | }
Oct 14 13:53:55.823 INFO kablam! | |_^
Oct 14 13:53:55.823 INFO kablam! |
Oct 14 13:53:55.823 INFO kablam! = note: #[warn(dead_code)] on by default
Oct 14 13:53:55.823 INFO kablam!
Oct 14 13:53:55.823 INFO kablam! warning: field is never used: `table_alignments`
Oct 14 13:53:55.823 INFO kablam! --> src/terminal.rs:49:9
Oct 14 13:53:55.823 INFO kablam! |
Oct 14 13:53:55.823 INFO kablam! 49 | table_alignments: Vec,
Oct 14 13:53:55.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 13:53:55.826 INFO kablam!
Oct 14 13:53:59.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s
Oct 14 13:53:59.135 INFO kablam! su: No module specific data is present
Oct 14 13:54:00.639 INFO running `"docker" "rm" "-f" "761d06fb86a0917c375e9e31fdfdec2fee6aee78e573c15d2019c1868ac91b03"`
Oct 14 13:54:01.005 INFO blam! 761d06fb86a0917c375e9e31fdfdec2fee6aee78e573c15d2019c1868ac91b03
Oct 14 13:54:01.007 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13:54:01.437 INFO blam! cc3ee3b1742f3467c3ea379e7e11c22dc1d939497f6522e1608aad1bb3eb69bb
Oct 14 13:54:01.439 INFO running `"docker" "start" "-a" "cc3ee3b1742f3467c3ea379e7e11c22dc1d939497f6522e1608aad1bb3eb69bb"`
Oct 14 13:54:03.431 INFO kablam! usermod: no changes
Oct 14 13:54:03.543 INFO kablam! Compiling mdt v0.1.0 (/source)
Oct 14 13:54:04.493 INFO kablam! warning: function is never used: `img_dim`
Oct 14 13:54:04.493 INFO kablam! --> src/img.rs:9:1
Oct 14 13:54:04.493 INFO kablam! |
Oct 14 13:54:04.493 INFO kablam! 9 | / pub fn img_dim(path: P) -> MDResult<(u32, u32)>
Oct 14 13:54:04.493 INFO kablam! 10 | | where
Oct 14 13:54:04.493 INFO kablam! 11 | | P: AsRef,
Oct 14 13:54:04.493 INFO kablam! 12 | | {
Oct 14 13:54:04.493 INFO kablam! 13 | | let dim = immeta::load_from_file(path.as_ref())?.dimensions();
Oct 14 13:54:04.493 INFO kablam! 14 | | Ok((dim.width, dim.height))
Oct 14 13:54:04.493 INFO kablam! 15 | | }
Oct 14 13:54:04.493 INFO kablam! | |_^
Oct 14 13:54:04.493 INFO kablam! |
Oct 14 13:54:04.493 INFO kablam! = note: #[warn(dead_code)] on by default
Oct 14 13:54:04.493 INFO kablam!
Oct 14 13:54:04.494 INFO kablam! warning: field is never used: `table_alignments`
Oct 14 13:54:04.494 INFO kablam! --> src/terminal.rs:49:9
Oct 14 13:54:04.494 INFO kablam! |
Oct 14 13:54:04.494 INFO kablam! 49 | table_alignments: Vec,
Oct 14 13:54:04.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 13:54:04.494 INFO kablam!
Oct 14 13:54:05.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s
Oct 14 13:54:05.084 INFO kablam! su: No module specific data is present
Oct 14 13:54:06.343 INFO running `"docker" "rm" "-f" "cc3ee3b1742f3467c3ea379e7e11c22dc1d939497f6522e1608aad1bb3eb69bb"`
Oct 14 13:54:06.695 INFO blam! cc3ee3b1742f3467c3ea379e7e11c22dc1d939497f6522e1608aad1bb3eb69bb
Oct 14 13:54:06.703 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13:54:07.156 INFO blam! af16b7607f09f4f3ba1eb3c942125dee3c85bbda431310efb56642d6e307c943
Oct 14 13:54:07.157 INFO running `"docker" "start" "-a" "af16b7607f09f4f3ba1eb3c942125dee3c85bbda431310efb56642d6e307c943"`
Oct 14 13:54:09.570 INFO kablam! usermod: no changes
Oct 14 13:54:09.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s
Oct 14 13:54:09.731 INFO kablam! Running /target/debug/deps/mdt-9eae07d91fa9ba76
Oct 14 13:54:09.735 INFO blam!
Oct 14 13:54:09.735 INFO blam! running 0 tests
Oct 14 13:54:09.735 INFO blam!
Oct 14 13:54:09.735 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 14 13:54:09.735 INFO blam!
Oct 14 13:54:09.736 INFO kablam! su: No module specific data is present
Oct 14 13:54:11.383 INFO running `"docker" "rm" "-f" "af16b7607f09f4f3ba1eb3c942125dee3c85bbda431310efb56642d6e307c943"`
Oct 14 13:54:11.755 INFO blam! af16b7607f09f4f3ba1eb3c942125dee3c85bbda431310efb56642d6e307c943