[INFO] updating cached repository i80and/marian-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/i80and/marian-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/i80and/marian-rs" "work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/i80and/marian-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/i80and/marian-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/i80and/marian-rs" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/i80and/marian-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/i80and/marian-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1c9ca328388902d35122b62cedeff984655c9bcd [INFO] sha for GitHub repo i80and/marian-rs: 1c9ca328388902d35122b62cedeff984655c9bcd [INFO] validating manifest of i80and/marian-rs on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of i80and/marian-rs on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing i80and/marian-rs [INFO] finished frobbing i80and/marian-rs [INFO] frobbed toml for i80and/marian-rs written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/i80and/marian-rs/Cargo.toml [INFO] started frobbing i80and/marian-rs [INFO] finished frobbing i80and/marian-rs [INFO] frobbed toml for i80and/marian-rs written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/i80and/marian-rs/Cargo.toml [INFO] crate i80and/marian-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking i80and/marian-rs against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-6/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/i80and/marian-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 502e302fd81e3b44f21ef436658a8c824c148398c8e15f374b0209060b604962 [INFO] running `"docker" "start" "-a" "502e302fd81e3b44f21ef436658a8c824c148398c8e15f374b0209060b604962"` [INFO] [stderr] Checking serde v1.0.50 [INFO] [stderr] Checking simple-logging v2.0.1 [INFO] [stderr] Checking qp-trie v0.7.1 [INFO] [stderr] Checking chrono v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.50 [INFO] [stderr] warning[E0499]: cannot borrow `*self` as mutable more than once at a time [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/qp-trie-0.7.1/src/node.rs:502:41 [INFO] [stderr] | [INFO] [stderr] 479 | &mut self, [INFO] [stderr] | - let's call the lifetime of this reference `'1` [INFO] [stderr] ... [INFO] [stderr] 485 | / match *self { [INFO] [stderr] 486 | | Node::Branch(ref mut branch) if branch.choice <= graft => { [INFO] [stderr] | | -------------- first mutable borrow occurs here [INFO] [stderr] 487 | | let index = branch.index(key.borrow()); [INFO] [stderr] 488 | | [INFO] [stderr] ... | [INFO] [stderr] 502 | | let node = mem::replace(self, Node::Branch(Branch::new(graft))); [INFO] [stderr] | | ^^^^ second mutable borrow occurs here [INFO] [stderr] ... | [INFO] [stderr] 517 | | } [INFO] [stderr] 518 | | } [INFO] [stderr] | |_________- returning this value requires that `self.0` is borrowed for `'1` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0499]: cannot borrow `*self` as mutable more than once at a time [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/qp-trie-0.7.1/src/node.rs:505:45 [INFO] [stderr] | [INFO] [stderr] 479 | &mut self, [INFO] [stderr] | - let's call the lifetime of this reference `'1` [INFO] [stderr] ... [INFO] [stderr] 485 | / match *self { [INFO] [stderr] 486 | | Node::Branch(ref mut branch) if branch.choice <= graft => { [INFO] [stderr] | | -------------- first mutable borrow occurs here [INFO] [stderr] 487 | | let index = branch.index(key.borrow()); [INFO] [stderr] 488 | | [INFO] [stderr] ... | [INFO] [stderr] 505 | | let graft_branch = unsafe { self.unwrap_branch_mut() }; [INFO] [stderr] | | ^^^^ second mutable borrow occurs here [INFO] [stderr] ... | [INFO] [stderr] 517 | | } [INFO] [stderr] 518 | | } [INFO] [stderr] | |_________- returning this value requires that `self.0` is borrowed for `'1` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Checking serde_json v1.0.17 [INFO] [stderr] Checking rusoto_credential v0.11.0 [INFO] [stderr] Checking rusoto_core v0.32.0 [INFO] [stderr] Checking rusoto_s3 v0.32.0 [INFO] [stderr] Checking marian-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manifest.rs:72:70 [INFO] [stderr] | [INFO] [stderr] 72 | fn new_from_err>(search_property: S, src_error: &Error) -> Self { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/manifest.rs:263:58 [INFO] [stderr] | [INFO] [stderr] 263 | pub fn parse_manifest_source(source: &str) -> Result, String> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ManifestLoader` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:230:26 [INFO] [stderr] | [INFO] [stderr] 230 | manifest_loader: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ManifestLoader` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:234:33 [INFO] [stderr] | [INFO] [stderr] 234 | fn new(manifest_loader: Box) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ManifestLoader` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:286:23 [INFO] [stderr] | [INFO] [stderr] 286 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/fts.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref INITIAL_CORRELATIONS: Vec<(&'static str, &'static str, f32)> = vec![ [INFO] [stderr] 17 | | ("regexp", "regex", 0.8), [INFO] [stderr] 18 | | ("regular expression", "regex", 0.8), [INFO] [stderr] ... | [INFO] [stderr] 30 | | ]; [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manifest.rs:72:70 [INFO] [stderr] | [INFO] [stderr] 72 | fn new_from_err>(search_property: S, src_error: &Error) -> Self { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [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/porter2.rs:193:1 [INFO] [stderr] | [INFO] [stderr] 193 | / lazy_static! { [INFO] [stderr] 194 | | static ref STEMMER: Stemmer = Stemmer::new(); [INFO] [stderr] 195 | | } [INFO] [stderr] | |_^ [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manifest.rs:263:58 [INFO] [stderr] | [INFO] [stderr] 263 | pub fn parse_manifest_source(source: &str) -> Result, String> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ManifestLoader` [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] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/query.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | static ref PAT_QUERY_PARTS: Regex = [INFO] [stderr] 7 | | Regex::new(r#""|[^"\s]+"#).expect("Failed to compile query regex"); [INFO] [stderr] 8 | | } [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/queryst.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref PAT_QUERY_STRING: Regex = [INFO] [stderr] 6 | | Regex::new(r#"([a-zA-Z]+)=([^&]*)"#).expect("Failed to compile query string regex"); [INFO] [stderr] 7 | | } [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/stemmer.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref PAT_TOKEN_SEPARATOR: Regex = [INFO] [stderr] 14 | | Regex::new(r#"[^\w$%.]+"#).expect("Failed to compile token separator regex"); [INFO] [stderr] 15 | | static ref PAT_BAD_CHARS: Regex = [INFO] [stderr] ... | [INFO] [stderr] 142 | | .collect(); [INFO] [stderr] 143 | | } [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/stemmer.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref PAT_TOKEN_SEPARATOR: Regex = [INFO] [stderr] 14 | | Regex::new(r#"[^\w$%.]+"#).expect("Failed to compile token separator regex"); [INFO] [stderr] 15 | | static ref PAT_BAD_CHARS: Regex = [INFO] [stderr] ... | [INFO] [stderr] 142 | | .collect(); [INFO] [stderr] 143 | | } [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/stemmer.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref PAT_TOKEN_SEPARATOR: Regex = [INFO] [stderr] 14 | | Regex::new(r#"[^\w$%.]+"#).expect("Failed to compile token separator regex"); [INFO] [stderr] 15 | | static ref PAT_BAD_CHARS: Regex = [INFO] [stderr] ... | [INFO] [stderr] 142 | | .collect(); [INFO] [stderr] 143 | | } [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/stemmer.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref PAT_TOKEN_SEPARATOR: Regex = [INFO] [stderr] 14 | | Regex::new(r#"[^\w$%.]+"#).expect("Failed to compile token separator regex"); [INFO] [stderr] 15 | | static ref PAT_BAD_CHARS: Regex = [INFO] [stderr] ... | [INFO] [stderr] 142 | | .collect(); [INFO] [stderr] 143 | | } [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/stemmer.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref PAT_TOKEN_SEPARATOR: Regex = [INFO] [stderr] 14 | | Regex::new(r#"[^\w$%.]+"#).expect("Failed to compile token separator regex"); [INFO] [stderr] 15 | | static ref PAT_BAD_CHARS: Regex = [INFO] [stderr] ... | [INFO] [stderr] 142 | | .collect(); [INFO] [stderr] 143 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:230:26 [INFO] [stderr] | [INFO] [stderr] 230 | manifest_loader: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ManifestLoader` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:234:33 [INFO] [stderr] | [INFO] [stderr] 234 | fn new(manifest_loader: Box) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ManifestLoader` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:286:23 [INFO] [stderr] | [INFO] [stderr] 286 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/fts.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref INITIAL_CORRELATIONS: Vec<(&'static str, &'static str, f32)> = vec![ [INFO] [stderr] 17 | | ("regexp", "regex", 0.8), [INFO] [stderr] 18 | | ("regular expression", "regex", 0.8), [INFO] [stderr] ... | [INFO] [stderr] 30 | | ]; [INFO] [stderr] 31 | | } [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/porter2.rs:193:1 [INFO] [stderr] | [INFO] [stderr] 193 | / lazy_static! { [INFO] [stderr] 194 | | static ref STEMMER: Stemmer = Stemmer::new(); [INFO] [stderr] 195 | | } [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/query.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | static ref PAT_QUERY_PARTS: Regex = [INFO] [stderr] 7 | | Regex::new(r#""|[^"\s]+"#).expect("Failed to compile query regex"); [INFO] [stderr] 8 | | } [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/queryst.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref PAT_QUERY_STRING: Regex = [INFO] [stderr] 6 | | Regex::new(r#"([a-zA-Z]+)=([^&]*)"#).expect("Failed to compile query string regex"); [INFO] [stderr] 7 | | } [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/stemmer.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref PAT_TOKEN_SEPARATOR: Regex = [INFO] [stderr] 14 | | Regex::new(r#"[^\w$%.]+"#).expect("Failed to compile token separator regex"); [INFO] [stderr] 15 | | static ref PAT_BAD_CHARS: Regex = [INFO] [stderr] ... | [INFO] [stderr] 142 | | .collect(); [INFO] [stderr] 143 | | } [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/stemmer.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref PAT_TOKEN_SEPARATOR: Regex = [INFO] [stderr] 14 | | Regex::new(r#"[^\w$%.]+"#).expect("Failed to compile token separator regex"); [INFO] [stderr] 15 | | static ref PAT_BAD_CHARS: Regex = [INFO] [stderr] ... | [INFO] [stderr] 142 | | .collect(); [INFO] [stderr] 143 | | } [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/stemmer.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref PAT_TOKEN_SEPARATOR: Regex = [INFO] [stderr] 14 | | Regex::new(r#"[^\w$%.]+"#).expect("Failed to compile token separator regex"); [INFO] [stderr] 15 | | static ref PAT_BAD_CHARS: Regex = [INFO] [stderr] ... | [INFO] [stderr] 142 | | .collect(); [INFO] [stderr] 143 | | } [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/stemmer.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref PAT_TOKEN_SEPARATOR: Regex = [INFO] [stderr] 14 | | Regex::new(r#"[^\w$%.]+"#).expect("Failed to compile token separator regex"); [INFO] [stderr] 15 | | static ref PAT_BAD_CHARS: Regex = [INFO] [stderr] ... | [INFO] [stderr] 142 | | .collect(); [INFO] [stderr] 143 | | } [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/stemmer.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref PAT_TOKEN_SEPARATOR: Regex = [INFO] [stderr] 14 | | Regex::new(r#"[^\w$%.]+"#).expect("Failed to compile token separator regex"); [INFO] [stderr] 15 | | static ref PAT_BAD_CHARS: Regex = [INFO] [stderr] ... | [INFO] [stderr] 142 | | .collect(); [INFO] [stderr] 143 | | } [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] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::AsRef<_>` [INFO] [stderr] --> src/manifest.rs:217:63 [INFO] [stderr] | [INFO] [stderr] 217 | .ok_or_else(|| ManifestError::new(key.as_ref(), "Missing file stem"))?; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::AsRef<_>` [INFO] [stderr] --> src/manifest.rs:217:63 [INFO] [stderr] | [INFO] [stderr] 217 | .ok_or_else(|| ManifestError::new(key.as_ref(), "Missing file stem"))?; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] error: Could not compile `marian-rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] error: Could not compile `marian-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "502e302fd81e3b44f21ef436658a8c824c148398c8e15f374b0209060b604962"` [INFO] running `"docker" "rm" "-f" "502e302fd81e3b44f21ef436658a8c824c148398c8e15f374b0209060b604962"` [INFO] [stdout] 502e302fd81e3b44f21ef436658a8c824c148398c8e15f374b0209060b604962