Oct 10 22:55:20.139 INFO testing fredlahde/kermit against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:55:20.140 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:55:20.141 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:55:20.544 INFO blam! 5ae31c64d16fe2cceb4c4484282a155529ffb0184da21fe70c32907fa2c0324f Oct 10 22:55:20.568 INFO running `"docker" "start" "-a" "5ae31c64d16fe2cceb4c4484282a155529ffb0184da21fe70c32907fa2c0324f"` Oct 10 22:55:21.733 INFO kablam! usermod: no changes Oct 10 22:55:21.856 INFO kablam! Compiling cc v1.0.24 Oct 10 22:55:21.868 INFO kablam! Compiling same-file v1.0.3 Oct 10 22:55:21.880 INFO kablam! Compiling syn v0.14.9 Oct 10 22:55:21.880 INFO kablam! Compiling syn v0.15.3 Oct 10 22:55:22.468 INFO kablam! Compiling walkdir v2.2.5 Oct 10 22:55:26.508 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 10 22:55:29.561 INFO kablam! Compiling backtrace v0.3.9 Oct 10 22:55:35.888 INFO kablam! Compiling serde_derive v1.0.78 Oct 10 22:55:38.069 INFO kablam! Compiling synstructure v0.9.0 Oct 10 22:55:41.636 INFO kablam! Compiling failure_derive v0.1.2 Oct 10 22:55:44.133 INFO kablam! Compiling failure v0.1.2 Oct 10 22:55:51.613 INFO kablam! Compiling kermit v0.1.0 (/source) Oct 10 22:55:52.024 INFO kablam! warning: unused variable: `args` Oct 10 22:55:52.024 INFO kablam! --> src/main.rs:16:9 Oct 10 22:55:52.024 INFO kablam! | Oct 10 22:55:52.024 INFO kablam! 16 | let args: Vec = env::args().collect(); Oct 10 22:55:52.024 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 10 22:55:52.024 INFO kablam! | Oct 10 22:55:52.024 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:55:52.024 INFO kablam! Oct 10 22:55:52.088 INFO kablam! warning: struct is never constructed: `ComposeRunner` Oct 10 22:55:52.089 INFO kablam! --> src/compose_runner.rs:1:1 Oct 10 22:55:52.089 INFO kablam! | Oct 10 22:55:52.089 INFO kablam! 1 | pub struct ComposeRunner {} Oct 10 22:55:52.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:55:52.090 INFO kablam! | Oct 10 22:55:52.090 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:55:52.091 INFO kablam! Oct 10 22:55:52.091 INFO kablam! warning: method is never used: `new` Oct 10 22:55:52.091 INFO kablam! --> src/compose_scanner.rs:14:5 Oct 10 22:55:52.091 INFO kablam! | Oct 10 22:55:52.092 INFO kablam! 14 | fn new(path: &str) -> ScanResult { Oct 10 22:55:52.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:55:52.092 INFO kablam! Oct 10 22:55:52.092 INFO kablam! warning: method is never used: `scan` Oct 10 22:55:52.093 INFO kablam! --> src/compose_scanner.rs:28:5 Oct 10 22:55:52.093 INFO kablam! | Oct 10 22:55:52.093 INFO kablam! 28 | pub fn scan(&self, base_path: &str) -> Result, Error> { Oct 10 22:55:52.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:55:52.094 INFO kablam! Oct 10 22:55:52.094 INFO kablam! warning: method is never used: `to_file` Oct 10 22:55:52.095 INFO kablam! --> src/compose_scanner.rs:45:5 Oct 10 22:55:52.095 INFO kablam! | Oct 10 22:55:52.095 INFO kablam! 45 | pub fn to_file(&self, path: &str, out_file: &str) -> Result<(), Error> { Oct 10 22:55:52.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:55:52.096 INFO kablam! Oct 10 22:55:52.096 INFO kablam! warning: function is never used: `check_compose_directory` Oct 10 22:55:52.097 INFO kablam! --> src/compose_scanner.rs:65:1 Oct 10 22:55:52.097 INFO kablam! | Oct 10 22:55:52.097 INFO kablam! 65 | fn check_compose_directory(path: &str) -> bool { Oct 10 22:55:52.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:55:52.098 INFO kablam! Oct 10 22:55:53.064 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.29s Oct 10 22:55:53.068 INFO kablam! su: No module specific data is present Oct 10 22:55:53.569 INFO running `"docker" "rm" "-f" "5ae31c64d16fe2cceb4c4484282a155529ffb0184da21fe70c32907fa2c0324f"` Oct 10 22:55:53.808 INFO blam! 5ae31c64d16fe2cceb4c4484282a155529ffb0184da21fe70c32907fa2c0324f Oct 10 22:55:53.816 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:55:53.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:55:54.266 INFO blam! af275ba8c3b05a5d7eeaeaee0c19c5fa00d4d8ae3a65e7f9bea90bb7f6f560db Oct 10 22:55:54.272 INFO running `"docker" "start" "-a" "af275ba8c3b05a5d7eeaeaee0c19c5fa00d4d8ae3a65e7f9bea90bb7f6f560db"` Oct 10 22:55:54.999 INFO kablam! usermod: no changes Oct 10 22:55:55.062 INFO kablam! Compiling kermit v0.1.0 (/source) Oct 10 22:55:55.316 INFO kablam! warning: unused variable: `args` Oct 10 22:55:55.316 INFO kablam! --> src/main.rs:16:9 Oct 10 22:55:55.316 INFO kablam! | Oct 10 22:55:55.316 INFO kablam! 16 | let args: Vec = env::args().collect(); Oct 10 22:55:55.316 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 10 22:55:55.316 INFO kablam! | Oct 10 22:55:55.316 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:55:55.316 INFO kablam! Oct 10 22:55:55.370 INFO kablam! warning: struct is never constructed: `ComposeRunner` Oct 10 22:55:55.370 INFO kablam! --> src/compose_runner.rs:1:1 Oct 10 22:55:55.370 INFO kablam! | Oct 10 22:55:55.370 INFO kablam! 1 | pub struct ComposeRunner {} Oct 10 22:55:55.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:55:55.370 INFO kablam! | Oct 10 22:55:55.370 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:55:55.370 INFO kablam! Oct 10 22:55:55.370 INFO kablam! warning: method is never used: `new` Oct 10 22:55:55.370 INFO kablam! --> src/compose_scanner.rs:14:5 Oct 10 22:55:55.370 INFO kablam! | Oct 10 22:55:55.370 INFO kablam! 14 | fn new(path: &str) -> ScanResult { Oct 10 22:55:55.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:55:55.371 INFO kablam! Oct 10 22:55:55.371 INFO kablam! warning: method is never used: `scan` Oct 10 22:55:55.371 INFO kablam! --> src/compose_scanner.rs:28:5 Oct 10 22:55:55.371 INFO kablam! | Oct 10 22:55:55.371 INFO kablam! 28 | pub fn scan(&self, base_path: &str) -> Result, Error> { Oct 10 22:55:55.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:55:55.371 INFO kablam! Oct 10 22:55:55.371 INFO kablam! warning: method is never used: `to_file` Oct 10 22:55:55.371 INFO kablam! --> src/compose_scanner.rs:45:5 Oct 10 22:55:55.371 INFO kablam! | Oct 10 22:55:55.371 INFO kablam! 45 | pub fn to_file(&self, path: &str, out_file: &str) -> Result<(), Error> { Oct 10 22:55:55.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:55:55.371 INFO kablam! Oct 10 22:55:55.371 INFO kablam! warning: function is never used: `check_compose_directory` Oct 10 22:55:55.371 INFO kablam! --> src/compose_scanner.rs:65:1 Oct 10 22:55:55.371 INFO kablam! | Oct 10 22:55:55.371 INFO kablam! 65 | fn check_compose_directory(path: &str) -> bool { Oct 10 22:55:55.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:55:55.371 INFO kablam! Oct 10 22:55:55.764 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 10 22:55:55.770 INFO kablam! su: No module specific data is present Oct 10 22:55:56.478 INFO running `"docker" "rm" "-f" "af275ba8c3b05a5d7eeaeaee0c19c5fa00d4d8ae3a65e7f9bea90bb7f6f560db"` Oct 10 22:55:56.812 INFO blam! af275ba8c3b05a5d7eeaeaee0c19c5fa00d4d8ae3a65e7f9bea90bb7f6f560db Oct 10 22:55:56.814 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:55:56.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 22:55:57.270 INFO blam! 796ae4ef04b27c014c248b5c3ec04ad21a2e94d2814d0aff41b9117114476ba4 Oct 10 22:55:57.272 INFO running `"docker" "start" "-a" "796ae4ef04b27c014c248b5c3ec04ad21a2e94d2814d0aff41b9117114476ba4"` Oct 10 22:55:58.664 INFO kablam! usermod: no changes Oct 10 22:55:58.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 22:55:58.788 INFO kablam! Running /target/debug/deps/kermit-13711b85fa8f933e Oct 10 22:55:58.791 INFO blam! Oct 10 22:55:58.791 INFO blam! running 0 tests Oct 10 22:55:58.791 INFO blam! Oct 10 22:55:58.792 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:55:58.792 INFO kablam! su: No module specific data is present Oct 10 22:55:58.792 INFO blam! Oct 10 22:55:59.322 INFO running `"docker" "rm" "-f" "796ae4ef04b27c014c248b5c3ec04ad21a2e94d2814d0aff41b9117114476ba4"` Oct 10 22:55:59.577 INFO blam! 796ae4ef04b27c014c248b5c3ec04ad21a2e94d2814d0aff41b9117114476ba4