[INFO] updating cached repository https://github.com/eqrion/wordament [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f441062f3fe29c2c0e37337041cd696fed082858 [INFO] testing eqrion/wordament against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Feqrion%2Fwordament" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eqrion/wordament on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/eqrion/wordament [INFO] finished tweaking git repo https://github.com/eqrion/wordament [INFO] tweaked toml for git repo https://github.com/eqrion/wordament written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/eqrion/wordament already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] c6e7e9125309b7860f8d3db6cf888e94b9ad1f5ba5e3b61e5fea03ab25a4f0ac [INFO] running `"docker" "start" "-a" "c6e7e9125309b7860f8d3db6cf888e94b9ad1f5ba5e3b61e5fea03ab25a4f0ac"` [INFO] [stderr] Compiling wordament v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | Tile::Prefix(data.trim_left_matches("-").to_owned()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:28:31 [INFO] [stderr] | [INFO] [stderr] 28 | Tile::Suffix(data.trim_right_matches("-").to_owned()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `contains` [INFO] [stderr] --> src/trie.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn contains(&self, data: &str) -> bool [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `contains_chars` [INFO] [stderr] --> src/trie.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn contains_chars(&self, mut chars: Chars) -> bool [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `"docker" "inspect" "c6e7e9125309b7860f8d3db6cf888e94b9ad1f5ba5e3b61e5fea03ab25a4f0ac"` [INFO] running `"docker" "rm" "-f" "c6e7e9125309b7860f8d3db6cf888e94b9ad1f5ba5e3b61e5fea03ab25a4f0ac"` [INFO] [stdout] c6e7e9125309b7860f8d3db6cf888e94b9ad1f5ba5e3b61e5fea03ab25a4f0ac [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0161ac7391d3d4ac7c557020b6d0b305db6ae61dc911cc9fc02207274c63eb09 [INFO] running `"docker" "start" "-a" "0161ac7391d3d4ac7c557020b6d0b305db6ae61dc911cc9fc02207274c63eb09"` [INFO] [stderr] Compiling wordament v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:24:31 [INFO] [stderr] | [INFO] [stderr] 24 | Tile::Prefix(data.trim_left_matches("-").to_owned()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:28:31 [INFO] [stderr] | [INFO] [stderr] 28 | Tile::Suffix(data.trim_right_matches("-").to_owned()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `contains` [INFO] [stderr] --> src/trie.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn contains(&self, data: &str) -> bool [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `contains_chars` [INFO] [stderr] --> src/trie.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn contains_chars(&self, mut chars: Chars) -> bool [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `"docker" "inspect" "0161ac7391d3d4ac7c557020b6d0b305db6ae61dc911cc9fc02207274c63eb09"` [INFO] running `"docker" "rm" "-f" "0161ac7391d3d4ac7c557020b6d0b305db6ae61dc911cc9fc02207274c63eb09"` [INFO] [stdout] 0161ac7391d3d4ac7c557020b6d0b305db6ae61dc911cc9fc02207274c63eb09 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] a25ed592a7e71589692546aa0461f1cb468cb45386758cc20562f1606deb66b3 [INFO] running `"docker" "start" "-a" "a25ed592a7e71589692546aa0461f1cb468cb45386758cc20562f1606deb66b3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wordament-af501c3860f2686d [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 `"docker" "inspect" "a25ed592a7e71589692546aa0461f1cb468cb45386758cc20562f1606deb66b3"` [INFO] running `"docker" "rm" "-f" "a25ed592a7e71589692546aa0461f1cb468cb45386758cc20562f1606deb66b3"` [INFO] [stdout] a25ed592a7e71589692546aa0461f1cb468cb45386758cc20562f1606deb66b3