[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 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdetedetedetedete%2FDictWalker" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/detedetedetedete/DictWalker on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-7/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.44.0" "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] d5dd405b2feb6e117845fbea8598b69270696b27e2a6dc8a7037422755b7f432 [INFO] running `"docker" "start" "-a" "d5dd405b2feb6e117845fbea8598b69270696b27e2a6dc8a7037422755b7f432"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.21 [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 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 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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.dict_walker.cdqnj3bp-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae" "/opt/rustwide/target/debug/deps/dict_walker-160d0784b13d23ae.3xz0hmr5m4mgc0x5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lmodel_runner" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libregex-ee72280d6c8117d6.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-9c6ecb18a3084a76.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a33dd36b617b0b19.rlib" "/opt/rustwide/target/debug/deps/libucd_util-d1d57f69de37004a.rlib" "/opt/rustwide/target/debug/deps/libthread_local-e8b2b417aa63bc47.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-cd796922c95cc98f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8aeb75f8c53cb649.rlib" "/opt/rustwide/target/debug/deps/libchrono-84cebf87c6fa84ea.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3cfcf0f381e78923.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6c1590b8d2ab6c08.rlib" "/opt/rustwide/target/debug/deps/libtime-92612deb95e13d3c.rlib" "/opt/rustwide/target/debug/deps/libclap-a9cb153e2afb719b.rlib" "/opt/rustwide/target/debug/deps/libvec_map-0a3b3bea3eacf388.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-7fc25e8a7823995c.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-c2f347f060a1ea6c.rlib" "/opt/rustwide/target/debug/deps/libstrsim-a7c158651e83f178.rlib" "/opt/rustwide/target/debug/deps/libbitflags-3b8dce027c498e76.rlib" "/opt/rustwide/target/debug/deps/libatty-c218d221c3e3d668.rlib" "/opt/rustwide/target/debug/deps/liblibc-3889bc2b1e3d26c9.rlib" "/opt/rustwide/target/debug/deps/libansi_term-bf3fbdd21e4a8c77.rlib" "/opt/rustwide/target/debug/deps/libfern-8c319106d59689ea.rlib" "/opt/rustwide/target/debug/deps/liblog-90da19648913e82f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d9bc28547053b377.rlib" "/opt/rustwide/target/debug/deps/libcolored-f88851d3cb3c6e98.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-fc6ae06af858b32a.rlib" "/opt/rustwide/target/debug/deps/libencoding-9ddaa7bda194a1bb.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-3cf01616d7524ea7.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-5ff98fb124498ac1.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-4c98d7ec391b493b.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-e2140ecfc3a54dbf.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-85ea66b2d3064a85.rlib" "/opt/rustwide/target/debug/deps/libserde_json-c29897ef438b9393.rlib" "/opt/rustwide/target/debug/deps/libryu-30aad26a2eeff350.rlib" "/opt/rustwide/target/debug/deps/libitoa-268fce15131683f2.rlib" "/opt/rustwide/target/debug/deps/libserde-b0b6939a40694065.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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" "d5dd405b2feb6e117845fbea8598b69270696b27e2a6dc8a7037422755b7f432"` [INFO] running `"docker" "rm" "-f" "d5dd405b2feb6e117845fbea8598b69270696b27e2a6dc8a7037422755b7f432"` [INFO] [stdout] d5dd405b2feb6e117845fbea8598b69270696b27e2a6dc8a7037422755b7f432