[INFO] cloning repository https://github.com/erochest/hashed-id [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erochest/hashed-id" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferochest%2Fhashed-id", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferochest%2Fhashed-id'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 40fe526ddf63e06b610dce89d2f8a8091ab8bbb0 [INFO] testing erochest/hashed-id against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferochest%2Fhashed-id" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/erochest/hashed-id on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/erochest/hashed-id [INFO] finished tweaking git repo https://github.com/erochest/hashed-id [INFO] tweaked toml for git repo https://github.com/erochest/hashed-id written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/erochest/hashed-id already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded predicates v1.0.2 [INFO] [stderr] Downloaded clap-verbosity-flag v0.3.0 [INFO] [stderr] Downloaded confy v0.3.1 [INFO] [stderr] Downloaded directories v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b907bbe0992792942e13fbeb88c148aa9aac5fc3b9c60cfa8f024dc8a01471b7 [INFO] running `Command { std: "docker" "start" "-a" "b907bbe0992792942e13fbeb88c148aa9aac5fc3b9c60cfa8f024dc8a01471b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b907bbe0992792942e13fbeb88c148aa9aac5fc3b9c60cfa8f024dc8a01471b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b907bbe0992792942e13fbeb88c148aa9aac5fc3b9c60cfa8f024dc8a01471b7", kill_on_drop: false }` [INFO] [stdout] b907bbe0992792942e13fbeb88c148aa9aac5fc3b9c60cfa8f024dc8a01471b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98da78bf0b9564f9deb72a724852de00dbb023b3223113a77d250a3ea3bfc6c1 [INFO] running `Command { std: "docker" "start" "-a" "98da78bf0b9564f9deb72a724852de00dbb023b3223113a77d250a3ea3bfc6c1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling directories v0.10.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling data-encoding v2.1.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Compiling crossbeam-channel v0.4.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling rustversion v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-error v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.3 [INFO] [stderr] Compiling structopt-derive v0.4.0 [INFO] [stderr] Compiling structopt v0.3.7 [INFO] [stderr] Compiling clap-verbosity-flag v0.3.0 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling confy v0.3.1 [INFO] [stderr] Compiling hashed-id v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.41s [INFO] running `Command { std: "docker" "inspect" "98da78bf0b9564f9deb72a724852de00dbb023b3223113a77d250a3ea3bfc6c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98da78bf0b9564f9deb72a724852de00dbb023b3223113a77d250a3ea3bfc6c1", kill_on_drop: false }` [INFO] [stdout] 98da78bf0b9564f9deb72a724852de00dbb023b3223113a77d250a3ea3bfc6c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e82b641dcde17e7c51a4909e2f4eb8a38c66d2a22190e26860a28298a705def [INFO] running `Command { std: "docker" "start" "-a" "0e82b641dcde17e7c51a4909e2f4eb8a38c66d2a22190e26860a28298a705def", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling escargot v0.5.0 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling predicates v1.0.2 [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling assert_cmd v0.12.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling spectral v0.6.0 [INFO] [stderr] Compiling hashed-id v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.04s [INFO] running `Command { std: "docker" "inspect" "0e82b641dcde17e7c51a4909e2f4eb8a38c66d2a22190e26860a28298a705def", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e82b641dcde17e7c51a4909e2f4eb8a38c66d2a22190e26860a28298a705def", kill_on_drop: false }` [INFO] [stdout] 0e82b641dcde17e7c51a4909e2f4eb8a38c66d2a22190e26860a28298a705def [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b663cb8547f7ba359632d37938f82167047b3022676e85c57c65b83a8352ae22 [INFO] running `Command { std: "docker" "start" "-a" "b663cb8547f7ba359632d37938f82167047b3022676e85c57c65b83a8352ae22", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hashed_id-2de3067d64aa1466) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test hash::test::test_format_id_does_not_change_buffer_size ... ok [INFO] [stdout] test hash::test::test_format_id_inserts_the_number ... ok [INFO] [stdout] test hash::test::test_format_id_does_not_change_suffix ... ok [INFO] [stdout] test par::test::partition_jobs::test_partition_return_right_last_range ... ok [INFO] [stdout] test par::test::partition_jobs::test_partitions_oddly ... ok [INFO] [stdout] test par::test::partition_jobs::test_partitions_returns_ranges ... ok [INFO] [stdout] test par::test::partition_jobs::test_partitions_evenly ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_main.rs (/opt/rustwide/target/debug/deps/test_main-84cfcf6446ca8d8a) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_run ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b663cb8547f7ba359632d37938f82167047b3022676e85c57c65b83a8352ae22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b663cb8547f7ba359632d37938f82167047b3022676e85c57c65b83a8352ae22", kill_on_drop: false }` [INFO] [stdout] b663cb8547f7ba359632d37938f82167047b3022676e85c57c65b83a8352ae22