Advertisement
Guest User

openproject crash on NameError log

a guest
Dec 5th, 2019
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 148.03 KB | None | 0 0
  1. sudo docker run -it -p 8080:80 -e SECRET_KEY_BASE=secret openproject-release-10-2-fixed
  2. [sudo] password for vanko:
  3. -----> Starting the all-in-one OpenProject setup at /app/docker/supervisord...
  4. -----> Database cluster not found. Creating a new one in /var/openproject/pgdata...
  5. The files belonging to this database system will be owned by user "postgres".
  6. This user must also own the server process.
  7.  
  8. The database cluster will be initialized with locale "C".
  9. The default text search configuration will be set to "english".
  10.  
  11. Data page checksums are disabled.
  12.  
  13. fixing permissions on existing directory /var/openproject/pgdata ... ok
  14. creating subdirectories ... ok
  15. selecting default max_connections ... 100
  16. selecting default shared_buffers ... 128MB
  17. selecting default timezone ... Etc/UTC
  18. selecting dynamic shared memory implementation ... posix
  19. creating configuration files ... ok
  20. running bootstrap script ... ok
  21. performing post-bootstrap initialization ... ok
  22. syncing data to disk ... ok
  23.  
  24. Success. You can now start the database server using:
  25.  
  26. /usr/lib/postgresql/9.6/bin/pg_ctl -D /var/openproject/pgdata -l logfile start
  27.  
  28. Starting PostgreSQL 9.6 database server: main.
  29. CREATE ROLE
  30. Trying to contact PostgreSQL server instance or waiting for it to come online.
  31. Starting memcached: memcached.
  32. hook registered
  33. Migrating to ToV710AggregatedMigrations (10000000000000)
  34. == 10000000000000 ToV710AggregatedMigrations: migrating =======================
  35. -- create_table("work_packages", {:id=>:integer, :bulk=>true})
  36. -> 0.5968s
  37. -- create_table("users", {:id=>:integer, :bulk=>true})
  38. -> 0.3096s
  39. -- create_table("group_users", {:id=>false, :bulk=>true})
  40. -> 0.0335s
  41. -- create_table("categories", {:id=>:integer, :bulk=>true})
  42. -> 0.1435s
  43. -- create_table("relations", {:id=>:integer, :bulk=>true})
  44. -> 0.1518s
  45. -- create_table("statuses", {:id=>:integer, :bulk=>true})
  46. -> 0.3493s
  47. -- create_table("projects", {:id=>:integer, :bulk=>true})
  48. -> 0.3099s
  49. -- create_table("time_entries", {:id=>:integer, :bulk=>true})
  50. -> 0.3268s
  51. -- create_table("sessions", {:id=>:integer, :bulk=>true})
  52. -> 0.1925s
  53. -- create_table("announcements", {:id=>:integer, :bulk=>true})
  54. -> 0.1421s
  55. -- create_table("attachments", {:id=>:integer, :bulk=>true})
  56. -> 0.2108s
  57. -- create_table("auth_sources", {:id=>:integer, :bulk=>true})
  58. -> 0.1088s
  59. -- create_table("boards", {:id=>:integer, :bulk=>true})
  60. -> 0.1758s
  61. -- create_table("messages", {:id=>:integer, :bulk=>true})
  62. -> 0.3528s
  63. -- create_table("custom_fields", {:id=>:integer, :bulk=>true})
  64. -> 0.1326s
  65. -- create_table("custom_fields_projects", {:id=>false, :bulk=>true})
  66. -> 0.0499s
  67. -- create_table("custom_fields_types", {:id=>false, :bulk=>true})
  68. -> 0.0506s
  69. -- create_table("custom_options", {:id=>:integer, :bulk=>true})
  70. -> 0.0835s
  71. -- create_table("custom_values", {:id=>:integer, :bulk=>true})
  72. -> 0.2178s
  73. -- create_table("changesets", {:id=>:integer, :bulk=>true})
  74. -> 0.3196s
  75. -- create_table("changesets_work_packages", {:id=>false, :bulk=>true})
  76. -> 0.0331s
  77. -- create_table("journals", {:id=>:integer, :bulk=>true})
  78. -> 0.3685s
  79. -- create_table("work_package_journals", {:id=>:integer, :bulk=>true})
  80. -> 0.1086s
  81. -- create_table("message_journals", {:id=>:integer, :bulk=>true})
  82. -> 0.1340s
  83. -- create_table("news_journals", {:id=>:integer, :bulk=>true})
  84. -> 0.1091s
  85. -- create_table("wiki_content_journals", {:id=>:integer, :bulk=>true})
  86. -> 0.1253s
  87. -- create_table("time_entry_journals", {:id=>:integer, :bulk=>true})
  88. -> 0.1257s
  89. -- create_table("changeset_journals", {:id=>:integer, :bulk=>true})
  90. -> 0.1500s
  91. -- create_table("attachment_journals", {:id=>:integer, :bulk=>true})
  92. -> 0.1594s
  93. -- create_table("attachable_journals", {:id=>:integer, :bulk=>true})
  94. -> 0.1350s
  95. -- create_table("customizable_journals", {:id=>:integer, :bulk=>true})
  96. -> 0.1674s
  97. -- create_table("comments", {:id=>:integer, :bulk=>true})
  98. -> 0.1758s
  99. -- create_table("changes", {:id=>:integer, :bulk=>true})
  100. -> 0.1086s
  101. -- create_table("repositories", {:id=>:integer, :bulk=>true})
  102. -> 0.1589s
  103. -- create_table("enumerations", {:id=>:integer, :bulk=>true})
  104. -> 0.1843s
  105. -- create_table("roles", {:id=>:integer, :bulk=>true})
  106. -> 0.0420s
  107. -- create_table("role_permissions", {:id=>:integer, :bulk=>true})
  108. -> 0.1443s
  109. -- create_table("member_roles", {:id=>:integer, :bulk=>true})
  110. -> 0.1651s
  111. -- create_table("members", {:id=>:integer, :bulk=>true})
  112. -> 0.1759s
  113. -- create_table("news", {:id=>:integer, :bulk=>true})
  114. -> 0.2272s
  115. -- create_table("project_types", {:id=>:integer, :bulk=>true})
  116. -> 0.0675s
  117. -- create_table("planning_element_type_colors", {:id=>:integer, :bulk=>true})
  118. -> 0.1169s
  119. -- create_table("reportings", {:id=>:integer, :bulk=>true})
  120. -> 0.2593s
  121. -- create_table("available_project_statuses", {:id=>:integer, :bulk=>true})
  122. -> 0.1981s
  123. -- create_table("project_associations", {:id=>:integer, :bulk=>true})
  124. -> 0.1785s
  125. -- create_table("timelines", {:id=>:integer, :bulk=>true})
  126. -> 0.1508s
  127. -- create_table("projects_types", {:id=>false, :bulk=>true})
  128. -> 0.0749s
  129. -- create_table("queries", {:id=>:integer, :bulk=>true})
  130. -> 0.1760s
  131. -- create_table("types", {:id=>:integer, :bulk=>true})
  132. -> 0.1685s
  133. -- create_table("settings", {:id=>:integer, :bulk=>true})
  134. -> 0.1090s
  135. -- create_table("tokens", {:id=>:integer, :bulk=>true})
  136. -> 0.0842s
  137. -- create_table("user_preferences", {:id=>:integer, :bulk=>true})
  138. -> 0.1587s
  139. -- create_table("user_passwords", {:id=>:integer, :bulk=>true})
  140. -> 0.1337s
  141. -- create_table("versions", {:id=>:integer, :bulk=>true})
  142. -> 0.1926s
  143. -- create_table("watchers", {:id=>:integer, :bulk=>true})
  144. -> 0.2177s
  145. -- create_table("wiki_content_versions", {:id=>:integer, :bulk=>true})
  146. -> 0.1505s
  147. -- create_table("wiki_contents", {:id=>:integer, :bulk=>true})
  148. -> 0.2095s
  149. -- create_table("wiki_pages", {:id=>:integer, :bulk=>true})
  150. -> 0.2688s
  151. -- create_table("wiki_redirects", {:id=>:integer, :bulk=>true})
  152. -> 0.1674s
  153. -- create_table("wikis", {:id=>:integer, :bulk=>true})
  154. -> 0.1420s
  155. -- create_table("workflows", {:id=>:integer, :bulk=>true})
  156. -> 0.2429s
  157. -- create_table("delayed_jobs", {:id=>:integer, :bulk=>true})
  158. -> 0.1170s
  159. -- create_table("menu_items", {:id=>:integer, :bulk=>true})
  160. -> 0.1923s
  161. -- create_table("custom_styles", {:id=>:integer, :bulk=>true})
  162. -> 0.0989s
  163. -- create_table("design_colors", {:id=>:integer, :bulk=>true})
  164. -> 0.1267s
  165. -- create_table("enterprise_tokens", {:id=>:integer, :bulk=>true})
  166. -> 0.0674s
  167. -- create_table("enabled_modules", {:id=>:integer, :bulk=>true})
  168. -> 0.1838s
  169. == 10000000000000 ToV710AggregatedMigrations: migrated (11.5278s) =============
  170.  
  171. Migrating to AggregatedGlobalRolesMigrations (20100528100562)
  172. == 20100528100562 AggregatedGlobalRolesMigrations: migrating ==================
  173. -- add_column(:roles, :type, :string, {:limit=>30, :default=>"Role"})
  174. -> 0.2473s
  175. -- create_table(:principal_roles, {:id=>:integer})
  176. -> 0.0427s
  177. -- add_index(:principal_roles, :role_id)
  178. -> 0.0334s
  179. -- add_index(:principal_roles, :principal_id)
  180. -> 0.0531s
  181. == 20100528100562 AggregatedGlobalRolesMigrations: migrated (0.3794s) =========
  182.  
  183. Migrating to AggregatedMobileOtpMigrations (20120214103300)
  184. == 20120214103300 AggregatedMobileOtpMigrations: migrating ====================
  185. -- add_column(:users, :verified_phone, :string, {})
  186. -> 0.0010s
  187. -- add_column(:users, :unverified_phone, :string, {})
  188. -> 0.0005s
  189. == 20120214103300 AggregatedMobileOtpMigrations: migrated (0.0049s) ===========
  190.  
  191. Migrating to AddDefaultOtpChannelToUser (20130214130336)
  192. == 20130214130336 AddDefaultOtpChannelToUser: migrating =======================
  193. -- add_column(:users, :default_otp_channel, :string, {:default=>"text"})
  194. -> 0.3241s
  195. == 20130214130336 AddDefaultOtpChannelToUser: migrated (0.3243s) ==============
  196.  
  197. Migrating to CreateExportCardConfiguration (20140113132617)
  198. == 20140113132617 CreateExportCardConfiguration: migrating ====================
  199. -- create_table(:export_card_configurations, {:id=>:integer})
  200. -> 0.1313s
  201. == 20140113132617 CreateExportCardConfiguration: migrated (0.1314s) ===========
  202.  
  203. Migrating to AddActiveToExportCardConfigurations (20140129103924)
  204. == 20140129103924 AddActiveToExportCardConfigurations: migrating ==============
  205. -- add_column(:export_card_configurations, :active, :boolean, {:default=>true})
  206. -> 0.0831s
  207. == 20140129103924 AddActiveToExportCardConfigurations: migrated (0.0832s) =====
  208.  
  209. Migrating to AddDescriptionToExportCardConfigurations (20140207134248)
  210. == 20140207134248 AddDescriptionToExportCardConfigurations: migrating =========
  211. -- add_column(:export_card_configurations, :description, :text, {})
  212. -> 0.0011s
  213. == 20140207134248 AddDescriptionToExportCardConfigurations: migrated (0.0012s)
  214.  
  215. Migrating to ChangeDefaultChannel (20160331190036)
  216. == 20160331190036 ChangeDefaultChannel: migrating =============================
  217. -- change_column_default(:users, :default_otp_channel, "sms")
  218. -> 0.0045s
  219. == 20160331190036 ChangeDefaultChannel: migrated (0.0149s) ====================
  220.  
  221. Migrating to AddAttributeHelpTexts (20170703075208)
  222. == 20170703075208 AddAttributeHelpTexts: migrating ============================
  223. -- create_table(:attribute_help_texts, {:id=>:integer})
  224. -> 0.0913s
  225. == 20170703075208 AddAttributeHelpTexts: migrated (0.0914s) ===================
  226.  
  227. Migrating to RemoveAttributeVisibility (20170705134348)
  228. == 20170705134348 RemoveAttributeVisibility: migrating ========================
  229. -- remove_column(:types, :attribute_visibility, :text)
  230. -> 0.0013s
  231. == 20170705134348 RemoveAttributeVisibility: migrated (0.0014s) ===============
  232.  
  233. Migrating to AddTimelineLabelsToQuery (20170818063404)
  234. == 20170818063404 AddTimelineLabelsToQuery: migrating =========================
  235. -- add_column(:queries, :timeline_labels, :text, {})
  236. -> 0.0009s
  237. == 20170818063404 AddTimelineLabelsToQuery: migrated (0.0009s) ================
  238.  
  239. Migrating to GenerateWpClosure (20170829095701)
  240. == 20170829095701 GenerateWpClosure: migrating ================================
  241. -- change_table(:relations, {})
  242. -> 1.2276s
  243. -- remove_column(:relations, :relation_type)
  244. -> 0.0008s
  245. -- remove_column(:work_packages, :parent_id)
  246. -> 0.0007s
  247. -- remove_column(:work_packages, :root_id)
  248. -> 0.0007s
  249. -- remove_column(:work_packages, :lft)
  250. -> 0.0003s
  251. -- remove_column(:work_packages, :rgt)
  252. -> 0.0003s
  253. == 20170829095701 GenerateWpClosure: migrated (1.2355s) =======================
  254.  
  255. Migrating to ModelReorganization (20171023190036)
  256. == 20171023190036 ModelReorganization: migrating ==============================
  257. -- create_table("two_factor_authentication_devices", {:id=>:integer})
  258. -> 0.0937s
  259. -- add_reference(:two_factor_authentication_devices, :user, {:type=>:integer, :foreign_key=>true})
  260. -> 0.0450s
  261. -- change_table("users", {})
  262. -> 0.0012s
  263. == 20171023190036 ModelReorganization: migrated (0.1433s) =====================
  264.  
  265. Migrating to MoveHashedTokenToCore (20171106074835)
  266. == 20171106074835 MoveHashedTokenToCore: migrating ============================
  267. -- rename_table(:tokens, :plaintext_tokens)
  268. -> 0.0071s
  269. -- create_table(:tokens, {:id=>:integer})
  270. -> 0.1643s
  271. == 20171106074835 MoveHashedTokenToCore: migrated (0.1936s) ===================
  272.  
  273. Migrating to AddFulltextToAttachments (20171129145631)
  274. == 20171129145631 AddFulltextToAttachments: migrating =========================
  275. -- add_column(:attachments, :fulltext, :text, {:limit=>4194304})
  276. -> 0.0014s
  277. == 20171129145631 AddFulltextToAttachments: migrated (0.0015s) ================
  278.  
  279. Migrating to AddWebhooks (20171218205557)
  280. == 20171218205557 AddWebhooks: migrating ======================================
  281. -- create_table(:webhooks_webhooks, {:id=>:integer})
  282. -> 0.0994s
  283. -- create_table(:webhooks_events, {:id=>:integer})
  284. -> 0.1237s
  285. -- create_table(:webhooks_projects, {:id=>:integer})
  286. -> 0.1182s
  287. == 20171218205557 AddWebhooks: migrated (0.3417s) =============================
  288.  
  289. Migrating to CreateWebhookLogs (20171219145752)
  290. == 20171219145752 CreateWebhookLogs: migrating ================================
  291. -- create_table(:webhooks_logs, {:id=>:integer})
  292. -> 0.1411s
  293. == 20171219145752 CreateWebhookLogs: migrated (0.1412s) =======================
  294.  
  295. Migrating to RebuildDag (20180105130053)
  296. == 20180105130053 RebuildDag: migrating =======================================
  297. -- index_exists?(:relations, [:hierarchy, :relates, :duplicates, :blocks, :follows, :includes, :requires])
  298. -> 0.0022s
  299. -- add_column(:relations, :count, :integer, {:default=>0, :null=>false})
  300. -> 0.1552s
  301. -- add_index(:relations, [:from_id, :to_id, :hierarchy, :relates, :duplicates, :blocks, :follows, :includes, :requires], {:name=>"index_relations_on_type_columns", :unique=>true})
  302. -> 0.0404s
  303. -- Building the directed acyclic graph of all relations. This might take a while.
  304. -> 0.0036s
  305. -- add_index(:relations, :count, {:where=>"count = 0"})
  306. -> 0.0633s
  307. -- add_index(:relations, [:to_id, :hierarchy, :follows, :from_id], {:name=>"index_relations_hierarchy_follows_scheduling", :where=>" relations.relates = 0\n AND relations.duplicates = 0\n AND relations.blocks = 0\n AND relations.includes = 0\n AND relations.requires = 0\n AND (hierarchy + relates + duplicates + follows + blocks + includes + requires > 0)\n"})
  308. -> 0.0334s
  309. -- add_index(:relations, [:from_id, :to_id, :hierarchy], {:name=>"index_relations_only_hierarchy", :where=>" relations.relates = 0\n AND relations.duplicates = 0\n AND relations.follows = 0\n AND relations.blocks = 0\n AND relations.includes = 0\n AND relations.requires = 0\n"})
  310. -> 0.0333s
  311. -- add_index(:relations, [:to_id, :follows, :from_id], {:name=>"index_relations_to_from_only_follows", :where=>" hierarchy = 0\n AND relates = 0\n AND duplicates = 0\n AND blocks = 0\n AND includes = 0\n AND requires = 0\n"})
  312. -> 0.0502s
  313. -- add_index(:relations, :from_id, {:name=>"index_relations_direct_non_hierarchy", :where=>"(hierarchy + relates + duplicates + follows + blocks + includes + requires = 1) AND relations.hierarchy = 0"})
  314. -> 0.0334s
  315. == 20180105130053 RebuildDag: migrated (0.4187s) ==============================
  316.  
  317. Migrating to VacuumRelations (20180108132929)
  318. == 20180108132929 VacuumRelations: migrating ==================================
  319. == 20180108132929 VacuumRelations: migrated (0.0121s) =========================
  320.  
  321. Migrating to AddHierarchyPaths (20180116065518)
  322. == 20180116065518 AddHierarchyPaths: migrating ================================
  323. -- create_table(:hierarchy_paths, {:id=>:integer})
  324. -> 0.1281s
  325. /app/db/migrate/20180116065518_add_hierarchy_paths.rb:45:in `rescue in block (2 levels) in change': Failed to rebuild hierarchy paths. Call `Relation.rebuild_hierarchy_paths!` manually to correct this: undefined method `rebuild_hierarchy_paths!' for #<Class:0x0000562abf38b590> (StructuredWarnings::StandardWarning)
  326. == 20180116065518 AddHierarchyPaths: migrated (0.1754s) =======================
  327.  
  328. Migrating to RemoveTimelinesAndReportings (20180117065255)
  329. == 20180117065255 RemoveTimelinesAndReportings: migrating =====================
  330. -- drop_table(:timelines)
  331. -> 0.0012s
  332. -- drop_table(:reportings)
  333. -> 0.0010s
  334. -- drop_table(:available_project_statuses)
  335. -> 0.0008s
  336. -- delete(" DELETE FROM enumerations\n WHERE type = 'ReportedProjectStatus'\n")
  337. -> 0.0008s
  338. -> 0 rows
  339. -- remove_column(:project_types, :allows_association)
  340. -> 0.0006s
  341. == 20180117065255 RemoveTimelinesAndReportings: migrated (0.0048s) ============
  342.  
  343. Migrating to AddTsvColumnsToAttachments (20180122135443)
  344. == 20180122135443 AddTsvColumnsToAttachments: migrating =======================
  345. -- add_column(:attachments, :fulltext_tsv, :tsvector, {})
  346. -> 0.0005s
  347. -- add_column(:attachments, :file_tsv, :tsvector, {})
  348. -> 0.0004s
  349. -- add_index(:attachments, :fulltext_tsv, {:using=>"gin"})
  350. -> 0.0021s
  351. -- add_index(:attachments, :file_tsv, {:using=>"gin"})
  352. -> 0.0021s
  353. == 20180122135443 AddTsvColumnsToAttachments: migrated (0.0061s) ==============
  354.  
  355. Migrating to AddCustomActions (20180123092002)
  356. == 20180123092002 AddCustomActions: migrating =================================
  357. -- create_table(:custom_actions, {:id=>:integer})
  358. -> 0.0791s
  359. -- create_table(:custom_actions_statuses, {:id=>:integer})
  360. -> 0.1289s
  361. -- create_table(:custom_actions_roles, {:id=>:integer})
  362. -> 0.1554s
  363. -- create_table(:custom_actions_types, {:id=>:integer})
  364. -> 0.1673s
  365. -- create_table(:custom_actions_projects, {:id=>:integer})
  366. -> 0.1359s
  367. == 20180123092002 AddCustomActions: migrated (0.6671s) ========================
  368.  
  369. Migrating to AddLdapSynchronizedGroups (20180125082205)
  370. == 20180125082205 AddLdapSynchronizedGroups: migrating ========================
  371. -- create_table(:ldap_groups_synchronized_groups, {:id=>:integer})
  372. -> 0.1815s
  373. -- create_table(:ldap_groups_memberships, {:id=>:integer})
  374. -> 0.1506s
  375. == 20180125082205 AddLdapSynchronizedGroups: migrated (0.3324s) ===============
  376.  
  377. Migrating to AddDescriptionToCustomActions (20180213155320)
  378. == 20180213155320 AddDescriptionToCustomActions: migrating ====================
  379. -- add_column(:custom_actions, :description, :text, {})
  380. -> 0.0010s
  381. == 20180213155320 AddDescriptionToCustomActions: migrated (0.0011s) ===========
  382.  
  383. Migrating to AddPositionToCustomAction (20180221151038)
  384. == 20180221151038 AddPositionToCustomAction: migrating ========================
  385. -- add_column(:custom_actions, :position, :integer, {})
  386. -> 0.0010s
  387. == 20180221151038 AddPositionToCustomAction: migrated (0.0430s) ===============
  388.  
  389. Migrating to RemoveWikiContentVersions (20180305130811)
  390. == 20180305130811 RemoveWikiContentVersions: migrating ========================
  391. -- drop_table(:wiki_content_versions)
  392. -> 0.0015s
  393. == 20180305130811 RemoveWikiContentVersions: migrated (0.0016s) ===============
  394.  
  395. Migrating to ToV710AggregatedReportingMigrations (20180323130704)
  396. == 20180323130704 ToV710AggregatedReportingMigrations: migrating ==============
  397. -- create_table("cost_queries", {:id=>:integer})
  398. -> 0.0829s
  399. == 20180323130704 ToV710AggregatedReportingMigrations: migrated (0.0838s) =====
  400.  
  401. Migrating to ToV710AggregatedCostsMigrations (20180323133404)
  402. == 20180323133404 ToV710AggregatedCostsMigrations: migrating ==================
  403. -- create_table("cost_entries", {:id=>:integer})
  404. -> 0.1068s
  405. -- create_table("cost_objects", {:id=>:integer})
  406. -> 0.0754s
  407. -- add_index(:cost_objects, [:project_id, :updated_on])
  408. -> 0.0417s
  409. -- create_table("cost_types", {:id=>:integer})
  410. -> 0.1171s
  411. -- create_table("labor_budget_items", {:id=>:integer})
  412. -> 0.0837s
  413. -- create_table("material_budget_items", {:id=>:integer})
  414. -> 0.1062s
  415. -- create_table("rates", {:id=>:integer})
  416. -> 0.1033s
  417. -- change_table("time_entries", {:id=>:integer})
  418. -> 0.0019s
  419. -- create_table(:cost_object_journals, {:id=>:integer})
  420. -> 0.0817s
  421. -- add_column(:work_packages, :cost_object_id, :integer)
  422. -> 0.0009s
  423. -- add_column(:work_package_journals, :cost_object_id, :integer, {:null=>true})
  424. -> 0.0007s
  425. -- add_column(:time_entry_journals, :overridden_costs, :decimal, {:precision=>15, :scale=>2, :null=>true})
  426. -> 0.0006s
  427. -- add_column(:time_entry_journals, :costs, :decimal, {:precision=>15, :scale=>2, :null=>true})
  428. -> 0.0006s
  429. -- add_column(:time_entry_journals, :rate_id, :integer)
  430. -> 0.0005s
  431. == 20180323133404 ToV710AggregatedCostsMigrations: migrated (0.7234s) =========
  432.  
  433. Migrating to ToV710AggregatedMeetingMigrations (20180323135408)
  434. == 20180323135408 ToV710AggregatedMeetingMigrations: migrating ================
  435. -- create_table("meeting_contents", {:id=>:integer})
  436. -> 0.0993s
  437. -- create_table("meeting_participants", {:id=>:integer})
  438. -> 0.0672s
  439. -- create_table("meetings", {:id=>:integer})
  440. -> 0.1423s
  441. -- create_table(:meeting_journals, {:id=>:integer})
  442. -> 0.0838s
  443. -- create_table(:meeting_content_journals, {:id=>:integer})
  444. -> 0.1088s
  445. == 20180323135408 ToV710AggregatedMeetingMigrations: migrated (0.5042s) =======
  446.  
  447. Migrating to ToV710AggregatedDocumentsMigrations (20180323140208)
  448. == 20180323140208 ToV710AggregatedDocumentsMigrations: migrating ==============
  449. -- create_table("documents", {:id=>:integer})
  450. -> 0.0782s
  451. -- add_index("documents", ["category_id"], {:name=>"index_documents_on_category_id"})
  452. -> 0.0345s
  453. -- add_index("documents", ["created_on"], {:name=>"index_documents_on_created_on"})
  454. -> 0.0514s
  455. -- add_index("documents", ["project_id"], {:name=>"documents_project_id"})
  456. -> 0.0405s
  457. -- create_table(:document_journals, {:id=>:integer})
  458. -> 0.0673s
  459. == 20180323140208 ToV710AggregatedDocumentsMigrations: migrated (0.2735s) =====
  460.  
  461. Migrating to ToV710AggregatedBacklogsMigrations (20180323151208)
  462. == 20180323151208 ToV710AggregatedBacklogsMigrations: migrating ===============
  463. -- create_table("version_settings", {:id=>:integer})
  464. -> 0.0477s
  465. -- add_index("version_settings", ["project_id", "version_id"], {:name=>"index_version_settings_on_project_id_and_version_id"})
  466. -> 0.0599s
  467. -- create_table("done_statuses_for_project", {:id=>false})
  468. -> 0.0010s
  469. -- add_column(:work_packages, :position, :integer)
  470. -> 0.0005s
  471. -- add_column(:work_packages, :story_points, :integer)
  472. -> 0.0004s
  473. -- add_column(:work_packages, :remaining_hours, :float)
  474. -> 0.0004s
  475. -- add_column(:work_package_journals, :story_points, :integer)
  476. -> 0.0004s
  477. -- add_column(:work_package_journals, :remaining_hours, :float)
  478. -> 0.0004s
  479. -- add_index(:work_package_journals, [:fixed_version_id, :status_id, :project_id, :type_id], {:name=>"work_package_journal_on_burndown_attributes"})
  480. -> 0.0451s
  481. == 20180323151208 ToV710AggregatedBacklogsMigrations: migrated (0.1574s) ======
  482.  
  483. Migrating to TimestampForCaching (20180419061910)
  484. == 20180419061910 TimestampForCaching: migrating ==============================
  485. -- change_table("enumerations", {})
  486. -> 0.0016s
  487. -- change_column_null("enumerations", :created_at, false)
  488. -> 0.0007s
  489. -- change_column_null("enumerations", :updated_at, false)
  490. -> 0.0005s
  491. -- change_table("statuses", {})
  492. -> 0.0011s
  493. -- change_column_null("statuses", :created_at, false)
  494. -> 0.0006s
  495. -- change_column_null("statuses", :updated_at, false)
  496. -> 0.0009s
  497. -- change_table("categories", {})
  498. -> 0.0011s
  499. -- change_column_null("categories", :created_at, false)
  500. -> 0.0006s
  501. -- change_column_null("categories", :updated_at, false)
  502. -> 0.0005s
  503. -- change_table("auth_sources", {})
  504. -> 0.0012s
  505. -- change_column_null("auth_sources", :created_at, false)
  506. -> 0.0006s
  507. -- change_column_null("auth_sources", :updated_at, false)
  508. -> 0.0009s
  509. == 20180419061910 TimestampForCaching: migrated (0.0458s) =====================
  510.  
  511. Migrating to AddColorToStatusesAndEnumerations (20180504144320)
  512. == 20180504144320 AddColorToStatusesAndEnumerations: migrating ================
  513. -- change_table(:statuses, {})
  514. -> 0.0484s
  515. -- change_table(:enumerations, {})
  516. -> 0.0416s
  517. == 20180504144320 AddColorToStatusesAndEnumerations: migrated (0.0901s) =======
  518.  
  519. Migrating to RenamePlanningElemntTypeColorsToColors (20180510184732)
  520. == 20180510184732 RenamePlanningElemntTypeColorsToColors: migrating ===========
  521. -- index_name_exists?(:planning_element_type_colors, :timelines_colors_pkey)
  522. -> 0.0012s
  523. -- rename_table(:planning_element_type_colors, :colors)
  524. -> 0.0036s
  525. -- remove_column(:colors, :position)
  526. -> 0.0006s
  527. == 20180510184732 RenamePlanningElemntTypeColorsToColors: migrated (0.0056s) ==
  528.  
  529. Migrating to AddTimestampsToWiki (20180518130559)
  530. == 20180518130559 AddTimestampsToWiki: migrating ==============================
  531. -- add_timestamps(:wikis, {:default=>Thu, 05 Dec 2019 14:37:07 +0000, :precision=>nil})
  532. -> 0.2592s
  533. -- change_column_default(:wikis, :created_at, nil)
  534. -> 0.0025s
  535. -- change_column_default(:wikis, :updated_at, nil)
  536. -> 0.0026s
  537. -- add_column(:wiki_pages, :updated_at, :datetime, {:default=>Thu, 05 Dec 2019 14:37:07 +0000, :null=>false})
  538. -> 0.2539s
  539. -- change_column_default(:wiki_pages, :updated_at, nil)
  540. -> 0.0027s
  541. == 20180518130559 AddTimestampsToWiki: migrated (0.5215s) =====================
  542.  
  543. Migrating to RemoveNonNullContainerOnAttachments (20180524084654)
  544. == 20180524084654 RemoveNonNullContainerOnAttachments: migrating ==============
  545. -- change_column_null(:attachments, :container_id, true)
  546. -> 0.0011s
  547. -- change_column_null(:attachments, :container_type, true)
  548. -> 0.0004s
  549. -- change_column_default(:attachments, :container_id, {:from=>0, :to=>nil})
  550. -> 0.0029s
  551. -- change_column_default(:attachments, :container_type, {:from=>"", :to=>nil})
  552. -> 0.0030s
  553. -- change_column_null(:attachment_journals, :container_id, true)
  554. -> 0.0005s
  555. -- change_column_null(:attachment_journals, :container_type, true)
  556. -> 0.0004s
  557. -- change_column_default(:attachment_journals, :container_id, {:from=>0, :to=>nil})
  558. -> 0.0026s
  559. -- change_column_default(:attachment_journals, :container_type, {:from=>"", :to=>nil})
  560. -> 0.0021s
  561. -- add_column(:attachments, :updated_at, :datetime)
  562. -> 0.0005s
  563. -- rename_column(:attachments, :created_on, :created_at)
  564. -> 0.0048s
  565. == 20180524084654 RemoveNonNullContainerOnAttachments: migrated (0.0203s) =====
  566.  
  567. Migrating to AddConsentTimestampToUser (20180524113516)
  568. == 20180524113516 AddConsentTimestampToUser: migrating ========================
  569. -- add_column(:users, :consented_at, :datetime, {})
  570. -> 0.0011s
  571. == 20180524113516 AddConsentTimestampToUser: migrated (0.0012s) ===============
  572.  
  573. Migrating to ConvertToMarkdown (20180706150714)
  574. == 20180706150714 ConvertToMarkdown: migrating ================================
  575. == 20180706150714 ConvertToMarkdown: migrated (0.0032s) =======================
  576.  
  577. Migrating to RemoveInAggregationFromType (20180717102331)
  578. == 20180717102331 RemoveInAggregationFromType: migrating ======================
  579. -- remove_column(:types, :in_aggregation, :boolean, {:default=>true, :null=>false})
  580. -> 0.0007s
  581. == 20180717102331 RemoveInAggregationFromType: migrated (0.0008s) =============
  582.  
  583. Migrating to RemoveResponsibleAndTypeFromProject (20180801072018)
  584. == 20180801072018 RemoveResponsibleAndTypeFromProject: migrating ==============
  585. -- remove_belongs_to(:projects, :responsible)
  586. -> 0.0008s
  587. -- remove_belongs_to(:projects, :work_packages_responsible)
  588. -> 0.0005s
  589. -- remove_belongs_to(:projects, :project_type)
  590. -> 0.0004s
  591. -- drop_table(:project_types)
  592. -> 0.0010s
  593. == 20180801072018 RemoveResponsibleAndTypeFromProject: migrated (0.0029s) =====
  594.  
  595. Migrating to MigrateLightBackgroundThemes (20180830120550)
  596. == 20180830120550 MigrateLightBackgroundThemes: migrating =====================
  597. == 20180830120550 MigrateLightBackgroundThemes: migrated (0.0089s) ============
  598.  
  599. Migrating to AddHighlightingToQuery (20180903110212)
  600. == 20180903110212 AddHighlightingToQuery: migrating ===========================
  601. -- add_column(:queries, :highlighting_mode, :text)
  602. -> 0.0009s
  603. == 20180903110212 AddHighlightingToQuery: migrated (0.0010s) ==================
  604.  
  605. Migrating to AddHighlightedAttributesToQuery (20180924141838)
  606. == 20180924141838 AddHighlightedAttributesToQuery: migrating ==================
  607. -- add_column(:queries, :highlighted_attributes, :text)
  608. -> 0.0008s
  609. == 20180924141838 AddHighlightedAttributesToQuery: migrated (0.0008s) =========
  610.  
  611. Migrating to AddReadOnlyToStatuses (20181101132712)
  612. == 20181101132712 AddReadOnlyToStatuses: migrating ============================
  613. -- add_column(:statuses, :is_readonly, :boolean, {:default=>false})
  614. -> 0.2445s
  615. == 20181101132712 AddReadOnlyToStatuses: migrated (0.2446s) ===================
  616.  
  617. Migrating to CreateDoorkeeperTables (20181112125034)
  618. == 20181112125034 CreateDoorkeeperTables: migrating ===========================
  619. -- create_table(:oauth_applications, {})
  620. -> 0.0858s
  621. -- add_foreign_key(:oauth_applications, :users, {:column=>:owner_id, :on_delete=>:nullify})
  622. -> 0.0029s
  623. -- add_foreign_key(:oauth_applications, :users, {:column=>:client_credentials_user_id, :on_delete=>:nullify})
  624. -> 0.0020s
  625. -- add_index(:oauth_applications, :uid, {:unique=>true})
  626. -> 0.0365s
  627. -- add_index(:oauth_applications, [:owner_id, :owner_type])
  628. -> 0.0335s
  629. -- create_table(:oauth_access_grants, {})
  630. -> 0.1689s
  631. -- add_index(:oauth_access_grants, :token, {:unique=>true})
  632. -> 0.0336s
  633. -- add_foreign_key(:oauth_access_grants, :oauth_applications, {:column=>:application_id})
  634. -> 0.0031s
  635. -- create_table(:oauth_access_tokens, {})
  636. -> 0.1977s
  637. -- add_index(:oauth_access_tokens, :token, {:unique=>true})
  638. -> 0.0335s
  639. -- add_index(:oauth_access_tokens, :refresh_token, {:unique=>true})
  640. -> 0.0335s
  641. -- add_foreign_key(:oauth_access_tokens, :oauth_applications, {:column=>:application_id})
  642. -> 0.0019s
  643. -- add_column(:oauth_access_grants, :code_challenge, :string, {:null=>true})
  644. -> 0.0005s
  645. -- add_column(:oauth_access_grants, :code_challenge_method, :string, {:null=>true})
  646. -> 0.0006s
  647. == 20181112125034 CreateDoorkeeperTables: migrated (0.6352s) ==================
  648.  
  649. Migrating to CreateGrid (20181118193730)
  650. == 20181118193730 CreateGrid: migrating =======================================
  651. -- create_table(:grids, {})
  652. -> 0.1653s
  653. -- create_table(:grid_widgets, {})
  654. -> 0.1004s
  655. == 20181118193730 CreateGrid: migrated (0.2660s) ==============================
  656.  
  657. Migrating to CreateOrderedWorkPackages (20181121174153)
  658. == 20181121174153 CreateOrderedWorkPackages: migrating ========================
  659. -- create_table(:ordered_work_packages, {})
  660. -> 0.1668s
  661. == 20181121174153 CreateOrderedWorkPackages: migrated (0.1669s) ===============
  662.  
  663. Migrating to RemoveAccessibilityMode (20190124081710)
  664. == 20190124081710 RemoveAccessibilityMode: migrating ==========================
  665. -- remove_column(:user_preferences, :impaired)
  666. -> 0.0012s
  667. -- delete(" DELETE FROM settings\n WHERE name = 'accessibility_mode_for_anonymous'\n")
  668. -> 0.0006s
  669. -> 0 rows
  670. == 20190124081710 RemoveAccessibilityMode: migrated (0.0019s) =================
  671.  
  672. Migrating to AddProjectToGrid (20190129083842)
  673. == 20190129083842 AddProjectToGrid: migrating =================================
  674. -- change_table(:grids, {})
  675. -> 0.0498s
  676. == 20190129083842 AddProjectToGrid: migrated (0.0499s) ========================
  677.  
  678. Migrating to AddOptionsToGrid (20190205090102)
  679. == 20190205090102 AddOptionsToGrid: migrating =================================
  680. -- change_table(:grids, {})
  681. -> 0.0012s
  682. == 20190205090102 AddOptionsToGrid: migrated (0.0013s) ========================
  683.  
  684. Migrating to AddHiddenToQueries (20190207155607)
  685. == 20190207155607 AddHiddenToQueries: migrating ===============================
  686. -- add_column(:queries, :hidden, :boolean, {:default=>false})
  687. -> 0.2188s
  688. == 20190207155607 AddHiddenToQueries: migrated (0.2189s) ======================
  689.  
  690. Migrating to MigrateMyPageLayout (20190220080647)
  691. == 20190220080647 MigrateMyPageLayout: migrating ==============================
  692. == 20190220080647 MigrateMyPageLayout: migrated (0.0184s) =====================
  693.  
  694. Migrating to AddTlsModeToAuthSources (20190227163226)
  695. == 20190227163226 AddTlsModeToAuthSources: migrating ==========================
  696. -- add_column(:auth_sources, :tls_mode, :integer, {:default=>0, :null=>false})
  697. -> 0.1337s
  698. -- remove_column(:auth_sources, :tls, :boolean, {:default=>false, :null=>false})
  699. -> 0.0006s
  700. == 20190227163226 AddTlsModeToAuthSources: migrated (0.2024s) =================
  701.  
  702. Migrating to RemoveHierarchyPaths (20190301122554)
  703. == 20190301122554 RemoveHierarchyPaths: migrating =============================
  704. == AddHierarchyPaths: reverting ==============================================
  705. -- drop_table(:hierarchy_paths, {:id=>:integer})
  706. -> 0.0017s
  707. == AddHierarchyPaths: reverted (0.0068s) =====================================
  708.  
  709. == 20190301122554 RemoveHierarchyPaths: migrated (0.0150s) ====================
  710.  
  711. Migrating to RenameBoardsToForums (20190312083304)
  712. == 20190312083304 RenameBoardsToForums: migrating =============================
  713. -- create_table("forums", {:id=>:integer, :bulk=>true})
  714. -> 0.1939s
  715. -- execute("INSERT INTO forums SELECT * FROM boards")
  716. -> 0.0011s
  717. -- rename_column(:messages, :board_id, :forum_id)
  718. -> 0.0075s
  719. -- rename_column(:message_journals, :board_id, :forum_id)
  720. -> 0.0030s
  721. -- drop_table(:boards)
  722. -> 0.0017s
  723. == 20190312083304 RenameBoardsToForums: migrated (0.2392s) ====================
  724.  
  725. Migrating to SetTimelineAutoZoom (20190411122815)
  726. == 20190411122815 SetTimelineAutoZoom: migrating ==============================
  727. -- change_column_default(:queries, :timeline_zoom_level, 5)
  728. -> 0.0025s
  729. == 20190411122815 SetTimelineAutoZoom: migrated (0.0037s) =====================
  730.  
  731. Migrating to EnsurePostgresIndexNames (20190502102512)
  732. == 20190502102512 EnsurePostgresIndexNames: migrating =========================
  733. == 20190502102512 EnsurePostgresIndexNames: migrated (0.0041s) ================
  734.  
  735. Migrating to AddBoardViewToRoles (20190507132517)
  736. == 20190507132517 AddBoardViewToRoles: migrating ==============================
  737. == 20190507132517 AddBoardViewToRoles: migrated (0.0233s) =====================
  738.  
  739. Migrating to AddDefaultDescriptionToTypes (20190509071101)
  740. == 20190509071101 AddDefaultDescriptionToTypes: migrating =====================
  741. -- add_column(:types, :description, :text)
  742. -> 0.0009s
  743. == 20190509071101 AddDefaultDescriptionToTypes: migrated (0.0009s) ============
  744.  
  745. Migrating to SetManageBoardPermission (20190527095959)
  746. == 20190527095959 SetManageBoardPermission: migrating =========================
  747. == 20190527095959 SetManageBoardPermission: migrated (0.0034s) ================
  748.  
  749. Migrating to SetAssignVersionsPermission (20190603060951)
  750. == 20190603060951 SetAssignVersionsPermission: migrating ======================
  751. == 20190603060951 SetAssignVersionsPermission: migrated (0.0026s) =============
  752.  
  753. Migrating to FixAvailableLanguages (20190618115620)
  754. == 20190618115620 FixAvailableLanguages: migrating ============================
  755. == 20190618115620 FixAvailableLanguages: migrated (0.0146s) ===================
  756.  
  757. Migrating to AddTimestampsToQuery (20190619143049)
  758. == 20190619143049 AddTimestampsToQuery: migrating =============================
  759. -- add_column(:queries, :created_at, :datetime)
  760. -> 0.0010s
  761. -- add_column(:queries, :updated_at, :datetime)
  762. -> 0.0004s
  763. -- add_index(:queries, :updated_at)
  764. -> 0.0526s
  765. == 20190619143049 AddTimestampsToQuery: migrated (0.0542s) ====================
  766.  
  767. Migrating to RenameMyPageWidgets (20190710132957)
  768. == 20190710132957 RenameMyPageWidgets: migrating ==============================
  769. == 20190710132957 RenameMyPageWidgets: migrated (0.0209s) =====================
  770.  
  771. Migrating to AddDisplayRepresentationToQuery (20190716071941)
  772. == 20190716071941 AddDisplayRepresentationToQuery: migrating ==================
  773. -- add_column(:queries, :display_representation, :text)
  774. -> 0.0013s
  775. == 20190716071941 AddDisplayRepresentationToQuery: migrated (0.0016s) =========
  776.  
  777. Migrating to AddDerivedEstimatedHoursToWorkPackages (20190722082648)
  778. == 20190722082648 AddDerivedEstimatedHoursToWorkPackages: migrating ===========
  779. -- add_column(:work_packages, :derived_estimated_hours, :float)
  780. -> 0.0008s
  781. -- add_column(:work_package_journals, :derived_estimated_hours, :float)
  782. -> 0.0005s
  783. == 20190722082648 AddDerivedEstimatedHoursToWorkPackages: migrated (0.1158s) ==
  784.  
  785. Migrating to AddJournalVersionsTable (20190724093332)
  786. == 20190724093332 AddJournalVersionsTable: migrating ==========================
  787. -- create_table(:journal_versions, {})
  788. -> 0.1388s
  789. == 20190724093332 AddJournalVersionsTable: migrated (0.1400s) =================
  790.  
  791. Migrating to MyProjectPageToGrid (20190826083604)
  792. == 20190826083604 MyProjectPageToGrid: migrating ==============================
  793. == 20190826083604 MyProjectPageToGrid: migrated (0.0011s) =====================
  794.  
  795. Migrating to AddRecaptchaEntries (20190905130336)
  796. == 20190905130336 AddRecaptchaEntries: migrating ==============================
  797. -- create_table(:recaptcha_entries, {:id=>:integer})
  798. -> 0.0725s
  799. == 20190905130336 AddRecaptchaEntries: migrated (0.0726s) =====================
  800.  
  801. Migrating to CleanCustomValues (20190920102446)
  802. == 20190920102446 CleanCustomValues: migrating ================================
  803. == 20190920102446 CleanCustomValues: migrated (0.0149s) =======================
  804.  
  805. Migrating to AddProjectStatusReporting (20190923111902)
  806. == 20190923111902 AddProjectStatusReporting: migrating ========================
  807. -- create_table(:project_statuses)
  808. -> 0.1065s
  809. == 20190923111902 AddProjectStatusReporting: migrated (0.1066s) ===============
  810.  
  811. Migrating to SimplifyProjectActiveAndTimestamp (20190923123858)
  812. == 20190923123858 SimplifyProjectActiveAndTimestamp: migrating ================
  813. -- change_table(:projects)
  814. -> 0.0116s
  815. -- add_column(:projects, :active, :boolean, {:default=>true, :index=>true, :null=>false})
  816. -> 0.2207s
  817. -- remove_column(:projects, :status)
  818. -> 0.0016s
  819. == 20190923123858 SimplifyProjectActiveAndTimestamp: migrated (0.2453s) =======
  820.  
  821. Migrating to MakeSystemUserActive (20191106132533)
  822. == 20191106132533 MakeSystemUserActive: migrating =============================
  823. == 20191106132533 MakeSystemUserActive: migrated (0.0015s) ====================
  824.  
  825. Migrating to FixSystemUserStatus (20191112111040)
  826. == 20191112111040 FixSystemUserStatus: migrating ==============================
  827. == 20191112111040 FixSystemUserStatus: migrated (0.0065s) =====================
  828.  
  829. *** Seeding for locale: 'en'
  830. *** Seeding basic data for standard edition
  831. ↳ BuiltinRolesSeeder
  832. ↳ RoleSeeder
  833. ↳ ActivitySeeder
  834. ↳ ColorSeeder
  835. ↳ ColorSchemeSeeder
  836. ↳ WorkflowSeeder
  837. ↳ Types
  838. ↳ Statuses
  839. ↳ PrioritySeeder
  840. ↳ SettingSeeder
  841. Loading discovered seeders:
  842. ↳ SettingSeeder
  843. ↳ EnumerationsSeeder
  844. *** Seeding admin user
  845. *** Seeding demo data
  846. ↳ GroupSeeder
  847. ↳ Creating groups
  848. ↳ AttributeHelpTextSeeder
  849. ↳ Creating attribute help texts
  850. ↳ GlobalQuerySeeder
  851. ↳ Creating global queries
  852. ↳ ProjectSeeder
  853. ↳ Creating demo-project project...
  854. -Creating/Resetting project
  855. -Setting project status.
  856. -Setting members.
  857. -Creating news.
  858. -Assigning types.
  859. -Creating categories
  860. -Creating versions.
  861. -Creating queries.
  862. -WikiSeeder
  863. ↳ Creating wikis...
  864. -CustomFieldSeeder
  865. ↳ Creating custom fields...
  866. -WorkPackageSeeder
  867. ↳ Creating work_packages.[ActiveJob] [EnqueueWorkPackageNotificationJob] [a0ce9443-9c52-4fa1-9403-3d10af6f5c40] Performing EnqueueWorkPackageNotificationJob (Job ID: a0ce9443-9c52-4fa1-9403-3d10af6f5c40) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 5, true
  868. [ActiveJob] [EnqueueWorkPackageNotificationJob] [a0ce9443-9c52-4fa1-9403-3d10af6f5c40] Performed EnqueueWorkPackageNotificationJob (Job ID: a0ce9443-9c52-4fa1-9403-3d10af6f5c40) from DelayedJob(default) in 31.81ms
  869. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: a0ce9443-9c52-4fa1-9403-3d10af6f5c40) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 5, true
  870. Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name.
  871. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [62876087-a851-471b-b671-2ae41df3405c] Performing EnqueueWorkPackageNotificationJob (Job ID: 62876087-a851-471b-b671-2ae41df3405c) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 6, true
  872. [ActiveJob] [EnqueueWorkPackageNotificationJob] [62876087-a851-471b-b671-2ae41df3405c] Performed EnqueueWorkPackageNotificationJob (Job ID: 62876087-a851-471b-b671-2ae41df3405c) from DelayedJob(default) in 26.15ms
  873. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 62876087-a851-471b-b671-2ae41df3405c) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 6, true
  874. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [1966f0cc-d882-423d-9daa-2d96ae855d95] Performing EnqueueWorkPackageNotificationJob (Job ID: 1966f0cc-d882-423d-9daa-2d96ae855d95) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 7, true
  875. [ActiveJob] [EnqueueWorkPackageNotificationJob] [1966f0cc-d882-423d-9daa-2d96ae855d95] Performed EnqueueWorkPackageNotificationJob (Job ID: 1966f0cc-d882-423d-9daa-2d96ae855d95) from DelayedJob(default) in 15.01ms
  876. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 1966f0cc-d882-423d-9daa-2d96ae855d95) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 7, true
  877. [ActiveJob] [EnqueueWorkPackageNotificationJob] [b95bf35f-e371-424c-a2d7-9b3ac8f410b2] Performing EnqueueWorkPackageNotificationJob (Job ID: b95bf35f-e371-424c-a2d7-9b3ac8f410b2) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 9, true
  878. [ActiveJob] [EnqueueWorkPackageNotificationJob] [b95bf35f-e371-424c-a2d7-9b3ac8f410b2] Performed EnqueueWorkPackageNotificationJob (Job ID: b95bf35f-e371-424c-a2d7-9b3ac8f410b2) from DelayedJob(default) in 16.1ms
  879. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: b95bf35f-e371-424c-a2d7-9b3ac8f410b2) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 9, true
  880. [ActiveJob] [EnqueueWorkPackageNotificationJob] [deeeca39-e5a4-496f-94c4-64460c968cd3] Performing EnqueueWorkPackageNotificationJob (Job ID: deeeca39-e5a4-496f-94c4-64460c968cd3) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 10, true
  881. [ActiveJob] [EnqueueWorkPackageNotificationJob] [deeeca39-e5a4-496f-94c4-64460c968cd3] Performed EnqueueWorkPackageNotificationJob (Job ID: deeeca39-e5a4-496f-94c4-64460c968cd3) from DelayedJob(default) in 18.08ms
  882. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: deeeca39-e5a4-496f-94c4-64460c968cd3) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 10, true
  883. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [4ad235cb-7ae9-44de-bc62-eeadfc6336da] Performing EnqueueWorkPackageNotificationJob (Job ID: 4ad235cb-7ae9-44de-bc62-eeadfc6336da) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 11, true
  884. [ActiveJob] [EnqueueWorkPackageNotificationJob] [4ad235cb-7ae9-44de-bc62-eeadfc6336da] Performed EnqueueWorkPackageNotificationJob (Job ID: 4ad235cb-7ae9-44de-bc62-eeadfc6336da) from DelayedJob(default) in 15.15ms
  885. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 4ad235cb-7ae9-44de-bc62-eeadfc6336da) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 11, true
  886. [ActiveJob] [EnqueueWorkPackageNotificationJob] [08f19381-9d16-4d05-b4de-3dc58dd1e45e] Performing EnqueueWorkPackageNotificationJob (Job ID: 08f19381-9d16-4d05-b4de-3dc58dd1e45e) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 13, true
  887. [ActiveJob] [EnqueueWorkPackageNotificationJob] [08f19381-9d16-4d05-b4de-3dc58dd1e45e] Performed EnqueueWorkPackageNotificationJob (Job ID: 08f19381-9d16-4d05-b4de-3dc58dd1e45e) from DelayedJob(default) in 15.99ms
  888. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 08f19381-9d16-4d05-b4de-3dc58dd1e45e) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 13, true
  889. [ActiveJob] [EnqueueWorkPackageNotificationJob] [28a96dfe-66d9-4dcc-b668-89aaf4032d77] Performing EnqueueWorkPackageNotificationJob (Job ID: 28a96dfe-66d9-4dcc-b668-89aaf4032d77) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 14, true
  890. [ActiveJob] [EnqueueWorkPackageNotificationJob] [28a96dfe-66d9-4dcc-b668-89aaf4032d77] Performed EnqueueWorkPackageNotificationJob (Job ID: 28a96dfe-66d9-4dcc-b668-89aaf4032d77) from DelayedJob(default) in 17.37ms
  891. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 28a96dfe-66d9-4dcc-b668-89aaf4032d77) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 14, true
  892. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [e4752c04-9d0e-46bf-ab2f-600f7222a1db] Performing EnqueueWorkPackageNotificationJob (Job ID: e4752c04-9d0e-46bf-ab2f-600f7222a1db) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 15, true
  893. [ActiveJob] [EnqueueWorkPackageNotificationJob] [e4752c04-9d0e-46bf-ab2f-600f7222a1db] Performed EnqueueWorkPackageNotificationJob (Job ID: e4752c04-9d0e-46bf-ab2f-600f7222a1db) from DelayedJob(default) in 16.9ms
  894. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: e4752c04-9d0e-46bf-ab2f-600f7222a1db) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 15, true
  895. [ActiveJob] [EnqueueWorkPackageNotificationJob] [b2c420b5-79a2-41bc-ab90-5bb0e8100b33] Performing EnqueueWorkPackageNotificationJob (Job ID: b2c420b5-79a2-41bc-ab90-5bb0e8100b33) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 17, true
  896. [ActiveJob] [EnqueueWorkPackageNotificationJob] [b2c420b5-79a2-41bc-ab90-5bb0e8100b33] Performed EnqueueWorkPackageNotificationJob (Job ID: b2c420b5-79a2-41bc-ab90-5bb0e8100b33) from DelayedJob(default) in 15.7ms
  897. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: b2c420b5-79a2-41bc-ab90-5bb0e8100b33) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 17, true
  898. [ActiveJob] [EnqueueWorkPackageNotificationJob] [5aedd5ba-f311-43d4-88e4-963ac4cc567f] Performing EnqueueWorkPackageNotificationJob (Job ID: 5aedd5ba-f311-43d4-88e4-963ac4cc567f) from DelayedJob(default) enqueued at 2019-12-05T14:37:26Z with arguments: 18, true
  899. [ActiveJob] [EnqueueWorkPackageNotificationJob] [5aedd5ba-f311-43d4-88e4-963ac4cc567f] Performed EnqueueWorkPackageNotificationJob (Job ID: 5aedd5ba-f311-43d4-88e4-963ac4cc567f) from DelayedJob(default) in 16.92ms
  900. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 5aedd5ba-f311-43d4-88e4-963ac4cc567f) to DelayedJob(default) at 2019-12-05 14:42:26 UTC with arguments: 18, true
  901. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [ee3aaef5-d1f8-453f-82fc-fc27ee112c19] Performing EnqueueWorkPackageNotificationJob (Job ID: ee3aaef5-d1f8-453f-82fc-fc27ee112c19) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 19, true
  902. [ActiveJob] [EnqueueWorkPackageNotificationJob] [ee3aaef5-d1f8-453f-82fc-fc27ee112c19] Performed EnqueueWorkPackageNotificationJob (Job ID: ee3aaef5-d1f8-453f-82fc-fc27ee112c19) from DelayedJob(default) in 16.64ms
  903. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: ee3aaef5-d1f8-453f-82fc-fc27ee112c19) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 19, true
  904. [ActiveJob] [EnqueueWorkPackageNotificationJob] [ef74e0b5-d99d-497e-8154-0dae658567a4] Performing EnqueueWorkPackageNotificationJob (Job ID: ef74e0b5-d99d-497e-8154-0dae658567a4) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 21, true
  905. [ActiveJob] [EnqueueWorkPackageNotificationJob] [ef74e0b5-d99d-497e-8154-0dae658567a4] Performed EnqueueWorkPackageNotificationJob (Job ID: ef74e0b5-d99d-497e-8154-0dae658567a4) from DelayedJob(default) in 16.85ms
  906. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: ef74e0b5-d99d-497e-8154-0dae658567a4) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 21, true
  907. [ActiveJob] [EnqueueWorkPackageNotificationJob] [2ff947f8-3ae9-45a9-b3c0-77d32ec86d22] Performing EnqueueWorkPackageNotificationJob (Job ID: 2ff947f8-3ae9-45a9-b3c0-77d32ec86d22) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 22, true
  908. [ActiveJob] [EnqueueWorkPackageNotificationJob] [2ff947f8-3ae9-45a9-b3c0-77d32ec86d22] Performed EnqueueWorkPackageNotificationJob (Job ID: 2ff947f8-3ae9-45a9-b3c0-77d32ec86d22) from DelayedJob(default) in 15.61ms
  909. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 2ff947f8-3ae9-45a9-b3c0-77d32ec86d22) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 22, true
  910. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [6b2c10ba-da98-443f-b7a8-9d0015d53c18] Performing EnqueueWorkPackageNotificationJob (Job ID: 6b2c10ba-da98-443f-b7a8-9d0015d53c18) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 23, true
  911. [ActiveJob] [EnqueueWorkPackageNotificationJob] [6b2c10ba-da98-443f-b7a8-9d0015d53c18] Performed EnqueueWorkPackageNotificationJob (Job ID: 6b2c10ba-da98-443f-b7a8-9d0015d53c18) from DelayedJob(default) in 17.73ms
  912. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 6b2c10ba-da98-443f-b7a8-9d0015d53c18) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 23, true
  913. [ActiveJob] [EnqueueWorkPackageNotificationJob] [52935e39-12c2-4283-b5c4-4581d515d628] Performing EnqueueWorkPackageNotificationJob (Job ID: 52935e39-12c2-4283-b5c4-4581d515d628) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 25, true
  914. [ActiveJob] [EnqueueWorkPackageNotificationJob] [52935e39-12c2-4283-b5c4-4581d515d628] Performed EnqueueWorkPackageNotificationJob (Job ID: 52935e39-12c2-4283-b5c4-4581d515d628) from DelayedJob(default) in 15.62ms
  915. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 52935e39-12c2-4283-b5c4-4581d515d628) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 25, true
  916. [ActiveJob] [EnqueueWorkPackageNotificationJob] [e53c753a-176d-4006-bd0a-efcf3804f545] Performing EnqueueWorkPackageNotificationJob (Job ID: e53c753a-176d-4006-bd0a-efcf3804f545) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 26, true
  917. [ActiveJob] [EnqueueWorkPackageNotificationJob] [e53c753a-176d-4006-bd0a-efcf3804f545] Performed EnqueueWorkPackageNotificationJob (Job ID: e53c753a-176d-4006-bd0a-efcf3804f545) from DelayedJob(default) in 14.53ms
  918. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: e53c753a-176d-4006-bd0a-efcf3804f545) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 26, true
  919. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [cd4f9f32-5926-4834-a6a6-914ec8f871d3] Performing EnqueueWorkPackageNotificationJob (Job ID: cd4f9f32-5926-4834-a6a6-914ec8f871d3) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 27, true
  920. [ActiveJob] [EnqueueWorkPackageNotificationJob] [cd4f9f32-5926-4834-a6a6-914ec8f871d3] Performed EnqueueWorkPackageNotificationJob (Job ID: cd4f9f32-5926-4834-a6a6-914ec8f871d3) from DelayedJob(default) in 14.1ms
  921. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: cd4f9f32-5926-4834-a6a6-914ec8f871d3) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 27, true
  922. [ActiveJob] [EnqueueWorkPackageNotificationJob] [6af72271-3f71-4b7c-a0b0-ea9a8d26a2b8] Performing EnqueueWorkPackageNotificationJob (Job ID: 6af72271-3f71-4b7c-a0b0-ea9a8d26a2b8) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 29, true
  923. [ActiveJob] [EnqueueWorkPackageNotificationJob] [6af72271-3f71-4b7c-a0b0-ea9a8d26a2b8] Performed EnqueueWorkPackageNotificationJob (Job ID: 6af72271-3f71-4b7c-a0b0-ea9a8d26a2b8) from DelayedJob(default) in 15.35ms
  924. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 6af72271-3f71-4b7c-a0b0-ea9a8d26a2b8) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 29, true
  925. [ActiveJob] [EnqueueWorkPackageNotificationJob] [fba51857-87b0-40eb-9f84-fca8836fbf06] Performing EnqueueWorkPackageNotificationJob (Job ID: fba51857-87b0-40eb-9f84-fca8836fbf06) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 30, true
  926. [ActiveJob] [EnqueueWorkPackageNotificationJob] [fba51857-87b0-40eb-9f84-fca8836fbf06] Performed EnqueueWorkPackageNotificationJob (Job ID: fba51857-87b0-40eb-9f84-fca8836fbf06) from DelayedJob(default) in 19.05ms
  927. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: fba51857-87b0-40eb-9f84-fca8836fbf06) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 30, true
  928. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [47e44ada-6117-40c0-97e7-83adab4005bc] Performing EnqueueWorkPackageNotificationJob (Job ID: 47e44ada-6117-40c0-97e7-83adab4005bc) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 31, true
  929. [ActiveJob] [EnqueueWorkPackageNotificationJob] [47e44ada-6117-40c0-97e7-83adab4005bc] Performed EnqueueWorkPackageNotificationJob (Job ID: 47e44ada-6117-40c0-97e7-83adab4005bc) from DelayedJob(default) in 24.25ms
  930. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 47e44ada-6117-40c0-97e7-83adab4005bc) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 31, true
  931. [ActiveJob] [EnqueueWorkPackageNotificationJob] [5c934533-31c3-42ce-aa39-3375ed94bf12] Performing EnqueueWorkPackageNotificationJob (Job ID: 5c934533-31c3-42ce-aa39-3375ed94bf12) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 33, true
  932. [ActiveJob] [EnqueueWorkPackageNotificationJob] [5c934533-31c3-42ce-aa39-3375ed94bf12] Performed EnqueueWorkPackageNotificationJob (Job ID: 5c934533-31c3-42ce-aa39-3375ed94bf12) from DelayedJob(default) in 17.26ms
  933. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 5c934533-31c3-42ce-aa39-3375ed94bf12) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 33, true
  934. [ActiveJob] [EnqueueWorkPackageNotificationJob] [401a2a92-cf79-4530-a786-4cf6c3e4a47e] Performing EnqueueWorkPackageNotificationJob (Job ID: 401a2a92-cf79-4530-a786-4cf6c3e4a47e) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 34, true
  935. [ActiveJob] [EnqueueWorkPackageNotificationJob] [401a2a92-cf79-4530-a786-4cf6c3e4a47e] Performed EnqueueWorkPackageNotificationJob (Job ID: 401a2a92-cf79-4530-a786-4cf6c3e4a47e) from DelayedJob(default) in 18.14ms
  936. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 401a2a92-cf79-4530-a786-4cf6c3e4a47e) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 34, true
  937. [ActiveJob] [EnqueueWorkPackageNotificationJob] [740ba2cc-1c4e-41af-b81e-f230cc64fc53] Performing EnqueueWorkPackageNotificationJob (Job ID: 740ba2cc-1c4e-41af-b81e-f230cc64fc53) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 35, true
  938. [ActiveJob] [EnqueueWorkPackageNotificationJob] [740ba2cc-1c4e-41af-b81e-f230cc64fc53] Performed EnqueueWorkPackageNotificationJob (Job ID: 740ba2cc-1c4e-41af-b81e-f230cc64fc53) from DelayedJob(default) in 19.45ms
  939. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 740ba2cc-1c4e-41af-b81e-f230cc64fc53) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 35, true
  940. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [5c5e5546-207e-48e6-94f5-f275d5af92a5] Performing EnqueueWorkPackageNotificationJob (Job ID: 5c5e5546-207e-48e6-94f5-f275d5af92a5) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 36, true
  941. [ActiveJob] [EnqueueWorkPackageNotificationJob] [5c5e5546-207e-48e6-94f5-f275d5af92a5] Performed EnqueueWorkPackageNotificationJob (Job ID: 5c5e5546-207e-48e6-94f5-f275d5af92a5) from DelayedJob(default) in 18.51ms
  942. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 5c5e5546-207e-48e6-94f5-f275d5af92a5) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 36, true
  943. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [44abca36-3e10-4bee-8465-e2fd847f1592] Performing EnqueueWorkPackageNotificationJob (Job ID: 44abca36-3e10-4bee-8465-e2fd847f1592) from DelayedJob(default) enqueued at 2019-12-05T14:37:27Z with arguments: 37, true
  944. [ActiveJob] [EnqueueWorkPackageNotificationJob] [44abca36-3e10-4bee-8465-e2fd847f1592] Performed EnqueueWorkPackageNotificationJob (Job ID: 44abca36-3e10-4bee-8465-e2fd847f1592) from DelayedJob(default) in 17.74ms
  945. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 44abca36-3e10-4bee-8465-e2fd847f1592) to DelayedJob(default) at 2019-12-05 14:42:27 UTC with arguments: 37, true
  946. [ActiveJob] [EnqueueWorkPackageNotificationJob] [2e6810e2-e1a8-4d3e-90d3-72c2196534af] Performing EnqueueWorkPackageNotificationJob (Job ID: 2e6810e2-e1a8-4d3e-90d3-72c2196534af) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 38, true
  947. [ActiveJob] [EnqueueWorkPackageNotificationJob] [2e6810e2-e1a8-4d3e-90d3-72c2196534af] Performed EnqueueWorkPackageNotificationJob (Job ID: 2e6810e2-e1a8-4d3e-90d3-72c2196534af) from DelayedJob(default) in 19.74ms
  948. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 2e6810e2-e1a8-4d3e-90d3-72c2196534af) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 38, true
  949. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [5ac2b1d6-d770-4de7-9b14-6e07aeed8e7f] Performing EnqueueWorkPackageNotificationJob (Job ID: 5ac2b1d6-d770-4de7-9b14-6e07aeed8e7f) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 39, true
  950. [ActiveJob] [EnqueueWorkPackageNotificationJob] [5ac2b1d6-d770-4de7-9b14-6e07aeed8e7f] Performed EnqueueWorkPackageNotificationJob (Job ID: 5ac2b1d6-d770-4de7-9b14-6e07aeed8e7f) from DelayedJob(default) in 17.71ms
  951. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 5ac2b1d6-d770-4de7-9b14-6e07aeed8e7f) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 39, true
  952. [ActiveJob] [EnqueueWorkPackageNotificationJob] [c514b56a-7efa-4db5-b484-b2020c5d08e8] Performing EnqueueWorkPackageNotificationJob (Job ID: c514b56a-7efa-4db5-b484-b2020c5d08e8) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 40, true
  953. [ActiveJob] [EnqueueWorkPackageNotificationJob] [c514b56a-7efa-4db5-b484-b2020c5d08e8] Performed EnqueueWorkPackageNotificationJob (Job ID: c514b56a-7efa-4db5-b484-b2020c5d08e8) from DelayedJob(default) in 16.88ms
  954. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: c514b56a-7efa-4db5-b484-b2020c5d08e8) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 40, true
  955. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [a944ad2b-e89e-4666-b836-3436da7c1343] Performing EnqueueWorkPackageNotificationJob (Job ID: a944ad2b-e89e-4666-b836-3436da7c1343) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 41, true
  956. [ActiveJob] [EnqueueWorkPackageNotificationJob] [a944ad2b-e89e-4666-b836-3436da7c1343] Performed EnqueueWorkPackageNotificationJob (Job ID: a944ad2b-e89e-4666-b836-3436da7c1343) from DelayedJob(default) in 17.14ms
  957. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: a944ad2b-e89e-4666-b836-3436da7c1343) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 41, true
  958. [ActiveJob] [EnqueueWorkPackageNotificationJob] [794143b5-2b5c-4189-9e90-be37ca6208c9] Performing EnqueueWorkPackageNotificationJob (Job ID: 794143b5-2b5c-4189-9e90-be37ca6208c9) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 42, true
  959. [ActiveJob] [EnqueueWorkPackageNotificationJob] [794143b5-2b5c-4189-9e90-be37ca6208c9] Performed EnqueueWorkPackageNotificationJob (Job ID: 794143b5-2b5c-4189-9e90-be37ca6208c9) from DelayedJob(default) in 17.5ms
  960. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 794143b5-2b5c-4189-9e90-be37ca6208c9) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 42, true
  961. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [d6d4aa97-d4dd-43a2-a51e-fcfe4efb1dac] Performing EnqueueWorkPackageNotificationJob (Job ID: d6d4aa97-d4dd-43a2-a51e-fcfe4efb1dac) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 43, true
  962. [ActiveJob] [EnqueueWorkPackageNotificationJob] [d6d4aa97-d4dd-43a2-a51e-fcfe4efb1dac] Performed EnqueueWorkPackageNotificationJob (Job ID: d6d4aa97-d4dd-43a2-a51e-fcfe4efb1dac) from DelayedJob(default) in 18.4ms
  963. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: d6d4aa97-d4dd-43a2-a51e-fcfe4efb1dac) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 43, true
  964. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [c0c3d27a-9a69-4afd-b53d-7c084c3848ed] Performing EnqueueWorkPackageNotificationJob (Job ID: c0c3d27a-9a69-4afd-b53d-7c084c3848ed) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 44, true
  965. [ActiveJob] [EnqueueWorkPackageNotificationJob] [c0c3d27a-9a69-4afd-b53d-7c084c3848ed] Performed EnqueueWorkPackageNotificationJob (Job ID: c0c3d27a-9a69-4afd-b53d-7c084c3848ed) from DelayedJob(default) in 16.01ms
  966. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: c0c3d27a-9a69-4afd-b53d-7c084c3848ed) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 44, true
  967. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [df45f389-1181-4fba-bb30-5d45da593487] Performing EnqueueWorkPackageNotificationJob (Job ID: df45f389-1181-4fba-bb30-5d45da593487) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 45, true
  968. [ActiveJob] [EnqueueWorkPackageNotificationJob] [df45f389-1181-4fba-bb30-5d45da593487] Performed EnqueueWorkPackageNotificationJob (Job ID: df45f389-1181-4fba-bb30-5d45da593487) from DelayedJob(default) in 18.21ms
  969. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: df45f389-1181-4fba-bb30-5d45da593487) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 45, true
  970. [ActiveJob] [EnqueueWorkPackageNotificationJob] [e423280e-cb76-41a4-8553-631fed7ffba7] Performing EnqueueWorkPackageNotificationJob (Job ID: e423280e-cb76-41a4-8553-631fed7ffba7) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 46, true
  971. [ActiveJob] [EnqueueWorkPackageNotificationJob] [e423280e-cb76-41a4-8553-631fed7ffba7] Performed EnqueueWorkPackageNotificationJob (Job ID: e423280e-cb76-41a4-8553-631fed7ffba7) from DelayedJob(default) in 16.12ms
  972. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: e423280e-cb76-41a4-8553-631fed7ffba7) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 46, true
  973. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [d4ed7134-e00c-4834-8865-8e07be6603b5] Performing EnqueueWorkPackageNotificationJob (Job ID: d4ed7134-e00c-4834-8865-8e07be6603b5) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 47, true
  974. [ActiveJob] [EnqueueWorkPackageNotificationJob] [d4ed7134-e00c-4834-8865-8e07be6603b5] Performed EnqueueWorkPackageNotificationJob (Job ID: d4ed7134-e00c-4834-8865-8e07be6603b5) from DelayedJob(default) in 17.71ms
  975. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: d4ed7134-e00c-4834-8865-8e07be6603b5) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 47, true
  976. [ActiveJob] [EnqueueWorkPackageNotificationJob] [d5bb973c-9ab6-49dd-a78f-1554f5e24e07] Performing EnqueueWorkPackageNotificationJob (Job ID: d5bb973c-9ab6-49dd-a78f-1554f5e24e07) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 48, true
  977. [ActiveJob] [EnqueueWorkPackageNotificationJob] [d5bb973c-9ab6-49dd-a78f-1554f5e24e07] Performed EnqueueWorkPackageNotificationJob (Job ID: d5bb973c-9ab6-49dd-a78f-1554f5e24e07) from DelayedJob(default) in 17.79ms
  978. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: d5bb973c-9ab6-49dd-a78f-1554f5e24e07) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 48, true
  979. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [2c09aa39-e283-47d6-b792-f938788bbfe8] Performing EnqueueWorkPackageNotificationJob (Job ID: 2c09aa39-e283-47d6-b792-f938788bbfe8) from DelayedJob(default) enqueued at 2019-12-05T14:37:28Z with arguments: 49, true
  980. [ActiveJob] [EnqueueWorkPackageNotificationJob] [2c09aa39-e283-47d6-b792-f938788bbfe8] Performed EnqueueWorkPackageNotificationJob (Job ID: 2c09aa39-e283-47d6-b792-f938788bbfe8) from DelayedJob(default) in 12.46ms
  981. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 2c09aa39-e283-47d6-b792-f938788bbfe8) to DelayedJob(default) at 2019-12-05 14:42:28 UTC with arguments: 49, true
  982.  
  983. -WorkPackageBoardSeeder
  984. ↳ Creating demo status board
  985. ↳ Creating demo basic board
  986. ↳ Creating scrum-project project...
  987. -Creating/Resetting project
  988. -Setting project status.
  989. -Setting members.
  990. -Creating news.
  991. -Assigning types.
  992. -Creating categories
  993. -Creating versions.
  994. -Creating queries.
  995. -WikiSeeder
  996. ↳ Creating wikis.
  997. -CustomFieldSeeder
  998. ↳ Creating custom fields...
  999. -WorkPackageSeeder
  1000. ↳ Creating work_packages.[ActiveJob] [EnqueueWorkPackageNotificationJob] [6ead1784-7193-4fbf-9165-f86b97c86ed9] Performing EnqueueWorkPackageNotificationJob (Job ID: 6ead1784-7193-4fbf-9165-f86b97c86ed9) from DelayedJob(default) enqueued at 2019-12-05T14:37:29Z with arguments: 53, true
  1001. [ActiveJob] [EnqueueWorkPackageNotificationJob] [6ead1784-7193-4fbf-9165-f86b97c86ed9] Performed EnqueueWorkPackageNotificationJob (Job ID: 6ead1784-7193-4fbf-9165-f86b97c86ed9) from DelayedJob(default) in 15.96ms
  1002. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 6ead1784-7193-4fbf-9165-f86b97c86ed9) to DelayedJob(default) at 2019-12-05 14:42:29 UTC with arguments: 53, true
  1003. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [f2fecf79-db39-4771-81a3-c1e165e863cf] Performing EnqueueWorkPackageNotificationJob (Job ID: f2fecf79-db39-4771-81a3-c1e165e863cf) from DelayedJob(default) enqueued at 2019-12-05T14:37:29Z with arguments: 54, true
  1004. [ActiveJob] [EnqueueWorkPackageNotificationJob] [f2fecf79-db39-4771-81a3-c1e165e863cf] Performed EnqueueWorkPackageNotificationJob (Job ID: f2fecf79-db39-4771-81a3-c1e165e863cf) from DelayedJob(default) in 17.0ms
  1005. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: f2fecf79-db39-4771-81a3-c1e165e863cf) to DelayedJob(default) at 2019-12-05 14:42:29 UTC with arguments: 54, true
  1006. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [7845a7d8-fc8c-491f-9880-42b431936bfb] Performing EnqueueWorkPackageNotificationJob (Job ID: 7845a7d8-fc8c-491f-9880-42b431936bfb) from DelayedJob(default) enqueued at 2019-12-05T14:37:29Z with arguments: 55, true
  1007. [ActiveJob] [EnqueueWorkPackageNotificationJob] [7845a7d8-fc8c-491f-9880-42b431936bfb] Performed EnqueueWorkPackageNotificationJob (Job ID: 7845a7d8-fc8c-491f-9880-42b431936bfb) from DelayedJob(default) in 16.99ms
  1008. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 7845a7d8-fc8c-491f-9880-42b431936bfb) to DelayedJob(default) at 2019-12-05 14:42:29 UTC with arguments: 55, true
  1009. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [1da940ab-3642-48da-a679-1c567be3f118] Performing EnqueueWorkPackageNotificationJob (Job ID: 1da940ab-3642-48da-a679-1c567be3f118) from DelayedJob(default) enqueued at 2019-12-05T14:37:29Z with arguments: 56, true
  1010. [ActiveJob] [EnqueueWorkPackageNotificationJob] [1da940ab-3642-48da-a679-1c567be3f118] Performed EnqueueWorkPackageNotificationJob (Job ID: 1da940ab-3642-48da-a679-1c567be3f118) from DelayedJob(default) in 15.84ms
  1011. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 1da940ab-3642-48da-a679-1c567be3f118) to DelayedJob(default) at 2019-12-05 14:42:29 UTC with arguments: 56, true
  1012. [ActiveJob] [EnqueueWorkPackageNotificationJob] [89cf9966-fd46-481b-8022-0bbb14aa27a5] Performing EnqueueWorkPackageNotificationJob (Job ID: 89cf9966-fd46-481b-8022-0bbb14aa27a5) from DelayedJob(default) enqueued at 2019-12-05T14:37:29Z with arguments: 57, true
  1013. [ActiveJob] [EnqueueWorkPackageNotificationJob] [89cf9966-fd46-481b-8022-0bbb14aa27a5] Performed EnqueueWorkPackageNotificationJob (Job ID: 89cf9966-fd46-481b-8022-0bbb14aa27a5) from DelayedJob(default) in 16.6ms
  1014. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 89cf9966-fd46-481b-8022-0bbb14aa27a5) to DelayedJob(default) at 2019-12-05 14:42:29 UTC with arguments: 57, true
  1015. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [3148b69b-1734-4801-8b30-412bc00be9fc] Performing EnqueueWorkPackageNotificationJob (Job ID: 3148b69b-1734-4801-8b30-412bc00be9fc) from DelayedJob(default) enqueued at 2019-12-05T14:37:29Z with arguments: 58, true
  1016. [ActiveJob] [EnqueueWorkPackageNotificationJob] [3148b69b-1734-4801-8b30-412bc00be9fc] Performed EnqueueWorkPackageNotificationJob (Job ID: 3148b69b-1734-4801-8b30-412bc00be9fc) from DelayedJob(default) in 14.58ms
  1017. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 3148b69b-1734-4801-8b30-412bc00be9fc) to DelayedJob(default) at 2019-12-05 14:42:29 UTC with arguments: 58, true
  1018. [ActiveJob] [EnqueueWorkPackageNotificationJob] [61c69bf6-9573-4967-b357-503a320ea790] Performing EnqueueWorkPackageNotificationJob (Job ID: 61c69bf6-9573-4967-b357-503a320ea790) from DelayedJob(default) enqueued at 2019-12-05T14:37:29Z with arguments: 59, true
  1019. [ActiveJob] [EnqueueWorkPackageNotificationJob] [61c69bf6-9573-4967-b357-503a320ea790] Performed EnqueueWorkPackageNotificationJob (Job ID: 61c69bf6-9573-4967-b357-503a320ea790) from DelayedJob(default) in 15.89ms
  1020. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 61c69bf6-9573-4967-b357-503a320ea790) to DelayedJob(default) at 2019-12-05 14:42:29 UTC with arguments: 59, true
  1021. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [c536980a-baff-4fcc-a137-4eea35d6e3ee] Performing EnqueueWorkPackageNotificationJob (Job ID: c536980a-baff-4fcc-a137-4eea35d6e3ee) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 60, true
  1022. [ActiveJob] [EnqueueWorkPackageNotificationJob] [c536980a-baff-4fcc-a137-4eea35d6e3ee] Performed EnqueueWorkPackageNotificationJob (Job ID: c536980a-baff-4fcc-a137-4eea35d6e3ee) from DelayedJob(default) in 14.69ms
  1023. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: c536980a-baff-4fcc-a137-4eea35d6e3ee) to DelayedJob(default) at 2019-12-05 14:42:29 UTC with arguments: 60, true
  1024. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [ed659c37-0a8c-4ab0-802f-0e8f237160c6] Performing EnqueueWorkPackageNotificationJob (Job ID: ed659c37-0a8c-4ab0-802f-0e8f237160c6) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 61, true
  1025. [ActiveJob] [EnqueueWorkPackageNotificationJob] [ed659c37-0a8c-4ab0-802f-0e8f237160c6] Performed EnqueueWorkPackageNotificationJob (Job ID: ed659c37-0a8c-4ab0-802f-0e8f237160c6) from DelayedJob(default) in 15.49ms
  1026. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: ed659c37-0a8c-4ab0-802f-0e8f237160c6) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 61, true
  1027. [ActiveJob] [EnqueueWorkPackageNotificationJob] [aa7f248a-6bb1-4e1d-b35d-a90af6cdea16] Performing EnqueueWorkPackageNotificationJob (Job ID: aa7f248a-6bb1-4e1d-b35d-a90af6cdea16) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 62, true
  1028. [ActiveJob] [EnqueueWorkPackageNotificationJob] [aa7f248a-6bb1-4e1d-b35d-a90af6cdea16] Performed EnqueueWorkPackageNotificationJob (Job ID: aa7f248a-6bb1-4e1d-b35d-a90af6cdea16) from DelayedJob(default) in 15.9ms
  1029. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: aa7f248a-6bb1-4e1d-b35d-a90af6cdea16) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 62, true
  1030. [ActiveJob] [EnqueueWorkPackageNotificationJob] [26bea782-4981-4126-b2aa-e12ad861a0c6] Performing EnqueueWorkPackageNotificationJob (Job ID: 26bea782-4981-4126-b2aa-e12ad861a0c6) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 63, true
  1031. [ActiveJob] [EnqueueWorkPackageNotificationJob] [26bea782-4981-4126-b2aa-e12ad861a0c6] Performed EnqueueWorkPackageNotificationJob (Job ID: 26bea782-4981-4126-b2aa-e12ad861a0c6) from DelayedJob(default) in 16.05ms
  1032. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 26bea782-4981-4126-b2aa-e12ad861a0c6) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 63, true
  1033. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [f3234c2f-c4c1-485b-aa1f-9c1eaea41875] Performing EnqueueWorkPackageNotificationJob (Job ID: f3234c2f-c4c1-485b-aa1f-9c1eaea41875) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 64, true
  1034. [ActiveJob] [EnqueueWorkPackageNotificationJob] [f3234c2f-c4c1-485b-aa1f-9c1eaea41875] Performed EnqueueWorkPackageNotificationJob (Job ID: f3234c2f-c4c1-485b-aa1f-9c1eaea41875) from DelayedJob(default) in 17.37ms
  1035. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: f3234c2f-c4c1-485b-aa1f-9c1eaea41875) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 64, true
  1036. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [3f3b0465-a5f8-44e3-9375-68a9c6e441b4] Performing EnqueueWorkPackageNotificationJob (Job ID: 3f3b0465-a5f8-44e3-9375-68a9c6e441b4) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 65, true
  1037. [ActiveJob] [EnqueueWorkPackageNotificationJob] [3f3b0465-a5f8-44e3-9375-68a9c6e441b4] Performed EnqueueWorkPackageNotificationJob (Job ID: 3f3b0465-a5f8-44e3-9375-68a9c6e441b4) from DelayedJob(default) in 14.49ms
  1038. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 3f3b0465-a5f8-44e3-9375-68a9c6e441b4) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 65, true
  1039. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [ad71b1d2-f3e0-4547-b6a1-11a5606af00e] Performing EnqueueWorkPackageNotificationJob (Job ID: ad71b1d2-f3e0-4547-b6a1-11a5606af00e) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 66, true
  1040. [ActiveJob] [EnqueueWorkPackageNotificationJob] [ad71b1d2-f3e0-4547-b6a1-11a5606af00e] Performed EnqueueWorkPackageNotificationJob (Job ID: ad71b1d2-f3e0-4547-b6a1-11a5606af00e) from DelayedJob(default) in 16.91ms
  1041. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: ad71b1d2-f3e0-4547-b6a1-11a5606af00e) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 66, true
  1042. [ActiveJob] [EnqueueWorkPackageNotificationJob] [242d03a9-d548-4293-90e4-2462dc075033] Performing EnqueueWorkPackageNotificationJob (Job ID: 242d03a9-d548-4293-90e4-2462dc075033) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 67, true
  1043. [ActiveJob] [EnqueueWorkPackageNotificationJob] [242d03a9-d548-4293-90e4-2462dc075033] Performed EnqueueWorkPackageNotificationJob (Job ID: 242d03a9-d548-4293-90e4-2462dc075033) from DelayedJob(default) in 15.76ms
  1044. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 242d03a9-d548-4293-90e4-2462dc075033) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 67, true
  1045. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [da50abe5-9167-4877-a231-80e7db71b8a3] Performing EnqueueWorkPackageNotificationJob (Job ID: da50abe5-9167-4877-a231-80e7db71b8a3) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 68, true
  1046. [ActiveJob] [EnqueueWorkPackageNotificationJob] [da50abe5-9167-4877-a231-80e7db71b8a3] Performed EnqueueWorkPackageNotificationJob (Job ID: da50abe5-9167-4877-a231-80e7db71b8a3) from DelayedJob(default) in 18.57ms
  1047. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: da50abe5-9167-4877-a231-80e7db71b8a3) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 68, true
  1048. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [1caedae4-7d45-46cc-812e-4bca1d697e66] Performing EnqueueWorkPackageNotificationJob (Job ID: 1caedae4-7d45-46cc-812e-4bca1d697e66) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 69, true
  1049. [ActiveJob] [EnqueueWorkPackageNotificationJob] [1caedae4-7d45-46cc-812e-4bca1d697e66] Performed EnqueueWorkPackageNotificationJob (Job ID: 1caedae4-7d45-46cc-812e-4bca1d697e66) from DelayedJob(default) in 13.34ms
  1050. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 1caedae4-7d45-46cc-812e-4bca1d697e66) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 69, true
  1051. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [40811f78-949b-4927-976e-7f1ad40b856a] Performing EnqueueWorkPackageNotificationJob (Job ID: 40811f78-949b-4927-976e-7f1ad40b856a) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 70, true
  1052. [ActiveJob] [EnqueueWorkPackageNotificationJob] [40811f78-949b-4927-976e-7f1ad40b856a] Performed EnqueueWorkPackageNotificationJob (Job ID: 40811f78-949b-4927-976e-7f1ad40b856a) from DelayedJob(default) in 14.9ms
  1053. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 40811f78-949b-4927-976e-7f1ad40b856a) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 70, true
  1054. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [973b7336-f81d-4ca3-bc6c-beda654fad7d] Performing EnqueueWorkPackageNotificationJob (Job ID: 973b7336-f81d-4ca3-bc6c-beda654fad7d) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 71, true
  1055. [ActiveJob] [EnqueueWorkPackageNotificationJob] [973b7336-f81d-4ca3-bc6c-beda654fad7d] Performed EnqueueWorkPackageNotificationJob (Job ID: 973b7336-f81d-4ca3-bc6c-beda654fad7d) from DelayedJob(default) in 16.96ms
  1056. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 973b7336-f81d-4ca3-bc6c-beda654fad7d) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 71, true
  1057. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [6bc95741-3dc4-4129-84cc-bd64de7be236] Performing EnqueueWorkPackageNotificationJob (Job ID: 6bc95741-3dc4-4129-84cc-bd64de7be236) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 72, true
  1058. [ActiveJob] [EnqueueWorkPackageNotificationJob] [6bc95741-3dc4-4129-84cc-bd64de7be236] Performed EnqueueWorkPackageNotificationJob (Job ID: 6bc95741-3dc4-4129-84cc-bd64de7be236) from DelayedJob(default) in 16.79ms
  1059. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 6bc95741-3dc4-4129-84cc-bd64de7be236) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 72, true
  1060. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [dc452839-7ffe-447d-b541-56ada554a6d0] Performing EnqueueWorkPackageNotificationJob (Job ID: dc452839-7ffe-447d-b541-56ada554a6d0) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 73, true
  1061. [ActiveJob] [EnqueueWorkPackageNotificationJob] [dc452839-7ffe-447d-b541-56ada554a6d0] Performed EnqueueWorkPackageNotificationJob (Job ID: dc452839-7ffe-447d-b541-56ada554a6d0) from DelayedJob(default) in 15.93ms
  1062. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: dc452839-7ffe-447d-b541-56ada554a6d0) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 73, true
  1063. [ActiveJob] [EnqueueWorkPackageNotificationJob] [9a21424f-ba6e-4db4-86a8-0961ef5cfcc1] Performing EnqueueWorkPackageNotificationJob (Job ID: 9a21424f-ba6e-4db4-86a8-0961ef5cfcc1) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 74, true
  1064. [ActiveJob] [EnqueueWorkPackageNotificationJob] [9a21424f-ba6e-4db4-86a8-0961ef5cfcc1] Performed EnqueueWorkPackageNotificationJob (Job ID: 9a21424f-ba6e-4db4-86a8-0961ef5cfcc1) from DelayedJob(default) in 18.43ms
  1065. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 9a21424f-ba6e-4db4-86a8-0961ef5cfcc1) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 74, true
  1066. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [b9e85467-31bc-44c8-9a8f-65a3a3b5e6ee] Performing EnqueueWorkPackageNotificationJob (Job ID: b9e85467-31bc-44c8-9a8f-65a3a3b5e6ee) from DelayedJob(default) enqueued at 2019-12-05T14:37:30Z with arguments: 75, true
  1067. [ActiveJob] [EnqueueWorkPackageNotificationJob] [b9e85467-31bc-44c8-9a8f-65a3a3b5e6ee] Performed EnqueueWorkPackageNotificationJob (Job ID: b9e85467-31bc-44c8-9a8f-65a3a3b5e6ee) from DelayedJob(default) in 16.65ms
  1068. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: b9e85467-31bc-44c8-9a8f-65a3a3b5e6ee) to DelayedJob(default) at 2019-12-05 14:42:30 UTC with arguments: 75, true
  1069. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [ec84285e-668d-43e5-ad58-94b49f44635f] Performing EnqueueWorkPackageNotificationJob (Job ID: ec84285e-668d-43e5-ad58-94b49f44635f) from DelayedJob(default) enqueued at 2019-12-05T14:37:31Z with arguments: 76, true
  1070. [ActiveJob] [EnqueueWorkPackageNotificationJob] [ec84285e-668d-43e5-ad58-94b49f44635f] Performed EnqueueWorkPackageNotificationJob (Job ID: ec84285e-668d-43e5-ad58-94b49f44635f) from DelayedJob(default) in 15.12ms
  1071. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: ec84285e-668d-43e5-ad58-94b49f44635f) to DelayedJob(default) at 2019-12-05 14:42:31 UTC with arguments: 76, true
  1072. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [1bf48016-7d8e-48d0-9ac0-ecbf3c110b73] Performing EnqueueWorkPackageNotificationJob (Job ID: 1bf48016-7d8e-48d0-9ac0-ecbf3c110b73) from DelayedJob(default) enqueued at 2019-12-05T14:37:31Z with arguments: 77, true
  1073. [ActiveJob] [EnqueueWorkPackageNotificationJob] [1bf48016-7d8e-48d0-9ac0-ecbf3c110b73] Performed EnqueueWorkPackageNotificationJob (Job ID: 1bf48016-7d8e-48d0-9ac0-ecbf3c110b73) from DelayedJob(default) in 14.46ms
  1074. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 1bf48016-7d8e-48d0-9ac0-ecbf3c110b73) to DelayedJob(default) at 2019-12-05 14:42:31 UTC with arguments: 77, true
  1075. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [c737fa12-d6fa-4b29-ab19-bbcb71cd7ca8] Performing EnqueueWorkPackageNotificationJob (Job ID: c737fa12-d6fa-4b29-ab19-bbcb71cd7ca8) from DelayedJob(default) enqueued at 2019-12-05T14:37:31Z with arguments: 78, true
  1076. [ActiveJob] [EnqueueWorkPackageNotificationJob] [c737fa12-d6fa-4b29-ab19-bbcb71cd7ca8] Performed EnqueueWorkPackageNotificationJob (Job ID: c737fa12-d6fa-4b29-ab19-bbcb71cd7ca8) from DelayedJob(default) in 15.64ms
  1077. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: c737fa12-d6fa-4b29-ab19-bbcb71cd7ca8) to DelayedJob(default) at 2019-12-05 14:42:31 UTC with arguments: 78, true
  1078. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [51b99f5e-88d2-4784-906b-40b47c22261e] Performing EnqueueWorkPackageNotificationJob (Job ID: 51b99f5e-88d2-4784-906b-40b47c22261e) from DelayedJob(default) enqueued at 2019-12-05T14:37:31Z with arguments: 79, true
  1079. [ActiveJob] [EnqueueWorkPackageNotificationJob] [51b99f5e-88d2-4784-906b-40b47c22261e] Performed EnqueueWorkPackageNotificationJob (Job ID: 51b99f5e-88d2-4784-906b-40b47c22261e) from DelayedJob(default) in 16.4ms
  1080. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 51b99f5e-88d2-4784-906b-40b47c22261e) to DelayedJob(default) at 2019-12-05 14:42:31 UTC with arguments: 79, true
  1081. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [92698684-3872-4f4f-9483-988bbe6c0113] Performing EnqueueWorkPackageNotificationJob (Job ID: 92698684-3872-4f4f-9483-988bbe6c0113) from DelayedJob(default) enqueued at 2019-12-05T14:37:31Z with arguments: 80, true
  1082. [ActiveJob] [EnqueueWorkPackageNotificationJob] [92698684-3872-4f4f-9483-988bbe6c0113] Performed EnqueueWorkPackageNotificationJob (Job ID: 92698684-3872-4f4f-9483-988bbe6c0113) from DelayedJob(default) in 16.86ms
  1083. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 92698684-3872-4f4f-9483-988bbe6c0113) to DelayedJob(default) at 2019-12-05 14:42:31 UTC with arguments: 80, true
  1084. .[ActiveJob] [EnqueueWorkPackageNotificationJob] [8879bdd2-2f64-4ed0-9883-96d465ff6a1d] Performing EnqueueWorkPackageNotificationJob (Job ID: 8879bdd2-2f64-4ed0-9883-96d465ff6a1d) from DelayedJob(default) enqueued at 2019-12-05T14:37:31Z with arguments: 81, true
  1085. [ActiveJob] [EnqueueWorkPackageNotificationJob] [8879bdd2-2f64-4ed0-9883-96d465ff6a1d] Performed EnqueueWorkPackageNotificationJob (Job ID: 8879bdd2-2f64-4ed0-9883-96d465ff6a1d) from DelayedJob(default) in 14.36ms
  1086. [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 8879bdd2-2f64-4ed0-9883-96d465ff6a1d) to DelayedJob(default) at 2019-12-05 14:42:31 UTC with arguments: 81, true
  1087.  
  1088. -WorkPackageBoardSeeder
  1089. ↳ Creating demo status board
  1090. ↳ Creating demo basic board
  1091. ↳ Assign groups to projects
  1092. ↳ Update form configuration with global queries
  1093. ↳ Updating settings
  1094. Loading discovered seeders:
  1095. ↳ OverviewSeeder
  1096. *** Seeding Overview
  1097. -Creating overview for Demo project
  1098. -Creating overview for Scrum project
  1099. *** Loading action_view_railtie seed data
  1100. *** Loading active_storage seed data
  1101. *** Loading action_cable_engine seed data
  1102. *** Loading action_mailbox seed data
  1103. *** Loading action_text seed data
  1104. *** Loading doorkeeper_engine seed data
  1105. *** Loading typed_dag_engine seed data
  1106. *** Loading date_validator_engine seed data
  1107. *** Loading ok_computer seed data
  1108. *** Loading bourbon_engine seed data
  1109. *** Loading i18n_js_engine seed data
  1110. *** Loading openproject_translations seed data
  1111. *** Loading openproject_global_roles seed data
  1112. *** Loading openproject_auth_plugins seed data
  1113. *** Loading openproject_auth_saml seed data
  1114. *** Loading openproject_openid_connect seed data
  1115. *** Loading openproject_documents seed data
  1116. *** Loading openproject_xls_export seed data
  1117. *** Loading reportingengine seed data
  1118. *** Loading openproject_costs seed data
  1119. *** Loading openproject_reporting seed data
  1120. *** Loading openproject_meeting seed data
  1121. *** Loading openproject_pdf_export seed data
  1122. *** Loading openproject_backlogs seed data
  1123. *** Loading openproject_avatars seed data
  1124. *** Loading openproject_two_factor_authentication seed data
  1125. *** Loading openproject_webhooks seed data
  1126. *** Loading openproject_github_integration seed data
  1127. *** Loading openproject_ldap_groups seed data
  1128. *** Loading openproject_recaptcha seed data
  1129. *** Loading grids_engine seed data
  1130. *** Loading my_page_engine seed data
  1131. *** Loading dashboards seed data
  1132. *** Loading openproject_boards seed data
  1133. *** Loading overviews seed data
  1134. [ActiveJob] [ExtractFulltextJob] [a043b3ed-80b8-4534-b646-062ebe8f6ef0] Performing ExtractFulltextJob (Job ID: a043b3ed-80b8-4534-b646-062ebe8f6ef0) from DelayedJob(default) enqueued at 2019-12-05T14:37:31Z with arguments: 1
  1135. [ActiveJob] [ExtractFulltextJob] [a043b3ed-80b8-4534-b646-062ebe8f6ef0] Performed ExtractFulltextJob (Job ID: a043b3ed-80b8-4534-b646-062ebe8f6ef0) from DelayedJob(default) in 562.31ms
  1136. [ActiveJob] Enqueued ExtractFulltextJob (Job ID: a043b3ed-80b8-4534-b646-062ebe8f6ef0) to DelayedJob(default) with arguments: 1
  1137. [ActiveJob] [ExtractFulltextJob] [a2c8d39d-2fd9-4398-9a43-7d5ba8bf170a] Performing ExtractFulltextJob (Job ID: a2c8d39d-2fd9-4398-9a43-7d5ba8bf170a) from DelayedJob(default) enqueued at 2019-12-05T14:37:32Z with arguments: 2
  1138. [ActiveJob] [ExtractFulltextJob] [a2c8d39d-2fd9-4398-9a43-7d5ba8bf170a] Performed ExtractFulltextJob (Job ID: a2c8d39d-2fd9-4398-9a43-7d5ba8bf170a) from DelayedJob(default) in 6922.2ms
  1139. [ActiveJob] Enqueued ExtractFulltextJob (Job ID: a2c8d39d-2fd9-4398-9a43-7d5ba8bf170a) to DelayedJob(default) with arguments: 2
  1140. [ActiveJob] [ExtractFulltextJob] [9c6c6daf-b9bb-44dc-b418-7ba30a754189] Performing ExtractFulltextJob (Job ID: 9c6c6daf-b9bb-44dc-b418-7ba30a754189) from DelayedJob(default) enqueued at 2019-12-05T14:37:39Z with arguments: 3
  1141. [ActiveJob] [ExtractFulltextJob] [9c6c6daf-b9bb-44dc-b418-7ba30a754189] Performed ExtractFulltextJob (Job ID: 9c6c6daf-b9bb-44dc-b418-7ba30a754189) from DelayedJob(default) in 2770.62ms
  1142. [ActiveJob] Enqueued ExtractFulltextJob (Job ID: 9c6c6daf-b9bb-44dc-b418-7ba30a754189) to DelayedJob(default) with arguments: 3
  1143. [ActiveJob] [ExtractFulltextJob] [cd68d3b1-cc8f-4564-b206-f857f6152999] Performing ExtractFulltextJob (Job ID: cd68d3b1-cc8f-4564-b206-f857f6152999) from DelayedJob(default) enqueued at 2019-12-05T14:37:42Z with arguments: 4
  1144. [ActiveJob] [ExtractFulltextJob] [cd68d3b1-cc8f-4564-b206-f857f6152999] Performed ExtractFulltextJob (Job ID: cd68d3b1-cc8f-4564-b206-f857f6152999) from DelayedJob(default) in 2263.79ms
  1145. [ActiveJob] Enqueued ExtractFulltextJob (Job ID: cd68d3b1-cc8f-4564-b206-f857f6152999) to DelayedJob(default) with arguments: 4
  1146. [ActiveJob] [ExtractFulltextJob] [bbf9be80-093f-4c70-91dc-68821e11b8ac] Performing ExtractFulltextJob (Job ID: bbf9be80-093f-4c70-91dc-68821e11b8ac) from DelayedJob(default) enqueued at 2019-12-05T14:37:44Z with arguments: 5
  1147. [ActiveJob] [ExtractFulltextJob] [bbf9be80-093f-4c70-91dc-68821e11b8ac] Performed ExtractFulltextJob (Job ID: bbf9be80-093f-4c70-91dc-68821e11b8ac) from DelayedJob(default) in 3595.64ms
  1148. [ActiveJob] Enqueued ExtractFulltextJob (Job ID: bbf9be80-093f-4c70-91dc-68821e11b8ac) to DelayedJob(default) with arguments: 5
  1149. [ActiveJob] [ExtractFulltextJob] [0213a962-9676-49a1-bd05-d17ea0a403a7] Performing ExtractFulltextJob (Job ID: 0213a962-9676-49a1-bd05-d17ea0a403a7) from DelayedJob(default) enqueued at 2019-12-05T14:37:48Z with arguments: 6
  1150. [ActiveJob] [ExtractFulltextJob] [0213a962-9676-49a1-bd05-d17ea0a403a7] Performed ExtractFulltextJob (Job ID: 0213a962-9676-49a1-bd05-d17ea0a403a7) from DelayedJob(default) in 8502.62ms
  1151. [ActiveJob] Enqueued ExtractFulltextJob (Job ID: 0213a962-9676-49a1-bd05-d17ea0a403a7) to DelayedJob(default) with arguments: 6
  1152. [ActiveJob] [ExtractFulltextJob] [6cedb635-cfe0-4d59-ab4c-fccaee4f8998] Performing ExtractFulltextJob (Job ID: 6cedb635-cfe0-4d59-ab4c-fccaee4f8998) from DelayedJob(default) enqueued at 2019-12-05T14:37:56Z with arguments: 7
  1153. [ActiveJob] [ExtractFulltextJob] [6cedb635-cfe0-4d59-ab4c-fccaee4f8998] Performed ExtractFulltextJob (Job ID: 6cedb635-cfe0-4d59-ab4c-fccaee4f8998) from DelayedJob(default) in 11904.38ms
  1154. [ActiveJob] Enqueued ExtractFulltextJob (Job ID: 6cedb635-cfe0-4d59-ab4c-fccaee4f8998) to DelayedJob(default) with arguments: 7
  1155. [ActiveJob] [ExtractFulltextJob] [fd49c154-59d7-41c9-88bf-a38f744d3cb9] Performing ExtractFulltextJob (Job ID: fd49c154-59d7-41c9-88bf-a38f744d3cb9) from DelayedJob(default) enqueued at 2019-12-05T14:38:08Z with arguments: 8
  1156. [ActiveJob] [ExtractFulltextJob] [fd49c154-59d7-41c9-88bf-a38f744d3cb9] Performed ExtractFulltextJob (Job ID: fd49c154-59d7-41c9-88bf-a38f744d3cb9) from DelayedJob(default) in 689.5ms
  1157. [ActiveJob] Enqueued ExtractFulltextJob (Job ID: fd49c154-59d7-41c9-88bf-a38f744d3cb9) to DelayedJob(default) with arguments: 8
  1158. [ActiveJob] [ExtractFulltextJob] [4fbfdcf0-bdf2-4bd8-9cd7-e516d97a28a9] Performing ExtractFulltextJob (Job ID: 4fbfdcf0-bdf2-4bd8-9cd7-e516d97a28a9) from DelayedJob(default) enqueued at 2019-12-05T14:38:09Z with arguments: 9
  1159. [ActiveJob] [ExtractFulltextJob] [4fbfdcf0-bdf2-4bd8-9cd7-e516d97a28a9] Performed ExtractFulltextJob (Job ID: 4fbfdcf0-bdf2-4bd8-9cd7-e516d97a28a9) from DelayedJob(default) in 720.08ms
  1160. [ActiveJob] Enqueued ExtractFulltextJob (Job ID: 4fbfdcf0-bdf2-4bd8-9cd7-e516d97a28a9) to DelayedJob(default) with arguments: 9
  1161. Stopping memcached: memcached.
  1162. Stopping PostgreSQL 9.6 database server: main.
  1163. -----> Database setup finished.
  1164. On first installation, the default admin credentials are login: admin, password: admin
  1165. -----> Launching supervisord...
  1166. 2019-12-05 14:38:11,968 CRIT Supervisor running as root (no user in config file)
  1167. 2019-12-05 14:38:11,977 INFO RPC interface 'supervisor' initialized
  1168. 2019-12-05 14:38:11,977 CRIT Server 'unix_http_server' running without any HTTP authentication checking
  1169. 2019-12-05 14:38:11,977 INFO supervisord started with pid 1
  1170. 2019-12-05 14:38:12,979 INFO spawned: 'postgres' with pid 163
  1171. 2019-12-05 14:38:12,981 INFO spawned: 'apache2' with pid 164
  1172. 2019-12-05 14:38:12,982 INFO spawned: 'web' with pid 165
  1173. 2019-12-05 14:38:12,985 INFO spawned: 'worker' with pid 166
  1174. 2019-12-05 14:38:13,000 INFO spawned: 'postfix' with pid 168
  1175. 2019-12-05 14:38:13,008 INFO spawned: 'memcached' with pid 169
  1176. AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
  1177. 2019-12-05 14:38:13,216 INFO success: postfix entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  1178. 2019-12-05 14:38:13.281 UTC [290] LOG: database system was shut down at 2019-12-05 14:38:11 UTC
  1179. 2019-12-05 14:38:13.336 UTC [290] LOG: MultiXact member wraparound protections are now enabled
  1180. 2019-12-05 14:38:13.340 UTC [163] LOG: database system is ready to accept connections
  1181. 2019-12-05 14:38:13.350 UTC [308] LOG: autovacuum launcher started
  1182. 2019-12-05 14:38:13,407 INFO exited: postfix (exit status 0; expected)
  1183. 2019-12-05 14:38:14,408 INFO success: postgres entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  1184. 2019-12-05 14:38:14,408 INFO success: apache2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  1185. 2019-12-05 14:38:14,409 INFO success: web entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  1186. 2019-12-05 14:38:14,409 INFO success: worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  1187. 2019-12-05 14:38:14,409 INFO success: memcached entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  1188. --> Downloading a Phusion Passenger agent binary for your platform
  1189.  
  1190. --> Installing Nginx 1.15.8 engine
  1191.  
  1192. --------------------------
  1193.  
  1194. [passenger_native_support.so] trying to compile for the current user (app) and Ruby interpreter...
  1195. (set PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY=0 to disable)
  1196. Compilation successful. The logs are here:
  1197. /tmp/passenger_native_support-1er6dg5.log
  1198. [passenger_native_support.so] successfully loaded.
  1199. =============== Phusion Passenger Standalone web server started ===============
  1200. PID file: /app/tmp/pids/passenger.8080.pid
  1201. Log file: /app/log/passenger.8080.log
  1202. Environment: production
  1203. Accessible via: http://0.0.0.0:8080/
  1204.  
  1205. You can stop Phusion Passenger Standalone by pressing Ctrl-C.
  1206. Problems? Check https://www.phusionpassenger.com/library/admin/standalone/troubleshooting/
  1207. ===============================================================================
  1208. [ N 2019-12-05 14:38:19.3785 400/T5 age/Cor/SecurityUpdateChecker.h:519 ]: Security update check: no update found (next check in 24 hours)
  1209. Forcefully loading the application. Use :environment to avoid eager loading.
  1210. hook registered
  1211. Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name.
  1212. App 439 output: hook registered
  1213. App 439 output: Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name.
  1214. [Worker(host:372ccca3d7c7 pid:166)] Starting job worker
  1215. 2019-12-05T14:38:48+0000: [Worker(host:372ccca3d7c7 pid:166)] Starting job worker
  1216. App 488 output: Fork detected, re-connecting child process...
  1217. App 488 output: Failed to create avatar for : Invalid Mail
  1218. App 488 output: Failed to create avatar for : Invalid Mail
  1219. App 488 output: method=HEAD path=/ format=html controller=HomescreenController action=index status=200 duration=499.47 view=231.40 db=125.50 user=3
  1220. App 488 output: Failed to create avatar for : Invalid Mail
  1221. App 488 output: Failed to create avatar for : Invalid Mail
  1222. App 488 output: method=GET path=/ format=html controller=HomescreenController action=index status=200 duration=120.27 view=81.38 db=16.85 user=3
  1223. App 488 output: Scoped order is ignored, it's forced to be batch order.
  1224. App 488 output: Scoped order is ignored, it's forced to be batch order.
  1225. App 488 output: Scoped order is ignored, it's forced to be batch order.
  1226. App 488 output: method=GET path=/highlighting/styles/d8ca0f4a525c318042e34b4ef741dca1522eb0cf2022d03616ac53e71d5842ad.css format=css controller=HighlightingController action=styles status=200 duration=129.99 view=97.30 db=20.16 user=3
  1227. App 488 output: method=POST path=/login format=html controller=AccountController action=login status=200 duration=741.65 view=94.77 db=60.15 user=3
  1228. App 488 output: User admin changed password successfully.
  1229. App 488 output: method=POST path=/account/change_password format=html controller=AccountController action=change_password status=302 duration=866.04 view=0.00 db=51.18 location=http://0.0.0.0:8080/ user=2
  1230. App 488 output: Failed to create avatar for : Invalid Mail
  1231. App 488 output: Failed to create avatar for : Invalid Mail
  1232. App 488 output: method=GET path=/ format=html controller=HomescreenController action=index status=200 duration=102.31 view=67.72 db=24.80 user=2
  1233. App 488 output: method=PATCH path=/user_settings format=html controller=OnboardingController action=user_settings status=302 duration=39.18 view=0.00 db=16.22 location=http://0.0.0.0:8080/ user=2
  1234. App 488 output: Failed to create avatar for : Invalid Mail
  1235. App 488 output: Failed to create avatar for : Invalid Mail
  1236. App 488 output: method=GET path=/ format=html controller=HomescreenController action=index status=200 duration=61.15 view=39.44 db=12.61 user=2
  1237. App 488 output: method=GET path=/admin format=html controller=AdminController action=index status=200 duration=51.06 view=37.52 db=4.54 user=2
  1238. App 488 output: method=GET path=/admin/webhooks format=html controller=Webhooks::Outgoing::AdminController action=index status=200 duration=52.51 view=34.99 db=8.06 user=2
  1239. App 488 output: method=GET path=/admin/webhooks/new format=html controller=Webhooks::Outgoing::AdminController action=new status=200 duration=71.10 view=39.45 db=16.18 user=2
  1240. App 488 output: method=POST path=/admin/webhooks format=html controller=Webhooks::Outgoing::AdminController action=create status=302 duration=51.77 view=0.00 db=30.00 location=http://0.0.0.0:8080/admin/webhooks user=2
  1241. App 488 output: method=GET path=/admin/webhooks format=html controller=Webhooks::Outgoing::AdminController action=index status=200 duration=49.82 view=36.13 db=6.92 user=2
  1242. App 488 output: method=GET path=/projects/level_list.json format=json controller=ProjectsController action=level_list status=200 duration=9.61 view=0.45 db=1.90 user=2
  1243. App 488 output: method=GET path=/projects/demo-project format=html controller=Overviews::OverviewsController action=show status=200 duration=181.11 view=123.48 db=40.97 user=2
  1244. App 488 output: method=GET path=/projects/demo-project format=html controller=Overviews::OverviewsController action=show status=200 duration=68.42 view=44.32 db=13.41 user=2
  1245. App 543 output: Fork detected, re-connecting child process...
  1246. App 561 output: Fork detected, re-connecting child process...
  1247. App 488 output: method=GET path=/projects/demo-project/work_packages format=html controller=WorkPackagesController action=index status=200 duration=146.53 view=90.50 db=46.51 user=2
  1248. App 561 output: [ActiveJob] Enqueued EnqueueWorkPackageNotificationJob (Job ID: 31325d7a-4573-4a6f-b392-8fd7c5981a32) to DelayedJob(default) at 2019-12-05 14:45:49 UTC with arguments: 84, true
  1249. [Worker(host:372ccca3d7c7 pid:166)] Job EnqueueWorkPackageNotificationJob [31325d7a-4573-4a6f-b392-8fd7c5981a32] from DelayedJob(default) with arguments: [84, true] (id=1) (queue=default) RUNNING
  1250. 2019-12-05T14:45:49+0000: [Worker(host:372ccca3d7c7 pid:166)] Job EnqueueWorkPackageNotificationJob [31325d7a-4573-4a6f-b392-8fd7c5981a32] from DelayedJob(default) with arguments: [84, true] (id=1) (queue=default) RUNNING
  1251. [ActiveJob] [EnqueueWorkPackageNotificationJob] [31325d7a-4573-4a6f-b392-8fd7c5981a32] Performing EnqueueWorkPackageNotificationJob (Job ID: 31325d7a-4573-4a6f-b392-8fd7c5981a32) from DelayedJob(default) enqueued at 2019-12-05T14:40:49Z with arguments: 84, true
  1252. [ActiveJob] [EnqueueWorkPackageNotificationJob] [31325d7a-4573-4a6f-b392-8fd7c5981a32] Enqueued DeliverWorkPackageNotificationJob (Job ID: d59ad9f7-aa55-4181-a0e1-80a53514b52f) to DelayedJob(default) with arguments: 84, 2, 2
  1253. [ActiveJob] [EnqueueWorkPackageNotificationJob] [31325d7a-4573-4a6f-b392-8fd7c5981a32] Enqueued WorkPackageWebhookJob (Job ID: eb40cf14-1b4a-494b-994f-19e74be429e1) to DelayedJob(default) with arguments: 1, #<GlobalID:0x000055e8e4595740 @uri=#<URI::GID gid://open-project/WorkPackage/42>>, "work_package:created"
  1254. [ActiveJob] [EnqueueWorkPackageNotificationJob] [31325d7a-4573-4a6f-b392-8fd7c5981a32] Performed EnqueueWorkPackageNotificationJob (Job ID: 31325d7a-4573-4a6f-b392-8fd7c5981a32) from DelayedJob(default) in 418.19ms
  1255. [Worker(host:372ccca3d7c7 pid:166)] Job EnqueueWorkPackageNotificationJob [31325d7a-4573-4a6f-b392-8fd7c5981a32] from DelayedJob(default) with arguments: [84, true] (id=1) (queue=default) COMPLETED after 0.4356
  1256. 2019-12-05T14:45:49+0000: [Worker(host:372ccca3d7c7 pid:166)] Job EnqueueWorkPackageNotificationJob [31325d7a-4573-4a6f-b392-8fd7c5981a32] from DelayedJob(default) with arguments: [84, true] (id=1) (queue=default) COMPLETED after 0.4356
  1257. [Worker(host:372ccca3d7c7 pid:166)] Job DeliverWorkPackageNotificationJob [d59ad9f7-aa55-4181-a0e1-80a53514b52f] from DelayedJob(default) with arguments: [84, 2, 2] (id=2) (queue=default) RUNNING
  1258. 2019-12-05T14:45:49+0000: [Worker(host:372ccca3d7c7 pid:166)] Job DeliverWorkPackageNotificationJob [d59ad9f7-aa55-4181-a0e1-80a53514b52f] from DelayedJob(default) with arguments: [84, 2, 2] (id=2) (queue=default) RUNNING
  1259. [ActiveJob] [DeliverWorkPackageNotificationJob] [d59ad9f7-aa55-4181-a0e1-80a53514b52f] Performing DeliverWorkPackageNotificationJob (Job ID: d59ad9f7-aa55-4181-a0e1-80a53514b52f) from DelayedJob(default) enqueued at 2019-12-05T14:45:49Z with arguments: 84, 2, 2
  1260. [ActiveJob] [DeliverWorkPackageNotificationJob] [d59ad9f7-aa55-4181-a0e1-80a53514b52f] Skipped delivery of mail openproject.work_package-2-42.20191205144049@example.net as `perform_deliveries` is false
  1261. [ActiveJob] [DeliverWorkPackageNotificationJob] [d59ad9f7-aa55-4181-a0e1-80a53514b52f] Performed DeliverWorkPackageNotificationJob (Job ID: d59ad9f7-aa55-4181-a0e1-80a53514b52f) from DelayedJob(default) in 243.1ms
  1262. [Worker(host:372ccca3d7c7 pid:166)] Job DeliverWorkPackageNotificationJob [d59ad9f7-aa55-4181-a0e1-80a53514b52f] from DelayedJob(default) with arguments: [84, 2, 2] (id=2) (queue=default) COMPLETED after 0.2486
  1263. 2019-12-05T14:45:50+0000: [Worker(host:372ccca3d7c7 pid:166)] Job DeliverWorkPackageNotificationJob [d59ad9f7-aa55-4181-a0e1-80a53514b52f] from DelayedJob(default) with arguments: [84, 2, 2] (id=2) (queue=default) COMPLETED after 0.2486
  1264. [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) RUNNING
  1265. 2019-12-05T14:45:50+0000: [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) RUNNING
  1266. [ActiveJob] [WorkPackageWebhookJob] [eb40cf14-1b4a-494b-994f-19e74be429e1] Performing WorkPackageWebhookJob (Job ID: eb40cf14-1b4a-494b-994f-19e74be429e1) from DelayedJob(default) enqueued at 2019-12-05T14:45:49Z with arguments: 1, #<GlobalID:0x000055e8e57c3a48 @uri=#<URI::GID gid://open-project/WorkPackage/42>>, "work_package:created"
  1267. [ N 2019-12-05 14:45:49.9058 400/T4 age/Cor/CoreMain.cpp:1146 ]: Checking whether to disconnect long-running connections for process 543, application /app (production)
  1268. [ N 2019-12-05 14:45:49.9732 400/T4 age/Cor/CoreMain.cpp:1146 ]: Checking whether to disconnect long-running connections for process 561, application /app (production)
  1269. [ActiveJob] [WorkPackageWebhookJob] [eb40cf14-1b4a-494b-994f-19e74be429e1] Error performing WorkPackageWebhookJob (Job ID: eb40cf14-1b4a-494b-994f-19e74be429e1) from DelayedJob(default) in 441.02ms: NameError (undefined local variable or method `params' for #<WorkPackageWebhookJob:0x000055e8e57a1f60>):
  1270. /app/app/helpers/open_project_error_helper.rb:30:in `op_logging_context'
  1271. /app/app/helpers/open_project_error_helper.rb:10:in `op_handle_error'
  1272. /app/modules/webhooks/app/workers/represented_webhook_job.rb:58:in `rescue in perform'
  1273. /app/modules/webhooks/app/workers/represented_webhook_job.rb:52:in `perform'
  1274. /app/app/workers/application_job.rb:63:in `block in perform'
  1275. /app/app/workers/application_job.rb:81:in `with_clean_request_store'
  1276. /app/app/workers/application_job.rb:63:in `perform'
  1277. /app/app/workers/application_job.rb:63:in `block in perform'
  1278. /app/app/workers/application_job.rb:81:in `with_clean_request_store'
  1279. /app/app/workers/application_job.rb:63:in `perform'
  1280. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:39:in `block in perform_now'
  1281. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:112:in `block in run_callbacks'
  1282. /app/vendor/bundle/ruby/2.6.0/gems/i18n-1.7.0/lib/i18n.rb:297:in `with_locale'
  1283. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/translation.rb:9:in `block (2 levels) in <module:Translation>'
  1284. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1285. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1286. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/core_ext/time/zones.rb:66:in `use_zone'
  1287. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/timezones.rb:9:in `block (2 levels) in <module:Timezones>'
  1288. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1289. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1290. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:25:in `block (4 levels) in <module:Logging>'
  1291. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/notifications.rb:180:in `block in instrument'
  1292. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
  1293. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/notifications.rb:180:in `instrument'
  1294. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:24:in `block (3 levels) in <module:Logging>'
  1295. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:45:in `block in tag_logger'
  1296. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/tagged_logging.rb:80:in `block in tagged'
  1297. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/tagged_logging.rb:28:in `tagged'
  1298. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/tagged_logging.rb:80:in `tagged'
  1299. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:45:in `tag_logger'
  1300. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:21:in `block (2 levels) in <module:Logging>'
  1301. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1302. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1303. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:139:in `run_callbacks'
  1304. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:38:in `perform_now'
  1305. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:24:in `block in execute'
  1306. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:112:in `block in run_callbacks'
  1307. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/railtie.rb:43:in `block (4 levels) in <class:Railtie>'
  1308. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/execution_wrapper.rb:88:in `wrap'
  1309. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/reloader.rb:72:in `block in wrap'
  1310. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/execution_wrapper.rb:88:in `wrap'
  1311. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/reloader.rb:71:in `wrap'
  1312. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/railtie.rb:42:in `block (3 levels) in <class:Railtie>'
  1313. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1314. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1315. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:139:in `run_callbacks'
  1316. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:22:in `execute'
  1317. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/queue_adapters/delayed_job_adapter.rb:42:in `perform'
  1318. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/backend/base.rb:81:in `block in invoke_job'
  1319. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1320. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1321. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1322. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/backend/base.rb:78:in `invoke_job'
  1323. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:230:in `block (2 levels) in run'
  1324. /usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
  1325. /usr/local/lib/ruby/2.6.0/timeout.rb:103:in `timeout'
  1326. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:230:in `block in run'
  1327. /usr/local/lib/ruby/2.6.0/benchmark.rb:308:in `realtime'
  1328. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:229:in `run'
  1329. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:312:in `block in reserve_and_run_one_job'
  1330. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1331. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1332. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1333. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:312:in `reserve_and_run_one_job'
  1334. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:213:in `block in work_off'
  1335. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:212:in `times'
  1336. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:212:in `work_off'
  1337. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:175:in `block (4 levels) in start'
  1338. /usr/local/lib/ruby/2.6.0/benchmark.rb:308:in `realtime'
  1339. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:174:in `block (3 levels) in start'
  1340. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1341. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1342. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1343. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:173:in `block (2 levels) in start'
  1344. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:172:in `loop'
  1345. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:172:in `block in start'
  1346. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/plugins/clear_locks.rb:7:in `block (2 levels) in <class:ClearLocks>'
  1347. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:79:in `block (2 levels) in add'
  1348. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1349. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:79:in `block in add'
  1350. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1351. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1352. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:171:in `start'
  1353. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/tasks.rb:9:in `block (2 levels) in <top (required)>'
  1354. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:273:in `block in execute'
  1355. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:273:in `each'
  1356. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:273:in `execute'
  1357. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:214:in `block in invoke_with_call_chain'
  1358. /usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize'
  1359. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:194:in `invoke_with_call_chain'
  1360. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:183:in `invoke'
  1361. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:160:in `invoke_task'
  1362. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:116:in `block (2 levels) in top_level'
  1363. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:116:in `each'
  1364. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:116:in `block in top_level'
  1365. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:125:in `run_with_threads'
  1366. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:110:in `top_level'
  1367. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:83:in `block in run'
  1368. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:186:in `standard_exception_handling'
  1369. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:80:in `run'
  1370. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>'
  1371. /app/vendor/bundle/ruby/2.6.0/bin/rake:23:in `load'
  1372. /app/vendor/bundle/ruby/2.6.0/bin/rake:23:in `<top (required)>'
  1373. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:74:in `load'
  1374. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:74:in `kernel_load'
  1375. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:28:in `run'
  1376. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli.rb:465:in `exec'
  1377. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  1378. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  1379. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
  1380. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli.rb:27:in `dispatch'
  1381. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
  1382. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli.rb:18:in `start'
  1383. /usr/local/bundle/gems/bundler-2.0.2/exe/bundle:30:in `block in <top (required)>'
  1384. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
  1385. /usr/local/bundle/gems/bundler-2.0.2/exe/bundle:22:in `<top (required)>'
  1386. /usr/local/bundle/bin/bundle:23:in `load'
  1387. /usr/local/bundle/bin/bundle:23:in `<main>'
  1388. [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) FAILED (0 prior attempts) with NameError: undefined local variable or method `params' for #<WorkPackageWebhookJob:0x000055e8e57a1f60>
  1389. 2019-12-05T14:45:50+0000: [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) FAILED (0 prior attempts) with NameError: undefined local variable or method `params' for #<WorkPackageWebhookJob:0x000055e8e57a1f60>
  1390. [Worker(host:372ccca3d7c7 pid:166)] 3 jobs processed at 2.4660 j/s, 1 failed
  1391. 2019-12-05T14:45:50+0000: [Worker(host:372ccca3d7c7 pid:166)] 3 jobs processed at 2.4660 j/s, 1 failed
  1392. [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) RUNNING
  1393. 2019-12-05T14:46:00+0000: [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) RUNNING
  1394. [ActiveJob] [WorkPackageWebhookJob] [eb40cf14-1b4a-494b-994f-19e74be429e1] Performing WorkPackageWebhookJob (Job ID: eb40cf14-1b4a-494b-994f-19e74be429e1) from DelayedJob(default) enqueued at 2019-12-05T14:45:49Z with arguments: 1, #<GlobalID:0x000055e8e6ee8098 @uri=#<URI::GID gid://open-project/WorkPackage/42>>, "work_package:created"
  1395. [ActiveJob] [WorkPackageWebhookJob] [eb40cf14-1b4a-494b-994f-19e74be429e1] Error performing WorkPackageWebhookJob (Job ID: eb40cf14-1b4a-494b-994f-19e74be429e1) from DelayedJob(default) in 198.44ms: NameError (undefined local variable or method `params' for #<WorkPackageWebhookJob:0x000055e8e6eebb30>):
  1396. /app/app/helpers/open_project_error_helper.rb:30:in `op_logging_context'
  1397. /app/app/helpers/open_project_error_helper.rb:10:in `op_handle_error'
  1398. /app/modules/webhooks/app/workers/represented_webhook_job.rb:58:in `rescue in perform'
  1399. /app/modules/webhooks/app/workers/represented_webhook_job.rb:52:in `perform'
  1400. /app/app/workers/application_job.rb:63:in `block in perform'
  1401. /app/app/workers/application_job.rb:81:in `with_clean_request_store'
  1402. /app/app/workers/application_job.rb:63:in `perform'
  1403. /app/app/workers/application_job.rb:63:in `block in perform'
  1404. /app/app/workers/application_job.rb:81:in `with_clean_request_store'
  1405. /app/app/workers/application_job.rb:63:in `perform'
  1406. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:39:in `block in perform_now'
  1407. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:112:in `block in run_callbacks'
  1408. /app/vendor/bundle/ruby/2.6.0/gems/i18n-1.7.0/lib/i18n.rb:297:in `with_locale'
  1409. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/translation.rb:9:in `block (2 levels) in <module:Translation>'
  1410. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1411. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1412. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/core_ext/time/zones.rb:66:in `use_zone'
  1413. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/timezones.rb:9:in `block (2 levels) in <module:Timezones>'
  1414. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1415. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1416. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:25:in `block (4 levels) in <module:Logging>'
  1417. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/notifications.rb:180:in `block in instrument'
  1418. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
  1419. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/notifications.rb:180:in `instrument'
  1420. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:24:in `block (3 levels) in <module:Logging>'
  1421. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:45:in `block in tag_logger'
  1422. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/tagged_logging.rb:80:in `block in tagged'
  1423. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/tagged_logging.rb:28:in `tagged'
  1424. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/tagged_logging.rb:80:in `tagged'
  1425. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:45:in `tag_logger'
  1426. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:21:in `block (2 levels) in <module:Logging>'
  1427. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1428. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1429. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:139:in `run_callbacks'
  1430. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:38:in `perform_now'
  1431. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:24:in `block in execute'
  1432. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:112:in `block in run_callbacks'
  1433. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/railtie.rb:43:in `block (4 levels) in <class:Railtie>'
  1434. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/execution_wrapper.rb:88:in `wrap'
  1435. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/reloader.rb:72:in `block in wrap'
  1436. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/execution_wrapper.rb:88:in `wrap'
  1437. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/reloader.rb:71:in `wrap'
  1438. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/railtie.rb:42:in `block (3 levels) in <class:Railtie>'
  1439. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1440. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1441. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:139:in `run_callbacks'
  1442. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:22:in `execute'
  1443. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/queue_adapters/delayed_job_adapter.rb:42:in `perform'
  1444. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/backend/base.rb:81:in `block in invoke_job'
  1445. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1446. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1447. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1448. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/backend/base.rb:78:in `invoke_job'
  1449. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:230:in `block (2 levels) in run'
  1450. /usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
  1451. /usr/local/lib/ruby/2.6.0/timeout.rb:103:in `timeout'
  1452. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:230:in `block in run'
  1453. /usr/local/lib/ruby/2.6.0/benchmark.rb:308:in `realtime'
  1454. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:229:in `run'
  1455. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:312:in `block in reserve_and_run_one_job'
  1456. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1457. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1458. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1459. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:312:in `reserve_and_run_one_job'
  1460. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:213:in `block in work_off'
  1461. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:212:in `times'
  1462. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:212:in `work_off'
  1463. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:175:in `block (4 levels) in start'
  1464. /usr/local/lib/ruby/2.6.0/benchmark.rb:308:in `realtime'
  1465. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:174:in `block (3 levels) in start'
  1466. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1467. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1468. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1469. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:173:in `block (2 levels) in start'
  1470. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:172:in `loop'
  1471. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:172:in `block in start'
  1472. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/plugins/clear_locks.rb:7:in `block (2 levels) in <class:ClearLocks>'
  1473. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:79:in `block (2 levels) in add'
  1474. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1475. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:79:in `block in add'
  1476. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1477. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1478. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:171:in `start'
  1479. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/tasks.rb:9:in `block (2 levels) in <top (required)>'
  1480. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:273:in `block in execute'
  1481. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:273:in `each'
  1482. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:273:in `execute'
  1483. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:214:in `block in invoke_with_call_chain'
  1484. /usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize'
  1485. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:194:in `invoke_with_call_chain'
  1486. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:183:in `invoke'
  1487. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:160:in `invoke_task'
  1488. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:116:in `block (2 levels) in top_level'
  1489. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:116:in `each'
  1490. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:116:in `block in top_level'
  1491. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:125:in `run_with_threads'
  1492. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:110:in `top_level'
  1493. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:83:in `block in run'
  1494. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:186:in `standard_exception_handling'
  1495. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:80:in `run'
  1496. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>'
  1497. /app/vendor/bundle/ruby/2.6.0/bin/rake:23:in `load'
  1498. /app/vendor/bundle/ruby/2.6.0/bin/rake:23:in `<top (required)>'
  1499. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:74:in `load'
  1500. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:74:in `kernel_load'
  1501. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:28:in `run'
  1502. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli.rb:465:in `exec'
  1503. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  1504. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  1505. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
  1506. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli.rb:27:in `dispatch'
  1507. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
  1508. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli.rb:18:in `start'
  1509. /usr/local/bundle/gems/bundler-2.0.2/exe/bundle:30:in `block in <top (required)>'
  1510. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
  1511. /usr/local/bundle/gems/bundler-2.0.2/exe/bundle:22:in `<top (required)>'
  1512. /usr/local/bundle/bin/bundle:23:in `load'
  1513. /usr/local/bundle/bin/bundle:23:in `<main>'
  1514. [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) FAILED (1 prior attempts) with NameError: undefined local variable or method `params' for #<WorkPackageWebhookJob:0x000055e8e6eebb30>
  1515. 2019-12-05T14:46:00+0000: [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) FAILED (1 prior attempts) with NameError: undefined local variable or method `params' for #<WorkPackageWebhookJob:0x000055e8e6eebb30>
  1516. [Worker(host:372ccca3d7c7 pid:166)] 1 jobs processed at 4.2202 j/s, 1 failed
  1517. 2019-12-05T14:46:00+0000: [Worker(host:372ccca3d7c7 pid:166)] 1 jobs processed at 4.2202 j/s, 1 failed
  1518. App 488 output: Failed to create avatar for : Invalid Mail
  1519. App 488 output: Failed to create avatar for : Invalid Mail
  1520. App 488 output: method=GET path=/ format=html controller=HomescreenController action=index status=200 duration=106.75 view=70.89 db=20.65 user=3
  1521. [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) RUNNING
  1522. 2019-12-05T14:46:26+0000: [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) RUNNING
  1523. [ActiveJob] [WorkPackageWebhookJob] [eb40cf14-1b4a-494b-994f-19e74be429e1] Performing WorkPackageWebhookJob (Job ID: eb40cf14-1b4a-494b-994f-19e74be429e1) from DelayedJob(default) enqueued at 2019-12-05T14:45:49Z with arguments: 1, #<GlobalID:0x000055e8e7763268 @uri=#<URI::GID gid://open-project/WorkPackage/42>>, "work_package:created"
  1524. [ActiveJob] [WorkPackageWebhookJob] [eb40cf14-1b4a-494b-994f-19e74be429e1] Error performing WorkPackageWebhookJob (Job ID: eb40cf14-1b4a-494b-994f-19e74be429e1) from DelayedJob(default) in 250.34ms: NameError (undefined local variable or method `params' for #<WorkPackageWebhookJob:0x000055e8e775ed30>):
  1525. /app/app/helpers/open_project_error_helper.rb:30:in `op_logging_context'
  1526. /app/app/helpers/open_project_error_helper.rb:10:in `op_handle_error'
  1527. /app/modules/webhooks/app/workers/represented_webhook_job.rb:58:in `rescue in perform'
  1528. /app/modules/webhooks/app/workers/represented_webhook_job.rb:52:in `perform'
  1529. /app/app/workers/application_job.rb:63:in `block in perform'
  1530. /app/app/workers/application_job.rb:81:in `with_clean_request_store'
  1531. /app/app/workers/application_job.rb:63:in `perform'
  1532. /app/app/workers/application_job.rb:63:in `block in perform'
  1533. /app/app/workers/application_job.rb:81:in `with_clean_request_store'
  1534. /app/app/workers/application_job.rb:63:in `perform'
  1535. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:39:in `block in perform_now'
  1536. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:112:in `block in run_callbacks'
  1537. /app/vendor/bundle/ruby/2.6.0/gems/i18n-1.7.0/lib/i18n.rb:297:in `with_locale'
  1538. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/translation.rb:9:in `block (2 levels) in <module:Translation>'
  1539. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1540. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1541. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/core_ext/time/zones.rb:66:in `use_zone'
  1542. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/timezones.rb:9:in `block (2 levels) in <module:Timezones>'
  1543. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1544. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1545. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:25:in `block (4 levels) in <module:Logging>'
  1546. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/notifications.rb:180:in `block in instrument'
  1547. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
  1548. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/notifications.rb:180:in `instrument'
  1549. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:24:in `block (3 levels) in <module:Logging>'
  1550. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:45:in `block in tag_logger'
  1551. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/tagged_logging.rb:80:in `block in tagged'
  1552. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/tagged_logging.rb:28:in `tagged'
  1553. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/tagged_logging.rb:80:in `tagged'
  1554. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:45:in `tag_logger'
  1555. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/logging.rb:21:in `block (2 levels) in <module:Logging>'
  1556. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1557. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1558. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:139:in `run_callbacks'
  1559. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:38:in `perform_now'
  1560. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:24:in `block in execute'
  1561. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:112:in `block in run_callbacks'
  1562. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/railtie.rb:43:in `block (4 levels) in <class:Railtie>'
  1563. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/execution_wrapper.rb:88:in `wrap'
  1564. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/reloader.rb:72:in `block in wrap'
  1565. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/execution_wrapper.rb:88:in `wrap'
  1566. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/reloader.rb:71:in `wrap'
  1567. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/railtie.rb:42:in `block (3 levels) in <class:Railtie>'
  1568. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `instance_exec'
  1569. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
  1570. /app/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.0/lib/active_support/callbacks.rb:139:in `run_callbacks'
  1571. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/execution.rb:22:in `execute'
  1572. /app/vendor/bundle/ruby/2.6.0/gems/activejob-6.0.0/lib/active_job/queue_adapters/delayed_job_adapter.rb:42:in `perform'
  1573. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/backend/base.rb:81:in `block in invoke_job'
  1574. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1575. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1576. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1577. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/backend/base.rb:78:in `invoke_job'
  1578. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:230:in `block (2 levels) in run'
  1579. /usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
  1580. /usr/local/lib/ruby/2.6.0/timeout.rb:103:in `timeout'
  1581. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:230:in `block in run'
  1582. /usr/local/lib/ruby/2.6.0/benchmark.rb:308:in `realtime'
  1583. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:229:in `run'
  1584. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:312:in `block in reserve_and_run_one_job'
  1585. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1586. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1587. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1588. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:312:in `reserve_and_run_one_job'
  1589. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:213:in `block in work_off'
  1590. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:212:in `times'
  1591. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:212:in `work_off'
  1592. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:175:in `block (4 levels) in start'
  1593. /usr/local/lib/ruby/2.6.0/benchmark.rb:308:in `realtime'
  1594. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:174:in `block (3 levels) in start'
  1595. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1596. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1597. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1598. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:173:in `block (2 levels) in start'
  1599. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:172:in `loop'
  1600. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:172:in `block in start'
  1601. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/plugins/clear_locks.rb:7:in `block (2 levels) in <class:ClearLocks>'
  1602. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:79:in `block (2 levels) in add'
  1603. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:61:in `block in initialize'
  1604. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:79:in `block in add'
  1605. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:66:in `execute'
  1606. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/lifecycle.rb:40:in `run_callbacks'
  1607. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/worker.rb:171:in `start'
  1608. /app/vendor/bundle/ruby/2.6.0/gems/delayed_job-4.1.8/lib/delayed/tasks.rb:9:in `block (2 levels) in <top (required)>'
  1609. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:273:in `block in execute'
  1610. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:273:in `each'
  1611. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:273:in `execute'
  1612. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:214:in `block in invoke_with_call_chain'
  1613. /usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize'
  1614. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:194:in `invoke_with_call_chain'
  1615. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb:183:in `invoke'
  1616. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:160:in `invoke_task'
  1617. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:116:in `block (2 levels) in top_level'
  1618. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:116:in `each'
  1619. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:116:in `block in top_level'
  1620. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:125:in `run_with_threads'
  1621. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:110:in `top_level'
  1622. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:83:in `block in run'
  1623. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:186:in `standard_exception_handling'
  1624. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb:80:in `run'
  1625. /app/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>'
  1626. /app/vendor/bundle/ruby/2.6.0/bin/rake:23:in `load'
  1627. /app/vendor/bundle/ruby/2.6.0/bin/rake:23:in `<top (required)>'
  1628. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:74:in `load'
  1629. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:74:in `kernel_load'
  1630. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli/exec.rb:28:in `run'
  1631. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli.rb:465:in `exec'
  1632. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  1633. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  1634. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
  1635. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli.rb:27:in `dispatch'
  1636. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
  1637. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/cli.rb:18:in `start'
  1638. /usr/local/bundle/gems/bundler-2.0.2/exe/bundle:30:in `block in <top (required)>'
  1639. /usr/local/bundle/gems/bundler-2.0.2/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
  1640. /usr/local/bundle/gems/bundler-2.0.2/exe/bundle:22:in `<top (required)>'
  1641. /usr/local/bundle/bin/bundle:23:in `load'
  1642. /usr/local/bundle/bin/bundle:23:in `<main>'
  1643. [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) FAILED (2 prior attempts) with NameError: undefined local variable or method `params' for #<WorkPackageWebhookJob:0x000055e8e775ed30>
  1644. 2019-12-05T14:46:26+0000: [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) FAILED (2 prior attempts) with NameError: undefined local variable or method `params' for #<WorkPackageWebhookJob:0x000055e8e775ed30>
  1645. [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) FAILED permanently because of 3 consecutive failures
  1646. 2019-12-05T14:46:26+0000: [Worker(host:372ccca3d7c7 pid:166)] Job WorkPackageWebhookJob [eb40cf14-1b4a-494b-994f-19e74be429e1] from DelayedJob(default) with arguments: [1, {"_aj_globalid"=>"gid://open-project/WorkPackage/42"}, "work_package:created"] (id=3) (queue=default) FAILED permanently because of 3 consecutive failures
  1647. [Worker(host:372ccca3d7c7 pid:166)] 1 jobs processed at 3.4158 j/s, 1 failed
  1648. 2019-12-05T14:46:26+0000: [Worker(host:372ccca3d7c7 pid:166)] 1 jobs processed at 3.4158 j/s, 1 failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement