[INFO] fetching crate terminal-emulator 0.1.0... [INFO] checking terminal-emulator-0.1.0 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate terminal-emulator 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate terminal-emulator 0.1.0 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate terminal-emulator 0.1.0 [INFO] finished tweaking crates.io crate terminal-emulator 0.1.0 [INFO] tweaked toml for crates.io crate terminal-emulator 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 73f3784670b30974a0ef3e76ff3060d4317e85c2835ad826c24b45e376027cec [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "73f3784670b30974a0ef3e76ff3060d4317e85c2835ad826c24b45e376027cec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "73f3784670b30974a0ef3e76ff3060d4317e85c2835ad826c24b45e376027cec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73f3784670b30974a0ef3e76ff3060d4317e85c2835ad826c24b45e376027cec", kill_on_drop: false }` [INFO] [stdout] 73f3784670b30974a0ef3e76ff3060d4317e85c2835ad826c24b45e376027cec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ebd71b982930f38ae08a8d518bca1577307dfeb68f726b1e58380aafb590fcb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9ebd71b982930f38ae08a8d518bca1577307dfeb68f726b1e58380aafb590fcb", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling arraydeque v0.4.5 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking utf8parse v0.1.1 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking vte v0.3.3 [INFO] [stderr] Checking terminal-emulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Range` is imported redundantly [INFO] [stdout] --> src/term/mod.rs:812:13 [INFO] [stdout] | [INFO] [stdout] 17 | use std::ops::{Index, IndexMut, Range}; [INFO] [stdout] | ----- the item `Range` is already imported here [INFO] [stdout] ... [INFO] [stdout] 812 | use std::ops::Range; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/term/cell.rs:128:30 [INFO] [stdout] | [INFO] [stdout] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Range` is imported redundantly [INFO] [stdout] --> src/term/mod.rs:812:13 [INFO] [stdout] | [INFO] [stdout] 17 | use std::ops::{Index, IndexMut, Range}; [INFO] [stdout] | ----- the item `Range` is already imported here [INFO] [stdout] ... [INFO] [stdout] 812 | use std::ops::Range; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/term/cell.rs:128:30 [INFO] [stdout] | [INFO] [stdout] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `static_assertions::core::num::::saturating_sub` that must be used [INFO] [stdout] --> src/term/mod.rs:1253:21 [INFO] [stdout] | [INFO] [stdout] 1253 | col.saturating_sub(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `char` does not permit being left uninitialized [INFO] [stdout] --> src/term/cell.rs:128:30 [INFO] [stdout] | [INFO] [stdout] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] = note: characters must be a valid Unicode codepoint [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `static_assertions::core::num::::saturating_sub` that must be used [INFO] [stdout] --> src/term/mod.rs:1253:21 [INFO] [stdout] | [INFO] [stdout] 1253 | col.saturating_sub(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `char` does not permit being left uninitialized [INFO] [stdout] --> src/term/cell.rs:128:30 [INFO] [stdout] | [INFO] [stdout] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] = note: characters must be a valid Unicode codepoint [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.81s [INFO] running `Command { std: "docker" "inspect" "9ebd71b982930f38ae08a8d518bca1577307dfeb68f726b1e58380aafb590fcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ebd71b982930f38ae08a8d518bca1577307dfeb68f726b1e58380aafb590fcb", kill_on_drop: false }` [INFO] [stdout] 9ebd71b982930f38ae08a8d518bca1577307dfeb68f726b1e58380aafb590fcb