Skip to content

feat/removeTeslaMateDependencies #1644

feat/removeTeslaMateDependencies

feat/removeTeslaMateDependencies #1644

Triggered via pull request March 10, 2024 20:02
Status Failure
Total duration 2m 42s
Artifacts

alphaRelease.yml

on: pull_request
Building TeslaSolarCharger image
2m 33s
Building TeslaSolarCharger image
Building SMAPlugin Image
57s
Building SMAPlugin Image
Building SolarEdgePlugin Image
1m 26s
Building SolarEdgePlugin Image
Building ModbusPlugin Image
1m 49s
Building ModbusPlugin Image
Building SolaxPlugin Image
1m 30s
Building SolaxPlugin Image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
Building TeslaSolarCharger image
Process completed with exit code 1.
Building SMAPlugin Image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Building SolarEdgePlugin Image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Building SolaxPlugin Image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Building ModbusPlugin Image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Building TeslaSolarCharger image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Building TeslaSolarCharger image: TeslaSolarCharger.SharedBackend/Dtos/DtoFleetApiRequest.cs#L5
Non-nullable property 'RequestUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Building TeslaSolarCharger image: TeslaSolarCharger/Shared/Dtos/CarBasicConfiguration.cs#L8
Non-nullable property 'Vin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Building TeslaSolarCharger image: TeslaSolarCharger/Shared/Dtos/Settings/DtoCar.cs#L9
Non-nullable property 'Vin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Building TeslaSolarCharger image: TeslaSolarCharger/Shared/Dtos/RestValueConfiguration/DtoRestValueConfigurationHeader.cs#L6
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Building TeslaSolarCharger image: TeslaSolarCharger/Shared/Dtos/RestValueConfiguration/DtoRestValueConfigurationHeader.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Building TeslaSolarCharger image: TeslaSolarCharger/Shared/Dtos/RestValueConfiguration/DtoRestValueConfiguration.cs#L11
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Building TeslaSolarCharger image: TeslaSolarCharger.Model/Entities/TeslaSolarCharger/TscConfiguration.cs#L6
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Building TeslaSolarCharger image: TeslaSolarCharger.Model/Entities/TeslaSolarCharger/TeslaToken.cs#L9
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Building TeslaSolarCharger image: TeslaSolarCharger.Model/Entities/TeslaSolarCharger/TeslaToken.cs#L10
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.