[INFO] updating cached repository https://github.com/detedetedetedete/DictWalker [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 81ebbf52a0e124172b7697a1f8ee0748f98ed60e [INFO] testing detedetedetedete/DictWalker against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdetedetedetedete%2FDictWalker" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/detedetedetedete/DictWalker on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/detedetedetedete/DictWalker [INFO] finished tweaking git repo https://github.com/detedetedetedete/DictWalker [INFO] tweaked toml for git repo https://github.com/detedetedetedete/DictWalker written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/detedetedetedete/DictWalker already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ac02712bfdbe0b0c4827129f703ebc8182dbe85540ec8cc345f97d1bf9c13ea8 [INFO] running `"docker" "start" "-a" "ac02712bfdbe0b0c4827129f703ebc8182dbe85540ec8cc345f97d1bf9c13ea8"` [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling proc-macro2 v0.4.21 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling ucd-util v0.1.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling colored v1.6.1 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling fern v0.5.6 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling serde_json v1.0.32 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling quote v0.6.9 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling syn v0.15.18 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling dict_walker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/training_entry.rs:122:59 [INFO] [stderr] | [INFO] [stderr] 122 | fn convert_to_phonemes(str: &str, resolvers: &Vec>) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PhonemeResolver` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/training_entry.rs:151:57 [INFO] [stderr] | [INFO] [stderr] 151 | pub fn construct(de: DictEntry, resolvers: &Vec>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PhonemeResolver` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:57:40 [INFO] [stderr] | [INFO] [stderr] 57 | let mut phoneme_resolvers: Vec> = vec![ [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PhonemeResolver` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/dict_entry.rs:43:49 [INFO] [stderr] | [INFO] [stderr] 43 | Err(e) => return Err(String::from(e.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/dict_entry.rs:48:49 [INFO] [stderr] | [INFO] [stderr] 48 | Err(e) => return Err(String::from(e.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/dict_entry.rs:106:53 [INFO] [stderr] | [INFO] [stderr] 106 | Err(e) => return Err(String::from(e.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/dict_entry.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | Err(e) => return Err(String::from(e.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static variable `ext_list_re` should have an upper case name [INFO] [stderr] --> src/cli_api.rs:58:20 [INFO] [stderr] | [INFO] [stderr] 58 | static ref ext_list_re: Regex = Regex::new(r"[a-zA-Z0-9,]").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `EXT_LIST_RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `postfix_accent_re` should have an upper case name [INFO] [stderr] --> src/training_entry.rs:106:24 [INFO] [stderr] | [INFO] [stderr] 106 | static ref postfix_accent_re: Regex = Regex::new(r"(?P[^ ])(?P_[^ ]+)").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `POSTFIX_ACCENT_RE` [INFO] [stderr] [INFO] [stderr] warning: static variable `multi_space_re` should have an upper case name [INFO] [stderr] --> src/training_entry.rs:114:24 [INFO] [stderr] | [INFO] [stderr] 114 | static ref multi_space_re: Regex = Regex::new(r" {2,}").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MULTI_SPACE_RE` [INFO] [stderr] [INFO] [stderr] warning: static variable `postfix_accent_re` should have an upper case name [INFO] [stderr] --> src/phoneme_resolvers.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | static ref postfix_accent_re: Regex = Regex::new(r"^(?P[^ ]+) +(?P.+)$").unwrap(); // TODO fix var and named cap group names [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `POSTFIX_ACCENT_RE` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.dict_walker.exh9h0k3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758" "/opt/rustwide/target/debug/deps/dict_walker-b718abe31915b758.8uo7t75tot576d6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lmodel_runner" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libregex-dffabeabcac0dfa2.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-ffd7631ebff3a8df.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-15a679fdb260368d.rlib" "/opt/rustwide/target/debug/deps/libucd_util-386fb54ddd3d5af9.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c8eae1160ac28540.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-69b5486f26ba670b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-38f660209b3b84f5.rlib" "/opt/rustwide/target/debug/deps/libchrono-e4f975ff14544a8e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0be52b8af7f7156b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-68fd70438ca7dff7.rlib" "/opt/rustwide/target/debug/deps/libtime-b2579dd22faa7695.rlib" "/opt/rustwide/target/debug/deps/libclap-5e5e3110a5eff87d.rlib" "/opt/rustwide/target/debug/deps/libvec_map-0124ff4ac8afcced.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-56911033cc87368c.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f78fbbd60dd7eb4c.rlib" "/opt/rustwide/target/debug/deps/libstrsim-57259db7c4c93446.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f26c1cc2a800726e.rlib" "/opt/rustwide/target/debug/deps/libatty-3ad5e4f6190c1cdc.rlib" "/opt/rustwide/target/debug/deps/liblibc-83942b52c1c2a508.rlib" "/opt/rustwide/target/debug/deps/libansi_term-0d3bacace01cab89.rlib" "/opt/rustwide/target/debug/deps/libfern-1d9ac96eba4b38de.rlib" "/opt/rustwide/target/debug/deps/liblog-5aef15ca4615d783.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-702a35f6f0733ae2.rlib" "/opt/rustwide/target/debug/deps/libcolored-cf67983cf9b13092.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-9da339be0fbe21d2.rlib" "/opt/rustwide/target/debug/deps/libencoding-2d50cb5a450554bc.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-de770788b704e96e.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-f89fb30ed38ec14d.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-783ea0096f065f9f.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-60977da23db9d568.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-cac51a2b5a08362e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-82cef47b7d308381.rlib" "/opt/rustwide/target/debug/deps/libryu-11ff00738798a37a.rlib" "/opt/rustwide/target/debug/deps/libitoa-6c514d0363297749.rlib" "/opt/rustwide/target/debug/deps/libserde-e3d3f60959fb57d9.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lmodel_runner [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 11 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `dict_walker`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ac02712bfdbe0b0c4827129f703ebc8182dbe85540ec8cc345f97d1bf9c13ea8"` [INFO] running `"docker" "rm" "-f" "ac02712bfdbe0b0c4827129f703ebc8182dbe85540ec8cc345f97d1bf9c13ea8"` [INFO] [stdout] ac02712bfdbe0b0c4827129f703ebc8182dbe85540ec8cc345f97d1bf9c13ea8