Skip to content

store DateTime as nanoseconds in doc store #4068

store DateTime as nanoseconds in doc store

store DateTime as nanoseconds in doc store #4068

Triggered via pull request September 4, 2024 14:28
Status Success
Total duration 3m 50s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

73 warnings
doc list item missing indentation: src/termdict/fst_termdict/merger.rs#L15
warning: doc list item missing indentation --> src/termdict/fst_termdict/merger.rs:15:5 | 15 | /// the term. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 15 | /// the term. | ++
doc list item missing indentation: src/store/mod.rs#L29
warning: doc list item missing indentation --> src/store/mod.rs:29:5 | 29 | //! [`SegmentReader`'s `doc` method](../struct.SegmentReader.html#method.doc) | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 29 | //! [`SegmentReader`'s `doc` method](../struct.SegmentReader.html#method.doc) | ++
doc list item missing indentation: src/schema/text_options.rs#L192
warning: doc list item missing indentation --> src/schema/text_options.rs:192:5 | 192 | /// Essentially, should we store the term frequency and/or the positions (See | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 192 | /// Essentially, should we store the term frequency and/or the positions (See | ++
doc list item missing indentation: src/schema/field_entry.rs#L16
warning: doc list item missing indentation --> src/schema/field_entry.rs:16:5 | 16 | /// how the field should be indexed. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 16 | /// how the field should be indexed. | ++
doc list item missing indentation: src/schema/term.rs#L647
warning: doc list item missing indentation --> src/schema/term.rs:647:9 | 647 | /// If it is a JSON Term, then it is prepended with the path that leads to this leaf value. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 647 | /// If it is a JSON Term, then it is prepended with the path that leads to this leaf value. | ++
doc list item missing indentation: src/schema/term.rs#L644
warning: doc list item missing indentation --> src/schema/term.rs:644:9 | 644 | /// If this is a JSON term, the type is the type of the leaf of the json. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 644 | /// If this is a JSON term, the type is the type of the leaf of the json. | ++
doc list item missing indentation: src/schema/term.rs#L643
warning: doc list item missing indentation --> src/schema/term.rs:643:9 | 643 | /// The remaining 7 bits are used to encode the type of the value. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 643 | /// The remaining 7 bits are used to encode the type of the value. | ++
doc list item missing indentation: src/query/range_query/fast_field_range_doc_set.rs#L55
warning: doc list item missing indentation --> src/query/range_query/fast_field_range_doc_set.rs:55:9 | 55 | /// full scan. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 55 | /// full scan. | ++
doc list item missing indentation: src/query/range_query/fast_field_range_doc_set.rs#L54
warning: doc list item missing indentation --> src/query/range_query/fast_field_range_doc_set.rs:54:9 | 54 | /// should load small chunks. When the seeks are small, we can employ the same strategy as on a | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 54 | /// should load small chunks. When the seeks are small, we can employ the same strategy as on a | ++
doc list item missing indentation: src/query/range_query/fast_field_range_doc_set.rs#L52
warning: doc list item missing indentation --> src/query/range_query/fast_field_range_doc_set.rs:52:9 | 52 | /// will come, so we start with small chunks | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 52 | /// will come, so we start with small chunks | ++
doc list item missing indentation: src/query/query.rs#L121
warning: doc list item missing indentation --> src/query/query.rs:121:5 | 121 | /// [`SegmentReader`]. It is created by the [`Weight`]. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 121 | /// [`SegmentReader`]. It is created by the [`Weight`]. | ++
doc list item missing indentation: src/query/query.rs#L119
warning: doc list item missing indentation --> src/query/query.rs:119:5 | 119 | /// hold statistics about the different term of the query. It is created by the query. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 119 | /// hold statistics about the different term of the query. It is created by the query. | ++
doc list item missing indentation: src/query/phrase_query/phrase_scorer.rs#L223
warning: doc list item missing indentation --> src/query/phrase_query/phrase_scorer.rs:223:5 | 223 | /// matches, but only counts one. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 223 | /// matches, but only counts one. | ++
doc list item missing indentation: src/query/phrase_query/phrase_scorer.rs#L222
warning: doc list item missing indentation --> src/query/phrase_query/phrase_scorer.rs:222:5 | 222 | /// and depends on intersections afterwards, therefore this algorithm keeps left and right as | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 222 | /// and depends on intersections afterwards, therefore this algorithm keeps left and right as | ++
doc list item missing indentation: src/query/boolean_query/boolean_query.rs#L15
warning: doc list item missing indentation --> src/query/boolean_query/boolean_query.rs:15:5 | 15 | /// with the `Must` or `Should` occurrence. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 15 | /// with the `Must` or `Should` occurrence. | ++
doc list item missing indentation: src/query/boolean_query/boolean_query.rs#L13
warning: doc list item missing indentation --> src/query/boolean_query/boolean_query.rs:13:5 | 13 | /// `MustNot` occurrence. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 13 | /// `MustNot` occurrence. | ++
doc list item missing indentation: src/query/boolean_query/boolean_query.rs#L11
warning: doc list item missing indentation --> src/query/boolean_query/boolean_query.rs:11:5 | 11 | /// `Must` occurrence | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 11 | /// `Must` occurrence | ++
doc list item missing indentation: src/postings/block_search.rs#L21
warning: doc list item missing indentation --> src/postings/block_search.rs:21:5 | 21 | /// end of the last block for instance. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 21 | /// end of the last block for instance. | ++
doc list item missing indentation: src/index/index.rs#L537
warning: doc list item missing indentation --> src/index/index.rs:537:9 | 537 | /// Each thread will receive a budget of `overall_memory_budget_in_bytes / num_threads`. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 537 | /// Each thread will receive a budget of `overall_memory_budget_in_bytes / num_threads`. | ++
doc list item missing indentation: src/index/index.rs#L536
warning: doc list item missing indentation --> src/index/index.rs:536:9 | 536 | /// allocated for all indexing thread. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 536 | /// allocated for all indexing thread. | ++
doc list item missing indentation: src/index/index.rs#L533
warning: doc list item missing indentation --> src/index/index.rs:533:9 | 533 | /// should work at the same time. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 533 | /// should work at the same time. | ++
doc list item missing indentation: src/index/index.rs#L55
warning: doc list item missing indentation --> src/index/index.rs:55:5 | 55 | /// and flushed. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 55 | /// and flushed. | ++
doc list item missing indentation: src/index/index.rs#L53
warning: doc list item missing indentation --> src/index/index.rs:53:5 | 53 | /// and the `meta.json` remains untouched, | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 53 | /// and the `meta.json` remains untouched, | +++
doc list item missing indentation: src/fastfield/facet_reader.rs#L31
warning: doc list item missing indentation --> src/fastfield/facet_reader.rs:31:9 | 31 | /// an ordinal and vice versa. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 31 | /// an ordinal and vice versa. | ++
doc list item missing indentation: src/fastfield/facet_reader.rs#L29
warning: doc list item missing indentation --> src/fastfield/facet_reader.rs:29:9 | 29 | /// access the list of facet ords for a given document. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 29 | /// access the list of facet ords for a given document. | ++
doc list item missing indentation: src/directory/directory.rs#L108
warning: doc list item missing indentation --> src/directory/directory.rs:108:5 | 108 | /// should be used mostly for tests. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 108 | /// should be used mostly for tests. | ++
doc list item missing indentation: src/directory/directory.rs#L106
warning: doc list item missing indentation --> src/directory/directory.rs:106:5 | 106 | /// should be your default choice. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 106 | /// should be your default choice. | ++
doc list item missing indentation: src/tokenizer/tokenizer_manager.rs#L21
warning: doc list item missing indentation --> src/tokenizer/tokenizer_manager.rs:21:5 | 21 | /// search engine. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 21 | /// search engine. | ++
doc list item missing indentation: src/tokenizer/tokenizer_manager.rs#L20
warning: doc list item missing indentation --> src/tokenizer/tokenizer_manager.rs:20:5 | 20 | /// resulting tokens. Stemming can improve the recall of your | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 20 | /// resulting tokens. Stemming can improve the recall of your | ++
doc list item missing indentation: src/tokenizer/tokenizer_manager.rs#L18
warning: doc list item missing indentation --> src/tokenizer/tokenizer_manager.rs:18:5 | 18 | /// tokens | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 18 | /// tokens | ++
doc list item missing indentation: src/tokenizer/tokenizer_manager.rs#L17
warning: doc list item missing indentation --> src/tokenizer/tokenizer_manager.rs:17:5 | 17 | /// punctuation, removes tokens that are too long, and lowercases | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 17 | /// punctuation, removes tokens that are too long, and lowercases | ++
doc list item missing indentation: src/indexer/segment_updater.rs#L36
warning: doc list item missing indentation --> src/indexer/segment_updater.rs:36:5 | 36 | /// and flushed. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 36 | /// and flushed. | ++
doc list item missing indentation: src/indexer/segment_updater.rs#L34
warning: doc list item missing indentation --> src/indexer/segment_updater.rs:34:5 | 34 | /// and the `meta.json` remains untouched, | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 34 | /// and the `meta.json` remains untouched, | +++
doc list item missing indentation: src/indexer/segment_entry.rs#L18
warning: doc list item missing indentation --> src/indexer/segment_entry.rs:18:5 | 18 | /// in the .del file or in the `alive_bitset`. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 18 | /// in the .del file or in the `alive_bitset`. | ++
doc list item missing indentation: src/indexer/segment_entry.rs#L17
warning: doc list item missing indentation --> src/indexer/segment_entry.rs:17:5 | 17 | /// Deletes happening before the cursor are reflected either | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 17 | /// Deletes happening before the cursor are reflected either | ++
doc list item missing indentation: src/indexer/segment_entry.rs#L15
warning: doc list item missing indentation --> src/indexer/segment_entry.rs:15:5 | 15 | /// itself. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 15 | /// itself. | ++
doc list item missing indentation: src/indexer/segment_entry.rs#L14
warning: doc list item missing indentation --> src/indexer/segment_entry.rs:14:5 | 14 | /// documents that were alive during the commit | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 14 | /// documents that were alive during the commit | ++
doc list item missing indentation: src/indexer/merge_operation.rs#L33
warning: doc list item missing indentation --> src/indexer/merge_operation.rs:33:5 | 33 | /// delete queue and reflect their deletes. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 33 | /// delete queue and reflect their deletes. | ++
doc list item missing indentation: src/indexer/delete_queue.rs#L183
warning: doc list item missing indentation --> src/indexer/delete_queue.rs:183:9 | 183 | /// `opstamp >= target_opstamp`. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 183 | /// `opstamp >= target_opstamp`. | ++
doc list item missing indentation: src/future_result.rs#L15
warning: doc list item missing indentation --> src/future_result.rs:15:5 | 15 | /// does not rely on `block_on`. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 15 | /// does not rely on `block_on`. | ++
doc list item missing indentation: src/lib.rs#L129
warning: doc list item missing indentation --> src/lib.rs:129:5 | 129 | //! [Query](query::Query) trait. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 129 | //! [Query](query::Query) trait. | ++
doc list item missing indentation: src/lib.rs#L128
warning: doc list item missing indentation --> src/lib.rs:128:5 | 128 | //! queries](query::Query#implementors). Custom Queries are supported by implementing the | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 128 | //! queries](query::Query#implementors). Custom Queries are supported by implementing the | ++
doc list item missing indentation: columnar/src/columnar/merge/mod.rs#L70
warning: doc list item missing indentation --> columnar/src/columnar/merge/mod.rs:70:5 | 70 | /// will fail with an InvalidData error. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 70 | /// will fail with an InvalidData error. | ++
doc list item missing indentation: columnar/src/columnar/merge/mod.rs#L68
warning: doc list item missing indentation --> columnar/src/columnar/merge/mod.rs:68:5 | 68 | /// columnar will simply coerce the input column and use the required column type. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 68 | /// columnar will simply coerce the input column and use the required column type. | ++
doc list item missing indentation: columnar/src/columnar/merge/term_merger.rs#L39
warning: doc list item missing indentation --> columnar/src/columnar/merge/term_merger.rs:39:5 | 39 | /// the terms. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 39 | /// the terms. | ++
doc list item missing indentation: columnar/src/column_values/u64_based/line.rs#L130
warning: doc list item missing indentation --> columnar/src/column_values/u64_based/line.rs:130:9 | 130 | /// for any i in [0..ys.len()). | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 130 | /// for any i in [0..ys.len()). | ++
doc list item missing indentation: columnar/src/column_values/u64_based/line.rs#L129
warning: doc list item missing indentation --> columnar/src/column_values/u64_based/line.rs:129:9 | 129 | /// Or more rigorously, formally `f(i).wrapping_sub(ys[i])` is small | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 129 | /// Or more rigorously, formally `f(i).wrapping_sub(ys[i])` is small | ++
doc list item missing indentation: stacker/src/memory_arena.rs#L21
warning: doc list item missing indentation --> stacker/src/memory_arena.rs:21:5 | 21 | //! the API does not let you access them as references. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 21 | //! the API does not let you access them as references. | ++
doc list item missing indentation: stacker/src/memory_arena.rs#L19
warning: doc list item missing indentation --> stacker/src/memory_arena.rs:19:5 | 19 | //! and allocating a lot of large object (> 500KB) will result in a fragmentation. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 19 | //! and allocating a lot of large object (> 500KB) will result in a fragmentation. | ++
doc list item missing indentation: stacker/src/memory_arena.rs#L18
warning: doc list item missing indentation --> stacker/src/memory_arena.rs:18:5 | 18 | //! Allocating more than `1MB` at a time will result in a panic, | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 18 | //! Allocating more than `1MB` at a time will result in a panic, | ++
doc list item missing indentation: stacker/src/memory_arena.rs#L16
warning: doc list item missing indentation --> stacker/src/memory_arena.rs:16:5 | 16 | //! is 4GB. *(Tantivy's indexer uses one arena per indexing thread.)* | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 16 | //! is 4GB. *(Tantivy's indexer uses one arena per indexing thread.)* | ++
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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/
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@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/
check
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
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
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
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
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
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
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
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/
test-quickwit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-quickwit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-quickwit
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/
test-quickwit
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/
test-quickwit
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/
test-quickwit
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/
test-all
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-all
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-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/
test-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/
test-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/
test-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/