[INFO] cloning repository https://github.com/GideonBear/falconf [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GideonBear/falconf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGideonBear%2Ffalconf", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGideonBear%2Ffalconf'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d32d7875ef8437906aac9b57cde9fc558123fb77 [INFO] testing GideonBear/falconf against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGideonBear%2Ffalconf" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/GideonBear/falconf [INFO] finished tweaking git repo https://github.com/GideonBear/falconf [INFO] tweaked toml for git repo https://github.com/GideonBear/falconf written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/GideonBear/falconf on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/GideonBear/falconf 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f13a1a9b741f622649ba9c039aa6132971e1661751c1a63059209c71d752a8da [INFO] running `Command { std: "docker" "start" "-a" "f13a1a9b741f622649ba9c039aa6132971e1661751c1a63059209c71d752a8da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f13a1a9b741f622649ba9c039aa6132971e1661751c1a63059209c71d752a8da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f13a1a9b741f622649ba9c039aa6132971e1661751c1a63059209c71d752a8da", kill_on_drop: false }` [INFO] [stdout] f13a1a9b741f622649ba9c039aa6132971e1661751c1a63059209c71d752a8da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cbb36240b6e7bea53117e0c008bbc86556068c54792a35ef1ab6139ac9d351a6 [INFO] running `Command { std: "docker" "start" "-a" "cbb36240b6e7bea53117e0c008bbc86556068c54792a35ef1ab6139ac9d351a6", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling colorchoice v1.0.5 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling owo-colors v4.3.0 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling rand_core v0.10.0 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling anstyle-parse v1.0.0 [INFO] [stderr] Compiling gimli v0.32.3 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling anstream v1.0.0 [INFO] [stderr] Compiling cpufeatures v0.3.0 [INFO] [stderr] Compiling rustc-demangle v0.1.27 [INFO] [stderr] Compiling indenter v0.3.4 [INFO] [stderr] Compiling clap_lex v1.1.0 [INFO] [stderr] Compiling chacha20 v0.10.0 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling dyn-clone v1.0.20 [INFO] [stderr] Compiling jiff v0.2.23 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling utf8-command v1.0.1 [INFO] [stderr] Compiling shell-words v1.1.1 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling cc v1.2.57 [INFO] [stderr] Compiling terminal_size v0.4.3 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling terminal-prompt v0.2.3 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling hostname v0.4.2 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling rand v0.10.0 [INFO] [stderr] Compiling uuid v1.22.0 [INFO] [stderr] Compiling openssl-sys v0.9.112 [INFO] [stderr] Compiling libz-sys v1.1.25 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling libgit2-sys v0.18.3+1.9.2 [INFO] [stderr] Compiling addr2line v0.25.1 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling env_filter v1.0.0 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling env_logger v0.11.9 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing-error v0.2.1 [INFO] [stderr] Compiling process-wrap v8.2.1 [INFO] [stderr] Compiling pwd v1.4.0 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling color-eyre v0.6.5 [INFO] [stderr] Compiling expanduser v1.2.2 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling command-error v0.8.0 [INFO] [stderr] Compiling clap v4.6.0 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling ron v0.12.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling git2 v0.20.4 [INFO] [stderr] Compiling auth-git2 v0.5.8 [INFO] [stderr] Compiling falconf v0.3.8 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s [INFO] running `Command { std: "docker" "inspect" "cbb36240b6e7bea53117e0c008bbc86556068c54792a35ef1ab6139ac9d351a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbb36240b6e7bea53117e0c008bbc86556068c54792a35ef1ab6139ac9d351a6", kill_on_drop: false }` [INFO] [stdout] cbb36240b6e7bea53117e0c008bbc86556068c54792a35ef1ab6139ac9d351a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c8186d5708be12a7ff067a6826f52104194d96ddd8a7e4ac2056e38a43d5762 [INFO] running `Command { std: "docker" "start" "-a" "6c8186d5708be12a7ff067a6826f52104194d96ddd8a7e4ac2056e38a43d5762", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling dtor-proc-macro v0.0.6 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling ctor-proc-macro v0.0.7 [INFO] [stderr] Compiling dtor v0.3.0 [INFO] [stderr] Compiling ctor v0.8.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling env_filter v1.0.0 [INFO] [stderr] Compiling env_logger v0.11.9 [INFO] [stderr] Compiling falconf v0.3.8 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.25s [INFO] running `Command { std: "docker" "inspect" "6c8186d5708be12a7ff067a6826f52104194d96ddd8a7e4ac2056e38a43d5762", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c8186d5708be12a7ff067a6826f52104194d96ddd8a7e4ac2056e38a43d5762", kill_on_drop: false }` [INFO] [stdout] 6c8186d5708be12a7ff067a6826f52104194d96ddd8a7e4ac2056e38a43d5762 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c22fbe397727350235ffde9e5dddb486a99ed2cea4ee6614e24edf02275b970f [INFO] running `Command { std: "docker" "start" "-a" "c22fbe397727350235ffde9e5dddb486a99ed2cea4ee6614e24edf02275b970f", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/falconf-b641ea6596509c62) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test pieces::command::tests::test_parse_value ... ok [INFO] [stdout] test pieces::command::tests::test_parse_value_pipe_not_escaped ... ok [INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name [INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all [INFO] [stderr] hint: of your new repositories, which will suppress this warning, call: [INFO] [stderr] hint: [INFO] [stderr] hint: git config --global init.defaultBranch [INFO] [stderr] hint: [INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command: [INFO] [stderr] hint: [INFO] [stderr] hint: git branch -m [INFO] [stdout] Initialized empty Git repository in /tmp/test_remote_repos.gOjNZnYiHJfI/test_repo.git/ [INFO] [stderr] [2026-03-30T13:37:59Z DEBUG falconf::cli::init::tests] Initting new repository... [INFO] [stderr] [2026-03-30T13:37:59Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:37:59Z DEBUG falconf::repo] Cloning repo [INFO] [stderr] [2026-03-30T13:37:59Z DEBUG falconf::repo] New, so initializing new [INFO] [stderr] [2026-03-30T13:37:59Z DEBUG falconf::repo] Head doesn't exist, this is the initial commit [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::cli::list::tests] Created "/tmp/test_falconf_files.1OkNgl0LOoVH/test1.txt" [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:00Z INFO falconf::pieces] Executing piece: [64f82324] Tracking file at: /tmp/test_falconf_files.1OkNgl0LOoVH/test1.txt [INFO] [stderr] [2026-03-30T13:38:00Z WARN falconf::pieces] Test run! Refraining from execution, but marking as normal. [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:00Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::installation] Looking at /tmp/test_falconf.EfLSfVBOcZah/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::cli::list::tests] Got: [INFO] [stderr] [abf74f4b] apt install cowsay [INFO] [stderr] [e6447414] echo 'some text' [INFO] [stderr] [cda2280f] echo 'some text' (undo: echo I am undoing this piece) [INFO] [stderr] [64f82324] Tracking file at: /tmp/test_falconf_files.1OkNgl0LOoVH/test1.txt [INFO] [stderr] [8c9a9a77] Manual action: some message [INFO] [stderr] [0c0d0e56] apt install cowsay // This is a comment! [INFO] [stderr] [31dfd72f] apt install cowsay (unused) [INFO] [stderr] [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::cli::list::tests] Expect: [INFO] [stderr] [ID_WAS_HERE] apt install cowsay [INFO] [stderr] [ID_WAS_HERE] echo 'some text' [INFO] [stderr] [ID_WAS_HERE] echo 'some text' (undo: echo I am undoing this piece) [INFO] [stderr] [ID_WAS_HERE] Tracking file at: /tmp/test_falconf_files.1OkNgl0LOoVH/test1.txt [INFO] [stderr] [ID_WAS_HERE] Manual action: some message [INFO] [stderr] [ID_WAS_HERE] apt install cowsay // This is a comment! [INFO] [stderr] [ID_WAS_HERE] apt install cowsay (unused) [INFO] [stderr] [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::cli::list::tests] Got (raw): [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m apt install cowsay\u{1b}[93m\u{1b}[39m\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m echo 'some text'\u{1b}[93m\u{1b}[39m\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m echo 'some text'\u{1b}[93m (undo: echo I am undoing this piece)\u{1b}[39m\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m Tracking file at: /tmp/test_falconf_files.1OkNgl0LOoVH/test1.txt\u{1b}[93m\u{1b}[39m\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m Manual action: some message\u{1b}[93m\u{1b}[39m\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m apt install cowsay\u{1b}[93m\u{1b}[39m // This is a comment!\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[9m\u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m\u{1b}[0m\u{1b}[9m \u{1b}[0m\u{1b}[9mapt install cowsay\u{1b}[0m\u{1b}[9m\u{1b}[93m\u{1b}[39m\u{1b}[0m\u{1b}[9m\u{1b}[0m\u{1b}[96m\u{1b}[3m (unused)\u{1b}[0m\u{1b}[39m [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::cli::list::tests] Expect (raw): [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m apt install cowsay\u{1b}[93m\u{1b}[39m\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m echo 'some text'\u{1b}[93m\u{1b}[39m\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m echo 'some text'\u{1b}[93m (undo: echo I am undoing this piece)\u{1b}[39m\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m Tracking file at: /tmp/test_falconf_files.1OkNgl0LOoVH/test1.txt\u{1b}[93m\u{1b}[39m\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m Manual action: some message\u{1b}[93m\u{1b}[39m\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m apt install cowsay\u{1b}[93m\u{1b}[39m // This is a comment!\u{1b}[96m\u{1b}[3m\u{1b}[0m\u{1b}[39m [INFO] [stderr] \u{1b}[9m\u{1b}[1m\u{1b}[35m[ID_WAS_HERE]\u{1b}[39m\u{1b}[0m\u{1b}[0m\u{1b}[9m \u{1b}[0m\u{1b}[9mapt install cowsay\u{1b}[0m\u{1b}[9m\u{1b}[93m\u{1b}[39m\u{1b}[0m\u{1b}[9m\u{1b}[0m\u{1b}[96m\u{1b}[3m (unused)\u{1b}[0m\u{1b}[39m [INFO] [stderr] [INFO] [stdout] test cli::list::tests::test_list ... ok [INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name [INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all [INFO] [stderr] hint: of your new repositories, which will suppress this warning, call: [INFO] [stderr] hint: [INFO] [stderr] hint: git config --global init.defaultBranch [INFO] [stderr] hint: [INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command: [INFO] [stderr] hint: [INFO] [stderr] hint: git branch -m [INFO] [stdout] Initialized empty Git repository in /tmp/test_remote_repos.T0CnSKzE15wL/test_repo.git/ [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::cli::init::tests] Initting new repository... [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::installation] Looking at /tmp/test_falconf.IgDbWhFH4rMt/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] Cloning repo [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] New, so initializing new [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] Head doesn't exist, this is the initial commit [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::installation] Looking at /tmp/test_falconf.IgDbWhFH4rMt/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::installation] Looking at /tmp/test_falconf.IgDbWhFH4rMt/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::cli::init::tests] Initting existing repository... [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::installation] Looking at /tmp/test_falconf.eDJIH2ILVeRK/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] Cloning repo [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] Not new, so initializing existing [INFO] [stderr] [2026-03-30T13:38:01Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::installation] Looking at /tmp/test_falconf.eDJIH2ILVeRK/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:02Z INFO falconf::pieces] Executing piece: [e6d460c5] true [INFO] [stderr] [2026-03-30T13:38:02Z INFO falconf::logging] Running command: `bash -c true` [INFO] [stderr] [2026-03-30T13:38:02Z INFO falconf::pieces] Executing piece: [219ca443] false [INFO] [stderr] [2026-03-30T13:38:02Z INFO falconf::logging] Running command: `bash -c false` [INFO] [stderr] [2026-03-30T13:38:02Z INFO falconf::cli::sync] Found error during sync; writing and pushing the changes that *were* done [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::repo] Head exists [INFO] [stdout] test cli::sync::tests::test_atomic ... ok [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::installation] Looking at /tmp/test_falconf.eDJIH2ILVeRK/test_.falconf_dir [INFO] [stdout] Initialized empty Git repository in /tmp/test_remote_repos.HaLju3G9DFT4/test_repo.git/ [INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name [INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all [INFO] [stderr] hint: of your new repositories, which will suppress this warning, call: [INFO] [stderr] hint: [INFO] [stderr] hint: git config --global init.defaultBranch [INFO] [stderr] hint: [INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command: [INFO] [stderr] hint: [INFO] [stderr] hint: git branch -m [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::cli::init::tests] Initting new repository... [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::installation] Looking at /tmp/test_falconf.aYtApZVSk2DS/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::repo] Cloning repo [INFO] [stderr] [2026-03-30T13:38:02Z INFO falconf::installation] Found error during init; removing newly created .falconf directory to avoid half-initialized state [INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name [INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all [INFO] [stderr] hint: of your new repositories, which will suppress this warning, call: [INFO] [stderr] hint: [INFO] [stderr] hint: git config --global init.defaultBranch [INFO] [stderr] hint: [INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command: [INFO] [stderr] hint: [INFO] [stderr] hint: git branch -m [INFO] [stdout] Initialized empty Git repository in /tmp/test_remote_repos.HkDtPDCo5qgE/test_repo.git/ [INFO] [stdout] test cli::sync::tests::test_sync ... FAILED [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::cli::init::tests] Initting new repository... [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::installation] Looking at /tmp/test_falconf.pYYzB7IjdSsC/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::repo] Cloning repo [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::repo] New, so initializing new [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::repo] Head doesn't exist, this is the initial commit [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::installation] Looking at /tmp/test_falconf.pYYzB7IjdSsC/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:02Z INFO falconf::pieces] Executing piece: [29e48c43] Tracking file at: /tmp/test_falconf_files.ZRpzI0JMDwfM/dir [INFO] [stderr] [2026-03-30T13:38:02Z INFO falconf::pieces::file] Repo (target) file doesn't exist, assuming this is newly added [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::pieces::file] Moving the file into the repo: /tmp/test_falconf_files.ZRpzI0JMDwfM/dir to /tmp/test_falconf.pYYzB7IjdSsC/test_.falconf_dir/repository/files/tmp/test_falconf_files.ZRpzI0JMDwfM/dir [INFO] [stderr] [2026-03-30T13:38:02Z INFO falconf::logging] Running command: `ln /tmp/test_falconf.pYYzB7IjdSsC/test_.falconf_dir/repository/files/tmp/test_falconf_files.ZRpzI0JMDwfM/dir /tmp/test_falconf_files.ZRpzI0JMDwfM/dir --symbolic` [INFO] [stderr] [2026-03-30T13:38:02Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::cli::init::tests] Initting existing repository... [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::installation] Looking at /tmp/test_falconf.9SpMTFMGTcQu/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Cloning repo [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Not new, so initializing existing [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Head exists [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::installation] Looking at /tmp/test_falconf.9SpMTFMGTcQu/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:03Z INFO falconf::pieces] Executing piece: [29e48c43] Tracking file at: /tmp/test_falconf_files.ZRpzI0JMDwfM/dir [INFO] [stderr] [2026-03-30T13:38:03Z INFO falconf::logging] Running command: `ln /tmp/test_falconf.9SpMTFMGTcQu/test_.falconf_dir/repository/files/tmp/test_falconf_files.ZRpzI0JMDwfM/dir /tmp/test_falconf_files.ZRpzI0JMDwfM/dir --symbolic` [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Head exists [INFO] [stdout] test pieces::file::tests::test_file_dir ... ok [INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name [INFO] [stdout] Initialized empty Git repository in /tmp/test_remote_repos.bxx2lpKbp9Uq/test_repo.git/ [INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all [INFO] [stderr] hint: of your new repositories, which will suppress this warning, call: [INFO] [stderr] hint: [INFO] [stderr] hint: git config --global init.defaultBranch [INFO] [stderr] hint: [INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command: [INFO] [stderr] hint: [INFO] [stderr] hint: git branch -m [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::cli::init::tests] Initting new repository... [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::installation] Looking at /tmp/test_falconf.sVt47lmiD2DR/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Cloning repo [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] New, so initializing new [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Head doesn't exist, this is the initial commit [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::installation] Looking at /tmp/test_falconf.sVt47lmiD2DR/test_.falconf_dir [INFO] [stdout] test repo::tests::test_error_on_changed_data_file ... ok [INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name [INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all [INFO] [stderr] hint: of your new repositories, which will suppress this warning, call: [INFO] [stderr] hint: [INFO] [stderr] hint: git config --global init.defaultBranch [INFO] [stderr] hint: [INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command: [INFO] [stderr] hint: [INFO] [stderr] hint: git branch -m [INFO] [stdout] Initialized empty Git repository in /tmp/test_remote_repos.whcgqNoKVyhF/test_repo.git/ [INFO] [stderr] Cloning into '/tmp/test_local_repo.c6BNNLcmxGxT/test_repo'... [INFO] [stderr] warning: You appear to have cloned an empty repository. [INFO] [stdout] [main (root-commit) 09f2d6d] test commit [INFO] [stdout] 1 file changed, 1 insertion(+) [INFO] [stdout] create mode 100644 test_file [INFO] [stderr] To git://localhost/test_repo.git [INFO] [stderr] * [new branch] main -> main [INFO] [stderr] Cloning into '/tmp/test_local_repo.bxeQUQbDbF4K/test_repo'... [INFO] [stdout] test testing::tests::test_test_remote ... ok [INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name [INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all [INFO] [stderr] hint: of your new repositories, which will suppress this warning, call: [INFO] [stderr] hint: [INFO] [stderr] hint: git config --global init.defaultBranch [INFO] [stderr] hint: [INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command: [INFO] [stderr] hint: [INFO] [stderr] hint: git branch -m [INFO] [stdout] Initialized empty Git repository in /tmp/test_remote_repos.8v2EiRGIezvL/test_repo.git/ [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::cli::init::tests] Initting new repository... [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::installation] Looking at /tmp/test_falconf.GVLJ7XwPSwCD/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Cloning repo [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] New, so initializing new [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Head doesn't exist, this is the initial commit [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::cli::init::tests] Initting existing repository... [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::installation] Looking at /tmp/test_falconf.KRBeMW9LT22m/test_.falconf_dir [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Cloning repo [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Not new, so initializing existing [INFO] [stderr] [2026-03-30T13:38:03Z DEBUG falconf::repo] Head exists [INFO] [stdout] test cli::init::tests::test_init ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cli::sync::tests::test_sync stdout ---- [INFO] [stdout] Error: [INFO] [stdout] 0: Failed to init [INFO] [stdout] 1: Failed to clone repository [INFO] [stdout] 2: error receiving data from socket: Connection reset by peer; class=Net (12) [INFO] [stdout] [INFO] [stdout] Location: [INFO] [stdout] src/repo.rs:50 [INFO] [stdout] [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] 1: ::default [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs:1018 [INFO] [stdout] 1016 │ pub(crate) fn default(&self, error: &(dyn std::error::Error + 'static)) -> crate::Handler { [INFO] [stdout] 1017 │ let backtrace = if lib_verbosity() != Verbosity::Minimal { [INFO] [stdout]  1018 >  Some(backtrace::Backtrace::new()) [INFO] [stdout] 1019 │ } else { [INFO] [stdout] 1020 │ None [INFO] [stdout] 2: ::into_eyre_hook::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs:1068 [INFO] [stdout] 1066 │ /// Convert the self into the boxed type expected by `eyre::set_hook`. [INFO] [stdout] 1067 │ pub fn into_eyre_hook(self) -> HookFunc { [INFO] [stdout]  1068 >  Box::new(move |e| Box::new(self.default(e))) [INFO] [stdout] 1069 │ } [INFO] [stdout] 1070 │ } [INFO] [stdout] 3: eyre[82d1082fd09490cd]::capture_handler [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/eyre-0.6.12/src/lib.rs:601 [INFO] [stdout] 599 │ .as_ref(); [INFO] [stdout] 600 │ [INFO] [stdout]  601 >  let mut handler = hook(error); [INFO] [stdout] 602 │ [INFO] [stdout] 603 │ #[cfg(track_caller)] [INFO] [stdout] 4: ::from_msg::<&str, git2[4bfe815921766144]::error::Error> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/eyre-0.6.12/src/error.rs:162 [INFO] [stdout] 160 │ [INFO] [stdout] 161 │ // Safety: passing vtable that operates on the right type. [INFO] [stdout]  162 >  let handler = Some(crate::capture_handler(&error)); [INFO] [stdout] 163 │ [INFO] [stdout] 164 │ unsafe { Report::construct(error, vtable, handler) } [INFO] [stdout] 5: ::ext_report::<&str> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/eyre-0.6.12/src/context.rs:26 [INFO] [stdout] 24 │ D: Display + Send + Sync + 'static, [INFO] [stdout] 25 │ { [INFO] [stdout]  26 >  Report::from_msg(msg, self) [INFO] [stdout] 27 │ } [INFO] [stdout] 28 │ } [INFO] [stdout] 6:  as eyre[82d1082fd09490cd]::WrapErr>::wrap_err::<&str> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/eyre-0.6.12/src/context.rs:50 [INFO] [stdout] 48 │ match self { [INFO] [stdout] 49 │ Ok(t) => Ok(t), [INFO] [stdout]  50 >  Err(e) => Err(e.ext_report(msg)), [INFO] [stdout] 51 │ } [INFO] [stdout] 52 │ } [INFO] [stdout] 7: ::init [INFO] [stdout] at /opt/rustwide/workdir/src/repo.rs:50 [INFO] [stdout] 48 │ let repository = auth [INFO] [stdout] 49 │ .clone_repo(remote, path) [INFO] [stdout]  50 >  .wrap_err("Failed to clone repository")?; [INFO] [stdout] 51 │ [INFO] [stdout] 52 │ let mut files = vec![]; [INFO] [stdout] 8: ::_init [INFO] [stdout] at /opt/rustwide/workdir/src/installation.rs:60 [INFO] [stdout] 58 │ let machine_data = MachineData::new_this()?; [INFO] [stdout] 59 │ [INFO] [stdout]  60 >  Repo::init(remote, &repository_path, machine, machine_data, new)?; [INFO] [stdout] 61 │ [INFO] [stdout] 62 │ Ok(()) [INFO] [stdout] 9: ::init [INFO] [stdout] at /opt/rustwide/workdir/src/installation.rs:32 [INFO] [stdout] 30 │ [INFO] [stdout] 31 │ pub fn init(top_level_args: &TopLevelArgs, remote: &str, new: bool) -> Result<()> { [INFO] [stdout]  32 >  match Self::_init(top_level_args, remote, new) { [INFO] [stdout] 33 │ Ok(()) => Ok(()), [INFO] [stdout] 34 │ Err(e) => { [INFO] [stdout] 10: falconf[217d53b54b127a4c]::cli::init::init [INFO] [stdout] at /opt/rustwide/workdir/src/cli/init.rs:18 [INFO] [stdout] 16 │ #[allow(clippy::needless_pass_by_value)] [INFO] [stdout] 17 │ pub fn init(top_level_args: TopLevelArgs, args: Args) -> Result<()> { [INFO] [stdout]  18 >  Installation::init(&top_level_args, &args.remote, args.new).wrap_err("Failed to init")?; [INFO] [stdout] 19 │ Ok(()) [INFO] [stdout] 20 │ } [INFO] [stdout] 11: falconf[217d53b54b127a4c]::cli::init::tests::init_util [INFO] [stdout] at /opt/rustwide/workdir/src/cli/init.rs:45 [INFO] [stdout] 43 │ debug!("Initting existing repository..."); [INFO] [stdout] 44 │ } [INFO] [stdout]  45 >  init(top_level_args, args)?; [INFO] [stdout] 46 │ [INFO] [stdout] 47 │ Ok(TempDirSub::new(temp, falconf_path)) [INFO] [stdout] 12: falconf[217d53b54b127a4c]::cli::sync::tests::test_sync [INFO] [stdout] at /opt/rustwide/workdir/src/cli/sync.rs:57 [INFO] [stdout] 55 │ File::create(&test_1)?.write_all(b"test_1_content")?; [INFO] [stdout] 56 │ [INFO] [stdout]  57 >  let local_1 = init_util(&remote, true)?; [INFO] [stdout] 58 │ debug!("Created {test_1:?}"); [INFO] [stdout] 59 │ let test_1_s = test_1.to_str().ok_or_eyre("Invalid path")?.to_string(); [INFO] [stdout] 13: falconf[217d53b54b127a4c]::cli::sync::tests::test_sync::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/cli/sync.rs:51 [INFO] [stdout] 49 │ [INFO] [stdout] 50 │ #[test] [INFO] [stdout]  51 >  fn test_sync() -> Result<()> { [INFO] [stdout] 52 │ let remote = TestRemote::new()?; [INFO] [stdout] 53 │ let temp = TempDir::new("test_falconf_files")?; [INFO] [stdout] 14: >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250 [INFO] [stdout] 15:  core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250 [INFO] [stdout] 16: test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663 [INFO] [stdout] 17: test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686 [INFO] [stdout] 18:  as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275 [INFO] [stdout] 19: std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581 [INFO] [stdout] 20: std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544 [INFO] [stdout] 21: std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359 [INFO] [stdout] 22: test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686 [INFO] [stdout] 23: test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607 [INFO] [stdout] 24: test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637 [INFO] [stdout] 25: std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166 [INFO] [stdout] 26: std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91 [INFO] [stdout] 27: ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275 [INFO] [stdout] 28: std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581 [INFO] [stdout] 29: std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544 [INFO] [stdout] 30: std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359 [INFO] [stdout] 31: std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89 [INFO] [stdout] 32: ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250 [INFO] [stdout] 33:  + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240 [INFO] [stdout] 34: ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118 [INFO] [stdout] 35: clone [INFO] [stdout] at : [INFO] [stdout] [INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cli::sync::tests::test_sync [INFO] [stdout] [INFO] [stdout] test result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.30s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin falconf` [INFO] running `Command { std: "docker" "inspect" "c22fbe397727350235ffde9e5dddb486a99ed2cea4ee6614e24edf02275b970f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c22fbe397727350235ffde9e5dddb486a99ed2cea4ee6614e24edf02275b970f", kill_on_drop: false }` [INFO] [stdout] c22fbe397727350235ffde9e5dddb486a99ed2cea4ee6614e24edf02275b970f