[INFO] fetching crate harriet 0.3.1... [INFO] checking harriet-0.3.1 against try#306c6aded24f02440063be828ebe601fe5eb8323 for pr-133502-3 [INFO] extracting crate harriet 0.3.1 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate harriet 0.3.1 on toolchain 306c6aded24f02440063be828ebe601fe5eb8323 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml [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" "+306c6aded24f02440063be828ebe601fe5eb8323" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 370e4cbd64deb2404f426e7c74bbea0b6c741a7ce509e6ba95bf668ee5a9c465 [INFO] running `Command { std: "docker" "start" "-a" "370e4cbd64deb2404f426e7c74bbea0b6c741a7ce509e6ba95bf668ee5a9c465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "370e4cbd64deb2404f426e7c74bbea0b6c741a7ce509e6ba95bf668ee5a9c465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "370e4cbd64deb2404f426e7c74bbea0b6c741a7ce509e6ba95bf668ee5a9c465", kill_on_drop: false }` [INFO] [stdout] 370e4cbd64deb2404f426e7c74bbea0b6c741a7ce509e6ba95bf668ee5a9c465 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b622bbf952c5eff3522069543a45dc4278740022ce4b33060e5aa35c17e47603 [INFO] running `Command { std: "docker" "start" "-a" "b622bbf952c5eff3522069543a45dc4278740022ce4b33060e5aa35c17e47603", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking oxiri v0.2.2 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking snowflake v1.3.0 [INFO] [stderr] Checking cookie-factory v0.3.2 [INFO] [stderr] Checking diff v0.1.12 [INFO] [stderr] Checking pretty_assertions v1.2.1 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Checking 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: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:38:55 [INFO] [stdout] | [INFO] [stdout] 37 | impl<'a> TurtleDocument<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 38 | pub fn parse_full(input: &'a str) -> Result { [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:754:65 [INFO] [stdout] | [INFO] [stdout] 743 | impl<'a> BaseDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:754:78 [INFO] [stdout] | [INFO] [stdout] 743 | impl<'a> BaseDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:798:65 [INFO] [stdout] | [INFO] [stdout] 787 | impl<'a> SparqlBaseDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:798:78 [INFO] [stdout] | [INFO] [stdout] 787 | impl<'a> SparqlBaseDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:845:35 [INFO] [stdout] | [INFO] [stdout] 831 | impl<'a> PrefixDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 845 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:845:65 [INFO] [stdout] | [INFO] [stdout] 831 | impl<'a> PrefixDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 845 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:901:35 [INFO] [stdout] | [INFO] [stdout] 887 | impl<'a> SparqlPrefixDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 901 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:901:65 [INFO] [stdout] | [INFO] [stdout] 887 | impl<'a> SparqlPrefixDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 901 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [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: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:38:55 [INFO] [stdout] | [INFO] [stdout] 37 | impl<'a> TurtleDocument<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 38 | pub fn parse_full(input: &'a str) -> Result { [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:754:65 [INFO] [stdout] | [INFO] [stdout] 743 | impl<'a> BaseDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:754:78 [INFO] [stdout] | [INFO] [stdout] 743 | impl<'a> BaseDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 754 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:798:65 [INFO] [stdout] | [INFO] [stdout] 787 | impl<'a> SparqlBaseDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:798:78 [INFO] [stdout] | [INFO] [stdout] 787 | impl<'a> SparqlBaseDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 798 | fn parse_raw(input: &'a str) -> IResult<&'a str, (Option, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:845:35 [INFO] [stdout] | [INFO] [stdout] 831 | impl<'a> PrefixDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 845 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:845:65 [INFO] [stdout] | [INFO] [stdout] 831 | impl<'a> PrefixDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 845 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:901:35 [INFO] [stdout] | [INFO] [stdout] 887 | impl<'a> SparqlPrefixDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 901 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:901:65 [INFO] [stdout] | [INFO] [stdout] 887 | impl<'a> SparqlPrefixDirective<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 901 | ) -> IResult<&'a str, (Option, Option<&'a str>, IRIReference), E> [INFO] [stdout] | ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [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] = note: this warning originates in the macro `dbg` (in Nightly builds, run with -Z macro-backtrace for more info) [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] = note: this warning originates in the macro `dbg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.82s [INFO] running `Command { std: "docker" "inspect" "b622bbf952c5eff3522069543a45dc4278740022ce4b33060e5aa35c17e47603", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b622bbf952c5eff3522069543a45dc4278740022ce4b33060e5aa35c17e47603", kill_on_drop: false }` [INFO] [stdout] b622bbf952c5eff3522069543a45dc4278740022ce4b33060e5aa35c17e47603