[INFO] cloning repository https://github.com/MichaelBlume/crypto-pals [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MichaelBlume/crypto-pals" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelBlume%2Fcrypto-pals"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelBlume%2Fcrypto-pals'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 82c8c0ceb710c01dfbe3fe0b21eeb58bb355ff0b [INFO] testing MichaelBlume/crypto-pals against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelBlume%2Fcrypto-pals" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MichaelBlume/crypto-pals on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MichaelBlume/crypto-pals [INFO] finished tweaking git repo https://github.com/MichaelBlume/crypto-pals [INFO] tweaked toml for git repo https://github.com/MichaelBlume/crypto-pals written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/MichaelBlume/crypto-pals already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3cf32882ee5fd28a21751b34090ad7d8ac4f74c179f790f91de211c986824195 [INFO] running `"docker" "start" "-a" "3cf32882ee5fd28a21751b34090ad7d8ac4f74c179f790f91de211c986824195"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling crypto-pals v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `xor_buffers` [INFO] [stderr] --> src/main.rs:64:4 [INFO] [stderr] | [INFO] [stderr] 64 | fn xor_buffers(s1: &[u8], s2: &[u8], out_buffer: &mut [u8]) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `hex_byte_to_nibble` [INFO] [stderr] --> src/main.rs:73:4 [INFO] [stderr] | [INFO] [stderr] 73 | fn hex_byte_to_nibble(b: u8) -> u8 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `hex_to_bytestring` [INFO] [stderr] --> src/main.rs:77:4 [INFO] [stderr] | [INFO] [stderr] 77 | fn hex_to_bytestring(s: &[u8]) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `create_scoring_table` [INFO] [stderr] --> src/main.rs:86:4 [INFO] [stderr] | [INFO] [stderr] 86 | fn create_scoring_table() -> [u8; 256] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `score_string_with_key` [INFO] [stderr] --> src/main.rs:113:4 [INFO] [stderr] | [INFO] [stderr] 113 | fn score_string_with_key(cipher_string: &Vec, key: u8, score_table: &[u8]) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `decode_string_with_key` [INFO] [stderr] --> src/main.rs:123:4 [INFO] [stderr] | [INFO] [stderr] 123 | fn decode_string_with_key(cipher_string: &mut Vec, key: u8) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `decode_hex_cipher` [INFO] [stderr] --> src/main.rs:130:4 [INFO] [stderr] | [INFO] [stderr] 130 | fn decode_hex_cipher(s: &[u8]) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `"docker" "inspect" "3cf32882ee5fd28a21751b34090ad7d8ac4f74c179f790f91de211c986824195"` [INFO] running `"docker" "rm" "-f" "3cf32882ee5fd28a21751b34090ad7d8ac4f74c179f790f91de211c986824195"` [INFO] [stdout] 3cf32882ee5fd28a21751b34090ad7d8ac4f74c179f790f91de211c986824195 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 91036a9539568f4dbbfe8f57590c62a9c025ac85bb69fbc1328faf2d8e2316ce [INFO] running `"docker" "start" "-a" "91036a9539568f4dbbfe8f57590c62a9c025ac85bb69fbc1328faf2d8e2316ce"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling crypto-pals v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `"docker" "inspect" "91036a9539568f4dbbfe8f57590c62a9c025ac85bb69fbc1328faf2d8e2316ce"` [INFO] running `"docker" "rm" "-f" "91036a9539568f4dbbfe8f57590c62a9c025ac85bb69fbc1328faf2d8e2316ce"` [INFO] [stdout] 91036a9539568f4dbbfe8f57590c62a9c025ac85bb69fbc1328faf2d8e2316ce [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2897ea3ae0a481352368c043ff3f94fcc80b2bcc7275f713a0911e5cb11f05da [INFO] running `"docker" "start" "-a" "2897ea3ae0a481352368c043ff3f94fcc80b2bcc7275f713a0911e5cb11f05da"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/crypto_pals-32d6f33b8071f590 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::test_b64 ... ok [INFO] [stdout] test tests::test_xor ... ok [INFO] [stdout] test tests::test_decode_single_byte ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2897ea3ae0a481352368c043ff3f94fcc80b2bcc7275f713a0911e5cb11f05da"` [INFO] running `"docker" "rm" "-f" "2897ea3ae0a481352368c043ff3f94fcc80b2bcc7275f713a0911e5cb11f05da"` [INFO] [stdout] 2897ea3ae0a481352368c043ff3f94fcc80b2bcc7275f713a0911e5cb11f05da