[INFO] cloning repository https://github.com/joshvoigts/rdeploy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joshvoigts/rdeploy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshvoigts%2Frdeploy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshvoigts%2Frdeploy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f04130cc26e348c75f68d3616fa39e99619f1e58 [INFO] testing joshvoigts/rdeploy against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshvoigts%2Frdeploy" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/joshvoigts/rdeploy [INFO] finished tweaking git repo https://github.com/joshvoigts/rdeploy [INFO] tweaked toml for git repo https://github.com/joshvoigts/rdeploy written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/joshvoigts/rdeploy on toolchain 1.98.0-beta.8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/joshvoigts/rdeploy 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xdg v3.0.0 [INFO] [stderr] Downloaded globset v0.4.20 [INFO] [stderr] Downloaded winnow v1.0.3 [INFO] [stderr] Downloaded toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Downloaded shell-quote v0.7.2 [INFO] [stderr] Downloaded ignore v0.4.33 [INFO] [stderr] Downloaded bstr v1.12.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef [INFO] running `Command { std: "docker" "start" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling memchr v2.8.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.22 [INFO] [stderr] Compiling regex-syntax v0.8.11 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.20 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling colorchoice v1.0.5 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling crossbeam-deque v0.8.7 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling log v0.4.33 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling winnow v1.0.3 [INFO] [stderr] Compiling anstyle-parse v1.0.0 [INFO] [stderr] Compiling clap_lex v1.1.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling toml_writer v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling xdg v3.0.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling anstream v1.0.0 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling aho-corasick v1.1.5 [INFO] [stderr] Compiling regex-automata v0.4.18 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling clap_derive v4.6.1 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling serde_spanned v1.1.1 [INFO] [stderr] Compiling toml v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling clap v4.6.1 [INFO] [stderr] Compiling bstr v1.12.3 [INFO] [stderr] Compiling globset v0.4.20 [INFO] [stderr] Compiling shell-quote v0.7.2 [INFO] [stderr] Compiling ignore v0.4.33 [INFO] [stderr] Compiling rcargo v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 47.04s [INFO] running `Command { std: "docker" "inspect" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.189 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling getrandom v0.4.3 [INFO] [stderr] Compiling bitflags v2.13.1 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling fastrand v2.5.0 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling rcargo v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 9.35s [INFO] running `Command { std: "docker" "inspect" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.09s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/rcargo-4cca84636fdb0c22) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test config::tests::remote_build_dir_joins_project ... ok [INFO] [stdout] test config::tests::unknown_field_is_rejected_through_value_load_path ... ok [INFO] [stdout] test config::tests::project_config_missing_returns_none ... ok [INFO] [stdout] test git::tests::anchored_exclude_does_not_match_nested ... ok [INFO] [stdout] test config::tests::project_config_prefers_nearest ... ok [INFO] [stdout] test config::tests::unknown_field_is_rejected ... ok [INFO] [stdout] test git::tests::honors_gitignore_from_inner_dir ... ok [INFO] [stdout] test git::tests::negation_reincludes_config ... ok [INFO] [stdout] test config::tests::remote_build_dir_trims_trailing_slash ... ok [INFO] [stdout] test config::tests::project_config_found_in_parent ... ok [INFO] [stdout] test ssh::tests::da2_response_stripped ... ok [INFO] [stdout] test ssh::tests::da_response_stripped ... ok [INFO] [stdout] test git::tests::no_gitignore_has_no_excludes ... ok [INFO] [stdout] test ssh::tests::dec_private_dsr_extended_stripped ... ok [INFO] [stdout] test config::tests::remote_path_defaults_to_home ... ok [INFO] [stdout] test config::tests::remote_path_precedence ... ok [INFO] [stdout] test ssh::tests::dec_private_dsr_stripped ... ok [INFO] [stdout] test ssh::tests::dsr_response_stripped ... ok [INFO] [stdout] test ssh::tests::mixed_text_and_sgr ... ok [INFO] [stdout] test ssh::tests::multiple_sgr_in_sequence ... ok [INFO] [stdout] test ssh::tests::non_csi_escape_passed_through ... ok [INFO] [stdout] test ssh::tests::partial_csi_at_eof_flushed ... ok [INFO] [stdout] test ssh::tests::partial_csi_params_at_eof_flushed ... ok [INFO] [stdout] test ssh::tests::plain_text_passthrough ... ok [INFO] [stdout] test ssh::tests::realistic_cargo_test_output ... ok [INFO] [stdout] test ssh::tests::sgr_24bit_color_allowed ... ok [INFO] [stdout] test ssh::tests::sgr_256_color_allowed ... ok [INFO] [stdout] test ssh::tests::sgr_bold_allowed ... ok [INFO] [stdout] test ssh::tests::empty_input ... ok [INFO] [stdout] test ssh::tests::sgr_color_allowed ... ok [INFO] [stdout] test ssh::tests::erase_display_stripped ... ok [INFO] [stdout] test ssh::tests::bare_esc_at_eof_flushed ... ok [INFO] [stdout] test ssh::tests::sgr_shorthand_reset_allowed ... ok [INFO] [stdout] test ssh::tests::cursor_home_stripped ... ok [INFO] [stdout] test ssh::tests::text_sgr_text_dsr_text_sgr_text ... ok [INFO] [stdout] test ssh::tests::tild_terminated_sequence_stripped ... ok [INFO] [stdout] test ssh::tests::sgr_with_intermediate_byte_allowed ... ok [INFO] [stdout] test ssh::tests::cursor_movement_stripped ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef", kill_on_drop: false }` [INFO] [stdout] 8ac39652a5c0ecdad6965cd6bb2f2e4afda8ba9edd7e4527c28565ee0b2374ef