[INFO] cloning repository https://github.com/crimsonwrench/encryption-exercises [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/crimsonwrench/encryption-exercises" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrimsonwrench%2Fencryption-exercises", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrimsonwrench%2Fencryption-exercises'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2456af4a57690380e553f024e5b192cd6d3c5d16 [INFO] testing crimsonwrench/encryption-exercises against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrimsonwrench%2Fencryption-exercises" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/crimsonwrench/encryption-exercises on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/crimsonwrench/encryption-exercises [INFO] finished tweaking git repo https://github.com/crimsonwrench/encryption-exercises [INFO] tweaked toml for git repo https://github.com/crimsonwrench/encryption-exercises written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/crimsonwrench/encryption-exercises already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num v0.2.1 [INFO] [stderr] Downloaded num-iter v0.1.40 [INFO] [stderr] Downloaded mod_exp v1.0.1 [INFO] [stderr] Downloaded libc v0.2.68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 97139ebbd4eceae67dcf5d96dfa0552434bdd8bbe4bdc7fb6c31ce396567392e [INFO] running `Command { std: "docker" "start" "-a" "97139ebbd4eceae67dcf5d96dfa0552434bdd8bbe4bdc7fb6c31ce396567392e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97139ebbd4eceae67dcf5d96dfa0552434bdd8bbe4bdc7fb6c31ce396567392e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97139ebbd4eceae67dcf5d96dfa0552434bdd8bbe4bdc7fb6c31ce396567392e", kill_on_drop: false }` [INFO] [stdout] 97139ebbd4eceae67dcf5d96dfa0552434bdd8bbe4bdc7fb6c31ce396567392e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bbe55a7b40edb58775731320dd793f4179cf0b16d4d157bd63379b61283dd3ee [INFO] running `Command { std: "docker" "start" "-a" "bbe55a7b40edb58775731320dd793f4179cf0b16d4d157bd63379b61283dd3ee", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling mod_exp v1.0.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling encryption v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.49s [INFO] running `Command { std: "docker" "inspect" "bbe55a7b40edb58775731320dd793f4179cf0b16d4d157bd63379b61283dd3ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbe55a7b40edb58775731320dd793f4179cf0b16d4d157bd63379b61283dd3ee", kill_on_drop: false }` [INFO] [stdout] bbe55a7b40edb58775731320dd793f4179cf0b16d4d157bd63379b61283dd3ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c3a65bc9232464ca0b4b3ab085333bc2abe60ba539dfcbe04f59707be7144a04 [INFO] running `Command { std: "docker" "start" "-a" "c3a65bc9232464ca0b4b3ab085333bc2abe60ba539dfcbe04f59707be7144a04", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling encryption v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.20s [INFO] running `Command { std: "docker" "inspect" "c3a65bc9232464ca0b4b3ab085333bc2abe60ba539dfcbe04f59707be7144a04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3a65bc9232464ca0b4b3ab085333bc2abe60ba539dfcbe04f59707be7144a04", kill_on_drop: false }` [INFO] [stdout] c3a65bc9232464ca0b4b3ab085333bc2abe60ba539dfcbe04f59707be7144a04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] eeb9abb980e9c15b8a1b3e26b39f9a851031a27144e1473066f02cb4a97d3f5c [INFO] running `Command { std: "docker" "start" "-a" "eeb9abb980e9c15b8a1b3e26b39f9a851031a27144e1473066f02cb4a97d3f5c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/encryption-ff6a35b59b5390a2) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test symmetric::tests::caesar_symmetry ... ok [INFO] [stdout] test symmetric::tests::atbash_symmetry ... ok [INFO] [stdout] test symmetric::tests::gronsfeld_symmetry ... ok [INFO] [stdout] test rsa::tests::ensure_integrity ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "eeb9abb980e9c15b8a1b3e26b39f9a851031a27144e1473066f02cb4a97d3f5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eeb9abb980e9c15b8a1b3e26b39f9a851031a27144e1473066f02cb4a97d3f5c", kill_on_drop: false }` [INFO] [stdout] eeb9abb980e9c15b8a1b3e26b39f9a851031a27144e1473066f02cb4a97d3f5c