[INFO] fetching crate rcshell 0.0.1-alpha.3...
[INFO] testing rcshell-0.0.1-alpha.3 against 1.91.0 for beta-1.92-2
[INFO] extracting crate rcshell 0.0.1-alpha.3 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate rcshell 0.0.1-alpha.3
[INFO] finished tweaking crates.io crate rcshell 0.0.1-alpha.3
[INFO] tweaked toml for crates.io crate rcshell 0.0.1-alpha.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rcshell 0.0.1-alpha.3 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rcshell 0.0.1-alpha.3 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.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded error-code v3.0.0
[INFO] [stderr]   Downloaded fd-lock v4.0.2
[INFO] [stderr]   Downloaded iana-time-zone v0.1.59
[INFO] [stderr]   Downloaded pkg-config v0.3.28
[INFO] [stderr]   Downloaded smallvec v1.12.0
[INFO] [stderr]   Downloaded anstream v0.6.7
[INFO] [stderr]   Downloaded anyhow v1.0.79
[INFO] [stderr]   Downloaded unicode-bidi v0.3.14
[INFO] [stderr]   Downloaded clap_builder v4.4.17
[INFO] [stderr]   Downloaded rustyline v13.0.0
[INFO] [stderr]   Downloaded clap v4.4.17
[INFO] [stderr]   Downloaded clipboard-win v5.0.0
[INFO] [stderr]   Downloaded git2 v0.18.1
[INFO] [stderr]   Downloaded termios v0.3.3
[INFO] [stderr]   Downloaded built v0.7.1
[INFO] [stderr]   Downloaded rustix v0.38.30
[INFO] [stderr]   Downloaded libgit2-sys v0.16.1+1.7.1
[INFO] [stderr]   Downloaded libz-sys v1.1.14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6a7a67e606cb5d4e4889dfd26f5c0827b8c6d260b428fd088acf2b98e909db9f
[INFO] running `Command { std: "docker" "start" "-a" "6a7a67e606cb5d4e4889dfd26f5c0827b8c6d260b428fd088acf2b98e909db9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a7a67e606cb5d4e4889dfd26f5c0827b8c6d260b428fd088acf2b98e909db9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a7a67e606cb5d4e4889dfd26f5c0827b8c6d260b428fd088acf2b98e909db9f", kill_on_drop: false }`
[INFO] [stdout] 6a7a67e606cb5d4e4889dfd26f5c0827b8c6d260b428fd088acf2b98e909db9f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c0eba653ef98fe2bb9276f673f4c626aa00b54a530f96e8734fd7ffe2d4ad3b
[INFO] running `Command { std: "docker" "start" "-a" "0c0eba653ef98fe2bb9276f673f4c626aa00b54a530f96e8734fd7ffe2d4ad3b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling pkg-config v0.3.28
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.14
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling iana-time-zone v0.1.59
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling smallvec v1.12.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling anstream v0.6.7
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling clap_builder v4.4.17
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling termios v0.3.3
[INFO] [stderr]    Compiling nix v0.27.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling libz-sys v1.1.14
[INFO] [stderr]    Compiling libgit2-sys v0.16.1+1.7.1
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling fd-lock v4.0.2
[INFO] [stderr]    Compiling is-terminal v0.4.10
[INFO] [stderr]    Compiling clap v4.4.17
[INFO] [stderr]    Compiling rustyline v13.0.0
[INFO] [stderr]    Compiling git2 v0.18.1
[INFO] [stderr]    Compiling built v0.7.1
[INFO] [stderr]    Compiling rcshell v0.0.1-alpha.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.18s
[INFO] running `Command { std: "docker" "inspect" "0c0eba653ef98fe2bb9276f673f4c626aa00b54a530f96e8734fd7ffe2d4ad3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c0eba653ef98fe2bb9276f673f4c626aa00b54a530f96e8734fd7ffe2d4ad3b", kill_on_drop: false }`
[INFO] [stdout] 0c0eba653ef98fe2bb9276f673f4c626aa00b54a530f96e8734fd7ffe2d4ad3b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f648f72897f3d71c525fa8f50fda30d20d78ed8e36624dd6d04d2734dfa4dd3d
[INFO] running `Command { std: "docker" "start" "-a" "f648f72897f3d71c525fa8f50fda30d20d78ed8e36624dd6d04d2734dfa4dd3d", kill_on_drop: false }`
[INFO] [stderr]    Compiling rcshell v0.0.1-alpha.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no variant or associated item named `InputRedir` found for enum `lexer::Redir` in the current scope
[INFO] [stdout]    --> src/lexer.rs:554:41
[INFO] [stdout]     |
[INFO] [stdout]  34 | pub enum Redir {
[INFO] [stdout]     | -------------- variant or associated item `InputRedir` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 554 |             vec![Token::CmdRedir(Redir::InputRedir, "cmd".to_string())]
[INFO] [stdout]     |                                         ^^^^^^^^^^ variant or associated item not found in `lexer::Redir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lexer.rs:554:53
[INFO] [stdout]     |
[INFO] [stdout] 554 |             vec![Token::CmdRedir(Redir::InputRedir, "cmd".to_string())]
[INFO] [stdout]     |                  ---------------                    ^^^^^^^^^^^^^^^^^ expected `bool`, found `String`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> src/lexer.rs:72:5
[INFO] [stdout]     |
[INFO] [stdout]  72 |     CmdRedir(Vec<Token>, bool),       // command, <:true >:false
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `OutputRedir` found for enum `lexer::Redir` in the current scope
[INFO] [stdout]    --> src/lexer.rs:559:41
[INFO] [stdout]     |
[INFO] [stdout]  34 | pub enum Redir {
[INFO] [stdout]     | -------------- variant or associated item `OutputRedir` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 559 |             vec![Token::CmdRedir(Redir::OutputRedir, "cmd".to_string())]
[INFO] [stdout]     |                                         ^^^^^^^^^^^ variant or associated item not found in `lexer::Redir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lexer.rs:559:54
[INFO] [stdout]     |
[INFO] [stdout] 559 |             vec![Token::CmdRedir(Redir::OutputRedir, "cmd".to_string())]
[INFO] [stdout]     |                  ---------------                     ^^^^^^^^^^^^^^^^^ expected `bool`, found `String`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> src/lexer.rs:72:5
[INFO] [stdout]     |
[INFO] [stdout]  72 |     CmdRedir(Vec<Token>, bool),       // command, <:true >:false
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `InputRedir` found for enum `lexer::Redir` in the current scope
[INFO] [stdout]    --> src/lexer.rs:566:40
[INFO] [stdout]     |
[INFO] [stdout]  34 | pub enum Redir {
[INFO] [stdout]     | -------------- variant or associated item `InputRedir` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 566 |                 Token::CmdRedir(Redir::InputRedir, "old".to_string()),
[INFO] [stdout]     |                                        ^^^^^^^^^^ variant or associated item not found in `lexer::Redir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lexer.rs:566:52
[INFO] [stdout]     |
[INFO] [stdout] 566 |                 Token::CmdRedir(Redir::InputRedir, "old".to_string()),
[INFO] [stdout]     |                 ---------------                    ^^^^^^^^^^^^^^^^^ expected `bool`, found `String`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> src/lexer.rs:72:5
[INFO] [stdout]     |
[INFO] [stdout]  72 |     CmdRedir(Vec<Token>, bool),       // command, <:true >:false
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `InputRedir` found for enum `lexer::Redir` in the current scope
[INFO] [stdout]    --> src/lexer.rs:567:40
[INFO] [stdout]     |
[INFO] [stdout]  34 | pub enum Redir {
[INFO] [stdout]     | -------------- variant or associated item `InputRedir` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 567 |                 Token::CmdRedir(Redir::InputRedir, "new".to_string()),
[INFO] [stdout]     |                                        ^^^^^^^^^^ variant or associated item not found in `lexer::Redir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lexer.rs:567:52
[INFO] [stdout]     |
[INFO] [stdout] 567 |                 Token::CmdRedir(Redir::InputRedir, "new".to_string()),
[INFO] [stdout]     |                 ---------------                    ^^^^^^^^^^^^^^^^^ expected `bool`, found `String`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> src/lexer.rs:72:5
[INFO] [stdout]     |
[INFO] [stdout]  72 |     CmdRedir(Vec<Token>, bool),       // command, <:true >:false
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rcshell` (bin "rc" test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "f648f72897f3d71c525fa8f50fda30d20d78ed8e36624dd6d04d2734dfa4dd3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f648f72897f3d71c525fa8f50fda30d20d78ed8e36624dd6d04d2734dfa4dd3d", kill_on_drop: false }`
[INFO] [stdout] f648f72897f3d71c525fa8f50fda30d20d78ed8e36624dd6d04d2734dfa4dd3d
