[INFO] crate swagg 0.3.0 is already in cache [INFO] testing swagg-0.3.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate swagg 0.3.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate swagg 0.3.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate swagg 0.3.0 [INFO] finished tweaking crates.io crate swagg 0.3.0 [INFO] tweaked toml for crates.io crate swagg 0.3.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 910b56d83b6e8baf000e43de9148a4c5e96e8bdaf578049b8b7fb83557d29ada [INFO] running `"docker" "start" "-a" "910b56d83b6e8baf000e43de9148a4c5e96e8bdaf578049b8b7fb83557d29ada"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling serde_yaml v0.8.12 [INFO] [stderr] Compiling openapiv3 v0.3.2 [INFO] [stderr] Compiling swagg v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variant is never constructed: `Array` [INFO] [stderr] --> src/highway/mod.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / Array { [INFO] [stderr] 38 | | items: FieldType, [INFO] [stderr] 39 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Integer` [INFO] [stderr] --> src/highway/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | Integer, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Number` [INFO] [stderr] --> src/highway/mod.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | Number, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Boolean` [INFO] [stderr] --> src/highway/mod.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | Boolean, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `insert_request_body` [INFO] [stderr] --> src/highway/mod.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | fn insert_request_body(&mut self, body: RequestBody) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Reference` [INFO] [stderr] --> src/highway/mod.rs:193:10 [INFO] [stderr] | [INFO] [stderr] 193 | pub enum Reference { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `ReferenceRelative` [INFO] [stderr] --> src/highway/mod.rs:204:10 [INFO] [stderr] | [INFO] [stderr] 204 | pub enum ReferenceRelative { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Delete` [INFO] [stderr] --> src/printer/api/methods.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | Delete, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Get` [INFO] [stderr] --> src/printer/api/methods.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | Get, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Patch` [INFO] [stderr] --> src/printer/api/methods.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | Patch, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Post` [INFO] [stderr] --> src/printer/api/methods.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | Post, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Put` [INFO] [stderr] --> src/printer/api/methods.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | Put, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Enum` [INFO] [stderr] --> src/printer/components/component.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | / Enum { [INFO] [stderr] 12 | | name: String, [INFO] [stderr] 13 | | description: Option, [INFO] [stderr] 14 | | variants: Vec, [INFO] [stderr] 15 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Array` [INFO] [stderr] --> src/printer/components/component.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | Array(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Binary` [INFO] [stderr] --> src/printer/components/component.rs:238:5 [INFO] [stderr] | [INFO] [stderr] 238 | Binary, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Byte` [INFO] [stderr] --> src/printer/components/component.rs:239:5 [INFO] [stderr] | [INFO] [stderr] 239 | Byte, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Date` [INFO] [stderr] --> src/printer/components/component.rs:240:5 [INFO] [stderr] | [INFO] [stderr] 240 | Date, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DateTime` [INFO] [stderr] --> src/printer/components/component.rs:241:5 [INFO] [stderr] | [INFO] [stderr] 241 | DateTime, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Email` [INFO] [stderr] --> src/printer/components/component.rs:242:5 [INFO] [stderr] | [INFO] [stderr] 242 | Email, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Hostname` [INFO] [stderr] --> src/printer/components/component.rs:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | Hostname, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ipv4` [INFO] [stderr] --> src/printer/components/component.rs:244:5 [INFO] [stderr] | [INFO] [stderr] 244 | Ipv4, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ipv6` [INFO] [stderr] --> src/printer/components/component.rs:245:5 [INFO] [stderr] | [INFO] [stderr] 245 | Ipv6, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Password` [INFO] [stderr] --> src/printer/components/component.rs:246:5 [INFO] [stderr] | [INFO] [stderr] 246 | Password, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Url` [INFO] [stderr] --> src/printer/components/component.rs:247:5 [INFO] [stderr] | [INFO] [stderr] 247 | Url, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Uuid` [INFO] [stderr] --> src/printer/components/component.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | Uuid, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Pattern` [INFO] [stderr] --> src/printer/components/component.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | Pattern(regex::Regex), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Int64` [INFO] [stderr] --> src/printer/components/component.rs:267:5 [INFO] [stderr] | [INFO] [stderr] 267 | Int64, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Double` [INFO] [stderr] --> src/printer/components/component.rs:287:5 [INFO] [stderr] | [INFO] [stderr] 287 | Double, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Json` [INFO] [stderr] --> src/printer/paths/path.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | Json, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `from_code` [INFO] [stderr] --> src/printer/paths/response_status.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn from_code(code: u16) -> ResponseStatus { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `to_code` [INFO] [stderr] --> src/printer/paths/response_status.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn to_code(&self) -> u16 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 31 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.47s [INFO] running `"docker" "inspect" "910b56d83b6e8baf000e43de9148a4c5e96e8bdaf578049b8b7fb83557d29ada"` [INFO] running `"docker" "rm" "-f" "910b56d83b6e8baf000e43de9148a4c5e96e8bdaf578049b8b7fb83557d29ada"` [INFO] [stdout] 910b56d83b6e8baf000e43de9148a4c5e96e8bdaf578049b8b7fb83557d29ada [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ba2b955c101cd0b77bb3e8b76055035f6ef8361aebc7ef75b31be8b212ee7776 [INFO] running `"docker" "start" "-a" "ba2b955c101cd0b77bb3e8b76055035f6ef8361aebc7ef75b31be8b212ee7776"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling ron v0.5.1 [INFO] [stderr] warning: variant is never constructed: `Array` [INFO] [stderr] --> src/highway/mod.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / Array { [INFO] [stderr] 38 | | items: FieldType, [INFO] [stderr] 39 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Integer` [INFO] [stderr] --> src/highway/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | Integer, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Number` [INFO] [stderr] --> src/highway/mod.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | Number, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Boolean` [INFO] [stderr] --> src/highway/mod.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | Boolean, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `insert_request_body` [INFO] [stderr] --> src/highway/mod.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | fn insert_request_body(&mut self, body: RequestBody) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Reference` [INFO] [stderr] --> src/highway/mod.rs:193:10 [INFO] [stderr] | [INFO] [stderr] 193 | pub enum Reference { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `ReferenceRelative` [INFO] [stderr] --> src/highway/mod.rs:204:10 [INFO] [stderr] | [INFO] [stderr] 204 | pub enum ReferenceRelative { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Delete` [INFO] [stderr] --> src/printer/api/methods.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | Delete, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Get` [INFO] [stderr] --> src/printer/api/methods.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | Get, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Patch` [INFO] [stderr] --> src/printer/api/methods.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | Patch, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Post` [INFO] [stderr] --> src/printer/api/methods.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | Post, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Put` [INFO] [stderr] --> src/printer/api/methods.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | Put, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Enum` [INFO] [stderr] --> src/printer/components/component.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | / Enum { [INFO] [stderr] 12 | | name: String, [INFO] [stderr] 13 | | description: Option, [INFO] [stderr] 14 | | variants: Vec, [INFO] [stderr] 15 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Array` [INFO] [stderr] --> src/printer/components/component.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | Array(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Binary` [INFO] [stderr] --> src/printer/components/component.rs:238:5 [INFO] [stderr] | [INFO] [stderr] 238 | Binary, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Byte` [INFO] [stderr] --> src/printer/components/component.rs:239:5 [INFO] [stderr] | [INFO] [stderr] 239 | Byte, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Date` [INFO] [stderr] --> src/printer/components/component.rs:240:5 [INFO] [stderr] | [INFO] [stderr] 240 | Date, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DateTime` [INFO] [stderr] --> src/printer/components/component.rs:241:5 [INFO] [stderr] | [INFO] [stderr] 241 | DateTime, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Email` [INFO] [stderr] --> src/printer/components/component.rs:242:5 [INFO] [stderr] | [INFO] [stderr] 242 | Email, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Hostname` [INFO] [stderr] --> src/printer/components/component.rs:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | Hostname, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ipv4` [INFO] [stderr] --> src/printer/components/component.rs:244:5 [INFO] [stderr] | [INFO] [stderr] 244 | Ipv4, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ipv6` [INFO] [stderr] --> src/printer/components/component.rs:245:5 [INFO] [stderr] | [INFO] [stderr] 245 | Ipv6, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Password` [INFO] [stderr] --> src/printer/components/component.rs:246:5 [INFO] [stderr] | [INFO] [stderr] 246 | Password, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Url` [INFO] [stderr] --> src/printer/components/component.rs:247:5 [INFO] [stderr] | [INFO] [stderr] 247 | Url, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Uuid` [INFO] [stderr] --> src/printer/components/component.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | Uuid, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Pattern` [INFO] [stderr] --> src/printer/components/component.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | Pattern(regex::Regex), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Int64` [INFO] [stderr] --> src/printer/components/component.rs:267:5 [INFO] [stderr] | [INFO] [stderr] 267 | Int64, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Double` [INFO] [stderr] --> src/printer/components/component.rs:287:5 [INFO] [stderr] | [INFO] [stderr] 287 | Double, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Json` [INFO] [stderr] --> src/printer/paths/path.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | Json, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `from_code` [INFO] [stderr] --> src/printer/paths/response_status.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn from_code(code: u16) -> ResponseStatus { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `to_code` [INFO] [stderr] --> src/printer/paths/response_status.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn to_code(&self) -> u16 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 31 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling console v0.10.3 [INFO] [stderr] Compiling insta v0.15.0 [INFO] [stderr] Compiling swagg v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variant is never constructed: `Array` [INFO] [stderr] --> src/highway/mod.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / Array { [INFO] [stderr] 38 | | items: FieldType, [INFO] [stderr] 39 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Integer` [INFO] [stderr] --> src/highway/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | Integer, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Number` [INFO] [stderr] --> src/highway/mod.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | Number, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Boolean` [INFO] [stderr] --> src/highway/mod.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | Boolean, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `insert_request_body` [INFO] [stderr] --> src/highway/mod.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | fn insert_request_body(&mut self, body: RequestBody) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Reference` [INFO] [stderr] --> src/highway/mod.rs:193:10 [INFO] [stderr] | [INFO] [stderr] 193 | pub enum Reference { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `ReferenceRelative` [INFO] [stderr] --> src/highway/mod.rs:204:10 [INFO] [stderr] | [INFO] [stderr] 204 | pub enum ReferenceRelative { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Patch` [INFO] [stderr] --> src/printer/api/methods.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | Patch, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Put` [INFO] [stderr] --> src/printer/api/methods.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | Put, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `from_code` [INFO] [stderr] --> src/printer/paths/response_status.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn from_code(code: u16) -> ResponseStatus { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `to_code` [INFO] [stderr] --> src/printer/paths/response_status.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn to_code(&self) -> u16 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 28.59s [INFO] running `"docker" "inspect" "ba2b955c101cd0b77bb3e8b76055035f6ef8361aebc7ef75b31be8b212ee7776"` [INFO] running `"docker" "rm" "-f" "ba2b955c101cd0b77bb3e8b76055035f6ef8361aebc7ef75b31be8b212ee7776"` [INFO] [stdout] ba2b955c101cd0b77bb3e8b76055035f6ef8361aebc7ef75b31be8b212ee7776 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e9032141af22949a30210f3a7a7b8aa798fcd78357e57ba1afb9be06b4f274bc [INFO] running `"docker" "start" "-a" "e9032141af22949a30210f3a7a7b8aa798fcd78357e57ba1afb9be06b4f274bc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: variant is never constructed: `Array` [INFO] [stderr] --> src/highway/mod.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / Array { [INFO] [stderr] 38 | | items: FieldType, [INFO] [stderr] 39 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Integer` [INFO] [stderr] --> src/highway/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | Integer, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Number` [INFO] [stderr] --> src/highway/mod.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | Number, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Boolean` [INFO] [stderr] --> src/highway/mod.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | Boolean, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `insert_request_body` [INFO] [stderr] --> src/highway/mod.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | fn insert_request_body(&mut self, body: RequestBody) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Reference` [INFO] [stderr] --> src/highway/mod.rs:193:10 [INFO] [stderr] | [INFO] [stderr] 193 | pub enum Reference { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `ReferenceRelative` [INFO] [stderr] --> src/highway/mod.rs:204:10 [INFO] [stderr] | [INFO] [stderr] 204 | pub enum ReferenceRelative { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Patch` [INFO] [stderr] --> src/printer/api/methods.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | Patch, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Put` [INFO] [stderr] --> src/printer/api/methods.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | Put, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `from_code` [INFO] [stderr] --> src/printer/paths/response_status.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn from_code(code: u16) -> ResponseStatus { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `to_code` [INFO] [stderr] --> src/printer/paths/response_status.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn to_code(&self) -> u16 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Array` [INFO] [stderr] --> src/highway/mod.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / Array { [INFO] [stderr] 38 | | items: FieldType, [INFO] [stderr] 39 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Integer` [INFO] [stderr] --> src/highway/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | Integer, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Number` [INFO] [stderr] --> src/highway/mod.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | Number, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Boolean` [INFO] [stderr] --> src/highway/mod.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | Boolean, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `insert_request_body` [INFO] [stderr] --> src/highway/mod.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | fn insert_request_body(&mut self, body: RequestBody) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Reference` [INFO] [stderr] --> src/highway/mod.rs:193:10 [INFO] [stderr] | [INFO] [stderr] 193 | pub enum Reference { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `ReferenceRelative` [INFO] [stderr] --> src/highway/mod.rs:204:10 [INFO] [stderr] | [INFO] [stderr] 204 | pub enum ReferenceRelative { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Delete` [INFO] [stderr] --> src/printer/api/methods.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | Delete, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Get` [INFO] [stderr] --> src/printer/api/methods.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | Get, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Patch` [INFO] [stderr] --> src/printer/api/methods.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | Patch, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Post` [INFO] [stderr] --> src/printer/api/methods.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | Post, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Put` [INFO] [stderr] --> src/printer/api/methods.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | Put, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Enum` [INFO] [stderr] --> src/printer/components/component.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | / Enum { [INFO] [stderr] 12 | | name: String, [INFO] [stderr] 13 | | description: Option, [INFO] [stderr] 14 | | variants: Vec, [INFO] [stderr] 15 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Array` [INFO] [stderr] --> src/printer/components/component.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | Array(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Binary` [INFO] [stderr] --> src/printer/components/component.rs:238:5 [INFO] [stderr] | [INFO] [stderr] 238 | Binary, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Byte` [INFO] [stderr] --> src/printer/components/component.rs:239:5 [INFO] [stderr] | [INFO] [stderr] 239 | Byte, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Date` [INFO] [stderr] --> src/printer/components/component.rs:240:5 [INFO] [stderr] | [INFO] [stderr] 240 | Date, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DateTime` [INFO] [stderr] --> src/printer/components/component.rs:241:5 [INFO] [stderr] | [INFO] [stderr] 241 | DateTime, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Email` [INFO] [stderr] --> src/printer/components/component.rs:242:5 [INFO] [stderr] | [INFO] [stderr] 242 | Email, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Hostname` [INFO] [stderr] --> src/printer/components/component.rs:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | Hostname, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ipv4` [INFO] [stderr] --> src/printer/components/component.rs:244:5 [INFO] [stderr] | [INFO] [stderr] 244 | Ipv4, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ipv6` [INFO] [stderr] --> src/printer/components/component.rs:245:5 [INFO] [stderr] | [INFO] [stderr] 245 | Ipv6, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Password` [INFO] [stderr] --> src/printer/components/component.rs:246:5 [INFO] [stderr] | [INFO] [stderr] 246 | Password, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Url` [INFO] [stderr] --> src/printer/components/component.rs:247:5 [INFO] [stderr] | [INFO] [stderr] 247 | Url, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Uuid` [INFO] [stderr] --> src/printer/components/component.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | Uuid, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Pattern` [INFO] [stderr] --> src/printer/components/component.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | Pattern(regex::Regex), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Int64` [INFO] [stderr] --> src/printer/components/component.rs:267:5 [INFO] [stderr] | [INFO] [stderr] 267 | Int64, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Double` [INFO] [stderr] --> src/printer/components/component.rs:287:5 [INFO] [stderr] | [INFO] [stderr] 287 | Double, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Json` [INFO] [stderr] --> src/printer/paths/path.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | Json, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `from_code` [INFO] [stderr] --> src/printer/paths/response_status.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn from_code(code: u16) -> ResponseStatus { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `to_code` [INFO] [stderr] --> src/printer/paths/response_status.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn to_code(&self) -> u16 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 31 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/swagg-edd4bea618fb714d [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stdout] test printer::components::component::tests::convert_path_to_stream ... ok [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stdout] test printer::components::component::tests::component_type ... FAILED [INFO] [stdout] test printer::components::component::tests::component_enum ... FAILED [INFO] [stdout] test printer::components::component::tests::component_object ... FAILED [INFO] [stdout] test printer::components::component::tests::field_type_array ... FAILED [INFO] [stdout] test printer::components::component::tests::field_type_custom ... FAILED [INFO] [stdout] test printer::api::structure::tests::default_struct ... FAILED [INFO] [stdout] test printer::api::structure::tests::with_description_and_terms ... FAILED [INFO] [stdout] test printer::api::structure::tests::with_description ... FAILED [INFO] [stdout] test printer::api::methods::tests::impl_api_without_methods ... FAILED [INFO] [stdout] test printer::api::methods::tests::bind_api_method_without_body ... FAILED [INFO] [stdout] test printer::api::methods::tests::two_methods ... FAILED [INFO] [stdout] test printer::api::structure::tests::with_terms ... FAILED [INFO] [stdout] test printer::api::methods::tests::with_request_body ... FAILED [INFO] [stdout] test printer::api::methods::tests::impl_api_pascal_naming ... FAILED [INFO] [stdout] test printer::api::module::tests::default_api_module ... FAILED [INFO] [stdout] test printer::api::methods::tests::default_api ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stdout] test printer::components::component::tests::field_type_custom_disallow_path ... ok [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stdout] test printer::components::component::tests::format_integer ... FAILED [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stdout] test printer::components::component::tests::format_float ... FAILED [INFO] [stdout] test printer::paths::module::tests::components_module_default ... FAILED [INFO] [stdout] test printer::components::component::tests::native_type_boolean ... FAILED [INFO] [stdout] test printer::components::component::tests::field_type_internal_allow_path ... FAILED [INFO] [stdout] test printer::components::component::tests::field_type_native ... FAILED [INFO] [stdout] test printer::components::component::tests::native_type_integer ... FAILED [INFO] [stdout] test printer::components::responses::tests::responses_with_some_components ... FAILED [INFO] [stdout] test printer::components::parameters::tests::parameters_with_some_components ... FAILED [INFO] [stdout] test printer::components::schemas::tests::schemas_with_some_components ... FAILED [INFO] [stdout] test printer::components::request_bodies::tests::request_bodies_with_some_components ... FAILED [INFO] [stdout] test printer::components::component::tests::native_type_float ... FAILED [INFO] [stdout] test printer::components::component::tests::native_type_string ... FAILED [INFO] [stdout] test printer::components::module::tests::components_module_default ... FAILED [INFO] [stdout] test printer::paths::path::tests::path_with_query_params ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stdout] test printer::paths::path::tests::path_empty ... FAILED [INFO] [stdout] test printer::components::component::tests::format_string ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stdout] test printer::paths::path::tests::path_with_responses ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.44.0-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain 1.44.0-x86_64-unknown-linux-gnu` [INFO] [stdout] test printer::tests::huge_test_all_generated ... FAILED [INFO] [stdout] test tests::yaml_schema_prints ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::component_type stdout ---- [INFO] [stdout] "/tmp/.tmp7B27Ia/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: component_type [INFO] [stdout] Source: src/printer/components/component.rs:433 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(Component::Type{name: "snake_case_name".to_owned(), [INFO] [stdout] description: None, [INFO] [stdout] type_value: [INFO] [stdout] FieldType::Internal("super::another::Type".to_owned()),}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub type SnakeCaseName = super::another::Type; [INFO] [stdout] 1 │+pub type SnakeCaseName = super :: another :: Type ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::component_type' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:433:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c91072 - swagg::printer::components::component::tests::component_type::h8d51150665c7907d [INFO] [stdout] at src/printer/components/component.rs:433 [INFO] [stdout] 17: 0x55eb25c90dda - swagg::printer::components::component::tests::component_type::{{closure}}::ha4e15628a11025c4 [INFO] [stdout] at src/printer/components/component.rs:432 [INFO] [stdout] 18: 0x55eb25e5058e - core::ops::function::FnOnce::call_once::h4f7d464ebd665d89 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::component_enum stdout ---- [INFO] [stdout] "/tmp/.tmpSDqcuK/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: component_enum [INFO] [stdout] Source: src/printer/components/component.rs:515 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(Component::Enum{name: "snake_case_name".to_owned(), [INFO] [stdout] description: None, [INFO] [stdout] variants: vec![],}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-#[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 2 │-pub enum SnakeCaseName {} [INFO] [stdout] 1 │+# [ derive ( Debug , Serialize , Deserialize ) ] pub enum SnakeCaseName { } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::component_enum' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:515:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c926b7 - swagg::printer::components::component::tests::component_enum::hec6813dd5514b3c7 [INFO] [stdout] at src/printer/components/component.rs:515 [INFO] [stdout] 17: 0x55eb25c9246a - swagg::printer::components::component::tests::component_enum::{{closure}}::h9bc8c1d3fb5b2f72 [INFO] [stdout] at src/printer/components/component.rs:514 [INFO] [stdout] 18: 0x55eb25e5189e - core::ops::function::FnOnce::call_once::hb0ae7047c34643b3 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::component_object stdout ---- [INFO] [stdout] "/tmp/.tmpl22CIu/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: component_object [INFO] [stdout] Source: src/printer/components/component.rs:451 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(Component::Object{name: "snake_case_name".to_owned(), [INFO] [stdout] description: None, [INFO] [stdout] fields: vec![],}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-#[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 2 │-pub struct SnakeCaseName {} [INFO] [stdout] 1 │+# [ derive ( Debug , Serialize , Deserialize ) ] pub struct SnakeCaseName { } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::component_object' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:451:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c91693 - swagg::printer::components::component::tests::component_object::hfc20e95e4ae609d6 [INFO] [stdout] at src/printer/components/component.rs:451 [INFO] [stdout] 17: 0x55eb25c9143a - swagg::printer::components::component::tests::component_object::{{closure}}::h2ebe0b4fc5ae4044 [INFO] [stdout] at src/printer/components/component.rs:450 [INFO] [stdout] 18: 0x55eb25e5029e - core::ops::function::FnOnce::call_once::h46bbaa69aeea2726 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::field_type_array stdout ---- [INFO] [stdout] "/tmp/.tmp8YCEWe/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: field_type_array [INFO] [stdout] Source: src/printer/components/component.rs:425 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(FieldType::Array(Box::new(FieldType::Native(NativeType::Boolean))))) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = Vec; [INFO] [stdout] 1 │+type Test = Vec < bool > ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::field_type_array' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:425:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c90401 - swagg::printer::components::component::tests::field_type_array::hd2c4d01fe766ac28 [INFO] [stdout] at src/printer/components/component.rs:425 [INFO] [stdout] 17: 0x55eb25c9014a - swagg::printer::components::component::tests::field_type_array::{{closure}}::h577561bccfd66643 [INFO] [stdout] at src/printer/components/component.rs:424 [INFO] [stdout] 18: 0x55eb25e5181e - core::ops::function::FnOnce::call_once::had28ccebb83b3c99 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::field_type_custom stdout ---- [INFO] [stdout] "/tmp/.tmpBFZX1L/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: field_type_custom [INFO] [stdout] Source: src/printer/components/component.rs:408 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(FieldType::Custom("MySuperType".to_owned()))) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = MySuperType; [INFO] [stdout] 1 │+type Test = MySuperType ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::field_type_custom' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:408:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c8f97c - swagg::printer::components::component::tests::field_type_custom::h1971d378b675a5a8 [INFO] [stdout] at src/printer/components/component.rs:408 [INFO] [stdout] 17: 0x55eb25c8f77a - swagg::printer::components::component::tests::field_type_custom::{{closure}}::h8d13d3bb68268b8b [INFO] [stdout] at src/printer/components/component.rs:407 [INFO] [stdout] 18: 0x55eb25e5050e - core::ops::function::FnOnce::call_once::h4ed12f9c0edb300a [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::structure::tests::default_struct stdout ---- [INFO] [stdout] "/tmp/.tmpfr15q1/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: default_struct [INFO] [stdout] Source: src/printer/api/structure.rs:90 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(ApiStruct::default()) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub struct Api { [INFO] [stdout] 2 │- api: actix_swagger::Api, [INFO] [stdout] 3 │-} [INFO] [stdout] 4 │-impl Api { [INFO] [stdout] 5 │- pub fn new() -> Self { [INFO] [stdout] 6 │- Self { [INFO] [stdout] 7 │- api: actix_swagger::Api::new(), [INFO] [stdout] 8 │- } [INFO] [stdout] 9 │- } [INFO] [stdout] 10 │-} [INFO] [stdout] 11 │-impl Default for Api { [INFO] [stdout] 12 │- fn default() -> Self { [INFO] [stdout] 13 │- let api = Self::new(); [INFO] [stdout] 14 │- api [INFO] [stdout] 15 │- } [INFO] [stdout] 16 │-} [INFO] [stdout] 17 │-impl actix_web::dev::HttpServiceFactory for Api { [INFO] [stdout] 18 │- fn register(self, config: &mut actix_web::dev::AppService) { [INFO] [stdout] 19 │- self.api.register(config); [INFO] [stdout] 20 │- } [INFO] [stdout] 21 │-} [INFO] [stdout] 1 │+pub struct Api { api : actix_swagger :: Api , } impl Api { pub fn new ( ) -> Self { Self { api : actix_swagger :: Api :: new ( ) } } } impl Default for Api { fn default ( ) -> Self { let api = Self :: new ( ) ; api } } impl actix_web :: dev :: HttpServiceFactory for Api { fn register ( self , config : & mut actix_web :: dev :: AppService ) { self . api . register ( config ) ; } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::structure::tests::default_struct' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/structure.rs:90:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25dfbae3 - swagg::printer::api::structure::tests::default_struct::h14958c02a96c66b8 [INFO] [stdout] at src/printer/api/structure.rs:90 [INFO] [stdout] 17: 0x55eb25dfb97a - swagg::printer::api::structure::tests::default_struct::{{closure}}::h16c3996b1417874c [INFO] [stdout] at src/printer/api/structure.rs:89 [INFO] [stdout] 18: 0x55eb25e5220e - core::ops::function::FnOnce::call_once::he4edb85d7b150514 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::structure::tests::with_description_and_terms stdout ---- [INFO] [stdout] "/tmp/.tmp8uDL8f/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: with_description_and_terms [INFO] [stdout] Source: src/printer/api/structure.rs:181 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(ApiStruct{api_name: "test_api".to_owned(), [INFO] [stdout] description: [INFO] [stdout] Some("My super simple description.\nAnother back".to_owned()), [INFO] [stdout] terms_of_service: [INFO] [stdout] Some("https://example.com/terms".to_owned()),}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-#[doc = "My super simple description.\nAnother back\n@see https://example.com/terms"] [INFO] [stdout] 2 │-pub struct TestApi { [INFO] [stdout] 3 │- api: actix_swagger::Api, [INFO] [stdout] 4 │-} [INFO] [stdout] 5 │-impl TestApi { [INFO] [stdout] 6 │- pub fn new() -> Self { [INFO] [stdout] 7 │- Self { [INFO] [stdout] 8 │- api: actix_swagger::Api::new(), [INFO] [stdout] 9 │- } [INFO] [stdout] 10 │- } [INFO] [stdout] 11 │-} [INFO] [stdout] 12 │-impl Default for TestApi { [INFO] [stdout] 13 │- fn default() -> Self { [INFO] [stdout] 14 │- let api = Self::new(); [INFO] [stdout] 15 │- api [INFO] [stdout] 16 │- } [INFO] [stdout] 17 │-} [INFO] [stdout] 18 │-impl actix_web::dev::HttpServiceFactory for TestApi { [INFO] [stdout] 19 │- fn register(self, config: &mut actix_web::dev::AppService) { [INFO] [stdout] 20 │- self.api.register(config); [INFO] [stdout] 21 │- } [INFO] [stdout] 22 │-} [INFO] [stdout] 1 │+# [ doc = "My super simple description.\nAnother back\n@see https://example.com/terms" ] pub struct TestApi { api : actix_swagger :: Api , } impl TestApi { pub fn new ( ) -> Self { Self { api : actix_swagger :: Api :: new ( ) } } } impl Default for TestApi { fn default ( ) -> Self { let api = Self :: new ( ) ; api } } impl actix_web :: dev :: HttpServiceFactory for TestApi { fn register ( self , config : & mut actix_web :: dev :: AppService ) { self . api . register ( config ) ; } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::structure::tests::with_description_and_terms' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/structure.rs:181:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25dfc38e - swagg::printer::api::structure::tests::with_description_and_terms::h3d29bbe8258a0428 [INFO] [stdout] at src/printer/api/structure.rs:181 [INFO] [stdout] 17: 0x55eb25dfc11a - swagg::printer::api::structure::tests::with_description_and_terms::{{closure}}::h789fbcecb1fa26f9 [INFO] [stdout] at src/printer/api/structure.rs:180 [INFO] [stdout] 18: 0x55eb25e5122e - core::ops::function::FnOnce::call_once::h888119308e54c7fa [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::structure::tests::with_description stdout ---- [INFO] [stdout] "/tmp/.tmpc80gvl/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: with_description [INFO] [stdout] Source: src/printer/api/structure.rs:149 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(ApiStruct{api_name: "test_api".to_owned(), [INFO] [stdout] description: [INFO] [stdout] Some("My super simple description.\nAnother back".to_owned()), [INFO] [stdout] terms_of_service: None,}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-#[doc = "My super simple description.\nAnother back"] [INFO] [stdout] 2 │-pub struct TestApi { [INFO] [stdout] 3 │- api: actix_swagger::Api, [INFO] [stdout] 4 │-} [INFO] [stdout] 5 │-impl TestApi { [INFO] [stdout] 6 │- pub fn new() -> Self { [INFO] [stdout] 7 │- Self { [INFO] [stdout] 8 │- api: actix_swagger::Api::new(), [INFO] [stdout] 9 │- } [INFO] [stdout] 10 │- } [INFO] [stdout] 11 │-} [INFO] [stdout] 12 │-impl Default for TestApi { [INFO] [stdout] 13 │- fn default() -> Self { [INFO] [stdout] 14 │- let api = Self::new(); [INFO] [stdout] 15 │- api [INFO] [stdout] 16 │- } [INFO] [stdout] 17 │-} [INFO] [stdout] 18 │-impl actix_web::dev::HttpServiceFactory for TestApi { [INFO] [stdout] 19 │- fn register(self, config: &mut actix_web::dev::AppService) { [INFO] [stdout] 20 │- self.api.register(config); [INFO] [stdout] 21 │- } [INFO] [stdout] 22 │-} [INFO] [stdout] 1 │+# [ doc = "My super simple description.\nAnother back" ] pub struct TestApi { api : actix_swagger :: Api , } impl TestApi { pub fn new ( ) -> Self { Self { api : actix_swagger :: Api :: new ( ) } } } impl Default for TestApi { fn default ( ) -> Self { let api = Self :: new ( ) ; api } } impl actix_web :: dev :: HttpServiceFactory for TestApi { fn register ( self , config : & mut actix_web :: dev :: AppService ) { self . api . register ( config ) ; } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::structure::tests::with_description' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/structure.rs:149:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25dfc082 - swagg::printer::api::structure::tests::with_description::h2522fdb0b6cf7ad2 [INFO] [stdout] at src/printer/api/structure.rs:149 [INFO] [stdout] 17: 0x55eb25dfbe4a - swagg::printer::api::structure::tests::with_description::{{closure}}::h754d920d8133f95d [INFO] [stdout] at src/printer/api/structure.rs:148 [INFO] [stdout] 18: 0x55eb25e51f9e - core::ops::function::FnOnce::call_once::hd315f4832098db4b [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::methods::tests::impl_api_without_methods stdout ---- [INFO] [stdout] "/tmp/.tmpAO3UaT/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: impl_api_without_methods [INFO] [stdout] Source: src/printer/api/methods.rs:130 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(api) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-use super::paths; [INFO] [stdout] 2 │-use actix_swagger::{Answer, Method}; [INFO] [stdout] 3 │-use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 4 │-use std::future::Future; [INFO] [stdout] 5 │-impl Hello {} [INFO] [stdout] 1 │+use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl Hello { } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::methods::tests::impl_api_without_methods' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/methods.rs:130:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25dfa439 - swagg::printer::api::methods::tests::impl_api_without_methods::h81d4c44dc3c2edbf [INFO] [stdout] at src/printer/api/methods.rs:130 [INFO] [stdout] 17: 0x55eb25dfa20a - swagg::printer::api::methods::tests::impl_api_without_methods::{{closure}}::h61cd2a1ba9fcbccc [INFO] [stdout] at src/printer/api/methods.rs:124 [INFO] [stdout] 18: 0x55eb25e5158e - core::ops::function::FnOnce::call_once::h9d8d4e2e11b3979d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::methods::tests::bind_api_method_without_body stdout ---- [INFO] [stdout] "/tmp/.tmpob4S3Z/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: bind_api_method_without_body [INFO] [stdout] Source: src/printer/api/methods.rs:182 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(api(vec![method])) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-use super::paths; [INFO] [stdout] 2 │-use actix_swagger::{Answer, Method}; [INFO] [stdout] 3 │-use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 4 │-use std::future::Future; [INFO] [stdout] 5 │-impl TestApi { [INFO] [stdout] 6 │- pub fn bind_hey_make_my_day(mut self, handler: F) -> Self [INFO] [stdout] 7 │- where [INFO] [stdout] 8 │- F: Factory>, [INFO] [stdout] 9 │- T: FromRequest + 'static, [INFO] [stdout] 10 │- R: Future> + 'static, [INFO] [stdout] 11 │- { [INFO] [stdout] 12 │- self.api = self [INFO] [stdout] 13 │- .api [INFO] [stdout] 14 │- .bind("/hey-make/my-day".to_owned(), Method::POST, handler); [INFO] [stdout] 15 │- self [INFO] [stdout] 16 │- } [INFO] [stdout] 17 │-} [INFO] [stdout] 1 │+use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl TestApi { pub fn bind_hey_make_my_day < F , T , R > ( mut self , handler : F ) -> Self where F : Factory < T , R , Answer < 'static , paths :: hey_make_my_day :: Response >> , T : FromRequest + 'static , R : Future < Output = Answer < 'static , paths :: hey_make_my_day :: Response >> + 'static , { self . api = self . api . bind ( "/hey-make/my-day" . to_owned ( ) , Method :: POST , handler ) ; self } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::methods::tests::bind_api_method_without_body' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/methods.rs:182:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25dfae02 - swagg::printer::api::methods::tests::bind_api_method_without_body::h2fb117bd7fa401af [INFO] [stdout] at src/printer/api/methods.rs:182 [INFO] [stdout] 17: 0x55eb25dfaaea - swagg::printer::api::methods::tests::bind_api_method_without_body::{{closure}}::haa1d2c809156cd31 [INFO] [stdout] at src/printer/api/methods.rs:174 [INFO] [stdout] 18: 0x55eb25e5210e - core::ops::function::FnOnce::call_once::he2670054fe3bb539 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::methods::tests::two_methods stdout ---- [INFO] [stdout] "/tmp/.tmpEJj4oL/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: two_methods [INFO] [stdout] Source: src/printer/api/methods.rs:219 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(api(vec![method1, method2])) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-use super::paths; [INFO] [stdout] 2 │-use actix_swagger::{Answer, Method}; [INFO] [stdout] 3 │-use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 4 │-use std::future::Future; [INFO] [stdout] 5 │-impl TestApi { [INFO] [stdout] 6 │- pub fn bind_hey_make_my_day(mut self, handler: F) -> Self [INFO] [stdout] 7 │- where [INFO] [stdout] 8 │- F: Factory>, [INFO] [stdout] 9 │- T: FromRequest + 'static, [INFO] [stdout] 10 │- R: Future> + 'static, [INFO] [stdout] 11 │- { [INFO] [stdout] 12 │- self.api = self [INFO] [stdout] 13 │- .api [INFO] [stdout] 14 │- .bind("/hey-make/my-day".to_owned(), Method::POST, handler); [INFO] [stdout] 15 │- self [INFO] [stdout] 16 │- } [INFO] [stdout] 17 │- pub fn bind_this_is_my_test_name_in_pascal_case(mut self, handler: F) -> Self [INFO] [stdout] 18 │- where [INFO] [stdout] 19 │- F: Factory>, [INFO] [stdout] 20 │- T: FromRequest + 'static, [INFO] [stdout] 21 │- R: Future> [INFO] [stdout] 22 │- + 'static, [INFO] [stdout] 23 │- { [INFO] [stdout] 24 │- self.api = self.api.bind( [INFO] [stdout] 25 │- "/Very/Very/VEry/Loo000ng/Path".to_owned(), [INFO] [stdout] 26 │- Method::DELETE, [INFO] [stdout] 27 │- handler, [INFO] [stdout] 28 │- ); [INFO] [stdout] 29 │- self [INFO] [stdout] 30 │- } [INFO] [stdout] 31 │-} [INFO] [stdout] 1 │+use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl TestApi { pub fn bind_hey_make_my_day < F , T , R > ( mut self , handler : F ) -> Self where F : Factory < T , R , Answer < 'static , paths :: hey_make_my_day :: Response >> , T : FromRequest + 'static , R : Future < Output = Answer < 'static , paths :: hey_make_my_day :: Response >> + 'static , { self . api = self . api . bind ( "/hey-make/my-day" . to_owned ( ) , Method :: POST , handler ) ; self } pub fn bind_this_is_my_test_name_in_pascal_case < F , T , R > ( mut self , handler : F ) -> Self where F : Factory < T , R , Answer < 'static , paths :: this_is_my_test_name_in_pascal_case :: Response >> , T : FromRequest + 'static , R : Future < Output = Answer < 'static , paths :: this_is_my_test_name_in_pascal_case :: Response >> + 'static , { self . api = self . api . bind ( "/Very/Very/VEry/Loo000ng/Path" . to_owned ( ) , Method :: DELETE , handler ) ; self } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::methods::tests::two_methods' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/methods.rs:219:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25dfb37a - swagg::printer::api::methods::tests::two_methods::hb4cccc6fd34eab05 [INFO] [stdout] at src/printer/api/methods.rs:219 [INFO] [stdout] 17: 0x55eb25dfaeda - swagg::printer::api::methods::tests::two_methods::{{closure}}::h66ddc7585e0c9a0f [INFO] [stdout] at src/printer/api/methods.rs:204 [INFO] [stdout] 18: 0x55eb25e50efe - core::ops::function::FnOnce::call_once::h7d354e0e64ef0f6b [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::structure::tests::with_terms stdout ---- [INFO] [stdout] "/tmp/.tmplwFKBV/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: with_terms [INFO] [stdout] Source: src/printer/api/structure.rs:117 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(ApiStruct{api_name: "test_api".to_owned(), [INFO] [stdout] description: None, [INFO] [stdout] terms_of_service: [INFO] [stdout] Some("https://example.com/terms".to_owned()),}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-#[doc = "@see https://example.com/terms"] [INFO] [stdout] 2 │-pub struct TestApi { [INFO] [stdout] 3 │- api: actix_swagger::Api, [INFO] [stdout] 4 │-} [INFO] [stdout] 5 │-impl TestApi { [INFO] [stdout] 6 │- pub fn new() -> Self { [INFO] [stdout] 7 │- Self { [INFO] [stdout] 8 │- api: actix_swagger::Api::new(), [INFO] [stdout] 9 │- } [INFO] [stdout] 10 │- } [INFO] [stdout] 11 │-} [INFO] [stdout] 12 │-impl Default for TestApi { [INFO] [stdout] 13 │- fn default() -> Self { [INFO] [stdout] 14 │- let api = Self::new(); [INFO] [stdout] 15 │- api [INFO] [stdout] 16 │- } [INFO] [stdout] 17 │-} [INFO] [stdout] 18 │-impl actix_web::dev::HttpServiceFactory for TestApi { [INFO] [stdout] 19 │- fn register(self, config: &mut actix_web::dev::AppService) { [INFO] [stdout] 20 │- self.api.register(config); [INFO] [stdout] 21 │- } [INFO] [stdout] 22 │-} [INFO] [stdout] 1 │+# [ doc = "@see https://example.com/terms" ] pub struct TestApi { api : actix_swagger :: Api , } impl TestApi { pub fn new ( ) -> Self { Self { api : actix_swagger :: Api :: new ( ) } } } impl Default for TestApi { fn default ( ) -> Self { let api = Self :: new ( ) ; api } } impl actix_web :: dev :: HttpServiceFactory for TestApi { fn register ( self , config : & mut actix_web :: dev :: AppService ) { self . api . register ( config ) ; } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::structure::tests::with_terms' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/structure.rs:117:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25dfbdb2 - swagg::printer::api::structure::tests::with_terms::hf75acab641d9a4db [INFO] [stdout] at src/printer/api/structure.rs:117 [INFO] [stdout] 17: 0x55eb25dfbb6a - swagg::printer::api::structure::tests::with_terms::{{closure}}::hab0524da2cba7f0a [INFO] [stdout] at src/printer/api/structure.rs:116 [INFO] [stdout] 18: 0x55eb25e517ae - core::ops::function::FnOnce::call_once::hac2ea0d5aa19e2e0 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::methods::tests::with_request_body stdout ---- [INFO] [stdout] "/tmp/.tmpLVjLfR/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: with_request_body [INFO] [stdout] Source: src/printer/api/methods.rs:263 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(api(vec![method])) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-use super::paths; [INFO] [stdout] 2 │-use actix_swagger::{Answer, Method}; [INFO] [stdout] 3 │-use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 4 │-use std::future::Future; [INFO] [stdout] 5 │-impl TestApi { [INFO] [stdout] 6 │- #[doc = "Request body - super::requst_bodies::SessionCreateBody"] [INFO] [stdout] 7 │- pub fn bind_session_create(mut self, handler: F) -> Self [INFO] [stdout] 8 │- where [INFO] [stdout] 9 │- F: Factory>, [INFO] [stdout] 10 │- T: FromRequest + 'static, [INFO] [stdout] 11 │- R: Future> + 'static, [INFO] [stdout] 12 │- { [INFO] [stdout] 13 │- self.api = self.api.bind("/session".to_owned(), Method::POST, handler); [INFO] [stdout] 14 │- self [INFO] [stdout] 15 │- } [INFO] [stdout] 16 │-} [INFO] [stdout] 1 │+use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl TestApi { # [ doc = "Request body - super::requst_bodies::SessionCreateBody" ] pub fn bind_session_create < F , T , R > ( mut self , handler : F ) -> Self where F : Factory < T , R , Answer < 'static , paths :: session_create :: Response >> , T : FromRequest + 'static , R : Future < Output = Answer < 'static , paths :: session_create :: Response >> + 'static , { self . api = self . api . bind ( "/session" . to_owned ( ) , Method :: POST , handler ) ; self } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::methods::tests::with_request_body' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/methods.rs:263:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25dfb7f1 - swagg::printer::api::methods::tests::with_request_body::hed9c5582545b16ff [INFO] [stdout] at src/printer/api/methods.rs:263 [INFO] [stdout] 17: 0x55eb25dfb49a - swagg::printer::api::methods::tests::with_request_body::{{closure}}::hfa86bc1323dc2228 [INFO] [stdout] at src/printer/api/methods.rs:255 [INFO] [stdout] 18: 0x55eb25e5125e - core::ops::function::FnOnce::call_once::h8985f04dcf237ce3 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::methods::tests::impl_api_pascal_naming stdout ---- [INFO] [stdout] "/tmp/.tmp41TCSe/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: impl_api_pascal_naming [INFO] [stdout] Source: src/printer/api/methods.rs:154 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(vec![api1, api2, api3]) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-use super::paths; [INFO] [stdout] 2 │-use actix_swagger::{Answer, Method}; [INFO] [stdout] 3 │-use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 4 │-use std::future::Future; [INFO] [stdout] 5 │-impl HelloGoof {} [INFO] [stdout] 6 │-use super::paths; [INFO] [stdout] 7 │-use actix_swagger::{Answer, Method}; [INFO] [stdout] 8 │-use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 9 │-use std::future::Future; [INFO] [stdout] 10 │-impl ThatsMyName {} [INFO] [stdout] 11 │-use super::paths; [INFO] [stdout] 12 │-use actix_swagger::{Answer, Method}; [INFO] [stdout] 13 │-use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 14 │-use std::future::Future; [INFO] [stdout] 15 │-impl RandomizeThisFWooorld {} [INFO] [stdout] 1 │+use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl HelloGoof { } use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl ThatsMyName { } use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl RandomizeThisFWooorld { } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::methods::tests::impl_api_pascal_naming' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/methods.rs:154:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25dfa97d - swagg::printer::api::methods::tests::impl_api_pascal_naming::h5d433b98ecead17f [INFO] [stdout] at src/printer/api/methods.rs:154 [INFO] [stdout] 17: 0x55eb25dfa50a - swagg::printer::api::methods::tests::impl_api_pascal_naming::{{closure}}::hc0cf9dad473bbddf [INFO] [stdout] at src/printer/api/methods.rs:140 [INFO] [stdout] 18: 0x55eb25e4f93e - core::ops::function::FnOnce::call_once::h09115d7ad87ead47 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::module::tests::default_api_module stdout ---- [INFO] [stdout] "/tmp/.tmpMfWYhj/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: default_api_module [INFO] [stdout] Source: src/printer/api/module.rs:49 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(ApiModule::default()) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub mod api { [INFO] [stdout] 2 │- pub struct Api { [INFO] [stdout] 3 │- api: actix_swagger::Api, [INFO] [stdout] 4 │- } [INFO] [stdout] 5 │- impl Api { [INFO] [stdout] 6 │- pub fn new() -> Self { [INFO] [stdout] 7 │- Self { [INFO] [stdout] 8 │- api: actix_swagger::Api::new(), [INFO] [stdout] 9 │- } [INFO] [stdout] 10 │- } [INFO] [stdout] 11 │- } [INFO] [stdout] 12 │- impl Default for Api { [INFO] [stdout] 13 │- fn default() -> Self { [INFO] [stdout] 14 │- let api = Self::new(); [INFO] [stdout] 15 │- api [INFO] [stdout] 16 │- } [INFO] [stdout] 17 │- } [INFO] [stdout] 18 │- impl actix_web::dev::HttpServiceFactory for Api { [INFO] [stdout] 19 │- fn register(self, config: &mut actix_web::dev::AppService) { [INFO] [stdout] 20 │- self.api.register(config); [INFO] [stdout] 21 │- } [INFO] [stdout] 22 │- } [INFO] [stdout] 23 │- use super::paths; [INFO] [stdout] 24 │- use actix_swagger::{Answer, Method}; [INFO] [stdout] 25 │- use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 26 │- use std::future::Future; [INFO] [stdout] 27 │- impl Api {} [INFO] [stdout] 28 │-} [INFO] [stdout] 1 │+pub mod api { pub struct Api { api : actix_swagger :: Api , } impl Api { pub fn new ( ) -> Self { Self { api : actix_swagger :: Api :: new ( ) } } } impl Default for Api { fn default ( ) -> Self { let api = Self :: new ( ) ; api } } impl actix_web :: dev :: HttpServiceFactory for Api { fn register ( self , config : & mut actix_web :: dev :: AppService ) { self . api . register ( config ) ; } } use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl Api { } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::module::tests::default_api_module' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/module.rs:49:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c28923 - swagg::printer::api::module::tests::default_api_module::h87a03a2bb3c4b5f4 [INFO] [stdout] at src/printer/api/module.rs:49 [INFO] [stdout] 17: 0x55eb25c287ba - swagg::printer::api::module::tests::default_api_module::{{closure}}::h38bf19893ce51f38 [INFO] [stdout] at src/printer/api/module.rs:48 [INFO] [stdout] 18: 0x55eb25e5251e - core::ops::function::FnOnce::call_once::hf4e98be90745f949 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::api::methods::tests::default_api stdout ---- [INFO] [stdout] "/tmp/.tmp26faaC/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: default_api [INFO] [stdout] Source: src/printer/api/methods.rs:114 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(ImplApi::default()) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-use super::paths; [INFO] [stdout] 2 │-use actix_swagger::{Answer, Method}; [INFO] [stdout] 3 │-use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 4 │-use std::future::Future; [INFO] [stdout] 5 │-impl Api {} [INFO] [stdout] 1 │+use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl Api { } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::api::methods::tests::default_api' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/api/methods.rs:114:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25dfa189 - swagg::printer::api::methods::tests::default_api::h1fc707f23633caa9 [INFO] [stdout] at src/printer/api/methods.rs:114 [INFO] [stdout] 17: 0x55eb25dfa01a - swagg::printer::api::methods::tests::default_api::{{closure}}::ha8c8a24753447176 [INFO] [stdout] at src/printer/api/methods.rs:113 [INFO] [stdout] 18: 0x55eb25e4f90e - core::ops::function::FnOnce::call_once::h0909906a2b1555f9 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::format_integer stdout ---- [INFO] [stdout] "/tmp/.tmp7qbpwj/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: format_integer [INFO] [stdout] Source: src/printer/components/component.rs:331 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(FormatInteger::default())) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = i32; [INFO] [stdout] 1 │+type Test = i32 ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::format_integer' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:331:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c8bc90 - swagg::printer::components::component::tests::format_integer::h931c47c3c608a351 [INFO] [stdout] at src/printer/components/component.rs:331 [INFO] [stdout] 17: 0x55eb25c8baea - swagg::printer::components::component::tests::format_integer::{{closure}}::h681c89e5b51925ad [INFO] [stdout] at src/printer/components/component.rs:330 [INFO] [stdout] 18: 0x55eb25e5231e - core::ops::function::FnOnce::call_once::he9316844b5645fcb [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::format_float stdout ---- [INFO] [stdout] "/tmp/.tmpJWJIjs/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: format_float [INFO] [stdout] Source: src/printer/components/component.rs:324 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(FormatFloat::default())) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = f32; [INFO] [stdout] 1 │+type Test = f32 ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::format_float' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:324:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c8b6d0 - swagg::printer::components::component::tests::format_float::h58a719296de24b21 [INFO] [stdout] at src/printer/components/component.rs:324 [INFO] [stdout] 17: 0x55eb25c8b52a - swagg::printer::components::component::tests::format_float::{{closure}}::h3619ac09f7db92bd [INFO] [stdout] at src/printer/components/component.rs:323 [INFO] [stdout] 18: 0x55eb25e5186e - core::ops::function::FnOnce::call_once::hafbbf4aff93bf4d5 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::paths::module::tests::components_module_default stdout ---- [INFO] [stdout] "/tmp/.tmpuRA3LH/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: components_module_default [INFO] [stdout] Source: src/printer/paths/module.rs:31 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(PathsModule::default()) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub mod paths { [INFO] [stdout] 2 │- use super::components::{parameters, responses}; [INFO] [stdout] 3 │-} [INFO] [stdout] 1 │+pub mod paths { use super :: components :: { parameters , responses } ; } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::paths::module::tests::components_module_default' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/paths/module.rs:31:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c28e93 - swagg::printer::paths::module::tests::components_module_default::h4c04c4c2eff4b9d9 [INFO] [stdout] at src/printer/paths/module.rs:31 [INFO] [stdout] 17: 0x55eb25c28d2a - swagg::printer::paths::module::tests::components_module_default::{{closure}}::h4b9cf7f02f1332a5 [INFO] [stdout] at src/printer/paths/module.rs:30 [INFO] [stdout] 18: 0x55eb25e50e7e - core::ops::function::FnOnce::call_once::h78fd435f00ffb025 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::native_type_boolean stdout ---- [INFO] [stdout] "/tmp/.tmp0U1poh/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: native_type_boolean [INFO] [stdout] Source: src/printer/components/component.rs:388 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(NativeType::Boolean)) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = bool; [INFO] [stdout] 1 │+type Test = bool ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::native_type_boolean' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:388:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c8e7b8 - swagg::printer::components::component::tests::native_type_boolean::h49818c25722f55a1 [INFO] [stdout] at src/printer/components/component.rs:388 [INFO] [stdout] 17: 0x55eb25c8e5fa - swagg::printer::components::component::tests::native_type_boolean::{{closure}}::ha7f9e998acbc930b [INFO] [stdout] at src/printer/components/component.rs:387 [INFO] [stdout] 18: 0x55eb25e506ee - core::ops::function::FnOnce::call_once::h53f4a485cae70901 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::field_type_internal_allow_path stdout ---- [INFO] [stdout] "/tmp/.tmphx6OFk/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: field_type_internal_allow_path [INFO] [stdout] Source: src/printer/components/component.rs:420 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(FieldType::Internal("some::Example".to_owned()))) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = some::Example; [INFO] [stdout] 1 │+type Test = some :: Example ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::field_type_internal_allow_path' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:420:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c900c4 - swagg::printer::components::component::tests::field_type_internal_allow_path::h255f12d4087b271d [INFO] [stdout] at src/printer/components/component.rs:420 [INFO] [stdout] 17: 0x55eb25c8feca - swagg::printer::components::component::tests::field_type_internal_allow_path::{{closure}}::h4dddb40ac4bba166 [INFO] [stdout] at src/printer/components/component.rs:419 [INFO] [stdout] 18: 0x55eb25e51a3e - core::ops::function::FnOnce::call_once::hba66eb9b82795409 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::field_type_native stdout ---- [INFO] [stdout] "/tmp/.tmpQ8RxWt/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: field_type_native [INFO] [stdout] Source: src/printer/components/component.rs:401 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(FieldType::Native(NativeType::Boolean))) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = bool; [INFO] [stdout] 1 │+type Test = bool ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::field_type_native' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:401:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c8f1bf - swagg::printer::components::component::tests::field_type_native::hf42a9890afbd8342 [INFO] [stdout] at src/printer/components/component.rs:401 [INFO] [stdout] 17: 0x55eb25c8ef7a - swagg::printer::components::component::tests::field_type_native::{{closure}}::h13fe361240d25313 [INFO] [stdout] at src/printer/components/component.rs:400 [INFO] [stdout] 18: 0x55eb25e51a0e - core::ops::function::FnOnce::call_once::hb9f2685a366dbdf9 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::native_type_integer stdout ---- [INFO] [stdout] "/tmp/.tmpYWYnVb/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: native_type_integer [INFO] [stdout] Source: src/printer/components/component.rs:382 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(NativeType::Integer{format: Default::default(),})) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = i32; [INFO] [stdout] 1 │+type Test = i32 ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::native_type_integer' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:382:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c8e56d - swagg::printer::components::component::tests::native_type_integer::hd38c4d21fd710e51 [INFO] [stdout] at src/printer/components/component.rs:382 [INFO] [stdout] 17: 0x55eb25c8e39a - swagg::printer::components::component::tests::native_type_integer::{{closure}}::h78dd466e869a9db8 [INFO] [stdout] at src/printer/components/component.rs:381 [INFO] [stdout] 18: 0x55eb25e5118e - core::ops::function::FnOnce::call_once::h83cea679dc1b55e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::responses::tests::responses_with_some_components stdout ---- [INFO] [stdout] "/tmp/.tmp8b5fkG/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: responses_with_some_components [INFO] [stdout] Source: src/printer/components/responses.rs:37 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(ResponsesModule{list: [INFO] [stdout] vec![Component :: Enum [INFO] [stdout] { [INFO] [stdout] name : "Example" . to_owned(), description : [INFO] [stdout] None, variants : vec ! [] [INFO] [stdout] }, Component :: Object [INFO] [stdout] { [INFO] [stdout] name : "Test" . to_owned(), description : [INFO] [stdout] None, fields : vec ! [] [INFO] [stdout] },],}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub mod responses { [INFO] [stdout] 2 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 3 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 4 │- pub enum Example {} [INFO] [stdout] 5 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 6 │- pub struct Test {} [INFO] [stdout] 7 │-} [INFO] [stdout] 1 │+pub mod responses { use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize , Deserialize ) ] pub enum Example { } # [ derive ( Debug , Serialize , Deserialize ) ] pub struct Test { } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::responses::tests::responses_with_some_components' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/responses.rs:37:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25d24b32 - swagg::printer::components::responses::tests::responses_with_some_components::h19eb5767e6b3810e [INFO] [stdout] at src/printer/components/responses.rs:37 [INFO] [stdout] 17: 0x55eb25d2477a - swagg::printer::components::responses::tests::responses_with_some_components::{{closure}}::h7f3d0485f1a65c2a [INFO] [stdout] at src/printer/components/responses.rs:36 [INFO] [stdout] 18: 0x55eb25e4f8de - core::ops::function::FnOnce::call_once::h080867c5a263be36 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::parameters::tests::parameters_with_some_components stdout ---- [INFO] [stdout] "/tmp/.tmpJJuGgS/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: parameters_with_some_components [INFO] [stdout] Source: src/printer/components/parameters.rs:37 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(ParametersModule{list: [INFO] [stdout] vec![Component :: Enum [INFO] [stdout] { [INFO] [stdout] name : "Example" . to_owned(), description [INFO] [stdout] : None, variants : vec ! [] [INFO] [stdout] }, Component :: Object [INFO] [stdout] { [INFO] [stdout] name : "Test" . to_owned(), description : [INFO] [stdout] None, fields : vec ! [] [INFO] [stdout] },],}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub mod parameters { [INFO] [stdout] 2 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 3 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 4 │- pub enum Example {} [INFO] [stdout] 5 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 6 │- pub struct Test {} [INFO] [stdout] 7 │-} [INFO] [stdout] 1 │+pub mod parameters { use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize , Deserialize ) ] pub enum Example { } # [ derive ( Debug , Serialize , Deserialize ) ] pub struct Test { } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::parameters::tests::parameters_with_some_components' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/parameters.rs:37:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25d241f2 - swagg::printer::components::parameters::tests::parameters_with_some_components::h3775e60b3d2519c6 [INFO] [stdout] at src/printer/components/parameters.rs:37 [INFO] [stdout] 17: 0x55eb25d23e3a - swagg::printer::components::parameters::tests::parameters_with_some_components::{{closure}}::hd997f411f4ccb6f0 [INFO] [stdout] at src/printer/components/parameters.rs:36 [INFO] [stdout] 18: 0x55eb25e5002e - core::ops::function::FnOnce::call_once::h3b9de538e2263444 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::schemas::tests::schemas_with_some_components stdout ---- [INFO] [stdout] "/tmp/.tmpOP6MXO/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: schemas_with_some_components [INFO] [stdout] Source: src/printer/components/schemas.rs:37 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(SchemasModule{list: [INFO] [stdout] vec![Component :: Enum [INFO] [stdout] { [INFO] [stdout] name : "Example" . to_owned(), description : [INFO] [stdout] None, variants : vec ! [] [INFO] [stdout] }, Component :: Object [INFO] [stdout] { [INFO] [stdout] name : "Test" . to_owned(), description : [INFO] [stdout] None, fields : vec ! [] [INFO] [stdout] },],}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub mod schemas { [INFO] [stdout] 2 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 3 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 4 │- pub enum Example {} [INFO] [stdout] 5 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 6 │- pub struct Test {} [INFO] [stdout] 7 │-} [INFO] [stdout] 1 │+pub mod schemas { use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize , Deserialize ) ] pub enum Example { } # [ derive ( Debug , Serialize , Deserialize ) ] pub struct Test { } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::schemas::tests::schemas_with_some_components' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/schemas.rs:37:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25d24fd2 - swagg::printer::components::schemas::tests::schemas_with_some_components::h71ee93e6d48a7a0f [INFO] [stdout] at src/printer/components/schemas.rs:37 [INFO] [stdout] 17: 0x55eb25d24c1a - swagg::printer::components::schemas::tests::schemas_with_some_components::{{closure}}::h617756b141504ee8 [INFO] [stdout] at src/printer/components/schemas.rs:36 [INFO] [stdout] 18: 0x55eb25e509ee - core::ops::function::FnOnce::call_once::h5ea0692d1da8deae [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::request_bodies::tests::request_bodies_with_some_components stdout ---- [INFO] [stdout] "/tmp/.tmpYMagIu/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: request_bodies_with_some_components [INFO] [stdout] Source: src/printer/components/request_bodies.rs:37 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(RequestBodiesModule{list: [INFO] [stdout] vec![Component :: Enum [INFO] [stdout] { [INFO] [stdout] name : "Example" . to_owned(), [INFO] [stdout] description : None, variants : vec ! [] [INFO] [stdout] }, Component :: Object [INFO] [stdout] { [INFO] [stdout] name : "Test" . to_owned(), description [INFO] [stdout] : None, fields : vec ! [] [INFO] [stdout] },],}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub mod request_bodies { [INFO] [stdout] 2 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 3 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 4 │- pub enum Example {} [INFO] [stdout] 5 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 6 │- pub struct Test {} [INFO] [stdout] 7 │-} [INFO] [stdout] 1 │+pub mod request_bodies { use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize , Deserialize ) ] pub enum Example { } # [ derive ( Debug , Serialize , Deserialize ) ] pub struct Test { } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::request_bodies::tests::request_bodies_with_some_components' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/request_bodies.rs:37:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25d24692 - swagg::printer::components::request_bodies::tests::request_bodies_with_some_components::h111c23e1a27dbe1f [INFO] [stdout] at src/printer/components/request_bodies.rs:37 [INFO] [stdout] 17: 0x55eb25d242da - swagg::printer::components::request_bodies::tests::request_bodies_with_some_components::{{closure}}::h150e8d6b9dc0ae9d [INFO] [stdout] at src/printer/components/request_bodies.rs:36 [INFO] [stdout] 18: 0x55eb25e51f3e - core::ops::function::FnOnce::call_once::hd283df099dcef24d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::native_type_float stdout ---- [INFO] [stdout] "/tmp/.tmp59vn3h/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: native_type_float [INFO] [stdout] Source: src/printer/components/component.rs:376 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(NativeType::Float{format: Default::default(),})) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = f32; [INFO] [stdout] 1 │+type Test = f32 ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::native_type_float' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:376:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c8e30d - swagg::printer::components::component::tests::native_type_float::h1f6e5a8097c440d3 [INFO] [stdout] at src/printer/components/component.rs:376 [INFO] [stdout] 17: 0x55eb25c8e13a - swagg::printer::components::component::tests::native_type_float::{{closure}}::h5dfd05c8d68c4c83 [INFO] [stdout] at src/printer/components/component.rs:375 [INFO] [stdout] 18: 0x55eb25e51d1e - core::ops::function::FnOnce::call_once::hc8d1b3b98fd0a971 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::native_type_string stdout ---- [INFO] [stdout] "/tmp/.tmpwcrVUX/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: native_type_string [INFO] [stdout] Source: src/printer/components/component.rs:370 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(NativeType::String{format: Default::default(),})) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = String; [INFO] [stdout] 1 │+type Test = String ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::native_type_string' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:370:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c8e0b4 - swagg::printer::components::component::tests::native_type_string::h7bee04afa635d48b [INFO] [stdout] at src/printer/components/component.rs:370 [INFO] [stdout] 17: 0x55eb25c8deaa - swagg::printer::components::component::tests::native_type_string::{{closure}}::hfe89e48b6400d08a [INFO] [stdout] at src/printer/components/component.rs:369 [INFO] [stdout] 18: 0x55eb25e507be - core::ops::function::FnOnce::call_once::h571aca52e5694c3f [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::module::tests::components_module_default stdout ---- [INFO] [stdout] "/tmp/.tmpZJGlPV/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: components_module_default [INFO] [stdout] Source: src/printer/components/module.rs:42 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(ComponentsModule::default()) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub mod components { [INFO] [stdout] 2 │- pub mod parameters { [INFO] [stdout] 3 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 4 │- } [INFO] [stdout] 5 │- pub mod request_bodies { [INFO] [stdout] 6 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 7 │- } [INFO] [stdout] 8 │- pub mod responses { [INFO] [stdout] 9 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 10 │- } [INFO] [stdout] 11 │- pub mod schemas { [INFO] [stdout] 12 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 13 │- } [INFO] [stdout] 14 │-} [INFO] [stdout] 1 │+pub mod components { pub mod parameters { use serde :: { Serialize , Deserialize } ; } pub mod request_bodies { use serde :: { Serialize , Deserialize } ; } pub mod responses { use serde :: { Serialize , Deserialize } ; } pub mod schemas { use serde :: { Serialize , Deserialize } ; } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::module::tests::components_module_default' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/module.rs:42:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c28b19 - swagg::printer::components::module::tests::components_module_default::hdcbc542424cfa68d [INFO] [stdout] at src/printer/components/module.rs:42 [INFO] [stdout] 17: 0x55eb25c289aa - swagg::printer::components::module::tests::components_module_default::{{closure}}::h51b62df1cf2f2a14 [INFO] [stdout] at src/printer/components/module.rs:41 [INFO] [stdout] 18: 0x55eb25e4fb8e - core::ops::function::FnOnce::call_once::h260a1a4876d5794e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::paths::path::tests::path_with_query_params stdout ---- [INFO] [stdout] "/tmp/.tmpvk0x3z/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: path_with_query_params [INFO] [stdout] Source: src/printer/paths/path.rs:410 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(Path{name: "Example".to_owned(), [INFO] [stdout] response: ResponseEnum{responses: vec![],}, [INFO] [stdout] query_params: [INFO] [stdout] vec![QueryParam [INFO] [stdout] { [INFO] [stdout] name : "simple_LONG_DescriptionFor-Me" . to_owned(), [INFO] [stdout] description : None, required : false, type_ref : [INFO] [stdout] "simple_LONG_DescriptionFor-Me" . to_owned() [INFO] [stdout] }, QueryParam [INFO] [stdout] { [INFO] [stdout] name : "ARE_YOU_SURE" . to_owned(), description : [INFO] [stdout] Some("This is the description" . to_owned()), required [INFO] [stdout] : false, type_ref : "simple_LONG_DescriptionFor-Me" . [INFO] [stdout] to_owned() [INFO] [stdout] }, QueryParam [INFO] [stdout] { [INFO] [stdout] name : "just-required" . to_owned(), description : [INFO] [stdout] None, required : true, type_ref : "Another" . [INFO] [stdout] to_owned() [INFO] [stdout] },],}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub mod example { [INFO] [stdout] 2 │- use super::responses; [INFO] [stdout] 3 │- use actix_swagger::{Answer, ContentType, StatusCode}; [INFO] [stdout] 4 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 5 │- #[derive(Debug, Serialize)] [INFO] [stdout] 6 │- #[serde(untagged)] [INFO] [stdout] 7 │- pub enum Response {} [INFO] [stdout] 8 │- impl Response { [INFO] [stdout] 9 │- #[inline] [INFO] [stdout] 10 │- pub fn to_answer(self) -> Answer<'static, Self> { [INFO] [stdout] 11 │- let status = match self {}; [INFO] [stdout] 12 │- let content_type = match self {}; [INFO] [stdout] 13 │- Answer::new(self).status(status).content_type(content_type) [INFO] [stdout] 14 │- } [INFO] [stdout] 15 │- } [INFO] [stdout] 16 │- use super::parameters; [INFO] [stdout] 17 │- #[derive(Debug, Deserialize)] [INFO] [stdout] 18 │- pub struct QueryParams { [INFO] [stdout] 19 │- #[serde(rename = "simple_LONG_DescriptionFor-Me")] [INFO] [stdout] 20 │- pub simple_long_description_for_me: Option, [INFO] [stdout] 21 │- #[doc = "This is the description"] [INFO] [stdout] 22 │- #[serde(rename = "ARE_YOU_SURE")] [INFO] [stdout] 23 │- pub are_you_sure: Option, [INFO] [stdout] 24 │- #[serde(rename = "just-required")] [INFO] [stdout] 25 │- pub just_required: parameters::Another, [INFO] [stdout] 26 │- } [INFO] [stdout] 27 │- pub type Query = actix_web::http::Query; [INFO] [stdout] 28 │-} [INFO] [stdout] 1 │+pub mod example { use super :: responses ; use actix_swagger :: { Answer , ContentType , StatusCode } ; use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize ) ] # [ serde ( untagged ) ] pub enum Response { } impl Response { # [ inline ] pub fn to_answer ( self ) -> Answer < 'static , Self > { let status = match self { } ; let content_type = match self { } ; Answer :: new ( self ) . status ( status ) . content_type ( content_type ) } } use super :: parameters ; # [ derive ( Debug , Deserialize ) ] pub struct QueryParams { # [ serde ( rename = "simple_LONG_DescriptionFor-Me" ) ] pub simple_long_description_for_me : Option < parameters :: SimpleLongDescriptionForMe > , # [ doc = "This is the description" ] # [ serde ( rename = "ARE_YOU_SURE" ) ] pub are_you_sure : Option < parameters :: SimpleLongDescriptionForMe > , # [ serde ( rename = "just-required" ) ] pub just_required : parameters :: Another , } pub type Query = actix_web :: http :: Query < QueryParams > ; } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::paths::path::tests::path_with_query_params' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/paths/path.rs:410:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25baea92 - swagg::printer::paths::path::tests::path_with_query_params::hadd39d8de1c98467 [INFO] [stdout] at src/printer/paths/path.rs:410 [INFO] [stdout] 17: 0x55eb25bae49a - swagg::printer::paths::path::tests::path_with_query_params::{{closure}}::h64dfa0da27a727dd [INFO] [stdout] at src/printer/paths/path.rs:409 [INFO] [stdout] 18: 0x55eb25e51e4e - core::ops::function::FnOnce::call_once::hcf1e87cb59ee1e4e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::paths::path::tests::path_empty stdout ---- [INFO] [stdout] "/tmp/.tmpL7y82h/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: path_empty [INFO] [stdout] Source: src/printer/paths/path.rs:276 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(Path{name: "Example".to_owned(), [INFO] [stdout] response: ResponseEnum{responses: vec![],}, [INFO] [stdout] query_params: vec![],}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub mod example { [INFO] [stdout] 2 │- use super::responses; [INFO] [stdout] 3 │- use actix_swagger::{Answer, ContentType, StatusCode}; [INFO] [stdout] 4 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 5 │- #[derive(Debug, Serialize)] [INFO] [stdout] 6 │- #[serde(untagged)] [INFO] [stdout] 7 │- pub enum Response {} [INFO] [stdout] 8 │- impl Response { [INFO] [stdout] 9 │- #[inline] [INFO] [stdout] 10 │- pub fn to_answer(self) -> Answer<'static, Self> { [INFO] [stdout] 11 │- let status = match self {}; [INFO] [stdout] 12 │- let content_type = match self {}; [INFO] [stdout] 13 │- Answer::new(self).status(status).content_type(content_type) [INFO] [stdout] 14 │- } [INFO] [stdout] 15 │- } [INFO] [stdout] 16 │-} [INFO] [stdout] 1 │+pub mod example { use super :: responses ; use actix_swagger :: { Answer , ContentType , StatusCode } ; use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize ) ] # [ serde ( untagged ) ] pub enum Response { } impl Response { # [ inline ] pub fn to_answer ( self ) -> Answer < 'static , Self > { let status = match self { } ; let content_type = match self { } ; Answer :: new ( self ) . status ( status ) . content_type ( content_type ) } } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::paths::path::tests::path_empty' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/paths/path.rs:276:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25bad635 - swagg::printer::paths::path::tests::path_empty::h4feebffe01693a67 [INFO] [stdout] at src/printer/paths/path.rs:276 [INFO] [stdout] 17: 0x55eb25bad3fa - swagg::printer::paths::path::tests::path_empty::{{closure}}::hafb186db4e47ca7d [INFO] [stdout] at src/printer/paths/path.rs:275 [INFO] [stdout] 18: 0x55eb25e5019e - core::ops::function::FnOnce::call_once::h43fcbb07cf22d074 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::components::component::tests::format_string stdout ---- [INFO] [stdout] "/tmp/.tmpZj5du3/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: format_string [INFO] [stdout] Source: src/printer/components/component.rs:338 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(TestType(FormatString::default())) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-type Test = String; [INFO] [stdout] 1 │+type Test = String ; [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::components::component::tests::format_string' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/components/component.rs:338:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25c8c2e5 - swagg::printer::components::component::tests::format_string::h187dc04384333c5b [INFO] [stdout] at src/printer/components/component.rs:338 [INFO] [stdout] 17: 0x55eb25c8c0aa - swagg::printer::components::component::tests::format_string::{{closure}}::h002878d434eeec72 [INFO] [stdout] at src/printer/components/component.rs:337 [INFO] [stdout] 18: 0x55eb25e4fa3e - core::ops::function::FnOnce::call_once::h183c4bc414b3e273 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::paths::path::tests::path_with_responses stdout ---- [INFO] [stdout] "/tmp/.tmpx4UxeR/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: path_with_responses [INFO] [stdout] Source: src/printer/paths/path.rs:304 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(Path{name: "Example".to_owned(), [INFO] [stdout] response: [INFO] [stdout] ResponseEnum{responses: [INFO] [stdout] vec![StatusVariant [INFO] [stdout] { [INFO] [stdout] status : ResponseStatus :: Ok, [INFO] [stdout] content_type : None, [INFO] [stdout] response_type_name : None, description [INFO] [stdout] : None, x_variant_name : None, [INFO] [stdout] }, StatusVariant [INFO] [stdout] { [INFO] [stdout] status : ResponseStatus :: Created, [INFO] [stdout] content_type : [INFO] [stdout] Some(ContentType :: Json), [INFO] [stdout] response_type_name : None, description [INFO] [stdout] : None, x_variant_name : None, [INFO] [stdout] }, StatusVariant [INFO] [stdout] { [INFO] [stdout] status : ResponseStatus :: Accepted, [INFO] [stdout] content_type : [INFO] [stdout] Some(ContentType :: Json), [INFO] [stdout] response_type_name : [INFO] [stdout] Some("unexpected_FRIEND_Name" . [INFO] [stdout] to_owned()), description : None, [INFO] [stdout] x_variant_name : None, [INFO] [stdout] }, StatusVariant [INFO] [stdout] { [INFO] [stdout] status : ResponseStatus :: BadRequest, [INFO] [stdout] content_type : [INFO] [stdout] Some(ContentType :: Json), [INFO] [stdout] response_type_name : [INFO] [stdout] Some("unexpected_FRIEND_Name" . [INFO] [stdout] to_owned()), description : [INFO] [stdout] Some("My super simple description.\nAnother back" [INFO] [stdout] . to_owned()), x_variant_name : [INFO] [stdout] None, [INFO] [stdout] }, StatusVariant [INFO] [stdout] { [INFO] [stdout] status : ResponseStatus :: [INFO] [stdout] InternalServerError, content_type : [INFO] [stdout] Some(ContentType :: Json), [INFO] [stdout] response_type_name : [INFO] [stdout] Some("unexpected_FRIEND_Name" . [INFO] [stdout] to_owned()), description : [INFO] [stdout] Some("My super simple description.\nAnother back" [INFO] [stdout] . to_owned()), x_variant_name : [INFO] [stdout] Some("Unexpected" . to_owned()), [INFO] [stdout] }, StatusVariant [INFO] [stdout] { [INFO] [stdout] status : ResponseStatus :: [INFO] [stdout] ExpectationFailed, content_type : [INFO] [stdout] None, response_type_name : [INFO] [stdout] Some("unexpected_FRIEND_Name" . [INFO] [stdout] to_owned()), description : [INFO] [stdout] Some("My super simple description.\nAnother back" [INFO] [stdout] . to_owned()), x_variant_name : [INFO] [stdout] Some("Expectation" . to_owned()), [INFO] [stdout] }, StatusVariant [INFO] [stdout] { [INFO] [stdout] status : ResponseStatus :: NotFound, [INFO] [stdout] content_type : None, [INFO] [stdout] response_type_name : None, description [INFO] [stdout] : [INFO] [stdout] Some("My super simple description.\nAnother back" [INFO] [stdout] . to_owned()), x_variant_name : [INFO] [stdout] Some("No" . to_owned()), [INFO] [stdout] },],}, [INFO] [stdout] query_params: vec![],}) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-pub mod example { [INFO] [stdout] 2 │- use super::responses; [INFO] [stdout] 3 │- use actix_swagger::{Answer, ContentType, StatusCode}; [INFO] [stdout] 4 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 5 │- #[derive(Debug, Serialize)] [INFO] [stdout] 6 │- #[serde(untagged)] [INFO] [stdout] 7 │- pub enum Response { [INFO] [stdout] 8 │- Ok, [INFO] [stdout] 9 │- Created, [INFO] [stdout] 10 │- Accepted(responses::UnexpectedFriendName), [INFO] [stdout] 11 │- #[doc = "My super simple description.\nAnother back"] [INFO] [stdout] 12 │- BadRequest(responses::UnexpectedFriendName), [INFO] [stdout] 13 │- #[doc = "My super simple description.\nAnother back"] [INFO] [stdout] 14 │- Unexpected(responses::UnexpectedFriendName), [INFO] [stdout] 15 │- #[doc = "My super simple description.\nAnother back"] [INFO] [stdout] 16 │- Expectation(responses::UnexpectedFriendName), [INFO] [stdout] 17 │- #[doc = "My super simple description.\nAnother back"] [INFO] [stdout] 18 │- No, [INFO] [stdout] 19 │- } [INFO] [stdout] 20 │- impl Response { [INFO] [stdout] 21 │- #[inline] [INFO] [stdout] 22 │- pub fn to_answer(self) -> Answer<'static, Self> { [INFO] [stdout] 23 │- let status = match self { [INFO] [stdout] 24 │- Self::Ok => StatusCode::OK, [INFO] [stdout] 25 │- Self::Created => StatusCode::CREATED, [INFO] [stdout] 26 │- Self::Accepted(_) => StatusCode::ACCEPTED, [INFO] [stdout] 27 │- Self::BadRequest(_) => StatusCode::BAD_REQUEST, [INFO] [stdout] 28 │- Self::Unexpected(_) => StatusCode::INTERNAL_SERVER_ERROR, [INFO] [stdout] 29 │- Self::Expectation(_) => StatusCode::EXPECTATION_FAILED, [INFO] [stdout] 30 │- Self::No => StatusCode::NOT_FOUND, [INFO] [stdout] 31 │- }; [INFO] [stdout] 32 │- let content_type = match self { [INFO] [stdout] 33 │- Self::Ok => None, [INFO] [stdout] 34 │- Self::Created => Some(ContentType::Json), [INFO] [stdout] 35 │- Self::Accepted(_) => Some(ContentType::Json), [INFO] [stdout] 36 │- Self::BadRequest(_) => Some(ContentType::Json), [INFO] [stdout] 37 │- Self::Unexpected(_) => Some(ContentType::Json), [INFO] [stdout] 38 │- Self::Expectation(_) => None, [INFO] [stdout] 39 │- Self::No => None, [INFO] [stdout] 40 │- }; [INFO] [stdout] 41 │- Answer::new(self).status(status).content_type(content_type) [INFO] [stdout] 42 │- } [INFO] [stdout] 43 │- } [INFO] [stdout] 44 │-} [INFO] [stdout] 1 │+pub mod example { use super :: responses ; use actix_swagger :: { Answer , ContentType , StatusCode } ; use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize ) ] # [ serde ( untagged ) ] pub enum Response { Ok , Created , Accepted ( responses :: UnexpectedFriendName ) , # [ doc = "My super simple description.\nAnother back" ] BadRequest ( responses :: UnexpectedFriendName ) , # [ doc = "My super simple description.\nAnother back" ] Unexpected ( responses :: UnexpectedFriendName ) , # [ doc = "My super simple description.\nAnother back" ] Expectation ( responses :: UnexpectedFriendName ) , # [ doc = "My super simple description.\nAnother back" ] No , } impl Response { # [ inline ] pub fn to_answer ( self ) -> Answer < 'static , Self > { let status = match self { Self :: Ok => StatusCode :: OK , Self :: Created => StatusCode :: CREATED , Self :: Accepted ( _ ) => StatusCode :: ACCEPTED , Self :: BadRequest ( _ ) => StatusCode :: BAD_REQUEST , Self :: Unexpected ( _ ) => StatusCode :: INTERNAL_SERVER_ERROR , Self :: Expectation ( _ ) => StatusCode :: EXPECTATION_FAILED , Self :: No => StatusCode :: NOT_FOUND , } ; let content_type = match self { Self :: Ok => None , Self :: Created => Some ( ContentType :: Json ) , Self :: Accepted ( _ ) => Some ( ContentType :: Json ) , Self :: BadRequest ( _ ) => Some ( ContentType :: Json ) , Self :: Unexpected ( _ ) => Some ( ContentType :: Json ) , Self :: Expectation ( _ ) => None , Self :: No => None , } ; Answer :: new ( self ) . status ( status ) . content_type ( content_type ) } } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::paths::path::tests::path_with_responses' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/paths/path.rs:304:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25bae305 - swagg::printer::paths::path::tests::path_with_responses::hd64b31206b109457 [INFO] [stdout] at src/printer/paths/path.rs:304 [INFO] [stdout] 17: 0x55eb25bad6ea - swagg::printer::paths::path::tests::path_with_responses::{{closure}}::he647e3a666e6ef69 [INFO] [stdout] at src/printer/paths/path.rs:303 [INFO] [stdout] 18: 0x55eb25e4fbee - core::ops::function::FnOnce::call_once::h2a09f17688ef4e08 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- printer::tests::huge_test_all_generated stdout ---- [INFO] [stdout] "/tmp/.tmpOV5bgF/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: huge_test_all_generated [INFO] [stdout] Source: src/printer/mod.rs:409 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] shot(generated_module) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-#![allow(dead_code, unused_imports)] [INFO] [stdout] 2 │-pub mod api { [INFO] [stdout] 3 │- #[doc = "Public API for frontend and OAuth applications [Review Github](https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/)"] [INFO] [stdout] 4 │- pub struct ExampleApiDef { [INFO] [stdout] 5 │- api: actix_swagger::Api, [INFO] [stdout] 6 │- } [INFO] [stdout] 7 │- impl ExampleApiDef { [INFO] [stdout] 8 │- pub fn new() -> Self { [INFO] [stdout] 9 │- Self { [INFO] [stdout] 10 │- api: actix_swagger::Api::new(), [INFO] [stdout] 11 │- } [INFO] [stdout] 12 │- } [INFO] [stdout] 13 │- } [INFO] [stdout] 14 │- impl Default for ExampleApiDef { [INFO] [stdout] 15 │- fn default() -> Self { [INFO] [stdout] 16 │- let api = Self::new(); [INFO] [stdout] 17 │- api [INFO] [stdout] 18 │- } [INFO] [stdout] 19 │- } [INFO] [stdout] 20 │- impl actix_web::dev::HttpServiceFactory for ExampleApiDef { [INFO] [stdout] 21 │- fn register(self, config: &mut actix_web::dev::AppService) { [INFO] [stdout] 22 │- self.api.register(config); [INFO] [stdout] 23 │- } [INFO] [stdout] 24 │- } [INFO] [stdout] 25 │- use super::paths; [INFO] [stdout] 26 │- use actix_swagger::{Answer, Method}; [INFO] [stdout] 27 │- use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 28 │- use std::future::Future; [INFO] [stdout] 29 │- impl ExampleApiDef { [INFO] [stdout] 30 │- pub fn bind_session_get(mut self, handler: F) -> Self [INFO] [stdout] 31 │- where [INFO] [stdout] 32 │- F: Factory>, [INFO] [stdout] 33 │- T: FromRequest + 'static, [INFO] [stdout] 34 │- R: Future> + 'static, [INFO] [stdout] 35 │- { [INFO] [stdout] 36 │- self.api = self.api.bind("/session".to_owned(), Method::GET, handler); [INFO] [stdout] 37 │- self [INFO] [stdout] 38 │- } [INFO] [stdout] 39 │- #[doc = "Request body - super::requst_bodies::SessionCreateBody"] [INFO] [stdout] 40 │- pub fn bind_session_create(mut self, handler: F) -> Self [INFO] [stdout] 41 │- where [INFO] [stdout] 42 │- F: Factory>, [INFO] [stdout] 43 │- T: FromRequest + 'static, [INFO] [stdout] 44 │- R: Future> + 'static, [INFO] [stdout] 45 │- { [INFO] [stdout] 46 │- self.api = self.api.bind("/session".to_owned(), Method::POST, handler); [INFO] [stdout] 47 │- self [INFO] [stdout] 48 │- } [INFO] [stdout] 49 │- #[doc = "Request body - super::requst_bodies::RegisterConfirmation"] [INFO] [stdout] 50 │- pub fn bind_register_confirmation(mut self, handler: F) -> Self [INFO] [stdout] 51 │- where [INFO] [stdout] 52 │- F: Factory>, [INFO] [stdout] 53 │- T: FromRequest + 'static, [INFO] [stdout] 54 │- R: Future> + 'static, [INFO] [stdout] 55 │- { [INFO] [stdout] 56 │- self.api = self [INFO] [stdout] 57 │- .api [INFO] [stdout] 58 │- .bind("/register/confirmation".to_owned(), Method::POST, handler); [INFO] [stdout] 59 │- self [INFO] [stdout] 60 │- } [INFO] [stdout] 61 │- } [INFO] [stdout] 62 │-} [INFO] [stdout] 63 │-pub mod components { [INFO] [stdout] 64 │- pub mod parameters { [INFO] [stdout] 65 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 66 │- #[doc = "response_type is set to code indicating that you want an authorization code as the response."] [INFO] [stdout] 67 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 68 │- pub enum OauthResponseType { [INFO] [stdout] 69 │- #[serde(rename = "code")] [INFO] [stdout] 70 │- Code, [INFO] [stdout] 71 │- } [INFO] [stdout] 72 │- #[doc = "The client_id is the identifier for your app"] [INFO] [stdout] 73 │- pub type OauthClientId = uuid::Uuid; [INFO] [stdout] 74 │- #[doc = "redirect_uri may be optional depending on the API, but is highly recommended"] [INFO] [stdout] 75 │- pub type OauthRedirectUri = String; [INFO] [stdout] 76 │- } [INFO] [stdout] 77 │- pub mod request_bodies { [INFO] [stdout] 78 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 79 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 80 │- pub struct Register { [INFO] [stdout] 81 │- pub email: String, [INFO] [stdout] 82 │- pub demo: Option>>, [INFO] [stdout] 83 │- } [INFO] [stdout] 84 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 85 │- pub struct RegisterConfirmation { [INFO] [stdout] 86 │- #[serde(rename = "confirmationCode")] [INFO] [stdout] 87 │- pub confirmation_code: String, [INFO] [stdout] 88 │- #[serde(rename = "firstName")] [INFO] [stdout] 89 │- pub first_name: String, [INFO] [stdout] 90 │- #[serde(rename = "lastName")] [INFO] [stdout] 91 │- pub last_name: String, [INFO] [stdout] 92 │- pub password: String, [INFO] [stdout] 93 │- pub demo: Option, [INFO] [stdout] 94 │- pub customizer: Option, [INFO] [stdout] 95 │- } [INFO] [stdout] 96 │- } [INFO] [stdout] 97 │- pub mod responses { [INFO] [stdout] 98 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 99 │- #[doc = "Answer for registration confirmation"] [INFO] [stdout] 100 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 101 │- pub struct RegisterConfirmationFailed { [INFO] [stdout] 102 │- pub error: RegisterConfirmationFailedError, [INFO] [stdout] 103 │- } [INFO] [stdout] 104 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 105 │- pub enum RegisterConfirmationFailedError { [INFO] [stdout] 106 │- #[serde(rename = "code_invalid_or_expired")] [INFO] [stdout] 107 │- CodeInvalidOrExpired, [INFO] [stdout] 108 │- #[serde(rename = "email_already_activated")] [INFO] [stdout] 109 │- EmailAlreadyActivated, [INFO] [stdout] 110 │- #[serde(rename = "invalid_form")] [INFO] [stdout] 111 │- InvalidForm, [INFO] [stdout] 112 │- } [INFO] [stdout] 113 │- #[doc = "Registration link sent to email, now user can find out when the link expires"] [INFO] [stdout] 114 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 115 │- pub struct RegistrationRequestCreated { [INFO] [stdout] 116 │- #[doc = "UTC Unix TimeStamp when the link expires"] [INFO] [stdout] 117 │- #[serde(rename = "expiresAt")] [INFO] [stdout] 118 │- pub expires_at: i64, [INFO] [stdout] 119 │- } [INFO] [stdout] 120 │- } [INFO] [stdout] 121 │- pub mod schemas { [INFO] [stdout] 122 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 123 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 124 │- pub struct RegisterConfirmation { [INFO] [stdout] 125 │- #[serde(rename = "confirmationCode")] [INFO] [stdout] 126 │- pub confirmation_code: String, [INFO] [stdout] 127 │- #[serde(rename = "firstName")] [INFO] [stdout] 128 │- pub first_name: String, [INFO] [stdout] 129 │- #[serde(rename = "lastName")] [INFO] [stdout] 130 │- pub last_name: String, [INFO] [stdout] 131 │- pub password: String, [INFO] [stdout] 132 │- pub demo: Option, [INFO] [stdout] 133 │- pub customizer: Option, [INFO] [stdout] 134 │- } [INFO] [stdout] 135 │- } [INFO] [stdout] 136 │-} [INFO] [stdout] 137 │-pub mod paths { [INFO] [stdout] 138 │- use super::components::{parameters, responses}; [INFO] [stdout] 139 │- pub mod register_confirmation { [INFO] [stdout] 140 │- use super::responses; [INFO] [stdout] 141 │- use actix_swagger::{Answer, ContentType, StatusCode}; [INFO] [stdout] 142 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 143 │- #[derive(Debug, Serialize)] [INFO] [stdout] 144 │- #[serde(untagged)] [INFO] [stdout] 145 │- pub enum Response { [INFO] [stdout] 146 │- Created, [INFO] [stdout] 147 │- BadRequest(responses::RegisterConfirmationFailed), [INFO] [stdout] 148 │- Unexpected, [INFO] [stdout] 149 │- } [INFO] [stdout] 150 │- impl Response { [INFO] [stdout] 151 │- #[inline] [INFO] [stdout] 152 │- pub fn to_answer(self) -> Answer<'static, Self> { [INFO] [stdout] 153 │- let status = match self { [INFO] [stdout] 154 │- Self::Created => StatusCode::CREATED, [INFO] [stdout] 155 │- Self::BadRequest(_) => StatusCode::BAD_REQUEST, [INFO] [stdout] 156 │- Self::Unexpected => StatusCode::INTERNAL_SERVER_ERROR, [INFO] [stdout] 157 │- }; [INFO] [stdout] 158 │- let content_type = match self { [INFO] [stdout] 159 │- Self::Created => None, [INFO] [stdout] 160 │- Self::BadRequest(_) => Some(ContentType::Json), [INFO] [stdout] 161 │- Self::Unexpected => Some(ContentType::Json), [INFO] [stdout] 162 │- }; [INFO] [stdout] 163 │- Answer::new(self).status(status).content_type(content_type) [INFO] [stdout] 164 │- } [INFO] [stdout] 165 │- } [INFO] [stdout] 166 │- } [INFO] [stdout] 167 │- pub mod session_create { [INFO] [stdout] 168 │- use super::responses; [INFO] [stdout] 169 │- use actix_swagger::{Answer, ContentType, StatusCode}; [INFO] [stdout] 170 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 171 │- #[derive(Debug, Serialize)] [INFO] [stdout] 172 │- #[serde(untagged)] [INFO] [stdout] 173 │- pub enum Response { [INFO] [stdout] 174 │- #[doc = "User logined, cookies writed\nFoo"] [INFO] [stdout] 175 │- Created, [INFO] [stdout] 176 │- BadRequest(responses::SessionCreateFailed), [INFO] [stdout] 177 │- Unexpected, [INFO] [stdout] 178 │- } [INFO] [stdout] 179 │- impl Response { [INFO] [stdout] 180 │- #[inline] [INFO] [stdout] 181 │- pub fn to_answer(self) -> Answer<'static, Self> { [INFO] [stdout] 182 │- let status = match self { [INFO] [stdout] 183 │- Self::Created => StatusCode::CREATED, [INFO] [stdout] 184 │- Self::BadRequest(_) => StatusCode::BAD_REQUEST, [INFO] [stdout] 185 │- Self::Unexpected => StatusCode::INTERNAL_SERVER_ERROR, [INFO] [stdout] 186 │- }; [INFO] [stdout] 187 │- let content_type = match self { [INFO] [stdout] 188 │- Self::Created => None, [INFO] [stdout] 189 │- Self::BadRequest(_) => Some(ContentType::Json), [INFO] [stdout] 190 │- Self::Unexpected => Some(ContentType::Json), [INFO] [stdout] 191 │- }; [INFO] [stdout] 192 │- Answer::new(self).status(status).content_type(content_type) [INFO] [stdout] 193 │- } [INFO] [stdout] 194 │- } [INFO] [stdout] 195 │- use super::parameters; [INFO] [stdout] 196 │- #[derive(Debug, Deserialize)] [INFO] [stdout] 197 │- pub struct QueryParams { [INFO] [stdout] 198 │- #[doc = "response_type is set to code indicating that you want an authorization code as the response."] [INFO] [stdout] 199 │- #[serde(rename = "responseType")] [INFO] [stdout] 200 │- pub response_type: parameters::OauthResponseType, [INFO] [stdout] 201 │- pub redirect_uri: Option, [INFO] [stdout] 202 │- #[serde(rename = "GlobalNameOfTheUniverse")] [INFO] [stdout] 203 │- pub global_name_of_the_universe: Option, [INFO] [stdout] 204 │- } [INFO] [stdout] 205 │- pub type Query = actix_web::http::Query; [INFO] [stdout] 206 │- } [INFO] [stdout] 207 │-} [INFO] [stdout] 1 │+# ! [ allow ( dead_code , unused_imports ) ] pub mod api { # [ doc = "Public API for frontend and OAuth applications [Review Github](https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/)" ] pub struct ExampleApiDef { api : actix_swagger :: Api , } impl ExampleApiDef { pub fn new ( ) -> Self { Self { api : actix_swagger :: Api :: new ( ) } } } impl Default for ExampleApiDef { fn default ( ) -> Self { let api = Self :: new ( ) ; api } } impl actix_web :: dev :: HttpServiceFactory for ExampleApiDef { fn register ( self , config : & mut actix_web :: dev :: AppService ) { self . api . register ( config ) ; } } use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl ExampleApiDef { pub fn bind_session_get < F , T , R > ( mut self , handler : F ) -> Self where F : Factory < T , R , Answer < 'static , paths :: session_get :: Response >> , T : FromRequest + 'static , R : Future < Output = Answer < 'static , paths :: session_get :: Response >> + 'static , { self . api = self . api . bind ( "/session" . to_owned ( ) , Method :: GET , handler ) ; self } # [ doc = "Request body - super::requst_bodies::SessionCreateBody" ] pub fn bind_session_create < F , T , R > ( mut self , handler : F ) -> Self where F : Factory < T , R , Answer < 'static , paths :: session_create :: Response >> , T : FromRequest + 'static , R : Future < Output = Answer < 'static , paths :: session_create :: Response >> + 'static , { self . api = self . api . bind ( "/session" . to_owned ( ) , Method :: POST , handler ) ; self } # [ doc = "Request body - super::requst_bodies::RegisterConfirmation" ] pub fn bind_register_confirmation < F , T , R > ( mut self , handler : F ) -> Self where F : Factory < T , R , Answer < 'static , paths :: register_confirmation :: Response >> , T : FromRequest + 'static , R : Future < Output = Answer < 'static , paths :: register_confirmation :: Response >> + 'static , { self . api = self . api . bind ( "/register/confirmation" . to_owned ( ) , Method :: POST , handler ) ; self } } } pub mod components { pub mod parameters { use serde :: { Serialize , Deserialize } ; # [ doc = "response_type is set to code indicating that you want an authorization code as the response." ] # [ derive ( Debug , Serialize , Deserialize ) ] pub enum OauthResponseType { # [ serde ( rename = "code" ) ] Code , } # [ doc = "The client_id is the identifier for your app" ] pub type OauthClientId = uuid :: Uuid ; # [ doc = "redirect_uri may be optional depending on the API, but is highly recommended" ] pub type OauthRedirectUri = String ; } pub mod request_bodies { use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize , Deserialize ) ] pub struct Register { pub email : String , pub demo : Option < Vec < Vec < String > > > , } # [ derive ( Debug , Serialize , Deserialize ) ] pub struct RegisterConfirmation { # [ serde ( rename = "confirmationCode" ) ] pub confirmation_code : String , # [ serde ( rename = "firstName" ) ] pub first_name : String , # [ serde ( rename = "lastName" ) ] pub last_name : String , pub password : String , pub demo : Option < f32 > , pub customizer : Option < crate :: app :: MySuperType > , } } pub mod responses { use serde :: { Serialize , Deserialize } ; # [ doc = "Answer for registration confirmation" ] # [ derive ( Debug , Serialize , Deserialize ) ] pub struct RegisterConfirmationFailed { pub error : RegisterConfirmationFailedError , } # [ derive ( Debug , Serialize , Deserialize ) ] pub enum RegisterConfirmationFailedError { # [ serde ( rename = "code_invalid_or_expired" ) ] CodeInvalidOrExpired , # [ serde ( rename = "email_already_activated" ) ] EmailAlreadyActivated , # [ serde ( rename = "invalid_form" ) ] InvalidForm , } # [ doc = "Registration link sent to email, now user can find out when the link expires" ] # [ derive ( Debug , Serialize , Deserialize ) ] pub struct RegistrationRequestCreated { # [ doc = "UTC Unix TimeStamp when the link expires" ] # [ serde ( rename = "expiresAt" ) ] pub expires_at : i64 , } } pub mod schemas { use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize , Deserialize ) ] pub struct RegisterConfirmation { # [ serde ( rename = "confirmationCode" ) ] pub confirmation_code : String , # [ serde ( rename = "firstName" ) ] pub first_name : String , # [ serde ( rename = "lastName" ) ] pub last_name : String , pub password : String , pub demo : Option < f32 > , pub customizer : Option < crate :: app :: MySuperType > , } } } pub mod paths { use super :: components :: { parameters , responses } ; pub mod register_confirmation { use super :: responses ; use actix_swagger :: { Answer , ContentType , StatusCode } ; use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize ) ] # [ serde ( untagged ) ] pub enum Response { Created , BadRequest ( responses :: RegisterConfirmationFailed ) , Unexpected , } impl Response { # [ inline ] pub fn to_answer ( self ) -> Answer < 'static , Self > { let status = match self { Self :: Created => StatusCode :: CREATED , Self :: BadRequest ( _ ) => StatusCode :: BAD_REQUEST , Self :: Unexpected => StatusCode :: INTERNAL_SERVER_ERROR , } ; let content_type = match self { Self :: Created => None , Self :: BadRequest ( _ ) => Some ( ContentType :: Json ) , Self :: Unexpected => Some ( ContentType :: Json ) , } ; Answer :: new ( self ) . status ( status ) . content_type ( content_type ) } } } pub mod session_create { use super :: responses ; use actix_swagger :: { Answer , ContentType , StatusCode } ; use serde :: { Serialize , Deserialize } ; # [ derive ( Debug , Serialize ) ] # [ serde ( untagged ) ] pub enum Response { # [ doc = "User logined, cookies writed\nFoo" ] Created , BadRequest ( responses :: SessionCreateFailed ) , Unexpected , } impl Response { # [ inline ] pub fn to_answer ( self ) -> Answer < 'static , Self > { let status = match self { Self :: Created => StatusCode :: CREATED , Self :: BadRequest ( _ ) => StatusCode :: BAD_REQUEST , Self :: Unexpected => StatusCode :: INTERNAL_SERVER_ERROR , } ; let content_type = match self { Self :: Created => None , Self :: BadRequest ( _ ) => Some ( ContentType :: Json ) , Self :: Unexpected => Some ( ContentType :: Json ) , } ; Answer :: new ( self ) . status ( status ) . content_type ( content_type ) } } use super :: parameters ; # [ derive ( Debug , Deserialize ) ] pub struct QueryParams { # [ doc = "response_type is set to code indicating that you want an authorization code as the response." ] # [ serde ( rename = "responseType" ) ] pub response_type : parameters :: OauthResponseType , pub redirect_uri : Option < parameters :: OauthRedirectUri > , # [ serde ( rename = "GlobalNameOfTheUniverse" ) ] pub global_name_of_the_universe : Option < parameters :: OauthClientId > , } pub type Query = actix_web :: http :: Query < QueryParams > ; } } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'printer::tests::huge_test_all_generated' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/printer/mod.rs:409:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25d63d88 - swagg::printer::tests::huge_test_all_generated::h84e0c8963ad61694 [INFO] [stdout] at src/printer/mod.rs:409 [INFO] [stdout] 17: 0x55eb25d5f5ca - swagg::printer::tests::huge_test_all_generated::{{closure}}::hb072fa90294cb303 [INFO] [stdout] at src/printer/mod.rs:67 [INFO] [stdout] 18: 0x55eb25e5165e - core::ops::function::FnOnce::call_once::ha4c4f852b5180782 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::yaml_schema_prints stdout ---- [INFO] [stdout] Components { [INFO] [stdout] request_bodies: {}, [INFO] [stdout] schemas: { [INFO] [stdout] "SessionUser": Component { [INFO] [stdout] name: "SessionUser", [INFO] [stdout] description: Some( [INFO] [stdout] "Current user in a session", [INFO] [stdout] ), [INFO] [stdout] kind: Object { [INFO] [stdout] fields: { [INFO] [stdout] "firstName": ComponentField { [INFO] [stdout] required: true, [INFO] [stdout] description: None, [INFO] [stdout] field_type: String, [INFO] [stdout] }, [INFO] [stdout] "lastName": ComponentField { [INFO] [stdout] required: true, [INFO] [stdout] description: None, [INFO] [stdout] field_type: String, [INFO] [stdout] }, [INFO] [stdout] "inner": ComponentField { [INFO] [stdout] required: false, [INFO] [stdout] description: None, [INFO] [stdout] field_type: Type( [INFO] [stdout] "SessionUserInner", [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] "SessionUserInner": Component { [INFO] [stdout] name: "SessionUserInner", [INFO] [stdout] description: None, [INFO] [stdout] kind: Object { [INFO] [stdout] fields: { [INFO] [stdout] "foo": ComponentField { [INFO] [stdout] required: false, [INFO] [stdout] description: None, [INFO] [stdout] field_type: Number, [INFO] [stdout] }, [INFO] [stdout] "bar": ComponentField { [INFO] [stdout] required: true, [INFO] [stdout] description: None, [INFO] [stdout] field_type: Integer, [INFO] [stdout] }, [INFO] [stdout] "baz": ComponentField { [INFO] [stdout] required: true, [INFO] [stdout] description: None, [INFO] [stdout] field_type: Type( [INFO] [stdout] "SessionUserInnerBaz", [INFO] [stdout] ), [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] "SessionUserInnerBaz": Component { [INFO] [stdout] name: "SessionUserInnerBaz", [INFO] [stdout] description: None, [INFO] [stdout] kind: Object { [INFO] [stdout] fields: { [INFO] [stdout] "demo": ComponentField { [INFO] [stdout] required: false, [INFO] [stdout] description: None, [INFO] [stdout] field_type: String, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] } [INFO] [stdout] "/tmp/.tmphywFCC/source.rs" [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Differences ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot: yaml_schema_prints [INFO] [stdout] Source: src/lib.rs:128 [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] pretty(to_string(&schema, Format::Yaml).unwrap()) [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 1 │-#![allow(dead_code, unused_imports)] [INFO] [stdout] 2 │-pub mod api { [INFO] [stdout] 3 │- #[doc = "Test api"] [INFO] [stdout] 4 │- pub struct DemoApi { [INFO] [stdout] 5 │- api: actix_swagger::Api, [INFO] [stdout] 6 │- } [INFO] [stdout] 7 │- impl DemoApi { [INFO] [stdout] 8 │- pub fn new() -> Self { [INFO] [stdout] 9 │- Self { [INFO] [stdout] 10 │- api: actix_swagger::Api::new(), [INFO] [stdout] 11 │- } [INFO] [stdout] 12 │- } [INFO] [stdout] 13 │- } [INFO] [stdout] 14 │- impl Default for DemoApi { [INFO] [stdout] 15 │- fn default() -> Self { [INFO] [stdout] 16 │- let api = Self::new(); [INFO] [stdout] 17 │- api [INFO] [stdout] 18 │- } [INFO] [stdout] 19 │- } [INFO] [stdout] 20 │- impl actix_web::dev::HttpServiceFactory for DemoApi { [INFO] [stdout] 21 │- fn register(self, config: &mut actix_web::dev::AppService) { [INFO] [stdout] 22 │- self.api.register(config); [INFO] [stdout] 23 │- } [INFO] [stdout] 24 │- } [INFO] [stdout] 25 │- use super::paths; [INFO] [stdout] 26 │- use actix_swagger::{Answer, Method}; [INFO] [stdout] 27 │- use actix_web::{dev::Factory, FromRequest}; [INFO] [stdout] 28 │- use std::future::Future; [INFO] [stdout] 29 │- impl DemoApi {} [INFO] [stdout] 30 │-} [INFO] [stdout] 31 │-pub mod components { [INFO] [stdout] 32 │- pub mod parameters { [INFO] [stdout] 33 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 34 │- } [INFO] [stdout] 35 │- pub mod request_bodies { [INFO] [stdout] 36 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 37 │- } [INFO] [stdout] 38 │- pub mod responses { [INFO] [stdout] 39 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 40 │- } [INFO] [stdout] 41 │- pub mod schemas { [INFO] [stdout] 42 │- use serde::{Deserialize, Serialize}; [INFO] [stdout] 43 │- #[doc = "Current user in a session"] [INFO] [stdout] 44 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 45 │- pub struct SessionUser { [INFO] [stdout] 46 │- #[serde(rename = "firstName")] [INFO] [stdout] 47 │- pub first_name: String, [INFO] [stdout] 48 │- #[serde(rename = "lastName")] [INFO] [stdout] 49 │- pub last_name: String, [INFO] [stdout] 50 │- pub inner: Option, [INFO] [stdout] 51 │- } [INFO] [stdout] 52 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 53 │- pub struct SessionUserInner { [INFO] [stdout] 54 │- pub foo: Option, [INFO] [stdout] 55 │- pub bar: i32, [INFO] [stdout] 56 │- pub baz: SessionUserInnerBaz, [INFO] [stdout] 57 │- } [INFO] [stdout] 58 │- #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 59 │- pub struct SessionUserInnerBaz { [INFO] [stdout] 60 │- pub demo: Option, [INFO] [stdout] 61 │- } [INFO] [stdout] 62 │- } [INFO] [stdout] 63 │-} [INFO] [stdout] 64 │-pub mod paths { [INFO] [stdout] 65 │- use super::components::{parameters, responses}; [INFO] [stdout] 66 │-} [INFO] [stdout] 1 │+# ! [ allow ( dead_code , unused_imports ) ] pub mod api { # [ doc = "Test api" ] pub struct DemoApi { api : actix_swagger :: Api , } impl DemoApi { pub fn new ( ) -> Self { Self { api : actix_swagger :: Api :: new ( ) } } } impl Default for DemoApi { fn default ( ) -> Self { let api = Self :: new ( ) ; api } } impl actix_web :: dev :: HttpServiceFactory for DemoApi { fn register ( self , config : & mut actix_web :: dev :: AppService ) { self . api . register ( config ) ; } } use actix_web :: { FromRequest , dev :: Factory } ; use actix_swagger :: { Answer , Method } ; use std :: future :: Future ; use super :: paths ; impl DemoApi { } } pub mod components { pub mod parameters { use serde :: { Serialize , Deserialize } ; } pub mod request_bodies { use serde :: { Serialize , Deserialize } ; } pub mod responses { use serde :: { Serialize , Deserialize } ; } pub mod schemas { use serde :: { Serialize , Deserialize } ; # [ doc = "Current user in a session" ] # [ derive ( Debug , Serialize , Deserialize ) ] pub struct SessionUser { # [ serde ( rename = "firstName" ) ] pub first_name : String , # [ serde ( rename = "lastName" ) ] pub last_name : String , pub inner : Option < SessionUserInner > , } # [ derive ( Debug , Serialize , Deserialize ) ] pub struct SessionUserInner { pub foo : Option < f32 > , pub bar : i32 , pub baz : SessionUserInnerBaz , } # [ derive ( Debug , Serialize , Deserialize ) ] pub struct SessionUserInnerBaz { pub demo : Option < String > , } } } pub mod paths { use super :: components :: { parameters , responses } ; } [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] thread 'tests::yaml_schema_prints' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/lib.rs:128:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eb2629f4e4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55eb2629f4e4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eb2629f4e4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55eb2629f4e4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55eb262cbf8c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55eb25ec1e75 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55eb26298f11 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55eb262a2585 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55eb262a2585 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55eb262a2585 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55eb262a226b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55eb262a2cb5 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:515 [INFO] [stdout] 12: 0x55eb262a27cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55eb262ca701 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55eb262ca523 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x55eb25bf61b3 - core::result::Result::unwrap::hba0dcd3da7bd5eb1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55eb25baee99 - swagg::tests::yaml_schema_prints::h9eb9eafaf8fd1a93 [INFO] [stdout] at src/lib.rs:128 [INFO] [stdout] 17: 0x55eb25baecda - swagg::tests::yaml_schema_prints::{{closure}}::hcf6f9c0a334992c1 [INFO] [stdout] at src/lib.rs:83 [INFO] [stdout] 18: 0x55eb25e519de - core::ops::function::FnOnce::call_once::hb4f24ae96375f2e5 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x55eb25ee9306 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 20: 0x55eb25ee9306 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x55eb25ee9306 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 22: 0x55eb25ee9306 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x55eb25ee9306 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eb25ee9306 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x55eb25ee9306 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x55eb25ec1326 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x55eb25ec66b5 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x55eb25ec66b5 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 30: 0x55eb25ec66b5 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x55eb25ec66b5 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55eb25ec66b5 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x55eb25ec66b5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 35: 0x55eb262aa1aa - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55eb262aa1aa - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7f5513ba7609 - start_thread [INFO] [stdout] 38: 0x7f5513ce9103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] printer::api::methods::tests::bind_api_method_without_body [INFO] [stdout] printer::api::methods::tests::default_api [INFO] [stdout] printer::api::methods::tests::impl_api_pascal_naming [INFO] [stdout] printer::api::methods::tests::impl_api_without_methods [INFO] [stdout] printer::api::methods::tests::two_methods [INFO] [stdout] printer::api::methods::tests::with_request_body [INFO] [stdout] printer::api::module::tests::default_api_module [INFO] [stdout] printer::api::structure::tests::default_struct [INFO] [stdout] printer::api::structure::tests::with_description [INFO] [stdout] printer::api::structure::tests::with_description_and_terms [INFO] [stdout] printer::api::structure::tests::with_terms [INFO] [stdout] printer::components::component::tests::component_enum [INFO] [stdout] printer::components::component::tests::component_object [INFO] [stdout] printer::components::component::tests::component_type [INFO] [stdout] printer::components::component::tests::field_type_array [INFO] [stdout] printer::components::component::tests::field_type_custom [INFO] [stdout] printer::components::component::tests::field_type_internal_allow_path [INFO] [stdout] printer::components::component::tests::field_type_native [INFO] [stdout] printer::components::component::tests::format_float [INFO] [stdout] printer::components::component::tests::format_integer [INFO] [stdout] printer::components::component::tests::format_string [INFO] [stdout] printer::components::component::tests::native_type_boolean [INFO] [stdout] printer::components::component::tests::native_type_float [INFO] [stdout] printer::components::component::tests::native_type_integer [INFO] [stdout] printer::components::component::tests::native_type_string [INFO] [stdout] printer::components::module::tests::components_module_default [INFO] [stdout] printer::components::parameters::tests::parameters_with_some_components [INFO] [stdout] printer::components::request_bodies::tests::request_bodies_with_some_components [INFO] [stdout] printer::components::responses::tests::responses_with_some_components [INFO] [stdout] printer::components::schemas::tests::schemas_with_some_components [INFO] [stdout] printer::paths::module::tests::components_module_default [INFO] [stdout] printer::paths::path::tests::path_empty [INFO] [stdout] printer::paths::path::tests::path_with_query_params [INFO] [stdout] printer::paths::path::tests::path_with_responses [INFO] [stdout] printer::tests::huge_test_all_generated [INFO] [stdout] tests::yaml_schema_prints [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 36 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "e9032141af22949a30210f3a7a7b8aa798fcd78357e57ba1afb9be06b4f274bc"` [INFO] running `"docker" "rm" "-f" "e9032141af22949a30210f3a7a7b8aa798fcd78357e57ba1afb9be06b4f274bc"` [INFO] [stdout] e9032141af22949a30210f3a7a7b8aa798fcd78357e57ba1afb9be06b4f274bc