[INFO] cloning repository https://github.com/KMUNIVE/prueba
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KMUNIVE/prueba" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKMUNIVE%2Fprueba", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKMUNIVE%2Fprueba'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f063177b436c0d4d03416d26e534d36afb9e20ce
[INFO] testing KMUNIVE/prueba against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKMUNIVE%2Fprueba" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/KMUNIVE/prueba
[INFO] finished tweaking git repo https://github.com/KMUNIVE/prueba
[INFO] tweaked toml for git repo https://github.com/KMUNIVE/prueba written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KMUNIVE/prueba on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/KMUNIVE/prueba already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533
[INFO] running `Command { std: "docker" "start" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling once_cell v1.20.1
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling fst v0.4.7
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling array-init v0.0.4
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling flate2 v1.0.34
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling smallvec v0.6.14
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling case v1.0.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling enclose v1.1.8
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling lazysort v0.2.1
[INFO] [stderr]    Compiling boolinator v2.4.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling localsearch v0.1.0 (https://github.com/Stremio/local-search?branch=main#74fefe1d)
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling magnet-url v2.0.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling proc_macro_roids v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling stremio-derive v0.1.0 (/opt/rustwide/workdir/stremio-derive)
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling serde_with_macros v3.9.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling serde_bytes v0.11.15
[INFO] [stderr]    Compiling stremio-watched-bitfield v0.1.0 (/opt/rustwide/workdir/stremio-watched-bitfield)
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling stremio-serde-hex v0.1.0
[INFO] [stderr]    Compiling serde_bencode v0.2.4
[INFO] [stderr]    Compiling serde_url_params v0.2.1
[INFO] [stderr]    Compiling stremio-official-addons v2.0.12
[INFO] [stderr]    Compiling serde_with v3.9.0
[INFO] [stderr]    Compiling stremio-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/runtime/runtime.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn model(&self) -> LockResult<RwLockReadGuard<M>> {
[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] 54 |     pub fn model(&self) -> LockResult<RwLockReadGuard<'_, M>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/addon/manifest.rs:346:17
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub fn iter(&self) -> impl Iterator<Item = Cow<ExtraProp>> {
[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] 346 |     pub fn iter(&self) -> impl Iterator<Item = Cow<'_, ExtraProp>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/resource/meta_item.rs:316:19
[INFO] [stdout]     |
[INFO] [stdout] 316 |     pub fn stream(&self) -> Option<Cow<Stream>> {
[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] 316 |     pub fn stream(&self) -> Option<Cow<'_, Stream>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.41s
[INFO] running `Command { std: "docker" "inspect" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/runtime/runtime.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn model(&self) -> LockResult<RwLockReadGuard<M>> {
[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] 54 |     pub fn model(&self) -> LockResult<RwLockReadGuard<'_, M>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/addon/manifest.rs:346:17
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub fn iter(&self) -> impl Iterator<Item = Cow<ExtraProp>> {
[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] 346 |     pub fn iter(&self) -> impl Iterator<Item = Cow<'_, ExtraProp>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/resource/meta_item.rs:316:19
[INFO] [stdout]     |
[INFO] [stdout] 316 |     pub fn stream(&self) -> Option<Cow<Stream>> {
[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] 316 |     pub fn stream(&self) -> Option<Cow<'_, Stream>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling tokio-executor v0.2.0-alpha.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling serde_test v1.0.177
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling crossbeam-channel v0.3.9
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling tokio-current-thread v0.2.0-alpha.1
[INFO] [stderr]    Compiling stremio-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/runtime/runtime.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn model(&self) -> LockResult<RwLockReadGuard<M>> {
[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] 54 |     pub fn model(&self) -> LockResult<RwLockReadGuard<'_, M>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/addon/manifest.rs:346:17
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub fn iter(&self) -> impl Iterator<Item = Cow<ExtraProp>> {
[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] 346 |     pub fn iter(&self) -> impl Iterator<Item = Cow<'_, ExtraProp>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/resource/meta_item.rs:316:19
[INFO] [stdout]     |
[INFO] [stdout] 316 |     pub fn stream(&self) -> Option<Cow<Stream>> {
[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] 316 |     pub fn stream(&self) -> Option<Cow<'_, Stream>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 35.98s
[INFO] running `Command { std: "docker" "inspect" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/runtime/runtime.rs:54:18
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub fn model(&self) -> LockResult<RwLockReadGuard<M>> {
[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] 54 |     pub fn model(&self) -> LockResult<RwLockReadGuard<'_, M>> {
[INFO] [stderr]    |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/types/addon/manifest.rs:346:17
[INFO] [stderr]     |
[INFO] [stderr] 346 |     pub fn iter(&self) -> impl Iterator<Item = Cow<ExtraProp>> {
[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] 346 |     pub fn iter(&self) -> impl Iterator<Item = Cow<'_, ExtraProp>> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/types/resource/meta_item.rs:316:19
[INFO] [stderr]     |
[INFO] [stderr] 316 |     pub fn stream(&self) -> Option<Cow<Stream>> {
[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] 316 |     pub fn stream(&self) -> Option<Cow<'_, Stream>> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `stremio-core` (lib) generated 3 warnings (run `cargo fix --lib -p stremio-core` to apply 3 suggestions)
[INFO] [stderr] warning: `stremio-core` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stremio_core-157b448c32d5f065)
[INFO] [stdout] 
[INFO] [stdout] running 176 tests
[INFO] [stdout] test addon_transport::http_transport::legacy::test::query_stream ... ok
[INFO] [stdout] test addon_transport::http_transport::legacy::test::query_meta ... ok
[INFO] [stdout] test addon_transport::http_transport::legacy::test::stream_imdb ... ok
[INFO] [stdout] test addon_transport::http_transport::legacy::test::subtitles_with_hash ... ok
[INFO] [stdout] test models::addon_details::test::test_deserialization_of_select ... ok
[INFO] [stdout] test addon_transport::http_transport::legacy::test::catalog ... ok
[INFO] [stdout] test models::local_search::test::test_imdb_rating_parsing ... ok
[INFO] [stdout] test deep_links::error_link::tests::error_link ... ok
[INFO] [stdout] test models::library_with_filters::test::test_watched_and_not_watched_sort_items_ordering_of_library_items ... ok
[INFO] [stdout] test models::local_search::test::test_deserialization_of_searchable ... ok
[INFO] [stdout] test models::player::tests::test_underflow_calculate_outro ... ok
[INFO] [stdout] test runtime::effects::test::test_effects_defaults ... ok
[INFO] [stdout] test runtime::env::test::test_migration_from_10_to_11 ... ok
[INFO] [stdout] test runtime::env::test::test_migration_from_13_to_14 ... ok
[INFO] [stdout] test runtime::env::test::test_migration_from_8_to_9 ... ok
[INFO] [stdout] test runtime::env::test::test_migration_from_6_to_7 ... ok
[INFO] [stdout] test types::addon::response::tests::test_response_deserialization_keys ... ok
[INFO] [stdout] test types::api::response::test::deserialization_of_api_response_with_path_and_without ... ok
[INFO] [stdout] test runtime::env::test::test_migration_from_12_to_13 ... ok
[INFO] [stdout] test runtime::env::test::test_migration_from_11_to_12 ... ok
[INFO] [stdout] test runtime::env::test::test_migration_to_latest_version ... ok
[INFO] [stdout] test types::api::request::tests::test_versioning_of_api_fetch_request_params ... ok
[INFO] [stdout] test runtime::env::test::test_migration_from_5_to_6 ... ok
[INFO] [stdout] test runtime::env::test::test_migration_from_7_to_8 ... ok
[INFO] [stdout] test types::api::response::test::deserialize_skip_gaps_response ... ok
[INFO] [stdout] test types::serde_ext::empty_string_as_null::test::test_empty_field ... ok
[INFO] [stdout] test types::serde_ext::empty_string_as_null::test::test_field ... ok
[INFO] [stdout] test types::streaming_server::response::test::test_server_settings_response_deserialization ... ok
[INFO] [stdout] test types::resource::stream::tests::test_stream_url_source_with_proxy_headers_to_streaming_url ... ok
[INFO] [stdout] test types::serde_as_ext::tests::test_bool_as_option ... ok
[INFO] [stdout] test runtime::env::test::test_migration_from_9_to_10 ... ok
[INFO] [stdout] test unit_tests::calendar::load_action::calendar ... ok
[INFO] [stdout] test unit_tests::catalog_with_filters::load_action::default_catalog ... ok
[INFO] [stdout] test unit_tests::ctx::notifications::update_notifications::test_dismiss_notification ... ok
[INFO] [stdout] test unit_tests::ctx::add_to_library::actionctx_addtolibrary_already_added ... ok
[INFO] [stdout] test unit_tests::ctx::notifications::update_notifications::test_pull_notifications_test_cases ... ok
[INFO] [stdout] test unit_tests::ctx::install_addon::actionctx_installaddon_install ... ok
[INFO] [stdout] test unit_tests::ctx::install_addon::actionctx_installaddon_update ... ok
[INFO] [stdout] test unit_tests::catalog_with_filters::load_action::search_catalog ... ok
[INFO] [stdout] test unit_tests::ctx::authenticate::actionctx_authenticate_login ... ok
[INFO] [stdout] test unit_tests::ctx::authenticate::actionctx_authenticate_login_with_token ... ok
[INFO] [stdout] test unit_tests::ctx::install_addon::actionctx_installaddon_install_with_user ... ok
[INFO] [stdout] test unit_tests::ctx::install_addon::actionctx_installaddon_already_installed ... ok
[INFO] [stdout] test unit_tests::ctx::logout::actionctx_logout ... ok
[INFO] [stdout] test unit_tests::ctx::add_to_library::actionctx_addtolibrary ... ok
[INFO] [stdout] test unit_tests::ctx::notifications::update_notifications::test_pull_notifications_and_play_in_player ... ok
[INFO] [stdout] test unit_tests::ctx::authenticate::actionctx_authenticate_facebook ... ok
[INFO] [stdout] test unit_tests::ctx::pull_addons_from_api::actionctx_pulladdonsfromapi ... ok
[INFO] [stdout] test unit_tests::ctx::push_addons_to_api::actionctx_pushaddonstoapi ... ok
[INFO] [stdout] test unit_tests::ctx::uninstall_addon::actionctx_uninstalladdon_protected ... ok
[INFO] [stdout] test unit_tests::ctx::remove_from_library::actionctx_removefromlibrary ... ok
[INFO] [stdout] test unit_tests::ctx::pull_addons_from_api::actionctx_pulladdonsfromapi_with_user ... ok
[INFO] [stdout] test unit_tests::ctx::remove_from_library::actionctx_removefromlibrary_not_added ... ok
[INFO] [stdout] test unit_tests::ctx::rewind_library_item::actionctx_rewindlibraryitem ... ok
[INFO] [stdout] test unit_tests::ctx::sync_library_with_api::actionctx_synclibrarywithapi ... ok
[INFO] [stdout] test unit_tests::ctx::rewind_library_item::actionctx_rewindlibraryitem_not_added ... ok
[INFO] [stdout] test unit_tests::ctx::sync_library_with_api::actionctx_synclibrarywithapi_with_user ... ok
[INFO] [stdout] test unit_tests::ctx::sync_library_with_api::actionctx_synclibrarywithapi_with_user_empty_library ... ok
[INFO] [stdout] test unit_tests::ctx::uninstall_addon::actionctx_uninstalladdon ... ok
[INFO] [stdout] test unit_tests::ctx::uninstall_addon::actionctx_uninstalladdon_not_installed ... ok
[INFO] [stdout] test unit_tests::ctx::authenticate::actionctx_authenticate_register ... ok
[INFO] [stdout] test unit_tests::ctx::update_events::test_dismissed_events ... ok
[INFO] [stdout] test unit_tests::ctx::uninstall_addon::actionctx_uninstalladdon_streams_bucket ... ok
[INFO] [stdout] test unit_tests::deep_links::addons_deep_links::addons_deep_links_installed_addons_request_no_type ... ok
[INFO] [stdout] test unit_tests::ctx::update_events::test_events ... ok
[INFO] [stdout] test unit_tests::deep_links::addons_deep_links::addons_deep_links_installed_addons_request_type ... ok
[INFO] [stdout] test unit_tests::deep_links::addons_deep_links::addons_deep_links_request ... ok
[INFO] [stdout] test unit_tests::ctx::update_events::test_stored_dismissed_events ... ok
[INFO] [stdout] test unit_tests::deep_links::external_player_link::external_player_link_external ... ok
[INFO] [stdout] test unit_tests::ctx::update_search_history::test_search_history_clear_items ... ok
[INFO] [stdout] test unit_tests::deep_links::external_player_link::external_player_link_player_frame ... ok
[INFO] [stdout] test unit_tests::ctx::update_settings::actionctx_updatesettings_not_changed ... ok
[INFO] [stdout] test unit_tests::deep_links::external_player_link::external_player_link_torrent ... ok
[INFO] [stdout] test unit_tests::deep_links::library_deep_links::library_deep_links_request_no_type ... ok
[INFO] [stdout] test unit_tests::deep_links::discover_deep_links::discover_deep_links ... ok
[INFO] [stdout] test unit_tests::deep_links::library_deep_links::library_deep_links_string ... ok
[INFO] [stdout] test unit_tests::ctx::upgrade_addon::actionctx_addon_upgrade ... ok
[INFO] [stdout] test unit_tests::deep_links::library_deep_links::library_deep_links_request_type ... ok
[INFO] [stdout] test unit_tests::ctx::upgrade_addon::actionctx_addon_upgrade_fail_due_to_different_url ... ok
[INFO] [stdout] test unit_tests::deep_links::library_item_deep_links::library_item_deep_links_no_video ... ok
[INFO] [stdout] test unit_tests::deep_links::external_player_link::external_player_link_http ... ok
[INFO] [stdout] test unit_tests::deep_links::external_player_link::external_player_link_youtube ... ok
[INFO] [stdout] test unit_tests::deep_links::library_item_deep_links::library_item_deep_links_behavior_hints_default_video_id ... ok
[INFO] [stdout] test unit_tests::deep_links::meta_item_deep_links::meta_item_deep_links ... ok
[INFO] [stdout] test unit_tests::deep_links::search_history_item_deep_links::search_history_item_deep_links ... ok
[INFO] [stdout] test unit_tests::deep_links::meta_item_deep_links::meta_item_deep_links_behavior_hints ... ok
[INFO] [stdout] test models::streaming_server::tests::test_magnet_hash ... ok
[INFO] [stdout] test unit_tests::deep_links::library_item_deep_links::library_item_deep_links_state_video_id ... ok
[INFO] [stdout] test unit_tests::deep_links::library_item_deep_links::library_item_deep_links_state_and_behavior_hints_default_video_id ... ok
[INFO] [stdout] test unit_tests::ctx::update_settings::actionctx_updatesettings ... ok
[INFO] [stdout] test unit_tests::ctx::update_search_history::test_search_history_update ... ok
[INFO] [stdout] test unit_tests::deep_links::external_player_link::external_player_link_magnet ... ok
[INFO] [stdout] test unit_tests::deep_links::library_item_deep_links::library_item_deep_links_state_no_time_offset_and_behavior_hints_default_video_id ... ok
[INFO] [stdout] test unit_tests::deep_links::stream_deep_links::stream_deep_links_http_with_request_response_headers_and_query_params ... ok
[INFO] [stdout] test unit_tests::data_export::data_export_with_user ... ok
[INFO] [stdout] test unit_tests::data_export::data_export_without_a_user ... ok
[INFO] [stdout] test unit_tests::deep_links::library_item_deep_links::library_item_deep_links_state_video_id_no_time_offset_infuse_player ... ok
[INFO] [stdout] test unit_tests::deep_links::stream_deep_links::stream_deep_links_torrent_without_file_index ... ok
[INFO] [stdout] test unit_tests::deep_links::stream_deep_links::stream_deep_links_requests ... ok
[INFO] [stdout] test unit_tests::deep_links::stream_deep_links::stream_deep_links_external ... ok
[INFO] [stdout] test unit_tests::deep_links::stream_deep_links::stream_deep_links_http_with_request_headers ... ok
[INFO] [stdout] test unit_tests::deep_links::stream_deep_links::stream_deep_links_magnet ... ok
[INFO] [stdout] test unit_tests::deep_links::stream_deep_links::stream_deep_links_player_frame ... ok
[INFO] [stdout] test unit_tests::deep_links::meta_item_deep_links::meta_item_deep_links_behavior_hints_yt_id ... ok
[INFO] [stdout] test unit_tests::serde::api_error::api_error ... ok
[INFO] [stdout] test unit_tests::link::create_link_code ... ok
[INFO] [stdout] test unit_tests::meta_details::override_selected::override_selected_default_video_id ... ok
[INFO] [stdout] test unit_tests::deep_links::stream_deep_links::stream_deep_links_http ... ok
[INFO] [stdout] test unit_tests::deep_links::video_deep_links::video_deep_links ... ok
[INFO] [stdout] test unit_tests::deep_links::stream_deep_links::stream_deep_links_youtube ... ok
[INFO] [stdout] test unit_tests::deep_links::stream_deep_links::stream_deep_links_torrent ... ok
[INFO] [stdout] test unit_tests::serde::api_request::api_request ... ok
[INFO] [stdout] test unit_tests::serde::auth_key::auth_key ... ok
[INFO] [stdout] test unit_tests::serde::api_result::api_result ... ok
[INFO] [stdout] test unit_tests::serde::auth_request::auth_request ... ok
[INFO] [stdout] test unit_tests::serde::auth::auth ... ok
[INFO] [stdout] test unit_tests::serde::datastore_command::datastore_command ... ok
[INFO] [stdout] test unit_tests::serde::auth_response::auth_response ... ok
[INFO] [stdout] test unit_tests::serde::datastore_request::datastore_request ... ok
[INFO] [stdout] test unit_tests::serde::descriptor_flags::descriptor_flags ... ok
[INFO] [stdout] test unit_tests::serde::collection_response::cft_test::collection_response ... ok
[INFO] [stdout] test unit_tests::serde::extra_prop::extra_prop ... ok
[INFO] [stdout] test unit_tests::serde::descriptor::descriptor ... ok
[INFO] [stdout] test unit_tests::serde::library_bucket::library_bucket ... ok
[INFO] [stdout] test unit_tests::serde::link_code_response::link_code_response ... ok
[INFO] [stdout] test unit_tests::serde::link_data_response::link_data_response ... ok
[INFO] [stdout] test unit_tests::serde::link::link ... ok
[INFO] [stdout] test unit_tests::serde::descriptor_preview::descriptor_preview ... ok
[INFO] [stdout] test unit_tests::serde::extra_value::extra_value ... ok
[INFO] [stdout] test unit_tests::serde::manifest_behavior_hints::manifest_behavior_hints ... ok
[INFO] [stdout] test unit_tests::serde::manifest::manifest ... ok
[INFO] [stdout] test unit_tests::serde::manifest_catalog::manifest_catalog ... ok
[INFO] [stdout] test unit_tests::serde::meta_item_behavior_hints::meta_item_behavior_hints ... ok
[INFO] [stdout] test unit_tests::serde::manifest_preview::manifest_preview ... ok
[INFO] [stdout] test unit_tests::serde::manifest_extra::manifest_extra ... ok
[INFO] [stdout] test unit_tests::serde::manifest_resource::manifest_resource ... ok
[INFO] [stdout] test unit_tests::serde::gdpr_consent::gdpr_consent ... ok
[INFO] [stdout] test unit_tests::serde::meta_item::meta_item_de_urls_none_when_empty ... ok
[INFO] [stdout] test unit_tests::serde::library_item_state::library_item_state ... ok
[INFO] [stdout] test unit_tests::serde::meta_item::meta_item ... ok
[INFO] [stdout] test unit_tests::serde::meta_item_preview::meta_item_preview_de ... ok
[INFO] [stdout] test unit_tests::serde::meta_item_preview::meta_item_preview_serialize ... ok
[INFO] [stdout] test unit_tests::serde::meta_item_preview::meta_item_preview_de_numeric_imdb ... ok
[INFO] [stdout] test unit_tests::serde::meta_item_preview::meta_item_preview_de_legacy_links ... ok
[INFO] [stdout] test unit_tests::serde::library_item::library_item ... ok
[INFO] [stdout] test unit_tests::serde::library_bucket_ref::library_bucket_ref ... ok
[INFO] [stdout] test unit_tests::serde::meta_item_preview::meta_item_preview_de_minimal ... ok
[INFO] [stdout] test unit_tests::serde::library_item_modified::library_item_modified ... ok
[INFO] [stdout] test unit_tests::serde::meta_item_preview::meta_item_preview_de_null ... ok
[INFO] [stdout] test unit_tests::serde::poster_shape::poster_shape ... ok
[INFO] [stdout] test unit_tests::serde::r#true::r#true ... ok
[INFO] [stdout] test unit_tests::serde::series_info::series_info ... ok
[INFO] [stdout] test unit_tests::serde::resource_request::resource_request ... ok
[INFO] [stdout] test unit_tests::serde::profile::profile ... ok
[INFO] [stdout] test unit_tests::serde::stream::stream ... ok
[INFO] [stdout] test unit_tests::serde::resource_response::resource_response ... ok
[INFO] [stdout] test unit_tests::serde::stream_source::stream_source_from_json ... ok
[INFO] [stdout] test unit_tests::serde::subtitles::subtitles ... ok
[INFO] [stdout] test unit_tests::serde::success_response::success_response ... ok
[INFO] [stdout] test unit_tests::serde::stream_source::stream_source ... ok
[INFO] [stdout] test unit_tests::serde::user::user ... ok
[INFO] [stdout] test unit_tests::serde::video::various_videos_deserialization ... ok
[INFO] [stdout] test unit_tests::serde::settings::settings ... ok
[INFO] [stdout] test unit_tests::serde::video::videos_released_equal ... ok
[INFO] [stdout] test unit_tests::serde::video::video ... ok
[INFO] [stdout] test addon_transport::http_transport::legacy::test::subtitles_only_id ... ok
[INFO] [stdout] test unit_tests::player::next_stream::next_stream ... ok
[INFO] [stdout] test unit_tests::serde::video::videos_minimal ... ok
[INFO] [stdout] test unit_tests::serde::video::videos_released_sequal ... ok
[INFO] [stdout] test unit_tests::meta_details::override_selected::override_selected_meta_id ... ok
[INFO] [stdout] test unit_tests::serde::resource_path::resource_path ... ok
[INFO] [stdout] test unit_tests::ctx::uninstall_addon::actionctx_uninstalladdon_with_user ... ok
[INFO] [stdout] test unit_tests::ctx::push_addons_to_api::actionctx_pushaddonstoapi_with_user ... ok
[INFO] [stdout] test unit_tests::streaming_server::remote_endpoint::remote_endpoint ... ok
[INFO] [stdout] test unit_tests::serde::meta_item_preview::meta_item_preview_de_ignore_legacy_when_links ... ok
[INFO] [stdout] test unit_tests::serde::settings::settings_de ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 176 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests stremio_core
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/types/addon/manifest.rs - types::addon::manifest::Manifest::resources (line 49) ... ok
[INFO] [stdout] test src/types/torrent.rs - types::torrent::InfoHash (line 9) ... ok
[INFO] [stdout] test src/runtime/effects.rs - runtime::effects::Effects (line 21) ... ok
[INFO] [stdout] test src/types/addon/manifest.rs - types::addon::manifest::ManifestResource (line 173) ... ok
[INFO] [stdout] test src/models/common/compare_with_priorities.rs - models::common::compare_with_priorities::compare_with_priorities (line 10) ... ok
[INFO] [stdout] test src/types/streaming_server/mod.rs - types::streaming_server::CreatedTorrent (line 28) ... ok
[INFO] [stdout] test src/types/serde_as_ext.rs - types::serde_as_ext::DefaultOnBool (line 132) ... ok
[INFO] [stdout] test src/types/resource/stream.rs - types::resource::stream::Stream (line 24) ... ok
[INFO] [stdout] test src/types/resource/stream.rs - types::resource::stream::StreamSource (line 372) ... ok
[INFO] [stdout] test src/types/addon/manifest.rs - types::addon::manifest::Manifest::resources (line 65) ... ok
[INFO] [stdout] test src/types/resource/stream.rs - types::resource::stream::StreamSource (line 316) ... ok
[INFO] [stdout] test src/types/resource/meta_item.rs - types::resource::meta_item::MetaItemPreview (line 105) ... ok
[INFO] [stdout] test src/types/addon/response.rs - types::addon::response::ResourceResponse::Metas (line 93) ... ok
[INFO] [stdout] test src/types/addon/response.rs - types::addon::response::ResourceResponseCache (line 26) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.53s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533", kill_on_drop: false }`
[INFO] [stdout] 76bcb602fe11bb4e824750e43e8792c9801631995c70f2127c730158ae3b1533
