Bump rustls-pemfile from 1.0.3 to 1.0.4 #219
build.yml
on: pull_request
Build Linux
5m 22s
Build macOS
3m 40s
Build Windows
9m 15s
Matrix: test-x86_64
Annotations
26 errors and 41 warnings
Build macOS:
goldboot-build/src/lib.rs#L1
expected `;`, found keyword `use`
|
Build macOS:
goldboot-build/src/lib.rs#L3
unresolved import `crate::library`
|
Build macOS:
goldboot-build/src/templates/mod.rs#L4
unresolved import `crate::build`
|
Build macOS:
goldboot-build/src/templates/arch_linux/mod.rs#L21
failed to resolve: unresolved import
|
Build macOS:
goldboot-build/src/templates/arch_linux/mod.rs#L1
unresolved imports `crate::build`, `crate::provisioners`, `crate::qemu`
|
Build macOS:
goldboot-build/src/templates/arch_linux/mod.rs#L130
failed to resolve: unresolved import
|
Build macOS:
goldboot-build/src/templates/arch_linux/mod.rs#L129
unresolved imports `crate::build`, `crate::PromptMut`
|
Build macOS:
goldboot-build/src/templates/arch_linux/mod.rs#L69
cannot find macro `wait` in this scope
|
Build macOS:
goldboot-build/src/templates/arch_linux/mod.rs#L71
cannot find macro `wait_screen_rect` in this scope
|
Build macOS:
goldboot-build/src/templates/arch_linux/mod.rs#L73
cannot find macro `enter` in this scope
|
Build Linux:
goldboot/src/lib.rs#L1
unresolved import `crate::build`
|
Build Linux:
goldboot/src/cmd/build.rs#L2
unresolved import `crate::build`
|
Build Linux:
goldboot/src/cmd/init.rs#L2
unresolved imports `crate::build`, `crate::templates`, `crate::Architecture`
|
Build Linux:
goldboot/src/library.rs#L1
unresolved import `crate::image`
|
Build Linux:
goldboot/src/registry/media.rs#L1
unresolved import `crate::Architecture`
|
Build Linux
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Build Windows:
goldboot-build/src/lib.rs#L1
expected `;`, found keyword `use`
|
Build Windows:
goldboot-build/src/lib.rs#L3
unresolved import `crate::library`
|
Build Windows:
goldboot-build/src/templates/mod.rs#L4
unresolved import `crate::build`
|
Build Windows:
goldboot-build/src/templates/arch_linux/mod.rs#L21
failed to resolve: unresolved import
|
Build Windows:
goldboot-build/src/templates/arch_linux/mod.rs#L1
unresolved imports `crate::build`, `crate::provisioners`, `crate::qemu`
|
Build Windows:
goldboot-build/src/templates/arch_linux/mod.rs#L130
failed to resolve: unresolved import
|
Build Windows:
goldboot-build/src/templates/arch_linux/mod.rs#L129
unresolved imports `crate::build`, `crate::PromptMut`
|
Build Windows:
goldboot-build/src/templates/arch_linux/mod.rs#L69
cannot find macro `wait` in this scope
|
Build Windows:
goldboot-build/src/templates/arch_linux/mod.rs#L71
cannot find macro `wait_screen_rect` in this scope
|
Build Windows:
goldboot-build/src/templates/arch_linux/mod.rs#L73
cannot find macro `enter` in this scope
|
Build macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/checkout@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/
|
Build macOS
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 macOS
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 macOS
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 macOS
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 macOS
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
|
Build macOS:
goldboot-image/src/lib.rs#L392
unused variable: `cipher`
|
Build macOS:
goldboot-image/src/lib.rs#L393
unused variable: `rng`
|
Build macOS:
goldboot-image/src/lib.rs#L388
unused variable: `old_password`
|
Build macOS:
goldboot-image/src/lib.rs#L393
variable does not need to be mutable
|
Build macOS:
goldboot-build/src/templates/mod.rs#L6
unused import: `path::Path`
|
Build macOS
`goldboot-build` (lib) generated 1 warning
|
Build macOS
build failed, waiting for other jobs to finish...
|
Build Linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/checkout@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/
|
Build Linux
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
|
Build Linux:
goldboot/src/lib.rs#L2
unused imports: `debug`, `info`
|
Build Linux:
goldboot/src/lib.rs#L4
unused imports: `Deserialize`, `Serialize`
|
Build Linux:
goldboot/src/lib.rs#L5
unused import: `simple_error::bail`
|
Build Linux:
goldboot/src/lib.rs#L6
unused imports: `default::Default`, `process::Command`
|
Build Linux:
goldboot/src/lib.rs#L7
unused imports: `Display`, `EnumIter`
|
Build Linux:
goldboot/src/lib.rs#L8
unused import: `validator::Validate`
|
Build Linux:
goldboot/src/cmd/build.rs#L5
unused import: `console::Style`
|
Build Linux:
goldboot/src/cmd/build.rs#L6
unused imports: `Confirm`, `Input`, `Select`, `theme::ColorfulTheme`
|
Build Linux:
goldboot/src/cmd/image.rs#L6
unused import: `console::Style`
|
Build Linux
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 Linux
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 Linux
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 Linux
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 Windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/checkout@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/
|
Build Windows
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 Windows
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 Windows
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 Windows
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 Windows
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
|
Build Windows:
goldboot-image/src/lib.rs#L392
unused variable: `cipher`
|
Build Windows:
goldboot-image/src/lib.rs#L393
unused variable: `rng`
|
Build Windows:
goldboot-image/src/lib.rs#L388
unused variable: `old_password`
|
Build Windows:
goldboot-image/src/lib.rs#L393
variable does not need to be mutable
|
Build Windows
`goldboot-image` (lib) generated 4 warnings (run `cargo fix --lib -p goldboot-image` to apply 4 suggestions)
|
Build Windows:
goldboot-build/src/templates/mod.rs#L6
unused import: `path::Path`
|
Build Windows
`goldboot-build` (lib) generated 1 warning
|