Oct 10 16:59:54.639 INFO testing paskvale/todo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:59:54.639 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:59:54.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 16:59:55.037 INFO blam! c1e123249a499c965b6f9913e5d855bfc2bf2167ffe0fdc478582ebd427ce7a1 Oct 10 16:59:55.038 INFO running `"docker" "start" "-a" "c1e123249a499c965b6f9913e5d855bfc2bf2167ffe0fdc478582ebd427ce7a1"` Oct 10 16:59:56.368 INFO kablam! usermod: no changes Oct 10 16:59:56.752 INFO kablam! Compiling shared_library v0.1.8 Oct 10 16:59:56.772 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 10 16:59:56.780 INFO kablam! Compiling x11-dl v2.17.5 Oct 10 16:59:56.780 INFO kablam! Compiling backtrace v0.3.8 Oct 10 16:59:56.780 INFO kablam! Compiling glutin v0.14.0 Oct 10 16:59:56.780 INFO kablam! Compiling glium v0.21.0 Oct 10 16:59:56.780 INFO kablam! Compiling num-bigint v0.1.44 Oct 10 16:59:56.800 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 10 17:00:04.356 INFO kablam! Compiling wayland-client v0.12.5 Oct 10 17:00:05.692 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 17:00:05.732 INFO kablam! Compiling parking_lot v0.5.5 Oct 10 17:00:06.276 INFO kablam! Compiling wayland-client v0.20.8 Oct 10 17:00:09.720 INFO kablam! Compiling num-rational v0.1.42 Oct 10 17:00:11.899 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 10 17:00:11.899 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 10 17:00:16.180 INFO kablam! Compiling num v0.1.42 Oct 10 17:00:16.323 INFO kablam! Compiling wayland-protocols v0.20.8 Oct 10 17:00:23.832 INFO kablam! Compiling wayland-window v0.13.3 Oct 10 17:00:26.632 INFO kablam! Compiling winit v0.12.0 Oct 10 17:00:26.869 INFO kablam! Compiling smithay-client-toolkit v0.2.1 Oct 10 17:00:32.042 INFO kablam! Compiling winit v0.15.0 Oct 10 17:01:01.512 INFO kablam! Compiling conrod v0.60.0 Oct 10 17:01:17.136 INFO kablam! Compiling todo v0.1.0 (/source) Oct 10 17:01:17.781 INFO kablam! warning: unused import: `std::io` Oct 10 17:01:17.781 INFO kablam! --> src/main.rs:7:5 Oct 10 17:01:17.781 INFO kablam! | Oct 10 17:01:17.781 INFO kablam! 7 | use std::io; Oct 10 17:01:17.781 INFO kablam! | ^^^^^^^ Oct 10 17:01:17.781 INFO kablam! | Oct 10 17:01:17.781 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:01:17.781 INFO kablam! Oct 10 17:01:17.781 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 10 17:01:17.782 INFO kablam! --> src/gui.rs:158:9 Oct 10 17:01:17.782 INFO kablam! | Oct 10 17:01:17.782 INFO kablam! 158 | use std::collections::HashMap; Oct 10 17:01:17.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:17.782 INFO kablam! Oct 10 17:01:17.881 INFO kablam! warning: value assigned to `json` is never read Oct 10 17:01:17.881 INFO kablam! --> src/file_manipulation.rs:57:17 Oct 10 17:01:17.881 INFO kablam! | Oct 10 17:01:17.881 INFO kablam! 57 | let mut json = String::new(); Oct 10 17:01:17.881 INFO kablam! | ^^^^ Oct 10 17:01:17.881 INFO kablam! | Oct 10 17:01:17.881 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 17:01:17.881 INFO kablam! Oct 10 17:01:17.912 INFO kablam! warning: method is never used: `new_item` Oct 10 17:01:17.912 INFO kablam! --> src/file_manipulation.rs:52:5 Oct 10 17:01:17.912 INFO kablam! | Oct 10 17:01:17.912 INFO kablam! 52 | pub fn new_item(&mut self, s: String) -> Result { Oct 10 17:01:17.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:17.912 INFO kablam! | Oct 10 17:01:17.912 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:01:17.912 INFO kablam! Oct 10 17:01:17.912 INFO kablam! warning: function is never used: `generate_string` Oct 10 17:01:17.912 INFO kablam! --> src/file_manipulation.rs:88:1 Oct 10 17:01:17.912 INFO kablam! | Oct 10 17:01:17.912 INFO kablam! 88 | fn generate_string(length: u8) -> String{ Oct 10 17:01:17.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:17.912 INFO kablam! Oct 10 17:01:17.912 INFO kablam! warning: function is never used: `start` Oct 10 17:01:17.912 INFO kablam! --> src/counter.rs:109:5 Oct 10 17:01:17.912 INFO kablam! | Oct 10 17:01:17.912 INFO kablam! 109 | pub fn start() { Oct 10 17:01:17.912 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:01:17.912 INFO kablam! Oct 10 17:01:18.576 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 10 17:01:18.586 INFO kablam! su: No module specific data is present Oct 10 17:01:18.856 INFO running `"docker" "rm" "-f" "c1e123249a499c965b6f9913e5d855bfc2bf2167ffe0fdc478582ebd427ce7a1"` Oct 10 17:01:19.048 INFO blam! c1e123249a499c965b6f9913e5d855bfc2bf2167ffe0fdc478582ebd427ce7a1 Oct 10 17:01:19.053 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:01:19.053 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 17:01:19.288 INFO blam! 9bf91f443e7c3ac05c9b3584027600c401f987892996b4357eb7471d2e863bca Oct 10 17:01:19.290 INFO running `"docker" "start" "-a" "9bf91f443e7c3ac05c9b3584027600c401f987892996b4357eb7471d2e863bca"` Oct 10 17:01:19.848 INFO kablam! usermod: no changes Oct 10 17:01:19.990 INFO kablam! Compiling todo v0.1.0 (/source) Oct 10 17:01:20.690 INFO kablam! warning: unused import: `std::io` Oct 10 17:01:20.690 INFO kablam! --> src/main.rs:7:5 Oct 10 17:01:20.690 INFO kablam! | Oct 10 17:01:20.690 INFO kablam! 7 | use std::io; Oct 10 17:01:20.690 INFO kablam! | ^^^^^^^ Oct 10 17:01:20.690 INFO kablam! | Oct 10 17:01:20.690 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:01:20.690 INFO kablam! Oct 10 17:01:20.690 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 10 17:01:20.690 INFO kablam! --> src/gui.rs:158:9 Oct 10 17:01:20.690 INFO kablam! | Oct 10 17:01:20.690 INFO kablam! 158 | use std::collections::HashMap; Oct 10 17:01:20.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:20.690 INFO kablam! Oct 10 17:01:20.816 INFO kablam! warning: value assigned to `json` is never read Oct 10 17:01:20.816 INFO kablam! --> src/file_manipulation.rs:57:17 Oct 10 17:01:20.816 INFO kablam! | Oct 10 17:01:20.816 INFO kablam! 57 | let mut json = String::new(); Oct 10 17:01:20.816 INFO kablam! | ^^^^ Oct 10 17:01:20.816 INFO kablam! | Oct 10 17:01:20.816 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 17:01:20.816 INFO kablam! Oct 10 17:01:20.850 INFO kablam! warning: method is never used: `new_item` Oct 10 17:01:20.850 INFO kablam! --> src/file_manipulation.rs:52:5 Oct 10 17:01:20.850 INFO kablam! | Oct 10 17:01:20.850 INFO kablam! 52 | pub fn new_item(&mut self, s: String) -> Result { Oct 10 17:01:20.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:20.850 INFO kablam! | Oct 10 17:01:20.850 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:01:20.850 INFO kablam! Oct 10 17:01:20.850 INFO kablam! warning: function is never used: `generate_string` Oct 10 17:01:20.850 INFO kablam! --> src/file_manipulation.rs:88:1 Oct 10 17:01:20.850 INFO kablam! | Oct 10 17:01:20.850 INFO kablam! 88 | fn generate_string(length: u8) -> String{ Oct 10 17:01:20.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:01:20.850 INFO kablam! Oct 10 17:01:20.850 INFO kablam! warning: function is never used: `start` Oct 10 17:01:20.850 INFO kablam! --> src/counter.rs:109:5 Oct 10 17:01:20.850 INFO kablam! | Oct 10 17:01:20.850 INFO kablam! 109 | pub fn start() { Oct 10 17:01:20.850 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:01:20.850 INFO kablam! Oct 10 17:01:21.162 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 10 17:01:21.175 INFO kablam! su: No module specific data is present Oct 10 17:01:21.544 INFO running `"docker" "rm" "-f" "9bf91f443e7c3ac05c9b3584027600c401f987892996b4357eb7471d2e863bca"` Oct 10 17:01:21.640 INFO blam! 9bf91f443e7c3ac05c9b3584027600c401f987892996b4357eb7471d2e863bca Oct 10 17:01:21.645 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:01:21.645 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 17:01:21.912 INFO blam! a9ecd5cb52ce59a8f89521de663da77450c7122aaab91f798295550d425c770c Oct 10 17:01:21.923 INFO running `"docker" "start" "-a" "a9ecd5cb52ce59a8f89521de663da77450c7122aaab91f798295550d425c770c"` Oct 10 17:01:22.871 INFO kablam! usermod: no changes Oct 10 17:01:23.042 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 10 17:01:23.062 INFO kablam! Running /target/debug/deps/todo-df69331d8479653c Oct 10 17:01:23.064 INFO blam! Oct 10 17:01:23.064 INFO blam! running 0 tests Oct 10 17:01:23.064 INFO blam! Oct 10 17:01:23.064 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:01:23.064 INFO blam! Oct 10 17:01:23.066 INFO kablam! su: No module specific data is present Oct 10 17:01:23.418 INFO running `"docker" "rm" "-f" "a9ecd5cb52ce59a8f89521de663da77450c7122aaab91f798295550d425c770c"` Oct 10 17:01:23.536 INFO blam! a9ecd5cb52ce59a8f89521de663da77450c7122aaab91f798295550d425c770c