[INFO] cloning repository https://github.com/J0HN50N133/bft [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/J0HN50N133/bft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJ0HN50N133%2Fbft", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJ0HN50N133%2Fbft'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 61870e56648e6438b90762768125c3417238945e [INFO] testing J0HN50N133/bft against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJ0HN50N133%2Fbft" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/J0HN50N133/bft [INFO] finished tweaking git repo https://github.com/J0HN50N133/bft [INFO] tweaked toml for git repo https://github.com/J0HN50N133/bft written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/J0HN50N133/bft on toolchain 1.99.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/J0HN50N133/bft 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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] 0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e [INFO] running `Command { std: "docker" "start" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e", 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" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e", 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" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.105 [INFO] [stderr] Compiling quote v1.0.43 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling zerocopy v0.8.33 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling peg-runtime v0.8.5 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling zmij v1.0.14 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.1 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling utf8-chars v3.0.6 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling indenter v0.3.4 [INFO] [stderr] Compiling jiff v0.2.18 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling shell-words v1.1.1 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling peg-macros v0.8.5 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling console v0.16.2 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling shellexpand v3.1.1 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling ctrlc v3.5.1 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling peg v0.8.5 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling dialoguer v0.12.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling env_filter v0.1.4 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling cached_proc_macro v0.25.0 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling bon-macros v3.8.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling cached v0.56.0 [INFO] [stderr] Compiling json5 v1.3.0 [INFO] [stderr] Compiling bon v3.8.2 [INFO] [stderr] Compiling brush-parser v0.3.0 [INFO] [stderr] Compiling bft v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 1m 01s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e", 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" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling bft v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 2.92s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e", 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" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.11s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/bft-91d22c809b501332) [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test completion::tests::test_completion_context_no_pipe ... ok [INFO] [stdout] test config::tests::test_deserialize_empty_config ... ok [INFO] [stdout] test config::tests::test_deserialize_providers_override ... ok [INFO] [stdout] test bash::history::tests::test_filter_history_commands ... ok [INFO] [stdout] test completion::tests::test_history_provider ... ok [INFO] [stdout] test parser::tests::test_adjacent_tokens ... ok [INFO] [stdout] test bash::history::tests::test_get_matching_history_commands ... ok [INFO] [stdout] test parser::tests::test_find_last_pipe_index ... ok [INFO] [stdout] test parser::tests::test_fallback_unclosed_quote ... ok [INFO] [stdout] test parser::tests::test_parse_chinese ... ok [INFO] [stdout] test parser::tests::test_parse_gap ... ok [INFO] [stdout] test parser::tests::test_get_command_after_pipe ... ok [INFO] [stdout] test bash::history::tests::test_get_history_commands ... ok [INFO] [stdout] test config::tests::test_deserialize_partial_config ... ok [INFO] [stdout] test parser::tests::test_parse_mixed_utf8 ... ok [INFO] [stdout] test parser::tests::test_parse_quoted ... ok [INFO] [stdout] test parser::tests::test_parse_trailing_space ... ok [INFO] [stdout] test parser::tests::test_parse_simple ... ok [INFO] [stdout] test quoting::tests::test_filter ... ok [INFO] [stdout] test quoting::tests::test_quote_filename ... ok [INFO] [stdout] test tests::test_insert_completion_ascii ... ok [INFO] [stdout] test tests::test_insert_completion_chinese ... ok [INFO] [stdout] test tests::test_insert_completion_empty_word ... ok [INFO] [stdout] test tests::test_insert_completion_full_line ... ok [INFO] [stdout] test tests::test_insert_completion_mixed ... ok [INFO] [stdout] test tests::test_insert_completion_nospace ... ok [INFO] [stdout] test bash::history::tests::test_get_history_subcommands ... ok [INFO] [stdout] test parser::tests::test_fallback_parse ... ok [INFO] [stdout] test quoting::tests::test_common_prefix ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e", kill_on_drop: false }` [INFO] [stdout] 0ca513bbc78bcf0ea55266d5e31c3d3f175bcdff3fff404e01065fb6fb36186e