Oct 14 23:10:35.341 INFO testing deecewan/dotter against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:10:35.343 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 14 23:10:35.942 INFO blam! 787ce12e593b80ddd8ce759d366ed5b3a32d0a764a10c9ecb486d097c5db6ef7 Oct 14 23:10:35.942 INFO running `"docker" "start" "-a" "787ce12e593b80ddd8ce759d366ed5b3a32d0a764a10c9ecb486d097c5db6ef7"` Oct 14 23:10:37.855 INFO kablam! usermod: no changes Oct 14 23:10:38.003 INFO kablam! Compiling deque v0.3.2 Oct 14 23:10:38.003 INFO kablam! Compiling gcc v0.3.50 Oct 14 23:10:38.003 INFO kablam! Compiling untrusted v0.5.0 Oct 14 23:10:38.004 INFO kablam! Compiling num_cpus v1.5.1 Oct 14 23:10:38.004 INFO kablam! Compiling atty v0.2.2 Oct 14 23:10:38.004 INFO kablam! Compiling term_size v0.3.0 Oct 14 23:10:38.004 INFO kablam! Compiling toml v0.4.1 Oct 14 23:10:40.016 INFO kablam! Compiling clap v2.24.2 Oct 14 23:10:41.865 INFO kablam! Compiling rayon-core v1.0.2 Oct 14 23:10:47.171 INFO kablam! Compiling rayon v0.7.1 Oct 14 23:10:52.867 INFO kablam! Compiling ring v0.11.0 Oct 14 23:11:16.062 INFO kablam! Compiling dotter v0.0.1 (/source) Oct 14 23:11:16.760 INFO kablam! warning: unused import: `open_in_place` Oct 14 23:11:16.760 INFO kablam! --> src/secure.rs:1:33 Oct 14 23:11:16.760 INFO kablam! | Oct 14 23:11:16.760 INFO kablam! 1 | use ring::aead::{seal_in_place, open_in_place, AES_256_GCM, SealingKey}; Oct 14 23:11:16.760 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:11:16.763 INFO kablam! | Oct 14 23:11:16.763 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:11:16.763 INFO kablam! Oct 14 23:11:16.887 INFO kablam! warning: unused variable: `res` Oct 14 23:11:16.887 INFO kablam! --> src/checkin.rs:106:21 Oct 14 23:11:16.887 INFO kablam! | Oct 14 23:11:16.887 INFO kablam! 106 | let res = fs::copy(entry.path(), item_path); Oct 14 23:11:16.887 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 23:11:16.887 INFO kablam! | Oct 14 23:11:16.887 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:11:16.887 INFO kablam! Oct 14 23:11:16.887 INFO kablam! warning: unused variable: `res` Oct 14 23:11:16.887 INFO kablam! --> src/checkin.rs:108:21 Oct 14 23:11:16.887 INFO kablam! | Oct 14 23:11:16.887 INFO kablam! 108 | let res = fs::create_dir(item_path); Oct 14 23:11:16.887 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 23:11:16.887 INFO kablam! Oct 14 23:11:16.887 INFO kablam! warning: unused variable: `res` Oct 14 23:11:16.887 INFO kablam! --> src/checkin.rs:134:9 Oct 14 23:11:16.887 INFO kablam! | Oct 14 23:11:16.887 INFO kablam! 134 | let res = unix::fs::symlink(new_path, path); Oct 14 23:11:16.887 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 23:11:16.887 INFO kablam! Oct 14 23:11:16.887 INFO kablam! warning: unused variable: `res` Oct 14 23:11:16.887 INFO kablam! --> src/secure.rs:9:9 Oct 14 23:11:16.887 INFO kablam! | Oct 14 23:11:16.887 INFO kablam! 9 | let res = random_nonce.fill(&mut nonce); Oct 14 23:11:16.887 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 23:11:16.887 INFO kablam! Oct 14 23:11:16.887 INFO kablam! warning: unused variable: `matches` Oct 14 23:11:16.887 INFO kablam! --> src/secure.rs:5:15 Oct 14 23:11:16.887 INFO kablam! | Oct 14 23:11:16.887 INFO kablam! 5 | pub fn secure(matches: &ArgMatches) { Oct 14 23:11:16.887 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 23:11:16.887 INFO kablam! Oct 14 23:11:18.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.53s Oct 14 23:11:18.419 INFO kablam! su: No module specific data is present Oct 14 23:11:19.088 INFO running `"docker" "rm" "-f" "787ce12e593b80ddd8ce759d366ed5b3a32d0a764a10c9ecb486d097c5db6ef7"` Oct 14 23:11:19.401 INFO blam! 787ce12e593b80ddd8ce759d366ed5b3a32d0a764a10c9ecb486d097c5db6ef7 Oct 14 23:11:19.411 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 14 23:11:19.844 INFO blam! b03bb7637d779dac961aec83d27a63990ce76b83b309099a83d38a64590f3985 Oct 14 23:11:19.847 INFO running `"docker" "start" "-a" "b03bb7637d779dac961aec83d27a63990ce76b83b309099a83d38a64590f3985"` Oct 14 23:11:21.045 INFO kablam! usermod: no changes Oct 14 23:11:21.156 INFO kablam! Compiling dotter v0.0.1 (/source) Oct 14 23:11:21.844 INFO kablam! warning: unused import: `open_in_place` Oct 14 23:11:21.844 INFO kablam! --> src/secure.rs:1:33 Oct 14 23:11:21.845 INFO kablam! | Oct 14 23:11:21.845 INFO kablam! 1 | use ring::aead::{seal_in_place, open_in_place, AES_256_GCM, SealingKey}; Oct 14 23:11:21.846 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:11:21.846 INFO kablam! | Oct 14 23:11:21.846 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:11:21.847 INFO kablam! Oct 14 23:11:21.947 INFO kablam! warning: unused variable: `res` Oct 14 23:11:21.947 INFO kablam! --> src/checkin.rs:106:21 Oct 14 23:11:21.947 INFO kablam! | Oct 14 23:11:21.947 INFO kablam! 106 | let res = fs::copy(entry.path(), item_path); Oct 14 23:11:21.947 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 23:11:21.947 INFO kablam! | Oct 14 23:11:21.947 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:11:21.947 INFO kablam! Oct 14 23:11:21.947 INFO kablam! warning: unused variable: `res` Oct 14 23:11:21.947 INFO kablam! --> src/checkin.rs:108:21 Oct 14 23:11:21.947 INFO kablam! | Oct 14 23:11:21.947 INFO kablam! 108 | let res = fs::create_dir(item_path); Oct 14 23:11:21.947 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 23:11:21.947 INFO kablam! Oct 14 23:11:21.947 INFO kablam! warning: unused variable: `res` Oct 14 23:11:21.947 INFO kablam! --> src/checkin.rs:134:9 Oct 14 23:11:21.947 INFO kablam! | Oct 14 23:11:21.947 INFO kablam! 134 | let res = unix::fs::symlink(new_path, path); Oct 14 23:11:21.947 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 23:11:21.947 INFO kablam! Oct 14 23:11:21.947 INFO kablam! warning: unused variable: `res` Oct 14 23:11:21.947 INFO kablam! --> src/secure.rs:9:9 Oct 14 23:11:21.947 INFO kablam! | Oct 14 23:11:21.947 INFO kablam! 9 | let res = random_nonce.fill(&mut nonce); Oct 14 23:11:21.947 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 23:11:21.947 INFO kablam! Oct 14 23:11:21.947 INFO kablam! warning: unused variable: `matches` Oct 14 23:11:21.947 INFO kablam! --> src/secure.rs:5:15 Oct 14 23:11:21.947 INFO kablam! | Oct 14 23:11:21.947 INFO kablam! 5 | pub fn secure(matches: &ArgMatches) { Oct 14 23:11:21.947 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 23:11:21.947 INFO kablam! Oct 14 23:11:22.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 14 23:11:22.519 INFO kablam! su: No module specific data is present Oct 14 23:11:23.459 INFO running `"docker" "rm" "-f" "b03bb7637d779dac961aec83d27a63990ce76b83b309099a83d38a64590f3985"` Oct 14 23:11:23.706 INFO blam! b03bb7637d779dac961aec83d27a63990ce76b83b309099a83d38a64590f3985 Oct 14 23:11:23.715 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 14 23:11:24.123 INFO blam! efe8927a209fe5aaa7c1cc2ced3583b5a27f5a999c9ccd008da557346f930c01 Oct 14 23:11:24.131 INFO running `"docker" "start" "-a" "efe8927a209fe5aaa7c1cc2ced3583b5a27f5a999c9ccd008da557346f930c01"` Oct 14 23:11:25.603 INFO kablam! usermod: no changes Oct 14 23:11:25.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 23:11:25.739 INFO kablam! Running /target/debug/deps/dotter-bc277eb5fffd92d7 Oct 14 23:11:25.739 INFO blam! Oct 14 23:11:25.739 INFO blam! running 0 tests Oct 14 23:11:25.739 INFO blam! Oct 14 23:11:25.739 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:11:25.739 INFO blam! Oct 14 23:11:25.743 INFO kablam! su: No module specific data is present Oct 14 23:11:26.828 INFO running `"docker" "rm" "-f" "efe8927a209fe5aaa7c1cc2ced3583b5a27f5a999c9ccd008da557346f930c01"` Oct 14 23:11:27.128 INFO blam! efe8927a209fe5aaa7c1cc2ced3583b5a27f5a999c9ccd008da557346f930c01