[INFO] cloning repository https://github.com/gallois/cli-dev-utils [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gallois/cli-dev-utils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgallois%2Fcli-dev-utils", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgallois%2Fcli-dev-utils'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 26ccb586408046b38ce200f28909cbbc21ba6639 [INFO] testing gallois/cli-dev-utils against 1.73.0 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgallois%2Fcli-dev-utils" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gallois/cli-dev-utils on toolchain 1.73.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.73.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gallois/cli-dev-utils [INFO] finished tweaking git repo https://github.com/gallois/cli-dev-utils [INFO] tweaked toml for git repo https://github.com/gallois/cli-dev-utils written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/gallois/cli-dev-utils already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.73.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded flatten-json-object v0.6.1 [INFO] [stderr] Downloaded json-objects-to-csv v0.1.3 [INFO] [stderr] Downloaded edit v0.1.4 [INFO] [stderr] Downloaded clap-stdin v0.2.1 [INFO] [stderr] Downloaded capitalize v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59a34e6b135c736a16edf251e005c9f7b0dd35813e44a8a4ec3ff904355d10f1 [INFO] running `Command { std: "docker" "start" "-a" "59a34e6b135c736a16edf251e005c9f7b0dd35813e44a8a4ec3ff904355d10f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59a34e6b135c736a16edf251e005c9f7b0dd35813e44a8a4ec3ff904355d10f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59a34e6b135c736a16edf251e005c9f7b0dd35813e44a8a4ec3ff904355d10f1", kill_on_drop: false }` [INFO] [stdout] 59a34e6b135c736a16edf251e005c9f7b0dd35813e44a8a4ec3ff904355d10f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 725c32d9042a9001be8c1a950da1dbf74085e685d6eefee2bc441a6a1516fcaa [INFO] running `Command { std: "docker" "start" "-a" "725c32d9042a9001be8c1a950da1dbf74085e685d6eefee2bc441a6a1516fcaa", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling rustix v0.38.8 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling memchr v2.6.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling thiserror v1.0.47 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling aho-corasick v1.1.1 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling which v4.4.0 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling tempfile v3.8.0 [INFO] [stderr] Compiling clap_builder v4.3.23 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling csv v1.2.2 [INFO] [stderr] Compiling regex-automata v0.3.8 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling deunicode v0.4.4 [INFO] [stderr] Compiling cpufeatures v0.2.9 [INFO] [stderr] Compiling unsafe-libyaml v0.2.9 [INFO] [stderr] Compiling sha2 v0.10.7 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling chrono v0.4.28 [INFO] [stderr] Compiling edit v0.1.4 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling serde_yaml v0.9.25 [INFO] [stderr] Compiling capitalize v0.1.0 [INFO] [stderr] Compiling base64 v0.21.3 [INFO] [stderr] Compiling exitcode v1.1.2 [INFO] [stderr] Compiling colors-transform v0.2.11 [INFO] [stderr] Compiling thiserror-impl v1.0.47 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Compiling strum_macros v0.25.2 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling regex v1.9.5 [INFO] [stderr] Compiling flatten-json-object v0.6.1 [INFO] [stderr] Compiling json-objects-to-csv v0.1.3 [INFO] [stderr] Compiling clap-stdin v0.2.1 [INFO] [stderr] Compiling clap v4.3.23 [INFO] [stderr] Compiling cli-dev-utils v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0446]: private type `ListArgs` in public interface [INFO] [stdout] --> src/dev_utils/command_matchers.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn list(list_args: ListArgs, cli_args: Cli) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | struct ListArgs { [INFO] [stdout] | --------------- `ListArgs` declared as private [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0446`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cli-dev-utils` (bin "cli-dev-utils") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "725c32d9042a9001be8c1a950da1dbf74085e685d6eefee2bc441a6a1516fcaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "725c32d9042a9001be8c1a950da1dbf74085e685d6eefee2bc441a6a1516fcaa", kill_on_drop: false }` [INFO] [stdout] 725c32d9042a9001be8c1a950da1dbf74085e685d6eefee2bc441a6a1516fcaa