[INFO] cloning repository https://github.com/aftershootco/agprefs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aftershootco/agprefs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faftershootco%2Fagprefs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faftershootco%2Fagprefs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 70e4a40ffaee53ac06a5911e83fbcdd9066847e1
[INFO] testing aftershootco/agprefs against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faftershootco%2Fagprefs" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aftershootco/agprefs
[INFO] finished tweaking git repo https://github.com/aftershootco/agprefs
[INFO] tweaked toml for git repo https://github.com/aftershootco/agprefs written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aftershootco/agprefs on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aftershootco/agprefs 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded os_str_bytes v6.5.1
[INFO] [stderr]   Downloaded plotters-svg v0.3.3
[INFO] [stderr]   Downloaded ciborium-ll v0.2.1
[INFO] [stderr]   Downloaded ciborium-io v0.2.1
[INFO] [stderr]   Downloaded ciborium v0.2.1
[INFO] [stderr]   Downloaded arrayvec v0.7.3
[INFO] [stderr]   Downloaded plotters-backend v0.3.4
[INFO] [stderr]   Downloaded plotters v0.3.4
[INFO] [stderr]   Downloaded cookie-factory v0.3.2
[INFO] [stderr]   Downloaded escape_string v0.1.2
[INFO] [stderr]   Downloaded criterion v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c009f36c1e081e7e907055f0c3e4c3a9deb3979a2b026c5236257d6fb25cb78b
[INFO] running `Command { std: "docker" "start" "-a" "c009f36c1e081e7e907055f0c3e4c3a9deb3979a2b026c5236257d6fb25cb78b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c009f36c1e081e7e907055f0c3e4c3a9deb3979a2b026c5236257d6fb25cb78b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c009f36c1e081e7e907055f0c3e4c3a9deb3979a2b026c5236257d6fb25cb78b", kill_on_drop: false }`
[INFO] [stdout] c009f36c1e081e7e907055f0c3e4c3a9deb3979a2b026c5236257d6fb25cb78b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 59bca82f09a5ac93e8158200b0f231205de3fd5bca6e8180d868f17830a53893
[INFO] running `Command { std: "docker" "start" "-a" "59bca82f09a5ac93e8158200b0f231205de3fd5bca6e8180d868f17830a53893", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling arrayvec v0.7.3
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling joinery v2.1.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling indent_write v2.2.0
[INFO] [stderr]    Compiling cookie-factory v0.3.2
[INFO] [stderr]    Compiling escape_string v0.1.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling brownstone v3.0.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling nom-supreme v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling agprefs v0.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]  --> src/lib.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(feature = "namedlist")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]   = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/composer.rs:174:7
[INFO] [stdout]     |
[INFO] [stdout] 174 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/parser.rs:226:7
[INFO] [stdout]     |
[INFO] [stdout] 226 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/parser.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |         #[cfg(feature = "namedlist")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:321:7
[INFO] [stdout]     |
[INFO] [stdout] 321 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:449:7
[INFO] [stdout]     |
[INFO] [stdout] 449 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:460:7
[INFO] [stdout]     |
[INFO] [stdout] 460 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:474:7
[INFO] [stdout]     |
[INFO] [stdout] 474 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:482:7
[INFO] [stdout]     |
[INFO] [stdout] 482 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:149:19
[INFO] [stdout]     |
[INFO] [stdout] 149 |             #[cfg(feature = "namedlist")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:273:19
[INFO] [stdout]     |
[INFO] [stdout] 273 |             #[cfg(feature = "namedlist")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn from_str(s: &str) -> Result<Agpref, crate::errors::Errors> {
[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] 19 |     pub fn from_str(s: &str) -> Result<Agpref<'_>, crate::errors::Errors> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn parse(s: &str) -> Result<Agpref, crate::errors::Errors> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn parse(s: &str) -> Result<Agpref<'_>, crate::errors::Errors> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:37:16
[INFO] [stdout]    |
[INFO] [stdout] 37 | fn _agprefs(s: &str) -> Result<(&str, Agpref), nom::Err<nom::error::Error<&str>>> {
[INFO] [stdout]    |                ^^^^             ^^^^  ^^^^^^                              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                |                |     |
[INFO] [stdout]    |                |                |     the same lifetime is hidden here
[INFO] [stdout]    |                |                the same lifetime is elided here
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 | fn _agprefs(s: &str) -> Result<(&str, Agpref<'_>), nom::Err<nom::error::Error<&str>>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:125:21
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn get_value(s: &str) -> IResult<&str, Value> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn get_value(s: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
[INFO] running `Command { std: "docker" "inspect" "59bca82f09a5ac93e8158200b0f231205de3fd5bca6e8180d868f17830a53893", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59bca82f09a5ac93e8158200b0f231205de3fd5bca6e8180d868f17830a53893", kill_on_drop: false }`
[INFO] [stdout] 59bca82f09a5ac93e8158200b0f231205de3fd5bca6e8180d868f17830a53893
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc5954068fa47212d5e5f1ee98b934eb4f382036129aebd179618aa5fe214ea8
[INFO] running `Command { std: "docker" "start" "-a" "fc5954068fa47212d5e5f1ee98b934eb4f382036129aebd179618aa5fe214ea8", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling plotters-backend v0.3.4
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling os_str_bytes v6.5.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters-svg v0.3.3
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling plotters v0.3.4
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling agprefs v0.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]  --> src/lib.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(feature = "namedlist")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]   = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/composer.rs:174:7
[INFO] [stdout]     |
[INFO] [stdout] 174 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/parser.rs:226:7
[INFO] [stdout]     |
[INFO] [stdout] 226 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/parser.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |         #[cfg(feature = "namedlist")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:321:7
[INFO] [stdout]     |
[INFO] [stdout] 321 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:449:7
[INFO] [stdout]     |
[INFO] [stdout] 449 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:460:7
[INFO] [stdout]     |
[INFO] [stdout] 460 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:474:7
[INFO] [stdout]     |
[INFO] [stdout] 474 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:482:7
[INFO] [stdout]     |
[INFO] [stdout] 482 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:149:19
[INFO] [stdout]     |
[INFO] [stdout] 149 |             #[cfg(feature = "namedlist")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:273:19
[INFO] [stdout]     |
[INFO] [stdout] 273 |             #[cfg(feature = "namedlist")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn from_str(s: &str) -> Result<Agpref, crate::errors::Errors> {
[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] 19 |     pub fn from_str(s: &str) -> Result<Agpref<'_>, crate::errors::Errors> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn parse(s: &str) -> Result<Agpref, crate::errors::Errors> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn parse(s: &str) -> Result<Agpref<'_>, crate::errors::Errors> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:37:16
[INFO] [stdout]    |
[INFO] [stdout] 37 | fn _agprefs(s: &str) -> Result<(&str, Agpref), nom::Err<nom::error::Error<&str>>> {
[INFO] [stdout]    |                ^^^^             ^^^^  ^^^^^^                              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                |                |     |
[INFO] [stdout]    |                |                |     the same lifetime is hidden here
[INFO] [stdout]    |                |                the same lifetime is elided here
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 | fn _agprefs(s: &str) -> Result<(&str, Agpref<'_>), nom::Err<nom::error::Error<&str>>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:125:21
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn get_value(s: &str) -> IResult<&str, Value> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn get_value(s: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.4.0
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]  --> src/lib.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(feature = "namedlist")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]   = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/composer.rs:174:7
[INFO] [stdout]     |
[INFO] [stdout] 174 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/parser.rs:226:7
[INFO] [stdout]     |
[INFO] [stdout] 226 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/parser.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |         #[cfg(feature = "namedlist")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:321:7
[INFO] [stdout]     |
[INFO] [stdout] 321 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:449:7
[INFO] [stdout]     |
[INFO] [stdout] 449 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:460:7
[INFO] [stdout]     |
[INFO] [stdout] 460 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:474:7
[INFO] [stdout]     |
[INFO] [stdout] 474 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:482:7
[INFO] [stdout]     |
[INFO] [stdout] 482 | #[cfg(feature = "namedlist")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:149:19
[INFO] [stdout]     |
[INFO] [stdout] 149 |             #[cfg(feature = "namedlist")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stdout]    --> src/types.rs:273:19
[INFO] [stdout]     |
[INFO] [stdout] 273 |             #[cfg(feature = "namedlist")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stdout]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:19:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn from_str(s: &str) -> Result<Agpref, crate::errors::Errors> {
[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] 19 |     pub fn from_str(s: &str) -> Result<Agpref<'_>, crate::errors::Errors> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn parse(s: &str) -> Result<Agpref, crate::errors::Errors> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn parse(s: &str) -> Result<Agpref<'_>, crate::errors::Errors> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:37:16
[INFO] [stdout]    |
[INFO] [stdout] 37 | fn _agprefs(s: &str) -> Result<(&str, Agpref), nom::Err<nom::error::Error<&str>>> {
[INFO] [stdout]    |                ^^^^             ^^^^  ^^^^^^                              ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                |                |     |
[INFO] [stdout]    |                |                |     the same lifetime is hidden here
[INFO] [stdout]    |                |                the same lifetime is elided here
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 | fn _agprefs(s: &str) -> Result<(&str, Agpref<'_>), nom::Err<nom::error::Error<&str>>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:125:21
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn get_value(s: &str) -> IResult<&str, Value> {
[INFO] [stdout]     |                     ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                |
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn get_value(s: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.87s
[INFO] running `Command { std: "docker" "inspect" "fc5954068fa47212d5e5f1ee98b934eb4f382036129aebd179618aa5fe214ea8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc5954068fa47212d5e5f1ee98b934eb4f382036129aebd179618aa5fe214ea8", kill_on_drop: false }`
[INFO] [stdout] fc5954068fa47212d5e5f1ee98b934eb4f382036129aebd179618aa5fe214ea8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 293671de00213850c2037b9ea63066fdaef66870a0babb16729ce16c21671caf
[INFO] running `Command { std: "docker" "start" "-a" "293671de00213850c2037b9ea63066fdaef66870a0babb16729ce16c21671caf", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]  --> src/lib.rs:8:7
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg(feature = "namedlist")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]   = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]    --> src/composer.rs:174:7
[INFO] [stderr]     |
[INFO] [stderr] 174 | #[cfg(feature = "namedlist")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]    --> src/parser.rs:226:7
[INFO] [stderr]     |
[INFO] [stderr] 226 | #[cfg(feature = "namedlist")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]    --> src/parser.rs:129:15
[INFO] [stderr]     |
[INFO] [stderr] 129 |         #[cfg(feature = "namedlist")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]    --> src/types.rs:321:7
[INFO] [stderr]     |
[INFO] [stderr] 321 | #[cfg(feature = "namedlist")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]    --> src/types.rs:449:7
[INFO] [stderr]     |
[INFO] [stderr] 449 | #[cfg(feature = "namedlist")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]    --> src/types.rs:460:7
[INFO] [stderr]     |
[INFO] [stderr] 460 | #[cfg(feature = "namedlist")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]    --> src/types.rs:474:7
[INFO] [stderr]     |
[INFO] [stderr] 474 | #[cfg(feature = "namedlist")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]    --> src/types.rs:482:7
[INFO] [stderr]     |
[INFO] [stderr] 482 | #[cfg(feature = "namedlist")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]    --> src/types.rs:149:19
[INFO] [stderr]     |
[INFO] [stderr] 149 |             #[cfg(feature = "namedlist")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `namedlist`
[INFO] [stderr]    --> src/types.rs:273:19
[INFO] [stderr]     |
[INFO] [stderr] 273 |             #[cfg(feature = "namedlist")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `composer`, `default`, and `serde`
[INFO] [stderr]     = help: consider adding `namedlist` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:19:24
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn from_str(s: &str) -> Result<Agpref, crate::errors::Errors> {
[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] 19 |     pub fn from_str(s: &str) -> Result<Agpref<'_>, crate::errors::Errors> {
[INFO] [stderr]    |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:24:21
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub fn parse(s: &str) -> Result<Agpref, crate::errors::Errors> {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub fn parse(s: &str) -> Result<Agpref<'_>, crate::errors::Errors> {
[INFO] [stderr]    |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:37:16
[INFO] [stderr]    |
[INFO] [stderr] 37 | fn _agprefs(s: &str) -> Result<(&str, Agpref), nom::Err<nom::error::Error<&str>>> {
[INFO] [stderr]    |                ^^^^             ^^^^  ^^^^^^                              ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                |                |     |
[INFO] [stderr]    |                |                |     the same lifetime is hidden here
[INFO] [stderr]    |                |                the same lifetime is elided here
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 37 | fn _agprefs(s: &str) -> Result<(&str, Agpref<'_>), nom::Err<nom::error::Error<&str>>> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:125:21
[INFO] [stderr]     |
[INFO] [stderr] 125 | pub fn get_value(s: &str) -> IResult<&str, Value> {
[INFO] [stderr]     |                     ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                |
[INFO] [stderr]     |                     |                the same lifetime is elided here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 125 | pub fn get_value(s: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `agprefs` (lib) generated 15 warnings (run `cargo fix --lib -p agprefs` to apply 4 suggestions)
[INFO] [stderr] warning: `agprefs` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agprefs-edad5001f26a9c1b)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test parser::esc_test ... ok
[INFO] [stdout] test parser::esc_test_empty ... ok
[INFO] [stdout] test types::test_value ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/agprefs-89cc08ffcf9cefd5)
[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] [stderr]      Running tests/parse.rs (/opt/rustwide/target/debug/deps/parse-6234711d70e0c514)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test fail ... ok
[INFO] [stdout] test one ... ok
[INFO] [stdout] test nikhil ... ok
[INFO] [stdout] test two ... ok
[INFO] [stdout] test serialize_metadata ... ok
[INFO] [stdout] test db ... FAILED
[INFO] [stdout] test metadata ... FAILED
[INFO] [stdout] test windows ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- db stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'db' (30) panicked at tests/parse.rs:71:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "s = { AutoLateralCA = 1,\nBlacks2012 = -36,\nBlueHue = -23,\nBlueSaturation = -26,\nBrightness = 50,\nCameraProfile = \"Camera Standard\",\nCameraProfileDigest = \"B4F43AF8E01166960058A6A8BE6E3D54\",\nClarity2012 = -24,\nColorGradeBlending = 62,\nColorGradeGlobalHue = 0,\nColorGradeGlobalLum = 0,\nColorGradeGlobalSat = 0,\nColorGradeHighlightLum = 29,\nColorGradeMidtoneHue = 42,\nColorGradeMidtoneLum = -17,\nColorGradeMidtoneSat = 79,\nColorGradeShadowLum = -20,\nColorNoiseReduction = 55,\nColorNoiseReductionDetail = 42,\nColorNoiseReductionSmoothness = 38,\nContrast = 25,\nContrast2012 = 23,\nConvertToGrayscale = false,\nCurveRefineSaturation = 100,\nCustomTemperature = 5356,\nCustomTint = 20.3949,\nDefringeGreenAmount = 0,\nDefringeGreenHueHi = 60,\nDefringeGreenHueLo = 40,\nDefringePurpleAmount = 0,\nDefringePurpleHueHi = 70,\nDefringePurpleHueLo = 30,\nDehaze = 36,\nExposure = 0,\nExposure2012 = 1.05,\nExtendedToneCurvePV2012 = { 0,\n0,\n49,\n43,\n104,\n122,\n163,\n160,\n255,\n255 },\nExtendedToneCurvePV2012Blue = { 0,\n0,\n81,\n83,\n200,\n175,\n255,\n255 },\nExtendedToneCurvePV2012Green = { 0,\n0,\n61,\n115,\n224,\n186,\n255,\n255 },\nExtendedToneCurvePV2012Red = { 0,\n0,\n70,\n76,\n150,\n161,\n255,\n255 },\nGrainAmount = 24,\nGrainFrequency = 36,\nGrainSeed = 1182535882,\nGrainSize = 36,\nGreenHue = 19,\nGreenSaturation = 19,\nHDREditMode = 0,\nHDRMaxValue = 4,\nHighlights2012 = -48,\nHueAdjustmentAqua = 18,\nHueAdjustmentBlue = -29,\nHueAdjustmentGreen = -44,\nHueAdjustmentMagenta = -17,\nHueAdjustmentOrange = 33,\nHueAdjustmentPurple = -30,\nHueAdjustmentRed = 45,\nHueAdjustmentYellow = -37,\nLensBlur = {  },\nLensManualDistortionAmount = 0,\nLensProfileDigest = \"F749F8674DF9ED014D6B035DB372E8FD\",\nLensProfileDistortionScale = 100,\nLensProfileEnable = 1,\nLensProfileIsEmbedded = true,\nLensProfileName = \"Camera Settings\",\nLensProfileSetup = \"LensDefaults\",\nLensProfileVignettingScale = 100,\nLook = { Amount = 0.88,\nGroup = { [\"x-default\"] = \" Sam Hurd - Signal Flow\" },\nName = \"BitDepth CS\",\nParameters = { CameraProfile = \"Camera Standard\",\nCameraProfileDigest = \"E89FA237E9D4EF49C7F2A6F0A40F4BC0\",\nConvertToGrayscale = false,\nExposure2012 = 0,\nLensBlur = {  },\nProcessVersion = \"15.4\",\nRGBTable = \"23E5F7A7B76177CCE79F84FAD06799D4\",\nVersion = \"16.0\" },\nSupportsMonochrome = false,\nSupportsOutputReferred = false,\nUUID = \"E500ACC1A46145F4B53739D17CEE178C\" },\nLuminanceAdjustmentAqua = -26,\nLuminanceAdjustmentBlue = -20,\nLuminanceAdjustmentGreen = -26,\nLuminanceAdjustmentMagenta = -20,\nLuminanceAdjustmentOrange = -16,\nLuminanceAdjustmentPurple = -20,\nLuminanceAdjustmentRed = 23,\nLuminanceAdjustmentYellow = -19,\nLuminanceNoiseReductionContrast = 0,\nOverrideLookVignette = false,\nParametricDarks = -34,\nParametricHighlights = 58,\nParametricLights = 35,\nParametricShadows = 3,\nPerspectiveHorizontal = 0,\nPerspectiveRotate = 0,\nPerspectiveScale = 100,\nPerspectiveVertical = 0,\nPerspectiveX = 0,\nPerspectiveY = 0,\nPostCropVignetteAmount = 32,\nPostCropVignetteFeather = 60,\nPostCropVignetteMidpoint = 33,\nPostCropVignetteRoundness = -33,\nProcessVersion = \"15.4\",\nRedEyeInfo = {  },\nRedHue = -28,\nRedSaturation = -29,\nRetouchInfo = {  },\nSDRBlend = 0,\nSDRBrightness = 0,\nSDRClarity = 0,\nSDRContrast = 0,\nSDRHighlights = 0,\nSDRShadows = 0,\nSDRWhites = 0,\nSaturation = 26,\nSaturationAdjustmentAqua = 24,\nSaturationAdjustmentBlue = -34,\nSaturationAdjustmentGreen = -12,\nSaturationAdjustmentMagenta = -17,\nSaturationAdjustmentOrange = -6,\nSaturationAdjustmentPurple = 37,\nSaturationAdjustmentRed = -17,\nSaturationAdjustmentYellow = 19,\nShadowTint = 21,\nShadows = 5,\nShadows2012 = -28,\nSharpenDetail = 41,\nSharpenEdgeMasking = 41,\nSharpenRadius = 1.5,\nSharpness = 73,\nSplitToningBalance = -21,\nSplitToningHighlightHue = 191,\nSplitToningHighlightSaturation = 33,\nSplitToningShadowHue = 34,\nSplitToningShadowSaturation = 22,\nTemperature = 5356,\nTexture = 43,\nTint = 20,\nToneCurveName2012 = \"Custom\",\nToneCurvePV2012 = { 0,\n0,\n49,\n43,\n104,\n122,\n163,\n160,\n255,\n255 },\nToneCurvePV2012Blue = { 0,\n0,\n81,\n83,\n200,\n175,\n255,\n255 },\nToneCurvePV2012Green = { 0,\n0,\n61,\n115,\n224,\n186,\n255,\n255 },\nToneCurvePV2012Red = { 0,\n0,\n70,\n76,\n150,\n161,\n255,\n255 },\nUprightCenterMode = 0,\nUprightCenterNormX = 0.5,\nUprightCenterNormY = 0.5,\nUprightFocalLength35mm = 35,\nUprightFocalMode = 0,\nUprightFourSegmentsCount = 0,\nUprightPreview = false,\nUprightTransformCount = 6,\nUprightVersion = 151388160,\nVersion = \"16.0\",\nVibrance = -45,\nWhiteBalance = \"Custom\",\nWhites2012 = -100 }\n"
[INFO] [stdout]  right: "s = {\nAutoLateralCA = 1,\nBlacks2012 = -36,\nBlueHue = -23,\nBlueSaturation = -26,\nBrightness = 50,\nCameraProfile = \"Camera Standard\",\nCameraProfileDigest = \"B4F43AF8E01166960058A6A8BE6E3D54\",\nClarity2012 = -24,\nColorGradeBlending = 62,\nColorGradeGlobalHue = 0,\nColorGradeGlobalLum = 0,\nColorGradeGlobalSat = 0,\nColorGradeHighlightLum = 29,\nColorGradeMidtoneHue = 42,\nColorGradeMidtoneLum = -17,\nColorGradeMidtoneSat = 79,\nColorGradeShadowLum = -20,\nColorNoiseReduction = 55,\nColorNoiseReductionDetail = 42,\nColorNoiseReductionSmoothness = 38,\nContrast = 25,\nContrast2012 = 23,\nConvertToGrayscale = false,\nCurveRefineSaturation = 100,\nCustomTemperature = 5356,\nCustomTint = 20.3949,\nDefringeGreenAmount = 0,\nDefringeGreenHueHi = 60,\nDefringeGreenHueLo = 40,\nDefringePurpleAmount = 0,\nDefringePurpleHueHi = 70,\nDefringePurpleHueLo = 30,\nDehaze = 36,\nExposure = 0,\nExposure2012 = 1.05,\nExtendedToneCurvePV2012 = { 0,\n0,\n49,\n43,\n104,\n122,\n163,\n160,\n255,\n255 },\nExtendedToneCurvePV2012Blue = { 0,\n0,\n81,\n83,\n200,\n175,\n255,\n255 },\nExtendedToneCurvePV2012Green = { 0,\n0,\n61,\n115,\n224,\n186,\n255,\n255 },\nExtendedToneCurvePV2012Red = { 0,\n0,\n70,\n76,\n150,\n161,\n255,\n255 },\nGrainAmount = 24,\nGrainFrequency = 36,\nGrainSeed = 1182535882,\nGrainSize = 36,\nGreenHue = 19,\nGreenSaturation = 19,\nHDREditMode = 0,\nHDRMaxValue = 4,\nHighlights2012 = -48,\nHueAdjustmentAqua = 18,\nHueAdjustmentBlue = -29,\nHueAdjustmentGreen = -44,\nHueAdjustmentMagenta = -17,\nHueAdjustmentOrange = 33,\nHueAdjustmentPurple = -30,\nHueAdjustmentRed = 45,\nHueAdjustmentYellow = -37,\nLensBlur = {  },\nLensManualDistortionAmount = 0,\nLensProfileDigest = \"F749F8674DF9ED014D6B035DB372E8FD\",\nLensProfileDistortionScale = 100,\nLensProfileEnable = 1,\nLensProfileIsEmbedded = true,\nLensProfileName = \"Camera Settings\",\nLensProfileSetup = \"LensDefaults\",\nLensProfileVignettingScale = 100,\nLook = { Amount = 0.88,\nGroup = { [\"x-default\"] = \"Sam Hurd - Signal Flow\" },\nName = \"BitDepth CS\",\nParameters = { CameraProfile = \"Camera Standard\",\nCameraProfileDigest = \"E89FA237E9D4EF49C7F2A6F0A40F4BC0\",\nConvertToGrayscale = false,\nExposure2012 = 0,\nLensBlur = {  },\nProcessVersion = \"15.4\",\nRGBTable = \"23E5F7A7B76177CCE79F84FAD06799D4\",\nVersion = \"16.0\" },\nSupportsMonochrome = false,\nSupportsOutputReferred = false,\nUUID = \"E500ACC1A46145F4B53739D17CEE178C\" },\nLuminanceAdjustmentAqua = -26,\nLuminanceAdjustmentBlue = -20,\nLuminanceAdjustmentGreen = -26,\nLuminanceAdjustmentMagenta = -20,\nLuminanceAdjustmentOrange = -16,\nLuminanceAdjustmentPurple = -20,\nLuminanceAdjustmentRed = 23,\nLuminanceAdjustmentYellow = -19,\nLuminanceNoiseReductionContrast = 0,\nOverrideLookVignette = false,\nParametricDarks = -34,\nParametricHighlights = 58,\nParametricLights = 35,\nParametricShadows = 3,\nPerspectiveHorizontal = 0,\nPerspectiveRotate = 0,\nPerspectiveScale = 100,\nPerspectiveVertical = 0,\nPerspectiveX = 0,\nPerspectiveY = 0,\nPostCropVignetteAmount = 32,\nPostCropVignetteFeather = 60,\nPostCropVignetteMidpoint = 33,\nPostCropVignetteRoundness = -33,\nProcessVersion = \"15.4\",\nRedEyeInfo = {  },\nRedHue = -28,\nRedSaturation = -29,\nRetouchInfo = {  },\nSDRBlend = 0,\nSDRBrightness = 0,\nSDRClarity = 0,\nSDRContrast = 0,\nSDRHighlights = 0,\nSDRShadows = 0,\nSDRWhites = 0,\nSaturation = 26,\nSaturationAdjustmentAqua = 24,\nSaturationAdjustmentBlue = -34,\nSaturationAdjustmentGreen = -12,\nSaturationAdjustmentMagenta = -17,\nSaturationAdjustmentOrange = -6,\nSaturationAdjustmentPurple = 37,\nSaturationAdjustmentRed = -17,\nSaturationAdjustmentYellow = 19,\nShadowTint = 21,\nShadows = 5,\nShadows2012 = -28,\nSharpenDetail = 41,\nSharpenEdgeMasking = 41,\nSharpenRadius = 1.5,\nSharpness = 73,\nSplitToningBalance = -21,\nSplitToningHighlightHue = 191,\nSplitToningHighlightSaturation = 33,\nSplitToningShadowHue = 34,\nSplitToningShadowSaturation = 22,\nTemperature = 5356,\nTexture = 43,\nTint = 20,\nToneCurveName2012 = \"Custom\",\nToneCurvePV2012 = { 0,\n0,\n49,\n43,\n104,\n122,\n163,\n160,\n255,\n255 },\nToneCurvePV2012Blue = { 0,\n0,\n81,\n83,\n200,\n175,\n255,\n255 },\nToneCurvePV2012Green = { 0,\n0,\n61,\n115,\n224,\n186,\n255,\n255 },\nToneCurvePV2012Red = { 0,\n0,\n70,\n76,\n150,\n161,\n255,\n255 },\nUprightCenterMode = 0,\nUprightCenterNormX = 0.5,\nUprightCenterNormY = 0.5,\nUprightFocalLength35mm = 35,\nUprightFocalMode = 0,\nUprightFourSegmentsCount = 0,\nUprightPreview = false,\nUprightTransformCount = 6,\nUprightVersion = 151388160,\nVersion = \"16.0\",\nVibrance = -45,\nWhiteBalance = \"Custom\",\nWhites2012 = -100\n}\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e68ecfee3c2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e68ecfee3c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e68ecfee3c2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e68ecfee3c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e68ecffefaf - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e68ecffefaf - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5e68ecfbbd63 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e68ecfbbd63 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e68ecfc7c32 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e68ecfcc70f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e68ecfcc5a1 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e68ecf61f4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5e68ecf61f4e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e68ecfccd1f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5e68ecfccd1f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e68ecfccb7a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e68ecfc7d69 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e68ecfb04cd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e68ed008300 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e68ed008103 - core::panicking::assert_failed_inner::hdcc703ae7c807131
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:444:17
[INFO] [stdout]   20:     0x5e68ecf27fdd - core::panicking::assert_failed::h581d5540f8bc672e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:399:5
[INFO] [stdout]   21:     0x5e68ecf2933c - parse::db::hdbec55b941e75dc2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parse.rs:71:5
[INFO] [stdout]   22:     0x5e68ecf293a7 - parse::db::{{closure}}::hdea083a83e069b44
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parse.rs:64:12
[INFO] [stdout]   23:     0x5e68ecf27116 - core::ops::function::FnOnce::call_once::he295e1109dd36d1d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5e68ecf61d2b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5e68ecf61d2b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5e68ecf75dad - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5e68ecf75dad - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5e68ecf75dad - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5e68ecf75dad - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5e68ecf75dad - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5e68ecf75dad - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5e68ecf75dad - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5e68ecf4f2c4 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5e68ecf4f2c4 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5e68ecf52bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x5e68ecf52bfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5e68ecf52bfa - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5e68ecf52bfa - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5e68ecf52bfa - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5e68ecf52bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x5e68ecf52bfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e68ecfc316f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x5e68ecfc316f - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7e8a6db15aa4 - <unknown>
[INFO] [stdout]   45:     0x7e8a6dba2a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- metadata stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'metadata' (32) panicked at tests/parse.rs:82:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "s = { AutoLateralCA = 0,\nBlacks2012 = -31,\nBrightness = 50,\nCameraProfile = \"Adobe Standard\",\nCameraProfileDigest = \"2D1D4700365C3E2831EEAE0D1A8F9CDF\",\nClarity2012 = -23,\nColorGradeBlending = 50,\nColorGradeGlobalHue = 0,\nColorGradeGlobalLum = 0,\nColorGradeGlobalSat = 0,\nColorGradeHighlightLum = 0,\nColorGradeMidtoneHue = 0,\nColorGradeMidtoneLum = 0,\nColorGradeMidtoneSat = 0,\nColorGradeShadowLum = 0,\nColorNoiseReduction = 25,\nContrast = 25,\nContrast2012 = -22,\nConvertToGrayscale = false,\nCustomTemperature = 6915,\nCustomTint = -33.6081,\nDefringeGreenAmount = 0,\nDefringeGreenHueHi = 60,\nDefringeGreenHueLo = 40,\nDefringePurpleAmount = 0,\nDefringePurpleHueHi = 70,\nDefringePurpleHueLo = 30,\nDehaze = 15,\nExposure = 0,\nExposure2012 = 1.43,\nGrainSize = 25,\nHighlights2012 = 18,\nLensManualDistortionAmount = 0,\nLensProfileEnable = 0,\nLensProfileSetup = \"LensDefaults\",\nLook = { Amount = 1,\nGroup = { [\"x-default\"] = \"Profiles\" },\nName = \"Adobe Color\",\nParameters = { CameraProfile = \"Adobe Standard\",\nConvertToGrayscale = false,\nEnableCalibration = true,\nEnableColorAdjustments = true,\nEnableDetail = true,\nEnableEffects = true,\nEnableGrayscaleMix = true,\nEnableLensCorrections = true,\nEnableMaskGroupBasedCorrections = true,\nEnableRedEye = true,\nEnableRetouch = true,\nEnableSplitToning = true,\nEnableToneCurve = true,\nEnableTransform = true,\nLookTable = \"E1095149FDB39D7A057BAB208837E2E1\",\nProcessVersion = \"11.0\",\nToneCurveName2012 = \"\",\nToneCurvePV2012 = { 0,\n0,\n22,\n16,\n40,\n35,\n127,\n127,\n224,\n230,\n240,\n246,\n255,\n255 },\nToneCurvePV2012Blue = { 0,\n0,\n255,\n255 },\nToneCurvePV2012Green = { 0,\n0,\n255,\n255 },\nToneCurvePV2012Red = { 0,\n0,\n255,\n255 },\nVersion = \"14.4.1\" },\nSupportsAmount = false,\nSupportsMonochrome = false,\nSupportsOutputReferred = false,\nUUID = \"B952C231111CD8E0ECCF14B86BAA7077\" },\nLuminanceNoiseReductionContrast = 0,\nOverrideLookVignette = false,\nPerspectiveHorizontal = 0,\nPerspectiveRotate = 0,\nPerspectiveScale = 100,\nPerspectiveVertical = 0,\nPerspectiveX = 0,\nPerspectiveY = 0,\nProcessVersion = \"11.0\",\nRedEyeInfo = {  },\nRetouchInfo = {  },\nSaturation = 27,\nShadows = 5,\nShadows2012 = -29,\nSharpenDetail = 25,\nSharpenEdgeMasking = 0,\nSharpenRadius = 1,\nSharpness = 40,\nTemperature = 6915,\nTexture = 26,\nTint = -34,\nToneCurveName2012 = \"Linear\",\nToneCurvePV2012 = { 0,\n0,\n255,\n255 },\nToneCurvePV2012Blue = { 0,\n0,\n255,\n255 },\nToneCurvePV2012Green = { 0,\n0,\n255,\n255 },\nToneCurvePV2012Red = { 0,\n0,\n255,\n255 },\nUprightCenterMode = 0,\nUprightCenterNormX = 0.5,\nUprightCenterNormY = 0.5,\nUprightFocalLength35mm = 35,\nUprightFocalMode = 0,\nUprightFourSegmentsCount = 0,\nUprightPreview = false,\nUprightTransformCount = 6,\nUprightVersion = 151388160,\nVersion = \"14.4.1\",\nVibrance = -31,\nWhiteBalance = \"Custom\",\nWhites2012 = 27 }\n"
[INFO] [stdout]  right: "s = {\nAutoLateralCA = 0,\nBlacks2012 = -31,\nBrightness = 50,\nCameraProfile = \"Adobe Standard\",\nCameraProfileDigest = \"2D1D4700365C3E2831EEAE0D1A8F9CDF\",\nClarity2012 = -23,\nColorGradeBlending = 50,\nColorGradeGlobalHue = 0,\nColorGradeGlobalLum = 0,\nColorGradeGlobalSat = 0,\nColorGradeHighlightLum = 0,\nColorGradeMidtoneHue = 0,\nColorGradeMidtoneLum = 0,\nColorGradeMidtoneSat = 0,\nColorGradeShadowLum = 0,\nColorNoiseReduction = 25,\nContrast = 25,\nContrast2012 = -22,\nConvertToGrayscale = false,\nCustomTemperature = 6915,\nCustomTint = -33.6081,\nDefringeGreenAmount = 0,\nDefringeGreenHueHi = 60,\nDefringeGreenHueLo = 40,\nDefringePurpleAmount = 0,\nDefringePurpleHueHi = 70,\nDefringePurpleHueLo = 30,\nDehaze = 15,\nExposure = 0,\nExposure2012 = 1.43,\nGrainSize = 25,\nHighlights2012 = 18,\nLensManualDistortionAmount = 0,\nLensProfileEnable = 0,\nLensProfileSetup = \"LensDefaults\",\nLook = { Amount = 1,\nGroup = { [\"x-default\"] = \"Profiles\" },\nName = \"Adobe Color\",\nParameters = { CameraProfile = \"Adobe Standard\",\nConvertToGrayscale = false,\nEnableCalibration = true,\nEnableColorAdjustments = true,\nEnableDetail = true,\nEnableEffects = true,\nEnableGrayscaleMix = true,\nEnableLensCorrections = true,\nEnableMaskGroupBasedCorrections = true,\nEnableRedEye = true,\nEnableRetouch = true,\nEnableSplitToning = true,\nEnableToneCurve = true,\nEnableTransform = true,\nLookTable = \"E1095149FDB39D7A057BAB208837E2E1\",\nProcessVersion = \"11.0\",\nToneCurveName2012 = \"\",\nToneCurvePV2012 = { 0,\n0,\n22,\n16,\n40,\n35,\n127,\n127,\n224,\n230,\n240,\n246,\n255,\n255 },\nToneCurvePV2012Blue = { 0,\n0,\n255,\n255 },\nToneCurvePV2012Green = { 0,\n0,\n255,\n255 },\nToneCurvePV2012Red = { 0,\n0,\n255,\n255 },\nVersion = \"14.4.1\" },\nSupportsAmount = false,\nSupportsMonochrome = false,\nSupportsOutputReferred = false,\nUUID = \"B952C231111CD8E0ECCF14B86BAA7077\" },\nLuminanceNoiseReductionContrast = 0,\nOverrideLookVignette = false,\nPerspectiveHorizontal = 0,\nPerspectiveRotate = 0,\nPerspectiveScale = 100,\nPerspectiveVertical = 0,\nPerspectiveX = 0,\nPerspectiveY = 0,\nProcessVersion = \"11.0\",\nRedEyeInfo = {  },\nRetouchInfo = {  },\nSaturation = 27,\nShadows = 5,\nShadows2012 = -29,\nSharpenDetail = 25,\nSharpenEdgeMasking = 0,\nSharpenRadius = 1,\nSharpness = 40,\nTemperature = 6915,\nTexture = 26,\nTint = -34,\nToneCurveName2012 = \"Linear\",\nToneCurvePV2012 = { 0,\n0,\n255,\n255 },\nToneCurvePV2012Blue = { 0,\n0,\n255,\n255 },\nToneCurvePV2012Green = { 0,\n0,\n255,\n255 },\nToneCurvePV2012Red = { 0,\n0,\n255,\n255 },\nUprightCenterMode = 0,\nUprightCenterNormX = 0.5,\nUprightCenterNormY = 0.5,\nUprightFocalLength35mm = 35,\nUprightFocalMode = 0,\nUprightFourSegmentsCount = 0,\nUprightPreview = false,\nUprightTransformCount = 6,\nUprightVersion = 151388160,\nVersion = \"14.4.1\",\nVibrance = -31,\nWhiteBalance = \"Custom\",\nWhites2012 = 27\n}\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e68ecfee3c2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e68ecfee3c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e68ecfee3c2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e68ecfee3c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e68ecffefaf - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e68ecffefaf - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5e68ecfbbd63 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e68ecfbbd63 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e68ecfc7c32 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e68ecfcc70f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e68ecfcc5a1 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e68ecf61f4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5e68ecf61f4e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e68ecfccd1f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5e68ecfccd1f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e68ecfccb7a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e68ecfc7d69 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e68ecfb04cd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e68ed008300 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e68ed008103 - core::panicking::assert_failed_inner::hdcc703ae7c807131
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:444:17
[INFO] [stdout]   20:     0x5e68ecf27fdd - core::panicking::assert_failed::h581d5540f8bc672e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:399:5
[INFO] [stdout]   21:     0x5e68ecf2ac8c - parse::metadata::h0da2079d0e6d0f8f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parse.rs:82:5
[INFO] [stdout]   22:     0x5e68ecf2acf7 - parse::metadata::{{closure}}::h625d63b6986431c3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parse.rs:75:18
[INFO] [stdout]   23:     0x5e68ecf26ff6 - core::ops::function::FnOnce::call_once::hc773036648c2d2fc
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5e68ecf61d2b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5e68ecf61d2b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5e68ecf75dad - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5e68ecf75dad - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5e68ecf75dad - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5e68ecf75dad - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5e68ecf75dad - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5e68ecf75dad - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5e68ecf75dad - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5e68ecf4f2c4 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5e68ecf4f2c4 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5e68ecf52bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x5e68ecf52bfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5e68ecf52bfa - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5e68ecf52bfa - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5e68ecf52bfa - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5e68ecf52bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x5e68ecf52bfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e68ecfc316f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x5e68ecfc316f - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7e8a6db15aa4 - <unknown>
[INFO] [stdout]   45:     0x7e8a6dba2a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- windows stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'windows' (37) panicked at tests/parse.rs:38:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e68ecfee3c2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e68ecfee3c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e68ecfee3c2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e68ecfee3c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e68ecffefaf - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e68ecffefaf - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5e68ecfbbd63 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e68ecfbbd63 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e68ecfc7c32 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e68ecfcc70f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e68ecfcc5a1 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e68ecf61f4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5e68ecf61f4e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e68ecfccd1f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5e68ecfccd1f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e68ecfccb7a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e68ecfc7d69 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e68ecfb04cd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e68ed008300 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e68ed007886 - core::result::unwrap_failed::h2380020e6daeb464
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x5e68ecf2a13a - core::result::Result<T,E>::unwrap::h2e7a6030b37fb051
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e68ecf2a13a - parse::windows::h3b686c6319a0bd99
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parse.rs:38:42
[INFO] [stdout]   22:     0x5e68ecf2a847 - parse::windows::{{closure}}::h588513e59ba6bddb
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parse.rs:31:17
[INFO] [stdout]   23:     0x5e68ecf27156 - core::ops::function::FnOnce::call_once::hec05dbb1c9db08dc
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5e68ecf61d2b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5e68ecf61d2b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5e68ecf75dad - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5e68ecf75dad - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5e68ecf75dad - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5e68ecf75dad - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5e68ecf75dad - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5e68ecf75dad - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5e68ecf75dad - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5e68ecf4f2c4 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5e68ecf4f2c4 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5e68ecf52bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x5e68ecf52bfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5e68ecf52bfa - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5e68ecf52bfa - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5e68ecf52bfa - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5e68ecf52bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x5e68ecf52bfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e68ecfc316f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x5e68ecfc316f - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7e8a6db15aa4 - <unknown>
[INFO] [stdout]   45:     0x7e8a6dba2a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     db
[INFO] [stdout]     metadata
[INFO] [stdout]     windows
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test parse`
[INFO] running `Command { std: "docker" "inspect" "293671de00213850c2037b9ea63066fdaef66870a0babb16729ce16c21671caf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "293671de00213850c2037b9ea63066fdaef66870a0babb16729ce16c21671caf", kill_on_drop: false }`
[INFO] [stdout] 293671de00213850c2037b9ea63066fdaef66870a0babb16729ce16c21671caf
