[INFO] fetching crate gedcom-rs 0.1.0... [INFO] testing gedcom-rs-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate gedcom-rs 0.1.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate gedcom-rs 0.1.0 [INFO] finished tweaking crates.io crate gedcom-rs 0.1.0 [INFO] tweaked toml for crates.io crate gedcom-rs 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gedcom-rs 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gedcom-rs 0.1.0 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.193 [INFO] [stderr] Downloaded winnow v0.5.28 [INFO] [stderr] Downloaded proc-macro2 v1.0.70 [INFO] [stderr] Downloaded rayon-core v1.12.0 [INFO] [stderr] Downloaded serde v1.0.193 [INFO] [stderr] Downloaded rayon v1.8.0 [INFO] [stderr] Downloaded libc v0.2.151 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 905abcf7e4fc99ed7305a9cca34859ce78afd4013b8ae8aef561a5704571f99d [INFO] running `Command { std: "docker" "start" "-a" "905abcf7e4fc99ed7305a9cca34859ce78afd4013b8ae8aef561a5704571f99d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "905abcf7e4fc99ed7305a9cca34859ce78afd4013b8ae8aef561a5704571f99d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "905abcf7e4fc99ed7305a9cca34859ce78afd4013b8ae8aef561a5704571f99d", kill_on_drop: false }` [INFO] [stdout] 905abcf7e4fc99ed7305a9cca34859ce78afd4013b8ae8aef561a5704571f99d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70ed8588665e4a20f70363942c5c215288b6daa7ab73abe29411b690d35c73c8 [INFO] running `Command { std: "docker" "start" "-a" "70ed8588665e4a20f70363942c5c215288b6daa7ab73abe29411b690d35c73c8", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling winnow v0.5.28 [INFO] [stderr] Compiling gedcom-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `json` [INFO] [stdout] --> src/types/header.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg_attr(feature = "json", derive(Serialize, Deserialize))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `json` 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 elided elsewhere is confusing [INFO] [stdout] --> src/types/object.rs:26:27 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn parse(_record: &str) -> Object { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn parse(_record: &str) -> Object<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s [INFO] running `Command { std: "docker" "inspect" "70ed8588665e4a20f70363942c5c215288b6daa7ab73abe29411b690d35c73c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70ed8588665e4a20f70363942c5c215288b6daa7ab73abe29411b690d35c73c8", kill_on_drop: false }` [INFO] [stdout] 70ed8588665e4a20f70363942c5c215288b6daa7ab73abe29411b690d35c73c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b411c38c0df5157aed52c73e686c94487a7b019f1dccdb8bcb9932fb5b6560a2 [INFO] running `Command { std: "docker" "start" "-a" "b411c38c0df5157aed52c73e686c94487a7b019f1dccdb8bcb9932fb5b6560a2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stdout] warning: unexpected `cfg` condition value: `json` [INFO] [stdout] --> src/types/header.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg_attr(feature = "json", derive(Serialize, Deserialize))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `json` 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 elided elsewhere is confusing [INFO] [stdout] --> src/types/object.rs:26:27 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn parse(_record: &str) -> Object { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn parse(_record: &str) -> Object<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling ciborium v0.2.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling gedcom-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `json` [INFO] [stdout] --> src/types/header.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg_attr(feature = "json", derive(Serialize, Deserialize))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `json` 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 elided elsewhere is confusing [INFO] [stdout] --> src/types/object.rs:26:27 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn parse(_record: &str) -> Object { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn parse(_record: &str) -> Object<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 50.81s [INFO] running `Command { std: "docker" "inspect" "b411c38c0df5157aed52c73e686c94487a7b019f1dccdb8bcb9932fb5b6560a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b411c38c0df5157aed52c73e686c94487a7b019f1dccdb8bcb9932fb5b6560a2", kill_on_drop: false }` [INFO] [stdout] b411c38c0df5157aed52c73e686c94487a7b019f1dccdb8bcb9932fb5b6560a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1aa64810d2b520cf1903ae2cca1e24ba1efb90a36d69eb90957ec1b4a1d17a10 [INFO] running `Command { std: "docker" "start" "-a" "1aa64810d2b520cf1903ae2cca1e24ba1efb90a36d69eb90957ec1b4a1d17a10", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `json` [INFO] [stderr] --> src/types/header.rs:38:12 [INFO] [stderr] | [INFO] [stderr] 38 | #[cfg_attr(feature = "json", derive(Serialize, Deserialize))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `json` 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 elided elsewhere is confusing [INFO] [stderr] --> src/types/object.rs:26:27 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn parse(_record: &str) -> Object { [INFO] [stderr] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 26 | pub fn parse(_record: &str) -> Object<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `gedcom-rs` (lib) generated 2 warnings (run `cargo fix --lib -p gedcom-rs` to apply 1 suggestion) [INFO] [stderr] warning: `gedcom-rs` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gedcom_rs-6c77695c04b021ff) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test parse::tests::parse_get_tag_value ... ok [INFO] [stdout] test types::address::tests::parse_full_address ... ok [INFO] [stdout] test types::address::tests::parse_full_address2 ... ok [INFO] [stdout] test types::address::tests::parse_addr_conc ... ok [INFO] [stdout] test types::gedc::tests::parse ... ok [INFO] [stdout] test types::line::tests::parse_lines ... ok [INFO] [stdout] test types::note::tests::parse_note ... ok [INFO] [stdout] test types::header::tests::parse_header ... ok [INFO] [stdout] test types::source::tests::parse ... ok [INFO] [stdout] test types::sourcedata::tests::parse ... ok [INFO] [stdout] test types::submitter::tests::parse_submitter ... ok [INFO] [stdout] test types::address::tests::parse_addr_tag ... ok [INFO] [stdout] test types::individual::individual::tests::parse_indi_complete ... ok [INFO] [stdout] test types::corporation::tests::parse_corp ... ok [INFO] [stdout] test types::address::tests::parse_addr_cont ... ok [INFO] [stdout] test types::address::tests::parse_adr1_tag ... ok [INFO] [stdout] test types::individual::name::tests::parse_indi ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gedcom_rs-a976e9dd2bc00451) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_complete_gedcom ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests gedcom_rs [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" "1aa64810d2b520cf1903ae2cca1e24ba1efb90a36d69eb90957ec1b4a1d17a10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1aa64810d2b520cf1903ae2cca1e24ba1efb90a36d69eb90957ec1b4a1d17a10", kill_on_drop: false }` [INFO] [stdout] 1aa64810d2b520cf1903ae2cca1e24ba1efb90a36d69eb90957ec1b4a1d17a10