Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@japhib
Created March 29, 2023 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save japhib/d56c6919ef311cf284f230cd689ef3a5 to your computer and use it in GitHub Desktop.
Save japhib/d56c6919ef311cf284f230cd689ef3a5 to your computer and use it in GitHub Desktop.
Output of `MIX_DEBUG=1 mix compile --profile=time` (filenames anonymized)
9:58:49 ~/code/my_code_base   my_branch ±  MIX_ENV=test MIX_DEBUG=1 mix compile --profile=time
-> Running mix loadconfig (inside Umbrella.Mixfile)
<- Ran mix loadconfig in 53ms
-> Running mix compile --profile=time (inside Umbrella.Mixfile)
-> Running mix loadpaths --profile=time (inside Umbrella.Mixfile)
-> Running mix archive.check --profile=time (inside Umbrella.Mixfile)
<- Ran mix archive.check in 0ms
-> Running mix deps.loadpaths --profile=time (inside Umbrella.Mixfile)
<- Ran mix deps.loadpaths in 4249ms
<- Ran mix loadpaths in 4251ms
==> ratelimiter
-> Running mix compile.all --profile=time (inside Ratelimiter.Mixfile)
-> Running mix compile.yecc --profile=time (inside Ratelimiter.Mixfile)
<- Ran mix compile.yecc in 10ms
-> Running mix compile.leex --profile=time (inside Ratelimiter.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Ratelimiter.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Ratelimiter.Mixfile)
<- Ran mix compile.elixir in 64ms
-> Running mix compile.app --profile=time (inside Ratelimiter.Mixfile)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 454ms
==> mobile_test
-> Running mix compile.all --profile=time (inside MobileTest.MixProject)
-> Running mix compile.yecc --profile=time (inside MobileTest.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside MobileTest.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside MobileTest.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside MobileTest.MixProject)
<- Ran mix compile.elixir in 6ms
-> Running mix compile.app --profile=time (inside MobileTest.MixProject)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 57ms
==> util
-> Running mix compile.all --profile=time (inside Util.Mixfile)
-> Running mix compile.yecc --profile=time (inside Util.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Util.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Util.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Util.Mixfile)
<- Ran mix compile.elixir in 19ms
-> Running mix compile.app --profile=time (inside Util.Mixfile)
<- Ran mix compile.app in 2ms
<- Ran mix compile.all in 97ms
==> shared_db
-> Running mix compile.all --profile=time (inside SharedDb.Mixfile)
-> Running mix compile.yecc --profile=time (inside SharedDb.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside SharedDb.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside SharedDb.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside SharedDb.Mixfile)
<- Ran mix compile.elixir in 43ms
-> Running mix compile.app --profile=time (inside SharedDb.Mixfile)
<- Ran mix compile.app in 7ms
<- Ran mix compile.all in 60ms
==> flags
-> Running mix compile.all --profile=time (inside Flags.MixProject)
-> Running mix compile.yecc --profile=time (inside Flags.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Flags.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Flags.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Flags.MixProject)
<- Ran mix compile.elixir in 12ms
-> Running mix compile.app --profile=time (inside Flags.MixProject)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 21ms
==> financing_plans
-> Running mix compile.all --profile=time (inside FinancingPlans.MixProject)
-> Running mix compile.yecc --profile=time (inside FinancingPlans.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside FinancingPlans.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside FinancingPlans.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside FinancingPlans.MixProject)
<- Ran mix compile.elixir in 13ms
-> Running mix compile.app --profile=time (inside FinancingPlans.MixProject)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 20ms
==> health
-> Running mix compile.all --profile=time (inside Health.Mixfile)
-> Running mix compile.yecc --profile=time (inside Health.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Health.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Health.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Health.Mixfile)
<- Ran mix compile.elixir in 15ms
-> Running mix compile.app --profile=time (inside Health.Mixfile)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 23ms
==> deal_sources
-> Running mix compile.all --profile=time (inside DealSources.Mixfile)
-> Running mix compile.yecc --profile=time (inside DealSources.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside DealSources.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside DealSources.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside DealSources.Mixfile)
<- Ran mix compile.elixir in 16ms
-> Running mix compile.app --profile=time (inside DealSources.Mixfile)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 25ms
==> payment_portal
-> Running mix compile.all --profile=time (inside PaymentPortal.Mixfile)
-> Running mix compile.yecc --profile=time (inside PaymentPortal.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside PaymentPortal.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside PaymentPortal.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside PaymentPortal.Mixfile)
<- Ran mix compile.elixir in 18ms
-> Running mix compile.app --profile=time (inside PaymentPortal.Mixfile)
<- Ran mix compile.app in 2ms
<- Ran mix compile.all in 28ms
==> bank
-> Running mix compile.all --profile=time (inside Bank.Mixfile)
-> Running mix compile.yecc --profile=time (inside Bank.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Bank.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Bank.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Bank.Mixfile)
Compiling 2 files (.ex)
[profile] 37ms compiling + 0ms waiting for lib/bank/processors/operations.ex
[profile] 158ms compiling + 0ms waiting for lib/bank/impls/blah.ex
[profile] Finished compilation cycle of 2 modules in 160ms
[profile] Finished group pass check of 25 modules in 301ms
<- Ran mix compile.elixir in 548ms
-> Running mix compile.app --profile=time (inside Bank.Mixfile)
<- Ran mix compile.app in 4ms
<- Ran mix compile.all in 562ms
==> activity_stream
-> Running mix compile.all --profile=time (inside ActivityStream.Mixfile)
-> Running mix compile.yecc --profile=time (inside ActivityStream.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside ActivityStream.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside ActivityStream.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside ActivityStream.Mixfile)
<- Ran mix compile.elixir in 15ms
-> Running mix compile.app --profile=time (inside ActivityStream.Mixfile)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 24ms
==> ledger
-> Running mix compile.all --profile=time (inside Ledger.Mixfile)
-> Running mix compile.yecc --profile=time (inside Ledger.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Ledger.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Ledger.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Ledger.Mixfile)
<- Ran mix compile.elixir in 14ms
-> Running mix compile.app --profile=time (inside Ledger.Mixfile)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 22ms
==> underwriting_client
-> Running mix compile.all --profile=time (inside UnderwritingClient.MixProject)
-> Running mix compile.yecc --profile=time (inside UnderwritingClient.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside UnderwritingClient.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside UnderwritingClient.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside UnderwritingClient.MixProject)
<- Ran mix compile.elixir in 14ms
-> Running mix compile.app --profile=time (inside UnderwritingClient.MixProject)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 22ms
==> notifications
-> Running mix compile.all --profile=time (inside Notifications.MixProject)
-> Running mix compile.yecc --profile=time (inside Notifications.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Notifications.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Notifications.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Notifications.MixProject)
<- Ran mix compile.elixir in 16ms
-> Running mix compile.app --profile=time (inside Notifications.MixProject)
<- Ran mix compile.app in 2ms
<- Ran mix compile.all in 28ms
==> addresses
-> Running mix compile.all --profile=time (inside Addresses.Mixfile)
-> Running mix compile.yecc --profile=time (inside Addresses.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Addresses.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Addresses.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Addresses.Mixfile)
<- Ran mix compile.elixir in 13ms
-> Running mix compile.app --profile=time (inside Addresses.Mixfile)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 22ms
==> accounting_integrations
-> Running mix compile.all --profile=time (inside AccountingIntegrations.MixProject)
-> Running mix compile.yecc --profile=time (inside AccountingIntegrations.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside AccountingIntegrations.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside AccountingIntegrations.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside AccountingIntegrations.MixProject)
<- Ran mix compile.elixir in 23ms
-> Running mix compile.app --profile=time (inside AccountingIntegrations.MixProject)
<- Ran mix compile.app in 2ms
<- Ran mix compile.all in 36ms
==> auth
-> Running mix compile.all --profile=time (inside Auth.Mixfile)
-> Running mix compile.yecc --profile=time (inside Auth.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Auth.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Auth.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Auth.Mixfile)
<- Ran mix compile.elixir in 13ms
-> Running mix compile.app --profile=time (inside Auth.Mixfile)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 22ms
==> bank_accounts
-> Running mix compile.all --profile=time (inside BankAccounts.MixProject)
-> Running mix compile.yecc --profile=time (inside BankAccounts.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside BankAccounts.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside BankAccounts.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside BankAccounts.MixProject)
<- Ran mix compile.elixir in 15ms
-> Running mix compile.app --profile=time (inside BankAccounts.MixProject)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 23ms
==> lending
-> Running mix compile.all --profile=time (inside Lending.MixProject)
-> Running mix compile.yecc --profile=time (inside Lending.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Lending.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Lending.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Lending.MixProject)
<- Ran mix compile.elixir in 22ms
-> Running mix compile.app --profile=time (inside Lending.MixProject)
<- Ran mix compile.app in 2ms
<- Ran mix compile.all in 32ms
==> institution
-> Running mix compile.all --profile=time (inside Institution.Mixfile)
-> Running mix compile.yecc --profile=time (inside Institution.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Institution.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Institution.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Institution.Mixfile)
<- Ran mix compile.elixir in 12ms
-> Running mix compile.app --profile=time (inside Institution.Mixfile)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 21ms
==> core
-> Running mix compile.all --profile=time (inside Core.Mixfile)
-> Running mix compile.yecc --profile=time (inside Core.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Core.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Core.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Core.Mixfile)
Compiling 24 files (.ex)
[profile] 276ms compiling + 0ms waiting for some_file1.ex
[profile] 295ms compiling + 0ms waiting for some_file2.ex
[profile] 382ms compiling + 0ms waiting for some_file3.ex
[profile] 426ms compiling + 0ms waiting for some_file4.ex
[profile] 490ms compiling + 0ms waiting for some_file5.ex
[profile] 238ms compiling + 0ms waiting for some_file6.ex
[profile] 303ms compiling + 0ms waiting for some_file7.ex
[profile] 226ms compiling + 0ms waiting for some_file8.ex
[profile] 649ms compiling + 0ms waiting for some_file9.ex
[profile] 838ms compiling + 0ms waiting for some_file10.ex
[profile] 851ms compiling + 0ms waiting for some_file11.ex
[profile] 865ms compiling + 0ms waiting for some_file12.ex
[profile] 466ms compiling + 0ms waiting for some_file13.ex
[profile] 364ms compiling + 0ms waiting for some_file14.ex
[profile] 995ms compiling + 0ms waiting for some_file15.ex
[profile] 581ms compiling + 0ms waiting for some_file16.ex
[profile] 360ms compiling + 0ms waiting for some_file17.ex
[profile] 1017ms compiling + 0ms waiting for some_file18.ex
[profile] 434ms compiling + 0ms waiting for some_file19.ex
[profile] 204ms compiling + 0ms waiting for some_file20.ex
[profile] 287ms compiling + 0ms waiting for some_file21.ex
[profile] 385ms compiling + 0ms waiting for some_file22.ex
[profile] 713ms compiling + 0ms waiting for some_file23.ex
[profile] 2508ms compiling + 0ms waiting for some_file24.ex
[profile] Finished compilation cycle of 24 modules in 2598ms
[profile] Finished group pass check of 512 modules in 2588ms
<- Ran mix compile.elixir in 7148ms
-> Running mix compile.app --profile=time (inside Core.Mixfile)
<- Ran mix compile.app in 25ms
<- Ran mix compile.all in 7230ms
==> disputes
-> Running mix compile.all --profile=time (inside Disputes.Mixfile)
-> Running mix compile.yecc --profile=time (inside Disputes.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Disputes.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Disputes.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Disputes.Mixfile)
<- Ran mix compile.elixir in 120ms
-> Running mix compile.app --profile=time (inside Disputes.Mixfile)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 134ms
==> payment_services
-> Running mix compile.all --profile=time (inside PaymentServices.MixProject)
-> Running mix compile.yecc --profile=time (inside PaymentServices.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside PaymentServices.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside PaymentServices.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside PaymentServices.MixProject)
<- Ran mix compile.elixir in 123ms
-> Running mix compile.app --profile=time (inside PaymentServices.MixProject)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 141ms
==> underwriting
-> Running mix compile.all --profile=time (inside Underwriting.MixProject)
-> Running mix compile.yecc --profile=time (inside Underwriting.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Underwriting.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Underwriting.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Underwriting.MixProject)
<- Ran mix compile.elixir in 109ms
-> Running mix compile.app --profile=time (inside Underwriting.MixProject)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 122ms
==> client_services_console
-> Running mix compile.all --profile=time (inside ClientServicesConsole.MixProject)
-> Running mix compile.yecc --profile=time (inside ClientServicesConsole.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside ClientServicesConsole.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside ClientServicesConsole.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside ClientServicesConsole.MixProject)
<- Ran mix compile.elixir in 118ms
-> Running mix compile.app --profile=time (inside ClientServicesConsole.MixProject)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 131ms
==> c_pay_plus
-> Running mix compile.all --profile=time (inside CPayPlus.Mixfile)
-> Running mix compile.yecc --profile=time (inside CPayPlus.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside CPayPlus.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside CPayPlus.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside CPayPlus.Mixfile)
<- Ran mix compile.elixir in 125ms
-> Running mix compile.app --profile=time (inside CPayPlus.Mixfile)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 140ms
==> slackbot
-> Running mix compile.all --profile=time (inside Slackbot.MixProject)
-> Running mix compile.yecc --profile=time (inside Slackbot.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Slackbot.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Slackbot.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Slackbot.MixProject)
Compiling 1 file (.ex)
[profile] 78ms compiling + 0ms waiting for some_file25.ex
[profile] Finished compilation cycle of 1 modules in 79ms
[profile] Finished group pass check of 3 modules in 70ms
<- Ran mix compile.elixir in 287ms
-> Running mix compile.app --profile=time (inside Slackbot.MixProject)
<- Ran mix compile.app in 2ms
<- Ran mix compile.all in 302ms
==> source_ledger
-> Running mix compile.all --profile=time (inside SourceLedger.MixProject)
-> Running mix compile.yecc --profile=time (inside SourceLedger.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside SourceLedger.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside SourceLedger.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside SourceLedger.MixProject)
Compiling 3 files (.ex)
[profile] 60ms compiling + 0ms waiting for some_file26.ex
[profile] 84ms compiling + 12ms waiting for some_file27.ex
[profile] 188ms compiling + 2ms waiting for some_file28.ex
[profile] Finished compilation cycle of 3 modules in 190ms
[profile] Finished group pass check of 4 modules in 99ms
<- Ran mix compile.elixir in 420ms
-> Running mix compile.app --profile=time (inside SourceLedger.MixProject)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 434ms
==> report_data
-> Running mix compile.all --profile=time (inside ReportData.Mixfile)
-> Running mix compile.yecc --profile=time (inside ReportData.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside ReportData.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside ReportData.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside ReportData.Mixfile)
<- Ran mix compile.elixir in 120ms
-> Running mix compile.app --profile=time (inside ReportData.Mixfile)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 132ms
==> bank_integrations
-> Running mix compile.all --profile=time (inside BankIntegrations.MixProject)
-> Running mix compile.yecc --profile=time (inside BankIntegrations.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside BankIntegrations.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside BankIntegrations.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside BankIntegrations.MixProject)
Compiling 1 file (.ex)
[profile] 131ms compiling + 0ms waiting for lib/bank_integrations/chase/workflows/sync_s3_files.ex
[profile] Finished compilation cycle of 1 modules in 131ms
[profile] Finished group pass check of 2 modules in 82ms
<- Ran mix compile.elixir in 374ms
-> Running mix compile.app --profile=time (inside BankIntegrations.MixProject)
<- Ran mix compile.app in 2ms
<- Ran mix compile.all in 389ms
==> statements
-> Running mix compile.all --profile=time (inside Statements.MixProject)
-> Running mix compile.yecc --profile=time (inside Statements.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Statements.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Statements.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Statements.MixProject)
Compiling 3 files (.ex)
[profile] 47ms compiling + 0ms waiting for some_file29.ex
[profile] 64ms compiling + 16ms waiting for some_file30.ex
[profile] 266ms compiling + 0ms waiting for some_file31.ex
[profile] Finished compilation cycle of 3 modules in 266ms
[profile] Finished group pass check of 7 modules in 162ms
<- Ran mix compile.elixir in 555ms
-> Running mix compile.app --profile=time (inside Statements.MixProject)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 569ms
==> delinquency
-> Running mix compile.all --profile=time (inside Delinquency.Mixfile)
-> Running mix compile.yecc --profile=time (inside Delinquency.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Delinquency.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Delinquency.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Delinquency.Mixfile)
<- Ran mix compile.elixir in 117ms
-> Running mix compile.app --profile=time (inside Delinquency.Mixfile)
<- Ran mix compile.app in 0ms
<- Ran mix compile.all in 128ms
==> reimburse
-> Running mix compile.all --profile=time (inside Reimburse.Mixfile)
-> Running mix compile.yecc --profile=time (inside Reimburse.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Reimburse.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Reimburse.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Reimburse.Mixfile)
Compiling 9 files (.ex)
[profile] 102ms compiling + 0ms waiting for some_file32.ex
[profile] 111ms compiling + 0ms waiting for some_file33.ex
[profile] 110ms compiling + 0ms waiting for some_file34.ex
[profile] 114ms compiling + 0ms waiting for some_file35.ex
[profile] 125ms compiling + 0ms waiting for some_file36.ex
[profile] 140ms compiling + 0ms waiting for some_file37.ex
[profile] 161ms compiling + 0ms waiting for some_file38.ex
[profile] 168ms compiling + 0ms waiting for some_file39.ex
[profile] 175ms compiling + 0ms waiting for some_file40.ex
[profile] Finished compilation cycle of 9 modules in 176ms
[profile] Finished group pass check of 26 modules in 269ms
<- Ran mix compile.elixir in 716ms
-> Running mix compile.app --profile=time (inside Reimburse.Mixfile)
<- Ran mix compile.app in 3ms
<- Ran mix compile.all in 738ms
==> export
-> Running mix compile.all --profile=time (inside Export.Mixfile)
-> Running mix compile.yecc --profile=time (inside Export.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Export.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Export.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Export.Mixfile)
<- Ran mix compile.elixir in 143ms
-> Running mix compile.app --profile=time (inside Export.Mixfile)
<- Ran mix compile.app in 2ms
<- Ran mix compile.all in 161ms
==> to_do
-> Running mix compile.all --profile=time (inside ToDo.Mixfile)
-> Running mix compile.yecc --profile=time (inside ToDo.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside ToDo.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside ToDo.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside ToDo.Mixfile)
Compiling 1 file (.ex)
[profile] 33ms compiling + 0ms waiting for some_file41.ex
[profile] Finished compilation cycle of 1 modules in 34ms
[profile] Finished group pass check of 1 modules in 24ms
<- Ran mix compile.elixir in 188ms
-> Running mix compile.app --profile=time (inside ToDo.Mixfile)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 202ms
==> rewards
-> Running mix compile.all --profile=time (inside Rewards.MixProject)
-> Running mix compile.yecc --profile=time (inside Rewards.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Rewards.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Rewards.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Rewards.MixProject)
<- Ran mix compile.elixir in 127ms
-> Running mix compile.app --profile=time (inside Rewards.MixProject)
<- Ran mix compile.app in 2ms
<- Ran mix compile.all in 148ms
==> partner_client
-> Running mix compile.all --profile=time (inside Partner.MixProject)
-> Running mix compile.yecc --profile=time (inside Partner.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Partner.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Partner.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Partner.MixProject)
<- Ran mix compile.elixir in 118ms
-> Running mix compile.app --profile=time (inside Partner.MixProject)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 134ms
==> fraud
-> Running mix compile.all --profile=time (inside Fraud.MixProject)
-> Running mix compile.yecc --profile=time (inside Fraud.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Fraud.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Fraud.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Fraud.MixProject)
<- Ran mix compile.elixir in 18ms
-> Running mix compile.app --profile=time (inside Fraud.MixProject)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 27ms
==> visa_migration
-> Running mix compile.all --profile=time (inside VisaMigration.MixProject)
-> Running mix compile.yecc --profile=time (inside VisaMigration.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside VisaMigration.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside VisaMigration.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside VisaMigration.MixProject)
<- Ran mix compile.elixir in 118ms
-> Running mix compile.app --profile=time (inside VisaMigration.MixProject)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 130ms
==> shared_api
-> Running mix compile.all --profile=time (inside SharedAPI.Mixfile)
-> Running mix compile.yecc --profile=time (inside SharedAPI.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside SharedAPI.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside SharedAPI.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside SharedAPI.Mixfile)
Compiling 34 files (.ex)
[profile] 226ms compiling + 0ms waiting for lib/shared_api/export/some_file.ex
[profile] 575ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 586ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 697ms compiling + 0ms waiting for lib/shared_api/schema/some_file.ex
[profile] 706ms compiling + 0ms waiting for lib/shared_api/schema/some_file.ex
[profile] 705ms compiling + 0ms waiting for lib/shared_api/schema/some_file.ex
[profile] 816ms compiling + 0ms waiting for lib/shared_api/schema/some_file.ex
[profile] 837ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 675ms compiling + 0ms waiting for lib/shared_api/schema/some_file.ex
[profile] 343ms compiling + 0ms waiting for lib/shared_api/schema/some_file.ex
[profile] 347ms compiling + 0ms waiting for lib/export/card_orders_exporter.ex
[profile] 312ms compiling + 0ms waiting for lib/schema/mutations.some_file.ex
[profile] 337ms compiling + 0ms waiting for lib/schema/mutations/some_file.ex
[profile] 460ms compiling + 0ms waiting for lib/export/cards_exporter.ex
[profile] 452ms compiling + 0ms waiting for lib/schema/mutations/some_file.ex
[profile] 344ms compiling + 0ms waiting for lib/schema/mutations/some_file.ex
[profile] 365ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 389ms compiling + 0ms waiting for lib/schema/queries/some_file.ex
[profile] 517ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 445ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 1539ms compiling + 0ms waiting for lib/shared_api/schema/some_file.ex
[profile] 378ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 343ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 475ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 346ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 1647ms compiling + 0ms waiting for lib/shared_api/schema/some_file.ex
[profile] 493ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 213ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 235ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 159ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 197ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 843ms compiling + 0ms waiting for lib/schema/types/some_file.ex
[profile] 2907ms compiling + 0ms waiting for lib/shared_api/schema/some_file.ex
[profile] 4655ms compiling + 0ms waiting for lib/shared_api/schema/some_file.ex
[profile] Finished compilation cycle of 67 modules in 4673ms
[profile] Finished group pass check of 68 modules in 933ms
<- Ran mix compile.elixir in 6095ms
-> Running mix compile.app --profile=time (inside SharedAPI.Mixfile)
<- Ran mix compile.app in 25ms
<- Ran mix compile.all in 6139ms
==> receipts
-> Running mix compile.all --profile=time (inside Receipts.Mixfile)
-> Running mix compile.yecc --profile=time (inside Receipts.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside Receipts.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside Receipts.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside Receipts.Mixfile)
<- Ran mix compile.elixir in 356ms
-> Running mix compile.app --profile=time (inside Receipts.Mixfile)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 377ms
==> user_api
-> Running mix compile.all --profile=time (inside UserAPI.Mixfile)
-> Running mix compile.phoenix --profile=time (inside UserAPI.Mixfile)
<- Ran mix compile.phoenix in 711ms
-> Running mix compile.gettext --profile=time (inside UserAPI.Mixfile)
<- Ran mix compile.gettext in 18ms
-> Running mix compile.yecc --profile=time (inside UserAPI.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside UserAPI.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside UserAPI.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside UserAPI.Mixfile)
Compiling 7 files (.ex)
[profile] 135ms compiling + 0ms waiting for lib/user_api/schema/mutations.ex
[profile] 146ms compiling + 0ms waiting for lib/user_api/schema/queries.ex
[profile] 145ms compiling + 0ms waiting for lib/user_api/schema/types.ex
[profile] 163ms compiling + 0ms waiting for test/support/support_helpers/graphql.ex
[profile] 169ms compiling + 0ms waiting for lib/user_api/schema/types/some_type.ex
[profile] 3142ms compiling + 0ms waiting for lib/user_api/router.ex
Compiling lib/user_api/schema.ex (it's taking more than 10s)
[profile] 23078ms compiling + 0ms waiting for lib/user_api/schema.ex
[profile] Finished compilation cycle of 9 modules in 23087ms
[profile] Finished group pass check of 13 modules in 3189ms
<- Ran mix compile.elixir in 26712ms
-> Running mix compile.app --profile=time (inside UserAPI.Mixfile)
<- Ran mix compile.app in 22ms
<- Ran mix compile.all in 27600ms
==> admin_api
-> Running mix compile.all --profile=time (inside AdminAPI.Mixfile)
-> Running mix compile.phoenix --profile=time (inside AdminAPI.Mixfile)
<- Ran mix compile.phoenix in 1466ms
-> Running mix compile.gettext --profile=time (inside AdminAPI.Mixfile)
<- Ran mix compile.gettext in 1ms
-> Running mix compile.yecc --profile=time (inside AdminAPI.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside AdminAPI.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside AdminAPI.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside AdminAPI.Mixfile)
Compiling 13 files (.ex)
[profile] 156ms compiling + 0ms waiting for lib/admin_api/another_file.ex
[profile] 156ms compiling + 0ms waiting for lib/admin_api/schema/another_file.ex
[profile] 161ms compiling + 0ms waiting for lib/admin_api/schema/another_file.ex
[profile] 173ms compiling + 0ms waiting for lib/admin_api/schema/another_file.ex
[profile] 174ms compiling + 0ms waiting for test/support/another_file.ex
[profile] 177ms compiling + 0ms waiting for lib/admin_api/schema/another_file.ex
[profile] 178ms compiling + 0ms waiting for lib/admin_api/schema/another_file.ex
[profile] 185ms compiling + 0ms waiting for lib/admin_api/schema/another_file.ex
[profile] 209ms compiling + 0ms waiting for lib/admin_api/schema/another_file.ex
[profile] 74ms compiling + 0ms waiting for test/support/support_helpers/another_file.ex
[profile] 441ms compiling + 0ms waiting for lib/admin_api/another_file.ex
[profile] 1149ms compiling + 0ms waiting for lib/admin_api/router.ex
Compiling lib/admin_api/schema.ex (it's taking more than 10s)
[profile] 20362ms compiling + 0ms waiting for lib/admin_api/schema.ex
[profile] Finished compilation cycle of 16 modules in 20364ms
[profile] Finished group pass check of 19 modules in 2366ms
<- Ran mix compile.elixir in 23025ms
-> Running mix compile.app --profile=time (inside AdminAPI.Mixfile)
<- Ran mix compile.app in 4ms
<- Ran mix compile.all in 25050ms
==> spend_activity
-> Running mix compile.all --profile=time (inside SpendActivity.Mixfile)
-> Running mix compile.yecc --profile=time (inside SpendActivity.Mixfile)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside SpendActivity.Mixfile)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside SpendActivity.Mixfile)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside SpendActivity.Mixfile)
Compiling 1 file (.ex)
[profile] 24ms compiling + 0ms waiting for test/support/mocks.ex
[profile] Finished compilation cycle of 1 modules in 25ms
[profile] Finished group pass check of 6 modules in 56ms
<- Ran mix compile.elixir in 279ms
-> Running mix compile.app --profile=time (inside SpendActivity.Mixfile)
<- Ran mix compile.app in 1ms
<- Ran mix compile.all in 297ms
==> ui_test
-> Running mix compile.all --profile=time (inside UiTest.MixProject)
-> Running mix compile.yecc --profile=time (inside UiTest.MixProject)
<- Ran mix compile.yecc in 0ms
-> Running mix compile.leex --profile=time (inside UiTest.MixProject)
<- Ran mix compile.leex in 0ms
-> Running mix compile.erlang --profile=time (inside UiTest.MixProject)
<- Ran mix compile.erlang in 0ms
-> Running mix compile.elixir --profile=time (inside UiTest.MixProject)
<- Ran mix compile.elixir in 213ms
-> Running mix compile.app --profile=time (inside UiTest.MixProject)
<- Ran mix compile.app in 3ms
<- Ran mix compile.all in 282ms
-> Running mix compile.protocols --profile=time (inside Umbrella.Mixfile)
<- Ran mix compile.protocols in 115ms
<- Ran mix compile in 77327ms
Time: 0h:01m:19s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment