Oct 10 12:08:05.563 INFO testing xebia-france/xke-rust-ls against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:08:05.563 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:08:05.563 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 12:08:05.754 INFO blam! c9605f048ea9e9f488ea95d1d7a0a8c9f38d30c7dfa830b96d0b2fe8f923e64e Oct 10 12:08:05.756 INFO running `"docker" "start" "-a" "c9605f048ea9e9f488ea95d1d7a0a8c9f38d30c7dfa830b96d0b2fe8f923e64e"` Oct 10 12:08:06.552 INFO kablam! usermod: no changes Oct 10 12:08:06.600 INFO kablam! Compiling xke-rust-ls v0.1.0 (/source) Oct 10 12:08:06.988 INFO kablam! warning: unused import: `std::io::*` Oct 10 12:08:06.988 INFO kablam! --> src/main.rs:3:5 Oct 10 12:08:06.988 INFO kablam! | Oct 10 12:08:06.988 INFO kablam! 3 | use std::io::*; Oct 10 12:08:06.988 INFO kablam! | ^^^^^^^^^^ Oct 10 12:08:06.988 INFO kablam! | Oct 10 12:08:06.988 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:08:06.988 INFO kablam! Oct 10 12:08:07.012 INFO kablam! warning: unused variable: `e` Oct 10 12:08:07.012 INFO kablam! --> src/main.rs:33:13 Oct 10 12:08:07.012 INFO kablam! | Oct 10 12:08:07.012 INFO kablam! 33 | Err(e) => println!("Error reading the path: {}", path) Oct 10 12:08:07.012 INFO kablam! | ^ help: consider using `_e` instead Oct 10 12:08:07.012 INFO kablam! | Oct 10 12:08:07.012 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:08:07.012 INFO kablam! Oct 10 12:08:07.032 INFO kablam! warning: struct is never constructed: `DirEntryContainer` Oct 10 12:08:07.032 INFO kablam! --> src/main.rs:6:1 Oct 10 12:08:07.032 INFO kablam! | Oct 10 12:08:07.032 INFO kablam! 6 | struct DirEntryContainer { Oct 10 12:08:07.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:08:07.033 INFO kablam! | Oct 10 12:08:07.033 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:08:07.033 INFO kablam! Oct 10 12:08:07.033 INFO kablam! warning: method is never used: `new` Oct 10 12:08:07.033 INFO kablam! --> src/main.rs:11:5 Oct 10 12:08:07.033 INFO kablam! | Oct 10 12:08:07.033 INFO kablam! 11 | pub fn new(name: &str) -> DirEntryContainer { Oct 10 12:08:07.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:08:07.033 INFO kablam! Oct 10 12:08:07.033 INFO kablam! warning: method is never used: `to_string` Oct 10 12:08:07.033 INFO kablam! --> src/main.rs:17:5 Oct 10 12:08:07.033 INFO kablam! | Oct 10 12:08:07.033 INFO kablam! 17 | pub fn to_string(&self) -> &String { Oct 10 12:08:07.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:08:07.033 INFO kablam! Oct 10 12:08:07.033 INFO kablam! warning: variable `resultDir` should have a snake case name such as `result_dir` Oct 10 12:08:07.033 INFO kablam! --> src/main.rs:29:9 Oct 10 12:08:07.033 INFO kablam! | Oct 10 12:08:07.033 INFO kablam! 29 | let resultDir = fs::read_dir(path); Oct 10 12:08:07.033 INFO kablam! | ^^^^^^^^^ Oct 10 12:08:07.033 INFO kablam! | Oct 10 12:08:07.033 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:08:07.033 INFO kablam! Oct 10 12:08:07.588 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 10 12:08:07.590 INFO kablam! su: No module specific data is present Oct 10 12:08:08.176 INFO running `"docker" "rm" "-f" "c9605f048ea9e9f488ea95d1d7a0a8c9f38d30c7dfa830b96d0b2fe8f923e64e"` Oct 10 12:08:08.256 INFO blam! c9605f048ea9e9f488ea95d1d7a0a8c9f38d30c7dfa830b96d0b2fe8f923e64e Oct 10 12:08:08.260 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:08:08.260 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 12:08:08.432 INFO blam! 54f5e0adc4f781ddd4f7d75a620efbd571ccc2e885ba252d2339901da9684d8d Oct 10 12:08:08.437 INFO running `"docker" "start" "-a" "54f5e0adc4f781ddd4f7d75a620efbd571ccc2e885ba252d2339901da9684d8d"` Oct 10 12:08:09.331 INFO kablam! usermod: no changes Oct 10 12:08:09.394 INFO kablam! Compiling xke-rust-ls v0.1.0 (/source) Oct 10 12:08:09.955 INFO kablam! warning: unused import: `std::io::*` Oct 10 12:08:09.955 INFO kablam! --> src/main.rs:3:5 Oct 10 12:08:09.955 INFO kablam! | Oct 10 12:08:09.955 INFO kablam! 3 | use std::io::*; Oct 10 12:08:09.955 INFO kablam! | ^^^^^^^^^^ Oct 10 12:08:09.955 INFO kablam! | Oct 10 12:08:09.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:08:09.955 INFO kablam! Oct 10 12:08:09.987 INFO kablam! warning: unused variable: `e` Oct 10 12:08:09.987 INFO kablam! --> src/main.rs:33:13 Oct 10 12:08:09.987 INFO kablam! | Oct 10 12:08:09.987 INFO kablam! 33 | Err(e) => println!("Error reading the path: {}", path) Oct 10 12:08:09.987 INFO kablam! | ^ help: consider using `_e` instead Oct 10 12:08:09.987 INFO kablam! | Oct 10 12:08:09.987 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:08:09.987 INFO kablam! Oct 10 12:08:09.995 INFO kablam! warning: struct is never constructed: `DirEntryContainer` Oct 10 12:08:09.995 INFO kablam! --> src/main.rs:6:1 Oct 10 12:08:09.995 INFO kablam! | Oct 10 12:08:09.995 INFO kablam! 6 | struct DirEntryContainer { Oct 10 12:08:09.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:08:10.004 INFO kablam! | Oct 10 12:08:10.004 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:08:10.004 INFO kablam! Oct 10 12:08:10.004 INFO kablam! warning: method is never used: `new` Oct 10 12:08:10.004 INFO kablam! --> src/main.rs:11:5 Oct 10 12:08:10.004 INFO kablam! | Oct 10 12:08:10.004 INFO kablam! 11 | pub fn new(name: &str) -> DirEntryContainer { Oct 10 12:08:10.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:08:10.004 INFO kablam! Oct 10 12:08:10.004 INFO kablam! warning: method is never used: `to_string` Oct 10 12:08:10.004 INFO kablam! --> src/main.rs:17:5 Oct 10 12:08:10.004 INFO kablam! | Oct 10 12:08:10.004 INFO kablam! 17 | pub fn to_string(&self) -> &String { Oct 10 12:08:10.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:08:10.004 INFO kablam! Oct 10 12:08:10.004 INFO kablam! warning: variable `resultDir` should have a snake case name such as `result_dir` Oct 10 12:08:10.005 INFO kablam! --> src/main.rs:29:9 Oct 10 12:08:10.005 INFO kablam! | Oct 10 12:08:10.005 INFO kablam! 29 | let resultDir = fs::read_dir(path); Oct 10 12:08:10.005 INFO kablam! | ^^^^^^^^^ Oct 10 12:08:10.005 INFO kablam! | Oct 10 12:08:10.005 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:08:10.005 INFO kablam! Oct 10 12:08:10.400 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 10 12:08:10.402 INFO kablam! su: No module specific data is present Oct 10 12:08:11.035 INFO running `"docker" "rm" "-f" "54f5e0adc4f781ddd4f7d75a620efbd571ccc2e885ba252d2339901da9684d8d"` Oct 10 12:08:11.226 INFO blam! 54f5e0adc4f781ddd4f7d75a620efbd571ccc2e885ba252d2339901da9684d8d Oct 10 12:08:11.227 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:08:11.227 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 12:08:11.600 INFO blam! 75b4e19993e9421b7619fa2495413d856a77527fad58d878d2e121ecb4baaa7d Oct 10 12:08:11.608 INFO running `"docker" "start" "-a" "75b4e19993e9421b7619fa2495413d856a77527fad58d878d2e121ecb4baaa7d"` Oct 10 12:08:13.153 INFO kablam! usermod: no changes Oct 10 12:08:13.220 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 12:08:13.220 INFO kablam! Running /target/debug/deps/xke_rust_ls-c9d1907272c30765 Oct 10 12:08:13.251 INFO blam! Oct 10 12:08:13.251 INFO blam! running 0 tests Oct 10 12:08:13.251 INFO blam! Oct 10 12:08:13.251 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:08:13.252 INFO blam! Oct 10 12:08:13.256 INFO kablam! su: No module specific data is present Oct 10 12:08:13.993 INFO running `"docker" "rm" "-f" "75b4e19993e9421b7619fa2495413d856a77527fad58d878d2e121ecb4baaa7d"` Oct 10 12:08:14.288 INFO blam! 75b4e19993e9421b7619fa2495413d856a77527fad58d878d2e121ecb4baaa7d