[INFO] crate serde-hjson 0.9.0 is already in cache [INFO] extracting crate serde-hjson 0.9.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/serde-hjson/0.9.0 [INFO] extracting crate serde-hjson 0.9.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/serde-hjson/0.9.0 [INFO] validating manifest of serde-hjson-0.9.0 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 serde-hjson-0.9.0 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 serde-hjson-0.9.0 [INFO] finished frobbing serde-hjson-0.9.0 [INFO] frobbed toml for serde-hjson-0.9.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/serde-hjson/0.9.0/Cargo.toml [INFO] started frobbing serde-hjson-0.9.0 [INFO] finished frobbing serde-hjson-0.9.0 [INFO] frobbed toml for serde-hjson-0.9.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/serde-hjson/0.9.0/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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking serde-hjson-0.9.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/serde-hjson/0.9.0:/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7956f87a78dce96f964ba0d224da5161791050ff3f42c5472a47350559824b21 [INFO] running `"docker" "start" "-a" "7956f87a78dce96f964ba0d224da5161791050ff3f42c5472a47350559824b21"` [INFO] [stderr] Checking serde-hjson v0.9.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/de.rs:246:26 [INFO] [stderr] | [INFO] [stderr] 246 | c @ b'0' ... b'9' => n * 16_u16 + ((c as u16) - (b'0' as u16)), [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/de.rs:360:40 [INFO] [stderr] | [INFO] [stderr] 360 | 0xDC00 ... 0xDFFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/de.rs:366:45 [INFO] [stderr] | [INFO] [stderr] 366 | n1 @ 0xD800 ... 0xDBFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: the item `std` is imported redundantly [INFO] [stderr] --> src/de.rs:644:13 [INFO] [stderr] | [INFO] [stderr] 644 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:147:32 [INFO] [stderr] | [INFO] [stderr] 147 | 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/util.rs:231:22 [INFO] [stderr] | [INFO] [stderr] 231 | b'0' ... b'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:240:22 [INFO] [stderr] | [INFO] [stderr] 240 | b'0' ... b'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:268:22 [INFO] [stderr] | [INFO] [stderr] 268 | c @ b'0' ... b'9' => { self.result.push(c); } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:274:22 [INFO] [stderr] | [INFO] [stderr] 274 | b'0' ... b'9' => { self.result.push(self.rdr.eat_char()); } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:297:22 [INFO] [stderr] | [INFO] [stderr] 297 | c @ b'0' ... b'9' => { self.result.push(c); } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:303:22 [INFO] [stderr] | [INFO] [stderr] 303 | b'0' ... b'9' => { self.result.push(self.rdr.eat_char()); } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ser.rs:878:5 [INFO] [stderr] | [INFO] [stderr] 878 | / lazy_static! { [INFO] [stderr] 879 | | // NEEDS_ESCAPE tests if the string can be written without escapes [INFO] [stderr] 880 | | static ref NEEDS_ESCAPE: Regex = Regex::new("[\\\\\"\x00-\x1f\x7f-\u{9f}\u{00ad}\u{0600}-\u{0604}\u{070f}\u{17b4}\u{17b5}\u{200c}-\u{200f}\u{2028}-\u{202f}\u{2060}-\u{206f}\u{feff}\u{fff0}-\u{ffff}]").unwrap(); [INFO] [stderr] 881 | | // NEEDS_QUOTES tests if the string can be written as a quoteless string (includes needsEscape but without \\ and \") [INFO] [stderr] ... | [INFO] [stderr] 886 | | static ref STARTS_WITH_KEYWORD: Regex = Regex::new(r#"^(true|false|null)\s*((,|\]|\}|#|//|/\*).*)?$"#).unwrap(); [INFO] [stderr] 887 | | } [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/ser.rs:878:5 [INFO] [stderr] | [INFO] [stderr] 878 | / lazy_static! { [INFO] [stderr] 879 | | // NEEDS_ESCAPE tests if the string can be written without escapes [INFO] [stderr] 880 | | static ref NEEDS_ESCAPE: Regex = Regex::new("[\\\\\"\x00-\x1f\x7f-\u{9f}\u{00ad}\u{0600}-\u{0604}\u{070f}\u{17b4}\u{17b5}\u{200c}-\u{200f}\u{2028}-\u{202f}\u{2060}-\u{206f}\u{feff}\u{fff0}-\u{ffff}]").unwrap(); [INFO] [stderr] 881 | | // NEEDS_QUOTES tests if the string can be written as a quoteless string (includes needsEscape but without \\ and \") [INFO] [stderr] ... | [INFO] [stderr] 886 | | static ref STARTS_WITH_KEYWORD: Regex = Regex::new(r#"^(true|false|null)\s*((,|\]|\}|#|//|/\*).*)?$"#).unwrap(); [INFO] [stderr] 887 | | } [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/ser.rs:878:5 [INFO] [stderr] | [INFO] [stderr] 878 | / lazy_static! { [INFO] [stderr] 879 | | // NEEDS_ESCAPE tests if the string can be written without escapes [INFO] [stderr] 880 | | static ref NEEDS_ESCAPE: Regex = Regex::new("[\\\\\"\x00-\x1f\x7f-\u{9f}\u{00ad}\u{0600}-\u{0604}\u{070f}\u{17b4}\u{17b5}\u{200c}-\u{200f}\u{2028}-\u{202f}\u{2060}-\u{206f}\u{feff}\u{fff0}-\u{ffff}]").unwrap(); [INFO] [stderr] 881 | | // NEEDS_QUOTES tests if the string can be written as a quoteless string (includes needsEscape but without \\ and \") [INFO] [stderr] ... | [INFO] [stderr] 886 | | static ref STARTS_WITH_KEYWORD: Regex = Regex::new(r#"^(true|false|null)\s*((,|\]|\}|#|//|/\*).*)?$"#).unwrap(); [INFO] [stderr] 887 | | } [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/ser.rs:878:5 [INFO] [stderr] | [INFO] [stderr] 878 | / lazy_static! { [INFO] [stderr] 879 | | // NEEDS_ESCAPE tests if the string can be written without escapes [INFO] [stderr] 880 | | static ref NEEDS_ESCAPE: Regex = Regex::new("[\\\\\"\x00-\x1f\x7f-\u{9f}\u{00ad}\u{0600}-\u{0604}\u{070f}\u{17b4}\u{17b5}\u{200c}-\u{200f}\u{2028}-\u{202f}\u{2060}-\u{206f}\u{feff}\u{fff0}-\u{ffff}]").unwrap(); [INFO] [stderr] 881 | | // NEEDS_QUOTES tests if the string can be written as a quoteless string (includes needsEscape but without \\ and \") [INFO] [stderr] ... | [INFO] [stderr] 886 | | static ref STARTS_WITH_KEYWORD: Regex = Regex::new(r#"^(true|false|null)\s*((,|\]|\}|#|//|/\*).*)?$"#).unwrap(); [INFO] [stderr] 887 | | } [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/ser.rs:957:5 [INFO] [stderr] | [INFO] [stderr] 957 | / lazy_static! { [INFO] [stderr] 958 | | static ref NEEDS_ESCAPE_NAME: Regex = Regex::new(r#"[,\{\[\}\]\s:#"]|//|/\*|'''|^$"#).unwrap(); [INFO] [stderr] 959 | | } [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: `...` range patterns are deprecated [INFO] [stderr] --> src/de.rs:246:26 [INFO] [stderr] | [INFO] [stderr] 246 | c @ b'0' ... b'9' => n * 16_u16 + ((c as u16) - (b'0' as u16)), [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/de.rs:360:40 [INFO] [stderr] | [INFO] [stderr] 360 | 0xDC00 ... 0xDFFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/de.rs:366:45 [INFO] [stderr] | [INFO] [stderr] 366 | n1 @ 0xD800 ... 0xDBFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: the item `std` is imported redundantly [INFO] [stderr] --> src/de.rs:644:13 [INFO] [stderr] | [INFO] [stderr] 644 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:147:32 [INFO] [stderr] | [INFO] [stderr] 147 | 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/util.rs:231:22 [INFO] [stderr] | [INFO] [stderr] 231 | b'0' ... b'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:240:22 [INFO] [stderr] | [INFO] [stderr] 240 | b'0' ... b'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:268:22 [INFO] [stderr] | [INFO] [stderr] 268 | c @ b'0' ... b'9' => { self.result.push(c); } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:274:22 [INFO] [stderr] | [INFO] [stderr] 274 | b'0' ... b'9' => { self.result.push(self.rdr.eat_char()); } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:297:22 [INFO] [stderr] | [INFO] [stderr] 297 | c @ b'0' ... b'9' => { self.result.push(c); } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/util.rs:303:22 [INFO] [stderr] | [INFO] [stderr] 303 | b'0' ... b'9' => { self.result.push(self.rdr.eat_char()); } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ser.rs:878:5 [INFO] [stderr] | [INFO] [stderr] 878 | / lazy_static! { [INFO] [stderr] 879 | | // NEEDS_ESCAPE tests if the string can be written without escapes [INFO] [stderr] 880 | | static ref NEEDS_ESCAPE: Regex = Regex::new("[\\\\\"\x00-\x1f\x7f-\u{9f}\u{00ad}\u{0600}-\u{0604}\u{070f}\u{17b4}\u{17b5}\u{200c}-\u{200f}\u{2028}-\u{202f}\u{2060}-\u{206f}\u{feff}\u{fff0}-\u{ffff}]").unwrap(); [INFO] [stderr] 881 | | // NEEDS_QUOTES tests if the string can be written as a quoteless string (includes needsEscape but without \\ and \") [INFO] [stderr] ... | [INFO] [stderr] 886 | | static ref STARTS_WITH_KEYWORD: Regex = Regex::new(r#"^(true|false|null)\s*((,|\]|\}|#|//|/\*).*)?$"#).unwrap(); [INFO] [stderr] 887 | | } [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/ser.rs:878:5 [INFO] [stderr] | [INFO] [stderr] 878 | / lazy_static! { [INFO] [stderr] 879 | | // NEEDS_ESCAPE tests if the string can be written without escapes [INFO] [stderr] 880 | | static ref NEEDS_ESCAPE: Regex = Regex::new("[\\\\\"\x00-\x1f\x7f-\u{9f}\u{00ad}\u{0600}-\u{0604}\u{070f}\u{17b4}\u{17b5}\u{200c}-\u{200f}\u{2028}-\u{202f}\u{2060}-\u{206f}\u{feff}\u{fff0}-\u{ffff}]").unwrap(); [INFO] [stderr] 881 | | // NEEDS_QUOTES tests if the string can be written as a quoteless string (includes needsEscape but without \\ and \") [INFO] [stderr] ... | [INFO] [stderr] 886 | | static ref STARTS_WITH_KEYWORD: Regex = Regex::new(r#"^(true|false|null)\s*((,|\]|\}|#|//|/\*).*)?$"#).unwrap(); [INFO] [stderr] 887 | | } [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/ser.rs:878:5 [INFO] [stderr] | [INFO] [stderr] 878 | / lazy_static! { [INFO] [stderr] 879 | | // NEEDS_ESCAPE tests if the string can be written without escapes [INFO] [stderr] 880 | | static ref NEEDS_ESCAPE: Regex = Regex::new("[\\\\\"\x00-\x1f\x7f-\u{9f}\u{00ad}\u{0600}-\u{0604}\u{070f}\u{17b4}\u{17b5}\u{200c}-\u{200f}\u{2028}-\u{202f}\u{2060}-\u{206f}\u{feff}\u{fff0}-\u{ffff}]").unwrap(); [INFO] [stderr] 881 | | // NEEDS_QUOTES tests if the string can be written as a quoteless string (includes needsEscape but without \\ and \") [INFO] [stderr] ... | [INFO] [stderr] 886 | | static ref STARTS_WITH_KEYWORD: Regex = Regex::new(r#"^(true|false|null)\s*((,|\]|\}|#|//|/\*).*)?$"#).unwrap(); [INFO] [stderr] 887 | | } [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/ser.rs:878:5 [INFO] [stderr] | [INFO] [stderr] 878 | / lazy_static! { [INFO] [stderr] 879 | | // NEEDS_ESCAPE tests if the string can be written without escapes [INFO] [stderr] 880 | | static ref NEEDS_ESCAPE: Regex = Regex::new("[\\\\\"\x00-\x1f\x7f-\u{9f}\u{00ad}\u{0600}-\u{0604}\u{070f}\u{17b4}\u{17b5}\u{200c}-\u{200f}\u{2028}-\u{202f}\u{2060}-\u{206f}\u{feff}\u{fff0}-\u{ffff}]").unwrap(); [INFO] [stderr] 881 | | // NEEDS_QUOTES tests if the string can be written as a quoteless string (includes needsEscape but without \\ and \") [INFO] [stderr] ... | [INFO] [stderr] 886 | | static ref STARTS_WITH_KEYWORD: Regex = Regex::new(r#"^(true|false|null)\s*((,|\]|\}|#|//|/\*).*)?$"#).unwrap(); [INFO] [stderr] 887 | | } [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/ser.rs:957:5 [INFO] [stderr] | [INFO] [stderr] 957 | / lazy_static! { [INFO] [stderr] 958 | | static ref NEEDS_ESCAPE_NAME: Regex = Regex::new(r#"[,\{\[\}\]\s:#"]|//|/\*|'''|^$"#).unwrap(); [INFO] [stderr] 959 | | } [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: missing documentation for macro [INFO] [stderr] --> src/forward.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | macro_rules! forward_to_deserialize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58| #![deny(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `serde-hjson`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: missing documentation for macro [INFO] [stderr] --> src/forward.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | macro_rules! forward_to_deserialize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58| #![deny(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `serde-hjson`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7956f87a78dce96f964ba0d224da5161791050ff3f42c5472a47350559824b21"` [INFO] running `"docker" "rm" "-f" "7956f87a78dce96f964ba0d224da5161791050ff3f42c5472a47350559824b21"` [INFO] [stdout] 7956f87a78dce96f964ba0d224da5161791050ff3f42c5472a47350559824b21