[INFO] cloning repository https://github.com/Canop/btree [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Canop/btree" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanop%2Fbtree", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanop%2Fbtree'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e765aa34226a7e9b043272b361b96a4679b466f2 [INFO] testing Canop/btree against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanop%2Fbtree" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Canop/btree on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Canop/btree [INFO] finished tweaking git repo https://github.com/Canop/btree [INFO] tweaked toml for git repo https://github.com/Canop/btree written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Canop/btree already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lazy-regex v0.1.3 [INFO] [stderr] Downloaded strict v0.1.4 [INFO] [stderr] Downloaded secular v0.2.0 [INFO] [stderr] Downloaded bet v0.3.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8984c5e9d06c8bd12e11cbe63a639b8255f914e06be459d610da077b77f019b [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" "a8984c5e9d06c8bd12e11cbe63a639b8255f914e06be459d610da077b77f019b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8984c5e9d06c8bd12e11cbe63a639b8255f914e06be459d610da077b77f019b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8984c5e9d06c8bd12e11cbe63a639b8255f914e06be459d610da077b77f019b", kill_on_drop: false }` [INFO] [stdout] a8984c5e9d06c8bd12e11cbe63a639b8255f914e06be459d610da077b77f019b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "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] e2b527ec7a130be708518b35f8711a2f8543f16372f58da6cdce08eb68e2337f [INFO] running `Command { std: "docker" "start" "-a" "e2b527ec7a130be708518b35f8711a2f8543f16372f58da6cdce08eb68e2337f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling serde v1.0.112 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling pathdiff v0.1.0 [INFO] [stderr] Compiling custom_error v1.7.1 [INFO] [stderr] Compiling umask v1.0.0 [INFO] [stderr] Compiling open v1.4.0 [INFO] [stderr] Compiling bet v0.3.4 [INFO] [stderr] Compiling secular v0.2.0 [INFO] [stderr] Compiling strict v0.1.4 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling rayon v1.3.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling minimad v0.6.5 [INFO] [stderr] Compiling lazy-regex v0.1.3 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling flate2 v1.0.16 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling signal-hook v0.1.16 [INFO] [stderr] Compiling crossterm v0.17.5 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling onig_sys v69.5.0 [INFO] [stderr] Compiling libgit2-sys v0.10.0 [INFO] [stderr] Compiling simplelog v0.7.6 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling serde_derive v1.0.112 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling plist v1.0.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling onig v6.0.0 [INFO] [stderr] Compiling broot v0.19.2-alpha (/opt/rustwide/workdir) [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling termimad v0.8.25 [INFO] [stderr] Compiling git2 v0.11.0 [INFO] [stderr] Compiling syntect v4.2.0 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 37s [INFO] running `Command { std: "docker" "inspect" "e2b527ec7a130be708518b35f8711a2f8543f16372f58da6cdce08eb68e2337f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2b527ec7a130be708518b35f8711a2f8543f16372f58da6cdce08eb68e2337f", kill_on_drop: false }` [INFO] [stdout] e2b527ec7a130be708518b35f8711a2f8543f16372f58da6cdce08eb68e2337f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 74e6b409d8f142462ea684b249cfd96338317066735bf5d33960dbec5ac03258 [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" "74e6b409d8f142462ea684b249cfd96338317066735bf5d33960dbec5ac03258", kill_on_drop: false }` [INFO] [stderr] Compiling oorandom v11.1.2 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling criterion-plot v0.4.2 [INFO] [stderr] Compiling criterion v0.3.2 [INFO] [stderr] Compiling broot v0.19.2-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `KeyCode::*` [INFO] [stdout] --> src/keys.rs:163:28 [INFO] [stdout] | [INFO] [stdout] 163 | crossterm::event::{KeyCode::*, KeyEvent}, [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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 30.11s [INFO] running `Command { std: "docker" "inspect" "74e6b409d8f142462ea684b249cfd96338317066735bf5d33960dbec5ac03258", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74e6b409d8f142462ea684b249cfd96338317066735bf5d33960dbec5ac03258", kill_on_drop: false }` [INFO] [stdout] 74e6b409d8f142462ea684b249cfd96338317066735bf5d33960dbec5ac03258 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "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] 6ace480bc343f9f617c822ccc275e14959259db7dc0c6cc39c65a1cc409e37a3 [INFO] running `Command { std: "docker" "start" "-a" "6ace480bc343f9f617c822ccc275e14959259db7dc0c6cc39c65a1cc409e37a3", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `KeyCode::*` [INFO] [stderr] --> src/keys.rs:163:28 [INFO] [stderr] | [INFO] [stderr] 163 | crossterm::event::{KeyCode::*, KeyEvent}, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/broot-d5e0b5748189a7d0 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test display::file_size::file_size_display_tests::check_size_displays ... ok [INFO] [stdout] test pattern::fuzzy_patterns::fuzzy_pattern_tests::check_orderings ... ok [INFO] [stdout] test content_search::needle::content_search_tests::test_found ... ok [INFO] [stdout] test keys::key_parsing_tests::check_key_description ... ok [INFO] [stdout] test keys::key_parsing_tests::check_key_parsing ... ok [INFO] [stdout] test path::path_normalize_tests::test_path_normalization ... ok [INFO] [stdout] test pattern::fuzzy_patterns::fuzzy_pattern_tests::check_equal_scores ... ok [INFO] [stdout] test verb::verb_invocation::verb_invocation_tests::check_verb_invocation_parsing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/broot-b98aaab18ecf9094 [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 [INFO] [stdout] [INFO] [stderr] Doc-tests broot [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6ace480bc343f9f617c822ccc275e14959259db7dc0c6cc39c65a1cc409e37a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ace480bc343f9f617c822ccc275e14959259db7dc0c6cc39c65a1cc409e37a3", kill_on_drop: false }` [INFO] [stdout] 6ace480bc343f9f617c822ccc275e14959259db7dc0c6cc39c65a1cc409e37a3