[INFO] cloning repository https://github.com/s2terminal/i-read-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/s2terminal/i-read-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs2terminal%2Fi-read-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs2terminal%2Fi-read-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1c88c51469575d500a88689fed4ce84f4993ff22 [INFO] testing s2terminal/i-read-rs against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs2terminal%2Fi-read-rs" "/workspace/builds/worker-81/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-81/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/s2terminal/i-read-rs on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-81/source/.cargo/config [INFO] started tweaking git repo https://github.com/s2terminal/i-read-rs [INFO] finished tweaking git repo https://github.com/s2terminal/i-read-rs [INFO] tweaked toml for git repo https://github.com/s2terminal/i-read-rs written to /workspace/builds/worker-81/source/Cargo.toml [INFO] crate git repo https://github.com/s2terminal/i-read-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72ba96caffbfffea8ed04e631569d9b51c7988c1cb4515b8122bbf40836facbe [INFO] running `Command { std: "docker" "start" "-a" "72ba96caffbfffea8ed04e631569d9b51c7988c1cb4515b8122bbf40836facbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72ba96caffbfffea8ed04e631569d9b51c7988c1cb4515b8122bbf40836facbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72ba96caffbfffea8ed04e631569d9b51c7988c1cb4515b8122bbf40836facbe", kill_on_drop: false }` [INFO] [stdout] 72ba96caffbfffea8ed04e631569d9b51c7988c1cb4515b8122bbf40836facbe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc9dc414b24a774d8fb8470176859ed294762dd9f2f0febd925bb89818d44ef8 [INFO] running `Command { std: "docker" "start" "-a" "cc9dc414b24a774d8fb8470176859ed294762dd9f2f0febd925bb89818d44ef8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling signal-hook v0.3.10 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.3 [INFO] [stderr] Compiling proc-macro-error v1.0.3 [INFO] [stderr] Compiling ahash v0.7.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling mio v0.7.9 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.3.5 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling crossterm v0.22.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling darling_core v0.12.2 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling ctrlc v3.2.1 [INFO] [stderr] Compiling enum-map-derive v0.7.0 [INFO] [stderr] Compiling darling_macro v0.12.2 [INFO] [stderr] Compiling enum-map v2.0.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling darling v0.12.2 [INFO] [stderr] Compiling enumset_derive v0.5.4 [INFO] [stderr] Compiling structopt v0.3.25 [INFO] [stderr] Compiling enumset v1.0.6 [INFO] [stderr] Compiling cursive_core v0.3.1 [INFO] [stderr] Compiling cursive v0.17.0 [INFO] [stderr] Compiling i-read v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `executable` [INFO] [stdout] --> src/cmds.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | executable: bool [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.60s [INFO] running `Command { std: "docker" "inspect" "cc9dc414b24a774d8fb8470176859ed294762dd9f2f0febd925bb89818d44ef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc9dc414b24a774d8fb8470176859ed294762dd9f2f0febd925bb89818d44ef8", kill_on_drop: false }` [INFO] [stdout] cc9dc414b24a774d8fb8470176859ed294762dd9f2f0febd925bb89818d44ef8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af7bf44fd13c0d3f6968968c637ab2ea61cc06d253bf67946adbcddf6decdb11 [INFO] running `Command { std: "docker" "start" "-a" "af7bf44fd13c0d3f6968968c637ab2ea61cc06d253bf67946adbcddf6decdb11", kill_on_drop: false }` [INFO] [stderr] Compiling i-read v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `executable` [INFO] [stdout] --> src/cmds.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | executable: bool [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `Command { std: "docker" "inspect" "af7bf44fd13c0d3f6968968c637ab2ea61cc06d253bf67946adbcddf6decdb11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af7bf44fd13c0d3f6968968c637ab2ea61cc06d253bf67946adbcddf6decdb11", kill_on_drop: false }` [INFO] [stdout] af7bf44fd13c0d3f6968968c637ab2ea61cc06d253bf67946adbcddf6decdb11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 397b7bc71a1bbe6fa096e9c5956870cdbf19dab901ad3c6f25a8ac5b9988d7fe [INFO] running `Command { std: "docker" "start" "-a" "397b7bc71a1bbe6fa096e9c5956870cdbf19dab901ad3c6f25a8ac5b9988d7fe", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `executable` [INFO] [stderr] --> src/cmds.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | executable: bool [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `i-read` (bin "i-read" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/i_read-6c5ab918a9caa8e7) [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" "397b7bc71a1bbe6fa096e9c5956870cdbf19dab901ad3c6f25a8ac5b9988d7fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "397b7bc71a1bbe6fa096e9c5956870cdbf19dab901ad3c6f25a8ac5b9988d7fe", kill_on_drop: false }` [INFO] [stdout] 397b7bc71a1bbe6fa096e9c5956870cdbf19dab901ad3c6f25a8ac5b9988d7fe