Skip to content

GitHub Actions workflow (#2) #14

GitHub Actions workflow (#2)

GitHub Actions workflow (#2) #14

Triggered via push July 25, 2024 16:47
Status Failure
Total duration 9m 10s
Artifacts

pl.yaml

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

Annotations

10 errors and 12 warnings
Test on OTP 26.2.5 / Elixir 1.15.8: test/pleroma/web/mastodon_api/controllers/notification_controller_test.exs#L647
test see move notifications (Pleroma.Web.MastodonAPI.NotificationControllerTest)
Test on OTP 26.2.5 / Elixir 1.15.8: test/pleroma/web/activity_pub/activity_pub_test.exs#L1921
test Move activity create (Pleroma.Web.ActivityPub.ActivityPubTest)
Test on OTP 26.2.5 / Elixir 1.15.8: test/pleroma/web/mastodon_api/update_credentials_test.exs#L337
test updating credentials updates the user's banner (Pleroma.Web.MastodonAPI.UpdateCredentialsTest)
Test on OTP 26.2.5 / Elixir 1.15.8: test/pleroma/web/mastodon_api/update_credentials_test.exs#L439
test updating credentials Strip / from upload files (Pleroma.Web.MastodonAPI.UpdateCredentialsTest)
Test on OTP 26.2.5 / Elixir 1.15.8: test/pleroma/web/mastodon_api/update_credentials_test.exs#L384
test updating credentials updates the user's background (Pleroma.Web.MastodonAPI.UpdateCredentialsTest)
Test on OTP 26.2.5 / Elixir 1.15.8: test/pleroma/web/mastodon_api/update_credentials_test.exs#L283
test updating credentials updates the user's avatar (Pleroma.Web.MastodonAPI.UpdateCredentialsTest)
Test on OTP 26.2.5 / Elixir 1.15.8: test/pleroma/web/mastodon_api/controllers/media_controller_test.exs#L35
test Upload media /api/v1/media (Pleroma.Web.MastodonAPI.MediaControllerTest)
Test on OTP 26.2.5 / Elixir 1.15.8: test/pleroma/web/mastodon_api/controllers/media_controller_test.exs#L210
test Get media by id (/api/v1/media/:id) it returns media object when requested by owner (Pleroma.Web.MastodonAPI.MediaControllerTest)
Test on OTP 26.2.5 / Elixir 1.15.8: test/pleroma/web/mastodon_api/controllers/media_controller_test.exs#L175
test Update media description /api/v1/media/:id good request (Pleroma.Web.MastodonAPI.MediaControllerTest)
Test on OTP 26.2.5 / Elixir 1.15.8: test/pleroma/web/mastodon_api/controllers/media_controller_test.exs#L221
test Get media by id (/api/v1/media/:id) it returns 403 if media object requested by non-owner (Pleroma.Web.MastodonAPI.MediaControllerTest)
Test on OTP 26.2.5 / Elixir 1.15.8
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test on OTP 26.2.5 / Elixir 1.15.8: deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
Test on OTP 26.2.5 / Elixir 1.15.8
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Test on OTP 26.2.5 / Elixir 1.15.8
use Bitwise is deprecated. import Bitwise instead
Test on OTP 26.2.5 / Elixir 1.15.8
use Bitwise is deprecated. import Bitwise instead
Test on OTP 26.2.5 / Elixir 1.15.8
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
Test on OTP 26.2.5 / Elixir 1.15.8
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test on OTP 26.2.5 / Elixir 1.15.8
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test on OTP 26.2.5 / Elixir 1.15.8
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Test on OTP 26.2.5 / Elixir 1.15.8
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
Test on OTP 26.2.5 / Elixir 1.15.8
use Bitwise is deprecated. import Bitwise instead