[INFO] cloning repository https://github.com/kwhorne/ElyraSQL
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kwhorne/ElyraSQL" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkwhorne%2FElyraSQL", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkwhorne%2FElyraSQL'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3e68167fc035fba95a05dfcde2a8ac18259eab28
[INFO] checking kwhorne/ElyraSQL against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkwhorne%2FElyraSQL" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kwhorne/ElyraSQL
[INFO] finished tweaking git repo https://github.com/kwhorne/ElyraSQL
[INFO] tweaked toml for git repo https://github.com/kwhorne/ElyraSQL written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kwhorne/ElyraSQL on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kwhorne/ElyraSQL 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `elyra-embed-capi`
[INFO] [stderr]   --> Cargo.toml:36:25
[INFO] [stderr]    |
[INFO] [stderr] 36 | [workspace.dependencies.elyra-embed-capi]
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `elyra-embed-capi`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:75:1
[INFO] [stderr]    |
[INFO] [stderr] 75 | description = "ElyraSQL — a robust server SQL database written in Rust"
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: workspace (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e6e3718c05c950e05e775c7f21d907297874931cd197f0021668d1f862368eb8
[INFO] running `Command { std: "docker" "start" "e6e3718c05c950e05e775c7f21d907297874931cd197f0021668d1f862368eb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6e3718c05c950e05e775c7f21d907297874931cd197f0021668d1f862368eb8", 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" "e6e3718c05c950e05e775c7f21d907297874931cd197f0021668d1f862368eb8" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6e3718c05c950e05e775c7f21d907297874931cd197f0021668d1f862368eb8", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e6e3718c05c950e05e775c7f21d907297874931cd197f0021668d1f862368eb8" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `elyra-embed-capi`
[INFO] [stderr]   --> Cargo.toml:36:25
[INFO] [stderr]    |
[INFO] [stderr] 36 | [workspace.dependencies.elyra-embed-capi]
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `elyra-embed-capi`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:75:1
[INFO] [stderr]    |
[INFO] [stderr] 75 | description = "ElyraSQL — a robust server SQL database written in Rust"
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: workspace (manifest) generated 2 warnings
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling redb v2.6.3
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking sha1 v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking indexmap v2.14.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking bytemuck v1.25.1
[INFO] [stderr]     Checking http v1.5.0
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]     Checking base64 v0.23.1
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling mysql_common v0.37.3
[INFO] [stderr]     Checking ureq-proto v0.6.2
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking btoi v0.5.0
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking saturating v0.1.0
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.13
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libz-sys v1.1.29
[INFO] [stderr]    Compiling stacker v0.1.25
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]     Checking arc-swap v1.9.2
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking keyed_priority_queue v0.4.2
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking lru v0.18.1
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]    Compiling ar_archive_writer v0.5.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling sqlparser_derive v0.3.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking sqlparser v0.53.0
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]    Compiling mysql-common-derive v0.32.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking rust-stemmers v1.2.0
[INFO] [stderr]     Checking num-bigint-dig v0.8.6
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking elyra-core v1.11.2 (/opt/rustwide/workdir/crates/elyra-core)
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking elyra-vector v1.11.2 (/opt/rustwide/workdir/crates/elyra-vector)
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking ureq v3.4.1
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking elyra-storage v1.11.2 (/opt/rustwide/workdir/crates/elyra-storage)
[INFO] [stderr]     Checking tokio-rustls v0.26.5
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking elyra-wire v1.11.2 (/opt/rustwide/workdir/crates/elyra-wire)
[INFO] [stderr]     Checking mysql_async v0.37.1
[INFO] [stderr]     Checking elyra-olap v1.11.2 (/opt/rustwide/workdir/crates/elyra-olap)
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i64>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i64>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u64>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u64>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u32>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:86:30
[INFO] [stdout]     |
[INFO] [stdout]  86 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:87:30
[INFO] [stdout]     |
[INFO] [stdout]  87 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u8>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:86:30
[INFO] [stdout]     |
[INFO] [stdout]  86 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:87:30
[INFO] [stdout]     |
[INFO] [stdout]  87 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i64>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i64>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u64>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u64>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u32>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:86:30
[INFO] [stdout]     |
[INFO] [stdout]  86 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:87:30
[INFO] [stdout]     |
[INFO] [stdout]  87 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u8>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:86:30
[INFO] [stdout]     |
[INFO] [stdout]  86 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:87:30
[INFO] [stdout]     |
[INFO] [stdout]  87 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:618:43
[INFO] [stdout]     |
[INFO] [stdout] 618 |                     if n >= i64::from(i8::min_value()) && n <= i64::from(i8::max_value()) {
[INFO] [stdout]     |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:618:78
[INFO] [stdout]     |
[INFO] [stdout] 618 |                     if n >= i64::from(i8::min_value()) && n <= i64::from(i8::max_value()) {
[INFO] [stdout]     |                                                                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:620:51
[INFO] [stdout]     |
[INFO] [stdout] 620 |                     } else if n >= i64::from(i16::min_value()) && n <= i64::from(i16::max_value()) {
[INFO] [stdout]     |                                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:620:87
[INFO] [stdout]     |
[INFO] [stdout] 620 |                     } else if n >= i64::from(i16::min_value()) && n <= i64::from(i16::max_value()) {
[INFO] [stdout]     |                                                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:622:51
[INFO] [stdout]     |
[INFO] [stdout] 622 |                     } else if n >= i64::from(i32::min_value()) && n <= i64::from(i32::max_value()) {
[INFO] [stdout]     |                                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:622:87
[INFO] [stdout]     |
[INFO] [stdout] 622 |                     } else if n >= i64::from(i32::min_value()) && n <= i64::from(i32::max_value()) {
[INFO] [stdout]     |                                                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:629:46
[INFO] [stdout]     |
[INFO] [stdout] 629 |                 } else if n <= i64::from(u8::max_value()) {
[INFO] [stdout]     |                                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:631:47
[INFO] [stdout]     |
[INFO] [stdout] 631 |                 } else if n <= i64::from(u16::max_value()) {
[INFO] [stdout]     |                                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:633:47
[INFO] [stdout]     |
[INFO] [stdout] 633 |                 } else if n <= i64::from(u32::max_value()) {
[INFO] [stdout]     |                                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i64>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i64>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u64>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u64>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u32>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:86:30
[INFO] [stdout]     |
[INFO] [stdout]  86 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:87:30
[INFO] [stdout]     |
[INFO] [stdout]  87 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u8>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:86:30
[INFO] [stdout]     |
[INFO] [stdout]  86 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:87:30
[INFO] [stdout]     |
[INFO] [stdout]  87 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 | forgiving_numeric!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i64>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i64>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u64>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u64>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u32>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:95:30
[INFO] [stdout]     |
[INFO] [stdout]  95 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:96:30
[INFO] [stdout]     |
[INFO] [stdout]  96 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:86:30
[INFO] [stdout]     |
[INFO] [stdout]  86 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:87:30
[INFO] [stdout]     |
[INFO] [stdout]  87 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u8>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:86:30
[INFO] [stdout]     |
[INFO] [stdout]  86 |         let min = <$target>::min_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:87:30
[INFO] [stdout]     |
[INFO] [stdout]  87 |         let max = <$target>::max_value() as $source;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | forgiving_numeric!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `like_try_into` which comes from the expansion of the macro `forgiving_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:618:43
[INFO] [stdout]     |
[INFO] [stdout] 618 |                     if n >= i64::from(i8::min_value()) && n <= i64::from(i8::max_value()) {
[INFO] [stdout]     |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:618:78
[INFO] [stdout]     |
[INFO] [stdout] 618 |                     if n >= i64::from(i8::min_value()) && n <= i64::from(i8::max_value()) {
[INFO] [stdout]     |                                                                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:620:51
[INFO] [stdout]     |
[INFO] [stdout] 620 |                     } else if n >= i64::from(i16::min_value()) && n <= i64::from(i16::max_value()) {
[INFO] [stdout]     |                                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:620:87
[INFO] [stdout]     |
[INFO] [stdout] 620 |                     } else if n >= i64::from(i16::min_value()) && n <= i64::from(i16::max_value()) {
[INFO] [stdout]     |                                                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::min_value`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:622:51
[INFO] [stdout]     |
[INFO] [stdout] 622 |                     } else if n >= i64::from(i32::min_value()) && n <= i64::from(i32::max_value()) {
[INFO] [stdout]     |                                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:622:87
[INFO] [stdout]     |
[INFO] [stdout] 622 |                     } else if n >= i64::from(i32::min_value()) && n <= i64::from(i32::max_value()) {
[INFO] [stdout]     |                                                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u8>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:629:46
[INFO] [stdout]     |
[INFO] [stdout] 629 |                 } else if n <= i64::from(u8::max_value()) {
[INFO] [stdout]     |                                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:631:47
[INFO] [stdout]     |
[INFO] [stdout] 631 |                 } else if n <= i64::from(u16::max_value()) {
[INFO] [stdout]     |                                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> crates/elyra-wire/src/value/encode.rs:633:47
[INFO] [stdout]     |
[INFO] [stdout] 633 |                 } else if n <= i64::from(u32::max_value()) {
[INFO] [stdout]     |                                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking elyra-engine v1.11.2 (/opt/rustwide/workdir/crates/elyra-engine)
[INFO] [stderr]     Checking elyra-server v1.11.2 (/opt/rustwide/workdir/crates/elyra-server)
[INFO] [stderr]     Checking elyra-embed v1.11.2 (/opt/rustwide/workdir/crates/elyra-embed)
[INFO] [stderr]     Checking elyra-embed-capi v1.11.2 (/opt/rustwide/workdir/crates/elyra-embed-capi)
[INFO] [stderr]     Checking elyra-cli v1.11.2 (/opt/rustwide/workdir/crates/elyra-cli)
[INFO] [stderr] warning: unused dependency `elyra-storage`
[INFO] [stderr]   --> crates/elyra-olap/Cargo.toml:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | elyra-storage.workspace = true
[INFO] [stderr]    | ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `elyra-storage`
[INFO] [stderr] warning: `elyra-olap` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `elyra-core`
[INFO] [stderr]   --> crates/elyra-vector/Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | elyra-core.workspace = true
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `elyra-core`
[INFO] [stderr] warning: `elyra-vector` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "e6e3718c05c950e05e775c7f21d907297874931cd197f0021668d1f862368eb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6e3718c05c950e05e775c7f21d907297874931cd197f0021668d1f862368eb8", kill_on_drop: false }`
[INFO] [stdout] e6e3718c05c950e05e775c7f21d907297874931cd197f0021668d1f862368eb8
