[INFO] cloning repository https://github.com/Araxeus/ls-interactive [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Araxeus/ls-interactive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAraxeus%2Fls-interactive", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAraxeus%2Fls-interactive'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b673c6ae91acda474a0c70a0765f5fe0a88faae6 [INFO] testing Araxeus/ls-interactive against try#613d1972a772987ed4ee06faccbab0e2fc839871+rustflags=-Copt-level=3 for pr-107051 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAraxeus%2Fls-interactive" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Araxeus/ls-interactive on toolchain 613d1972a772987ed4ee06faccbab0e2fc839871 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Araxeus/ls-interactive [INFO] finished tweaking git repo https://github.com/Araxeus/ls-interactive [INFO] tweaked toml for git repo https://github.com/Araxeus/ls-interactive written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Araxeus/ls-interactive already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 56287d346490c90046adebf2924d7e3c35926c6dba2461b55067665aa3816b7d [INFO] running `Command { std: "docker" "start" "-a" "56287d346490c90046adebf2924d7e3c35926c6dba2461b55067665aa3816b7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56287d346490c90046adebf2924d7e3c35926c6dba2461b55067665aa3816b7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56287d346490c90046adebf2924d7e3c35926c6dba2461b55067665aa3816b7d", kill_on_drop: false }` [INFO] [stdout] 56287d346490c90046adebf2924d7e3c35926c6dba2461b55067665aa3816b7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Copt-level=3" "-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c39efd604d7aca3ac2f6ea75a10f1f9bfe758daf9f513fe8af4fa5944035af49 [INFO] running `Command { std: "docker" "start" "-a" "c39efd604d7aca3ac2f6ea75a10f1f9bfe758daf9f513fe8af4fa5944035af49", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling proc-macro2 v1.0.49 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling parking_lot_core v0.9.5 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling polling v2.5.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling concurrent-queue v2.0.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling async-io v1.12.0 [INFO] [stderr] Compiling async-trait v0.1.60 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling toml v0.5.10 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling cc v1.0.78 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling async-broadcast v0.5.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling ordered-stream v0.1.3 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling gimli v0.27.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling object v0.30.1 [INFO] [stderr] Compiling backtrace v0.3.67 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling directories v4.0.1 [INFO] [stderr] Compiling addr2line v0.19.0 [INFO] [stderr] Compiling os_type v2.6.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling console v0.15.4 [INFO] [stderr] Compiling open v3.2.0 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling enumflags2_derive v0.7.4 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling async-recursion v1.0.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling serde_repr v0.1.10 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling proc-macro-crate v1.2.1 [INFO] [stderr] Compiling zvariant_derive v3.10.0 [INFO] [stderr] Compiling zbus_macros v3.7.0 [INFO] [stderr] Compiling lnk v0.4.1 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling enumflags2 v0.7.5 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling zvariant v3.10.0 [INFO] [stderr] Compiling human-panic v1.0.3 [INFO] [stderr] Compiling zbus_names v2.5.0 [INFO] [stderr] Compiling zbus v3.7.0 [INFO] [stderr] Compiling notify-rust v4.6.0 [INFO] [stderr] Compiling tiny_update_notifier v2.1.0 [INFO] [stderr] Compiling ls-interactive v1.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11m 42s [INFO] running `Command { std: "docker" "inspect" "c39efd604d7aca3ac2f6ea75a10f1f9bfe758daf9f513fe8af4fa5944035af49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c39efd604d7aca3ac2f6ea75a10f1f9bfe758daf9f513fe8af4fa5944035af49", kill_on_drop: false }` [INFO] [stdout] c39efd604d7aca3ac2f6ea75a10f1f9bfe758daf9f513fe8af4fa5944035af49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Copt-level=3" "-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3620da1e51ead762b61ebb09b7820b0936925c81134248cd593e934872fadb20 [INFO] running `Command { std: "docker" "start" "-a" "3620da1e51ead762b61ebb09b7820b0936925c81134248cd593e934872fadb20", kill_on_drop: false }` [INFO] [stderr] Compiling ls-interactive v1.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "3620da1e51ead762b61ebb09b7820b0936925c81134248cd593e934872fadb20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3620da1e51ead762b61ebb09b7820b0936925c81134248cd593e934872fadb20", kill_on_drop: false }` [INFO] [stdout] 3620da1e51ead762b61ebb09b7820b0936925c81134248cd593e934872fadb20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Copt-level=3" "-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4720d0a866c638548f6f2a5a604725aff59e50291bdf3db29958094524707400 [INFO] running `Command { std: "docker" "start" "-a" "4720d0a866c638548f6f2a5a604725aff59e50291bdf3db29958094524707400", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ls_interactive-d8164a9535e016b0) [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" "4720d0a866c638548f6f2a5a604725aff59e50291bdf3db29958094524707400", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4720d0a866c638548f6f2a5a604725aff59e50291bdf3db29958094524707400", kill_on_drop: false }` [INFO] [stdout] 4720d0a866c638548f6f2a5a604725aff59e50291bdf3db29958094524707400