[INFO] cloning repository https://github.com/tekktrik/circpush [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tekktrik/circpush" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftekktrik%2Fcircpush", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftekktrik%2Fcircpush'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fcc172ca93663731309a15d2b7366a9997b58708 [INFO] checking tekktrik/circpush against try#87f2ecc56b5f6032b075c8934ebc77f28d57183c for pr-148190 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftekktrik%2Fcircpush" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tekktrik/circpush [INFO] finished tweaking git repo https://github.com/tekktrik/circpush [INFO] tweaked toml for git repo https://github.com/tekktrik/circpush written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tekktrik/circpush on toolchain 87f2ecc56b5f6032b075c8934ebc77f28d57183c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tekktrik/circpush 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" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7101a6c71a37468818f86c7a198fb54061b9aeb8b738df2d96135eb6a3250f6 [INFO] running `Command { std: "docker" "start" "-a" "e7101a6c71a37468818f86c7a198fb54061b9aeb8b738df2d96135eb6a3250f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7101a6c71a37468818f86c7a198fb54061b9aeb8b738df2d96135eb6a3250f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7101a6c71a37468818f86c7a198fb54061b9aeb8b738df2d96135eb6a3250f6", kill_on_drop: false }` [INFO] [stdout] e7101a6c71a37468818f86c7a198fb54061b9aeb8b738df2d96135eb6a3250f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4696efd9f5aa440aa1ad4416cb1925feee0343871f8e1baf6ef6602dd57901db [INFO] running `Command { std: "docker" "start" "-a" "4696efd9f5aa440aa1ad4416cb1925feee0343871f8e1baf6ef6602dd57901db", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Compiling rustix v0.38.43 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling serde_json v1.0.135 [INFO] [stderr] Checking bytecount v0.6.8 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking papergrid v0.13.0 [INFO] [stderr] Checking clap_builder v4.5.24 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Checking sdd v3.0.5 [INFO] [stderr] Checking unindent v0.2.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling pyo3-build-config v0.22.6 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking scc v2.3.0 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Compiling syn v2.0.95 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Checking fs_extra v1.3.0 [INFO] [stderr] Compiling pyo3-ffi v0.22.6 [INFO] [stderr] Compiling pyo3-macros-backend v0.22.6 [INFO] [stderr] Compiling pyo3 v0.22.6 [INFO] [stderr] Checking sysinfo v0.32.1 [INFO] [stderr] Checking tempfile v3.15.0 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling clap_derive v4.5.24 [INFO] [stderr] Compiling tabled_derive v0.9.0 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tabled v0.17.0 [INFO] [stderr] Checking clap v4.5.24 [INFO] [stderr] Checking serde v1.0.217 [INFO] [stderr] Compiling pyo3-macros v0.22.6 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking serial_test v3.2.0 [INFO] [stderr] Checking circpush v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:470:38 [INFO] [stdout] | [INFO] [stdout] 470 | let mut components_str = vec![&number_str, "test*"]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `[&String; _]`, found `[&str; 2]` [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected array `[&std::string::String; _]` [INFO] [stdout] found array `[&str; 2]` [INFO] [stdout] help: the return type of this call is `[&str; 2]` due to the type of the argument passed [INFO] [stdout] --> src/lib.rs:470:38 [INFO] [stdout] | [INFO] [stdout] 470 | let mut components_str = vec![&number_str, "test*"]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ this argument influences the return type of `write_box_via_move` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/alloc/src/intrinsics.rs:15:7 [INFO] [stdout] = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `circpush` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "4696efd9f5aa440aa1ad4416cb1925feee0343871f8e1baf6ef6602dd57901db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4696efd9f5aa440aa1ad4416cb1925feee0343871f8e1baf6ef6602dd57901db", kill_on_drop: false }` [INFO] [stdout] 4696efd9f5aa440aa1ad4416cb1925feee0343871f8e1baf6ef6602dd57901db