Advertisement
Guest User

builder_user_create

a guest
Oct 21st, 2016
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.83 KB | None | 0 0
  1. --- Creating dev user
  2. ** Invoke cartodb:db:create_dev_user (first_time)
  3. ** Invoke db:create (first_time)
  4. ** Invoke environment (first_time)
  5. ** Execute environment
  6. (0.000155s) SET standard_conforming_strings = ON
  7. (0.000130s) SET client_min_messages = 'WARNING'
  8. (0.000159s) SET DateStyle = 'ISO'
  9. (0.005685s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'external_sources') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  10. (0.002215s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'shared_entities') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDERBY "pg_attribute"."attnum"
  11. (0.002046s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'permissions') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  12. (0.002263s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'user_tables') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  13. (0.002057s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'maps') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  14. (0.002150s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'layers') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  15. (0.001879s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'likes') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  16. (0.002031s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'synchronization_oauths') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  17. (0.001900s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'logs') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  18. (0.002730s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'data_imports') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY"pg_attribute"."attnum"
  19. (0.001929s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'external_data_imports') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema'))ORDER BY "pg_attribute"."attnum"
  20. (0.001897s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'feature_flags') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  21. (0.005023s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'users') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  22. ** Execute db:create
  23. createdb: database creation failed: ERROR: database "carto_db_development" already exists
  24. [sequel] Created database 'carto_db_development'
  25. createdb: database creation failed: ERROR: database "carto_db_test" already exists
  26. [sequel] Created database 'carto_db_test'
  27. ** Invoke db:migrate (first_time)
  28. ** Invoke db:migrate:load (first_time)
  29. ** Invoke environment
  30. ** Execute db:migrate:load
  31. ** Execute db:migrate
  32. (0.043675s) SELECT NULL FROM "schema_migrations" LIMIT 1
  33. (0.000432s) SELECT * FROM "schema_migrations" LIMIT 1
  34. (0.006379s) SELECT "filename" FROM "schema_migrations" ORDER BY "filename"
  35. ** Invoke db:schema:dump (first_time)
  36. ** Invoke environment
  37. ** Execute db:schema:dump
  38. ** Invoke cartodb:db:create_publicuser (first_time)
  39. ** Invoke environment
  40. ** Execute cartodb:db:create_publicuser
  41. Creating user publicuser
  42. (0.069758s) DO $$
  43. BEGIN
  44. IF NOT EXISTS ( SELECT * FROM pg_user WHERE usename = 'publicuser') THEN
  45. CREATE USER publicuser; -- TODO: with password '...'
  46. ELSE
  47. RAISE NOTICE 'User publicuser already exists';
  48. END IF;
  49. RETURN;
  50. END;
  51. $$ LANGUAGE 'plpgsql';
  52. Creating user tileuser
  53. (0.000677s) DO $$
  54. BEGIN
  55. IF NOT EXISTS ( SELECT * FROM pg_user WHERE usename = 'tileuser') THEN
  56. CREATE USER tileuser; -- TODO: with password '...'
  57. ELSE
  58. RAISE NOTICE 'User tileuser already exists';
  59. END IF;
  60. RETURN;
  61. END;
  62. $$ LANGUAGE 'plpgsql';
  63. ** Execute cartodb:db:create_dev_user
  64. Carto::Ldap::Configuration Load (12.0ms) SELECT "ldap_configurations".* FROM "ldap_configurations" LIMIT 1
  65. (0.001939s) SELECT COUNT(*) AS "count" FROM "users" WHERE ("username" = 'test') LIMIT 1
  66. (0.004423s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false)AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'organizations') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
  67. (0.012649s) SELECT * FROM "organizations" WHERE ("name" = 'test') LIMIT 1
  68. (0.000754s) SELECT COUNT(*) AS "count" FROM "users" WHERE ("email" = 'dummy@dummy.de') LIMIT 1
  69. User test created successfully
  70. (0.000603s) SELECT COUNT(*) AS "count" FROM "users" WHERE ("username" = 'test') LIMIT 1
  71. (0.000560s) SELECT * FROM "organizations" WHERE ("name" = 'test') LIMIT 1
  72. (0.000551s) SELECT COUNT(*) AS "count" FROM "users" WHERE ("email" = 'dummy@dummy.de') LIMIT 1
  73. (0.000174s) SET standard_conforming_strings = ON
  74. (0.000436s) SET client_min_messages = 'WARNING'
  75. (0.000411s) SET DateStyle = 'ISO'
  76. PG::Error: ERROR: zero-length delimited identifier at or near """"
  77. LINE 1: SET search_path TO "", cartodb, cdb_dataservices_client, pu...
  78. ^: SET search_path TO "", cartodb, cdb_dataservices_client, public
  79. error: Cannot connect to user database
  80. #<Sequel::DatabaseConnectionError: PG::Error: ERROR: zero-length delimited identifier at or near """"
  81. LINE 1: SET search_path TO "", cartodb, cdb_dataservices_client, pu...
  82. ^
  83. >
  84. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:145:in `exec'
  85. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:145:in `block in execute_query'
  86. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/logging.rb:37:in `log_yield'
  87. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:145:in `execute_query'
  88. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:132:in `block in execute'
  89. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:111:in `check_disconnect_errors'
  90. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:132:in `execute'
  91. /home/erik/cartodb/app/models/user.rb:672:in `block in get_database'
  92. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool.rb:95:in `call'
  93. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool.rb:95:in `make_new'
  94. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:164:in `make_new'
  95. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:137:in `available'
  96. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:127:in `block in acquire'
  97. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:195:in `block in sync'
  98. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:195:in `synchronize'
  99. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:195:in `sync'
  100. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:126:in `acquire'
  101. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/extensions/connection_validator.rb:85:in `acquire'
  102. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:94:in `hold'
  103. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/connecting.rb:236:in `synchronize'
  104. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/shared/postgres.rb:450:in `server_version'
  105. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/shared/postgres.rb:1317:in `server_version'
  106. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/shared/postgres.rb:1277:in `select_clause_methods'
  107. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/dataset/sql.rb:813:in `clause_sql'
  108. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/dataset/sql.rb:136:in `select_sql'
  109. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/dataset/sql.rb:141:in `sql'
  110. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/connecting.rb:299:in `valid_connection_sql'
  111. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/extensions/connection_validator.rb:67:in `extended'
  112. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/extensions/connection_validator.rb:107:in `extend'
  113. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/extensions/connection_validator.rb:107:in `block in <module:Sequel>'
  114. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/misc.rb:147:in `call'
  115. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/misc.rb:147:in `block in extension'
  116. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/misc.rb:145:in `each'
  117. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/misc.rb:145:in `extension'
  118. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/shared/postgres.rb:280:in `extension'
  119. /home/erik/cartodb/app/models/user.rb:651:in `block in get_connection'
  120. /home/erik/cartodb/lib/cartodb/connection_pool.rb:42:in `create_new_connection'
  121. /home/erik/cartodb/lib/cartodb/connection_pool.rb:27:in `fetch'
  122. /home/erik/cartodb/app/models/user.rb:649:in `get_connection'
  123. /home/erik/cartodb/app/models/user.rb:617:in `in_database'
  124. /home/erik/cartodb/app/models/user/db_service.rb:208:in `rebuild_quota_trigger'
  125. /home/erik/cartodb/lib/tasks/setup.rake:81:in `block (3 levels) in <top (required)>'
  126. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
  127. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
  128. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
  129. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
  130. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
  131. /opt/rubies/ruby-2.2.3/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
  132. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
  133. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
  134. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
  135. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
  136. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
  137. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
  138. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  139. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
  140. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
  141. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  142. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
  143. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
  144. /opt/rubies/ruby-2.2.3/bin/rake:23:in `load'
  145. /opt/rubies/ruby-2.2.3/bin/rake:23:in `<top (required)>'
  146. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli/exec.rb:74:in `load'
  147. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli/exec.rb:74:in `kernel_load'
  148. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli/exec.rb:27:in `run'
  149. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli.rb:332:in `exec'
  150. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  151. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  152. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
  153. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli.rb:20:in `dispatch'
  154. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
  155. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli.rb:11:in `start'
  156. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/exe/bundle:34:in `block in <top (required)>'
  157. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
  158. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/exe/bundle:26:in `<top (required)>'
  159. /opt/rubies/ruby-2.2.3/bin/bundle:23:in `load'
  160. /opt/rubies/ruby-2.2.3/bin/bundle:23:in `<main>'
  161. user: #<User @values={:email=>"dummy@dummy.de", :salt=>"23470eb4067082690228d277c8420c276867141c", :crypted_password=>"57270098f710db366a0a5512579309f90f1e552c", :username=>"test", :database_host=>"localhost", :geocoding_quota=>0, :here_isolines_quota=>0, :obs_snapshot_quota=>0, :obs_general_quota=>0, :quota_in_bytes=>1073741824}>
  162. database: carto_db_development
  163.  
  164. rake aborted!
  165. PG::Error: ERROR: zero-length delimited identifier at or near """"
  166. LINE 1: SET search_path TO "", cartodb, cdb_dataservices_client, pu...
  167. ^
  168. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:145:in `exec'
  169. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:145:in `block in execute_query'
  170. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/logging.rb:37:in `log_yield'
  171. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:145:in `execute_query'
  172. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:132:in `block in execute'
  173. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:111:in `check_disconnect_errors'
  174. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/postgres.rb:132:in `execute'
  175. /home/erik/cartodb/app/models/user.rb:672:in `block in get_database'
  176. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool.rb:95:in `call'
  177. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool.rb:95:in `make_new'
  178. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:164:in `make_new'
  179. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:137:in `available'
  180. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:127:in `block in acquire'
  181. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:195:in `block in sync'
  182. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:195:in `synchronize'
  183. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:195:in `sync'
  184. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:126:in `acquire'
  185. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/extensions/connection_validator.rb:85:in `acquire'
  186. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/connection_pool/threaded.rb:94:in `hold'
  187. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/connecting.rb:236:in `synchronize'
  188. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/shared/postgres.rb:450:in `server_version'
  189. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/shared/postgres.rb:1317:in `server_version'
  190. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/shared/postgres.rb:1277:in `select_clause_methods'
  191. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/dataset/sql.rb:813:in `clause_sql'
  192. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/dataset/sql.rb:136:in `select_sql'
  193. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/dataset/sql.rb:141:in `sql'
  194. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/connecting.rb:299:in `valid_connection_sql'
  195. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/extensions/connection_validator.rb:67:in `extended'
  196. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/extensions/connection_validator.rb:107:in `extend'
  197. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/extensions/connection_validator.rb:107:in `block in <module:Sequel>'
  198. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/misc.rb:147:in `call'
  199. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/misc.rb:147:in `block in extension'
  200. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/misc.rb:145:in `each'
  201. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/database/misc.rb:145:in `extension'
  202. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/sequel-3.42.0/lib/sequel/adapters/shared/postgres.rb:280:in `extension'
  203. /home/erik/cartodb/app/models/user.rb:651:in `block in get_connection'
  204. /home/erik/cartodb/lib/cartodb/connection_pool.rb:42:in `create_new_connection'
  205. /home/erik/cartodb/lib/cartodb/connection_pool.rb:27:in `fetch'
  206. /home/erik/cartodb/app/models/user.rb:649:in `get_connection'
  207. /home/erik/cartodb/app/models/user.rb:617:in `in_database'
  208. /home/erik/cartodb/app/models/user/db_service.rb:208:in `rebuild_quota_trigger'
  209. /home/erik/cartodb/lib/tasks/setup.rake:81:in `block (3 levels) in <top (required)>'
  210. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
  211. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
  212. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
  213. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
  214. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
  215. /opt/rubies/ruby-2.2.3/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
  216. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
  217. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
  218. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
  219. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
  220. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
  221. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
  222. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  223. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
  224. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
  225. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
  226. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
  227. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
  228. /opt/rubies/ruby-2.2.3/bin/rake:23:in `load'
  229. /opt/rubies/ruby-2.2.3/bin/rake:23:in `<top (required)>'
  230. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli/exec.rb:74:in `load'
  231. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli/exec.rb:74:in `kernel_load'
  232. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli/exec.rb:27:in `run'
  233. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli.rb:332:in `exec'
  234. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  235. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  236. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
  237. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli.rb:20:in `dispatch'
  238. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
  239. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/cli.rb:11:in `start'
  240. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/exe/bundle:34:in `block in <top (required)>'
  241. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
  242. /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.13.5/exe/bundle:26:in `<top (required)>'
  243. /opt/rubies/ruby-2.2.3/bin/bundle:23:in `load'
  244. /opt/rubies/ruby-2.2.3/bin/bundle:23:in `<main>'
  245. Tasks: TOP => cartodb:db:create_dev_user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement