[INFO] cloning repository https://github.com/sorami/sudachi.rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sorami/sudachi.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsorami%2Fsudachi.rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsorami%2Fsudachi.rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b89b9742f46921f005205bf303f691190f227d99 [INFO] checking sorami/sudachi.rs against master#8007b506ac5da629f223b755f5a5391edd5f6d01 for pr-88041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsorami%2Fsudachi.rs" "/workspace/builds/worker-81/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-81/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sorami/sudachi.rs on toolchain 8007b506ac5da629f223b755f5a5391edd5f6d01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sorami/sudachi.rs [INFO] finished tweaking git repo https://github.com/sorami/sudachi.rs [INFO] tweaked toml for git repo https://github.com/sorami/sudachi.rs written to /workspace/builds/worker-81/source/Cargo.toml [INFO] crate git repo https://github.com/sorami/sudachi.rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded multiset v0.0.5 [INFO] [stderr] Downloaded nom v4.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0db37d0c9096dead46fa378f4f635d5c748ffdaab62282ce770c386f1d241a54 [INFO] running `Command { std: "docker" "start" "-a" "0db37d0c9096dead46fa378f4f635d5c748ffdaab62282ce770c386f1d241a54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0db37d0c9096dead46fa378f4f635d5c748ffdaab62282ce770c386f1d241a54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0db37d0c9096dead46fa378f4f635d5c748ffdaab62282ce770c386f1d241a54", kill_on_drop: false }` [INFO] [stdout] 0db37d0c9096dead46fa378f4f635d5c748ffdaab62282ce770c386f1d241a54 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fdc0eaa4966e7e5bc1069a4254ac649f3c850a6763d50118ec0fc0db4f9420d4 [INFO] running `Command { std: "docker" "start" "-a" "fdc0eaa4966e7e5bc1069a4254ac649f3c850a6763d50118ec0fc0db4f9420d4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Checking strsim v0.7.0 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking multiset v0.0.5 [INFO] [stderr] Checking libloading v0.7.0 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking nom v4.2.2 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Checking structopt v0.2.15 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking sudachi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking default_input_text v0.1.0 (/opt/rustwide/workdir/plugin/input_text/default_input_text) [INFO] [stderr] Checking join_katakana_oov v0.1.0 (/opt/rustwide/workdir/plugin/path_rewrite/join_katakana_oov) [INFO] [stderr] Checking simple_oov v0.1.0 (/opt/rustwide/workdir/plugin/oov/simple_oov) [INFO] [stderr] Checking mecab_oov v0.1.0 (/opt/rustwide/workdir/plugin/oov/mecab_oov) [INFO] [stderr] Checking join_numeric v0.1.0 (/opt/rustwide/workdir/plugin/path_rewrite/join_numeric) [INFO] [stderr] Checking inhibit_connection v0.1.0 (/opt/rustwide/workdir/plugin/connect_cost/inhibit_connection) [INFO] [stderr] Checking prolonged_sound_mark v0.1.0 (/opt/rustwide/workdir/plugin/input_text/prolonged_sound_mark) [INFO] [stderr] Checking ignore_yomigana v0.1.0 (/opt/rustwide/workdir/plugin/input_text/ignore_yomigana) [INFO] [stdout] error[E0277]: `(dyn InputTextPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn InputTextPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn InputTextPlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn InputTextPlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn InputTextPlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `InputTextPluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `(dyn InputTextPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn InputTextPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn InputTextPlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn InputTextPlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn InputTextPlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `InputTextPluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `(dyn OovProviderPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn OovProviderPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn OovProviderPlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn OovProviderPlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn OovProviderPlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `OovProviderPluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `(dyn PathRewritePlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn PathRewritePlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn PathRewritePlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn PathRewritePlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn PathRewritePlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `PathRewritePluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sudachi` due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: `(dyn OovProviderPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn OovProviderPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn OovProviderPlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn OovProviderPlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn OovProviderPlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `OovProviderPluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `(dyn PathRewritePlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn PathRewritePlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn PathRewritePlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn PathRewritePlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn PathRewritePlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `PathRewritePluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: `(dyn InputTextPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn InputTextPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn InputTextPlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn InputTextPlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn InputTextPlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `InputTextPluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `(dyn InputTextPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn InputTextPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn InputTextPlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn InputTextPlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn InputTextPlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `InputTextPluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `(dyn OovProviderPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn OovProviderPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn OovProviderPlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn OovProviderPlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn OovProviderPlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `OovProviderPluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `(dyn PathRewritePlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn PathRewritePlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn PathRewritePlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn PathRewritePlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn PathRewritePlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `PathRewritePluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: `(dyn OovProviderPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn OovProviderPlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn OovProviderPlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn OovProviderPlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn OovProviderPlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `OovProviderPluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `(dyn PathRewritePlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] --> tests/common/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / lazy_static! { [INFO] [stdout] 8 | | static ref DICTIONARY_BYTES: Vec = { [INFO] [stdout] 9 | | let dictionary_path = env::var_os("SUDACHI_DICT_PATH").expect("Must set env var SUDACHI_DICT_PATH with path to Sudachi dictionary... [INFO] [stdout] 10 | | let dictionary_bytes = dictionary_bytes_from_path(dictionary_path) [INFO] [stdout] ... | [INFO] [stdout] 22 | | .expect("Failed to create Tokenizer for tests"); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ `(dyn PathRewritePlugin + 'static)` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Lazy(Cell>, Once); [INFO] [stdout] | ---- required by this bound in `lazy_static::lazy::Lazy` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sync` is not implemented for `(dyn PathRewritePlugin + 'static)` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique<(dyn PathRewritePlugin + 'static)>` [INFO] [stdout] = note: required because it appears within the type `Box<(dyn PathRewritePlugin + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Sync` for `Unique>` [INFO] [stdout] = note: required because it appears within the type `alloc::raw_vec::RawVec>` [INFO] [stdout] = note: required because it appears within the type `Vec>` [INFO] [stdout] = note: required because it appears within the type `PathRewritePluginManager` [INFO] [stdout] = note: required because it appears within the type `sudachi::tokenizer::Tokenizer<'static>` [INFO] [stdout] = note: this error originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fdc0eaa4966e7e5bc1069a4254ac649f3c850a6763d50118ec0fc0db4f9420d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdc0eaa4966e7e5bc1069a4254ac649f3c850a6763d50118ec0fc0db4f9420d4", kill_on_drop: false }` [INFO] [stdout] fdc0eaa4966e7e5bc1069a4254ac649f3c850a6763d50118ec0fc0db4f9420d4