[INFO] fetching crate harriet 0.3.1... [INFO] testing harriet-0.3.1 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-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 b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9209ff92f9bdda237917fb1ce866fa4df772f960c0cbf42e3813d4319a80e560 [INFO] running `Command { std: "docker" "start" "-a" "9209ff92f9bdda237917fb1ce866fa4df772f960c0cbf42e3813d4319a80e560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9209ff92f9bdda237917fb1ce866fa4df772f960c0cbf42e3813d4319a80e560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9209ff92f9bdda237917fb1ce866fa4df772f960c0cbf42e3813d4319a80e560", kill_on_drop: false }` [INFO] [stdout] 9209ff92f9bdda237917fb1ce866fa4df772f960c0cbf42e3813d4319a80e560 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3aa680348ff0cc78e6044707bee62d14e2ba291a642222437ab5a809e7614e78 [INFO] running `Command { std: "docker" "start" "-a" "3aa680348ff0cc78e6044707bee62d14e2ba291a642222437ab5a809e7614e78", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling oxiri v0.2.2 [INFO] [stderr] Compiling snowflake v1.3.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling cookie-factory v0.3.2 [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:31 [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:29 [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:29 [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:844:17 [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:900:17 [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 3.25s [INFO] running `Command { std: "docker" "inspect" "3aa680348ff0cc78e6044707bee62d14e2ba291a642222437ab5a809e7614e78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3aa680348ff0cc78e6044707bee62d14e2ba291a642222437ab5a809e7614e78", kill_on_drop: false }` [INFO] [stdout] 3aa680348ff0cc78e6044707bee62d14e2ba291a642222437ab5a809e7614e78 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c15e9b07a1dc0e29493b424ca599e9e88519b2e27b1cac1bafa4edc4eb2a4443 [INFO] running `Command { std: "docker" "start" "-a" "c15e9b07a1dc0e29493b424ca599e9e88519b2e27b1cac1bafa4edc4eb2a4443", kill_on_drop: false }` [INFO] [stderr] Compiling ansi_term v0.12.1 [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:31 [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:29 [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:29 [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:844:17 [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:900:17 [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)]` 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)]` 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: 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)]` 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: 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:31 [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:29 [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:29 [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:844:17 [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:900:17 [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 1.86s [INFO] running `Command { std: "docker" "inspect" "c15e9b07a1dc0e29493b424ca599e9e88519b2e27b1cac1bafa4edc4eb2a4443", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c15e9b07a1dc0e29493b424ca599e9e88519b2e27b1cac1bafa4edc4eb2a4443", kill_on_drop: false }` [INFO] [stdout] c15e9b07a1dc0e29493b424ca599e9e88519b2e27b1cac1bafa4edc4eb2a4443 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2e37d6e060d9c04931682054f3c8915a4ac0785124bce6efd75cb9bdceb65f29 [INFO] running `Command { std: "docker" "start" "-a" "2e37d6e060d9c04931682054f3c8915a4ac0785124bce6efd75cb9bdceb65f29", 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:31 [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:29 [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:29 [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:844:17 [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:900:17 [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: 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)]` 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)]` 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)]` 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"` to apply 1 suggestion) [INFO] [stderr] warning: `harriet` (example "triples") generated 1 warning [INFO] [stderr] warning: `harriet` (example "parse") generated 1 warning [INFO] [stderr] warning: `harriet` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/harriet-04176cba0499da35) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test tests::parse_blank_node ... ok [INFO] [stdout] test tests::parse_blank_node_property_list ... ok [INFO] [stdout] test tests::parse_directive ... ok [INFO] [stdout] test tests::parse_document ... ok [INFO] [stdout] test tests::parse_base_directive ... ok [INFO] [stdout] test tests::parse_collection ... ok [INFO] [stdout] test tests::parse_iri_reference ... ok [INFO] [stdout] test tests::parse_document2 ... ok [INFO] [stdout] test tests::parse_document_with_comment ... ok [INFO] [stdout] test tests::parse_numeric_literal ... ok [INFO] [stdout] test tests::parse_object ... 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_prefixed_name ... ok [INFO] [stdout] test tests::parse_simple_triple ... 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::render_triples ... ok [INFO] [stdout] test tests::parse_string_literal_single_quote ... ok [INFO] [stdout] test tests::parse_verb ... ok [INFO] [stdout] test tests::render_collection ... ok [INFO] [stdout] test tests::render_prefixed_name ... ok [INFO] [stdout] test tests::parse_string_literal_quote_special_chars ... ok [INFO] [stdout] test tests::render_rdf_literal ... ok [INFO] [stdout] test tests::parse_whitespace ... ok [INFO] [stdout] test tests::render_iri_reference ... ok [INFO] [stdout] test tests::parse_rdf_literal ... ok [INFO] [stdout] test tests::render_document ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/parse_examples.rs (/opt/rustwide/target/debug/deps/parse_examples-6cf7abeed20f0b7d) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test example12_only_integer ... ok [INFO] [stdout] test example12_only_decimal ... ok [INFO] [stdout] test example12_only_double ... ok [INFO] [stdout] test example11 ... ok [INFO] [stdout] test example13 ... ok [INFO] [stdout] test example10 ... ok [INFO] [stdout] test example15 ... ok [INFO] [stdout] test example2 ... ok [INFO] [stdout] test example14 ... ok [INFO] [stdout] test example18 ... ok [INFO] [stdout] test example1 ... ok [INFO] [stdout] test example12 ... ok [INFO] [stdout] test example17 ... ok [INFO] [stdout] test example20 ... ok [INFO] [stdout] test example24_simple2 ... ok [INFO] [stdout] test example1_without_a ... ok [INFO] [stdout] test example22 ... ok [INFO] [stdout] test example24 ... ok [INFO] [stdout] test example4 ... ok [INFO] [stdout] test example23 ... ok [INFO] [stdout] test example6 ... ok [INFO] [stdout] test example8 ... ok [INFO] [stdout] test example7 ... ok [INFO] [stdout] test leading_whitespace_base ... ok [INFO] [stdout] test example5 ... ok [INFO] [stdout] test wildtype_blank_node_object_dot ... ignored [INFO] [stdout] test example19 ... ok [INFO] [stdout] test example16 ... ok [INFO] [stdout] test example_nested_lists ... ok [INFO] [stdout] test example24_simple1 ... ok [INFO] [stdout] test example3 ... ok [INFO] [stdout] test example21 ... ok [INFO] [stdout] test example25 ... ok [INFO] [stdout] test example26 ... ok [INFO] [stdout] test example_nested_lists2 ... ok [INFO] [stdout] test example9 ... 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.26s [INFO] [stdout] [INFO] [stderr] Running tests/roundtrip_examples.rs (/opt/rustwide/target/debug/deps/roundtrip_examples-33eb06003e495b43) [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test example10 ... ok [INFO] [stdout] test example12_only_double ... ok [INFO] [stdout] test example12_only_decimal ... ok [INFO] [stdout] test example12 ... ok [INFO] [stdout] test example1 ... ok [INFO] [stdout] test example14 ... ok [INFO] [stdout] test example12_only_integer ... ok [INFO] [stdout] test example11 ... ok [INFO] [stdout] test example16 ... ok [INFO] [stdout] test example13 ... ok [INFO] [stdout] test example15 ... ok [INFO] [stdout] test example17 ... ok [INFO] [stdout] test example23 ... ok [INFO] [stdout] test example21 ... ok [INFO] [stdout] test example1_without_a ... ok [INFO] [stdout] test example3 ... ok [INFO] [stdout] test example2 ... ok [INFO] [stdout] test example18 ... ok [INFO] [stdout] test example20 ... ok [INFO] [stdout] test example24_simple1 ... ok [INFO] [stdout] test example25 ... ok [INFO] [stdout] test example6 ... ok [INFO] [stdout] test example26 ... ok [INFO] [stdout] test example5 ... ok [INFO] [stdout] test example4 ... ok [INFO] [stdout] test example8 ... ok [INFO] [stdout] test example_nested_lists ... ok [INFO] [stdout] test example19 ... ok [INFO] [stdout] test example22 ... ok [INFO] [stdout] test example24 ... ok [INFO] [stdout] test example24_simple2 ... ok [INFO] [stdout] test example7 ... ok [INFO] [stdout] test example9 ... ok [INFO] [stdout] test example_nested_lists2 ... ok [INFO] [stdout] test wildtype_dublin_core_elements_ontology ... 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_foaf_mirror_ontology ... ok [INFO] [stdout] test wildtype_bibo_ontology ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running tests/triple_production_examples.rs (/opt/rustwide/target/debug/deps/triple_production_examples-e1c885263ff5b2bd) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test example16 ... ignored [INFO] [stdout] test example10 ... ok [INFO] [stdout] test example12_only_decimal ... ok [INFO] [stdout] test example12 ... ok [INFO] [stdout] test example11 ... ok [INFO] [stdout] test example1 ... ok [INFO] [stdout] test example15 ... ok [INFO] [stdout] test example14 ... ok [INFO] [stdout] test example13 ... ok [INFO] [stdout] test example19 ... ok [INFO] [stdout] test example18 ... ok [INFO] [stdout] test example23 ... ignored [INFO] [stdout] test example24 ... ignored [INFO] [stdout] test example2 ... ok [INFO] [stdout] test example25 ... ignored [INFO] [stdout] test example26 ... ignored [INFO] [stdout] test example20 ... ok [INFO] [stdout] test example24_simple1 ... ok [INFO] [stdout] test example21 ... ok [INFO] [stdout] test example24_simple2 ... ok [INFO] [stdout] test example22 ... ok [INFO] [stdout] test example5 ... ok [INFO] [stdout] test example1_without_a ... ok [INFO] [stdout] test example4 ... ok [INFO] [stdout] test example6 ... ok [INFO] [stdout] test example3 ... ok [INFO] [stdout] test example17 ... ok [INFO] [stdout] test example7 ... ok [INFO] [stdout] test example8 ... ok [INFO] [stdout] test example_nested_lists ... ok [INFO] [stdout] test example_nested_lists2 ... ok [INFO] [stdout] test example9 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests harriet [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" "2e37d6e060d9c04931682054f3c8915a4ac0785124bce6efd75cb9bdceb65f29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e37d6e060d9c04931682054f3c8915a4ac0785124bce6efd75cb9bdceb65f29", kill_on_drop: false }` [INFO] [stdout] 2e37d6e060d9c04931682054f3c8915a4ac0785124bce6efd75cb9bdceb65f29