[INFO] fetching crate harriet 0.3.1... [INFO] testing harriet-0.3.1 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate harriet 0.3.1 into /workspace/builds/worker-3-tc2/source [INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate harriet 0.3.1 [INFO] finished tweaking crates.io crate harriet 0.3.1 [INFO] tweaked toml for crates.io crate harriet 0.3.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate harriet 0.3.1 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate harriet 0.3.1 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf362739f899e1379c1741db550e332580342039ffd4661634f4ca43c1473e64 [INFO] running `Command { std: "docker" "start" "-a" "bf362739f899e1379c1741db550e332580342039ffd4661634f4ca43c1473e64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf362739f899e1379c1741db550e332580342039ffd4661634f4ca43c1473e64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf362739f899e1379c1741db550e332580342039ffd4661634f4ca43c1473e64", kill_on_drop: false }` [INFO] [stdout] bf362739f899e1379c1741db550e332580342039ffd4661634f4ca43c1473e64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 490cf7625c4cb67bc16425a1935186fc7bec1bff88019bfc34ff9530382c2c74 [INFO] running `Command { std: "docker" "start" "-a" "490cf7625c4cb67bc16425a1935186fc7bec1bff88019bfc34ff9530382c2c74", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling oxiri v0.2.2 [INFO] [stderr] Compiling cookie-factory v0.3.2 [INFO] [stderr] Compiling snowflake v1.3.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling harriet v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `serde` [INFO] [stdout] --> src/triple_production.rs:391:12 [INFO] [stdout] | [INFO] [stdout] 391 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `serde` as a feature in `Cargo.toml` [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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:38:55 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn parse_full(input: &'a str) -> Result { [INFO] [stdout] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 38 | pub fn parse_full(input: &'a str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:754:65 [INFO] [stdout] | [INFO] [stdout] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | -- -- ^^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is named 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] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:798:65 [INFO] [stdout] | [INFO] [stdout] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | -- -- ^^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is named 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] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:845:35 [INFO] [stdout] | [INFO] [stdout] 844 | input: &'a str, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 845 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | -- ^^^^^^^^^^ -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same 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] 845 | ) -> IResult<&'a str, (Option>, Option<&'a str>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:901:35 [INFO] [stdout] | [INFO] [stdout] 900 | input: &'a str, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 901 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | -- ^^^^^^^^^^ -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same 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] 901 | ) -> IResult<&'a str, (Option>, Option<&'a str>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s [INFO] running `Command { std: "docker" "inspect" "490cf7625c4cb67bc16425a1935186fc7bec1bff88019bfc34ff9530382c2c74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "490cf7625c4cb67bc16425a1935186fc7bec1bff88019bfc34ff9530382c2c74", kill_on_drop: false }` [INFO] [stdout] 490cf7625c4cb67bc16425a1935186fc7bec1bff88019bfc34ff9530382c2c74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13c54205cb747c74dab64bd03b13d3ae938c2b67b44b65ac23f0bbacd5a644ca [INFO] running `Command { std: "docker" "start" "-a" "13c54205cb747c74dab64bd03b13d3ae938c2b67b44b65ac23f0bbacd5a644ca", kill_on_drop: false }` [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stdout] warning: unexpected `cfg` condition value: `serde` [INFO] [stdout] --> src/triple_production.rs:391:12 [INFO] [stdout] | [INFO] [stdout] 391 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `serde` as a feature in `Cargo.toml` [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: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:38:55 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn parse_full(input: &'a str) -> Result { [INFO] [stdout] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 38 | pub fn parse_full(input: &'a str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:754:65 [INFO] [stdout] | [INFO] [stdout] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | -- -- ^^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is named 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] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:798:65 [INFO] [stdout] | [INFO] [stdout] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | -- -- ^^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is named 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] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:845:35 [INFO] [stdout] | [INFO] [stdout] 844 | input: &'a str, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 845 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | -- ^^^^^^^^^^ -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same 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] 845 | ) -> IResult<&'a str, (Option>, Option<&'a str>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:901:35 [INFO] [stdout] | [INFO] [stdout] 900 | input: &'a str, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 901 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | -- ^^^^^^^^^^ -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same 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] 901 | ) -> IResult<&'a str, (Option>, Option<&'a str>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v1.2.1 [INFO] [stderr] Compiling harriet v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `nom::error::VerboseError` [INFO] [stdout] --> tests/triple_production_examples.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use nom::error::VerboseError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> examples/triples.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | dbg!(TripleProducer::produce_for_document(&document)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 12 | let _ = dbg!(TripleProducer::produce_for_document(&document)); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `serde` [INFO] [stdout] --> src/triple_production.rs:391:12 [INFO] [stdout] | [INFO] [stdout] 391 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `serde` as a feature in `Cargo.toml` [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: unused `Result` that must be used [INFO] [stdout] --> examples/parse.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | dbg!(result); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 20 | let _ = dbg!(result); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:38:55 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn parse_full(input: &'a str) -> Result { [INFO] [stdout] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 38 | pub fn parse_full(input: &'a str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:754:65 [INFO] [stdout] | [INFO] [stdout] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | -- -- ^^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is named 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] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:798:65 [INFO] [stdout] | [INFO] [stdout] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | -- -- ^^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is named 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] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:845:35 [INFO] [stdout] | [INFO] [stdout] 844 | input: &'a str, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 845 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | -- ^^^^^^^^^^ -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same 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] 845 | ) -> IResult<&'a str, (Option>, Option<&'a str>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:901:35 [INFO] [stdout] | [INFO] [stdout] 900 | input: &'a str, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 901 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | -- ^^^^^^^^^^ -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same 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] 901 | ) -> IResult<&'a str, (Option>, Option<&'a str>, IRIReference<'a>), E> [INFO] [stdout] | ++++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.75s [INFO] running `Command { std: "docker" "inspect" "13c54205cb747c74dab64bd03b13d3ae938c2b67b44b65ac23f0bbacd5a644ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13c54205cb747c74dab64bd03b13d3ae938c2b67b44b65ac23f0bbacd5a644ca", kill_on_drop: false }` [INFO] [stdout] 13c54205cb747c74dab64bd03b13d3ae938c2b67b44b65ac23f0bbacd5a644ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e0ab1c2fb335cf1b12649c0c0ece82394db1d849560c578ead94417b405b99af [INFO] running `Command { std: "docker" "start" "-a" "e0ab1c2fb335cf1b12649c0c0ece82394db1d849560c578ead94417b405b99af", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `serde` [INFO] [stderr] --> src/triple_production.rs:391:12 [INFO] [stderr] | [INFO] [stderr] 391 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `serde` as a feature in `Cargo.toml` [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: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:38:55 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn parse_full(input: &'a str) -> Result { [INFO] [stderr] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 38 | pub fn parse_full(input: &'a str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:754:65 [INFO] [stderr] | [INFO] [stderr] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stderr] | -- -- ^^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is named 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] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option>, IRIReference<'a>), E> [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:798:65 [INFO] [stderr] | [INFO] [stderr] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stderr] | -- -- ^^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is named 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] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option>, IRIReference<'a>), E> [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:845:35 [INFO] [stderr] | [INFO] [stderr] 844 | input: &'a str, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 845 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stderr] | -- ^^^^^^^^^^ -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is named here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the same 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] 845 | ) -> IResult<&'a str, (Option>, Option<&'a str>, IRIReference<'a>), E> [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:901:35 [INFO] [stderr] | [INFO] [stderr] 900 | input: &'a str, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 901 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stderr] | -- ^^^^^^^^^^ -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is named here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the same 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] 901 | ) -> IResult<&'a str, (Option>, Option<&'a str>, IRIReference<'a>), E> [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: `harriet` (lib) generated 6 warnings (run `cargo fix --lib -p harriet` to apply 5 suggestions) [INFO] [stderr] warning: `harriet` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] warning: unused import: `nom::error::VerboseError` [INFO] [stderr] --> tests/triple_production_examples.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use nom::error::VerboseError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> examples/triples.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | dbg!(TripleProducer::produce_for_document(&document)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 12 | let _ = dbg!(TripleProducer::produce_for_document(&document)); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> examples/parse.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | dbg!(result); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 20 | let _ = dbg!(result); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `harriet` (test "triple_production_examples") generated 1 warning (run `cargo fix --test "triple_production_examples" -p harriet` to apply 1 suggestion) [INFO] [stderr] warning: `harriet` (example "triples") generated 1 warning [INFO] [stderr] warning: `harriet` (example "parse") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/harriet-2de5ac5acdbcc74c) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test tests::parse_base_directive ... ok [INFO] [stdout] test tests::parse_blank_node ... ok [INFO] [stdout] test tests::parse_directive ... ok [INFO] [stdout] test tests::parse_document ... ok [INFO] [stdout] test tests::parse_document2 ... ok [INFO] [stdout] test tests::parse_blank_node_property_list ... ok [INFO] [stdout] test tests::parse_object ... ok [INFO] [stdout] test tests::parse_document_with_comment ... ok [INFO] [stdout] test tests::parse_numeric_literal ... ok [INFO] [stdout] test tests::parse_iri_reference ... ok [INFO] [stdout] test tests::parse_prefixed_name ... ok [INFO] [stdout] test tests::parse_prefix_directive ... ok [INFO] [stdout] test tests::parse_predicate_property_list ... ok [INFO] [stdout] test tests::parse_object_list ... ok [INFO] [stdout] test tests::parse_simple_triple ... ok [INFO] [stdout] test tests::parse_collection ... ok [INFO] [stdout] test tests::parse_string_literal_long_quote ... ok [INFO] [stdout] test tests::parse_string_literal_long_single_quote ... ok [INFO] [stdout] test tests::parse_string_literal_quote ... ok [INFO] [stdout] test tests::parse_string_literal_quote_special_chars ... ok [INFO] [stdout] test tests::parse_string_literal_single_quote ... ok [INFO] [stdout] test tests::parse_verb ... ok [INFO] [stdout] test tests::parse_whitespace ... ok [INFO] [stdout] test tests::render_collection ... ok [INFO] [stdout] test tests::render_document ... ok [INFO] [stdout] test tests::render_prefixed_name ... ok [INFO] [stdout] test tests::parse_rdf_literal ... ok [INFO] [stdout] test tests::render_triples ... ok [INFO] [stdout] test tests::render_rdf_literal ... ok [INFO] [stdout] test tests::render_iri_reference ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/parse_examples.rs (/opt/rustwide/target/debug/deps/parse_examples-359b59d58010f2a2) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test example10 ... ok [INFO] [stdout] test example12_only_double ... ok [INFO] [stdout] test example13 ... ok [INFO] [stdout] test example1 ... ok [INFO] [stdout] test example12_only_integer ... ok [INFO] [stdout] test example17 ... ok [INFO] [stdout] test example14 ... ok [INFO] [stdout] test example18 ... ok [INFO] [stdout] test example2 ... ok [INFO] [stdout] test example16 ... ok [INFO] [stdout] test example1_without_a ... ok [INFO] [stdout] test example21 ... ok [INFO] [stdout] test example12_only_decimal ... ok [INFO] [stdout] test example15 ... ok [INFO] [stdout] test example20 ... ok [INFO] [stdout] test example24_simple2 ... ok [INFO] [stdout] test example23 ... ok [INFO] [stdout] test example11 ... ok [INFO] [stdout] test example19 ... ok [INFO] [stdout] test example22 ... ok [INFO] [stdout] test example3 ... ok [INFO] [stdout] test example7 ... ok [INFO] [stdout] test example24_simple1 ... ok [INFO] [stdout] test example4 ... ok [INFO] [stdout] test example25 ... ok [INFO] [stdout] test example5 ... ok [INFO] [stdout] test example24 ... ok [INFO] [stdout] test example12 ... ok [INFO] [stdout] test example6 ... ok [INFO] [stdout] test example26 ... ok [INFO] [stdout] test wildtype_blank_node_object_dot ... ignored [INFO] [stdout] test example_nested_lists ... ok [INFO] [stdout] test example8 ... ok [INFO] [stdout] test example9 ... ok [INFO] [stdout] test leading_whitespace_base ... ok [INFO] [stdout] test example_nested_lists2 ... ok [INFO] [stdout] test wildtype_rdfs_ontology ... ok [INFO] [stdout] test wildtype_rdf_ontology ... ok [INFO] [stdout] test wildtype_owl_ontology ... ok [INFO] [stdout] test wildtype_dublin_core_elements_ontology ... ok [INFO] [stdout] test wildtype_bibo_ontology ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.30s [INFO] [stdout] [INFO] [stderr] Running tests/roundtrip_examples.rs (/opt/rustwide/target/debug/deps/roundtrip_examples-c4ac5e53b56da764) [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test example10 ... ok [INFO] [stdout] test example1 ... ok [INFO] [stdout] test example13 ... ok [INFO] [stdout] test example12_only_integer ... ok [INFO] [stdout] test example11 ... ok [INFO] [stdout] test example15 ... ok [INFO] [stdout] test example12_only_double ... ok [INFO] [stdout] test example16 ... ok [INFO] [stdout] test example14 ... ok [INFO] [stdout] test example19 ... ok [INFO] [stdout] test example2 ... ok [INFO] [stdout] test example17 ... ok [INFO] [stdout] test example1_without_a ... ok [INFO] [stdout] test example22 ... ok [INFO] [stdout] test example25 ... ok [INFO] [stdout] test example23 ... ok [INFO] [stdout] test example5 ... ok [INFO] [stdout] test example26 ... ok [INFO] [stdout] test example7 ... ok [INFO] [stdout] test example24_simple2 ... ok [INFO] [stdout] test example8 ... ok [INFO] [stdout] test example3 ... ok [INFO] [stdout] test example24 ... ok [INFO] [stdout] test example6 ... ok [INFO] [stdout] test example_nested_lists ... ok [INFO] [stdout] test example9 ... ok [INFO] [stdout] test example_nested_lists2 ... ok [INFO] [stdout] test example4 ... ok [INFO] [stdout] test example20 ... ok [INFO] [stdout] test example21 ... ok [INFO] [stdout] test example24_simple1 ... ok [INFO] [stdout] test example12_only_decimal ... ok [INFO] [stdout] test wildtype_rdf_ontology ... ok [INFO] [stdout] test wildtype_dublin_core_elements_ontology ... ok [INFO] [stdout] test wildtype_rdfs_ontology ... ok [INFO] [stdout] test example12 ... ok [INFO] [stdout] test wildtype_foaf_mirror_ontology ... ok [INFO] [stdout] test example18 ... ok [INFO] [stdout] test wildtype_owl_ontology ... ok [INFO] [stdout] test wildtype_bibo_ontology ... ok [INFO] [stdout] [INFO] [stderr] Running tests/triple_production_examples.rs (/opt/rustwide/target/debug/deps/triple_production_examples-c9b29b703e8fabbf) [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test example10 ... ok [INFO] [stdout] test example1 ... ok [INFO] [stdout] test example13 ... ok [INFO] [stdout] test example12 ... ok [INFO] [stdout] test example16 ... ignored [INFO] [stdout] test example12_only_decimal ... ok [INFO] [stdout] test example14 ... ok [INFO] [stdout] test example15 ... ok [INFO] [stdout] test example23 ... ignored [INFO] [stdout] test example24 ... ignored [INFO] [stdout] test example25 ... ignored [INFO] [stdout] test example19 ... ok [INFO] [stdout] test example24_simple1 ... ok [INFO] [stdout] test example17 ... ok [INFO] [stdout] test example18 ... ok [INFO] [stdout] test example22 ... ok [INFO] [stdout] test example2 ... ok [INFO] [stdout] test example1_without_a ... ok [INFO] [stdout] test example24_simple2 ... ok [INFO] [stdout] test example20 ... ok [INFO] [stdout] test example26 ... ignored [INFO] [stdout] test example3 ... ok [INFO] [stdout] test example6 ... ok [INFO] [stdout] test example7 ... ok [INFO] [stdout] test example21 ... ok [INFO] [stdout] test example_nested_lists ... ok [INFO] [stdout] test example9 ... ok [INFO] [stdout] test example_nested_lists2 ... ok [INFO] [stdout] test example5 ... ok [INFO] [stdout] test example8 ... ok [INFO] [stdout] test example4 ... ok [INFO] [stderr] Doc-tests harriet [INFO] [stdout] test example11 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e0ab1c2fb335cf1b12649c0c0ece82394db1d849560c578ead94417b405b99af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0ab1c2fb335cf1b12649c0c0ece82394db1d849560c578ead94417b405b99af", kill_on_drop: false }` [INFO] [stdout] e0ab1c2fb335cf1b12649c0c0ece82394db1d849560c578ead94417b405b99af