[INFO] fetching crate xterm 0.0.1... [INFO] testing xterm-0.0.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate xterm 0.0.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate xterm 0.0.1 [INFO] finished tweaking crates.io crate xterm 0.0.1 [INFO] tweaked toml for crates.io crate xterm 0.0.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate xterm 0.0.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2af07c72e8ca4555009b817c9a90e8044f7059bd784cb72ef699add82e5b4023 [INFO] running `Command { std: "docker" "start" "-a" "2af07c72e8ca4555009b817c9a90e8044f7059bd784cb72ef699add82e5b4023", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2af07c72e8ca4555009b817c9a90e8044f7059bd784cb72ef699add82e5b4023", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2af07c72e8ca4555009b817c9a90e8044f7059bd784cb72ef699add82e5b4023", kill_on_drop: false }` [INFO] [stdout] 2af07c72e8ca4555009b817c9a90e8044f7059bd784cb72ef699add82e5b4023 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ea21bc8ddd44c698bc500560bf7474333685139d047c4ce3604fdbf53ab40ac [INFO] running `Command { std: "docker" "start" "-a" "5ea21bc8ddd44c698bc500560bf7474333685139d047c4ce3604fdbf53ab40ac", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling xterm v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `hello` is never used [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn hello () -> () { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | Colors::Red => "\u001b[31m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 11 - Colors::Red => "\u001b[31m", [INFO] [stdout] 11 + Colors::Red => "\u{001b}[31m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:12:33 [INFO] [stdout] | [INFO] [stdout] 12 | Colors::Blue => "\u001b[34m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 12 - Colors::Blue => "\u001b[34m", [INFO] [stdout] 12 + Colors::Blue => "\u{001b}[34m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:13:33 [INFO] [stdout] | [INFO] [stdout] 13 | Colors::Green => "\u001b[32m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 13 - Colors::Green => "\u001b[32m", [INFO] [stdout] 13 + Colors::Green => "\u{001b}[32m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:14:33 [INFO] [stdout] | [INFO] [stdout] 14 | Colors::Yellow => "\u001b[33m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 14 - Colors::Yellow => "\u001b[33m", [INFO] [stdout] 14 + Colors::Yellow => "\u{001b}[33m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:15:33 [INFO] [stdout] | [INFO] [stdout] 15 | Colors::Magenta => "\u001b[35m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 15 - Colors::Magenta => "\u001b[35m", [INFO] [stdout] 15 + Colors::Magenta => "\u{001b}[35m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 16 | Colors::Cyan => "\u001b[36m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 16 - Colors::Cyan => "\u001b[36m", [INFO] [stdout] 16 + Colors::Cyan => "\u{001b}[36m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:17:33 [INFO] [stdout] | [INFO] [stdout] 17 | Colors::White => "\u001b[37m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 17 - Colors::White => "\u001b[37m", [INFO] [stdout] 17 + Colors::White => "\u{001b}[37m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | Colors::Default => "\u001b[0m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 18 - Colors::Default => "\u001b[0m", [INFO] [stdout] 18 + Colors::Default => "\u{001b}[0m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:24:33 [INFO] [stdout] | [INFO] [stdout] 24 | Colors::Red => "\u001b[41m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 24 - Colors::Red => "\u001b[41m", [INFO] [stdout] 24 + Colors::Red => "\u{001b}[41m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:25:33 [INFO] [stdout] | [INFO] [stdout] 25 | Colors::Blue => "\u001b[44m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 25 - Colors::Blue => "\u001b[44m", [INFO] [stdout] 25 + Colors::Blue => "\u{001b}[44m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:26:33 [INFO] [stdout] | [INFO] [stdout] 26 | Colors::Green => "\u001b[42m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 26 - Colors::Green => "\u001b[42m", [INFO] [stdout] 26 + Colors::Green => "\u{001b}[42m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | Colors::Yellow => "\u001b[43m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 27 - Colors::Yellow => "\u001b[43m", [INFO] [stdout] 27 + Colors::Yellow => "\u{001b}[43m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:28:33 [INFO] [stdout] | [INFO] [stdout] 28 | Colors::Magenta => "\u001b[45m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 28 - Colors::Magenta => "\u001b[45m", [INFO] [stdout] 28 + Colors::Magenta => "\u{001b}[45m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:29:33 [INFO] [stdout] | [INFO] [stdout] 29 | Colors::Cyan => "\u001b[46m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 29 - Colors::Cyan => "\u001b[46m", [INFO] [stdout] 29 + Colors::Cyan => "\u{001b}[46m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:30:33 [INFO] [stdout] | [INFO] [stdout] 30 | Colors::White => "\u001b[47m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 30 - Colors::White => "\u001b[47m", [INFO] [stdout] 30 + Colors::White => "\u{001b}[47m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: incorrect unicode escape sequence [INFO] [stdout] --> src/main.rs:31:33 [INFO] [stdout] | [INFO] [stdout] 31 | Colors::Default => "\u001b[0m", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: format of unicode escape sequences uses braces [INFO] [stdout] | [INFO] [stdout] 31 - Colors::Default => "\u001b[0m", [INFO] [stdout] 31 + Colors::Default => "\u{001b}[0m", [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xterm` (bin "xterm") due to 16 previous errors [INFO] running `Command { std: "docker" "inspect" "5ea21bc8ddd44c698bc500560bf7474333685139d047c4ce3604fdbf53ab40ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ea21bc8ddd44c698bc500560bf7474333685139d047c4ce3604fdbf53ab40ac", kill_on_drop: false }` [INFO] [stdout] 5ea21bc8ddd44c698bc500560bf7474333685139d047c4ce3604fdbf53ab40ac