Skip to content

up

up #2371

Triggered via push July 10, 2024 08:58
Status Cancelled
Total duration 28m 14s
Artifacts

test.yaml

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

Annotations

27 errors and 72 warnings
backend flavour:classic OTP 27.0 Elixir 1.17.1
test does not show in any feeds a post from an user that was instance-wide silenced later on (Bonfire.Boundaries.Boundaries.InstanceWideSilenceActorFeedsPerUserTest)
backend flavour:classic OTP 27.0 Elixir 1.17.1
test does not show in any feeds a post from a instance-wide silenced user (Bonfire.Boundaries.Boundaries.InstanceWideSilenceActorFeedsPerUserTest)
backend flavour:classic OTP 27.0 Elixir 1.17.1
Process completed with exit code 2.
ui flavour:classic OTP 27.0 Elixir 1.17.1
test show with account (Bonfire.Social.Feeds.Fediverse.Test)
ui flavour:classic OTP 27.0 Elixir 1.17.1
test create a post shows up in feed right away (Bonfire.Social.Activities.CreatePost.Test)
ui flavour:classic OTP 27.0 Elixir 1.17.1
test create a post with uploads (Bonfire.Social.Activities.CreatePost.Test)
ui flavour:classic OTP 27.0 Elixir 1.17.1
test like a post (Bonfire.Social.Activities.LikePost.Test)
ui flavour:classic OTP 27.0 Elixir 1.17.1
test boost a post and it appears on my feed (Bonfire.Social.Activities.BoostPost.Test)
ui flavour:classic OTP 27.0 Elixir 1.17.1
test Create a role works (Bonfire.Boundaries.Web.RolesTest)
ui flavour:classic OTP 27.0 Elixir 1.17.1
test Load More in Feeds As a user when I click on load more on the local feed I want to see next activities even without JavaScript (using HTTP) (Bonfire.Social.Feeds.LoadMoreTest)
ui flavour:classic OTP 27.0 Elixir 1.17.1
test can edit role permissions (Bonfire.Boundaries.Web.RolesTest)
ui flavour:classic OTP 27.0 Elixir 1.17.1
test unboost a post works (Bonfire.Social.Activities.BoostPost.Test)
ui flavour:classic OTP 27.0 Elixir 1.17.1
test replies that appear via pubsub should show the reply_to (Bonfire.Social.Feeds.Test)
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
test does not show in any feeds a post from an user that was instance-wide silenced later on (Bonfire.Boundaries.Boundaries.InstanceWideSilenceActorFeedsPerUserTest)
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
test does not show in any feeds a post from a instance-wide silenced user (Bonfire.Boundaries.Boundaries.InstanceWideSilenceActorFeedsPerUserTest)
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
Process completed with exit code 2.
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
The run was canceled by @github-actions[bot].
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
test replies that appear via pubsub should show the reply_to (Bonfire.Social.Feeds.Test)
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
test instance-wide ghosted local user cannot switch to that identity (Bonfire.UI.Me.Boundaries.InstanceWideGhostActorTest)
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
test required fields missing name (Bonfire.UI.Me.CreateUserController.Test)
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
test required fields with name (Bonfire.UI.Me.CreateUserController.Test)
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
test successfully sets privacy options (Bonfire.UI.Me.CreateUserController.Test)
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
test form renders (Bonfire.UI.Me.CreateUserController.Test)
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
test username taken (Bonfire.UI.Me.CreateUserController.Test)
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
test required fields with summary (Bonfire.UI.Me.CreateUserController.Test)
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
test required fields missing username (Bonfire.UI.Me.CreateUserController.Test)
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
test successfully create first user (Bonfire.UI.Me.CreateUserController.Test)
backend flavour:classic OTP 27.0 Elixir 1.17.1
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.9.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
backend flavour:classic OTP 27.0 Elixir 1.17.1
The following actions uses Node.js version which is deprecated and will be forced to run on node20: styfle/cancel-workflow-action@0.9.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
backend flavour:classic OTP 27.0 Elixir 1.17.1
You need to clone the nebulex dep to run its tests
backend flavour:classic OTP 27.0 Elixir 1.17.1
using map.field notation (without parentheses) to invoke function Bonfire.Common.Repo.__adapter__() is deprecated, you must add parentheses instead: remote.function()
backend flavour:classic OTP 27.0 Elixir 1.17.1
using map.field notation (without parentheses) to invoke function Bonfire.Files.IconUploader.async() is deprecated, you must add parentheses instead: remote.function()
backend flavour:classic OTP 27.0 Elixir 1.17.1
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
backend flavour:classic OTP 27.0 Elixir 1.17.1
1..-1 has a default step of -1, please write 1..-1//-1 instead
backend flavour:classic OTP 27.0 Elixir 1.17.1
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
backend flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 27.0 Elixir 1.17.1
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.9.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui flavour:classic OTP 27.0 Elixir 1.17.1
The following actions uses Node.js version which is deprecated and will be forced to run on node20: styfle/cancel-workflow-action@0.9.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui flavour:classic OTP 27.0 Elixir 1.17.1
using map.field notation (without parentheses) to invoke function Bonfire.Common.Repo.__adapter__() is deprecated, you must add parentheses instead: remote.function()
ui flavour:classic OTP 27.0 Elixir 1.17.1
found unused @tag before "describe", did you mean to use @describetag?
ui flavour:classic OTP 27.0 Elixir 1.17.1
found unused @tag before "describe", did you mean to use @describetag?
ui flavour:classic OTP 27.0 Elixir 1.17.1
instead of passing separate form and field attributes, pass a single field attribute of type Phoenix.HTML.FormField
ui flavour:classic OTP 27.0 Elixir 1.17.1
the Collectable protocol is deprecated for non-empty lists. The behavior of Enum.into/2 and "for" comprehensions with an :into option is incorrect when collecting into non-empty lists. If you're collecting into a non-empty keyword list, consider using Keyword.merge/2 instead. If you're collecting into a non-empty list, consider concatenating the two lists with the ++ operator.
ui flavour:classic OTP 27.0 Elixir 1.17.1
the Collectable protocol is deprecated for non-empty lists. The behavior of Enum.into/2 and "for" comprehensions with an :into option is incorrect when collecting into non-empty lists. If you're collecting into a non-empty keyword list, consider using Keyword.merge/2 instead. If you're collecting into a non-empty list, consider concatenating the two lists with the ++ operator.
ui flavour:classic OTP 27.0 Elixir 1.17.1
the Collectable protocol is deprecated for non-empty lists. The behavior of Enum.into/2 and "for" comprehensions with an :into option is incorrect when collecting into non-empty lists. If you're collecting into a non-empty keyword list, consider using Keyword.merge/2 instead. If you're collecting into a non-empty list, consider concatenating the two lists with the ++ operator.
ui flavour:classic OTP 27.0 Elixir 1.17.1
instead of passing separate form and field attributes, pass a single field attribute of type Phoenix.HTML.FormField
ui flavour:classic OTP 27.0 Elixir 1.17.1
the Collectable protocol is deprecated for non-empty lists. The behavior of Enum.into/2 and "for" comprehensions with an :into option is incorrect when collecting into non-empty lists. If you're collecting into a non-empty keyword list, consider using Keyword.merge/2 instead. If you're collecting into a non-empty list, consider concatenating the two lists with the ++ operator.
ui flavour:classic OTP 27.0 Elixir 1.17.1
using map.field notation (without parentheses) to invoke function Cldr.Calendar.Gregorian.cldr_calendar_type() is deprecated, you must add parentheses instead: remote.function()
ui flavour:classic OTP 27.0 Elixir 1.17.1
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
ui flavour:classic OTP 27.0 Elixir 1.17.1
1..-1 has a default step of -1, please write 1..-1//-1 instead
ui flavour:classic OTP 27.0 Elixir 1.17.1
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
ui flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 27.0 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.9.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
The following actions uses Node.js version which is deprecated and will be forced to run on node20: styfle/cancel-workflow-action@0.9.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
You need to clone the nebulex dep to run its tests
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
using map.field notation (without parentheses) to invoke function Bonfire.Common.Repo.__adapter__() is deprecated, you must add parentheses instead: remote.function()
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
using map.field notation (without parentheses) to invoke function Bonfire.Files.ImageUploader.async() is deprecated, you must add parentheses instead: remote.function()
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
1..-1 has a default step of -1, please write 1..-1//-1 instead
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
backend flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
using map.field notation (without parentheses) to invoke function Bonfire.Common.Repo.__adapter__() is deprecated, you must add parentheses instead: remote.function()
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
found unused @tag before "describe", did you mean to use @describetag?
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
found unused @tag before "describe", did you mean to use @describetag?
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
instead of passing separate form and field attributes, pass a single field attribute of type Phoenix.HTML.FormField
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
using map.field notation (without parentheses) to invoke function Cldr.Calendar.Gregorian.cldr_calendar_type() is deprecated, you must add parentheses instead: remote.function()
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
instead of passing separate form and field attributes, pass a single field attribute of type Phoenix.HTML.FormField
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
the Collectable protocol is deprecated for non-empty lists. The behavior of Enum.into/2 and "for" comprehensions with an :into option is incorrect when collecting into non-empty lists. If you're collecting into a non-empty keyword list, consider using Keyword.merge/2 instead. If you're collecting into a non-empty list, consider concatenating the two lists with the ++ operator.
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
the Collectable protocol is deprecated for non-empty lists. The behavior of Enum.into/2 and "for" comprehensions with an :into option is incorrect when collecting into non-empty lists. If you're collecting into a non-empty keyword list, consider using Keyword.merge/2 instead. If you're collecting into a non-empty list, consider concatenating the two lists with the ++ operator.
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
the Collectable protocol is deprecated for non-empty lists. The behavior of Enum.into/2 and "for" comprehensions with an :into option is incorrect when collecting into non-empty lists. If you're collecting into a non-empty keyword list, consider using Keyword.merge/2 instead. If you're collecting into a non-empty list, consider concatenating the two lists with the ++ operator.
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
the Collectable protocol is deprecated for non-empty lists. The behavior of Enum.into/2 and "for" comprehensions with an :into option is incorrect when collecting into non-empty lists. If you're collecting into a non-empty keyword list, consider using Keyword.merge/2 instead. If you're collecting into a non-empty list, consider concatenating the two lists with the ++ operator.
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
1..-1 has a default step of -1, please write 1..-1//-1 instead
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
ui flavour:classic OTP 25.2.3 Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it