[INFO] crate rst_app 0.3.7 is already in cache [INFO] extracting crate rst_app 0.3.7 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rst_app/0.3.7 [INFO] extracting crate rst_app 0.3.7 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rst_app/0.3.7 [INFO] validating manifest of rst_app-0.3.7 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rst_app-0.3.7 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rst_app-0.3.7 [INFO] finished frobbing rst_app-0.3.7 [INFO] frobbed toml for rst_app-0.3.7 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rst_app/0.3.7/Cargo.toml [INFO] started frobbing rst_app-0.3.7 [INFO] finished frobbing rst_app-0.3.7 [INFO] frobbed toml for rst_app-0.3.7 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/rst_app/0.3.7/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rst_app-0.3.7 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/rst_app/0.3.7:/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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0cfc7e014869e6b143a9d3fc82f64573d2a8b9fea8f0028b46ae34a6fc2f853d [INFO] running `"docker" "start" "-a" "0cfc7e014869e6b143a9d3fc82f64573d2a8b9fea8f0028b46ae34a6fc2f853d"` [INFO] [stderr] Compiling syntex_syntax v0.54.0 [INFO] [stderr] Checking fern v0.3.5 [INFO] [stderr] Compiling syntex v0.54.0 [INFO] [stderr] Compiling serde_codegen v0.8.23 [INFO] [stderr] Compiling rst_app v0.3.7 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/types.rs:417:32 [INFO] [stderr] | [INFO] [stderr] 417 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/locs.rs:29:20 [INFO] [stderr] | [INFO] [stderr] 29 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/locs.rs:29:32 [INFO] [stderr] | [INFO] [stderr] 29 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/locs.rs:29:44 [INFO] [stderr] | [INFO] [stderr] 29 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/serialize.rs:132:25 [INFO] [stderr] | [INFO] [stderr] 132 | 'a' ... 'z' | [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/serialize.rs:133:25 [INFO] [stderr] | [INFO] [stderr] 133 | 'A' ... 'Z' | [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/serialize.rs:134:25 [INFO] [stderr] | [INFO] [stderr] 134 | '0' ... '9' | [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cmd/ls.rs:85:12 [INFO] [stderr] | [INFO] [stderr] 85 | '0'...'9' => had_sign = false, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cmd/fmt.rs:102:22 [INFO] [stderr] | [INFO] [stderr] 102 | 3...4 => Blue, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cmd/fmt.rs:103:22 [INFO] [stderr] | [INFO] [stderr] 103 | 1...2 => Yellow, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused import: `ArtifactData` [INFO] [stderr] --> src/cmd/server.rs:3:26 [INFO] [stderr] | [INFO] [stderr] 3 | use super::super::core::{ArtifactData}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cmd/mod.rs:53:14 [INFO] [stderr] | [INFO] [stderr] 53 | v @ 0...3 => v, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/core/types.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/types.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static!{ [INFO] [stderr] 47 | | pub static ref INCREMENTING_ID: AtomicUsize = AtomicUsize::new(0); [INFO] [stderr] 48 | | } [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/core/types.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static!{ [INFO] [stderr] 47 | | pub static ref INCREMENTING_ID: AtomicUsize = AtomicUsize::new(0); [INFO] [stderr] 48 | | } [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/core/types.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / lazy_static!{ [INFO] [stderr] 60 | | // must start with artifact type, followed by "-", followed by at least 1 valid character [INFO] [stderr] 61 | | // cannot end with "-" [INFO] [stderr] 62 | | pub static ref ART_VALID: Regex = Regex::new( [INFO] [stderr] 63 | | r"(REQ|SPC|RSK|TST)(-[A-Z0-9_-]*[A-Z0-9_])?\z").unwrap(); [INFO] [stderr] 64 | | pub static ref PARENT_PATH: PathBuf = PathBuf::from("PARENT"); [INFO] [stderr] 65 | | } [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/core/types.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / lazy_static!{ [INFO] [stderr] 60 | | // must start with artifact type, followed by "-", followed by at least 1 valid character [INFO] [stderr] 61 | | // cannot end with "-" [INFO] [stderr] 62 | | pub static ref ART_VALID: Regex = Regex::new( [INFO] [stderr] 63 | | r"(REQ|SPC|RSK|TST)(-[A-Z0-9_-]*[A-Z0-9_])?\z").unwrap(); [INFO] [stderr] 64 | | pub static ref PARENT_PATH: PathBuf = PathBuf::from("PARENT"); [INFO] [stderr] 65 | | } [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/core/types.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / lazy_static!{ [INFO] [stderr] 60 | | // must start with artifact type, followed by "-", followed by at least 1 valid character [INFO] [stderr] 61 | | // cannot end with "-" [INFO] [stderr] 62 | | pub static ref ART_VALID: Regex = Regex::new( [INFO] [stderr] 63 | | r"(REQ|SPC|RSK|TST)(-[A-Z0-9_-]*[A-Z0-9_])?\z").unwrap(); [INFO] [stderr] 64 | | pub static ref PARENT_PATH: PathBuf = PathBuf::from("PARENT"); [INFO] [stderr] 65 | | } [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/core/types.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / lazy_static!{ [INFO] [stderr] 60 | | // must start with artifact type, followed by "-", followed by at least 1 valid character [INFO] [stderr] 61 | | // cannot end with "-" [INFO] [stderr] 62 | | pub static ref ART_VALID: Regex = Regex::new( [INFO] [stderr] 63 | | r"(REQ|SPC|RSK|TST)(-[A-Z0-9_-]*[A-Z0-9_])?\z").unwrap(); [INFO] [stderr] 64 | | pub static ref PARENT_PATH: PathBuf = PathBuf::from("PARENT"); [INFO] [stderr] 65 | | } [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/core/load.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / lazy_static!{ [INFO] [stderr] 49 | | pub static ref ARTIFACT_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 50 | | ["disabled", "text", "partof"].iter().map(|s| s.to_string())); [INFO] [stderr] 51 | | pub static ref SETTINGS_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 52 | | ["disabled", "artifact_paths", [INFO] [stderr] 53 | | "code_paths", "exclude_code_paths"].iter().map(|s| s.to_string())); [INFO] [stderr] 54 | | } [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/core/load.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / lazy_static!{ [INFO] [stderr] 49 | | pub static ref ARTIFACT_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 50 | | ["disabled", "text", "partof"].iter().map(|s| s.to_string())); [INFO] [stderr] 51 | | pub static ref SETTINGS_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 52 | | ["disabled", "artifact_paths", [INFO] [stderr] 53 | | "code_paths", "exclude_code_paths"].iter().map(|s| s.to_string())); [INFO] [stderr] 54 | | } [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/core/load.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / lazy_static!{ [INFO] [stderr] 49 | | pub static ref ARTIFACT_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 50 | | ["disabled", "text", "partof"].iter().map(|s| s.to_string())); [INFO] [stderr] 51 | | pub static ref SETTINGS_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 52 | | ["disabled", "artifact_paths", [INFO] [stderr] 53 | | "code_paths", "exclude_code_paths"].iter().map(|s| s.to_string())); [INFO] [stderr] 54 | | } [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/core/load.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / lazy_static!{ [INFO] [stderr] 49 | | pub static ref ARTIFACT_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 50 | | ["disabled", "text", "partof"].iter().map(|s| s.to_string())); [INFO] [stderr] 51 | | pub static ref SETTINGS_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 52 | | ["disabled", "artifact_paths", [INFO] [stderr] 53 | | "code_paths", "exclude_code_paths"].iter().map(|s| s.to_string())); [INFO] [stderr] 54 | | } [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/core/vars.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / lazy_static!{ [INFO] [stderr] 27 | | pub static ref DEFAULT_GLOBALS: HashSet = HashSet::from_iter( [INFO] [stderr] 28 | | ["repo", "cwd"].iter().map(|s| s.to_string())); [INFO] [stderr] 29 | | } [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/core/vars.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / lazy_static!{ [INFO] [stderr] 27 | | pub static ref DEFAULT_GLOBALS: HashSet = HashSet::from_iter( [INFO] [stderr] 28 | | ["repo", "cwd"].iter().map(|s| s.to_string())); [INFO] [stderr] 29 | | } [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/core/locs.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref SPC: VecDeque = VecDeque::from_iter(vec!['#', 'S', 'P', 'C', '-']); [INFO] [stderr] 6 | | pub static ref TST: VecDeque = VecDeque::from_iter(vec!['#', 'T', 'S', 'T', '-']); [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/core/locs.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref SPC: VecDeque = VecDeque::from_iter(vec!['#', 'S', 'P', 'C', '-']); [INFO] [stderr] 6 | | pub static ref TST: VecDeque = VecDeque::from_iter(vec!['#', 'T', 'S', 'T', '-']); [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/core/locs.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref SPC: VecDeque = VecDeque::from_iter(vec!['#', 'S', 'P', 'C', '-']); [INFO] [stderr] 6 | | pub static ref TST: VecDeque = VecDeque::from_iter(vec!['#', 'T', 'S', 'T', '-']); [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/core/locs.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref SPC: VecDeque = VecDeque::from_iter(vec!['#', 'S', 'P', 'C', '-']); [INFO] [stderr] 6 | | pub static ref TST: VecDeque = VecDeque::from_iter(vec!['#', 'T', 'S', 'T', '-']); [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/ui/search.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref VALID_SEARCH_FIELDS: HashSet = HashSet::from_iter( [INFO] [stderr] 6 | | ['N', 'D', 'P', 'O', 'L', 'R', 'T', 'A'].iter().cloned()); [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/ui/search.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref VALID_SEARCH_FIELDS: HashSet = HashSet::from_iter( [INFO] [stderr] 6 | | ['N', 'D', 'P', 'O', 'L', 'R', 'T', 'A'].iter().cloned()); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/types.rs:417:32 [INFO] [stderr] | [INFO] [stderr] 417 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::super::types::*` [INFO] [stderr] --> src/core/link.rs:96:9 [INFO] [stderr] | [INFO] [stderr] 96 | use super::super::types::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/locs.rs:29:20 [INFO] [stderr] | [INFO] [stderr] 29 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/locs.rs:29:32 [INFO] [stderr] | [INFO] [stderr] 29 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/locs.rs:29:44 [INFO] [stderr] | [INFO] [stderr] 29 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/serialize.rs:132:25 [INFO] [stderr] | [INFO] [stderr] 132 | 'a' ... 'z' | [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/serialize.rs:133:25 [INFO] [stderr] | [INFO] [stderr] 133 | 'A' ... 'Z' | [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/core/serialize.rs:134:25 [INFO] [stderr] | [INFO] [stderr] 134 | '0' ... '9' | [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cmd/ls.rs:85:12 [INFO] [stderr] | [INFO] [stderr] 85 | '0'...'9' => had_sign = false, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cmd/fmt.rs:102:22 [INFO] [stderr] | [INFO] [stderr] 102 | 3...4 => Blue, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cmd/fmt.rs:103:22 [INFO] [stderr] | [INFO] [stderr] 103 | 1...2 => Yellow, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused import: `ArtifactData` [INFO] [stderr] --> src/cmd/server.rs:3:26 [INFO] [stderr] | [INFO] [stderr] 3 | use super::super::core::{ArtifactData}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cmd/tests/test_cmd.rs:87:15 [INFO] [stderr] | [INFO] [stderr] 87 | 32...126 => print!("{}", *b as char), // visible ASCII [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cmd/mod.rs:53:14 [INFO] [stderr] | [INFO] [stderr] 53 | v @ 0...3 => v, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/core/types.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/types.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static!{ [INFO] [stderr] 47 | | pub static ref INCREMENTING_ID: AtomicUsize = AtomicUsize::new(0); [INFO] [stderr] 48 | | } [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/core/types.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static!{ [INFO] [stderr] 47 | | pub static ref INCREMENTING_ID: AtomicUsize = AtomicUsize::new(0); [INFO] [stderr] 48 | | } [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/core/types.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / lazy_static!{ [INFO] [stderr] 60 | | // must start with artifact type, followed by "-", followed by at least 1 valid character [INFO] [stderr] 61 | | // cannot end with "-" [INFO] [stderr] 62 | | pub static ref ART_VALID: Regex = Regex::new( [INFO] [stderr] 63 | | r"(REQ|SPC|RSK|TST)(-[A-Z0-9_-]*[A-Z0-9_])?\z").unwrap(); [INFO] [stderr] 64 | | pub static ref PARENT_PATH: PathBuf = PathBuf::from("PARENT"); [INFO] [stderr] 65 | | } [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/core/types.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / lazy_static!{ [INFO] [stderr] 60 | | // must start with artifact type, followed by "-", followed by at least 1 valid character [INFO] [stderr] 61 | | // cannot end with "-" [INFO] [stderr] 62 | | pub static ref ART_VALID: Regex = Regex::new( [INFO] [stderr] 63 | | r"(REQ|SPC|RSK|TST)(-[A-Z0-9_-]*[A-Z0-9_])?\z").unwrap(); [INFO] [stderr] 64 | | pub static ref PARENT_PATH: PathBuf = PathBuf::from("PARENT"); [INFO] [stderr] 65 | | } [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/core/types.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / lazy_static!{ [INFO] [stderr] 60 | | // must start with artifact type, followed by "-", followed by at least 1 valid character [INFO] [stderr] 61 | | // cannot end with "-" [INFO] [stderr] 62 | | pub static ref ART_VALID: Regex = Regex::new( [INFO] [stderr] 63 | | r"(REQ|SPC|RSK|TST)(-[A-Z0-9_-]*[A-Z0-9_])?\z").unwrap(); [INFO] [stderr] 64 | | pub static ref PARENT_PATH: PathBuf = PathBuf::from("PARENT"); [INFO] [stderr] 65 | | } [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/core/types.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / lazy_static!{ [INFO] [stderr] 60 | | // must start with artifact type, followed by "-", followed by at least 1 valid character [INFO] [stderr] 61 | | // cannot end with "-" [INFO] [stderr] 62 | | pub static ref ART_VALID: Regex = Regex::new( [INFO] [stderr] 63 | | r"(REQ|SPC|RSK|TST)(-[A-Z0-9_-]*[A-Z0-9_])?\z").unwrap(); [INFO] [stderr] 64 | | pub static ref PARENT_PATH: PathBuf = PathBuf::from("PARENT"); [INFO] [stderr] 65 | | } [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/core/load.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / lazy_static!{ [INFO] [stderr] 49 | | pub static ref ARTIFACT_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 50 | | ["disabled", "text", "partof"].iter().map(|s| s.to_string())); [INFO] [stderr] 51 | | pub static ref SETTINGS_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 52 | | ["disabled", "artifact_paths", [INFO] [stderr] 53 | | "code_paths", "exclude_code_paths"].iter().map(|s| s.to_string())); [INFO] [stderr] 54 | | } [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/core/load.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / lazy_static!{ [INFO] [stderr] 49 | | pub static ref ARTIFACT_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 50 | | ["disabled", "text", "partof"].iter().map(|s| s.to_string())); [INFO] [stderr] 51 | | pub static ref SETTINGS_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 52 | | ["disabled", "artifact_paths", [INFO] [stderr] 53 | | "code_paths", "exclude_code_paths"].iter().map(|s| s.to_string())); [INFO] [stderr] 54 | | } [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/core/load.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / lazy_static!{ [INFO] [stderr] 49 | | pub static ref ARTIFACT_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 50 | | ["disabled", "text", "partof"].iter().map(|s| s.to_string())); [INFO] [stderr] 51 | | pub static ref SETTINGS_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 52 | | ["disabled", "artifact_paths", [INFO] [stderr] 53 | | "code_paths", "exclude_code_paths"].iter().map(|s| s.to_string())); [INFO] [stderr] 54 | | } [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/core/load.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | / lazy_static!{ [INFO] [stderr] 49 | | pub static ref ARTIFACT_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 50 | | ["disabled", "text", "partof"].iter().map(|s| s.to_string())); [INFO] [stderr] 51 | | pub static ref SETTINGS_ATTRS: HashSet = HashSet::from_iter( [INFO] [stderr] 52 | | ["disabled", "artifact_paths", [INFO] [stderr] 53 | | "code_paths", "exclude_code_paths"].iter().map(|s| s.to_string())); [INFO] [stderr] 54 | | } [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/core/vars.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / lazy_static!{ [INFO] [stderr] 27 | | pub static ref DEFAULT_GLOBALS: HashSet = HashSet::from_iter( [INFO] [stderr] 28 | | ["repo", "cwd"].iter().map(|s| s.to_string())); [INFO] [stderr] 29 | | } [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/core/vars.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / lazy_static!{ [INFO] [stderr] 27 | | pub static ref DEFAULT_GLOBALS: HashSet = HashSet::from_iter( [INFO] [stderr] 28 | | ["repo", "cwd"].iter().map(|s| s.to_string())); [INFO] [stderr] 29 | | } [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/core/locs.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref SPC: VecDeque = VecDeque::from_iter(vec!['#', 'S', 'P', 'C', '-']); [INFO] [stderr] 6 | | pub static ref TST: VecDeque = VecDeque::from_iter(vec!['#', 'T', 'S', 'T', '-']); [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/core/locs.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref SPC: VecDeque = VecDeque::from_iter(vec!['#', 'S', 'P', 'C', '-']); [INFO] [stderr] 6 | | pub static ref TST: VecDeque = VecDeque::from_iter(vec!['#', 'T', 'S', 'T', '-']); [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/core/locs.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref SPC: VecDeque = VecDeque::from_iter(vec!['#', 'S', 'P', 'C', '-']); [INFO] [stderr] 6 | | pub static ref TST: VecDeque = VecDeque::from_iter(vec!['#', 'T', 'S', 'T', '-']); [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/core/locs.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref SPC: VecDeque = VecDeque::from_iter(vec!['#', 'S', 'P', 'C', '-']); [INFO] [stderr] 6 | | pub static ref TST: VecDeque = VecDeque::from_iter(vec!['#', 'T', 'S', 'T', '-']); [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::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/core/tests/mod.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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/core/tests/mod.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static!{ [INFO] [stderr] 28 | | pub static ref CWD: PathBuf = env::current_dir().unwrap(); [INFO] [stderr] 29 | | pub static ref TEST_DIR: PathBuf = CWD.join(PathBuf::from( [INFO] [stderr] 30 | | file!()).parent().unwrap().to_path_buf()); [INFO] [stderr] ... | [INFO] [stderr] 35 | | pub static ref TLOC_DIR: PathBuf = TDATA_DIR.join(PathBuf::from("loc")); [INFO] [stderr] 36 | | } [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::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/core/tests/test_load.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/core/tests/test_link.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/core/tests/test_core.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ui/search.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref VALID_SEARCH_FIELDS: HashSet = HashSet::from_iter( [INFO] [stderr] 6 | | ['N', 'D', 'P', 'O', 'L', 'R', 'T', 'A'].iter().cloned()); [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/ui/search.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static!{ [INFO] [stderr] 5 | | pub static ref VALID_SEARCH_FIELDS: HashSet = HashSet::from_iter( [INFO] [stderr] 6 | | ['N', 'D', 'P', 'O', 'L', 'R', 'T', 'A'].iter().cloned()); [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] error[E0283]: type annotations required: cannot resolve `std::path::Component<'_>: std::convert::AsRef<_>` [INFO] [stderr] --> src/core/utils.rs:143:38 [INFO] [stderr] | [INFO] [stderr] 143 | remaining.push(a.as_ref()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::path::Component<'_>: std::convert::AsRef<_>` [INFO] [stderr] --> src/core/utils.rs:143:38 [INFO] [stderr] | [INFO] [stderr] 143 | remaining.push(a.as_ref()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/core/types.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | use std::ascii::AsciiExt; [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 `rst_app`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/core/types.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | use std::ascii::AsciiExt; [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 `rst_app`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0cfc7e014869e6b143a9d3fc82f64573d2a8b9fea8f0028b46ae34a6fc2f853d"` [INFO] running `"docker" "rm" "-f" "0cfc7e014869e6b143a9d3fc82f64573d2a8b9fea8f0028b46ae34a6fc2f853d"` [INFO] [stdout] 0cfc7e014869e6b143a9d3fc82f64573d2a8b9fea8f0028b46ae34a6fc2f853d