[INFO] cloning repository https://github.com/johtani/lindera-wiki-tokenize [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johtani/lindera-wiki-tokenize" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohtani%2Flindera-wiki-tokenize", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohtani%2Flindera-wiki-tokenize'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 678c1d403a37a2acc386129d34e96c518cad1f2d [INFO] checking johtani/lindera-wiki-tokenize against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohtani%2Flindera-wiki-tokenize" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/johtani/lindera-wiki-tokenize on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/johtani/lindera-wiki-tokenize [INFO] finished tweaking git repo https://github.com/johtani/lindera-wiki-tokenize [INFO] tweaked toml for git repo https://github.com/johtani/lindera-wiki-tokenize written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/johtani/lindera-wiki-tokenize already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c1c4a5ae8f973d6be939be8c8ba44c8e044c50561a0ef8ce4a1862b9b5384c76 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c1c4a5ae8f973d6be939be8c8ba44c8e044c50561a0ef8ce4a1862b9b5384c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1c4a5ae8f973d6be939be8c8ba44c8e044c50561a0ef8ce4a1862b9b5384c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1c4a5ae8f973d6be939be8c8ba44c8e044c50561a0ef8ce4a1862b9b5384c76", kill_on_drop: false }` [INFO] [stdout] c1c4a5ae8f973d6be939be8c8ba44c8e044c50561a0ef8ce4a1862b9b5384c76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df188cc706a63ebd51ddb5938766a3ebd66e03972cdd7e93531799371962fe6d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "df188cc706a63ebd51ddb5938766a3ebd66e03972cdd7e93531799371962fe6d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling levenshtein_automata v0.1.1 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.12 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Compiling flate2 v1.0.18 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling tar v0.4.30 [INFO] [stderr] Compiling lindera-fst v0.1.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.26 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling pin-project v0.4.26 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Checking serde_json v1.0.58 [INFO] [stderr] Compiling lindera-core v0.5.1 [INFO] [stderr] Compiling lindera-ipadic-builder v0.5.1 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Checking lindera-dictionary v0.5.1 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling lindera-ipadic v0.5.1 [INFO] [stderr] error: failed to run custom build command for `lindera-ipadic v0.5.1` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/lindera-ipadic-d43771b6afcba53a/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build.rs [INFO] [stderr] cargo:rerun-if-changed=Cargo.toml [INFO] [stderr] cargo:rerun-if-changed=lindera-ipadic [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: "https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7MWVlSDBCSXZMTXM", source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Other, error: "failed to lookup address information: Temporary failure in name resolution" })) }', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lindera-ipadic-0.5.1/build.rs:27:53 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55c71a0910d0 - std::backtrace_rs::backtrace::libunwind::trace::h7cf3ca97bd83fbab [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/../../backtrace/src/backtrace/libunwind.rs:96 [INFO] [stderr] 1: 0x55c71a0910d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a69c674b2d9ea5c [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/../../backtrace/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55c71a0910d0 - std::sys_common::backtrace::_print_fmt::hdf72478dfcb50678 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:79 [INFO] [stderr] 3: 0x55c71a0910d0 - ::fmt::h1e0bdbb35e83deca [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:58 [INFO] [stderr] 4: 0x55c71a0b1cbc - core::fmt::write::he67f9b17bcb7ee73 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/core/src/fmt/mod.rs:1080 [INFO] [stderr] 5: 0x55c71a08a882 - std::io::Write::write_fmt::hac97d5cb5753e2ec [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/io/mod.rs:1516 [INFO] [stderr] 6: 0x55c71a09346d - std::sys_common::backtrace::_print::haa20918e28a126c5 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:61 [INFO] [stderr] 7: 0x55c71a09346d - std::sys_common::backtrace::print::h49e772a4873d9076 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:48 [INFO] [stderr] 8: 0x55c71a09346d - std::panicking::default_hook::{{closure}}::hb218b305d15e3f11 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:208 [INFO] [stderr] 9: 0x55c71a093118 - std::panicking::default_hook::h63997b7b949e1ce0 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:227 [INFO] [stderr] 10: 0x55c71a093b51 - std::panicking::rust_panic_with_hook::hb54f09ccadf64bd3 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:577 [INFO] [stderr] 11: 0x55c71a0936f9 - std::panicking::begin_panic_handler::{{closure}}::h8b43445b254eeb30 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:484 [INFO] [stderr] 12: 0x55c71a09155c - std::sys_common::backtrace::__rust_end_short_backtrace::hacd691450edfeae0 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:153 [INFO] [stderr] 13: 0x55c71a0936b9 - rust_begin_unwind [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:483 [INFO] [stderr] 14: 0x55c71a0b0591 - core::panicking::panic_fmt::h5b17d4a0e853d0f5 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/core/src/panicking.rs:85 [INFO] [stderr] 15: 0x55c71a0b03b3 - core::option::expect_none_failed::hd08bf36cae411fff [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/core/src/option.rs:1234 [INFO] [stderr] 16: 0x55c719abc757 - core::result::Result::unwrap::h1cfb7a638469c268 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/core/src/result.rs:973 [INFO] [stderr] 17: 0x55c719ac565c - build_script_build::main::{{closure}}::h4110394912bc09a6 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lindera-ipadic-0.5.1/build.rs:27 [INFO] [stderr] 18: 0x55c719abfd53 - as core::future::future::Future>::poll::hbee765fed6210d5a [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/core/src/future/mod.rs:80 [INFO] [stderr] 19: 0x55c719ac2066 - tokio::runtime::enter::Enter::block_on::{{closure}}::ha5c96380fe0ae309 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/enter.rs:160 [INFO] [stderr] 20: 0x55c719acac88 - tokio::coop::with_budget::{{closure}}::hd693e0c77dd80997 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127 [INFO] [stderr] 21: 0x55c719ac2fb2 - std::thread::local::LocalKey::try_with::hc3aaeac3183b757e [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/thread/local.rs:272 [INFO] [stderr] 22: 0x55c719ac2882 - std::thread::local::LocalKey::with::h8fee9fd49f13571c [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/thread/local.rs:248 [INFO] [stderr] 23: 0x55c719ac1e57 - tokio::coop::with_budget::hffb6dc3523e78e50 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120 [INFO] [stderr] 24: 0x55c719ac1e57 - tokio::coop::budget::h4525f077dd63ddf5 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96 [INFO] [stderr] 25: 0x55c719ac1e57 - tokio::runtime::enter::Enter::block_on::h0fcc4baad4875800 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/enter.rs:160 [INFO] [stderr] 26: 0x55c719ab93e4 - tokio::runtime::thread_pool::ThreadPool::block_on::hf4f9e127fd4d9f83 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/thread_pool/mod.rs:82 [INFO] [stderr] 27: 0x55c719ac91af - tokio::runtime::Runtime::block_on::{{closure}}::hbc1936208fb5fec4 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:446 [INFO] [stderr] 28: 0x55c719ac937e - tokio::runtime::context::enter::h2654333c5fb900aa [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/context.rs:72 [INFO] [stderr] 29: 0x55c719acb78b - tokio::runtime::handle::Handle::enter::h955b903cf1f69bcc [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/handle.rs:76 [INFO] [stderr] 30: 0x55c719ac90dd - tokio::runtime::Runtime::block_on::h46a95bfa1e009f7b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:441 [INFO] [stderr] 31: 0x55c719ac50fc - build_script_build::main::hd8be5bccad9fb816 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lindera-ipadic-0.5.1/build.rs:14 [INFO] [stderr] 32: 0x55c719ac049b - core::ops::function::FnOnce::call_once::h57997a4e5aa6ab25 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/core/src/ops/function.rs:227 [INFO] [stderr] 33: 0x55c719ac839e - std::sys_common::backtrace::__rust_begin_short_backtrace::h7282e425e5ae64a9 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/sys_common/backtrace.rs:137 [INFO] [stderr] 34: 0x55c719ac2621 - std::rt::lang_start::{{closure}}::hae1a29ade0c7585c [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/rt.rs:66 [INFO] [stderr] 35: 0x55c71a094067 - core::ops::function::impls:: for &F>::call_once::h908982dfc31b926f [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/core/src/ops/function.rs:259 [INFO] [stderr] 36: 0x55c71a094067 - std::panicking::try::do_call::h92777899503b7584 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:381 [INFO] [stderr] 37: 0x55c71a094067 - std::panicking::try::h8815656b2b76e792 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panicking.rs:345 [INFO] [stderr] 38: 0x55c71a094067 - std::panic::catch_unwind::h112ab81228f50b46 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/panic.rs:382 [INFO] [stderr] 39: 0x55c71a094067 - std::rt::lang_start_internal::h1772a706c7575c24 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/rt.rs:51 [INFO] [stderr] 40: 0x55c719ac25f7 - std::rt::lang_start::hda7c61dbb83b7e68 [INFO] [stderr] at /rustc/1219014599fd873fcb640b675d8a662150c74e40/library/std/src/rt.rs:65 [INFO] [stderr] 41: 0x55c719ac68aa - main [INFO] [stderr] 42: 0x7fafed8db0b3 - __libc_start_main [INFO] [stderr] 43: 0x55c719ab40ce - _start [INFO] [stderr] 44: 0x0 - [INFO] running `Command { std: "docker" "inspect" "df188cc706a63ebd51ddb5938766a3ebd66e03972cdd7e93531799371962fe6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df188cc706a63ebd51ddb5938766a3ebd66e03972cdd7e93531799371962fe6d", kill_on_drop: false }` [INFO] [stdout] df188cc706a63ebd51ddb5938766a3ebd66e03972cdd7e93531799371962fe6d