fork download
  1. 1:38:13.620 [info] Compiling file system watcher for Mac...
  2.  
  3. 21:38:14.450 [info] Done.
  4. ==> file_system
  5. Compiling 7 files (.ex)
  6. Generated file_system app
  7. ==> gettext
  8. Compiling 1 file (.yrl)
  9. Compiling 1 file (.erl)
  10. Compiling 20 files (.ex)
  11. Generated gettext app
  12. ===> Compiling ranch
  13. src/ranch_ssl.erl:128: Warning: ssl:ssl_accept/2: deprecated; use ssl:handshake/2 instead
  14.  
  15. warning: String.strip/1 is deprecated. Use String.trim/1 instead
  16. /Users/gc/Desktop/Rebhu2/rsvp_umbrella/deps/poison/mix.exs:4: Poison.Mixfile
  17.  
  18. ==> poison
  19. Compiling 4 files (.ex)
  20. warning: Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
  21. lib/poison/encoder.ex:173: Poison.Encoder.BitString.seq/1
  22.  
  23. Generated poison app
  24. ==> phoenix_pubsub
  25. Compiling 13 files (.ex)
  26. warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  27. lib/phoenix/pubsub/local_supervisor.ex:Phoenix.PubSub.LocalSupervisor.init/1
  28.  
  29. warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  30. lib/phoenix/tracker.ex:Phoenix.Tracker.init/1
  31.  
  32. warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  33. lib/phoenix/pubsub/pg2.ex:Phoenix.PubSub.PG2.init/1
  34.  
  35. Generated phoenix_pubsub app
  36. ===> Compiling cowlib
  37. src/cow_multipart.erl:392: Warning: call to crypto:rand_bytes/1 will fail, since it was removed in 20.0; use crypto:strong_rand_bytes/1
  38.  
  39. ===> Compiling cowboy
  40. src/cowboy_handler.erl:87: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
  41. src/cowboy_handler.erl:116: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
  42. src/cowboy_handler.erl:235: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
  43. src/cowboy_handler.erl:290: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
  44.  
  45. src/cowboy_rest.erl:69: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
  46. src/cowboy_rest.erl:1006: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
  47.  
  48. src/cowboy_websocket.erl:147: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
  49. src/cowboy_websocket.erl:645: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
  50. src/cowboy_websocket.erl:755: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
  51.  
  52. ==> mime
  53. Compiling 2 files (.ex)
  54. Generated mime app
  55. ==> plug_crypto
  56. Compiling 5 files (.ex)
  57. Generated plug_crypto app
  58. ==> plug
  59. Compiling 1 file (.erl)
  60. Compiling 40 files (.ex)
  61. warning: System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch
  62. lib/plug/conn/wrapper_error.ex:23
  63.  
  64. Generated plug app
  65. ==> phoenix
  66. Compiling 75 files (.ex)
  67. warning: duplicate key :route found in struct
  68. (elixir 1.10.2) lib/kernel/utils.ex:119: Kernel.Utils.warn_on_duplicate_struct_key/1
  69. (elixir 1.10.2) lib/kernel/utils.ex:98: Kernel.Utils.defstruct/2
  70. lib/phoenix/router/resource.ex:24: (module)
  71. (elixir 1.10.2) src/elixir_compiler.erl:75: :elixir_compiler.dispatch/4
  72. (elixir 1.10.2) src/elixir_compiler.erl:60: :elixir_compiler.compile/3
  73.  
  74. warning: invalid type annotation. When using the | operator to represent the union of types, make sure to wrap type annotations in parentheses: {:ok, pid()} | {:error, reason :: term()} :: :ignore
  75. lib/phoenix/presence.ex:110
  76.  
  77. warning: Enum.partition/2 is deprecated. Use Enum.split_with/2 instead
  78. lib/mix/tasks/phoenix.gen.model.ex:155: Mix.Tasks.Phoenix.Gen.Model.partition_attrs_and_assocs/1
  79.  
  80. warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  81. lib/phoenix/transports/long_poll_server.ex:Phoenix.Transports.LongPoll.Supervisor.init/1
  82.  
  83. warning: Enum.partition/2 is deprecated. Use Enum.split_with/2 instead
  84. lib/phoenix/endpoint/handler.ex:39: Phoenix.Endpoint.Handler.default/3
  85.  
  86. warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  87. lib/phoenix/endpoint/handler.ex:Phoenix.Endpoint.Handler.init/1
  88.  
  89. warning: Enum.partition/2 is deprecated. Use Enum.split_with/2 instead
  90. lib/mix/phoenix/schema.ex:234: Mix.Phoenix.Schema.partition_attrs_and_assocs/2
  91.  
  92. warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  93. lib/phoenix/endpoint/supervisor.ex:Phoenix.Endpoint.Supervisor.init/1
  94.  
  95. warning: Plug.Crypto.safe_binary_to_term/1 is deprecated. Use non_executable_binary_to_term/2
  96. lib/phoenix/token.ex:176: Phoenix.Token.verify/4
  97.  
  98. warning: Plug.Adapters.Cowboy.Conn.conn/2 is undefined (module Plug.Adapters.Cowboy.Conn is not available or is yet to be defined)
  99. lib/phoenix/endpoint/cowboy_websocket.ex:10: Phoenix.Endpoint.CowboyWebSocket.init/3
  100.  
  101. Generated phoenix app
  102. ==> phoenix_live_reload
  103. Compiling 4 files (.ex)
  104. Generated phoenix_live_reload app
  105. ==> phoenix_html
  106. Compiling 8 files (.ex)
  107. Generated phoenix_html app
  108. mix phoenix.server is deprecated. Use phx.server instead.
  109. ==> rsvp_web
  110. Compiling 11 files (.ex)
  111. warning: no configuration found for otp_app :rsvp_web and module RsvpWeb.Endpoint
  112. Generated rsvp_web app
  113. warning: no configuration found for otp_app :rsvp_web and module RsvpWeb.Endpoint
  114. ^Z
Runtime error #stdin #stdout #stderr 0s 4384KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
./prog.sh: line 1: 1:38:13.620: command not found
./prog.sh: line 3: 21:38:14.450: command not found
./prog.sh: line 4: file_system: Permission denied
./prog.sh: line 5: syntax error near unexpected token `('
./prog.sh: line 5: `Compiling 7 files (.ex)'