[INFO] cloning repository https://github.com/abesto/byote [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/abesto/byote" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabesto%2Fbyote", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabesto%2Fbyote'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 45bc899144dc5287186040f45a0d979cee61d259 [INFO] testing abesto/byote against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabesto%2Fbyote" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/abesto/byote on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/abesto/byote [INFO] finished tweaking git repo https://github.com/abesto/byote [INFO] tweaked toml for git repo https://github.com/abesto/byote written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/abesto/byote already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] a7d76aa6c1792c5f56efcf0e65eebd8294a13b9136fa68fb3b96a7587aa64e52 [INFO] running `Command { std: "docker" "start" "-a" "a7d76aa6c1792c5f56efcf0e65eebd8294a13b9136fa68fb3b96a7587aa64e52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7d76aa6c1792c5f56efcf0e65eebd8294a13b9136fa68fb3b96a7587aa64e52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7d76aa6c1792c5f56efcf0e65eebd8294a13b9136fa68fb3b96a7587aa64e52", kill_on_drop: false }` [INFO] [stdout] a7d76aa6c1792c5f56efcf0e65eebd8294a13b9136fa68fb3b96a7587aa64e52 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", 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] 2c0a827c0846a0741feeeec3519b27ddd40f4d32dd0925cb85f751250d1a74c3 [INFO] running `Command { std: "docker" "start" "-a" "2c0a827c0846a0741feeeec3519b27ddd40f4d32dd0925cb85f751250d1a74c3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling simple-error v0.1.13 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling byote v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:32:45 [INFO] [stdout] | [INFO] [stdout] 32 | type Result = std::result::Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - type Result = std::result::Result>; [INFO] [stdout] 32 + type Result = std::result::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*e` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/main.rs:481:30 [INFO] [stdout] | [INFO] [stdout] 479 | let row = &e.rows[at_row]; [INFO] [stdout] | ------ immutable borrow occurs here [INFO] [stdout] 480 | if changed && row.idx + 1 < e.rows.len() { [INFO] [stdout] 481 | editor_update_syntax(e, row.idx + 1); [INFO] [stdout] | ^ ------- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.35s [INFO] running `Command { std: "docker" "inspect" "2c0a827c0846a0741feeeec3519b27ddd40f4d32dd0925cb85f751250d1a74c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c0a827c0846a0741feeeec3519b27ddd40f4d32dd0925cb85f751250d1a74c3", kill_on_drop: false }` [INFO] [stdout] 2c0a827c0846a0741feeeec3519b27ddd40f4d32dd0925cb85f751250d1a74c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", 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] cc792f927a45cf2405ce194c32c077a8236446c347a177031b5e784239e27311 [INFO] running `Command { std: "docker" "start" "-a" "cc792f927a45cf2405ce194c32c077a8236446c347a177031b5e784239e27311", kill_on_drop: false }` [INFO] [stderr] Compiling byote v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:32:45 [INFO] [stdout] | [INFO] [stdout] 32 | type Result = std::result::Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - type Result = std::result::Result>; [INFO] [stdout] 32 + type Result = std::result::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*e` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/main.rs:481:30 [INFO] [stdout] | [INFO] [stdout] 479 | let row = &e.rows[at_row]; [INFO] [stdout] | ------ immutable borrow occurs here [INFO] [stdout] 480 | if changed && row.idx + 1 < e.rows.len() { [INFO] [stdout] 481 | editor_update_syntax(e, row.idx + 1); [INFO] [stdout] | ^ ------- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.35s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/byote-7db59c3d9103198c) [INFO] running `Command { std: "docker" "inspect" "cc792f927a45cf2405ce194c32c077a8236446c347a177031b5e784239e27311", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc792f927a45cf2405ce194c32c077a8236446c347a177031b5e784239e27311", kill_on_drop: false }` [INFO] [stdout] cc792f927a45cf2405ce194c32c077a8236446c347a177031b5e784239e27311 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", 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] 6f9f9679a11b529c7f69e4d10230f0c4b370e1ab87f7f5d09bdb9632fb6b4895 [INFO] running `Command { std: "docker" "start" "-a" "6f9f9679a11b529c7f69e4d10230f0c4b370e1ab87f7f5d09bdb9632fb6b4895", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:32:45 [INFO] [stderr] | [INFO] [stderr] 32 | type Result = std::result::Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 32 - type Result = std::result::Result>; [INFO] [stderr] 32 + type Result = std::result::Result>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*e` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/main.rs:481:30 [INFO] [stderr] | [INFO] [stderr] 479 | let row = &e.rows[at_row]; [INFO] [stderr] | ------ immutable borrow occurs here [INFO] [stderr] 480 | if changed && row.idx + 1 < e.rows.len() { [INFO] [stderr] 481 | editor_update_syntax(e, row.idx + 1); [INFO] [stderr] | ^ ------- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: `byote` (bin "byote" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/byote-7db59c3d9103198c) [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" "6f9f9679a11b529c7f69e4d10230f0c4b370e1ab87f7f5d09bdb9632fb6b4895", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f9f9679a11b529c7f69e4d10230f0c4b370e1ab87f7f5d09bdb9632fb6b4895", kill_on_drop: false }` [INFO] [stdout] 6f9f9679a11b529c7f69e4d10230f0c4b370e1ab87f7f5d09bdb9632fb6b4895