Oct 15 11:39:47.365 INFO testing Dania02525/rust_cli_encrypt against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:39:47.366 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 11:39:47.839 INFO blam! 18a2806981c893bd29c46619703de0d266eff4c95599c51c98b62a6898579796 Oct 15 11:39:47.843 INFO running `"docker" "start" "-a" "18a2806981c893bd29c46619703de0d266eff4c95599c51c98b62a6898579796"` Oct 15 11:39:49.586 INFO kablam! usermod: no changes Oct 15 11:39:49.727 INFO kablam! Compiling data-encoding v2.1.0 Oct 15 11:39:54.567 INFO kablam! Compiling encrypter_cli v0.1.0 (/source) Oct 15 11:39:55.153 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 15 11:39:55.154 INFO kablam! --> src/main.rs:9:13 Oct 15 11:39:55.154 INFO kablam! | Oct 15 11:39:55.155 INFO kablam! 9 | use rand::{ Rng, OsRng }; Oct 15 11:39:55.155 INFO kablam! | ^^^ ^^^^^ Oct 15 11:39:55.155 INFO kablam! | Oct 15 11:39:55.155 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:39:55.155 INFO kablam! Oct 15 11:39:55.267 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:55.267 INFO kablam! --> src/main.rs:153:9 Oct 15 11:39:55.267 INFO kablam! | Oct 15 11:39:55.267 INFO kablam! 153 | let mut iv = "whatever".as_bytes(); Oct 15 11:39:55.267 INFO kablam! | ----^^ Oct 15 11:39:55.267 INFO kablam! | | Oct 15 11:39:55.267 INFO kablam! | help: remove this `mut` Oct 15 11:39:55.267 INFO kablam! | Oct 15 11:39:55.267 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:39:55.267 INFO kablam! Oct 15 11:39:55.272 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:55.272 INFO kablam! --> src/main.rs:162:9 Oct 15 11:39:55.272 INFO kablam! | Oct 15 11:39:55.272 INFO kablam! 162 | let mut iv = "whatever".as_bytes(); Oct 15 11:39:55.272 INFO kablam! | ----^^ Oct 15 11:39:55.272 INFO kablam! | | Oct 15 11:39:55.272 INFO kablam! | help: remove this `mut` Oct 15 11:39:55.272 INFO kablam! Oct 15 11:39:55.272 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:55.272 INFO kablam! --> src/main.rs:167:9 Oct 15 11:39:55.272 INFO kablam! | Oct 15 11:39:55.272 INFO kablam! 167 | let mut result = decrypt(&encrypted_data[..], &key.as_bytes(), &iv).ok().unwrap(); Oct 15 11:39:55.272 INFO kablam! | ----^^^^^^ Oct 15 11:39:55.272 INFO kablam! | | Oct 15 11:39:55.272 INFO kablam! | help: remove this `mut` Oct 15 11:39:55.272 INFO kablam! Oct 15 11:39:56.607 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.97s Oct 15 11:39:56.611 INFO kablam! su: No module specific data is present Oct 15 11:39:57.213 INFO running `"docker" "rm" "-f" "18a2806981c893bd29c46619703de0d266eff4c95599c51c98b62a6898579796"` Oct 15 11:39:57.604 INFO blam! 18a2806981c893bd29c46619703de0d266eff4c95599c51c98b62a6898579796 Oct 15 11:39:57.605 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 11:39:58.056 INFO blam! d23eeb512256415c01c33b4da0814d21385a648035e67a83e41f9ca511187dc5 Oct 15 11:39:58.058 INFO running `"docker" "start" "-a" "d23eeb512256415c01c33b4da0814d21385a648035e67a83e41f9ca511187dc5"` Oct 15 11:39:58.951 INFO kablam! usermod: no changes Oct 15 11:39:59.027 INFO kablam! Compiling encrypter_cli v0.1.0 (/source) Oct 15 11:39:59.657 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 15 11:39:59.658 INFO kablam! --> src/main.rs:9:13 Oct 15 11:39:59.658 INFO kablam! | Oct 15 11:39:59.658 INFO kablam! 9 | use rand::{ Rng, OsRng }; Oct 15 11:39:59.658 INFO kablam! | ^^^ ^^^^^ Oct 15 11:39:59.658 INFO kablam! | Oct 15 11:39:59.658 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:39:59.658 INFO kablam! Oct 15 11:39:59.726 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:59.726 INFO kablam! --> src/main.rs:153:9 Oct 15 11:39:59.726 INFO kablam! | Oct 15 11:39:59.726 INFO kablam! 153 | let mut iv = "whatever".as_bytes(); Oct 15 11:39:59.726 INFO kablam! | ----^^ Oct 15 11:39:59.726 INFO kablam! | | Oct 15 11:39:59.726 INFO kablam! | help: remove this `mut` Oct 15 11:39:59.726 INFO kablam! | Oct 15 11:39:59.726 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:39:59.726 INFO kablam! Oct 15 11:39:59.729 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:59.729 INFO kablam! --> src/main.rs:162:9 Oct 15 11:39:59.729 INFO kablam! | Oct 15 11:39:59.729 INFO kablam! 162 | let mut iv = "whatever".as_bytes(); Oct 15 11:39:59.729 INFO kablam! | ----^^ Oct 15 11:39:59.729 INFO kablam! | | Oct 15 11:39:59.729 INFO kablam! | help: remove this `mut` Oct 15 11:39:59.729 INFO kablam! Oct 15 11:39:59.729 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:59.729 INFO kablam! --> src/main.rs:167:9 Oct 15 11:39:59.729 INFO kablam! | Oct 15 11:39:59.729 INFO kablam! 167 | let mut result = decrypt(&encrypted_data[..], &key.as_bytes(), &iv).ok().unwrap(); Oct 15 11:39:59.729 INFO kablam! | ----^^^^^^ Oct 15 11:39:59.729 INFO kablam! | | Oct 15 11:39:59.729 INFO kablam! | help: remove this `mut` Oct 15 11:39:59.729 INFO kablam! Oct 15 11:40:00.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 15 11:40:00.257 INFO kablam! su: No module specific data is present Oct 15 11:40:01.545 INFO running `"docker" "rm" "-f" "d23eeb512256415c01c33b4da0814d21385a648035e67a83e41f9ca511187dc5"` Oct 15 11:40:01.891 INFO blam! d23eeb512256415c01c33b4da0814d21385a648035e67a83e41f9ca511187dc5 Oct 15 11:40:01.898 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 11:40:02.421 INFO blam! 2aad1c0bbddb4614a442af5cadce6f92808bb53e48014935db19d377d06c3f48 Oct 15 11:40:02.423 INFO running `"docker" "start" "-a" "2aad1c0bbddb4614a442af5cadce6f92808bb53e48014935db19d377d06c3f48"` Oct 15 11:40:03.638 INFO kablam! usermod: no changes Oct 15 11:40:03.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 11:40:03.703 INFO kablam! Running /target/debug/deps/encrypter_cli-fa385b556f4d6266 Oct 15 11:40:03.704 INFO blam! Oct 15 11:40:03.704 INFO kablam! su: No module specific data is present Oct 15 11:40:03.704 INFO blam! running 0 tests Oct 15 11:40:03.704 INFO blam! Oct 15 11:40:03.705 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:40:03.705 INFO blam! Oct 15 11:40:04.293 INFO running `"docker" "rm" "-f" "2aad1c0bbddb4614a442af5cadce6f92808bb53e48014935db19d377d06c3f48"` Oct 15 11:40:04.520 INFO blam! 2aad1c0bbddb4614a442af5cadce6f92808bb53e48014935db19d377d06c3f48