[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 beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdetedetedetedete%2FDictWalker" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/detedetedetedete/DictWalker on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-10/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=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" "+beta-2020-06-03" "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] 3b5ed5cf786a27237df471abf0cf6e6659d514ebf6ec7b5f8e5e51df19dc76c2 [INFO] running `"docker" "start" "-a" "3b5ed5cf786a27237df471abf0cf6e6659d514ebf6ec7b5f8e5e51df19dc76c2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.21 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling ucd-util v0.1.2 [INFO] [stderr] Compiling colored v1.6.1 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling fern v0.5.6 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling quote v0.6.9 [INFO] [stderr] Compiling syn v0.15.18 [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.dict_walker.c6a9dxx3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2" "/opt/rustwide/target/debug/deps/dict_walker-38adb382daf60bb2.2nfkpkszujdx7f28.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lmodel_runner" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libregex-b2e6f2fccb9b4a5f.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-f4cef123a3d0decd.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f59e935c7df4b613.rlib" "/opt/rustwide/target/debug/deps/libucd_util-188bd0be3778202e.rlib" "/opt/rustwide/target/debug/deps/libthread_local-11f3ed01f96546e1.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a0537e71c55edaad.rlib" "/opt/rustwide/target/debug/deps/libmemchr-09d56771050d4194.rlib" "/opt/rustwide/target/debug/deps/libchrono-04f4a359d41af414.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d538f203be7c839d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6e3593c1b726e325.rlib" "/opt/rustwide/target/debug/deps/libtime-898ce5f81db40159.rlib" "/opt/rustwide/target/debug/deps/libclap-c856f2bfb6d3b2ae.rlib" "/opt/rustwide/target/debug/deps/libvec_map-423d6945ab3c8d98.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-b48f934e70e8c35a.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-218d914568033177.rlib" "/opt/rustwide/target/debug/deps/libstrsim-ca52d039b46dd335.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4ba13cb97dd85092.rlib" "/opt/rustwide/target/debug/deps/libatty-07c38685dc4b8fab.rlib" "/opt/rustwide/target/debug/deps/liblibc-4a054305212779d5.rlib" "/opt/rustwide/target/debug/deps/libansi_term-5f50d48905eb9d7a.rlib" "/opt/rustwide/target/debug/deps/libfern-c8cb700e0e536841.rlib" "/opt/rustwide/target/debug/deps/liblog-520cfb540ded8fd0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ea4f283344e50e84.rlib" "/opt/rustwide/target/debug/deps/libcolored-40436bc6d4e3c0d3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-a1e73fe56b37829c.rlib" "/opt/rustwide/target/debug/deps/libencoding-566409fbc35fb506.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-7d45a52858254192.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-8f2b000131f4e997.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-2c48ed99459c91f9.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-d0f278eac986af64.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-114d11db8e56368e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-ccc21dede8e96822.rlib" "/opt/rustwide/target/debug/deps/libryu-325cb91c9f1a0446.rlib" "/opt/rustwide/target/debug/deps/libitoa-26e40ea11a3f8443.rlib" "/opt/rustwide/target/debug/deps/libserde-aeebb664292c4c8f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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" "3b5ed5cf786a27237df471abf0cf6e6659d514ebf6ec7b5f8e5e51df19dc76c2"` [INFO] running `"docker" "rm" "-f" "3b5ed5cf786a27237df471abf0cf6e6659d514ebf6ec7b5f8e5e51df19dc76c2"` [INFO] [stdout] 3b5ed5cf786a27237df471abf0cf6e6659d514ebf6ec7b5f8e5e51df19dc76c2