[INFO] cloning repository https://github.com/MinusGix/hiex [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MinusGix/hiex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMinusGix%2Fhiex", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMinusGix%2Fhiex'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 05a320c2b81110e76c24de719e077a8466a52609 [INFO] checking MinusGix/hiex against try#6f12b8fe67b4eed2e838dab803ed9493b9d62c0f for pr-79073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMinusGix%2Fhiex" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MinusGix/hiex on toolchain 6f12b8fe67b4eed2e838dab803ed9493b9d62c0f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MinusGix/hiex [INFO] finished tweaking git repo https://github.com/MinusGix/hiex [INFO] tweaked toml for git repo https://github.com/MinusGix/hiex written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/MinusGix/hiex already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded usize_cast v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2fc89944fba6d25e72634b1fd61f6f6e987e1b873d23c5952cdfb1c834fc447d [INFO] running `Command { std: "docker" "start" "-a" "2fc89944fba6d25e72634b1fd61f6f6e987e1b873d23c5952cdfb1c834fc447d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fc89944fba6d25e72634b1fd61f6f6e987e1b873d23c5952cdfb1c834fc447d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fc89944fba6d25e72634b1fd61f6f6e987e1b873d23c5952cdfb1c834fc447d", kill_on_drop: false }` [INFO] [stdout] 2fc89944fba6d25e72634b1fd61f6f6e987e1b873d23c5952cdfb1c834fc447d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c12e670f85664a7bcafeeb84e789f60aa70f2f0dee374874043b4634ccd416f [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" "9c12e670f85664a7bcafeeb84e789f60aa70f2f0dee374874043b4634ccd416f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Checking usize_cast v1.1.0 [INFO] [stderr] Checking hiex v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `sort_range` [INFO] [stdout] --> src/constrained_wrapper.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn sort_range(range: ViewRange) -> ViewRange [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/constrained_wrapper.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn new(mut reader: R, range: ViewRange) -> std::io::Result { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_unchecked` [INFO] [stdout] --> src/constrained_wrapper.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn new_unchecked(mut reader: R, range: ViewRange) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `into_inner` [INFO] [stdout] --> src/constrained_wrapper.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn into_inner(self) -> R { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `limit` [INFO] [stdout] --> src/constrained_wrapper.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn limit(&self) -> u64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `range` [INFO] [stdout] --> src/constrained_wrapper.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn range(&self) -> &ViewRange { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `position_from_offset` [INFO] [stdout] --> src/constrained_wrapper.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn position_from_offset(&self, offset: u64) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stdout] warning: unused import: `action::ActionError` [INFO] [stdout] --> examples/edit.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use hiex::{action::ActionError, EditAction, Hiex}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `limit` [INFO] [stdout] --> src/constrained_wrapper.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn limit(&self) -> u64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `range` [INFO] [stdout] --> src/constrained_wrapper.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn range(&self) -> &ViewRange { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.54s [INFO] running `Command { std: "docker" "inspect" "9c12e670f85664a7bcafeeb84e789f60aa70f2f0dee374874043b4634ccd416f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c12e670f85664a7bcafeeb84e789f60aa70f2f0dee374874043b4634ccd416f", kill_on_drop: false }` [INFO] [stdout] 9c12e670f85664a7bcafeeb84e789f60aa70f2f0dee374874043b4634ccd416f