Skip to content
Triggered via push February 18, 2025 21:11
Status Failure
Total duration 25m 14s
Artifacts

test.yaml

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

Annotations

22 errors and 70 warnings
ui flavour:social OTP 27.2.2 Elixir 1.18.2
Process completed with exit code 1.
ui flavour:social OTP 25.2.3 Elixir 1.18.2
Process completed with exit code 1.
backend flavour:social OTP 27.2.2 Elixir 1.18.2
test exclusion filters exclude_object_types filters out specific object types (Bonfire.Social.FeedsFiltersTest)
backend flavour:social OTP 27.2.2 Elixir 1.18.2
test messaging someone else does NOT appear in a 3rd party's inbox (Bonfire.Messages.MessagesTest)
backend flavour:social OTP 27.2.2 Elixir 1.18.2
test mentioning someone with 'local' preset does not appear *publicly* in the instance feed (Bonfire.Posts.MentionsTest)
backend flavour:social OTP 27.2.2 Elixir 1.18.2
test messaging someone does NOT appear in my own inbox feed (Bonfire.Messages.MessagesTest)
backend flavour:social OTP 27.2.2 Elixir 1.18.2
test mentioning someone does not appear in a 3rd party's instance feed (if not included in circles) (Bonfire.Posts.MentionsTest)
backend flavour:social OTP 27.2.2 Elixir 1.18.2
test when i post, it appears in my outbox feed, but not in my notifications or inbox (Bonfire.Posts.PostsTest)
backend flavour:social OTP 27.2.2 Elixir 1.18.2
test request_confirm_email refreshing (Bonfire.Me.AccountsTest)
backend flavour:social OTP 27.2.2 Elixir 1.18.2
test mentioning someone does not appear in my own notifications (Bonfire.Posts.MentionsTest)
backend flavour:social OTP 27.2.2 Elixir 1.18.2
test listing by creator, ignoring boundaries (Bonfire.Posts.PostsTest)
backend flavour:social OTP 27.2.2 Elixir 1.18.2
test mentioning someone appears in their home feed, if they don't follow me, and have enabled notifications in home feed (Bonfire.Posts.MentionsTest)
backend flavour:social OTP 25.2.3 Elixir 1.18.2
doctest Bonfire.Social.FeedLoader.replace_parameters/3 (22) (Bonfire.Social.Feeds.DocTest)
backend flavour:social OTP 25.2.3 Elixir 1.18.2
doctest Bonfire.Social.FeedLoader.preset_feed_filters/2 (11) (Bonfire.Social.Feeds.DocTest)
backend flavour:social OTP 25.2.3 Elixir 1.18.2
doctest Bonfire.Social.FeedLoader.preset_feed_filters/2 (7) (Bonfire.Social.Feeds.DocTest)
backend flavour:social OTP 25.2.3 Elixir 1.18.2
doctest Bonfire.Social.FeedLoader.preset_feed_filters/2 (12) (Bonfire.Social.Feeds.DocTest)
backend flavour:social OTP 25.2.3 Elixir 1.18.2
doctest Bonfire.Social.FeedLoader.preset_feed_filters/2 (9) (Bonfire.Social.Feeds.DocTest)
backend flavour:social OTP 25.2.3 Elixir 1.18.2
test request_confirm_email refreshing (Bonfire.Me.AccountsTest)
backend flavour:social OTP 25.2.3 Elixir 1.18.2
test feed preset `:my` loads feed and configured preloads using filters instead of the preset name (Bonfire.Social.FeedsPresetTest)
backend flavour:social OTP 25.2.3 Elixir 1.18.2
test messaging someone does NOT appear in my instance feed (Bonfire.Messages.MessagesTest)
backend flavour:social OTP 25.2.3 Elixir 1.18.2
test can see post mentioning me in my notifications (using the 'mentions' preset), ignoring boundaries (Bonfire.Posts.MentionsTest)
backend flavour:social OTP 25.2.3 Elixir 1.18.2
test listing by creator, ignoring boundaries (Bonfire.Posts.PostsTest)
ui flavour:social OTP 27.2.2 Elixir 1.18.2
1..-1 has a default step of -1, please write 1..-1//-1 instead
ui flavour:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
using map.field notation (without parentheses) to invoke function Bonfire.Common.Repo.config() is deprecated, you must add parentheses instead: remote.function()
ui flavour:social OTP 27.2.2 Elixir 1.18.2
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
ui flavour:social OTP 27.2.2 Elixir 1.18.2
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
ui flavour:social OTP 27.2.2 Elixir 1.18.2
found unused @tag before "describe", did you mean to use @describetag?
ui flavour:social OTP 27.2.2 Elixir 1.18.2
found unused @tag before "describe", did you mean to use @describetag?
ui flavour:social OTP 25.2.3 Elixir 1.18.2
using map.field notation (without parentheses) to invoke function Bonfire.Common.Repo.config() is deprecated, you must add parentheses instead: remote.function()
ui flavour:social OTP 25.2.3 Elixir 1.18.2
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
ui flavour:social OTP 25.2.3 Elixir 1.18.2
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
ui flavour:social OTP 25.2.3 Elixir 1.18.2
found unused @tag before "describe", did you mean to use @describetag?
ui flavour:social OTP 25.2.3 Elixir 1.18.2
found unused @tag before "describe", did you mean to use @describetag?
ui flavour:social OTP 25.2.3 Elixir 1.18.2
1..-1 has a default step of -1, please write 1..-1//-1 instead
ui flavour:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
You need to clone the nebulex dep to run its tests
backend flavour:social OTP 27.2.2 Elixir 1.18.2
using map.field notation (without parentheses) to invoke function Bonfire.Common.Repo.config() is deprecated, you must add parentheses instead: remote.function()
backend flavour:social OTP 27.2.2 Elixir 1.18.2
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
backend flavour:social OTP 27.2.2 Elixir 1.18.2
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
backend flavour:social OTP 27.2.2 Elixir 1.18.2
assign @activity_inception not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :object_id, :peered, :labelled, :thread_id, :cw, :object, :object_type, :verb, :reply_to, :verb_display, :activity_id, :current_url, :showing_within, :parent_id, :permalink, :thread_mode, :thread_title, :reply_count, :published_in, :hide_actions, :object_type_readable, :is_remote, :activity_component_id, :date_ago, :activity_prepared, :created_verb_display, :thread_url]
backend flavour:social OTP 27.2.2 Elixir 1.18.2
assign @viewing_main_object not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :object_id, :peered, :labelled, :thread_id, :cw, :object, :object_type, :verb, :reply_to, :verb_display, :activity_id, :current_url, :showing_within, :parent_id, :permalink, :thread_mode, :thread_title, :reply_count, :published_in, :hide_actions, :object_type_readable, :is_remote, :activity_component_id, :date_ago, :activity_prepared, :created_verb_display, :thread_url]
backend flavour:social OTP 27.2.2 Elixir 1.18.2
assign @subject_user not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :object_id, :peered, :labelled, :thread_id, :cw, :object, :object_type, :verb, :reply_to, :verb_display, :activity_id, :current_url, :showing_within, :parent_id, :permalink, :thread_mode, :thread_title, :reply_count, :published_in, :hide_actions, :object_type_readable, :is_remote, :activity_component_id, :date_ago, :activity_prepared, :created_verb_display, :thread_url]
backend flavour:social OTP 27.2.2 Elixir 1.18.2
assign @subject_user not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:thread_url, :permalink, :object_type, :cw, :activity_component_id, :activity_inception, :activity, :activity_prepared, :object, :labelled, :activity_id, :hide_actions, :id, :thread_id, :thread_title, :show_minimal_subject_and_note, :is_remote, :peered, :reply_to, :parent_id, :subject_id, :verb, :created_verb_display, :thread_mode, :current_url, :object_id, :showing_within, :reply_count, :published_in, :verb_display, :date_ago, :object_type_readable, :viewing_main_object]
backend flavour:social OTP 27.2.2 Elixir 1.18.2
assign @Profile not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:thread_url, :permalink, :object_type, :cw, :activity_component_id, :activity_inception, :activity, :activity_prepared, :object, :labelled, :activity_id, :hide_actions, :id, :thread_id, :thread_title, :show_minimal_subject_and_note, :is_remote, :peered, :reply_to, :parent_id, :subject_id, :verb, :created_verb_display, :thread_mode, :current_url, :object_id, :showing_within, :reply_count, :published_in, :verb_display, :date_ago, :object_type_readable, :viewing_main_object]
backend flavour:social OTP 27.2.2 Elixir 1.18.2
assign @character not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:thread_url, :permalink, :object_type, :cw, :activity_component_id, :activity_inception, :activity, :activity_prepared, :object, :labelled, :activity_id, :hide_actions, :id, :thread_id, :thread_title, :show_minimal_subject_and_note, :is_remote, :peered, :reply_to, :parent_id, :subject_id, :verb, :created_verb_display, :thread_mode, :current_url, :object_id, :showing_within, :reply_count, :published_in, :verb_display, :date_ago, :object_type_readable, :viewing_main_object]
backend flavour:social OTP 27.2.2 Elixir 1.18.2
1..-1 has a default step of -1, please write 1..-1//-1 instead
backend flavour:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 27.2.2 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
1..-1 has a default step of -1, please write 1..-1//-1 instead
backend flavour:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
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:social OTP 25.2.3 Elixir 1.18.2
You need to clone the nebulex dep to run its tests
backend flavour:social OTP 25.2.3 Elixir 1.18.2
using map.field notation (without parentheses) to invoke function Bonfire.Common.Repo.config() is deprecated, you must add parentheses instead: remote.function()
backend flavour:social OTP 25.2.3 Elixir 1.18.2
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
backend flavour:social OTP 25.2.3 Elixir 1.18.2
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
backend flavour:social OTP 25.2.3 Elixir 1.18.2
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.
backend flavour:social OTP 25.2.3 Elixir 1.18.2
assign @activity_inception not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :activity_component_id, :activity_id, :activity_prepared, :created_verb_display, :current_url, :cw, :date_ago, :hide_actions, :is_remote, :labelled, :object, :object_id, :object_type, :object_type_readable, :parent_id, :peered, :permalink, :published_in, :reply_count, :reply_to, :showing_within, :thread_id, :thread_mode, :thread_title, :thread_url, :verb, :verb_display]
backend flavour:social OTP 25.2.3 Elixir 1.18.2
assign @viewing_main_object not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :activity_component_id, :activity_id, :activity_prepared, :created_verb_display, :current_url, :cw, :date_ago, :hide_actions, :is_remote, :labelled, :object, :object_id, :object_type, :object_type_readable, :parent_id, :peered, :permalink, :published_in, :reply_count, :reply_to, :showing_within, :thread_id, :thread_mode, :thread_title, :thread_url, :verb, :verb_display]
backend flavour:social OTP 25.2.3 Elixir 1.18.2
assign @subject_user not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:activity, :activity_component_id, :activity_id, :activity_prepared, :created_verb_display, :current_url, :cw, :date_ago, :hide_actions, :is_remote, :labelled, :object, :object_id, :object_type, :object_type_readable, :parent_id, :peered, :permalink, :published_in, :reply_count, :reply_to, :showing_within, :thread_id, :thread_mode, :thread_title, :thread_url, :verb, :verb_display]
backend flavour:social OTP 25.2.3 Elixir 1.18.2
assign @subject_user not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:object, :hide_actions, :object_id, :activity_inception, :showing_within, :object_type, :subject_id, :thread_id, :current_url, :id, :verb, :reply_to, :activity_component_id, :activity_prepared, :thread_url, :verb_display, :cw, :labelled, :activity_id, :peered, :viewing_main_object, :date_ago, :show_minimal_subject_and_note, :thread_mode, :thread_title, :activity, :parent_id, :permalink, :is_remote, :reply_count, :object_type_readable, :published_in, :created_verb_display]
backend flavour:social OTP 25.2.3 Elixir 1.18.2
assign @Profile not available in EEx template. Please ensure all assigns are given as options. Available assigns: [:object, :hide_actions, :object_id, :activity_inception, :showing_within, :object_type, :subject_id, :thread_id, :current_url, :id, :verb, :reply_to, :activity_component_id, :activity_prepared, :thread_url, :verb_display, :cw, :labelled, :activity_id, :peered, :viewing_main_object, :date_ago, :show_minimal_subject_and_note, :thread_mode, :thread_title, :activity, :parent_id, :permalink, :is_remote, :reply_count, :object_type_readable, :published_in, :created_verb_display]