[INFO] fetching crate ff-find 0.24.11... [INFO] testing ff-find-0.24.11 against 1.49.0 for beta-1.50-1 [INFO] extracting crate ff-find 0.24.11 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate ff-find 0.24.11 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ff-find 0.24.11 [INFO] finished tweaking crates.io crate ff-find 0.24.11 [INFO] tweaked toml for crates.io crate ff-find 0.24.11 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate ff-find 0.24.11 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40a7d2983ea75225a0fa436486b9c9662c9661d54ddcba84f49bfdf78146b8e2 [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" "40a7d2983ea75225a0fa436486b9c9662c9661d54ddcba84f49bfdf78146b8e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40a7d2983ea75225a0fa436486b9c9662c9661d54ddcba84f49bfdf78146b8e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40a7d2983ea75225a0fa436486b9c9662c9661d54ddcba84f49bfdf78146b8e2", kill_on_drop: false }` [INFO] [stdout] 40a7d2983ea75225a0fa436486b9c9662c9661d54ddcba84f49bfdf78146b8e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 052faf9d2420bd7a9dace013d0a77775918f4ee5f7dfbafce57406bf799a1e7c [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" "052faf9d2420bd7a9dace013d0a77775918f4ee5f7dfbafce57406bf799a1e7c", kill_on_drop: false }` [INFO] [stderr] Compiling arc-swap v0.4.3 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling signal-hook v0.1.10 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Compiling ignore v0.4.10 [INFO] [stderr] Compiling ff-find v0.24.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/exec/nonblock.rs:67:69 [INFO] [stdout] | [INFO] [stdout] 67 | return Err(io::Error::new(io::ErrorKind::Other, err.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/exec/nonblock.rs:126:69 [INFO] [stdout] | [INFO] [stdout] 126 | return Err(io::Error::new(io::ErrorKind::Other, err.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/filter/filetype.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | match symbol.to_ascii_lowercase().as_bytes() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/filter/parser.rs:154:25 [INFO] [stdout] | [INFO] [stdout] 154 | match token.to_ascii_lowercase().as_bytes() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/filter/parser.rs:194:25 [INFO] [stdout] | [INFO] [stdout] 194 | match token.to_ascii_lowercase().as_bytes() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/lscolors/src/lib.rs:294:51 [INFO] [stdout] | [INFO] [stdout] 294 | let filename = path.as_ref().file_name()?.to_ascii_lowercase(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.89s [INFO] running `Command { std: "docker" "inspect" "052faf9d2420bd7a9dace013d0a77775918f4ee5f7dfbafce57406bf799a1e7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "052faf9d2420bd7a9dace013d0a77775918f4ee5f7dfbafce57406bf799a1e7c", kill_on_drop: false }` [INFO] [stdout] 052faf9d2420bd7a9dace013d0a77775918f4ee5f7dfbafce57406bf799a1e7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8df485de52ad1e9d496c0cf2adb1149fd8a1ab8b4e6955909aef3657bdd69ea6 [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" "8df485de52ad1e9d496c0cf2adb1149fd8a1ab8b4e6955909aef3657bdd69ea6", kill_on_drop: false }` [INFO] [stderr] Compiling diff v0.1.11 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling ff-find v0.24.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/exec/nonblock.rs:67:69 [INFO] [stdout] | [INFO] [stdout] 67 | return Err(io::Error::new(io::ErrorKind::Other, err.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/exec/nonblock.rs:126:69 [INFO] [stdout] | [INFO] [stdout] 126 | return Err(io::Error::new(io::ErrorKind::Other, err.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/filter/filetype.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | match symbol.to_ascii_lowercase().as_bytes() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/filter/parser.rs:154:25 [INFO] [stdout] | [INFO] [stdout] 154 | match token.to_ascii_lowercase().as_bytes() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/filter/parser.rs:194:25 [INFO] [stdout] | [INFO] [stdout] 194 | match token.to_ascii_lowercase().as_bytes() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/lscolors/src/lib.rs:294:51 [INFO] [stdout] | [INFO] [stdout] 294 | let filename = path.as_ref().file_name()?.to_ascii_lowercase(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.24s [INFO] running `Command { std: "docker" "inspect" "8df485de52ad1e9d496c0cf2adb1149fd8a1ab8b4e6955909aef3657bdd69ea6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8df485de52ad1e9d496c0cf2adb1149fd8a1ab8b4e6955909aef3657bdd69ea6", kill_on_drop: false }` [INFO] [stdout] 8df485de52ad1e9d496c0cf2adb1149fd8a1ab8b4e6955909aef3657bdd69ea6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9522e044db9b64164066a5a91a5aec6ae434ed4815dfca1174e1e75bad4a5273 [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" "9522e044db9b64164066a5a91a5aec6ae434ed4815dfca1174e1e75bad4a5273", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/exec/nonblock.rs:67:69 [INFO] [stderr] | [INFO] [stderr] 67 | return Err(io::Error::new(io::ErrorKind::Other, err.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/exec/nonblock.rs:126:69 [INFO] [stderr] | [INFO] [stderr] 126 | return Err(io::Error::new(io::ErrorKind::Other, err.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/filter/filetype.rs:14:22 [INFO] [stderr] | [INFO] [stderr] 14 | match symbol.to_ascii_lowercase().as_bytes() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/filter/parser.rs:154:25 [INFO] [stderr] | [INFO] [stderr] 154 | match token.to_ascii_lowercase().as_bytes() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/filter/parser.rs:194:25 [INFO] [stderr] | [INFO] [stderr] 194 | match token.to_ascii_lowercase().as_bytes() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/lscolors/src/lib.rs:294:51 [INFO] [stderr] | [INFO] [stderr] 294 | let filename = path.as_ref().file_name()?.to_ascii_lowercase(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `foss::FckOsStrSck::to_ascii_lowercase(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/globset-50e0cacfd1ceac15 [INFO] [stdout] [INFO] [stdout] running 271 tests [INFO] [stdout] test glob::tests::any2 ... ok [INFO] [stdout] test glob::tests::cls1 ... ok [INFO] [stdout] test glob::tests::cls10 ... ok [INFO] [stdout] test glob::tests::cls11 ... ok [INFO] [stdout] test glob::tests::any1 ... ok [INFO] [stdout] test glob::tests::cls15 ... ok [INFO] [stdout] test glob::tests::cls14 ... ok [INFO] [stdout] test glob::tests::cls12 ... ok [INFO] [stdout] test glob::tests::cls13 ... ok [INFO] [stdout] test glob::tests::cls4 ... ok [INFO] [stdout] test glob::tests::cls5 ... ok [INFO] [stdout] test glob::tests::cls17 ... ok [INFO] [stdout] test glob::tests::cls_bsesc_3 ... ok [INFO] [stdout] test glob::tests::cls_unicode_1 ... ok [INFO] [stdout] test glob::tests::cls19 ... ok [INFO] [stdout] test glob::tests::cls3 ... ok [INFO] [stdout] test glob::tests::err_bsesc1 ... ok [INFO] [stdout] test glob::tests::cls18 ... ok [INFO] [stdout] test glob::tests::cls2 ... ok [INFO] [stdout] test glob::tests::cls21 ... ok [INFO] [stdout] test glob::tests::cls20 ... ok [INFO] [stdout] test glob::tests::cls_unicode_2 ... ok [INFO] [stdout] test glob::tests::cls6 ... ok [INFO] [stdout] test glob::tests::cls7 ... ok [INFO] [stdout] test glob::tests::err_unclosed1 ... ok [INFO] [stdout] test glob::tests::cls_bsesc_2 ... ok [INFO] [stdout] test glob::tests::cls16 ... ok [INFO] [stdout] test glob::tests::err_range2 ... ok [INFO] [stdout] test glob::tests::err_range1 ... ok [INFO] [stdout] test glob::tests::err_unclosed2 ... ok [INFO] [stdout] test glob::tests::cls_bsesc_1 ... ok [INFO] [stdout] test glob::tests::cls8 ... ok [INFO] [stdout] test glob::tests::cls9 ... ok [INFO] [stdout] test glob::tests::err_bsesc2 ... ok [INFO] [stdout] test glob::tests::extract_baselit2 ... ok [INFO] [stdout] test glob::tests::err_unclosed4 ... ok [INFO] [stdout] test glob::tests::err_unclosed3 ... ok [INFO] [stdout] test glob::tests::extract_basetoks1 ... ok [INFO] [stdout] test glob::tests::extract_ext5 ... ok [INFO] [stdout] test glob::tests::extract_ext1 ... ok [INFO] [stdout] test glob::tests::extract_lit1 ... ok [INFO] [stdout] test glob::tests::extract_basetoks6 ... ok [INFO] [stdout] test glob::tests::extract_lit2 ... ok [INFO] [stdout] test glob::tests::extract_basetoks4 ... ok [INFO] [stdout] test glob::tests::extract_ext2 ... ok [INFO] [stdout] test glob::tests::extract_ext4 ... ok [INFO] [stdout] test glob::tests::extract_basetoks5 ... ok [INFO] [stdout] test glob::tests::extract_basetoks7 ... ok [INFO] [stdout] test glob::tests::extract_baselit3 ... ok [INFO] [stdout] test glob::tests::extract_lit7 ... ok [INFO] [stdout] test glob::tests::extract_ext7 ... ok [INFO] [stdout] test glob::tests::extract_baselit4 ... ok [INFO] [stdout] test glob::tests::extract_baselit1 ... ok [INFO] [stdout] test glob::tests::extract_basetoks3 ... ok [INFO] [stdout] test glob::tests::extract_lit6 ... ok [INFO] [stdout] test glob::tests::extract_lit4 ... ok [INFO] [stdout] test glob::tests::extract_lit5 ... ok [INFO] [stdout] test glob::tests::extract_ext6 ... ok [INFO] [stdout] test glob::tests::extract_ext3 ... ok [INFO] [stdout] test glob::tests::extract_basetoks2 ... ok [INFO] [stdout] test glob::tests::extract_lit8 ... ok [INFO] [stdout] test glob::tests::extract_prefix2 ... ok [INFO] [stdout] test glob::tests::extract_lit3 ... ok [INFO] [stdout] test glob::tests::extract_prefix1 ... ok [INFO] [stdout] test glob::tests::extract_prefix4 ... ok [INFO] [stdout] test glob::tests::extract_req_ext6 ... ok [INFO] [stdout] test glob::tests::extract_req_ext1 ... ok [INFO] [stdout] test glob::tests::extract_req_ext2 ... ok [INFO] [stdout] test glob::tests::extract_req_ext3 ... ok [INFO] [stdout] test glob::tests::extract_req_ext4 ... ok [INFO] [stdout] test glob::tests::extract_req_ext7 ... ok [INFO] [stdout] test glob::tests::extract_req_ext8 ... ok [INFO] [stdout] test glob::tests::extract_req_ext9 ... ok [INFO] [stdout] test glob::tests::extract_suffix1 ... ok [INFO] [stdout] test glob::tests::extract_suffix2 ... ok [INFO] [stdout] test glob::tests::extract_req_ext5 ... ok [INFO] [stdout] test glob::tests::literal2 ... ok [INFO] [stdout] test glob::tests::extract_suffix7 ... ok [INFO] [stdout] test glob::tests::extract_suffix6 ... ok [INFO] [stdout] test glob::tests::extract_suffix4 ... ok [INFO] [stdout] test glob::tests::extract_suffix5 ... ok [INFO] [stdout] test glob::tests::literal1 ... ok [INFO] [stdout] test glob::tests::extract_prefix3 ... ok [INFO] [stdout] test glob::tests::extract_suffix3 ... ok [INFO] [stdout] test glob::tests::match9 ... ok [INFO] [stdout] test glob::tests::match_bsesc2 ... ok [INFO] [stdout] test glob::tests::match_bsesc1 ... ok [INFO] [stdout] test glob::tests::match5 ... ok [INFO] [stdout] test glob::tests::match1 ... ok [INFO] [stdout] test glob::tests::match_unicode1 ... ok [INFO] [stdout] test glob::tests::matchalt1 ... ok [INFO] [stdout] test glob::tests::matchalt10 ... ok [INFO] [stdout] test glob::tests::match_bsesc5 ... ok [INFO] [stdout] test glob::tests::match_bsesc4 ... ok [INFO] [stdout] test glob::tests::match2 ... ok [INFO] [stdout] test glob::tests::match_bsesc7 ... ok [INFO] [stdout] test glob::tests::match_bsesc3 ... ok [INFO] [stdout] test glob::tests::match10 ... ok [INFO] [stdout] test glob::tests::match_unicode2 ... ok [INFO] [stdout] test glob::tests::match8 ... ok [INFO] [stdout] test glob::tests::match_bsesc6 ... ok [INFO] [stdout] test glob::tests::match_unicode3 ... ok [INFO] [stdout] test glob::tests::matchalt7 ... ok [INFO] [stdout] test glob::tests::matchalt11 ... ok [INFO] [stdout] test glob::tests::match4 ... ok [INFO] [stdout] test glob::tests::matchalt13 ... ok [INFO] [stdout] test glob::tests::match7 ... ok [INFO] [stdout] test glob::tests::matchalt4 ... ok [INFO] [stdout] test glob::tests::matchbackslash7 ... ok [INFO] [stdout] test glob::tests::match3 ... ok [INFO] [stdout] test glob::tests::matchalt12 ... ok [INFO] [stdout] test glob::tests::match6 ... ok [INFO] [stdout] test glob::tests::matchalt2 ... ok [INFO] [stdout] test glob::tests::matchbackslash6 ... ok [INFO] [stdout] test glob::tests::matchalt9 ... ok [INFO] [stdout] test glob::tests::matchalt6 ... ok [INFO] [stdout] test glob::tests::matchalt8 ... ok [INFO] [stdout] test glob::tests::matchbackslash5 ... ok [INFO] [stdout] test glob::tests::matchnot10 ... ok [INFO] [stdout] test glob::tests::matchcasei1 ... ok [INFO] [stdout] test glob::tests::matchcasei4 ... ok [INFO] [stdout] test glob::tests::matchalt5 ... ok [INFO] [stdout] test glob::tests::matchcasei3 ... ok [INFO] [stdout] test glob::tests::matchalt3 ... ok [INFO] [stdout] test glob::tests::matchbackslash4 ... ok [INFO] [stdout] test glob::tests::matchbackslash1 ... ok [INFO] [stdout] test glob::tests::matchbackslash2 ... ok [INFO] [stdout] test glob::tests::matchbackslash3 ... ok [INFO] [stdout] test glob::tests::matchcasei2 ... ok [INFO] [stdout] test glob::tests::matchnot1 ... ok [INFO] [stdout] test glob::tests::matchnot21 ... ok [INFO] [stdout] test glob::tests::matchnot17 ... ok [INFO] [stdout] test glob::tests::matchnot16 ... ok [INFO] [stdout] test glob::tests::matchnot13 ... ok [INFO] [stdout] test glob::tests::matchnot24 ... ok [INFO] [stdout] test glob::tests::matchnot20 ... ok [INFO] [stdout] test glob::tests::matchnot22 ... ok [INFO] [stdout] test glob::tests::matchnot25 ... ok [INFO] [stdout] test glob::tests::matchnot27 ... ok [INFO] [stdout] test glob::tests::matchescape ... ok [INFO] [stdout] test glob::tests::matchnot15 ... ok [INFO] [stdout] test glob::tests::matchnot30 ... ok [INFO] [stdout] test glob::tests::matchnot18 ... ok [INFO] [stdout] test glob::tests::matchnot2 ... ok [INFO] [stdout] test glob::tests::matchnot12 ... ok [INFO] [stdout] test glob::tests::matchnot3 ... ok [INFO] [stdout] test glob::tests::matchnot11 ... ok [INFO] [stdout] test glob::tests::matchnot19 ... ok [INFO] [stdout] test glob::tests::matchnot26 ... ok [INFO] [stdout] test glob::tests::matchnot14 ... ok [INFO] [stdout] test glob::tests::matchnot29 ... ok [INFO] [stdout] test glob::tests::matchnot28 ... ok [INFO] [stdout] test glob::tests::matchpat1 ... ok [INFO] [stdout] test glob::tests::matchnot8 ... ok [INFO] [stdout] test glob::tests::matchnot9 ... ok [INFO] [stdout] test glob::tests::matchnot6 ... ok [INFO] [stdout] test glob::tests::matchnot23 ... ok [INFO] [stdout] test glob::tests::matchrange4 ... ok [INFO] [stdout] test glob::tests::matchpat3 ... ok [INFO] [stdout] test glob::tests::matchnot4 ... ok [INFO] [stdout] test glob::tests::matchrange11 ... ok [INFO] [stdout] test glob::tests::matchrange7 ... ok [INFO] [stdout] test glob::tests::matchrange6 ... ok [INFO] [stdout] test glob::tests::matchrange10 ... ok [INFO] [stdout] test glob::tests::matchpat5 ... ok [INFO] [stdout] test glob::tests::matchpat2 ... ok [INFO] [stdout] test glob::tests::matchpat4 ... ok [INFO] [stdout] test glob::tests::matchnot7 ... ok [INFO] [stdout] test glob::tests::matchnot5 ... ok [INFO] [stdout] test glob::tests::matchrange3 ... ok [INFO] [stdout] test glob::tests::matchpat7 ... ok [INFO] [stdout] test glob::tests::matchpat6 ... ok [INFO] [stdout] test glob::tests::matchrec13 ... ok [INFO] [stdout] test glob::tests::matchrec14 ... ok [INFO] [stdout] test glob::tests::matchrange12 ... ok [INFO] [stdout] test glob::tests::matchrange5 ... ok [INFO] [stdout] test glob::tests::matchrec17 ... ok [INFO] [stdout] test glob::tests::matchrange2 ... ok [INFO] [stdout] test glob::tests::matchrange1 ... ok [INFO] [stdout] test glob::tests::matchrec11 ... ok [INFO] [stdout] test glob::tests::matchrange8 ... ok [INFO] [stdout] test glob::tests::matchrec18 ... ok [INFO] [stdout] test glob::tests::matchrec12 ... ok [INFO] [stdout] test glob::tests::matchrange9 ... ok [INFO] [stdout] test glob::tests::matchrec15 ... ok [INFO] [stdout] test glob::tests::matchrec19 ... ok [INFO] [stdout] test glob::tests::matchrec25 ... ok [INFO] [stdout] test glob::tests::matchrec24 ... ok [INFO] [stdout] test glob::tests::matchrec16 ... ok [INFO] [stdout] test glob::tests::matchrec20 ... ok [INFO] [stdout] test glob::tests::matchrec8 ... ok [INFO] [stdout] test glob::tests::matchrec7 ... ok [INFO] [stdout] test glob::tests::matchrec1 ... ok [INFO] [stdout] test glob::tests::matchrec10 ... ok [INFO] [stdout] test glob::tests::matchrec21 ... ok [INFO] [stdout] test glob::tests::matchrec22 ... ok [INFO] [stdout] test glob::tests::matchrec23 ... ok [INFO] [stdout] test glob::tests::re1 ... ok [INFO] [stdout] test glob::tests::matchslash1 ... ok [INFO] [stdout] test glob::tests::matchrec3 ... ok [INFO] [stdout] test glob::tests::re13 ... ok [INFO] [stdout] test glob::tests::re12 ... ok [INFO] [stdout] test glob::tests::re11 ... ok [INFO] [stdout] test glob::tests::matchrec2 ... ok [INFO] [stdout] test glob::tests::re14 ... ok [INFO] [stdout] test glob::tests::re17 ... ok [INFO] [stdout] test glob::tests::re2 ... ok [INFO] [stdout] test glob::tests::re15 ... ok [INFO] [stdout] test glob::tests::matchrec5 ... ok [INFO] [stdout] test glob::tests::re10 ... ok [INFO] [stdout] test glob::tests::re16 ... ok [INFO] [stdout] test glob::tests::re18 ... ok [INFO] [stdout] test glob::tests::re24 ... ok [INFO] [stdout] test glob::tests::re25 ... ok [INFO] [stdout] test glob::tests::re21 ... ok [INFO] [stdout] test glob::tests::re23 ... ok [INFO] [stdout] test glob::tests::re28 ... ok [INFO] [stdout] test glob::tests::re27 ... ok [INFO] [stdout] test glob::tests::re3 ... ok [INFO] [stdout] test glob::tests::re19 ... ok [INFO] [stdout] test glob::tests::re22 ... ok [INFO] [stdout] test glob::tests::re26 ... ok [INFO] [stdout] test glob::tests::matchrec31 ... ok [INFO] [stdout] test glob::tests::re29 ... ok [INFO] [stdout] test glob::tests::re33 ... ok [INFO] [stdout] test glob::tests::re34 ... ok [INFO] [stdout] test glob::tests::re32 ... ok [INFO] [stdout] test glob::tests::re8 ... ok [INFO] [stdout] test glob::tests::re20 ... ok [INFO] [stdout] test glob::tests::re6 ... ok [INFO] [stdout] test glob::tests::re_bsesc1 ... ok [INFO] [stdout] test glob::tests::re_bsesc3 ... ok [INFO] [stdout] test glob::tests::re9 ... ok [INFO] [stdout] test glob::tests::re7 ... ok [INFO] [stdout] test glob::tests::re4 ... ok [INFO] [stdout] test glob::tests::re31 ... ok [INFO] [stdout] test glob::tests::re5 ... ok [INFO] [stdout] test glob::tests::re_unicode1 ... ok [INFO] [stdout] test glob::tests::re_unicode2 ... ok [INFO] [stdout] test glob::tests::re_casei ... ok [INFO] [stdout] test glob::tests::re_bsesc2 ... ok [INFO] [stdout] test glob::tests::re_slash1 ... ok [INFO] [stdout] test glob::tests::rseq1 ... ok [INFO] [stdout] test glob::tests::re30 ... ok [INFO] [stdout] test glob::tests::re_slash2 ... ok [INFO] [stdout] test glob::tests::seq1 ... ok [INFO] [stdout] test glob::tests::rseq4 ... ok [INFO] [stdout] test glob::tests::seq2 ... ok [INFO] [stdout] test pathutil::tests::ext4 ... ok [INFO] [stdout] test pathutil::tests::ext3 ... ok [INFO] [stdout] test pathutil::tests::ext2 ... ok [INFO] [stdout] test pathutil::tests::ext5 ... ok [INFO] [stdout] test pathutil::tests::normal2 ... ok [INFO] [stdout] test pathutil::tests::normal3 ... ok [INFO] [stdout] test pathutil::tests::normal4 ... ok [INFO] [stdout] test pathutil::tests::ext1 ... ok [INFO] [stdout] test glob::tests::rseq3 ... ok [INFO] [stdout] test glob::tests::rseq5 ... ok [INFO] [stdout] test pathutil::tests::normal1 ... ok [INFO] [stdout] test glob::tests::seq3 ... ok [INFO] [stdout] test glob::tests::matchrec6 ... ok [INFO] [stdout] test glob::tests::rseq2 ... ok [INFO] [stdout] test glob::tests::matchslash4 ... ok [INFO] [stdout] test glob::tests::matchslash3 ... ok [INFO] [stdout] test glob::tests::matchslash5 ... ok [INFO] [stdout] test glob::tests::matchslash2 ... ok [INFO] [stdout] test glob::tests::matchrec9 ... ok [INFO] [stdout] test glob::tests::matchrec32 ... ok [INFO] [stdout] test tests::empty_set_works ... ok [INFO] [stdout] test glob::tests::matchrec4 ... ok [INFO] [stdout] test tests::set_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 271 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ff-3b4621270b39b8fc [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test lscolors::src::style::tests::parse_font_style ... ok [INFO] [stdout] test lscolors::src::style::tests::parse_font_style_backwards ... ok [INFO] [stdout] test lscolors::src::tests::style_for_missing_file ... ok [INFO] [stdout] test lscolors::src::style::tests::parse_8_bit_colors ... ok [INFO] [stdout] test lscolors::src::style::tests::parse_reject ... ok [INFO] [stdout] test exec::command::tests::template_empty ... ok [INFO] [stdout] test lscolors::src::style::tests::parse_24_bit_colors ... ok [INFO] [stdout] test lscolors::src::style::tests::parse_simple ... ok [INFO] [stdout] test exec::command::tests::template_complete ... ok [INFO] [stdout] test exec::command::tests::template_apply ... ok [INFO] [stdout] test lscolors::src::tests::style_for_path_uses_correct_ordering ... ok [INFO] [stdout] test lscolors::src::tests::style_for_path_uses_lowercase_matching ... ok [INFO] [stdout] test lscolors::src::tests::basic_usage ... ok [INFO] [stdout] test lscolors::src::tests::style_for_path_components ... ok [INFO] [stdout] test lscolors::src::tests::style_for_broken_symlink ... ok [INFO] [stdout] test lscolors::src::tests::style_for_symlink ... ok [INFO] [stdout] test filter::parser::tests::filter_parser ... ok [INFO] [stdout] test filter::tests::filter_logic ... ok [INFO] [stderr] Doc-tests globset [INFO] [stdout] test lscolors::src::tests::style_for_directory ... ok [INFO] [stdout] test lscolors::src::tests::style_for_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/globset/src/lib.rs - (line 7) ... ignored [INFO] [stdout] test src/globset/src/lib.rs - (line 37) ... ok [INFO] [stdout] test src/globset/src/lib.rs - (line 20) ... ok [INFO] [stdout] test src/globset/src/lib.rs - (line 54) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9522e044db9b64164066a5a91a5aec6ae434ed4815dfca1174e1e75bad4a5273", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9522e044db9b64164066a5a91a5aec6ae434ed4815dfca1174e1e75bad4a5273", kill_on_drop: false }` [INFO] [stdout] 9522e044db9b64164066a5a91a5aec6ae434ed4815dfca1174e1e75bad4a5273