[INFO] fetching crate mrvillage-cli 0.1.15...
[INFO] checking mrvillage-cli-0.1.15 against 1.95.0 for pr-155915
[INFO] extracting crate mrvillage-cli 0.1.15 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate mrvillage-cli 0.1.15
[INFO] finished tweaking crates.io crate mrvillage-cli 0.1.15
[INFO] tweaked toml for crates.io crate mrvillage-cli 0.1.15 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mrvillage-cli 0.1.15 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mrvillage-cli 0.1.15 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded include_dir v0.7.3
[INFO] [stderr]   Downloaded include_dir_macros v0.7.3
[INFO] [stderr]   Downloaded xshell-macros v0.2.2
[INFO] [stderr]   Downloaded clap_derive v4.0.21
[INFO] [stderr]   Downloaded xshell v0.2.2
[INFO] [stderr]   Downloaded serde_derive v1.0.149
[INFO] [stderr]   Downloaded serde v1.0.149
[INFO] [stderr]   Downloaded clap v4.0.29
[INFO] [stderr]   Downloaded rustix v0.36.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7e963e76d4b81475a363652c07dd4ea9b552bdcec5a12e5344070eaa38cf8f89
[INFO] running `Command { std: "docker" "start" "-a" "7e963e76d4b81475a363652c07dd4ea9b552bdcec5a12e5344070eaa38cf8f89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e963e76d4b81475a363652c07dd4ea9b552bdcec5a12e5344070eaa38cf8f89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e963e76d4b81475a363652c07dd4ea9b552bdcec5a12e5344070eaa38cf8f89", kill_on_drop: false }`
[INFO] [stdout] 7e963e76d4b81475a363652c07dd4ea9b552bdcec5a12e5344070eaa38cf8f89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c59cb7997a5fce3187db9572c2d0068194e5c7460a1234398804c2a28892d0c
[INFO] running `Command { std: "docker" "start" "-a" "8c59cb7997a5fce3187db9572c2d0068194e5c7460a1234398804c2a28892d0c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]    Compiling serde_derive v1.0.149
[INFO] [stderr]    Compiling rustix v0.36.4
[INFO] [stderr]     Checking linux-raw-sys v0.1.3
[INFO] [stderr]    Compiling serde v1.0.149
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]     Checking once_cell v1.16.0
[INFO] [stderr]    Compiling xshell-macros v0.2.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking xshell v0.2.2
[INFO] [stderr]     Checking include_dir v0.7.3
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking tempfile v3.3.0
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking is-terminal v0.4.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]     Checking clap v4.0.29
[INFO] [stderr]     Checking toml v0.5.9
[INFO] [stderr]     Checking mrvillage-cli v0.1.15 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]    --> src/utils/cmd.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   4 |         xshell::cmd!($sh, $cmd)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/commands/run.rs:146:17
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 quiet_cmd!(sh, "find {dir} -type f -empty -print -delete").run()?;
[INFO] [stdout]     |                 ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `xshell::cmd` may come from an old version of the `xshell` crate, try updating your dependency with `cargo update -p xshell`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `quiet_cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/utils/cmd.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  4 |         xshell::cmd!($sh, $cmd)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/structs/template.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |             quiet_cmd!(sh, "git init").run()?;
[INFO] [stdout]    |             -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `xshell::cmd` may come from an old version of the `xshell` crate, try updating your dependency with `cargo update -p xshell`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `quiet_cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]    --> src/utils/cmd.rs:4:9
[INFO] [stdout]     |
[INFO] [stdout]   4 |         xshell::cmd!($sh, $cmd)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/commands/run.rs:146:17
[INFO] [stdout]     |
[INFO] [stdout] 146 |                 quiet_cmd!(sh, "find {dir} -type f -empty -print -delete").run()?;
[INFO] [stdout]     |                 ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `xshell::cmd` may come from an old version of the `xshell` crate, try updating your dependency with `cargo update -p xshell`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `quiet_cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits`
[INFO] [stdout]   --> src/utils/cmd.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  4 |         xshell::cmd!($sh, $cmd)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/structs/template.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |             quiet_cmd!(sh, "git init").run()?;
[INFO] [stdout]    |             -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `xshell::cmd` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `xshell::cmd` may come from an old version of the `xshell` crate, try updating your dependency with `cargo update -p xshell`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `xshell::cmd` which comes from the expansion of the macro `quiet_cmd` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
[INFO] running `Command { std: "docker" "inspect" "8c59cb7997a5fce3187db9572c2d0068194e5c7460a1234398804c2a28892d0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c59cb7997a5fce3187db9572c2d0068194e5c7460a1234398804c2a28892d0c", kill_on_drop: false }`
[INFO] [stdout] 8c59cb7997a5fce3187db9572c2d0068194e5c7460a1234398804c2a28892d0c
