[INFO] cloning repository https://github.com/taiki-e/cargo-hack [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/taiki-e/cargo-hack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaiki-e%2Fcargo-hack", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaiki-e%2Fcargo-hack'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 996ac15613f25cbea11b90c512ce1bba636353a0 [INFO] testing taiki-e/cargo-hack against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaiki-e%2Fcargo-hack" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/taiki-e/cargo-hack on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/taiki-e/cargo-hack [INFO] finished tweaking git repo https://github.com/taiki-e/cargo-hack [INFO] tweaked toml for git repo https://github.com/taiki-e/cargo-hack written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e86bb55c0aa5fb099c0f2296823ddb0f22b30ad9dd5dd8bd762b0815efa94fcf [INFO] running `Command { std: "docker" "start" "-a" "e86bb55c0aa5fb099c0f2296823ddb0f22b30ad9dd5dd8bd762b0815efa94fcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e86bb55c0aa5fb099c0f2296823ddb0f22b30ad9dd5dd8bd762b0815efa94fcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e86bb55c0aa5fb099c0f2296823ddb0f22b30ad9dd5dd8bd762b0815efa94fcf", kill_on_drop: false }` [INFO] [stdout] e86bb55c0aa5fb099c0f2296823ddb0f22b30ad9dd5dd8bd762b0815efa94fcf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b66cdce26da2087d19f7359319c92d1eb6157036d992e791828aabf0497d27e7 [INFO] running `Command { std: "docker" "start" "-a" "b66cdce26da2087d19f7359319c92d1eb6157036d992e791828aabf0497d27e7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling ctrlc v3.1.9 [INFO] [stderr] Compiling cargo-hack v0.5.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.73s [INFO] running `Command { std: "docker" "inspect" "b66cdce26da2087d19f7359319c92d1eb6157036d992e791828aabf0497d27e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b66cdce26da2087d19f7359319c92d1eb6157036d992e791828aabf0497d27e7", kill_on_drop: false }` [INFO] [stdout] b66cdce26da2087d19f7359319c92d1eb6157036d992e791828aabf0497d27e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bdd8de3144bb8dccb799caca934dabb6e1e8b4c7754ebbbcfd4ca62985ab4e58 [INFO] running `Command { std: "docker" "start" "-a" "bdd8de3144bb8dccb799caca934dabb6e1e8b4c7754ebbbcfd4ca62985ab4e58", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling fs-err v2.6.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling easy-ext v0.2.7 [INFO] [stderr] Compiling cargo-hack v0.5.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.66s [INFO] running `Command { std: "docker" "inspect" "bdd8de3144bb8dccb799caca934dabb6e1e8b4c7754ebbbcfd4ca62985ab4e58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdd8de3144bb8dccb799caca934dabb6e1e8b4c7754ebbbcfd4ca62985ab4e58", kill_on_drop: false }` [INFO] [stdout] bdd8de3144bb8dccb799caca934dabb6e1e8b4c7754ebbbcfd4ca62985ab4e58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 644c68b4b8ad4c629067131198ae6ef3b18adea4deb30ca07e3e4dd61ff50228 [INFO] running `Command { std: "docker" "start" "-a" "644c68b4b8ad4c629067131198ae6ef3b18adea4deb30ca07e3e4dd61ff50228", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cargo_hack-392d6b5a8d6540ea) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test cli::tests::short_help ... ok [INFO] [stdout] test features::tests::powerset_full ... ok [INFO] [stdout] test remove_dev_deps::tests::d ... ok [INFO] [stdout] test remove_dev_deps::tests::target_deps4 ... ok [INFO] [stdout] test features::tests::feature_deps1 ... ok [INFO] [stdout] test remove_dev_deps::tests::a ... ok [INFO] [stdout] test features::tests::powerset_depth1 ... ok [INFO] [stdout] test features::tests::powerset_depth2 ... ok [INFO] [stdout] test remove_dev_deps::tests::c ... ok [INFO] [stdout] test remove_dev_deps::tests::target_deps1 ... ok [INFO] [stdout] test features::tests::powerset_depth3 ... ok [INFO] [stdout] test remove_dev_deps::tests::target_deps3 ... ok [INFO] [stdout] test remove_dev_deps::tests::not_table ... ok [INFO] [stdout] test remove_dev_deps::tests::many_lines ... ok [INFO] [stdout] test cli::tests::long_help ... ok [INFO] [stdout] test remove_dev_deps::tests::target_deps2 ... ok [INFO] [stdout] test remove_dev_deps::tests::not_table_multi_line ... ok [INFO] [stdout] test remove_dev_deps::tests::b ... ok [INFO] [stderr] error: test failed, to rerun pass '--bin cargo-hack' [INFO] [stdout] test cli::tests::update_readme ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cli::tests::update_readme stdout ---- [INFO] [stdout] [src/cli.rs:925] &line = "# cargo-hack" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "[![crates.io](https://img.shields.io/crates/v/cargo-hack?style=flat-square&logo=rust)](https://crates.io/crates/cargo-hack)" [INFO] [stdout] [src/cli.rs:925] &line = "[![license](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue?style=flat-square)](#license)" [INFO] [stdout] [src/cli.rs:925] &line = "[![rustc](https://img.shields.io/badge/rustc-1.36+-blue?style=flat-square&logo=rust)](https://www.rust-lang.org)" [INFO] [stdout] [src/cli.rs:925] &line = "[![build status](https://img.shields.io/github/workflow/status/taiki-e/cargo-hack/CI/main?style=flat-square&logo=github)](https://github.com/taiki-e/cargo-hack/actions)" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "A cargo subcommand to provide various options useful for testing and continuous" [INFO] [stdout] [src/cli.rs:925] &line = "integration." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "- [Installation](#installation)" [INFO] [stdout] [src/cli.rs:925] &line = "- [Usage](#usage)" [INFO] [stdout] [src/cli.rs:925] &line = "- [License](#license)" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "## Installation" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### From source" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "```sh" [INFO] [stdout] [src/cli.rs:925] &line = "cargo install cargo-hack" [INFO] [stdout] [src/cli.rs:925] &line = "```" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "*Compiler support: requires rustc 1.36+*" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "cargo-hack is usually runnable with Cargo versions older than the Rust version" [INFO] [stdout] [src/cli.rs:925] &line = "required for installation (e.g., `cargo +1.31 hack check`). Currently, to run" [INFO] [stdout] [src/cli.rs:925] &line = "cargo-hack requires Cargo 1.26+." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### From prebuilt binaries" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "You can download prebuilt binaries from the [Release page](https://github.com/taiki-e/cargo-hack/releases)." [INFO] [stdout] [src/cli.rs:925] &line = "Prebuilt binaries are available for macOS, Linux (gnu and musl), and Windows." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### Via Homebrew" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "You can install cargo-hack using [Homebrew tap on macOS and Linux](https://github.com/taiki-e/homebrew-tap/blob/main/Formula/cargo-hack.rb):" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "```sh" [INFO] [stdout] [src/cli.rs:925] &line = "brew install taiki-e/tap/cargo-hack" [INFO] [stdout] [src/cli.rs:925] &line = "```" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "## Usage" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "
" [INFO] [stdout] [src/cli.rs:925] &line = "Click to show a complete list of options" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "
" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "`cargo-hack` is basically wrapper of `cargo` that propagates subcommand and most" [INFO] [stdout] [src/cli.rs:925] &line = "of the passed flags to `cargo`, but provides additional flags and changes the" [INFO] [stdout] [src/cli.rs:925] &line = "behavior of some existing flags." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### --each-feature" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Perform for each feature which includes default features and" [INFO] [stdout] [src/cli.rs:925] &line = "`--no-default-features` of the package." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "This is useful to check that each feature is working properly. (When used for" [INFO] [stdout] [src/cli.rs:925] &line = "this purpose, it is recommended to use with `--no-dev-deps` to avoid" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#4866].)" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "```sh" [INFO] [stdout] [src/cli.rs:925] &line = "cargo hack check --each-feature --no-dev-deps" [INFO] [stdout] [src/cli.rs:925] &line = "```" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### --feature-powerset" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Perform for the feature powerset which includes `--no-default-features` and" [INFO] [stdout] [src/cli.rs:925] &line = "default features of the package." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "This is useful to check that every combination of features is working" [INFO] [stdout] [src/cli.rs:925] &line = "properly. (When used for this purpose, it is recommended to use with" [INFO] [stdout] [src/cli.rs:925] &line = "`--no-dev-deps` to avoid [cargo#4866].)" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "```sh" [INFO] [stdout] [src/cli.rs:925] &line = "cargo hack check --feature-powerset --no-dev-deps" [INFO] [stdout] [src/cli.rs:925] &line = "```" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### --no-dev-deps" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Perform without dev-dependencies." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "This is a workaround for an issue that dev-dependencies leaking into normal" [INFO] [stdout] [src/cli.rs:925] &line = "build ([cargo#4866])." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Also, this can be used as a workaround for an issue that `cargo` does not" [INFO] [stdout] [src/cli.rs:925] &line = "allow publishing a package with cyclic dev-dependencies. ([cargo#4242])" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "```sh" [INFO] [stdout] [src/cli.rs:925] &line = "cargo hack publish --no-dev-deps --dry-run --allow-dirty" [INFO] [stdout] [src/cli.rs:925] &line = "```" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Note: Currently, using `--no-dev-deps` flag removes dev-dependencies from" [INFO] [stdout] [src/cli.rs:925] &line = "real manifest while cargo-hack is running and restores it when finished." [INFO] [stdout] [src/cli.rs:925] &line = "See [cargo#4242] for why this is necessary." [INFO] [stdout] [src/cli.rs:925] &line = "Also, this behavior may change in the future on some subcommands. See also" [INFO] [stdout] [src/cli.rs:925] &line = "[#15]." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### --remove-dev-deps" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Equivalent to `--no-dev-deps` except for does not restore the original" [INFO] [stdout] [src/cli.rs:925] &line = "`Cargo.toml` after execution." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "This is useful to know what Cargo.toml that cargo-hack is actually using" [INFO] [stdout] [src/cli.rs:925] &line = "with `--no-dev-deps`." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "*This flag also works without subcommands.*" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### --ignore-private" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Skip to perform on `publish = false` packages." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### --ignore-unknown-features" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Skip passing `--features` to `cargo` if that feature does not exist." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### --version-range" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Perform commands on a specified (inclusive) range of Rust versions." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "```console" [INFO] [stdout] [src/cli.rs:925] &line = "$ cargo hack check --version-range 1.46..1.47" [INFO] [stdout] [src/cli.rs:925] &line = "info: running `cargo +1.46 check` on cargo-hack (1/2)" [INFO] [stdout] [src/cli.rs:925] &line = "..." [INFO] [stdout] [src/cli.rs:925] &line = "info: running `cargo +1.47 check` on cargo-hack (2/2)" [INFO] [stdout] [src/cli.rs:925] &line = "..." [INFO] [stdout] [src/cli.rs:925] &line = "```" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "If the given range is unclosed, the latest stable compiler is treated as the" [INFO] [stdout] [src/cli.rs:925] &line = "upper bound." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "This might be useful for catching issues like [termcolor#35], [regex#685]," [INFO] [stdout] [src/cli.rs:925] &line = "[rust-clippy#6324]." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### --version-step" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Specify the version interval of `--version-range`." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### --clean-per-run" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Remove artifacts for that package before running the command." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "This also works as a workaround for [rust-clippy#4612]." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### Options for adjusting the behavior of --each-feature and --feature-powerset" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "The following flags can be used with `--each-feature` and `--feature-powerset`." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "#### --optional-deps" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Use optional dependencies as features." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "#### --exclude-features, --skip" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Space-separated list of features to exclude." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "#### --depth" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Specify a max number of simultaneous feature flags of `--feature-powerset`." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "If the number is set to 1, `--feature-powerset` is equivalent to" [INFO] [stdout] [src/cli.rs:925] &line = "`--each-feature`." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "#### --group-features" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Space-separated list of features to group." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "To specify multiple groups, use this option multiple times:" [INFO] [stdout] [src/cli.rs:925] &line = "`--group-features a,b --group-features c,d`" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "### Improvement of the behavior of existing cargo flags" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "`cargo-hack` changes the behavior of the following existing flags." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "#### --features, --no-default-features" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Unlike `cargo` ([cargo#3620], [cargo#4106], [cargo#4463], [cargo#4753]," [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#5015], [cargo#5364], [cargo#6195]), it can also be applied to" [INFO] [stdout] [src/cli.rs:925] &line = "sub-crates." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "#### --all, --workspace" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Perform command for all packages in the workspace." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Unlike cargo, it does not compile all members at once." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "For example, running `cargo hack check --all` in a workspace with members" [INFO] [stdout] [src/cli.rs:925] &line = "`foo` and `bar` behaves almost the same as the following script:" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "```sh" [INFO] [stdout] [src/cli.rs:925] &line = "# If you use cargo-hack, you don't need to maintain this list manually." [INFO] [stdout] [src/cli.rs:925] &line = "members=(\"foo\" \"bar\")" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "for member in \"${members[@]}\"; do" [INFO] [stdout] [src/cli.rs:925] &line = " cargo check --manifest-path \"${member}/Cargo.toml\"" [INFO] [stdout] [src/cli.rs:925] &line = "done" [INFO] [stdout] [src/cli.rs:925] &line = "```" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "*Workspace members will be performed according to the order of the 'packages'" [INFO] [stdout] [src/cli.rs:925] &line = "fields of [`cargo metadata`][cargo-metadata].*" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "[#15]: https://github.com/taiki-e/cargo-hack/issues/15" [INFO] [stdout] [src/cli.rs:925] &line = "[termcolor#35]: https://github.com/BurntSushi/termcolor/issues/35" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#3620]: https://github.com/rust-lang/cargo/issues/3620" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#4106]: https://github.com/rust-lang/cargo/issues/4106" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#4242]: https://github.com/rust-lang/cargo/issues/4242" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#4463]: https://github.com/rust-lang/cargo/issues/4463" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#4753]: https://github.com/rust-lang/cargo/issues/4753" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#4866]: https://github.com/rust-lang/cargo/issues/4866" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#5015]: https://github.com/rust-lang/cargo/issues/4463" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#5364]: https://github.com/rust-lang/cargo/issues/5364" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo#6195]: https://github.com/rust-lang/cargo/issues/6195" [INFO] [stdout] [src/cli.rs:925] &line = "[regex#685]: https://github.com/rust-lang/regex/issues/685" [INFO] [stdout] [src/cli.rs:925] &line = "[rust-clippy#4612]: https://github.com/rust-lang/rust-clippy/issues/4612" [INFO] [stdout] [src/cli.rs:925] &line = "[rust-clippy#6324]: https://github.com/rust-lang/rust-clippy/issues/6324" [INFO] [stdout] [src/cli.rs:925] &line = "[cargo-metadata]: https://doc.rust-lang.org/cargo/commands/cargo-metadata.html" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "## License" [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or" [INFO] [stdout] [src/cli.rs:925] &line = "[MIT license](LICENSE-MIT) at your option." [INFO] [stdout] [src/cli.rs:925] &line = "" [INFO] [stdout] [src/cli.rs:925] &line = "Unless you explicitly state otherwise, any contribution intentionally submitted" [INFO] [stdout] [src/cli.rs:925] &line = "for inclusion in the work by you, as defined in the Apache-2.0 license, shall" [INFO] [stdout] [src/cli.rs:925] &line = "be dual licensed as above, without any additional terms or conditions." [INFO] [stdout] Error: failed to write to file `/opt/rustwide/workdir/README.md` [INFO] [stdout] [INFO] [stdout] Caused by: [INFO] [stdout] Read-only file system (os error 30) [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: ::ext_context [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.40/src/context.rs:27:29 [INFO] [stdout] 1: anyhow::context:: for core::result::Result>::with_context::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.40/src/context.rs:58:30 [INFO] [stdout] 2: core::result::Result::map_err [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/result.rs:591:27 [INFO] [stdout] 3: anyhow::context:: for core::result::Result>::with_context [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.40/src/context.rs:58:9 [INFO] [stdout] 4: cargo_hack::fs::write [INFO] [stdout] at ./src/fs.rs:10:5 [INFO] [stdout] 5: cargo_hack::cli::tests::update_readme [INFO] [stdout] at ./src/cli.rs:946:13 [INFO] [stdout] 6: cargo_hack::cli::tests::update_readme::{{closure}} [INFO] [stdout] at ./src/cli.rs:916:5 [INFO] [stdout] 7: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 8: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] test::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 9: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] std::panicking::try [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] test::run_test_in_process [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 10: test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 11: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] std::panicking::try [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}} [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 13: start_thread [INFO] [stdout] 14: clone [INFO] [stdout] thread 'cli::tests::update_readme' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:193:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556a16f2d070 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x556a16f2d070 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556a16f2d070 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x556a16f2d070 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x556a16f50c8c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x556a16f29b85 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x556a16f2f66b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x556a16f2f66b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x556a16f2f66b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x556a16f2f17c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x556a16f2fd11 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x556a16f2f817 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x556a16f2d54c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x556a16f2f779 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x556a16e228b1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x556a16f4f3ae - core::panicking::assert_failed_inner::h4fdb1013d187f202 [INFO] [stdout] 16: 0x556a16e81a9a - core::panicking::assert_failed::he7433ce58ffc3e2a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x556a16e58621 - test::assert_test_result::h017f81189598716c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:193:5 [INFO] [stdout] 18: 0x556a16e5e78d - cargo_hack::cli::tests::update_readme::{{closure}}::h07950e2b680cb3e1 [INFO] [stdout] at /opt/rustwide/workdir/src/cli.rs:916:5 [INFO] [stdout] 19: 0x556a16e71c0e - core::ops::function::FnOnce::call_once::hef6574802b3f11b2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x556a16ea7f93 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x556a16ea7f93 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x556a16ea6a40 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x556a16ea6a40 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x556a16ea6a40 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x556a16ea6a40 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x556a16ea6a40 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x556a16ea6a40 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x556a16ea6a40 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x556a16e81d12 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x556a16e81d12 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x556a16e85a88 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x556a16e85a88 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x556a16e85a88 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x556a16e85a88 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x556a16e85a88 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x556a16e85a88 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x556a16e85a88 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x556a16f35447 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x556a16f35447 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x556a16f35447 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7fa1e245a609 - start_thread [INFO] [stdout] 42: 0x7fa1e222c293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cli::tests::update_readme [INFO] [stdout] [INFO] [stdout] test result: FAILED. 18 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "644c68b4b8ad4c629067131198ae6ef3b18adea4deb30ca07e3e4dd61ff50228", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "644c68b4b8ad4c629067131198ae6ef3b18adea4deb30ca07e3e4dd61ff50228", kill_on_drop: false }` [INFO] [stdout] 644c68b4b8ad4c629067131198ae6ef3b18adea4deb30ca07e3e4dd61ff50228