[INFO] cloning repository https://github.com/ciuncan/algorithms_exercise [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ciuncan/algorithms_exercise" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fciuncan%2Falgorithms_exercise", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fciuncan%2Falgorithms_exercise'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f3b0d81c17ee45b5dc76b9ae7c8a3f272dfaa876 [INFO] testing ciuncan/algorithms_exercise against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fciuncan%2Falgorithms_exercise" "/workspace/builds/worker-88/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-88/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ciuncan/algorithms_exercise on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ciuncan/algorithms_exercise [INFO] finished tweaking git repo https://github.com/ciuncan/algorithms_exercise [INFO] tweaked toml for git repo https://github.com/ciuncan/algorithms_exercise written to /workspace/builds/worker-88/source/Cargo.toml [INFO] crate git repo https://github.com/ciuncan/algorithms_exercise already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] de5f1af6e38db87880367fe620d79311c66d84f8534944582e1231f02ebb6397 [INFO] running `Command { std: "docker" "start" "-a" "de5f1af6e38db87880367fe620d79311c66d84f8534944582e1231f02ebb6397", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de5f1af6e38db87880367fe620d79311c66d84f8534944582e1231f02ebb6397", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de5f1af6e38db87880367fe620d79311c66d84f8534944582e1231f02ebb6397", kill_on_drop: false }` [INFO] [stdout] de5f1af6e38db87880367fe620d79311c66d84f8534944582e1231f02ebb6397 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9d524c26dbb2b5a788f5f54f3488338dbaddc7b7ed1548b5d2056355505c558 [INFO] running `Command { std: "docker" "start" "-a" "c9d524c26dbb2b5a788f5f54f3488338dbaddc7b7ed1548b5d2056355505c558", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [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 algorithms_exercise v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.99s [INFO] running `Command { std: "docker" "inspect" "c9d524c26dbb2b5a788f5f54f3488338dbaddc7b7ed1548b5d2056355505c558", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9d524c26dbb2b5a788f5f54f3488338dbaddc7b7ed1548b5d2056355505c558", kill_on_drop: false }` [INFO] [stdout] c9d524c26dbb2b5a788f5f54f3488338dbaddc7b7ed1548b5d2056355505c558 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a08ab5622fe0294dd535f49c3bd3c178b68f277a4a6739c8762d262b24d8daf4 [INFO] running `Command { std: "docker" "start" "-a" "a08ab5622fe0294dd535f49c3bd3c178b68f277a4a6739c8762d262b24d8daf4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v0.10.0 [INFO] [stderr] Compiling algorithms_exercise v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 19.61s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/algorithms_exercise-3830917419807478) [INFO] running `Command { std: "docker" "inspect" "a08ab5622fe0294dd535f49c3bd3c178b68f277a4a6739c8762d262b24d8daf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a08ab5622fe0294dd535f49c3bd3c178b68f277a4a6739c8762d262b24d8daf4", kill_on_drop: false }` [INFO] [stdout] a08ab5622fe0294dd535f49c3bd3c178b68f277a4a6739c8762d262b24d8daf4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 22bf7ed3ff52fd40f21d13edb0f46f471c7d7aac41b3e94cda56924c9f14b068 [INFO] running `Command { std: "docker" "start" "-a" "22bf7ed3ff52fd40f21d13edb0f46f471c7d7aac41b3e94cda56924c9f14b068", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/algorithms_exercise-3830917419807478) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test heap::tests::find_top_should_be_minimum_in_any_min_heap ... ok [INFO] [stdout] test heap::tests::heap_property_should_hold_for_all_parents_and_their_children ... ok [INFO] [stdout] test heap::tests::extracting_top_item_should_reduce_its_occurrence_by_one ... ok [INFO] [stdout] test heap::tests::find_top_should_be_maximum_in_any_max_heap ... ok [INFO] [stdout] test heap::tests::doing_random_inserts_and_extracts_should_not_break_heap_property ... ok [INFO] [stdout] test binary_search::tests::find_correct_index_of_an_existing_item ... ok [INFO] [stdout] test binary_search::tests::find_the_same_result_as_vec_binary_search ... ok [INFO] [stdout] test heap::tests::extracting_top_item_should_keep_heap_property_for_all_parents ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.40s [INFO] [stdout] [INFO] [stderr] Doc-tests algorithms_exercise [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "22bf7ed3ff52fd40f21d13edb0f46f471c7d7aac41b3e94cda56924c9f14b068", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22bf7ed3ff52fd40f21d13edb0f46f471c7d7aac41b3e94cda56924c9f14b068", kill_on_drop: false }` [INFO] [stdout] 22bf7ed3ff52fd40f21d13edb0f46f471c7d7aac41b3e94cda56924c9f14b068