Skip to content

Codegen: option to use BTreeMap as map representation #1963

Codegen: option to use BTreeMap as map representation

Codegen: option to use BTreeMap as map representation #1963

Triggered via pull request December 22, 2023 08:16
Status Failure
Total duration 2m 53s
Artifacts

ci.yml

on: pull_request
linux stable (default features)
2m 45s
linux stable (default features)
linux beta (default features)
2m 37s
linux beta (default features)
linux stable (with-bytes)
2m 5s
linux stable (with-bytes)
linux nightly (all features)
2m 32s
linux nightly (all features)
windows stable (default features)
2m 42s
windows stable (default features)
Miri test
46s
Miri test
mega-linter
2m 23s
mega-linter
rustfmt check
45s
rustfmt check
Check sync-readme
50s
Check sync-readme
CI self-check
4s
CI self-check
Fit to window
Zoom out
Zoom in

Annotations

74 warnings
CI self-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
CI self-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/
CI self-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/
CI self-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/
CI self-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/
rustfmt check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/
rustfmt check: protobuf/src/reflect/acc/v2/map.rs#L95
trait `MapFieldAccessor` is more private than the item `make_map_simpler_accessor`
rustfmt check: protobuf/src/reflect/acc/v2/map.rs#L95
type `MapFieldAccessorImpl<M, T>` is more private than the item `make_map_simpler_accessor`
rustfmt check
`protobuf` (lib) generated 2 warnings
rustfmt check
`protobuf` (lib) generated 2 warnings (2 duplicates)
Miri test
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/
Miri test: protobuf/src/reflect/field/mod.rs#L566
unused import: `std::collections::HashMap`
Miri test: protobuf/src/reflect/field/mod.rs#L569
unused import: `crate::reflect::ReflectValueBox`
Miri test: protobuf/src/reflect/field/mod.rs#L570
unused import: `crate::well_known_types::struct_::Struct`
Miri test: protobuf/src/reflect/field/mod.rs#L571
unused import: `crate::well_known_types::struct_::Value`
Miri test: protobuf/src/reflect/acc/v2/map.rs#L95
trait `reflect::acc::v2::map::MapFieldAccessor` is more private than the item `reflect::acc::v2::map::make_map_simpler_accessor`
Miri test: protobuf/src/reflect/acc/v2/map.rs#L95
type `reflect::acc::v2::map::MapFieldAccessorImpl<M, T>` is more private than the item `reflect::acc::v2::map::make_map_simpler_accessor`
Miri test
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/
Miri test
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/
Miri test
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/
Miri test
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 sync-readme
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Check sync-readme
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 sync-readme
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 sync-readme
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 sync-readme
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/
linux stable (with-bytes)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@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/
linux stable (with-bytes): protobuf/src/reflect/acc/v2/map.rs#L95
trait `MapFieldAccessor` is more private than the item `make_map_simpler_accessor`
linux stable (with-bytes): protobuf/src/reflect/acc/v2/map.rs#L95
type `MapFieldAccessorImpl<M, T>` is more private than the item `make_map_simpler_accessor`
linux stable (with-bytes)
`protobuf` (lib) generated 2 warnings
linux stable (with-bytes): protobuf/src/reflect/acc/v2/map.rs#L95
trait `MapFieldAccessor` is more private than the item `make_map_simpler_accessor`
linux stable (with-bytes): protobuf/src/reflect/acc/v2/map.rs#L95
type `MapFieldAccessorImpl<M, T>` is more private than the item `make_map_simpler_accessor`
linux stable (with-bytes)
`protobuf` (lib) generated 2 warnings
linux stable (with-bytes)
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/
linux stable (with-bytes)
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/
linux stable (with-bytes)
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/
linux stable (with-bytes)
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/
mega-linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
mega-linter
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/
linux nightly (all features)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@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/
linux nightly (all features)
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/
linux nightly (all features)
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/
linux nightly (all features)
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/
linux nightly (all features)
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/
linux nightly (all features): protobuf/src/reflect/acc/v2/map.rs#L95
trait `MapFieldAccessor` is more private than the item `make_map_simpler_accessor`
linux nightly (all features): protobuf/src/reflect/acc/v2/map.rs#L95
type `MapFieldAccessorImpl<M, T>` is more private than the item `make_map_simpler_accessor`
linux nightly (all features)
`protobuf` (lib) generated 2 warnings (2 duplicates)
linux nightly (all features): protobuf/src/well_known_types/api.rs#L31
this URL is not a hyperlink
linux nightly (all features)
`protobuf` (lib doc) generated 1 warning (run `cargo fix --lib -p protobuf` to apply 1 suggestion)
linux beta (default features)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@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/
linux beta (default features)
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/
linux beta (default features)
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/
linux beta (default features)
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/
linux beta (default features)
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/
linux beta (default features): protobuf/src/reflect/acc/v2/map.rs#L95
trait `MapFieldAccessor` is more private than the item `make_map_simpler_accessor`
linux beta (default features): protobuf/src/reflect/acc/v2/map.rs#L95
type `MapFieldAccessorImpl<M, T>` is more private than the item `make_map_simpler_accessor`
linux beta (default features)
`protobuf` (lib) generated 2 warnings (2 duplicates)
linux beta (default features)
`protobuf` (lib) generated 2 warnings
linux stable (default features)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@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/
linux stable (default features): protobuf/src/reflect/acc/v2/map.rs#L95
trait `MapFieldAccessor` is more private than the item `make_map_simpler_accessor`
linux stable (default features): protobuf/src/reflect/acc/v2/map.rs#L95
type `MapFieldAccessorImpl<M, T>` is more private than the item `make_map_simpler_accessor`
linux stable (default features)
`protobuf` (lib) generated 2 warnings (2 duplicates)
linux stable (default features)
`protobuf` (lib) generated 2 warnings
linux stable (default features)
`protobuf` (lib doc) generated 1 warning (run `cargo fix --lib -p protobuf` to apply 1 suggestion)
linux stable (default features)
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/
linux stable (default features)
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/
linux stable (default features)
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/
linux stable (default features)
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/
windows stable (default features)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
windows stable (default features)
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/
windows stable (default features)
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/
windows stable (default features)
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/
windows stable (default features)
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/