Oct 15 11:39:36.841 INFO testing Dania02525/rust_cli_encrypt against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:39:36.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:37.417 INFO blam! 23902a8d645b90820c4b28090a1184c7cc94f39a1da032b92c88a8e046bcde14 Oct 15 11:39:37.425 INFO running `"docker" "start" "-a" "23902a8d645b90820c4b28090a1184c7cc94f39a1da032b92c88a8e046bcde14"` Oct 15 11:39:38.434 INFO kablam! usermod: no changes Oct 15 11:39:38.559 INFO kablam! Compiling data-encoding v2.1.0 Oct 15 11:39:43.855 INFO kablam! Compiling encrypter_cli v0.1.0 (/source) Oct 15 11:39:44.523 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 15 11:39:44.523 INFO kablam! --> src/main.rs:9:13 Oct 15 11:39:44.523 INFO kablam! | Oct 15 11:39:44.524 INFO kablam! 9 | use rand::{ Rng, OsRng }; Oct 15 11:39:44.524 INFO kablam! | ^^^ ^^^^^ Oct 15 11:39:44.524 INFO kablam! | Oct 15 11:39:44.524 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:39:44.524 INFO kablam! Oct 15 11:39:44.623 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:44.623 INFO kablam! --> src/main.rs:153:9 Oct 15 11:39:44.623 INFO kablam! | Oct 15 11:39:44.623 INFO kablam! 153 | let mut iv = "whatever".as_bytes(); Oct 15 11:39:44.623 INFO kablam! | ----^^ Oct 15 11:39:44.623 INFO kablam! | | Oct 15 11:39:44.623 INFO kablam! | help: remove this `mut` Oct 15 11:39:44.623 INFO kablam! | Oct 15 11:39:44.623 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:39:44.623 INFO kablam! Oct 15 11:39:44.623 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:44.623 INFO kablam! --> src/main.rs:162:9 Oct 15 11:39:44.623 INFO kablam! | Oct 15 11:39:44.623 INFO kablam! 162 | let mut iv = "whatever".as_bytes(); Oct 15 11:39:44.623 INFO kablam! | ----^^ Oct 15 11:39:44.623 INFO kablam! | | Oct 15 11:39:44.623 INFO kablam! | help: remove this `mut` Oct 15 11:39:44.623 INFO kablam! Oct 15 11:39:44.623 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:44.623 INFO kablam! --> src/main.rs:167:9 Oct 15 11:39:44.623 INFO kablam! | Oct 15 11:39:44.623 INFO kablam! 167 | let mut result = decrypt(&encrypted_data[..], &key.as_bytes(), &iv).ok().unwrap(); Oct 15 11:39:44.623 INFO kablam! | ----^^^^^^ Oct 15 11:39:44.623 INFO kablam! | | Oct 15 11:39:44.623 INFO kablam! | help: remove this `mut` Oct 15 11:39:44.623 INFO kablam! Oct 15 11:39:46.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.60s Oct 15 11:39:46.075 INFO kablam! su: No module specific data is present Oct 15 11:39:46.883 INFO running `"docker" "rm" "-f" "23902a8d645b90820c4b28090a1184c7cc94f39a1da032b92c88a8e046bcde14"` Oct 15 11:39:47.167 INFO blam! 23902a8d645b90820c4b28090a1184c7cc94f39a1da032b92c88a8e046bcde14 Oct 15 11:39:47.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:47.601 INFO blam! 7902737e7a2c6a47bd757a2485b6a83eb9dcc8bb59f8226b73e67db5caa1096d Oct 15 11:39:47.607 INFO running `"docker" "start" "-a" "7902737e7a2c6a47bd757a2485b6a83eb9dcc8bb59f8226b73e67db5caa1096d"` Oct 15 11:39:49.107 INFO kablam! usermod: no changes Oct 15 11:39:49.167 INFO kablam! Compiling encrypter_cli v0.1.0 (/source) Oct 15 11:39:49.907 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 15 11:39:49.907 INFO kablam! --> src/main.rs:9:13 Oct 15 11:39:49.907 INFO kablam! | Oct 15 11:39:49.907 INFO kablam! 9 | use rand::{ Rng, OsRng }; Oct 15 11:39:49.907 INFO kablam! | ^^^ ^^^^^ Oct 15 11:39:49.907 INFO kablam! | Oct 15 11:39:49.907 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:39:49.907 INFO kablam! Oct 15 11:39:49.975 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:49.975 INFO kablam! --> src/main.rs:153:9 Oct 15 11:39:49.975 INFO kablam! | Oct 15 11:39:49.975 INFO kablam! 153 | let mut iv = "whatever".as_bytes(); Oct 15 11:39:49.975 INFO kablam! | ----^^ Oct 15 11:39:49.975 INFO kablam! | | Oct 15 11:39:49.975 INFO kablam! | help: remove this `mut` Oct 15 11:39:49.975 INFO kablam! | Oct 15 11:39:49.975 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:39:49.975 INFO kablam! Oct 15 11:39:49.975 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:49.975 INFO kablam! --> src/main.rs:162:9 Oct 15 11:39:49.975 INFO kablam! | Oct 15 11:39:49.975 INFO kablam! 162 | let mut iv = "whatever".as_bytes(); Oct 15 11:39:49.975 INFO kablam! | ----^^ Oct 15 11:39:49.975 INFO kablam! | | Oct 15 11:39:49.975 INFO kablam! | help: remove this `mut` Oct 15 11:39:49.975 INFO kablam! Oct 15 11:39:49.975 INFO kablam! warning: variable does not need to be mutable Oct 15 11:39:49.975 INFO kablam! --> src/main.rs:167:9 Oct 15 11:39:49.975 INFO kablam! | Oct 15 11:39:49.975 INFO kablam! 167 | let mut result = decrypt(&encrypted_data[..], &key.as_bytes(), &iv).ok().unwrap(); Oct 15 11:39:49.975 INFO kablam! | ----^^^^^^ Oct 15 11:39:49.975 INFO kablam! | | Oct 15 11:39:49.975 INFO kablam! | help: remove this `mut` Oct 15 11:39:49.975 INFO kablam! Oct 15 11:39:50.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 15 11:39:50.625 INFO kablam! su: No module specific data is present Oct 15 11:39:51.627 INFO running `"docker" "rm" "-f" "7902737e7a2c6a47bd757a2485b6a83eb9dcc8bb59f8226b73e67db5caa1096d"` Oct 15 11:39:51.947 INFO blam! 7902737e7a2c6a47bd757a2485b6a83eb9dcc8bb59f8226b73e67db5caa1096d Oct 15 11:39:51.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:39:52.371 INFO blam! 16e30d81ee6ece0ad589fc048ada6b77e904919bbfe74c669565e0cde4241581 Oct 15 11:39:52.390 INFO running `"docker" "start" "-a" "16e30d81ee6ece0ad589fc048ada6b77e904919bbfe74c669565e0cde4241581"` Oct 15 11:39:53.598 INFO kablam! usermod: no changes Oct 15 11:39:53.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 11:39:53.732 INFO kablam! Running /target/debug/deps/encrypter_cli-07a59bfe6e57adf4 Oct 15 11:39:53.751 INFO blam! Oct 15 11:39:53.751 INFO blam! running 0 tests Oct 15 11:39:53.751 INFO blam! Oct 15 11:39:53.751 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:39:53.751 INFO blam! Oct 15 11:39:53.755 INFO kablam! su: No module specific data is present Oct 15 11:39:55.217 INFO running `"docker" "rm" "-f" "16e30d81ee6ece0ad589fc048ada6b77e904919bbfe74c669565e0cde4241581"` Oct 15 11:39:55.411 INFO blam! 16e30d81ee6ece0ad589fc048ada6b77e904919bbfe74c669565e0cde4241581