[INFO] cloning repository https://github.com/JackErb/rust-schema-serializer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JackErb/rust-schema-serializer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJackErb%2Frust-schema-serializer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJackErb%2Frust-schema-serializer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc720c610edb848295c3cb3edb0f5bdabd1d584f
[INFO] checking JackErb/rust-schema-serializer against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJackErb%2Frust-schema-serializer" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JackErb/rust-schema-serializer
[INFO] finished tweaking git repo https://github.com/JackErb/rust-schema-serializer
[INFO] tweaked toml for git repo https://github.com/JackErb/rust-schema-serializer written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JackErb/rust-schema-serializer on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JackErb/rust-schema-serializer 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c5832aedb8e3c2475ef9d28a4c5d2a07f9982ca24b0dc9f0e617b0fb4bfb62db
[INFO] running `Command { std: "docker" "start" "-a" "c5832aedb8e3c2475ef9d28a4c5d2a07f9982ca24b0dc9f0e617b0fb4bfb62db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5832aedb8e3c2475ef9d28a4c5d2a07f9982ca24b0dc9f0e617b0fb4bfb62db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5832aedb8e3c2475ef9d28a4c5d2a07f9982ca24b0dc9f0e617b0fb4bfb62db", kill_on_drop: false }`
[INFO] [stdout] c5832aedb8e3c2475ef9d28a4c5d2a07f9982ca24b0dc9f0e617b0fb4bfb62db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9eb42bc4f29b3342631e8e4025188b884a324968326a7ea96d9c89f07ea0c6ef
[INFO] running `Command { std: "docker" "start" "-a" "9eb42bc4f29b3342631e8e4025188b884a324968326a7ea96d9c89f07ea0c6ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling schema_macros v0.1.0 (/opt/rustwide/workdir/src/schema_macros)
[INFO] [stderr]     Checking rust_schema v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] impl Schematize for DataType
[INFO] [stdout] {
[INFO] [stdout]     fn schema_default() -> DataType { DataType :: Primary } fn
[INFO] [stdout]     serialize(& self, context : & mut SerializeContext)
[INFO] [stdout]     {
[INFO] [stdout]         match self
[INFO] [stdout]         {
[INFO] [stdout]             DataType :: Primary => context.print(stringify! (Primary)),
[INFO] [stdout]             DataType :: Secondary => context.print(stringify! (Secondary)),
[INFO] [stdout]             DataType :: Tertiary(field) =>
[INFO] [stdout]             {
[INFO] [stdout]                 context.print(stringify! (Tertiary)); context.print(" {");
[INFO] [stdout]                 context.tabs += 1; context.println(); context.print_tabs();
[INFO] [stdout]                 field.serialize(context); context.println(); context.tabs -=
[INFO] [stdout]                 1; context.print_tabs(); context.print("}");
[INFO] [stdout]             },
[INFO] [stdout]         }
[INFO] [stdout]     } fn
[INFO] [stdout]     build_layout(schema_value : & SchemaValue, layout : alloc :: Layout,
[INFO] [stdout]     offsets : & mut Vec < usize >) -> Result < alloc :: Layout, alloc ::
[INFO] [stdout]     LayoutError >
[INFO] [stdout]     {
[INFO] [stdout]         match schema_value
[INFO] [stdout]         {
[INFO] [stdout]             SchemaValue :: EnumVariant(enum_name, enum_field) =>
[INFO] [stdout]             {
[INFO] [stdout]                 match * enum_name
[INFO] [stdout]                 {
[INFO] [stdout]                     stringify! (Primary) => Ok(layout), stringify! (Secondary)
[INFO] [stdout]                     => Ok(layout), stringify! (Tertiary) =>
[INFO] [stdout]                     Ok(StringWrapper ::
[INFO] [stdout]                     build_layout(enum_field, layout, offsets) ?), _ =>
[INFO] [stdout]                     { Ok(layout) }
[INFO] [stdout]                 }
[INFO] [stdout]             }, _ => { Ok(layout) }
[INFO] [stdout]         }
[INFO] [stdout]     } fn
[INFO] [stdout]     deserialize(schema_value : & SchemaValue, context : & mut
[INFO] [stdout]     DeserializeContext) -> SchemaResult < DataType >
[INFO] [stdout]     {
[INFO] [stdout]         Ok(match schema_value
[INFO] [stdout]         {
[INFO] [stdout]             SchemaValue :: EnumVariant(enum_name, enum_field) => match *
[INFO] [stdout]             enum_name
[INFO] [stdout]             {
[INFO] [stdout]                 stringify! (Primary) => DataType :: Primary, stringify!
[INFO] [stdout]                 (Secondary) => DataType :: Secondary, stringify! (Tertiary) =>
[INFO] [stdout]                 DataType ::
[INFO] [stdout]                 Tertiary(StringWrapper :: deserialize(enum_field, context) ?),
[INFO] [stdout]                 _ =>
[INFO] [stdout]                 {
[INFO] [stdout]                     println!
[INFO] [stdout]                     ("Deserialize hit an unexpected identifier for field '{}'. Expected: EnumVariant, found: {}.",
[INFO] [stdout]                     context.get_path(), enum_name); println!
[INFO] [stdout]                     ("Could this be incorrectly spelled enum variant or removed from the new schema?");
[INFO] [stdout]                     return Err(SchemaError :: UnknownIdentifier);
[INFO] [stdout]                 }
[INFO] [stdout]             }, _ =>
[INFO] [stdout]             {
[INFO] [stdout]                 println!
[INFO] [stdout]                 ("Deserialize hit a wrong value for field '{}'. Expected: EnumVariant, found: {:?}",
[INFO] [stdout]                 context.get_path(), schema_value); return
[INFO] [stdout]                 Err(SchemaError :: WrongSchemaValue);
[INFO] [stdout]             }
[INFO] [stdout]         })
[INFO] [stdout]     }
[INFO] [stdout] }
[INFO] [stdout] impl Schematize for DataType
[INFO] [stdout] {
[INFO] [stdout]     fn schema_default() -> DataType { DataType :: Primary } fn
[INFO] [stdout]     serialize(& self, context : & mut SerializeContext)
[INFO] [stdout]     {
[INFO] [stdout]         match self
[INFO] [stdout]         {
[INFO] [stdout]             DataType :: Primary => context.print(stringify! (Primary)),
[INFO] [stdout]             DataType :: Secondary => context.print(stringify! (Secondary)),
[INFO] [stdout]             DataType :: Tertiary(field) =>
[INFO] [stdout]             {
[INFO] [stdout]                 context.print(stringify! (Tertiary)); context.print(" {");
[INFO] [stdout]                 context.tabs += 1; context.println(); context.print_tabs();
[INFO] [stdout]                 field.serialize(context); context.println(); context.tabs -=
[INFO] [stdout]                 1; context.print_tabs(); context.print("}");
[INFO] [stdout]             },
[INFO] [stdout]         }
[INFO] [stdout]     } fn
[INFO] [stdout]     build_layout(schema_value : & SchemaValue, layout : alloc :: Layout,
[INFO] [stdout]     offsets : & mut Vec < usize >) -> Result < alloc :: Layout, alloc ::
[INFO] [stdout]     LayoutError >
[INFO] [stdout]     {
[INFO] [stdout]         match schema_value
[INFO] [stdout]         {
[INFO] [stdout]             SchemaValue :: EnumVariant(enum_name, enum_field) =>
[INFO] [stdout]             {
[INFO] [stdout]                 match * enum_name
[INFO] [stdout]                 {
[INFO] [stdout]                     stringify! (Primary) => Ok(layout), stringify! (Secondary)
[INFO] [stdout]                     => Ok(layout), stringify! (Tertiary) =>
[INFO] [stdout]                     Ok(StringWrapper ::
[INFO] [stdout]                     build_layout(enum_field, layout, offsets) ?), _ =>
[INFO] [stdout]                     { Ok(layout) }
[INFO] [stdout]                 }
[INFO] [stdout]             }, _ => { Ok(layout) }
[INFO] [stdout]         }
[INFO] [stdout]     } fn
[INFO] [stdout]     deserialize(schema_value : & SchemaValue, context : & mut
[INFO] [stdout]     DeserializeContext) -> SchemaResult < DataType >
[INFO] [stdout]     {
[INFO] [stdout]         Ok(match schema_value
[INFO] [stdout]         {
[INFO] [stdout]             SchemaValue :: EnumVariant(enum_name, enum_field) => match *
[INFO] [stdout]             enum_name
[INFO] [stdout]             {
[INFO] [stdout]                 stringify! (Primary) => DataType :: Primary, stringify!
[INFO] [stdout]                 (Secondary) => DataType :: Secondary, stringify! (Tertiary) =>
[INFO] [stdout]                 DataType ::
[INFO] [stdout]                 Tertiary(StringWrapper :: deserialize(enum_field, context) ?),
[INFO] [stdout]                 _ =>
[INFO] [stdout]                 {
[INFO] [stdout]                     println!
[INFO] [stdout]                     ("Deserialize hit an unexpected identifier for field '{}'. Expected: EnumVariant, found: {}.",
[INFO] [stdout]                     context.get_path(), enum_name); println!
[INFO] [stdout]                     ("Could this be incorrectly spelled enum variant or removed from the new schema?");
[INFO] [stdout]                     return Err(SchemaError :: UnknownIdentifier);
[INFO] [stdout]                 }
[INFO] [stdout]             }, _ =>
[INFO] [stdout]             {
[INFO] [stdout]                 println!
[INFO] [stdout]                 ("Deserialize hit a wrong value for field '{}'. Expected: EnumVariant, found: {:?}",
[INFO] [stdout]                 context.get_path(), schema_value); return
[INFO] [stdout]                 Err(SchemaError :: WrongSchemaValue);
[INFO] [stdout]             }
[INFO] [stdout]         })
[INFO] [stdout]     }
[INFO] [stdout] }
[INFO] [stdout] warning: struct `Data` is never constructed
[INFO] [stdout]    --> src/main.rs:127:8
[INFO] [stdout]     |
[INFO] [stdout] 127 | struct Data {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Data` is never constructed
[INFO] [stdout]    --> src/main.rs:127:8
[INFO] [stdout]     |
[INFO] [stdout] 127 | struct Data {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/schema.rs:158:39
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub fn tokens_to_schema_value(tokens: &Vec<Token>) -> ParseResult<SchemaValue> {
[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] 158 | pub fn tokens_to_schema_value(tokens: &Vec<Token>) -> ParseResult<SchemaValue<'_>> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/schema.rs:158:39
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub fn tokens_to_schema_value(tokens: &Vec<Token>) -> ParseResult<SchemaValue> {
[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] 158 | pub fn tokens_to_schema_value(tokens: &Vec<Token>) -> ParseResult<SchemaValue<'_>> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
[INFO] running `Command { std: "docker" "inspect" "9eb42bc4f29b3342631e8e4025188b884a324968326a7ea96d9c89f07ea0c6ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9eb42bc4f29b3342631e8e4025188b884a324968326a7ea96d9c89f07ea0c6ef", kill_on_drop: false }`
[INFO] [stdout] 9eb42bc4f29b3342631e8e4025188b884a324968326a7ea96d9c89f07ea0c6ef
