[INFO] crate chars_data 0.4.1 is already in cache [INFO] testing chars_data-0.4.1 against 1.38.0 for beta-1.39-1 [INFO] extracting crate chars_data 0.4.1 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate chars_data 0.4.1 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 crates.io crate chars_data 0.4.1 [INFO] finished tweaking crates.io crate chars_data 0.4.1 [INFO] tweaked toml for crates.io crate chars_data 0.4.1 written to work/builds/worker-4/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] 41ae1f574e6df6b6dd8e8759fc170129db29ec0e6b9f9c463d79f1028d347a2e [INFO] running `"docker" "start" "-a" "41ae1f574e6df6b6dd8e8759fc170129db29ec0e6b9f9c463d79f1028d347a2e"` [INFO] [stderr] Compiling unicode_names2 v0.3.0 [INFO] [stderr] Compiling fst v0.1.38 [INFO] [stderr] Compiling chars_data v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ascii.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | / lazy_static! { [INFO] [stderr] 66 | | static ref QUOTES: Regex = Regex::new("\",\\s*\"").unwrap(); [INFO] [stderr] 67 | | static ref RIGHT_QUOTE: Regex = Regex::new("\"\\s*,\\s*$").unwrap(); [INFO] [stderr] 68 | | static ref BACKSLASH_SOMETHING: Regex = Regex::new(r"\\(.)").unwrap(); [INFO] [stderr] 69 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ascii.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | / lazy_static! { [INFO] [stderr] 66 | | static ref QUOTES: Regex = Regex::new("\",\\s*\"").unwrap(); [INFO] [stderr] 67 | | static ref RIGHT_QUOTE: Regex = Regex::new("\"\\s*,\\s*$").unwrap(); [INFO] [stderr] 68 | | static ref BACKSLASH_SOMETHING: Regex = Regex::new(r"\\(.)").unwrap(); [INFO] [stderr] 69 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ascii.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | / lazy_static! { [INFO] [stderr] 66 | | static ref QUOTES: Regex = Regex::new("\",\\s*\"").unwrap(); [INFO] [stderr] 67 | | static ref RIGHT_QUOTE: Regex = Regex::new("\"\\s*,\\s*$").unwrap(); [INFO] [stderr] 68 | | static ref BACKSLASH_SOMETHING: Regex = Regex::new(r"\\(.)").unwrap(); [INFO] [stderr] 69 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ascii.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | / lazy_static! { [INFO] [stderr] 112 | | static ref BEGINNING: Regex = Regex::new(r"^[A-Za-z ]*:\s*").unwrap(); [INFO] [stderr] 113 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/fst_generator.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref STOPS: BTreeSet<&'static str> = build_stopwords(); [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.88s [INFO] running `"docker" "inspect" "41ae1f574e6df6b6dd8e8759fc170129db29ec0e6b9f9c463d79f1028d347a2e"` [INFO] running `"docker" "rm" "-f" "41ae1f574e6df6b6dd8e8759fc170129db29ec0e6b9f9c463d79f1028d347a2e"` [INFO] [stdout] 41ae1f574e6df6b6dd8e8759fc170129db29ec0e6b9f9c463d79f1028d347a2e [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] 85601fbec6a8bd2276627efa8a7a858eea9a046053179e023fa74dec222ca3a8 [INFO] running `"docker" "start" "-a" "85601fbec6a8bd2276627efa8a7a858eea9a046053179e023fa74dec222ca3a8"` [INFO] [stderr] Compiling chars_data v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ascii.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | / lazy_static! { [INFO] [stderr] 66 | | static ref QUOTES: Regex = Regex::new("\",\\s*\"").unwrap(); [INFO] [stderr] 67 | | static ref RIGHT_QUOTE: Regex = Regex::new("\"\\s*,\\s*$").unwrap(); [INFO] [stderr] 68 | | static ref BACKSLASH_SOMETHING: Regex = Regex::new(r"\\(.)").unwrap(); [INFO] [stderr] 69 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ascii.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | / lazy_static! { [INFO] [stderr] 66 | | static ref QUOTES: Regex = Regex::new("\",\\s*\"").unwrap(); [INFO] [stderr] 67 | | static ref RIGHT_QUOTE: Regex = Regex::new("\"\\s*,\\s*$").unwrap(); [INFO] [stderr] 68 | | static ref BACKSLASH_SOMETHING: Regex = Regex::new(r"\\(.)").unwrap(); [INFO] [stderr] 69 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ascii.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | / lazy_static! { [INFO] [stderr] 66 | | static ref QUOTES: Regex = Regex::new("\",\\s*\"").unwrap(); [INFO] [stderr] 67 | | static ref RIGHT_QUOTE: Regex = Regex::new("\"\\s*,\\s*$").unwrap(); [INFO] [stderr] 68 | | static ref BACKSLASH_SOMETHING: Regex = Regex::new(r"\\(.)").unwrap(); [INFO] [stderr] 69 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ascii.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | / lazy_static! { [INFO] [stderr] 112 | | static ref BEGINNING: Regex = Regex::new(r"^[A-Za-z ]*:\s*").unwrap(); [INFO] [stderr] 113 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/fst_generator.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref STOPS: BTreeSet<&'static str> = build_stopwords(); [INFO] [stderr] 30 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.20s [INFO] running `"docker" "inspect" "85601fbec6a8bd2276627efa8a7a858eea9a046053179e023fa74dec222ca3a8"` [INFO] running `"docker" "rm" "-f" "85601fbec6a8bd2276627efa8a7a858eea9a046053179e023fa74dec222ca3a8"` [INFO] [stdout] 85601fbec6a8bd2276627efa8a7a858eea9a046053179e023fa74dec222ca3a8 [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] 7bd0d4521fb7f8908956cd17af0d383df7a9fc48083603a5b65ca243d63d5065 [INFO] running `"docker" "start" "-a" "7bd0d4521fb7f8908956cd17af0d383df7a9fc48083603a5b65ca243d63d5065"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/chars_data-9e0fece85fb1387f [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test unicode::test_old_names ... ok [INFO] [stdout] test fst_generator::test_stopwords ... ok [INFO] [stdout] test fst_generator::test_name_components ... ok [INFO] [stdout] test unicode::test_processing ... ok [INFO] [stdout] test ascii::test_split_name_line ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/chars_data-73060c2374e25627 [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 chars_data [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" "7bd0d4521fb7f8908956cd17af0d383df7a9fc48083603a5b65ca243d63d5065"` [INFO] running `"docker" "rm" "-f" "7bd0d4521fb7f8908956cd17af0d383df7a9fc48083603a5b65ca243d63d5065"` [INFO] [stdout] 7bd0d4521fb7f8908956cd17af0d383df7a9fc48083603a5b65ca243d63d5065