[INFO] fetching crate jsonschema_code_generator 2.0.0...
[INFO] testing jsonschema_code_generator-2.0.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate jsonschema_code_generator 2.0.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate jsonschema_code_generator 2.0.0
[INFO] finished tweaking crates.io crate jsonschema_code_generator 2.0.0
[INFO] tweaked toml for crates.io crate jsonschema_code_generator 2.0.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate jsonschema_code_generator 2.0.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding convert_case v0.4.0 (available: v0.8.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 881378f5900873f6296a9c6a0b99ce3faf9f68a14ab76ef6ac7c8edefa2f5e78
[INFO] running `Command { std: "docker" "start" "-a" "881378f5900873f6296a9c6a0b99ce3faf9f68a14ab76ef6ac7c8edefa2f5e78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "881378f5900873f6296a9c6a0b99ce3faf9f68a14ab76ef6ac7c8edefa2f5e78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "881378f5900873f6296a9c6a0b99ce3faf9f68a14ab76ef6ac7c8edefa2f5e78", kill_on_drop: false }`
[INFO] [stdout] 881378f5900873f6296a9c6a0b99ce3faf9f68a14ab76ef6ac7c8edefa2f5e78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ddb131463611290979d12f1973219b50c3b667aa37afd2fad77c2f69e1cba2b
[INFO] running `Command { std: "docker" "start" "-a" "1ddb131463611290979d12f1973219b50c3b667aa37afd2fad77c2f69e1cba2b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling jsonschema_code_generator v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `PrimitiveTypeInfos` is never constructed
[INFO] [stdout]   --> src/parser.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct PrimitiveTypeInfos {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:255:23
[INFO] [stdout]     |
[INFO] [stdout] 255 |                 object.clone(),
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `parser::Object` does not implement `Clone`, so calling `clone` on `&parser::Object` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 255 -                 object.clone(),
[INFO] [stdout] 255 +                 object,
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `parser::Object`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout]  48 + #[derive(Clone)]
[INFO] [stdout]  49 | pub struct Object {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 288 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout] 288 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 + #[derive(Clone)]
[INFO] [stdout]  21 | pub enum DataType {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:295:64
[INFO] [stdout]     |
[INFO] [stdout] 295 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 295 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout] 295 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 + #[derive(Clone)]
[INFO] [stdout]  21 | pub enum DataType {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:302:64
[INFO] [stdout]     |
[INFO] [stdout] 302 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 302 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout] 302 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 + #[derive(Clone)]
[INFO] [stdout]  21 | pub enum DataType {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.88s
[INFO] running `Command { std: "docker" "inspect" "1ddb131463611290979d12f1973219b50c3b667aa37afd2fad77c2f69e1cba2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ddb131463611290979d12f1973219b50c3b667aa37afd2fad77c2f69e1cba2b", kill_on_drop: false }`
[INFO] [stdout] 1ddb131463611290979d12f1973219b50c3b667aa37afd2fad77c2f69e1cba2b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 79b7b18f56bf961756f8a822d0a07a69aae8c9da83dc2badd6ca41af5c1fe6e8
[INFO] running `Command { std: "docker" "start" "-a" "79b7b18f56bf961756f8a822d0a07a69aae8c9da83dc2badd6ca41af5c1fe6e8", kill_on_drop: false }`
[INFO] [stdout] warning: struct `PrimitiveTypeInfos` is never constructed
[INFO] [stdout]   --> src/parser.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct PrimitiveTypeInfos {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:255:23
[INFO] [stdout]     |
[INFO] [stdout] 255 |                 object.clone(),
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `parser::Object` does not implement `Clone`, so calling `clone` on `&parser::Object` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 255 -                 object.clone(),
[INFO] [stdout] 255 +                 object,
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `parser::Object`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout]  48 + #[derive(Clone)]
[INFO] [stdout]  49 | pub struct Object {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 288 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout] 288 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 + #[derive(Clone)]
[INFO] [stdout]  21 | pub enum DataType {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:295:64
[INFO] [stdout]     |
[INFO] [stdout] 295 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 295 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout] 295 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 + #[derive(Clone)]
[INFO] [stdout]  21 | pub enum DataType {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:302:64
[INFO] [stdout]     |
[INFO] [stdout] 302 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 302 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout] 302 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 + #[derive(Clone)]
[INFO] [stdout]  21 | pub enum DataType {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling jsonschema_code_generator v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `PrimitiveTypeInfos` is never constructed
[INFO] [stdout]   --> src/parser.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct PrimitiveTypeInfos {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:255:23
[INFO] [stdout]     |
[INFO] [stdout] 255 |                 object.clone(),
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `parser::Object` does not implement `Clone`, so calling `clone` on `&parser::Object` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 255 -                 object.clone(),
[INFO] [stdout] 255 +                 object,
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `parser::Object`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout]  48 + #[derive(Clone)]
[INFO] [stdout]  49 | pub struct Object {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:288:64
[INFO] [stdout]     |
[INFO] [stdout] 288 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 288 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout] 288 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 + #[derive(Clone)]
[INFO] [stdout]  21 | pub enum DataType {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:295:64
[INFO] [stdout]     |
[INFO] [stdout] 295 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 295 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout] 295 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 + #[derive(Clone)]
[INFO] [stdout]  21 | pub enum DataType {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/generator.rs:302:64
[INFO] [stdout]     |
[INFO] [stdout] 302 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 302 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stdout] 302 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stdout]    --> src/parser.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 + #[derive(Clone)]
[INFO] [stdout]  21 | pub enum DataType {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.14s
[INFO] running `Command { std: "docker" "inspect" "79b7b18f56bf961756f8a822d0a07a69aae8c9da83dc2badd6ca41af5c1fe6e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79b7b18f56bf961756f8a822d0a07a69aae8c9da83dc2badd6ca41af5c1fe6e8", kill_on_drop: false }`
[INFO] [stdout] 79b7b18f56bf961756f8a822d0a07a69aae8c9da83dc2badd6ca41af5c1fe6e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1d3002442733db7ebd26a7b466d917ee6c41c5ed3188ec5b354c9fadb9ad7c7c
[INFO] running `Command { std: "docker" "start" "-a" "1d3002442733db7ebd26a7b466d917ee6c41c5ed3188ec5b354c9fadb9ad7c7c", kill_on_drop: false }`
[INFO] [stderr] warning: struct `PrimitiveTypeInfos` is never constructed
[INFO] [stderr]   --> src/parser.rs:42:12
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub struct PrimitiveTypeInfos {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/generator.rs:255:23
[INFO] [stderr]     |
[INFO] [stderr] 255 |                 object.clone(),
[INFO] [stderr]     |                       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `parser::Object` does not implement `Clone`, so calling `clone` on `&parser::Object` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 255 -                 object.clone(),
[INFO] [stderr] 255 +                 object,
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `parser::Object`, implement `Clone` for it
[INFO] [stderr]    --> src/parser.rs:48:1
[INFO] [stderr]     |
[INFO] [stderr]  48 + #[derive(Clone)]
[INFO] [stderr]  49 | pub struct Object {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/generator.rs:288:64
[INFO] [stderr]     |
[INFO] [stderr] 288 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stderr]     |                                                                ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 288 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stderr] 288 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stderr]    --> src/parser.rs:20:1
[INFO] [stderr]     |
[INFO] [stderr]  20 + #[derive(Clone)]
[INFO] [stderr]  21 | pub enum DataType {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/generator.rs:295:64
[INFO] [stderr]     |
[INFO] [stderr] 295 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stderr]     |                                                                ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 295 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stderr] 295 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stderr]    --> src/parser.rs:20:1
[INFO] [stderr]     |
[INFO] [stderr]  20 + #[derive(Clone)]
[INFO] [stderr]  21 | pub enum DataType {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/generator.rs:302:64
[INFO] [stderr]     |
[INFO] [stderr] 302 |                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stderr]     |                                                                ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `DataType` does not implement `Clone`, so calling `clone` on `&DataType` copies the reference, which does not do anything and can be removed
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 302 -                     self.add(base_path, root.clone(), data_type.clone());
[INFO] [stderr] 302 +                     self.add(base_path, root.clone(), data_type);
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `DataType`, implement `Clone` for it
[INFO] [stderr]    --> src/parser.rs:20:1
[INFO] [stderr]     |
[INFO] [stderr]  20 + #[derive(Clone)]
[INFO] [stderr]  21 | pub enum DataType {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `jsonschema_code_generator` (lib) generated 5 warnings (run `cargo fix --lib -p jsonschema_code_generator` to apply 4 suggestions)
[INFO] [stderr] warning: `jsonschema_code_generator` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jsonschema_code_generator-9fb772c6f2e1dbb1)
[INFO] [stdout] 
[INFO] [stdout] running 70 tests
[INFO] [stdout] test generated::generated_tests::should_generate_valid_property_rust_code ... ok
[INFO] [stdout] test generator::generator_tests::should_add_any_of_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_any_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_array_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_bool_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_all_of_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_integer_type ... ok
[INFO] [stdout] test generated::generated_tests::should_generate_valid_struct_rust_code ... ok
[INFO] [stdout] test generator::generator_tests::should_add_null_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_map_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_number_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_known_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_object ... ok
[INFO] [stdout] test generator::generator_tests::should_add_object_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_one_of_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_optional_object_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_optional_ref_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_optional_string_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_ref_type ... ok
[INFO] [stdout] test generator::generator_tests::should_add_types_in_the_correct_order ... ok
[INFO] [stdout] test generator::generator_tests::should_be_ordered_by_position ... ok
[INFO] [stdout] test generator::generator_tests::should_convert_into_a_sorted_type_list ... ok
[INFO] [stdout] test generator::generator_tests::should_create_referenced_types_once ... ok
[INFO] [stdout] test generator::generator_tests::should_detect_reference_cycles ... ok
[INFO] [stdout] test generator::generator_tests::should_detect_type_cycles ... ok
[INFO] [stdout] test generator::generator_tests::should_detect_loops ... ok
[INFO] [stdout] test generator::generator_tests::should_not_add_the_same_type_twice ... ok
[INFO] [stdout] test generator::generator_tests::should_prevent_name_collisions ... ok
[INFO] [stdout] test generator::generator_tests::should_serialize_with_btree_import ... ok
[INFO] [stdout] test generator::generator_tests::should_serialize_with_serde_json_import ... ok
[INFO] [stdout] test parser::parser_tests::should_fallback_to_any ... ok
[INFO] [stdout] test parser::parser_tests::should_fallback_to_map_for_empty_objects ... ok
[INFO] [stdout] test parser::parser_tests::should_inherit_root_properties ... ok
[INFO] [stdout] test parser::parser_tests::should_fallback_to_any_if_items_is_missing ... ok
[INFO] [stdout] test parser::parser_tests::should_make_property_required ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_all_of ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_any_of ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_array ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_boolean ... ok
[INFO] [stdout] test generator::generator_tests::should_add_string_type ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_integer ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_nested_array ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_null ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_number ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_object ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_object_in_array ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_one_of ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_pattern_properties_to_map ... ok
[INFO] [stdout] test parser::parser_tests::should_parse_string ... ok
[INFO] [stdout] test parser::parser_tests::should_read_definitions ... ok
[INFO] [stdout] test parser::parser_tests::should_read_defs ... ok
[INFO] [stdout] test parser::parser_tests::should_use_property_name_as_fallback ... ok
[INFO] [stdout] test parser::parser_tests::should_use_title ... ok
[INFO] [stdout] test ref_parser::ref_parser_tests::should_parse_combined_path ... ok
[INFO] [stdout] test ref_parser::ref_parser_tests::should_parse_empty_path ... ok
[INFO] [stdout] test ref_parser::ref_parser_tests::should_parse_file_path ... ok
[INFO] [stdout] test ref_parser::ref_parser_tests::should_parse_local_path ... ok
[INFO] [stdout] test resolver::resolver_tests::should_resolve_file ... ok
[INFO] [stdout] test resolver::resolver_tests::should_resolve_file_definition ... ok
[INFO] [stdout] test resolver::resolver_tests::should_resolve_local_definition ... ok
[INFO] [stdout] test resolver::resolver_tests::should_resolve_root_on_empty_path ... ok
[INFO] [stdout] test sanitizer::sanitizer_tests::should_create_pascal_case_struct_names ... ok
[INFO] [stdout] test sanitizer::sanitizer_tests::should_create_snake_case_property_names_from_camel_case ... ok
[INFO] [stdout] test sanitizer::sanitizer_tests::should_create_snake_case_property_names ... ok
[INFO] [stdout] test sanitizer::sanitizer_tests::should_rename_reserved_keywords ... ok
[INFO] [stdout] test sanitizer::sanitizer_tests::should_replace_at_in_property_names ... ok
[INFO] [stdout] test sanitizer::sanitizer_tests::should_replace_at_in_struct_names ... ok
[INFO] [stdout] test sanitizer::sanitizer_tests::should_replace_dollar_in_property_names ... ok
[INFO] [stdout] test sanitizer::sanitizer_tests::should_replace_dollar_in_struct_names ... ok
[INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.90.0-x86_64-unknown-linux-gnu'.
[INFO] [stderr] To install, run `rustup component add --toolchain 1.90.0-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stdout] test lib_tests::test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- lib_tests::test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lib_tests::test' panicked at src/lib.rs:50:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: ""
[INFO] [stdout]  right: "use serde::{Deserialize, Serialize};\nuse serde_json::Value;\nuse std::collections::BTreeMap;\n#[doc = \"Generated from schemas/draft-04.json\"]\n#[derive(Clone, PartialEq, Debug, Deserialize, Serialize)]\npub struct Unknown {\n    #[serde(rename = \"$schema\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub dollar_schema: Option<String>,\n    #[serde(rename = \"additionalItems\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub additional_items: Option<Value>,\n    #[serde(rename = \"additionalProperties\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub additional_properties: Option<Value>,\n    #[serde(rename = \"allOf\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub all_of: Option<Vec<Unknown>>,\n    #[serde(rename = \"anyOf\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub any_of: Option<Vec<Unknown>>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub default: Option<Value>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub definitions: Option<BTreeMap<String, Value>>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub dependencies: Option<BTreeMap<String, Value>>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub description: Option<String>,\n    #[serde(rename = \"enum\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub enum_: Option<Vec<Value>>,\n    #[serde(rename = \"exclusiveMaximum\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub exclusive_maximum: Option<bool>,\n    #[serde(rename = \"exclusiveMinimum\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub exclusive_minimum: Option<bool>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub format: Option<String>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub id: Option<String>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub items: Option<Value>,\n    #[serde(rename = \"maxItems\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub max_items: Option<i64>,\n    #[serde(rename = \"maxLength\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub max_length: Option<i64>,\n    #[serde(rename = \"maxProperties\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub max_properties: Option<i64>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub maximum: Option<f64>,\n    #[serde(rename = \"minItems\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub min_items: Option<Value>,\n    #[serde(rename = \"minLength\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub min_length: Option<Value>,\n    #[serde(rename = \"minProperties\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub min_properties: Option<Value>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub minimum: Option<f64>,\n    #[serde(rename = \"multipleOf\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub multiple_of: Option<f64>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub not: Option<Box<Unknown>>,\n    #[serde(rename = \"oneOf\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub one_of: Option<Vec<Unknown>>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub pattern: Option<String>,\n    #[serde(rename = \"patternProperties\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub pattern_properties: Option<BTreeMap<String, Value>>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub properties: Option<BTreeMap<String, Value>>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub required: Option<Vec<String>>,\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub title: Option<String>,\n    #[serde(rename = \"type\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub type_: Option<Value>,\n    #[serde(rename = \"uniqueItems\")]\n    #[serde(skip_serializing_if = \"Option::is_none\")]\n    pub unique_items: Option<bool>,\n}\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cb38f3e7a92 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cb38f3e7a92 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cb38f3e7a92 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5cb38f3e7a92 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5cb38f40f2f3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5cb38f40f2f3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5cb38f3e4293 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5cb38f3e4293 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5cb38f3e78e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5cb38f3e9019 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5cb38f3e8e4e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5cb38f33a3c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5cb38f33a3c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5cb38f3e9aee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5cb38f3e9aee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5cb38f3e97ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5cb38f3e7f99 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5cb38f3e944d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5cb38f40da10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5cb38f40ddc4 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5cb38f2b2fda - core::panicking::assert_failed::h83117b80a49c9ff1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5cb38f2f3691 - jsonschema_code_generator::lib_tests::test::h2309225c5d27493a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:50:9
[INFO] [stdout]   22:     0x5cb38f2f3317 - jsonschema_code_generator::lib_tests::test::{{closure}}::h0498dbe4f1e36aca
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:43:14
[INFO] [stdout]   23:     0x5cb38f2a6596 - core::ops::function::FnOnce::call_once::hdd1e2a00dd80e7db
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5cb38f33fc2b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5cb38f33fc2b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5cb38f33ed65 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5cb38f33ed65 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5cb38f33ed65 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5cb38f33ed65 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5cb38f33ed65 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5cb38f33ed65 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5cb38f33ed65 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5cb38f302964 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5cb38f302964 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5cb38f30633a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5cb38f30633a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5cb38f30633a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5cb38f30633a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5cb38f30633a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5cb38f30633a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5cb38f30633a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5cb38f3ecbff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5cb38f3ecbff - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x712df6c65aa4 - <unknown>
[INFO] [stdout]   45:     0x712df6cf2a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     lib_tests::test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 69 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.35s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "1d3002442733db7ebd26a7b466d917ee6c41c5ed3188ec5b354c9fadb9ad7c7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d3002442733db7ebd26a7b466d917ee6c41c5ed3188ec5b354c9fadb9ad7c7c", kill_on_drop: false }`
[INFO] [stdout] 1d3002442733db7ebd26a7b466d917ee6c41c5ed3188ec5b354c9fadb9ad7c7c
