Skip to content

Fix Provisioning not applying minplayercount #38

Fix Provisioning not applying minplayercount

Fix Provisioning not applying minplayercount #38

Re-run triggered January 8, 2024 01:09
Status Failure
Total duration 1m 39s
Artifacts

ci.yml

on: pull_request
Test Nightlies
53s
Test Nightlies
Matrix: Build Nightlies
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 56 warnings
Build Nightlies (linux-x64): builtin/BitMod.Provision/Host/ProvisionHost.cs#L42
The type or namespace name 'PlayerConnectedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
Build Nightlies (linux-x64)
Process completed with exit code 1.
Build Nightlies (linux-musl-x64): builtin/BitMod.Provision/Host/ProvisionHost.cs#L42
The type or namespace name 'PlayerConnectedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
Build Nightlies (linux-musl-x64)
Process completed with exit code 1.
Build Nightlies (win-x64): builtin/BitMod.Provision/Host/ProvisionHost.cs#L42
The type or namespace name 'PlayerConnectedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
Build Nightlies (win-x64)
Process completed with exit code 1.
Build Nightlies (win-x86): builtin/BitMod.Provision/Host/ProvisionHost.cs#L42
The type or namespace name 'PlayerConnectedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
Build Nightlies (win-x86)
Process completed with exit code 1.
Test Nightlies
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/
Test Nightlies: api/BitMod/Events/Player/PlayerJoinedSquadEventArgs.cs#L2
The using directive for 'BattleBitAPI.Common' appeared previously in this namespace
Test Nightlies: api/BitMod/BitMock.cs#L74
Cannot convert null literal to non-nullable reference type.
Test Nightlies: api/BitMod/Router/Router.cs#L21
The type 'TSearch' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TSearch' doesn't match 'notnull' constraint.
Test Nightlies: api/BitMod/Attributes/Internal/UnpackWildcardParameterAttribute.cs#L22
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test Nightlies: api/BitMod/Attributes/Injects/ConfigAttribute.cs#L24
Dereference of a possibly null reference.
Test Nightlies: api/BitMod/Attributes/Mutators/LogAttribute.cs#L32
Dereference of a possibly null reference.
Test Nightlies: api/BitMod/Attributes/Internal/BitTargetAttribute.cs#L27
Possible null reference argument for parameter 'context' in 'void BitTargetAttribute.Target(RouterContext context, LilikoiMutator mutator)'.
Test Nightlies: api/BitMod/BitMock.cs#L41
Non-nullable field '_env' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test Nightlies: api/BitMod/Attributes/Targets/BitConfigUpdateAttribute.cs#L28
Possible null reference argument for parameter 'router' in 'void BitConfigUpdateAttribute.Target(RouterContext router, LilikoiMutator mutator)'.
Test Nightlies: api/BitMod/Attributes/Targets/BitMutatorAttribute.cs#L42
Dereference of a possibly null reference.
Test Nightlies
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 Nightlies (linux-x64)
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/
Build Nightlies (linux-x64)
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 Nightlies (linux-x64)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Build Nightlies (linux-x64)
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 Nightlies (linux-x64)
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 Nightlies (linux-x64): api/BitMod/Events/Player/PlayerJoinedSquadEventArgs.cs#L2
The using directive for 'BattleBitAPI.Common' appeared previously in this namespace
Build Nightlies (linux-x64): api/BitMod/BitMock.cs#L74
Cannot convert null literal to non-nullable reference type.
Build Nightlies (linux-x64): api/BitMod/Router/Router.cs#L21
The type 'TSearch' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TSearch' doesn't match 'notnull' constraint.
Build Nightlies (linux-x64): api/BitMod/Router/Router.cs#L52
The type 'TSearch' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TSearch' doesn't match 'notnull' constraint.
Build Nightlies (linux-x64): api/BitMod/BitMock.cs#L41
Non-nullable field '_env' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build Nightlies (linux-x64): api/BitMod/Handler/RoutingHandler.cs#L26
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build Nightlies (linux-musl-x64)
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/
Build Nightlies (linux-musl-x64)
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 Nightlies (linux-musl-x64)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Build Nightlies (linux-musl-x64)
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 Nightlies (linux-musl-x64)
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 Nightlies (linux-musl-x64): api/BitMod/Events/Player/PlayerJoinedSquadEventArgs.cs#L2
The using directive for 'BattleBitAPI.Common' appeared previously in this namespace
Build Nightlies (linux-musl-x64): api/BitMod/Router/Router.cs#L21
The type 'TSearch' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TSearch' doesn't match 'notnull' constraint.
Build Nightlies (linux-musl-x64): api/BitMod/BitMock.cs#L74
Cannot convert null literal to non-nullable reference type.
Build Nightlies (linux-musl-x64): api/BitMod/Attributes/Targets/BitMutatorAttribute.cs#L42
Dereference of a possibly null reference.
Build Nightlies (linux-musl-x64): api/BitMod/Attributes/Targets/BitConfigUpdateAttribute.cs#L28
Possible null reference argument for parameter 'router' in 'void BitConfigUpdateAttribute.Target(RouterContext router, LilikoiMutator mutator)'.
Build Nightlies (linux-musl-x64): api/BitMod/Router/Router.cs#L52
The type 'TSearch' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TSearch' doesn't match 'notnull' constraint.
Build Nightlies (win-x64)
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/
Build Nightlies (win-x64)
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 Nightlies (win-x64)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Build Nightlies (win-x64)
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 Nightlies (win-x64)
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 Nightlies (win-x64): upstream/DotNetCorePlugins/src/Plugins/Loader/DependencyContextExtensions.cs#L189
Nullability of reference types in value of type 'IReadOnlyList<string?>' doesn't match target type 'IEnumerable<string>'.
Build Nightlies (win-x64): api/BitMod/Events/Player/PlayerJoinedSquadEventArgs.cs#L2
The using directive for 'BattleBitAPI.Common' appeared previously in this namespace
Build Nightlies (win-x64): api/BitMod/Router/Router.cs#L21
The type 'TSearch' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TSearch' doesn't match 'notnull' constraint.
Build Nightlies (win-x64): api/BitMod/BitMock.cs#L74
Cannot convert null literal to non-nullable reference type.
Build Nightlies (win-x64): api/BitMod/Attributes/Internal/UnpackWildcardParameterAttribute.cs#L22
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Nightlies (win-x86)
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/
Build Nightlies (win-x86)
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 Nightlies (win-x86)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Build Nightlies (win-x86)
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 Nightlies (win-x86)
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 Nightlies (win-x86): api/BitMod/Events/Player/PlayerJoinedSquadEventArgs.cs#L2
The using directive for 'BattleBitAPI.Common' appeared previously in this namespace
Build Nightlies (win-x86): api/BitMod/BitMock.cs#L74
Cannot convert null literal to non-nullable reference type.
Build Nightlies (win-x86): api/BitMod/Router/Router.cs#L21
The type 'TSearch' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TSearch' doesn't match 'notnull' constraint.
Build Nightlies (win-x86): api/BitMod/BitMock.cs#L41
Non-nullable field '_env' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build Nightlies (win-x86): api/BitMod/Attributes/Internal/UnpackWildcardParameterAttribute.cs#L22
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Nightlies (win-x86): api/BitMod/Attributes/Internal/BitTargetAttribute.cs#L27
Possible null reference argument for parameter 'context' in 'void BitTargetAttribute.Target(RouterContext context, LilikoiMutator mutator)'.