[INFO] cloning repository https://github.com/bnbeckwith/doenamer [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bnbeckwith/doenamer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnbeckwith%2Fdoenamer"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnbeckwith%2Fdoenamer'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 343690f13ce4a5ca7600bba9c57f32ea9ce4576a [INFO] checking bnbeckwith/doenamer against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnbeckwith%2Fdoenamer" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bnbeckwith/doenamer on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bnbeckwith/doenamer [INFO] finished tweaking git repo https://github.com/bnbeckwith/doenamer [INFO] tweaked toml for git repo https://github.com/bnbeckwith/doenamer written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/bnbeckwith/doenamer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e378a31a9337e965f6bc5fcbd40d74886866659b5766a1a7749d39ee679bcfb9 [INFO] running `"docker" "start" "-a" "e378a31a9337e965f6bc5fcbd40d74886866659b5766a1a7749d39ee679bcfb9"` [INFO] [stderr] Checking regex-syntax v0.3.5 [INFO] [stderr] Checking yaml-rust v0.3.3 [INFO] [stderr] Checking strsim v0.5.1 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking term_size v0.2.1 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking clap v2.13.0 [INFO] [stderr] Checking regex v0.1.77 [INFO] [stderr] Checking doenamer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | pub static ref COMMONS: HashSet<&'static str> = { [INFO] [stderr] 29 | | let mut words = HashSet::new(); [INFO] [stderr] 30 | | for line in MOSTCOMMON.lines() { [INFO] [stderr] ... | [INFO] [stderr] 34 | | }; [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | pub static ref COMMONS: HashSet<&'static str> = { [INFO] [stderr] 29 | | let mut words = HashSet::new(); [INFO] [stderr] 30 | | for line in MOSTCOMMON.lines() { [INFO] [stderr] ... | [INFO] [stderr] 34 | | }; [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref PHONEMES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 43 | | let mut hash = HashMap::new(); [INFO] [stderr] 44 | | for line in DICT.lines(){ [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref PHONEMES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 43 | | let mut hash = HashMap::new(); [INFO] [stderr] 44 | | for line in DICT.lines(){ [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | pub static ref COMMONS: HashSet<&'static str> = { [INFO] [stderr] 29 | | let mut words = HashSet::new(); [INFO] [stderr] 30 | | for line in MOSTCOMMON.lines() { [INFO] [stderr] ... | [INFO] [stderr] 34 | | }; [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | pub static ref COMMONS: HashSet<&'static str> = { [INFO] [stderr] 29 | | let mut words = HashSet::new(); [INFO] [stderr] 30 | | for line in MOSTCOMMON.lines() { [INFO] [stderr] ... | [INFO] [stderr] 34 | | }; [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref PHONEMES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 43 | | let mut hash = HashMap::new(); [INFO] [stderr] 44 | | for line in DICT.lines(){ [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref PHONEMES: HashMap<&'static str, &'static str> = { [INFO] [stderr] 43 | | let mut hash = HashMap::new(); [INFO] [stderr] 44 | | for line in DICT.lines(){ [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.64s [INFO] running `"docker" "inspect" "e378a31a9337e965f6bc5fcbd40d74886866659b5766a1a7749d39ee679bcfb9"` [INFO] running `"docker" "rm" "-f" "e378a31a9337e965f6bc5fcbd40d74886866659b5766a1a7749d39ee679bcfb9"` [INFO] [stdout] e378a31a9337e965f6bc5fcbd40d74886866659b5766a1a7749d39ee679bcfb9