[INFO] fetching crate tis-cli 0.1.6...
[INFO] testing tis-cli-0.1.6 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate tis-cli 0.1.6 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate tis-cli 0.1.6
[INFO] finished tweaking crates.io crate tis-cli 0.1.6
[INFO] tweaked toml for crates.io crate tis-cli 0.1.6 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tis-cli 0.1.6 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tis-cli 0.1.6 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cbec36a8391f0fc36a24debf1076386fa474f9961c6be4c1a8b1a26aabee7fc3
[INFO] running `Command { std: "docker" "start" "-a" "cbec36a8391f0fc36a24debf1076386fa474f9961c6be4c1a8b1a26aabee7fc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbec36a8391f0fc36a24debf1076386fa474f9961c6be4c1a8b1a26aabee7fc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbec36a8391f0fc36a24debf1076386fa474f9961c6be4c1a8b1a26aabee7fc3", kill_on_drop: false }`
[INFO] [stdout] cbec36a8391f0fc36a24debf1076386fa474f9961c6be4c1a8b1a26aabee7fc3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 736dcac06cda5d5c422647e3a3727163835e88c134b06b283199e3d0e30c9ada
[INFO] running `Command { std: "docker" "start" "-a" "736dcac06cda5d5c422647e3a3727163835e88c134b06b283199e3d0e30c9ada", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.59
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling logos-codegen v0.13.0
[INFO] [stderr]    Compiling enum-iterator-derive v1.2.1
[INFO] [stderr]    Compiling logos-derive v0.13.0
[INFO] [stderr]    Compiling enum-iterator v1.4.1
[INFO] [stderr]    Compiling logos v0.13.0
[INFO] [stderr]    Compiling tis-cli v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/node/console_node.rs:41:60
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout]    |                                                            ^                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout] 41 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/node/console_node.rs:148:60
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout]     |                                                            ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 148 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout] 148 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/node/number_console_node.rs:37:60
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout]    |                                                            ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout] 37 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/node/number_console_node.rs:138:60
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout]     |                                                            ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 138 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout] 138 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.70s
[INFO] running `Command { std: "docker" "inspect" "736dcac06cda5d5c422647e3a3727163835e88c134b06b283199e3d0e30c9ada", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "736dcac06cda5d5c422647e3a3727163835e88c134b06b283199e3d0e30c9ada", kill_on_drop: false }`
[INFO] [stdout] 736dcac06cda5d5c422647e3a3727163835e88c134b06b283199e3d0e30c9ada
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e283e7723c5b84e96c70a8e4aa2e4bc17b77f98ac4ed037f95fd54ac8cb8fd99
[INFO] running `Command { std: "docker" "start" "-a" "e283e7723c5b84e96c70a8e4aa2e4bc17b77f98ac4ed037f95fd54ac8cb8fd99", kill_on_drop: false }`
[INFO] [stderr]    Compiling tis-cli v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/node/console_node.rs:41:60
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout]    |                                                            ^                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout] 41 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/node/console_node.rs:148:60
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout]     |                                                            ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 148 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout] 148 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/node/number_console_node.rs:37:60
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout]    |                                                            ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout] 37 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/node/number_console_node.rs:138:60
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout]     |                                                            ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 138 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stdout] 138 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.20s
[INFO] running `Command { std: "docker" "inspect" "e283e7723c5b84e96c70a8e4aa2e4bc17b77f98ac4ed037f95fd54ac8cb8fd99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e283e7723c5b84e96c70a8e4aa2e4bc17b77f98ac4ed037f95fd54ac8cb8fd99", kill_on_drop: false }`
[INFO] [stdout] e283e7723c5b84e96c70a8e4aa2e4bc17b77f98ac4ed037f95fd54ac8cb8fd99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4e84957154df4ec1bc38b2ccb5f6bd21e69ac4fa5bb6f33a14c46e674ea19b37
[INFO] running `Command { std: "docker" "start" "-a" "4e84957154df4ec1bc38b2ccb5f6bd21e69ac4fa5bb6f33a14c46e674ea19b37", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/node/console_node.rs:41:60
[INFO] [stderr]    |
[INFO] [stderr] 41 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stderr]    |                                                            ^                  ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 41 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stderr] 41 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/node/console_node.rs:148:60
[INFO] [stderr]     |
[INFO] [stderr] 148 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stderr]     |                                                            ^                  ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 148 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stderr] 148 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/node/number_console_node.rs:37:60
[INFO] [stderr]    |
[INFO] [stderr] 37 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stderr]    |                                                            ^                  ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 37 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stderr] 37 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/node/number_console_node.rs:138:60
[INFO] [stderr]     |
[INFO] [stderr] 138 |     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stderr]     |                                                            ^                  ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 138 -     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<(dyn Node + 'static)>>) {
[INFO] [stderr] 138 +     fn set_dir(&mut self, dir: Direction, node: Rc<RefCell<dyn Node + 'static >>) {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `tis-cli` (bin "tis-cli" test) generated 4 warnings (run `cargo fix --bin "tis-cli" -p tis-cli --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tis_cli-f1df1080f324e298)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4e84957154df4ec1bc38b2ccb5f6bd21e69ac4fa5bb6f33a14c46e674ea19b37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e84957154df4ec1bc38b2ccb5f6bd21e69ac4fa5bb6f33a14c46e674ea19b37", kill_on_drop: false }`
[INFO] [stdout] 4e84957154df4ec1bc38b2ccb5f6bd21e69ac4fa5bb6f33a14c46e674ea19b37
