Skip to content

Merge branch 'main' into system-symbols #3299

Merge branch 'main' into system-symbols

Merge branch 'main' into system-symbols #3299

Triggered via push November 4, 2024 18:48
Status Failure
Total duration 4m 16s
Artifacts

rust.yml

on: push
Matrix: Setup Build Matrix
Matrix: Build and Test
Build and Test Confirmation
0s
Build and Test Confirmation
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 245 warnings
unused import: `SystemSymbol`: src/lazy/encoder/binary/v1_1/flex_sym.rs#L9
error: unused import: `SystemSymbol` --> src/lazy/encoder/binary/v1_1/flex_sym.rs:9:45 | 9 | use crate::raw_symbol_ref::{AsRawSymbolRef, SystemSymbol, SystemSymbol_1_1}; | ^^^^^^^^^^^^
unused import: `SystemSymbol`: src/lazy/encoder/binary/v1_1/value_writer.rs#L22
error: unused import: `SystemSymbol` --> src/lazy/encoder/binary/v1_1/value_writer.rs:22:45 | 22 | use crate::raw_symbol_ref::{AsRawSymbolRef, SystemSymbol}; | ^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
unused import: `SystemSymbol`: src/lazy/encoder/binary/v1_1/value_writer.rs#L22
error: unused import: `SystemSymbol` --> src/lazy/encoder/binary/v1_1/value_writer.rs:22:45 | 22 | use crate::raw_symbol_ref::{AsRawSymbolRef, SystemSymbol}; | ^^^^^^^^^^^^
unused import: `SystemSymbol`: src/lazy/encoder/binary/v1_1/flex_sym.rs#L9
error: unused import: `SystemSymbol` --> src/lazy/encoder/binary/v1_1/flex_sym.rs:9:45 | 9 | use crate::raw_symbol_ref::{AsRawSymbolRef, SystemSymbol, SystemSymbol_1_1}; | ^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
statics have by default a `'static` lifetime: src/symbol_table.rs#L57
error: statics have by default a `'static` lifetime --> src/symbol_table.rs:57:33 | 57 | pub static SYSTEM_SYMBOLS_1_1: &'static SystemSymbolTable = &SystemSymbolTable { | -^^^^^^^------------------ help: consider removing `'static`: `&SystemSymbolTable` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
statics have by default a `'static` lifetime: src/symbol_table.rs#L51
error: statics have by default a `'static` lifetime --> src/symbol_table.rs:51:33 | 51 | pub static SYSTEM_SYMBOLS_1_0: &'static SystemSymbolTable = &SystemSymbolTable { | -^^^^^^^------------------ help: consider removing `'static`: `&SystemSymbolTable` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes = note: `-D clippy::redundant-static-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::redundant_static_lifetimes)]`
statics have by default a `'static` lifetime: src/symbol_table.rs#L57
error: statics have by default a `'static` lifetime --> src/symbol_table.rs:57:33 | 57 | pub static SYSTEM_SYMBOLS_1_1: &'static SystemSymbolTable = &SystemSymbolTable { | -^^^^^^^------------------ help: consider removing `'static`: `&SystemSymbolTable` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes
statics have by default a `'static` lifetime: src/symbol_table.rs#L51
error: statics have by default a `'static` lifetime --> src/symbol_table.rs:51:33 | 51 | pub static SYSTEM_SYMBOLS_1_0: &'static SystemSymbolTable = &SystemSymbolTable { | -^^^^^^^------------------ help: consider removing `'static`: `&SystemSymbolTable` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes = note: `-D clippy::redundant-static-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::redundant_static_lifetimes)]`
Build and Test (ubuntu, all)
could not compile `ion-rs` (lib) due to 5 previous errors
Build and Test (ubuntu, all)
could not compile `ion-rs` (lib test) due to 5 previous errors
Build and Test (ubuntu, all)
Clippy had exited with the 101 exit code
Build and Test Confirmation
Process completed with exit code 1.
Build and Test (macos, default)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (macos, default)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (macos, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, default): src/lazy/expanded/compiler.rs#L1385
unused imports: `AnyEncoding`, `ElementReader`, `Element`, and `Reader`
Build and Test (macos, default): src/lazy/system_reader.rs#L749
unused import: `crate::lazy::encoder::binary::v1_1::writer::LazyRawBinaryWriter_1_1`
Build and Test (macos, default)
`ion-rs` (lib) generated 2 warnings
Build and Test (macos, default)
`ion-rs` (lib test) generated 4 warnings (1 duplicate) (run `cargo fix --lib -p ion-rs --tests` to apply 2 suggestions)
Build and Test (ubuntu, default)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (ubuntu, default)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (ubuntu, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, default): src/lazy/expanded/compiler.rs#L1385
unused imports: `AnyEncoding`, `ElementReader`, `Element`, and `Reader`
Build and Test (ubuntu, default): src/lazy/system_reader.rs#L749
unused import: `crate::lazy::encoder::binary::v1_1::writer::LazyRawBinaryWriter_1_1`
Build and Test (ubuntu, default)
`ion-rs` (lib) generated 2 warnings
Build and Test (ubuntu, default)
`ion-rs` (lib test) generated 4 warnings (1 duplicate) (run `cargo fix --lib -p ion-rs --tests` to apply 2 suggestions)
Build and Test (macos, experimental)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (macos, experimental)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (macos, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, experimental)
`ion-rs` (lib) generated 2 warnings
Build and Test (macos, experimental)
`ion-rs` (lib test) generated 2 warnings (2 duplicates)
Build and Test (ubuntu, experimental-ion-hash)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (ubuntu, experimental-ion-hash)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (ubuntu, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, experimental-ion-hash): src/lazy/expanded/compiler.rs#L1385
unused imports: `AnyEncoding`, `ElementReader`, `Element`, and `Reader`
Build and Test (ubuntu, experimental-ion-hash): src/lazy/system_reader.rs#L749
unused import: `crate::lazy::encoder::binary::v1_1::writer::LazyRawBinaryWriter_1_1`
Build and Test (ubuntu, experimental-ion-hash)
`ion-rs` (lib) generated 2 warnings
Build and Test (ubuntu, experimental-ion-hash): tests/detect_incomplete_text.rs#L50
static `SKIP_LIST_1_1` is never used
Build and Test (ubuntu, experimental-ion-hash)
`ion-rs` (test "detect_incomplete_text") generated 1 warning
Build and Test (macos, experimental-ion-hash)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (macos, experimental-ion-hash)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (macos, experimental-ion-hash): src/lazy/expanded/compiler.rs#L1385
unused imports: `AnyEncoding`, `ElementReader`, `Element`, and `Reader`
Build and Test (macos, experimental-ion-hash): src/lazy/system_reader.rs#L749
unused import: `crate::lazy::encoder::binary::v1_1::writer::LazyRawBinaryWriter_1_1`
Build and Test (macos, experimental-ion-hash)
`ion-rs` (lib) generated 2 warnings
Build and Test (macos, experimental-ion-hash): tests/detect_incomplete_text.rs#L50
static `SKIP_LIST_1_1` is never used
Build and Test (macos, experimental-ion-hash)
`ion-rs` (test "detect_incomplete_text") generated 1 warning
Build and Test (macos, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, default)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (al2-x86, default)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (al2-x86, default): src/lazy/expanded/compiler.rs#L1385
unused imports: `AnyEncoding`, `ElementReader`, `Element`, and `Reader`
Build and Test (al2-x86, default): src/lazy/system_reader.rs#L749
unused import: `crate::lazy::encoder::binary::v1_1::writer::LazyRawBinaryWriter_1_1`
Build and Test (al2-x86, default)
`ion-rs` (lib) generated 2 warnings
Build and Test (al2-x86, default)
`ion-rs` (lib test) generated 4 warnings (1 duplicate) (run `cargo fix --lib -p ion-rs --tests` to apply 2 suggestions)
Build and Test (al2-x86, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, default)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (al2-arm, default)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (al2-arm, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, default): src/lazy/expanded/compiler.rs#L1385
unused imports: `AnyEncoding`, `ElementReader`, `Element`, and `Reader`
Build and Test (al2-arm, default): src/lazy/system_reader.rs#L749
unused import: `crate::lazy::encoder::binary::v1_1::writer::LazyRawBinaryWriter_1_1`
Build and Test (al2-arm, default)
`ion-rs` (lib) generated 2 warnings
Build and Test (al2-arm, default)
`ion-rs` (lib test) generated 4 warnings (1 duplicate) (run `cargo fix --lib -p ion-rs --tests` to apply 2 suggestions)
Build and Test (ubuntu, experimental)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (ubuntu, experimental)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (ubuntu, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, experimental)
`ion-rs` (lib) generated 2 warnings
Build and Test (ubuntu, experimental)
`ion-rs` (lib test) generated 2 warnings (2 duplicates)
Build and Test (macos, all)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (macos, all)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (macos, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (macos, all): src/lazy/encoder/binary/v1_1/flex_sym.rs#L9
unused import: `SystemSymbol`
Build and Test (macos, all): src/lazy/encoder/binary/v1_1/flex_sym.rs#L9
unused import: `SystemSymbol`
Build and Test (macos, all)
`ion-rs` (lib) generated 2 warnings
Build and Test (macos, all)
`ion-rs` (lib test) generated 2 warnings
Build and Test (al2-arm, experimental-ion-hash)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (al2-arm, experimental-ion-hash)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (al2-arm, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, experimental-ion-hash): src/lazy/expanded/compiler.rs#L1385
unused imports: `AnyEncoding`, `ElementReader`, `Element`, and `Reader`
Build and Test (al2-arm, experimental-ion-hash): src/lazy/system_reader.rs#L749
unused import: `crate::lazy::encoder::binary::v1_1::writer::LazyRawBinaryWriter_1_1`
Build and Test (al2-arm, experimental-ion-hash)
`ion-rs` (lib) generated 2 warnings
Build and Test (al2-arm, experimental-ion-hash)
`ion-rs` (test "detect_incomplete_text") generated 1 warning
Build and Test (al2-x86, experimental-ion-hash)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (al2-x86, experimental-ion-hash)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (al2-x86, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, experimental-ion-hash): src/lazy/expanded/compiler.rs#L1385
unused imports: `AnyEncoding`, `ElementReader`, `Element`, and `Reader`
Build and Test (al2-x86, experimental-ion-hash): src/lazy/system_reader.rs#L749
unused import: `crate::lazy::encoder::binary::v1_1::writer::LazyRawBinaryWriter_1_1`
Build and Test (al2-x86, experimental-ion-hash)
`ion-rs` (lib) generated 2 warnings
Build and Test (al2-x86, experimental-ion-hash)
`ion-rs` (test "detect_incomplete_text") generated 1 warning
Build and Test (al2-arm, experimental)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (al2-arm, experimental)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (al2-arm, experimental)
`ion-rs` (lib) generated 2 warnings
Build and Test (al2-arm, experimental)
`ion-rs` (lib test) generated 2 warnings (2 duplicates)
Build and Test (al2-arm, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, all)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (al2-arm, all)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (al2-arm, all)
`ion-rs` (lib) generated 2 warnings
Build and Test (al2-arm, all)
`ion-rs` (lib test) generated 2 warnings
Build and Test (al2-arm, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-arm, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, all)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (ubuntu, all)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (ubuntu, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu, all): src/lazy/encoder/binary/v1_1/flex_sym.rs#L9
unused import: `SystemSymbol`
Build and Test (ubuntu, all): src/lazy/encoder/binary/v1_1/flex_sym.rs#L9
unused import: `SystemSymbol`
Build and Test (ubuntu, all)
`ion-rs` (lib) generated 2 warnings
Build and Test (ubuntu, all)
`ion-rs` (lib test) generated 2 warnings
Build and Test (al2-x86, experimental)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (al2-x86, experimental)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (al2-x86, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, experimental)
`ion-rs` (lib) generated 2 warnings
Build and Test (al2-x86, experimental)
`ion-rs` (lib test) generated 2 warnings (2 duplicates)
Build and Test (al2-x86, all)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (al2-x86, all)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (al2-x86, all)
`ion-rs` (lib) generated 2 warnings
Build and Test (al2-x86, all)
`ion-rs` (lib test) generated 2 warnings
Build and Test (al2-x86, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (al2-x86, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, default)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (windows, default)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (windows, default): src/lazy/expanded/compiler.rs#L1385
unused imports: `AnyEncoding`, `ElementReader`, `Element`, and `Reader`
Build and Test (windows, default): src/lazy/system_reader.rs#L749
unused import: `crate::lazy::encoder::binary::v1_1::writer::LazyRawBinaryWriter_1_1`
Build and Test (windows, default)
`ion-rs` (lib) generated 2 warnings
Build and Test (windows, default)
`ion-rs` (lib test) generated 4 warnings (1 duplicate) (run `cargo fix --lib -p ion-rs --tests` to apply 2 suggestions)
Build and Test (windows, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, experimental)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (windows, experimental)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (windows, experimental)
`ion-rs` (lib) generated 2 warnings
Build and Test (windows, experimental)
`ion-rs` (lib test) generated 2 warnings (2 duplicates)
Build and Test (windows, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, experimental)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, all)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (windows, all)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (windows, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, experimental-ion-hash)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (windows, experimental-ion-hash)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (windows, all)
`ion-rs` (lib) generated 2 warnings
Build and Test (windows, experimental-ion-hash): src/lazy/expanded/compiler.rs#L1385
unused imports: `AnyEncoding`, `ElementReader`, `Element`, and `Reader`
Build and Test (windows, all)
`ion-rs` (lib test) generated 2 warnings
Build and Test (windows, experimental-ion-hash): src/lazy/system_reader.rs#L749
unused import: `crate::lazy::encoder::binary::v1_1::writer::LazyRawBinaryWriter_1_1`
Build and Test (windows, experimental-ion-hash)
`ion-rs` (lib) generated 2 warnings
Build and Test (windows, experimental-ion-hash)
`ion-rs` (test "detect_incomplete_text") generated 1 warning
Build and Test (windows, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (windows, experimental-ion-hash)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/