[INFO] fetching crate ron-reboot 0.1.0-preview11... [INFO] testing ron-reboot-0.1.0-preview11 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate ron-reboot 0.1.0-preview11 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate ron-reboot 0.1.0-preview11 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate ron-reboot 0.1.0-preview11 [INFO] tweaked toml for crates.io crate ron-reboot 0.1.0-preview11 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ron-reboot 0.1.0-preview11 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ron-reboot 0.1.0-preview11 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bdd5b2ba60c026f2397dcb4744bbec9418633b66d68dc663fd4f3b6b82175111 [INFO] running `Command { std: "docker" "start" "-a" "bdd5b2ba60c026f2397dcb4744bbec9418633b66d68dc663fd4f3b6b82175111", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bdd5b2ba60c026f2397dcb4744bbec9418633b66d68dc663fd4f3b6b82175111", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdd5b2ba60c026f2397dcb4744bbec9418633b66d68dc663fd4f3b6b82175111", kill_on_drop: false }` [INFO] [stdout] bdd5b2ba60c026f2397dcb4744bbec9418633b66d68dc663fd4f3b6b82175111 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 628f1117719eedb8215e27bda1ea02cd51b1b7c1bab1aabec703741364da9970 [INFO] running `Command { std: "docker" "start" "-a" "628f1117719eedb8215e27bda1ea02cd51b1b7c1bab1aabec703741364da9970", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling ron-reboot v0.1.0-preview11 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `integer128` [INFO] [stdout] --> src/serialize_serde/mod.rs:410:11 [INFO] [stdout] | [INFO] [stdout] 410 | #[cfg(integer128)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `integer128` [INFO] [stdout] --> src/serialize_serde/mod.rs:435:11 [INFO] [stdout] | [INFO] [stdout] 435 | #[cfg(integer128)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `test` [INFO] [stdout] --> src/utf8_parser/mod.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(any(test, feature = "test"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `serde1`, `utf8_parser`, `utf8_parser_serde1`, `value`, and `value_serde1` [INFO] [stdout] = help: consider adding `test` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `never` [INFO] [stdout] --> src/utf8_parser/util.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(never)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(never)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ErrorTreeFmt` is never constructed [INFO] [stdout] --> src/utf8_parser/error_fmt.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct ErrorTreeFmt(ErrorTree); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FromExt` is never used [INFO] [stdout] --> src/utf8_parser/pt.rs:485:7 [INFO] [stdout] | [INFO] [stdout] 485 | trait FromExt { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/mod.rs:45:28 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn ast_from_str(input: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 45 | pub fn ast_from_str(input: &str) -> Result, crate::error::Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/raw_str.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn raw_string_inner(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn raw_string_inner(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/raw_str.rs:32:32 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn parse_raw_string(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 32 | pub fn parse_raw_string(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/str.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | fn inner_str(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 7 | fn inner_str(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/str.rs:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn unescaped_str(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 13 | pub fn unescaped_str(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/string.rs:55:54 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse_escaped_whitespace<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 55 | fn parse_escaped_whitespace<'a>(input: Input<'a>) -> IResultLookahead<'a, Input<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/string.rs:60:43 [INFO] [stdout] | [INFO] [stdout] 60 | fn parse_literal<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 60 | fn parse_literal<'a>(input: Input<'a>) -> IResultLookahead<'a, Input<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/string.rs:90:44 [INFO] [stdout] | [INFO] [stdout] 90 | fn parse_fragment<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 90 | fn parse_fragment<'a>(input: Input<'a>) -> IResultLookahead<'a, StringFragment<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/ron.rs:155:19 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn ron(input: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub fn ron(input: &str) -> Result, InputParseError<'_>> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s [INFO] running `Command { std: "docker" "inspect" "628f1117719eedb8215e27bda1ea02cd51b1b7c1bab1aabec703741364da9970", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "628f1117719eedb8215e27bda1ea02cd51b1b7c1bab1aabec703741364da9970", kill_on_drop: false }` [INFO] [stdout] 628f1117719eedb8215e27bda1ea02cd51b1b7c1bab1aabec703741364da9970 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27fff02d916681df5f3ab10e63f1162606d7a7c3d250bbd517cfa6363b8e7d8a [INFO] running `Command { std: "docker" "start" "-a" "27fff02d916681df5f3ab10e63f1162606d7a7c3d250bbd517cfa6363b8e7d8a", kill_on_drop: false }` [INFO] [stderr] Compiling ron v0.6.6 [INFO] [stdout] warning: unexpected `cfg` condition name: `integer128` [INFO] [stdout] --> src/serialize_serde/mod.rs:410:11 [INFO] [stdout] | [INFO] [stdout] 410 | #[cfg(integer128)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `integer128` [INFO] [stdout] --> src/serialize_serde/mod.rs:435:11 [INFO] [stdout] | [INFO] [stdout] 435 | #[cfg(integer128)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `test` [INFO] [stdout] --> src/utf8_parser/mod.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(any(test, feature = "test"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `serde1`, `utf8_parser`, `utf8_parser_serde1`, `value`, and `value_serde1` [INFO] [stdout] = help: consider adding `test` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `never` [INFO] [stdout] --> src/utf8_parser/util.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(never)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(never)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ErrorTreeFmt` is never constructed [INFO] [stdout] --> src/utf8_parser/error_fmt.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct ErrorTreeFmt(ErrorTree); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FromExt` is never used [INFO] [stdout] --> src/utf8_parser/pt.rs:485:7 [INFO] [stdout] | [INFO] [stdout] 485 | trait FromExt { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/mod.rs:45:28 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn ast_from_str(input: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 45 | pub fn ast_from_str(input: &str) -> Result, crate::error::Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/raw_str.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn raw_string_inner(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn raw_string_inner(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/raw_str.rs:32:32 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn parse_raw_string(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 32 | pub fn parse_raw_string(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/str.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | fn inner_str(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 7 | fn inner_str(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/str.rs:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn unescaped_str(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 13 | pub fn unescaped_str(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/string.rs:55:54 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse_escaped_whitespace<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 55 | fn parse_escaped_whitespace<'a>(input: Input<'a>) -> IResultLookahead<'a, Input<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/string.rs:60:43 [INFO] [stdout] | [INFO] [stdout] 60 | fn parse_literal<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 60 | fn parse_literal<'a>(input: Input<'a>) -> IResultLookahead<'a, Input<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/string.rs:90:44 [INFO] [stdout] | [INFO] [stdout] 90 | fn parse_fragment<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 90 | fn parse_fragment<'a>(input: Input<'a>) -> IResultLookahead<'a, StringFragment<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/ron.rs:155:19 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn ron(input: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub fn ron(input: &str) -> Result, InputParseError<'_>> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ron-reboot v0.1.0-preview11 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `x` and `y` are never read [INFO] [stdout] --> examples/simple.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct MyStruct { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 7 | x: bool, [INFO] [stdout] | ^ [INFO] [stdout] 8 | y: String, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `MyStruct` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `integer128` [INFO] [stdout] --> src/serialize_serde/mod.rs:410:11 [INFO] [stdout] | [INFO] [stdout] 410 | #[cfg(integer128)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `integer128` [INFO] [stdout] --> src/serialize_serde/mod.rs:435:11 [INFO] [stdout] | [INFO] [stdout] 435 | #[cfg(integer128)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `test` [INFO] [stdout] --> src/utf8_parser/mod.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(any(test, feature = "test"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, `serde1`, `utf8_parser`, `utf8_parser_serde1`, `value`, and `value_serde1` [INFO] [stdout] = help: consider adding `test` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `never` [INFO] [stdout] --> src/utf8_parser/util.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(never)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(never)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ErrorTreeFmt` is never constructed [INFO] [stdout] --> src/utf8_parser/error_fmt.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct ErrorTreeFmt(ErrorTree); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `FromExt` is never used [INFO] [stdout] --> src/utf8_parser/pt.rs:485:7 [INFO] [stdout] | [INFO] [stdout] 485 | trait FromExt { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/mod.rs:45:28 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn ast_from_str(input: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 45 | pub fn ast_from_str(input: &str) -> Result, crate::error::Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/raw_str.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn raw_string_inner(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn raw_string_inner(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/raw_str.rs:32:32 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn parse_raw_string(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 32 | pub fn parse_raw_string(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/str.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | fn inner_str(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 7 | fn inner_str(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/str.rs:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn unescaped_str(input: Input) -> IResultLookahead<&str> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 13 | pub fn unescaped_str(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/string.rs:55:54 [INFO] [stdout] | [INFO] [stdout] 55 | fn parse_escaped_whitespace<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 55 | fn parse_escaped_whitespace<'a>(input: Input<'a>) -> IResultLookahead<'a, Input<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/string.rs:60:43 [INFO] [stdout] | [INFO] [stdout] 60 | fn parse_literal<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 60 | fn parse_literal<'a>(input: Input<'a>) -> IResultLookahead<'a, Input<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/primitive/string.rs:90:44 [INFO] [stdout] | [INFO] [stdout] 90 | fn parse_fragment<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 90 | fn parse_fragment<'a>(input: Input<'a>) -> IResultLookahead<'a, StringFragment<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/utf8_parser/ron.rs:155:19 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn ron(input: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub fn ron(input: &str) -> Result, InputParseError<'_>> { [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.49s [INFO] running `Command { std: "docker" "inspect" "27fff02d916681df5f3ab10e63f1162606d7a7c3d250bbd517cfa6363b8e7d8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27fff02d916681df5f3ab10e63f1162606d7a7c3d250bbd517cfa6363b8e7d8a", kill_on_drop: false }` [INFO] [stdout] 27fff02d916681df5f3ab10e63f1162606d7a7c3d250bbd517cfa6363b8e7d8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 923ad1279d7ad0f71bea37cbb2814d22b5f3e3f1c02b0dd5f9c912709c9a79c7 [INFO] running `Command { std: "docker" "start" "-a" "923ad1279d7ad0f71bea37cbb2814d22b5f3e3f1c02b0dd5f9c912709c9a79c7", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `integer128` [INFO] [stderr] --> src/serialize_serde/mod.rs:410:11 [INFO] [stderr] | [INFO] [stderr] 410 | #[cfg(integer128)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `integer128` [INFO] [stderr] --> src/serialize_serde/mod.rs:435:11 [INFO] [stderr] | [INFO] [stderr] 435 | #[cfg(integer128)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(integer128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `test` [INFO] [stderr] --> src/utf8_parser/mod.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | #[cfg(any(test, feature = "test"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `serde`, `serde1`, `utf8_parser`, `utf8_parser_serde1`, `value`, and `value_serde1` [INFO] [stderr] = help: consider adding `test` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `never` [INFO] [stderr] --> src/utf8_parser/util.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | #[cfg(never)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(never)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: struct `ErrorTreeFmt` is never constructed [INFO] [stderr] --> src/utf8_parser/error_fmt.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct ErrorTreeFmt(ErrorTree); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: trait `FromExt` is never used [INFO] [stderr] --> src/utf8_parser/pt.rs:485:7 [INFO] [stderr] | [INFO] [stderr] 485 | trait FromExt { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utf8_parser/mod.rs:45:28 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn ast_from_str(input: &str) -> Result { [INFO] [stderr] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 45 | pub fn ast_from_str(input: &str) -> Result, crate::error::Error> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utf8_parser/primitive/raw_str.rs:19:32 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn raw_string_inner(input: Input) -> IResultLookahead<&str> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 19 | pub fn raw_string_inner(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utf8_parser/primitive/raw_str.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn parse_raw_string(input: Input) -> IResultLookahead<&str> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 32 | pub fn parse_raw_string(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utf8_parser/primitive/str.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | fn inner_str(input: Input) -> IResultLookahead<&str> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 7 | fn inner_str(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utf8_parser/primitive/str.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn unescaped_str(input: Input) -> IResultLookahead<&str> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 13 | pub fn unescaped_str(input: Input<'_>) -> IResultLookahead<'_, &str> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/utf8_parser/primitive/string.rs:55:54 [INFO] [stderr] | [INFO] [stderr] 55 | fn parse_escaped_whitespace<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is named here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 55 | fn parse_escaped_whitespace<'a>(input: Input<'a>) -> IResultLookahead<'a, Input<'a>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/utf8_parser/primitive/string.rs:60:43 [INFO] [stderr] | [INFO] [stderr] 60 | fn parse_literal<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is named here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 60 | fn parse_literal<'a>(input: Input<'a>) -> IResultLookahead<'a, Input<'a>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/utf8_parser/primitive/string.rs:90:44 [INFO] [stderr] | [INFO] [stderr] 90 | fn parse_fragment<'a>(input: Input<'a>) -> IResultLookahead> { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is named here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 90 | fn parse_fragment<'a>(input: Input<'a>) -> IResultLookahead<'a, StringFragment<'a>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utf8_parser/ron.rs:155:19 [INFO] [stderr] | [INFO] [stderr] 155 | pub fn ron(input: &str) -> Result { [INFO] [stderr] | ^^^^ ^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 155 | pub fn ron(input: &str) -> Result, InputParseError<'_>> { [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: `ron-reboot` (lib) generated 15 warnings (run `cargo fix --lib -p ron-reboot` to apply 9 suggestions) [INFO] [stderr] warning: fields `x` and `y` are never read [INFO] [stderr] --> examples/simple.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct MyStruct { [INFO] [stderr] | -------- fields in this struct [INFO] [stderr] 7 | x: bool, [INFO] [stderr] | ^ [INFO] [stderr] 8 | y: String, [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `MyStruct` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `ron-reboot` (lib test) generated 15 warnings (15 duplicates) [INFO] [stderr] warning: `ron-reboot` (example "simple") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ron_reboot-b8ae677d06fde8e1) [INFO] [stdout] [INFO] [stdout] running 72 tests [INFO] [stdout] test serialize_serde::tests::test_char ... ok [INFO] [stdout] test serialize_serde::tests::rename ... ok [INFO] [stdout] test serialize_serde::tests::test_empty_struct ... ok [INFO] [stdout] test serialize_serde::tests::test_enum ... ok [INFO] [stdout] test serialize_serde::tests::test_option ... ok [INFO] [stdout] test serialize_serde::tests::test_slice ... ok [INFO] [stdout] test serialize_serde::tests::test_map ... ok [INFO] [stdout] test serialize_serde::tests::test_array ... ok [INFO] [stdout] test serialize_serde::tests::test_escape ... ok [INFO] [stdout] test serialize_serde::tests::test_struct ... ok [INFO] [stdout] test serialize_serde::tests::test_string ... ok [INFO] [stdout] test serialize_serde::tests::test_vec ... ok [INFO] [stdout] test utf8_parser::basic::tests::basic_block_comment ... ok [INFO] [stdout] test utf8_parser::basic::tests::basic_eol_comment ... ok [INFO] [stdout] test utf8_parser::basic::tests::nested_block_comment ... ok [INFO] [stdout] test utf8_parser::combinators::tests::test_comma_list0 ... ok [INFO] [stdout] test utf8_parser::combinators::tests::test_comma_list0_ws ... ok [INFO] [stdout] test utf8_parser::combinators::tests::test_take_while_m_n_checks ... ok [INFO] [stdout] test utf8_parser::combinators::tests::test_comma_list1 ... ok [INFO] [stdout] test utf8_parser::basic::tests::repeated ... ok [INFO] [stdout] test utf8_parser::combinators::tests::test_take_while_m_n_requires ... ok [INFO] [stdout] test utf8_parser::input::tests::test_char_offset_start ... ok [INFO] [stdout] test utf8_parser::primitive::ident::tests::ident_underscore ... ok [INFO] [stdout] test utf8_parser::combinators::tests::test_comma_list1_ws ... ok [INFO] [stdout] test utf8_parser::input::tests::test_char_offset_basic ... ok [INFO] [stdout] test utf8_parser::primitive::ident::tests::basic_ident ... ok [INFO] [stdout] test utf8_parser::primitive::ident::tests::raw_ident ... ok [INFO] [stdout] test utf8_parser::combinators::tests::test_take_while ... ok [INFO] [stdout] test utf8_parser::input::tests::test_char_offset_eof ... ok [INFO] [stdout] test utf8_parser::combinators::tests::test_take_while_m_n_limits ... ok [INFO] [stdout] test utf8_parser::input::tests::test_char_offset_end ... ok [INFO] [stdout] test utf8_parser::primitive::number::tests::exprs_decimals ... ok [INFO] [stdout] test utf8_parser::input::tests::test_location ... ok [INFO] [stdout] test utf8_parser::primitive::number::tests::exprs_int ... ok [INFO] [stdout] test utf8_parser::primitive::raw_str::tests::test_raw2 ... ok [INFO] [stdout] test utf8_parser::primitive::number::tests::decimals ... ok [INFO] [stdout] test utf8_parser::primitive::raw_str::tests::test_raw1 ... ok [INFO] [stdout] test utf8_parser::primitive::number::tests::integers ... ok [INFO] [stdout] test utf8_parser::ron::tests::attributes ... ok [INFO] [stdout] test utf8_parser::primitive::raw_str::tests::test_raw_remaining ... ok [INFO] [stdout] test utf8_parser::primitive::raw_str::tests::test_raw0 ... ok [INFO] [stdout] test utf8_parser::serde::tests::floats ... ok [INFO] [stdout] test utf8_parser::serde::tests::lists ... ok [INFO] [stdout] test utf8_parser::primitive::number::tests::radix_integers ... ok [INFO] [stdout] test utf8_parser::serde::tests::maps ... ok [INFO] [stdout] test utf8_parser::primitive::number::tests::signs ... ok [INFO] [stdout] test utf8_parser::primitive::ident::tests::invalid_ident ... ok [INFO] [stdout] test utf8_parser::serde::tests::ints ... ok [INFO] [stdout] test utf8_parser::serde::tests::bools ... ok [INFO] [stdout] test utf8_parser::serde::tests::mixed_enum_unit ... ok [INFO] [stdout] test utf8_parser::serde::tests::mixed_enum_newtype ... ok [INFO] [stdout] test utf8_parser::serde::tests::mixed_enum_tuple ... ok [INFO] [stdout] test utf8_parser::serde::tests::structs ... ok [INFO] [stdout] test utf8_parser::serde::tests::zero_copy_strs ... ok [INFO] [stdout] test utf8_parser::tests::comma_list0_empty ... ok [INFO] [stdout] test utf8_parser::tests::excl_mark ... ok [INFO] [stdout] test utf8_parser::serde::tests::structs_nested ... ok [INFO] [stdout] test utf8_parser::tests::expr_empty_recoverable ... ok [INFO] [stdout] test utf8_parser::tests::exprs_str ... ok [INFO] [stdout] test utf8_parser::tests::exprs_string ... ok [INFO] [stdout] test utf8_parser::serde::tests::strings ... ok [INFO] [stdout] test utf8_parser::tests::strings ... ok [INFO] [stdout] test utf8_parser::tests::exprs_struct ... ok [INFO] [stdout] test utf8_parser::tests::trailing_commas ... ok [INFO] [stdout] test utf8_parser::tests::maps ... ok [INFO] [stdout] test utf8_parser::tests::lists ... ok [INFO] [stdout] test utf8_parser::tests::lists_inner ... ok [INFO] [stdout] test utf8_parser::tests::many0_empty ... ok [INFO] [stdout] test utf8_parser::tests::untagged_structs ... ok [INFO] [stdout] test utf8_parser::tests::missing_colon ... ok [INFO] [stdout] test utf8_parser::tests::structs ... ok [INFO] [stdout] test utf8_parser::serde::tests::mixed_enum_struct ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests ron_reboot [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/value/mod.rs - value::Number::as_f64 (line 64) ... ok [INFO] [stdout] test src/value/mod.rs - value::Number::as_i64 (line 79) ... ok [INFO] [stdout] test src/serialize_serde/mod.rs - serialize_serde::PrettyConfig (line 92) ... ok [INFO] [stdout] test src/value/mod.rs - value::Number::map_to (line 94) ... ok [INFO] [stdout] test src/value/mod.rs - value::Number::into_f64 (line 49) ... ok [INFO] [stdout] test src/value/mod.rs - value::Float (line 170) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "923ad1279d7ad0f71bea37cbb2814d22b5f3e3f1c02b0dd5f9c912709c9a79c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "923ad1279d7ad0f71bea37cbb2814d22b5f3e3f1c02b0dd5f9c912709c9a79c7", kill_on_drop: false }` [INFO] [stdout] 923ad1279d7ad0f71bea37cbb2814d22b5f3e3f1c02b0dd5f9c912709c9a79c7