[INFO] cloning repository https://github.com/gemmaro/heck-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gemmaro/heck-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgemmaro%2Fheck-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgemmaro%2Fheck-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f8e8c98b194185fd986dd2336e8c7cb4eae1f761 [INFO] testing gemmaro/heck-cli against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgemmaro%2Fheck-cli" "/workspace/builds/worker-91/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-91/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gemmaro/heck-cli on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gemmaro/heck-cli [INFO] finished tweaking git repo https://github.com/gemmaro/heck-cli [INFO] tweaked toml for git repo https://github.com/gemmaro/heck-cli written to /workspace/builds/worker-91/source/Cargo.toml [INFO] crate git repo https://github.com/gemmaro/heck-cli already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clap v3.1.5 [INFO] [stderr] Downloaded os_pipe v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc25117294e4bb3e31c48d5fdd9444bbedd2df699668813fe6874c7534fe127e [INFO] running `Command { std: "docker" "start" "-a" "fc25117294e4bb3e31c48d5fdd9444bbedd2df699668813fe6874c7534fe127e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc25117294e4bb3e31c48d5fdd9444bbedd2df699668813fe6874c7534fe127e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc25117294e4bb3e31c48d5fdd9444bbedd2df699668813fe6874c7534fe127e", kill_on_drop: false }` [INFO] [stdout] fc25117294e4bb3e31c48d5fdd9444bbedd2df699668813fe6874c7534fe127e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ceb5a5e676e7e8328d5e71cf2d4bacd6da047c46dd6dabcfca2bea3939210cb [INFO] running `Command { std: "docker" "start" "-a" "4ceb5a5e676e7e8328d5e71cf2d4bacd6da047c46dd6dabcfca2bea3939210cb", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap_derive v3.1.4 [INFO] [stderr] Compiling clap v3.1.5 [INFO] [stderr] Compiling heck-cli v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 31s [INFO] running `Command { std: "docker" "inspect" "4ceb5a5e676e7e8328d5e71cf2d4bacd6da047c46dd6dabcfca2bea3939210cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ceb5a5e676e7e8328d5e71cf2d4bacd6da047c46dd6dabcfca2bea3939210cb", kill_on_drop: false }` [INFO] [stdout] 4ceb5a5e676e7e8328d5e71cf2d4bacd6da047c46dd6dabcfca2bea3939210cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 906aec6fe3a84197e84c15d7ff4fa5384125c3b10ac1779a444b1e36bfba245e [INFO] running `Command { std: "docker" "start" "-a" "906aec6fe3a84197e84c15d7ff4fa5384125c3b10ac1779a444b1e36bfba245e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling concolor-query v0.0.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling snapbox-macros v0.2.1 [INFO] [stderr] Compiling dunce v1.0.2 [INFO] [stderr] Compiling similar v2.1.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling combine v4.6.3 [INFO] [stderr] Compiling content_inspector v0.2.4 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling os_pipe v1.0.0 [INFO] [stderr] Compiling concolor v0.0.8 [INFO] [stderr] Compiling clap v3.1.5 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling snapbox v0.2.9 [INFO] [stderr] Compiling heck-cli v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling kstring v1.0.6 [INFO] [stderr] Compiling humantime-serde v1.0.1 [INFO] [stderr] Compiling toml_edit v0.13.4 [INFO] [stderr] Compiling trycmd v0.13.3 [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 38.45s [INFO] running `Command { std: "docker" "inspect" "906aec6fe3a84197e84c15d7ff4fa5384125c3b10ac1779a444b1e36bfba245e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "906aec6fe3a84197e84c15d7ff4fa5384125c3b10ac1779a444b1e36bfba245e", kill_on_drop: false }` [INFO] [stdout] 906aec6fe3a84197e84c15d7ff4fa5384125c3b10ac1779a444b1e36bfba245e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] df51e934135c47b5311ce66c7d5496c3ba1a5a6ae4b3dbee75929641f3ea9805 [INFO] running `Command { std: "docker" "start" "-a" "df51e934135c47b5311ce66c7d5496c3ba1a5a6ae4b3dbee75929641f3ea9805", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/heck-f15d98cde92415cd) [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] [stderr] Running tests/cli_tests.rs (/opt/rustwide/target/debug/deps/cli_tests-3299482a6bec37c0) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Testing tests/cmd/help.toml ... ok [INFO] [stderr] Testing tests/cmd/default_case.toml ... ok [INFO] [stderr] Testing tests/cmd/version.toml ... ok [INFO] [stderr] Testing tests/cmd/snake_case.toml ... ok [INFO] [stderr] Testing tests/cmd/target_case.toml ... ok [INFO] [stdout] test cli_tests ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "df51e934135c47b5311ce66c7d5496c3ba1a5a6ae4b3dbee75929641f3ea9805", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df51e934135c47b5311ce66c7d5496c3ba1a5a6ae4b3dbee75929641f3ea9805", kill_on_drop: false }` [INFO] [stdout] df51e934135c47b5311ce66c7d5496c3ba1a5a6ae4b3dbee75929641f3ea9805