Skip to content

Add display capabilities to tokenizers objects #2351

Add display capabilities to tokenizers objects

Add display capabilities to tokenizers objects #2351

Triggered via pull request June 14, 2024 18:35
Status Failure
Total duration 2m 28s
Artifacts

python.yml

on: pull_request
Matrix: Check everything builds & tests
Matrix: Check it builds for Windows 32-bit
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 74 warnings
Check everything builds & tests (ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Check everything builds & tests (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Check everything builds & tests (macos-latest)
The operation was canceled.
Check everything builds & tests (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions/setup-python@v4, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check everything builds & tests (ubuntu-latest)
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/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check everything builds & tests (ubuntu-latest)
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/
Check everything builds & tests (ubuntu-latest)
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/
Check everything builds & tests (ubuntu-latest)
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/
Check everything builds & tests (ubuntu-latest)
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/
Check everything builds & tests (macos-latest)
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/
Check everything builds & tests (macos-latest)
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/
Check everything builds & tests (macos-latest)
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/
Check everything builds & tests (macos-latest)
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/
Check it builds for Windows 32-bit (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions/setup-python@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check it builds for Windows 32-bit (3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-python@v2, 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/
Check it builds for Windows 32-bit (3.9)
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/
Check it builds for Windows 32-bit (3.9)
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/
Check it builds for Windows 32-bit (3.9)
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/
Check it builds for Windows 32-bit (3.9)
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/
Check it builds for Windows 32-bit (3.9): tokenizers/display_derive/src/lib.rs#L4
unused imports: `Lit`, `MetaNameValue`, `Meta`
Check it builds for Windows 32-bit (3.9): tokenizers/display_derive/src/vendored.rs#L1
unused imports: `env::VarError`, `error::Error`
Check it builds for Windows 32-bit (3.9): tokenizers/display_derive/src/lib.rs#L7
unused import: `vendored::FmtAttribute`
Check it builds for Windows 32-bit (3.9): tokenizers/display_derive/src/vendored.rs#L65
method `transparent_call` is never used
Check it builds for Windows 32-bit (3.9): tokenizers/display_derive/src/parsing.rs#L11
struct `FormatString` is never constructed
Check it builds for Windows 32-bit (3.9): tokenizers/display_derive/src/parsing.rs#L26
struct `FormatSpec` is never constructed
Check it builds for Windows 32-bit (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions/setup-python@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check it builds for Windows 32-bit (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-python@v2, 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/
Check it builds for Windows 32-bit (3.10): tokenizers/display_derive/src/lib.rs#L4
unused imports: `Lit`, `MetaNameValue`, `Meta`
Check it builds for Windows 32-bit (3.10): tokenizers/display_derive/src/vendored.rs#L1
unused imports: `env::VarError`, `error::Error`
Check it builds for Windows 32-bit (3.10): tokenizers/display_derive/src/lib.rs#L7
unused import: `vendored::FmtAttribute`
Check it builds for Windows 32-bit (3.10): tokenizers/display_derive/src/vendored.rs#L65
method `transparent_call` is never used
Check it builds for Windows 32-bit (3.10): tokenizers/display_derive/src/parsing.rs#L11
struct `FormatString` is never constructed
Check it builds for Windows 32-bit (3.10): tokenizers/display_derive/src/parsing.rs#L26
struct `FormatSpec` is never constructed
Check it builds for Windows 32-bit (3.10)
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/
Check it builds for Windows 32-bit (3.10)
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/
Check it builds for Windows 32-bit (3.10)
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/
Check it builds for Windows 32-bit (3.10)
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/
Check it builds for Windows 32-bit (3.7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions/setup-python@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check it builds for Windows 32-bit (3.7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-python@v2, 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/
Check it builds for Windows 32-bit (3.7): tokenizers/display_derive/src/lib.rs#L4
unused imports: `Lit`, `MetaNameValue`, `Meta`
Check it builds for Windows 32-bit (3.7): tokenizers/display_derive/src/vendored.rs#L1
unused imports: `env::VarError`, `error::Error`
Check it builds for Windows 32-bit (3.7): tokenizers/display_derive/src/lib.rs#L7
unused import: `vendored::FmtAttribute`
Check it builds for Windows 32-bit (3.7): tokenizers/display_derive/src/vendored.rs#L65
method `transparent_call` is never used
Check it builds for Windows 32-bit (3.7): tokenizers/display_derive/src/parsing.rs#L11
struct `FormatString` is never constructed
Check it builds for Windows 32-bit (3.7): tokenizers/display_derive/src/parsing.rs#L26
struct `FormatSpec` is never constructed
Check it builds for Windows 32-bit (3.7)
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/
Check it builds for Windows 32-bit (3.7)
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/
Check it builds for Windows 32-bit (3.7)
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/
Check it builds for Windows 32-bit (3.7)
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/
Check it builds for Windows 32-bit (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions/setup-python@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check it builds for Windows 32-bit (3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-python@v2, 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/
Check it builds for Windows 32-bit (3.8)
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/
Check it builds for Windows 32-bit (3.8)
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/
Check it builds for Windows 32-bit (3.8)
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/
Check it builds for Windows 32-bit (3.8)
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/
Check it builds for Windows 32-bit (3.8): tokenizers/display_derive/src/lib.rs#L4
unused imports: `Lit`, `MetaNameValue`, `Meta`
Check it builds for Windows 32-bit (3.8): tokenizers/display_derive/src/vendored.rs#L1
unused imports: `env::VarError`, `error::Error`
Check it builds for Windows 32-bit (3.8): tokenizers/display_derive/src/lib.rs#L7
unused import: `vendored::FmtAttribute`
Check it builds for Windows 32-bit (3.8): tokenizers/display_derive/src/vendored.rs#L65
method `transparent_call` is never used
Check it builds for Windows 32-bit (3.8): tokenizers/display_derive/src/parsing.rs#L11
struct `FormatString` is never constructed
Check it builds for Windows 32-bit (3.8): tokenizers/display_derive/src/parsing.rs#L26
struct `FormatSpec` is never constructed