[INFO] cloning repository https://github.com/insight-cv-platform/edge-communication-protocol-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/insight-cv-platform/edge-communication-protocol-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsight-cv-platform%2Fedge-communication-protocol-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsight-cv-platform%2Fedge-communication-protocol-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac0c9a7e1303371aa1db2bda3a24b47510579c1a
[INFO] testing insight-cv-platform/edge-communication-protocol-rust against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsight-cv-platform%2Fedge-communication-protocol-rust" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust
[INFO] finished tweaking git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust
[INFO] tweaked toml for git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 75 packages to latest compatible versions
[INFO] [stderr]       Adding bincode v1.3.3 (available: v3.0.0)
[INFO] [stderr]       Adding pyo3 v0.16.6 (available: v0.27.2)
[INFO] [stderr]       Adding uuid v0.8.2 (available: v1.19.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c63af0712457315f4e0f18b4ee85e393fcb430bfee03f922af78be7f2e84f230
[INFO] running `Command { std: "docker" "start" "-a" "c63af0712457315f4e0f18b4ee85e393fcb430bfee03f922af78be7f2e84f230", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c63af0712457315f4e0f18b4ee85e393fcb430bfee03f922af78be7f2e84f230", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c63af0712457315f4e0f18b4ee85e393fcb430bfee03f922af78be7f2e84f230", kill_on_drop: false }`
[INFO] [stdout] c63af0712457315f4e0f18b4ee85e393fcb430bfee03f922af78be7f2e84f230
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 95fead316285b6b79f5814bafab09057204f86455d9b95365800301b26452528
[INFO] running `Command { std: "docker" "start" "-a" "95fead316285b6b79f5814bafab09057204f86455d9b95365800301b26452528", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling libflate_lz77 v1.2.0
[INFO] [stderr]    Compiling snap v0.2.5
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]    Compiling strum v0.18.0
[INFO] [stderr]    Compiling unindent v0.1.11
[INFO] [stderr]    Compiling indoc v1.0.9
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling libflate v1.4.0
[INFO] [stderr]    Compiling pyo3-build-config v0.16.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling pyo3-ffi v0.16.6
[INFO] [stderr]    Compiling pyo3 v0.16.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling pyo3-macros-backend v0.16.6
[INFO] [stderr]    Compiling zerocopy-derive v0.2.0
[INFO] [stderr]    Compiling strum_macros v0.18.0
[INFO] [stderr]    Compiling typed-builder v0.5.1
[INFO] [stderr]    Compiling zerocopy v0.3.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pyo3-macros v0.16.6
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling avro-rs v0.13.0
[INFO] [stderr]    Compiling protocol v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/avro.rs:157:19
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn get_record(&self, schema_name: &str) -> Record {
[INFO] [stdout]     |                   ^^^^^                        ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn get_record(&self, schema_name: &str) -> Record<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/avro.rs:226:1
[INFO] [stdout]     |
[INFO] [stdout] 226 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 227 | impl Builder {
[INFO] [stdout]     |      ------- `Builder` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/avro.rs:311:23
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn get_record(&self, schema_name: &str) -> Record {
[INFO] [stdout]     |                       ^^^^^                        ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn get_record(&self, schema_name: &str) -> Record<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/ffprobe.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 56 | impl ServicesFFProbeRequest {
[INFO] [stdout]    |      ---------------------- `ServicesFFProbeRequest` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/ffprobe.rs:97:1
[INFO] [stdout]    |
[INFO] [stdout] 97 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 98 | impl ServicesFFProbeResponse {
[INFO] [stdout]    |      ----------------------- `ServicesFFProbeResponse` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/keep_alive.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 15 | impl KeepAliveMessage {
[INFO] [stdout]    |      ---------------- `KeepAliveMessage` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/ping.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 26 | impl PingRequestResponse {
[INFO] [stdout]    |      ------------------- `PingRequestResponse` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/notify_message.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 20 | impl NotifyMessage {
[INFO] [stdout]    |      ------------- `NotifyMessage` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/stream_track_unit_elements.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 27 | impl StreamTrackUnitElementsRequest {
[INFO] [stdout]    |      ------------------------------ `StreamTrackUnitElementsRequest` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/objects/services/storage/stream_track_unit_elements.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 126 | impl StreamTrackUnitElementsResponse {
[INFO] [stdout]     |      ------------------------------- `StreamTrackUnitElementsResponse` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/stream_track_units.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 26 | impl StreamTrackUnitsRequest {
[INFO] [stdout]    |      ----------------------- `StreamTrackUnitsRequest` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/objects/services/storage/stream_track_units.rs:128:1
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 129 | impl StreamTrackUnitsResponse {
[INFO] [stdout]     |      ------------------------ `StreamTrackUnitsResponse` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/stream_tracks.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 34 | impl StreamTracksResponse {
[INFO] [stdout]    |      -------------------- `StreamTracksResponse` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/objects/services/storage/stream_tracks.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 153 | impl StreamTracksRequest {
[INFO] [stdout]     |      ------------------- `StreamTracksRequest` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/unit_element_message.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 26 | impl UnitElementMessage {
[INFO] [stdout]    |      ------------------ `UnitElementMessage` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/primitives.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 39 | impl Payload {
[INFO] [stdout]    |      ------- `Payload` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/primitives.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 67 | impl TrackInfo {
[INFO] [stdout]    |      --------- `TrackInfo` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/primitives.rs:132:1
[INFO] [stdout]     |
[INFO] [stdout] 132 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 133 | impl Unit {
[INFO] [stdout]     |      ---- `Unit` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.44s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: snap v0.2.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "95fead316285b6b79f5814bafab09057204f86455d9b95365800301b26452528", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95fead316285b6b79f5814bafab09057204f86455d9b95365800301b26452528", kill_on_drop: false }`
[INFO] [stdout] 95fead316285b6b79f5814bafab09057204f86455d9b95365800301b26452528
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad55a9b1b49f1183d2a2d0dce76b2fc59a11f2d0d3f7434716ad5d45ab498cb6
[INFO] running `Command { std: "docker" "start" "-a" "ad55a9b1b49f1183d2a2d0dce76b2fc59a11f2d0d3f7434716ad5d45ab498cb6", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/avro.rs:157:19
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn get_record(&self, schema_name: &str) -> Record {
[INFO] [stdout]     |                   ^^^^^                        ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn get_record(&self, schema_name: &str) -> Record<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/avro.rs:226:1
[INFO] [stdout]     |
[INFO] [stdout] 226 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 227 | impl Builder {
[INFO] [stdout]     |      ------- `Builder` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/avro.rs:311:23
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn get_record(&self, schema_name: &str) -> Record {
[INFO] [stdout]     |                       ^^^^^                        ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn get_record(&self, schema_name: &str) -> Record<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/ffprobe.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 56 | impl ServicesFFProbeRequest {
[INFO] [stdout]    |      ---------------------- `ServicesFFProbeRequest` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/ffprobe.rs:97:1
[INFO] [stdout]    |
[INFO] [stdout] 97 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 98 | impl ServicesFFProbeResponse {
[INFO] [stdout]    |      ----------------------- `ServicesFFProbeResponse` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/keep_alive.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 15 | impl KeepAliveMessage {
[INFO] [stdout]    |      ---------------- `KeepAliveMessage` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/ping.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 26 | impl PingRequestResponse {
[INFO] [stdout]    |      ------------------- `PingRequestResponse` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/notify_message.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 20 | impl NotifyMessage {
[INFO] [stdout]    |      ------------- `NotifyMessage` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/stream_track_unit_elements.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 27 | impl StreamTrackUnitElementsRequest {
[INFO] [stdout]    |      ------------------------------ `StreamTrackUnitElementsRequest` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/objects/services/storage/stream_track_unit_elements.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 126 | impl StreamTrackUnitElementsResponse {
[INFO] [stdout]     |      ------------------------------- `StreamTrackUnitElementsResponse` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/stream_track_units.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 26 | impl StreamTrackUnitsRequest {
[INFO] [stdout]    |      ----------------------- `StreamTrackUnitsRequest` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/objects/services/storage/stream_track_units.rs:128:1
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 129 | impl StreamTrackUnitsResponse {
[INFO] [stdout]     |      ------------------------ `StreamTrackUnitsResponse` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/stream_tracks.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 34 | impl StreamTracksResponse {
[INFO] [stdout]    |      -------------------- `StreamTracksResponse` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/objects/services/storage/stream_tracks.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 153 | impl StreamTracksRequest {
[INFO] [stdout]     |      ------------------- `StreamTracksRequest` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/unit_element_message.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 26 | impl UnitElementMessage {
[INFO] [stdout]    |      ------------------ `UnitElementMessage` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/primitives.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 39 | impl Payload {
[INFO] [stdout]    |      ------- `Payload` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/primitives.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 67 | impl TrackInfo {
[INFO] [stdout]    |      --------- `TrackInfo` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/primitives.rs:132:1
[INFO] [stdout]     |
[INFO] [stdout] 132 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 133 | impl Unit {
[INFO] [stdout]     |      ---- `Unit` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling protocol v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/avro.rs:157:19
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn get_record(&self, schema_name: &str) -> Record {
[INFO] [stdout]     |                   ^^^^^                        ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn get_record(&self, schema_name: &str) -> Record<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/avro.rs:226:1
[INFO] [stdout]     |
[INFO] [stdout] 226 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 227 | impl Builder {
[INFO] [stdout]     |      ------- `Builder` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/avro.rs:311:23
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn get_record(&self, schema_name: &str) -> Record {
[INFO] [stdout]     |                       ^^^^^                        ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn get_record(&self, schema_name: &str) -> Record<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/ffprobe.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 56 | impl ServicesFFProbeRequest {
[INFO] [stdout]    |      ---------------------- `ServicesFFProbeRequest` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/ffprobe.rs:97:1
[INFO] [stdout]    |
[INFO] [stdout] 97 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 98 | impl ServicesFFProbeResponse {
[INFO] [stdout]    |      ----------------------- `ServicesFFProbeResponse` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/keep_alive.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 15 | impl KeepAliveMessage {
[INFO] [stdout]    |      ---------------- `KeepAliveMessage` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/ping.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 26 | impl PingRequestResponse {
[INFO] [stdout]    |      ------------------- `PingRequestResponse` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/notify_message.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 20 | impl NotifyMessage {
[INFO] [stdout]    |      ------------- `NotifyMessage` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/stream_track_unit_elements.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 27 | impl StreamTrackUnitElementsRequest {
[INFO] [stdout]    |      ------------------------------ `StreamTrackUnitElementsRequest` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/objects/services/storage/stream_track_unit_elements.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 126 | impl StreamTrackUnitElementsResponse {
[INFO] [stdout]     |      ------------------------------- `StreamTrackUnitElementsResponse` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/stream_track_units.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 26 | impl StreamTrackUnitsRequest {
[INFO] [stdout]    |      ----------------------- `StreamTrackUnitsRequest` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/objects/services/storage/stream_track_units.rs:128:1
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 129 | impl StreamTrackUnitsResponse {
[INFO] [stdout]     |      ------------------------ `StreamTrackUnitsResponse` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/stream_tracks.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 34 | impl StreamTracksResponse {
[INFO] [stdout]    |      -------------------- `StreamTracksResponse` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/objects/services/storage/stream_tracks.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 153 | impl StreamTracksRequest {
[INFO] [stdout]     |      ------------------- `StreamTracksRequest` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/objects/services/storage/unit_element_message.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 26 | impl UnitElementMessage {
[INFO] [stdout]    |      ------------------ `UnitElementMessage` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/primitives.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 39 | impl Payload {
[INFO] [stdout]    |      ------- `Payload` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/primitives.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[pymethods]
[INFO] [stdout]    | ^-----------
[INFO] [stdout]    | |
[INFO] [stdout]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 67 | impl TrackInfo {
[INFO] [stdout]    |      --------- `TrackInfo` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/primitives.rs:132:1
[INFO] [stdout]     |
[INFO] [stdout] 132 | #[pymethods]
[INFO] [stdout]     | ^-----------
[INFO] [stdout]     | |
[INFO] [stdout]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stdout] 133 | impl Unit {
[INFO] [stdout]     |      ---- `Unit` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: snap v0.2.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "ad55a9b1b49f1183d2a2d0dce76b2fc59a11f2d0d3f7434716ad5d45ab498cb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad55a9b1b49f1183d2a2d0dce76b2fc59a11f2d0d3f7434716ad5d45ab498cb6", kill_on_drop: false }`
[INFO] [stdout] ad55a9b1b49f1183d2a2d0dce76b2fc59a11f2d0d3f7434716ad5d45ab498cb6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ac5b1046977e287178a7b6b543b4033b7c7073dc347bfd7eac1b87f7fed5f28b
[INFO] running `Command { std: "docker" "start" "-a" "ac5b1046977e287178a7b6b543b4033b7c7073dc347bfd7eac1b87f7fed5f28b", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/avro.rs:157:19
[INFO] [stderr]     |
[INFO] [stderr] 157 |     fn get_record(&self, schema_name: &str) -> Record {
[INFO] [stderr]     |                   ^^^^^                        ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 157 |     fn get_record(&self, schema_name: &str) -> Record<'_> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/avro.rs:226:1
[INFO] [stderr]     |
[INFO] [stderr] 226 | #[pymethods]
[INFO] [stderr]     | ^-----------
[INFO] [stderr]     | |
[INFO] [stderr]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 227 | impl Builder {
[INFO] [stderr]     |      ------- `Builder` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/avro.rs:311:23
[INFO] [stderr]     |
[INFO] [stderr] 311 |     pub fn get_record(&self, schema_name: &str) -> Record {
[INFO] [stderr]     |                       ^^^^^                        ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 311 |     pub fn get_record(&self, schema_name: &str) -> Record<'_> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/objects/services/ffprobe.rs:55:1
[INFO] [stderr]    |
[INFO] [stderr] 55 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 56 | impl ServicesFFProbeRequest {
[INFO] [stderr]    |      ---------------------- `ServicesFFProbeRequest` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/objects/services/ffprobe.rs:97:1
[INFO] [stderr]    |
[INFO] [stderr] 97 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 98 | impl ServicesFFProbeResponse {
[INFO] [stderr]    |      ----------------------- `ServicesFFProbeResponse` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/objects/services/keep_alive.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 15 | impl KeepAliveMessage {
[INFO] [stderr]    |      ---------------- `KeepAliveMessage` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/objects/services/ping.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 26 | impl PingRequestResponse {
[INFO] [stderr]    |      ------------------- `PingRequestResponse` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/objects/services/storage/notify_message.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 20 | impl NotifyMessage {
[INFO] [stderr]    |      ------------- `NotifyMessage` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/objects/services/storage/stream_track_unit_elements.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 27 | impl StreamTrackUnitElementsRequest {
[INFO] [stderr]    |      ------------------------------ `StreamTrackUnitElementsRequest` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/objects/services/storage/stream_track_unit_elements.rs:125:1
[INFO] [stderr]     |
[INFO] [stderr] 125 | #[pymethods]
[INFO] [stderr]     | ^-----------
[INFO] [stderr]     | |
[INFO] [stderr]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 126 | impl StreamTrackUnitElementsResponse {
[INFO] [stderr]     |      ------------------------------- `StreamTrackUnitElementsResponse` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/objects/services/storage/stream_track_units.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 26 | impl StreamTrackUnitsRequest {
[INFO] [stderr]    |      ----------------------- `StreamTrackUnitsRequest` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/objects/services/storage/stream_track_units.rs:128:1
[INFO] [stderr]     |
[INFO] [stderr] 128 | #[pymethods]
[INFO] [stderr]     | ^-----------
[INFO] [stderr]     | |
[INFO] [stderr]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 129 | impl StreamTrackUnitsResponse {
[INFO] [stderr]     |      ------------------------ `StreamTrackUnitsResponse` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/objects/services/storage/stream_tracks.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 34 | impl StreamTracksResponse {
[INFO] [stderr]    |      -------------------- `StreamTracksResponse` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/objects/services/storage/stream_tracks.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | #[pymethods]
[INFO] [stderr]     | ^-----------
[INFO] [stderr]     | |
[INFO] [stderr]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 153 | impl StreamTracksRequest {
[INFO] [stderr]     |      ------------------- `StreamTracksRequest` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/objects/services/storage/unit_element_message.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 26 | impl UnitElementMessage {
[INFO] [stderr]    |      ------------------ `UnitElementMessage` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/primitives.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 39 | impl Payload {
[INFO] [stderr]    |      ------- `Payload` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/primitives.rs:66:1
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[pymethods]
[INFO] [stderr]    | ^-----------
[INFO] [stderr]    | |
[INFO] [stderr]    | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 67 | impl TrackInfo {
[INFO] [stderr]    |      --------- `TrackInfo` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/primitives.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | #[pymethods]
[INFO] [stderr]     | ^-----------
[INFO] [stderr]     | |
[INFO] [stderr]     | move the `impl` block outside of this static `ITEMS` and up 3 bodies
[INFO] [stderr] 133 | impl Unit {
[INFO] [stderr]     |      ---- `Unit` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]     = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `protocol` (lib) generated 18 warnings (run `cargo fix --lib -p protocol` to apply 2 suggestions)
[INFO] [stderr] warning: `protocol` (lib test) generated 18 warnings (18 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: snap v0.2.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/protocol-baa284cbd097e914)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test objects::services::keep_alive::tests::test_load_save ... FAILED
[INFO] [stdout] test objects::services::ffprobe::tests::test_load_save_resp ... FAILED
[INFO] [stdout] test objects::services::ping::tests::test_load_save_ping ... FAILED
[INFO] [stdout] test objects::services::storage::stream_track_unit_elements::tests::test_load_save_rep ... FAILED
[INFO] [stdout] test objects::services::storage::notify_message::tests::test_load_save_req ... FAILED
[INFO] [stdout] test objects::services::storage::stream_track_units::tests::test_load_save_rep ... FAILED
[INFO] [stdout] test objects::services::storage::stream_track_unit_elements::tests::test_load_save_req ... FAILED
[INFO] [stdout] test objects::services::storage::stream_track_units::tests::test_load_save_req ... FAILED
[INFO] [stdout] test objects::services::storage::stream_tracks::tests::test_load_save_rep ... FAILED
[INFO] [stdout] test objects::services::storage::unit_element_message::tests::test_load_save_req ... FAILED
[INFO] [stdout] test objects::services::storage::stream_tracks::tests::test_load_save_req ... FAILED
[INFO] [stdout] test objects::services::ffprobe::tests::test_load_save_req ... FAILED
[INFO] [stdout] test avro::tests::test_load_schemas ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::keep_alive::tests::test_load_save stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::keep_alive::tests::test_load_save' (29) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0c9ecd21 - protocol[ffd8c6aaf2a41712]::objects::services::keep_alive::tests::test_load_save
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/keep_alive.rs:80:18
[INFO] [stdout]   36:     0x5eaa0c9ec877 - protocol[ffd8c6aaf2a41712]::objects::services::keep_alive::tests::test_load_save::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/keep_alive.rs:79:24
[INFO] [stdout]   37:     0x5eaa0c9facd6 - <protocol[ffd8c6aaf2a41712]::objects::services::keep_alive::tests::test_load_save::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::ffprobe::tests::test_load_save_resp stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::ffprobe::tests::test_load_save_resp' (28) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0c9f8b61 - protocol[ffd8c6aaf2a41712]::objects::services::ffprobe::tests::test_load_save_resp
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/ffprobe.rs:292:18
[INFO] [stdout]   36:     0x5eaa0c9f7be7 - protocol[ffd8c6aaf2a41712]::objects::services::ffprobe::tests::test_load_save_resp::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/ffprobe.rs:291:29
[INFO] [stdout]   37:     0x5eaa0c9fad96 - <protocol[ffd8c6aaf2a41712]::objects::services::ffprobe::tests::test_load_save_resp::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::ping::tests::test_load_save_ping stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::ping::tests::test_load_save_ping' (30) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0ca05e91 - protocol[ffd8c6aaf2a41712]::objects::services::ping::tests::test_load_save_req_rep
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/ping.rs:115:18
[INFO] [stdout]   36:     0x5eaa0ca06408 - protocol[ffd8c6aaf2a41712]::objects::services::ping::tests::test_load_save_ping
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/ping.rs:140:9
[INFO] [stdout]   37:     0x5eaa0ca057b7 - protocol[ffd8c6aaf2a41712]::objects::services::ping::tests::test_load_save_ping::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/ping.rs:139:29
[INFO] [stdout]   38:     0x5eaa0c9fad16 - <protocol[ffd8c6aaf2a41712]::objects::services::ping::tests::test_load_save_ping::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   60:     0x776f9a035a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::storage::stream_track_unit_elements::tests::test_load_save_rep stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::storage::stream_track_unit_elements::tests::test_load_save_rep' (32) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0c9edfd7 - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_unit_elements::tests::test_load_save_rep
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_track_unit_elements.rs:309:18
[INFO] [stdout]   36:     0x5eaa0c9ec8d7 - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_unit_elements::tests::test_load_save_rep::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_track_unit_elements.rs:308:28
[INFO] [stdout]   37:     0x5eaa0c9faf56 - <protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_unit_elements::tests::test_load_save_rep::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::storage::notify_message::tests::test_load_save_req stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::storage::notify_message::tests::test_load_save_req' (31) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0ca08cbf - protocol[ffd8c6aaf2a41712]::objects::services::storage::notify_message::tests::test_load_save_req_int
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/notify_message.rs:127:18
[INFO] [stdout]   36:     0x5eaa0ca09541 - protocol[ffd8c6aaf2a41712]::objects::services::storage::notify_message::tests::test_load_save_req
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/notify_message.rs:166:9
[INFO] [stdout]   37:     0x5eaa0ca083c7 - protocol[ffd8c6aaf2a41712]::objects::services::storage::notify_message::tests::test_load_save_req::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/notify_message.rs:165:28
[INFO] [stdout]   38:     0x5eaa0c9fae56 - <protocol[ffd8c6aaf2a41712]::objects::services::storage::notify_message::tests::test_load_save_req::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   60:     0x776f9a035a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::storage::stream_track_units::tests::test_load_save_rep stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::storage::stream_track_units::tests::test_load_save_rep' (34) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0ca095f7 - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_units::tests::test_load_save_rep
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_track_units.rs:285:18
[INFO] [stdout]   36:     0x5eaa0ca083f7 - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_units::tests::test_load_save_rep::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_track_units.rs:284:28
[INFO] [stdout]   37:     0x5eaa0c9fae96 - <protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_units::tests::test_load_save_rep::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::storage::stream_track_unit_elements::tests::test_load_save_req stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::storage::stream_track_unit_elements::tests::test_load_save_req' (33) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0c9eecdf - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_unit_elements::tests::test_load_save_req
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_track_unit_elements.rs:269:18
[INFO] [stdout]   36:     0x5eaa0c9ec907 - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_unit_elements::tests::test_load_save_req::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_track_unit_elements.rs:268:28
[INFO] [stdout]   37:     0x5eaa0c9faf96 - <protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_unit_elements::tests::test_load_save_req::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::storage::stream_track_units::tests::test_load_save_req stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::storage::stream_track_units::tests::test_load_save_req' (35) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0ca0a06f - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_units::tests::test_load_save_req
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_track_units.rs:244:18
[INFO] [stdout]   36:     0x5eaa0ca08427 - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_units::tests::test_load_save_req::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_track_units.rs:243:28
[INFO] [stdout]   37:     0x5eaa0c9faed6 - <protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_track_units::tests::test_load_save_req::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::storage::stream_tracks::tests::test_load_save_rep stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::storage::stream_tracks::tests::test_load_save_rep' (36) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0ca064a7 - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_tracks::tests::test_load_save_rep
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_tracks.rs:263:18
[INFO] [stdout]   36:     0x5eaa0ca057e7 - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_tracks::tests::test_load_save_rep::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_tracks.rs:262:28
[INFO] [stdout]   37:     0x5eaa0c9fadd6 - <protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_tracks::tests::test_load_save_rep::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::storage::unit_element_message::tests::test_load_save_req stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::storage::unit_element_message::tests::test_load_save_req' (38) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0c9ed34f - protocol[ffd8c6aaf2a41712]::objects::services::storage::unit_element_message::tests::test_load_save_req
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/unit_element_message.rs:148:18
[INFO] [stdout]   36:     0x5eaa0c9ec8a7 - protocol[ffd8c6aaf2a41712]::objects::services::storage::unit_element_message::tests::test_load_save_req::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/unit_element_message.rs:147:28
[INFO] [stdout]   37:     0x5eaa0c9faf16 - <protocol[ffd8c6aaf2a41712]::objects::services::storage::unit_element_message::tests::test_load_save_req::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::storage::stream_tracks::tests::test_load_save_req stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::storage::stream_tracks::tests::test_load_save_req' (37) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0ca06e31 - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_tracks::tests::test_load_save_req
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_tracks.rs:234:18
[INFO] [stdout]   36:     0x5eaa0ca05817 - protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_tracks::tests::test_load_save_req::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/storage/stream_tracks.rs:233:28
[INFO] [stdout]   37:     0x5eaa0c9fae16 - <protocol[ffd8c6aaf2a41712]::objects::services::storage::stream_tracks::tests::test_load_save_req::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- objects::services::ffprobe::tests::test_load_save_req stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'objects::services::ffprobe::tests::test_load_save_req' (27) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0c9f83b1 - protocol[ffd8c6aaf2a41712]::objects::services::ffprobe::tests::test_load_save_req
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/ffprobe.rs:263:18
[INFO] [stdout]   36:     0x5eaa0c9f7bb7 - protocol[ffd8c6aaf2a41712]::objects::services::ffprobe::tests::test_load_save_req::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/objects/services/ffprobe.rs:262:28
[INFO] [stdout]   37:     0x5eaa0c9fad56 - <protocol[ffd8c6aaf2a41712]::objects::services::ffprobe::tests::test_load_save_req::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- avro::tests::test_load_schemas stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'avro::tests::test_load_schemas' (26) panicked at src/utils.rs:9:9:
[INFO] [stdout] File /opt/rustwide/workdir/API/avro/protocol/storage/insight.storage.TrackType.avsc cannot be loaded. Error is Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa0cb124a2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa0cb124a2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa0cb2865a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa0cb2865a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eaa0cb172a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eaa0cb172a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eaa0caf071f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa0caf071f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa0cb0a439 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa0ca2786e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eaa0ca2786e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eaa0cb0a5f2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eaa0cb0a5f2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eaa0caf07d8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eaa0cae58c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa0caf162d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eaa0cb28d2c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa0c9ec844 - protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:9:9
[INFO] [stdout]   20:     0x5eaa0c9ef7aa - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, std[3f03f8b59f91bef1]::io::error::Error>>::unwrap_or_else::<protocol[ffd8c6aaf2a41712]::utils::load_file::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x5eaa0c9ecc77 - protocol[ffd8c6aaf2a41712]::utils::load_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:8:31
[INFO] [stdout]   22:     0x5eaa0ca0d067 - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:90:17
[INFO] [stdout]   23:     0x5eaa0c9f1a1c - core[585f66e14d78f9ba]::iter::adapters::map::map_fold::<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   24:     0x5eaa0ca05020 - <core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::adapters::map::map_fold<&(&str, &str), alloc[15e7b27aba85d2e2]::string::String, (), <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}, core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   25:     0x5eaa0c9f0f51 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::fold::<(), core[585f66e14d78f9ba]::iter::traits::iterator::Iterator::for_each::call<alloc[15e7b27aba85d2e2]::string::String, <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   26:     0x5eaa0c9f14f5 - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::for_each::<<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:832:14
[INFO] [stdout]   27:     0x5eaa0c9f2c98 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>::extend_trusted::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3913:26
[INFO] [stdout]   28:     0x5eaa0c9f5dfa - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_extend::SpecExtend<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   29:     0x5eaa0c9f60f9 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter_nested::SpecFromIterNested<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   30:     0x5eaa0c9f4fbd - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as alloc[15e7b27aba85d2e2]::vec::spec_from_iter::SpecFromIter<alloc[15e7b27aba85d2e2]::string::String, core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   31:     0x5eaa0c9f3fb7 - <alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::iter::traits::collect::FromIterator<alloc[15e7b27aba85d2e2]::string::String>>::from_iter::<core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/vec/mod.rs:3777:9
[INFO] [stdout]   32:     0x5eaa0c9f14bd - <core[585f66e14d78f9ba]::iter::adapters::map::Map<core[585f66e14d78f9ba]::slice::iter::Iter<(&str, &str)>, <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new::{closure#0}> as core[585f66e14d78f9ba]::iter::traits::iterator::Iterator>::collect::<alloc[15e7b27aba85d2e2]::vec::Vec<alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/iter/traits/iterator.rs:2032:9
[INFO] [stdout]   33:     0x5eaa0ca0ea7e - <protocol[ffd8c6aaf2a41712]::avro::BuilderImpl>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:95:14
[INFO] [stdout]   34:     0x5eaa0ca0f772 - <protocol[ffd8c6aaf2a41712]::avro::Builder>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:231:22
[INFO] [stdout]   35:     0x5eaa0c9f09a9 - protocol[ffd8c6aaf2a41712]::avro::tests::test_load_schemas
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:324:18
[INFO] [stdout]   36:     0x5eaa0c9f08c7 - protocol[ffd8c6aaf2a41712]::avro::tests::test_load_schemas::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/avro.rs:323:27
[INFO] [stdout]   37:     0x5eaa0c9fac96 - <protocol[ffd8c6aaf2a41712]::avro::tests::test_load_schemas::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5eaa0ca1bc1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5eaa0ca1bc1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x5eaa0ca2847a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5eaa0ca2847a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x5eaa0ca2847a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x5eaa0ca22944 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x5eaa0ca22944 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x5eaa0ca2af72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5eaa0ca2af72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x5eaa0ca2af72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5eaa0cb119af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x5eaa0cb119af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x776f99fa8aa4 - <unknown>
[INFO] [stdout]   59:     0x776f9a035a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     avro::tests::test_load_schemas
[INFO] [stdout]     objects::services::ffprobe::tests::test_load_save_req
[INFO] [stdout]     objects::services::ffprobe::tests::test_load_save_resp
[INFO] [stdout]     objects::services::keep_alive::tests::test_load_save
[INFO] [stdout]     objects::services::ping::tests::test_load_save_ping
[INFO] [stdout]     objects::services::storage::notify_message::tests::test_load_save_req
[INFO] [stdout]     objects::services::storage::stream_track_unit_elements::tests::test_load_save_rep
[INFO] [stdout]     objects::services::storage::stream_track_unit_elements::tests::test_load_save_req
[INFO] [stdout]     objects::services::storage::stream_track_units::tests::test_load_save_rep
[INFO] [stdout]     objects::services::storage::stream_track_units::tests::test_load_save_req
[INFO] [stdout]     objects::services::storage::stream_tracks::tests::test_load_save_rep
[INFO] [stdout]     objects::services::storage::stream_tracks::tests::test_load_save_req
[INFO] [stdout]     objects::services::storage::unit_element_message::tests::test_load_save_req
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ac5b1046977e287178a7b6b543b4033b7c7073dc347bfd7eac1b87f7fed5f28b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac5b1046977e287178a7b6b543b4033b7c7073dc347bfd7eac1b87f7fed5f28b", kill_on_drop: false }`
[INFO] [stdout] ac5b1046977e287178a7b6b543b4033b7c7073dc347bfd7eac1b87f7fed5f28b
