[INFO] cloning repository https://github.com/taoml9527/command_help [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/taoml9527/command_help" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaoml9527%2Fcommand_help", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaoml9527%2Fcommand_help'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 65154663db8b169df9ea7a05a201d5e701e6778c [INFO] testing taoml9527/command_help against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaoml9527%2Fcommand_help" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/taoml9527/command_help on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/taoml9527/command_help [INFO] finished tweaking git repo https://github.com/taoml9527/command_help [INFO] tweaked toml for git repo https://github.com/taoml9527/command_help written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/taoml9527/command_help already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded terminal_size v0.1.10 [INFO] [stderr] Downloaded raw_tty v0.1.0 [INFO] [stderr] Downloaded thiserror v1.0.12 [INFO] [stderr] Downloaded thiserror-impl v1.0.12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 675e3e64810d43c814f59468111b4fd8518e6be542d376736e81145e3709a0cf [INFO] running `Command { std: "docker" "start" "-a" "675e3e64810d43c814f59468111b4fd8518e6be542d376736e81145e3709a0cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "675e3e64810d43c814f59468111b4fd8518e6be542d376736e81145e3709a0cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "675e3e64810d43c814f59468111b4fd8518e6be542d376736e81145e3709a0cf", kill_on_drop: false }` [INFO] [stdout] 675e3e64810d43c814f59468111b4fd8518e6be542d376736e81145e3709a0cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f01a5fbc11ac8343018c485af467260699864f122c1edba402c1cc174e436db [INFO] running `Command { std: "docker" "start" "-a" "8f01a5fbc11ac8343018c485af467260699864f122c1edba402c1cc174e436db", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling anyhow v1.0.27 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling regex v1.3.5 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.11 [INFO] [stderr] Compiling proc-macro-error v0.4.11 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling terminal_size v0.1.10 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling shellwords v1.0.0 [INFO] [stderr] Compiling openssl-src v111.6.1+1.1.1d [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libgit2-sys v0.9.2 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.12 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling structopt-derive v0.4.4 [INFO] [stderr] Compiling thiserror v1.0.12 [INFO] [stderr] Compiling raw_tty v0.1.0 [INFO] [stderr] Compiling structopt v0.3.11 [INFO] [stderr] Compiling git2 v0.10.2 [INFO] [stderr] Compiling navi v2.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 21s [INFO] running `Command { std: "docker" "inspect" "8f01a5fbc11ac8343018c485af467260699864f122c1edba402c1cc174e436db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f01a5fbc11ac8343018c485af467260699864f122c1edba402c1cc174e436db", kill_on_drop: false }` [INFO] [stdout] 8f01a5fbc11ac8343018c485af467260699864f122c1edba402c1cc174e436db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f943a15df22a19b445f9805459ea67b74e119e3cef43d2d315f208a6124f947 [INFO] running `Command { std: "docker" "start" "-a" "4f943a15df22a19b445f9805459ea67b74e119e3cef43d2d315f208a6124f947", kill_on_drop: false }` [INFO] [stderr] Compiling navi v2.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.92s [INFO] running `Command { std: "docker" "inspect" "4f943a15df22a19b445f9805459ea67b74e119e3cef43d2d315f208a6124f947", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f943a15df22a19b445f9805459ea67b74e119e3cef43d2d315f208a6124f947", kill_on_drop: false }` [INFO] [stdout] 4f943a15df22a19b445f9805459ea67b74e119e3cef43d2d315f208a6124f947 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1c1452b6c1f89e58f1d94627c1a6464c121f9104d6fc8af43cb1227a8d4c4e30 [INFO] running `Command { std: "docker" "start" "-a" "1c1452b6c1f89e58f1d94627c1a6464c121f9104d6fc8af43cb1227a8d4c4e30", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/navi-420ddb2d54b4cf09) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test fzf::tests::test_parse_recommendation_output_2 ... ok [INFO] [stdout] test fzf::tests::test_parse_output1 ... ok [INFO] [stdout] test fzf::tests::test_parse_output3 ... ok [INFO] [stdout] test fzf::tests::test_parse_recommendation_output_1 ... ok [INFO] [stdout] test fzf::tests::test_parse_recommendation_output_3 ... ok [INFO] [stdout] test fzf::tests::test_parse_snippet_request ... ok [INFO] [stdout] test git::tests::test_meta_github_https ... ok [INFO] [stdout] test git::tests::test_meta_gitlab_https ... ok [INFO] [stdout] test git::tests::test_meta_github_ssh ... ok [INFO] [stdout] test parser::tests::splitting_of_dirs_param_may_not_contain_empty_items ... ok [INFO] [stdout] test fzf::tests::test_parse_output2 ... ok [INFO] [stderr] stty: /dev/stderr: Inappropriate ioctl for device [INFO] [stdout] ssh ⠀login to a serve… ⠀ssh -i -p @ ⠀ssh ⠀login to a server with a key and port ⠀ssh -i -p @ ⠀ [INFO] [stdout] test parser::tests::test_parse_variable_line ... ok [INFO] [stdout] test parser::tests::test_read_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/navi-0f423b77c10df944) [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/tests.rs (/opt/rustwide/target/debug/deps/tests-bd074ca074e9e256) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... 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] [stderr] Doc-tests navi [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" "1c1452b6c1f89e58f1d94627c1a6464c121f9104d6fc8af43cb1227a8d4c4e30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c1452b6c1f89e58f1d94627c1a6464c121f9104d6fc8af43cb1227a8d4c4e30", kill_on_drop: false }` [INFO] [stdout] 1c1452b6c1f89e58f1d94627c1a6464c121f9104d6fc8af43cb1227a8d4c4e30