Skip to content

Bump nokogiri from 1.16.0 to 1.16.2 (#977) #875

Bump nokogiri from 1.16.0 to 1.16.2 (#977)

Bump nokogiri from 1.16.0 to 1.16.2 (#977) #875

Triggered via push February 8, 2024 22:17
Status Failure
Total duration 25m 8s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
Tests: spec/features/responses/location_picker_spec.rb#L25
response form location picker picking a location
Tests: spec/jobs/broadcast_operation_job_spec.rb#L17
BroadcastOperationJob#perform saves sent_at time Failure/Error: def broadcast(to:, subject:, body:, mission:) @Body = body @mission = mission @site_name = site_name # TODO: We should send a separate email to each recipient # like we do with an SMS broadcast mail(to: to, subject: "[#{site_name}] #{subject}") end ArgumentError: wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
Tests: spec/jobs/broadcast_operation_job_spec.rb#L30
BroadcastOperationJob#perform when PartialError is raised marks operation as completed Failure/Error: def broadcast(to:, subject:, body:, mission:) @Body = body @mission = mission @site_name = site_name # TODO: We should send a separate email to each recipient # like we do with an SMS broadcast mail(to: to, subject: "[#{site_name}] #{subject}") end ArgumentError: wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
Tests: spec/jobs/broadcast_operation_job_spec.rb#L35
BroadcastOperationJob#perform when PartialError is raised saves job error report Failure/Error: def broadcast(to:, subject:, body:, mission:) @Body = body @mission = mission @site_name = site_name # TODO: We should send a separate email to each recipient # like we do with an SMS broadcast mail(to: to, subject: "[#{site_name}] #{subject}") end ArgumentError: wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
Tests: spec/jobs/broadcast_operation_job_spec.rb#L54
BroadcastOperationJob#perform when FatalError is raised saves job error report Failure/Error: def broadcast(to:, subject:, body:, mission:) @Body = body @mission = mission @site_name = site_name # TODO: We should send a separate email to each recipient # like we do with an SMS broadcast mail(to: to, subject: "[#{site_name}] #{subject}") end ArgumentError: wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
Tests: spec/jobs/broadcast_operation_job_spec.rb#L49
BroadcastOperationJob#perform when FatalError is raised marks operation as failed Failure/Error: def broadcast(to:, subject:, body:, mission:) @Body = body @mission = mission @site_name = site_name # TODO: We should send a separate email to each recipient # like we do with an SMS broadcast mail(to: to, subject: "[#{site_name}] #{subject}") end ArgumentError: wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
Tests: spec/features/users/user_form_spec.rb#L14
user form admin user in mission mode create and edit user should work Failure/Error: def password_reset_instructions(user, mission: nil) @mission = mission @reset_url = reset_url(user) @site_name = site_name mail(to: user.email, reply_to: coordinator_emails(mission), subject: t("notifier.password_reset_instructions")) end ArgumentError: wrong number of arguments (given 2, expected 1)
Tests: spec/features/users/user_form_spec.rb#L51
user form admin user in admin mode create and edit user should work Failure/Error: def password_reset_instructions(user, mission: nil) @mission = mission @reset_url = reset_url(user) @site_name = site_name mail(to: user.email, reply_to: coordinator_emails(mission), subject: t("notifier.password_reset_instructions")) end ArgumentError: wrong number of arguments (given 2, expected 1)
Tests: spec/models/mission_destroy_spec.rb#L66
mission destroy should delete all objects in mission Failure/Error: def broadcast(to:, subject:, body:, mission:) @Body = body @mission = mission @site_name = site_name # TODO: We should send a separate email to each recipient # like we do with an SMS broadcast mail(to: to, subject: "[#{site_name}] #{subject}") end ArgumentError: wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
Tests: spec/mailers/broadcast_mailer_spec.rb#L8
BroadcastMailer Failure/Error: def broadcast(to:, subject:, body:, mission:) @Body = body @mission = mission @site_name = site_name # TODO: We should send a separate email to each recipient # like we do with an SMS broadcast mail(to: to, subject: "[#{site_name}] #{subject}") end ArgumentError: wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests: app/javascript/components/Filters/model.js#L133
Unexpected console statement
Tests: app/javascript/packs/enketo.js#L43
Unexpected console statement
Tests: app/javascript/packs/enketo.js#L57
Unexpected alert
Tests: app/javascript/packs/enketo.js#L80
Unexpected console statement
Tests: app/javascript/packs/enketo.js#L91
Unexpected alert
Tests: app/javascript/packs/enketo.js#L94
Unexpected console statement
Tests: spec/models/broadcaster_spec.rb#L16
Sms::Broadcaster with adapter set in mission settings builds appropriate adapter and Sms::Broadcast instance Skipped: Temporarily skipped with xit
Tests
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/