ActiveRecord::SchemaMigration Load (25.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.3ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.4ms) ROLLBACK  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.3ms) ROLLBACK  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20140613221835)  (0.1ms) BEGIN  (2.7ms) CREATE TABLE "users" ("id" serial primary key, "username" character varying, "name" character varying, "email" character varying, "age" integer, "phone" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140613221835"]]  (0.6ms) COMMIT Migrating to CreatePosts (20140615180954)  (0.3ms) BEGIN  (2.2ms) CREATE TABLE "posts" ("id" serial primary key, "user_id" integer, "mentionable_id" integer, "mentionable_type" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140615180954"]]  (0.4ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'posts' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (1.4ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'users' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.4ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_sequences ------------------------- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (6.9ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-06 22:01:27.025839"], ["updated_at", "2016-12-06 22:01:27.025839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-06 22:01:27.036747"], ["updated_at", "2016-12-06 22:01:27.036747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-06 22:01:27.039033"], ["updated_at", "2016-12-06 22:01:27.039033"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail11@example.com"], ["phone", 11], ["created_at", "2016-12-06 22:01:27.041380"], ["updated_at", "2016-12-06 22:01:27.041380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail12@example.com"], ["phone", 12], ["created_at", "2016-12-06 22:01:27.042634"], ["updated_at", "2016-12-06 22:01:27.042634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail13@example.com"], ["phone", 13], ["created_at", "2016-12-06 22:01:27.043876"], ["updated_at", "2016-12-06 22:01:27.043876"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-06 22:01:27.045161"], ["updated_at", "2016-12-06 22:01:27.045161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "age", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["age", 9], ["created_at", "2016-12-06 22:01:27.047191"], ["updated_at", "2016-12-06 22:01:27.047191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (6.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-07 04:05:43.102936"], ["updated_at", "2016-12-07 04:05:43.102936"]] SQL (1.9ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 9], ["created_at", "2016-12-07 04:05:43.107429"], ["updated_at", "2016-12-07 04:05:43.107429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-07 04:05:43.114287"], ["updated_at", "2016-12-07 04:05:43.114287"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 10], ["created_at", "2016-12-07 04:05:43.115287"], ["updated_at", "2016-12-07 04:05:43.115287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-07 04:05:43.117066"], ["updated_at", "2016-12-07 04:05:43.117066"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 11], ["created_at", "2016-12-07 04:05:43.117784"], ["updated_at", "2016-12-07 04:05:43.117784"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-07 04:05:43.120445"], ["updated_at", "2016-12-07 04:05:43.120445"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 12], ["created_at", "2016-12-07 04:05:43.121503"], ["updated_at", "2016-12-07 04:05:43.121503"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-07 04:05:43.124957"], ["updated_at", "2016-12-07 04:05:43.124957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-07 04:05:43.126274"], ["updated_at", "2016-12-07 04:05:43.126274"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-07 04:05:43.129678"], ["updated_at", "2016-12-07 04:05:43.129678"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 13], ["created_at", "2016-12-07 04:05:43.130399"], ["updated_at", "2016-12-07 04:05:43.130399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-07 04:05:43.131886"], ["updated_at", "2016-12-07 04:05:43.131886"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 14], ["created_at", "2016-12-07 04:05:43.132591"], ["updated_at", "2016-12-07 04:05:43.132591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-07 04:05:43.134080"], ["updated_at", "2016-12-07 04:05:43.134080"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 15], ["created_at", "2016-12-07 04:05:43.134786"], ["updated_at", "2016-12-07 04:05:43.134786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-07 04:05:43.136213"], ["updated_at", "2016-12-07 04:05:43.136213"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 16], ["created_at", "2016-12-07 04:05:43.136904"], ["updated_at", "2016-12-07 04:05:43.136904"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (6.7ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-07 12:49:09.542239"], ["updated_at", "2016-12-07 12:49:09.542239"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 17], ["created_at", "2016-12-07 12:49:09.553180"], ["updated_at", "2016-12-07 12:49:09.553180"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-07 12:49:09.555813"], ["updated_at", "2016-12-07 12:49:09.555813"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 18], ["created_at", "2016-12-07 12:49:09.556552"], ["updated_at", "2016-12-07 12:49:09.556552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-07 12:49:09.559995"], ["updated_at", "2016-12-07 12:49:09.559995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-07 12:49:09.561316"], ["updated_at", "2016-12-07 12:49:09.561316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail11@example.com"], ["phone", 11], ["created_at", "2016-12-07 12:49:09.564977"], ["updated_at", "2016-12-07 12:49:09.564977"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 19], ["created_at", "2016-12-07 12:49:09.565758"], ["updated_at", "2016-12-07 12:49:09.565758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail12@example.com"], ["phone", 12], ["created_at", "2016-12-07 12:49:09.567259"], ["updated_at", "2016-12-07 12:49:09.567259"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 20], ["created_at", "2016-12-07 12:49:09.567964"], ["updated_at", "2016-12-07 12:49:09.567964"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail13@example.com"], ["phone", 13], ["created_at", "2016-12-07 12:49:09.569537"], ["updated_at", "2016-12-07 12:49:09.569537"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 21], ["created_at", "2016-12-07 12:49:09.570222"], ["updated_at", "2016-12-07 12:49:09.570222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-07 12:49:09.571985"], ["updated_at", "2016-12-07 12:49:09.571985"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 22], ["created_at", "2016-12-07 12:49:09.572743"], ["updated_at", "2016-12-07 12:49:09.572743"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-07 12:49:09.575381"], ["updated_at", "2016-12-07 12:49:09.575381"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 23], ["created_at", "2016-12-07 12:49:09.576170"], ["updated_at", "2016-12-07 12:49:09.576170"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-07 12:49:09.579373"], ["updated_at", "2016-12-07 12:49:09.579373"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 24], ["created_at", "2016-12-07 12:49:09.580303"], ["updated_at", "2016-12-07 12:49:09.580303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-07 20:21:57.497565"], ["updated_at", "2016-12-07 20:21:57.497565"]] SQL (0.4ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 25], ["created_at", "2016-12-07 20:21:57.502208"], ["updated_at", "2016-12-07 20:21:57.502208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-07 20:21:57.506623"], ["updated_at", "2016-12-07 20:21:57.506623"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 26], ["created_at", "2016-12-07 20:21:57.509087"], ["updated_at", "2016-12-07 20:21:57.509087"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-07 20:21:57.511526"], ["updated_at", "2016-12-07 20:21:57.511526"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 27], ["created_at", "2016-12-07 20:21:57.512264"], ["updated_at", "2016-12-07 20:21:57.512264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-07 20:21:57.515496"], ["updated_at", "2016-12-07 20:21:57.515496"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 28], ["created_at", "2016-12-07 20:21:57.516590"], ["updated_at", "2016-12-07 20:21:57.516590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-07 20:21:57.519827"], ["updated_at", "2016-12-07 20:21:57.519827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-07 20:21:57.521505"], ["updated_at", "2016-12-07 20:21:57.521505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-07 20:21:57.525532"], ["updated_at", "2016-12-07 20:21:57.525532"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 29], ["created_at", "2016-12-07 20:21:57.526492"], ["updated_at", "2016-12-07 20:21:57.526492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-07 20:21:57.527967"], ["updated_at", "2016-12-07 20:21:57.527967"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 30], ["created_at", "2016-12-07 20:21:57.528733"], ["updated_at", "2016-12-07 20:21:57.528733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-07 20:21:57.530360"], ["updated_at", "2016-12-07 20:21:57.530360"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 31], ["created_at", "2016-12-07 20:21:57.531138"], ["updated_at", "2016-12-07 20:21:57.531138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-07 20:21:57.532638"], ["updated_at", "2016-12-07 20:21:57.532638"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 32], ["created_at", "2016-12-07 20:21:57.533299"], ["updated_at", "2016-12-07 20:21:57.533299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-09 15:58:35.478816"], ["updated_at", "2016-12-09 15:58:35.478816"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 33], ["created_at", "2016-12-09 15:58:35.482429"], ["updated_at", "2016-12-09 15:58:35.482429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-09 15:58:35.485206"], ["updated_at", "2016-12-09 15:58:35.485206"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 34], ["created_at", "2016-12-09 15:58:35.486615"], ["updated_at", "2016-12-09 15:58:35.486615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-09 15:58:35.489635"], ["updated_at", "2016-12-09 15:58:35.489635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-09 15:58:35.491096"], ["updated_at", "2016-12-09 15:58:35.491096"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-09 15:58:35.495451"], ["updated_at", "2016-12-09 15:58:35.495451"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 35], ["created_at", "2016-12-09 15:58:35.496230"], ["updated_at", "2016-12-09 15:58:35.496230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail13@example.com"], ["phone", 13], ["created_at", "2016-12-09 15:58:35.499545"], ["updated_at", "2016-12-09 15:58:35.499545"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 36], ["created_at", "2016-12-09 15:58:35.500326"], ["updated_at", "2016-12-09 15:58:35.500326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-09 15:58:35.501770"], ["updated_at", "2016-12-09 15:58:35.501770"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 37], ["created_at", "2016-12-09 15:58:35.502443"], ["updated_at", "2016-12-09 15:58:35.502443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-09 15:58:35.503904"], ["updated_at", "2016-12-09 15:58:35.503904"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 38], ["created_at", "2016-12-09 15:58:35.504572"], ["updated_at", "2016-12-09 15:58:35.504572"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-09 15:58:35.506010"], ["updated_at", "2016-12-09 15:58:35.506010"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 39], ["created_at", "2016-12-09 15:58:35.506740"], ["updated_at", "2016-12-09 15:58:35.506740"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-09 15:58:35.509385"], ["updated_at", "2016-12-09 15:58:35.509385"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 40], ["created_at", "2016-12-09 15:58:35.510331"], ["updated_at", "2016-12-09 15:58:35.510331"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (26.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- MakerTest: test_inheritance --------------------------- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (19.0ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-11 03:45:55.370751"], ["updated_at", "2016-12-11 03:45:55.370751"]] SQL (4.9ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 41], ["created_at", "2016-12-11 03:45:55.393212"], ["updated_at", "2016-12-11 03:45:55.393212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-11 03:45:55.401480"], ["updated_at", "2016-12-11 03:45:55.401480"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 42], ["created_at", "2016-12-11 03:45:55.402529"], ["updated_at", "2016-12-11 03:45:55.402529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-11 03:45:55.405904"], ["updated_at", "2016-12-11 03:45:55.405904"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 43], ["created_at", "2016-12-11 03:45:55.406678"], ["updated_at", "2016-12-11 03:45:55.406678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-11 03:45:55.408536"], ["updated_at", "2016-12-11 03:45:55.408536"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 44], ["created_at", "2016-12-11 03:45:55.409277"], ["updated_at", "2016-12-11 03:45:55.409277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 03:45:55.411738"], ["updated_at", "2016-12-11 03:45:55.411738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 03:45:55.412961"], ["updated_at", "2016-12-11 03:45:55.412961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-11 03:45:55.416695"], ["updated_at", "2016-12-11 03:45:55.416695"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 45], ["created_at", "2016-12-11 03:45:55.417524"], ["updated_at", "2016-12-11 03:45:55.417524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-11 03:45:55.419679"], ["updated_at", "2016-12-11 03:45:55.419679"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 46], ["created_at", "2016-12-11 03:45:55.420639"], ["updated_at", "2016-12-11 03:45:55.420639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-11 03:45:55.422183"], ["updated_at", "2016-12-11 03:45:55.422183"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 47], ["created_at", "2016-12-11 03:45:55.422914"], ["updated_at", "2016-12-11 03:45:55.422914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-11 03:45:55.424432"], ["updated_at", "2016-12-11 03:45:55.424432"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 48], ["created_at", "2016-12-11 03:45:55.425228"], ["updated_at", "2016-12-11 03:45:55.425228"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-11 03:48:32.525844"], ["updated_at", "2016-12-11 03:48:32.525844"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 49], ["created_at", "2016-12-11 03:48:32.529339"], ["updated_at", "2016-12-11 03:48:32.529339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail7@example.com"], ["phone", 7], ["created_at", "2016-12-11 03:48:32.533912"], ["updated_at", "2016-12-11 03:48:32.533912"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 50], ["created_at", "2016-12-11 03:48:32.534690"], ["updated_at", "2016-12-11 03:48:32.534690"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-11 03:48:32.536968"], ["updated_at", "2016-12-11 03:48:32.536968"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 51], ["created_at", "2016-12-11 03:48:32.538338"], ["updated_at", "2016-12-11 03:48:32.538338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail9@example.com"], ["phone", 9], ["created_at", "2016-12-11 03:48:32.540093"], ["updated_at", "2016-12-11 03:48:32.540093"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 52], ["created_at", "2016-12-11 03:48:32.540912"], ["updated_at", "2016-12-11 03:48:32.540912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail10@example.com"], ["phone", 10], ["created_at", "2016-12-11 03:48:32.542425"], ["updated_at", "2016-12-11 03:48:32.542425"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 53], ["created_at", "2016-12-11 03:48:32.543178"], ["updated_at", "2016-12-11 03:48:32.543178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 03:48:32.545785"], ["updated_at", "2016-12-11 03:48:32.545785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 03:48:32.548566"], ["updated_at", "2016-12-11 03:48:32.548566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-11 03:48:32.551718"], ["updated_at", "2016-12-11 03:48:32.551718"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 54], ["created_at", "2016-12-11 03:48:32.552471"], ["updated_at", "2016-12-11 03:48:32.552471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-11 03:48:32.554210"], ["updated_at", "2016-12-11 03:48:32.554210"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 55], ["created_at", "2016-12-11 03:48:32.554874"], ["updated_at", "2016-12-11 03:48:32.554874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-11 03:48:32.557990"], ["updated_at", "2016-12-11 03:48:32.557990"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 56], ["created_at", "2016-12-11 03:48:32.559049"], ["updated_at", "2016-12-11 03:48:32.559049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail5@example.com"], ["phone", 5], ["created_at", "2016-12-11 04:07:31.687476"], ["updated_at", "2016-12-11 04:07:31.687476"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 57], ["created_at", "2016-12-11 04:07:31.691213"], ["updated_at", "2016-12-11 04:07:31.691213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-11 04:07:31.693308"], ["updated_at", "2016-12-11 04:07:31.693308"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 58], ["created_at", "2016-12-11 04:07:31.694033"], ["updated_at", "2016-12-11 04:07:31.694033"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail7@example.com"], ["phone", 7], ["created_at", "2016-12-11 04:07:31.696136"], ["updated_at", "2016-12-11 04:07:31.696136"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 59], ["created_at", "2016-12-11 04:07:31.697810"], ["updated_at", "2016-12-11 04:07:31.697810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-11 04:07:31.699681"], ["updated_at", "2016-12-11 04:07:31.699681"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 60], ["created_at", "2016-12-11 04:07:31.700523"], ["updated_at", "2016-12-11 04:07:31.700523"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail10@example.com"], ["phone", 10], ["created_at", "2016-12-11 04:07:31.703266"], ["updated_at", "2016-12-11 04:07:31.703266"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 61], ["created_at", "2016-12-11 04:07:31.704086"], ["updated_at", "2016-12-11 04:07:31.704086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 04:07:31.708151"], ["updated_at", "2016-12-11 04:07:31.708151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 04:07:31.709667"], ["updated_at", "2016-12-11 04:07:31.709667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-11 04:07:31.712547"], ["updated_at", "2016-12-11 04:07:31.712547"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 62], ["created_at", "2016-12-11 04:07:31.713454"], ["updated_at", "2016-12-11 04:07:31.713454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-11 04:07:31.716253"], ["updated_at", "2016-12-11 04:07:31.716253"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 63], ["created_at", "2016-12-11 04:07:31.716962"], ["updated_at", "2016-12-11 04:07:31.716962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-11 04:07:54.523877"], ["updated_at", "2016-12-11 04:07:54.523877"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 64], ["created_at", "2016-12-11 04:07:54.526791"], ["updated_at", "2016-12-11 04:07:54.526791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-11 04:07:54.530010"], ["updated_at", "2016-12-11 04:07:54.530010"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 65], ["created_at", "2016-12-11 04:07:54.530800"], ["updated_at", "2016-12-11 04:07:54.530800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-11 04:07:54.532746"], ["updated_at", "2016-12-11 04:07:54.532746"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 66], ["created_at", "2016-12-11 04:07:54.534662"], ["updated_at", "2016-12-11 04:07:54.534662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail11@example.com"], ["phone", 11], ["created_at", "2016-12-11 04:07:54.540121"], ["updated_at", "2016-12-11 04:07:54.540121"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 67], ["created_at", "2016-12-11 04:07:54.541238"], ["updated_at", "2016-12-11 04:07:54.541238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail12@example.com"], ["phone", 12], ["created_at", "2016-12-11 04:07:54.543120"], ["updated_at", "2016-12-11 04:07:54.543120"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 68], ["created_at", "2016-12-11 04:07:54.544000"], ["updated_at", "2016-12-11 04:07:54.544000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail13@example.com"], ["phone", 13], ["created_at", "2016-12-11 04:07:54.545770"], ["updated_at", "2016-12-11 04:07:54.545770"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 69], ["created_at", "2016-12-11 04:07:54.547949"], ["updated_at", "2016-12-11 04:07:54.547949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-11 04:07:54.549794"], ["updated_at", "2016-12-11 04:07:54.549794"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 70], ["created_at", "2016-12-11 04:07:54.550576"], ["updated_at", "2016-12-11 04:07:54.550576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 04:07:54.553886"], ["updated_at", "2016-12-11 04:07:54.553886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 04:07:54.555215"], ["updated_at", "2016-12-11 04:07:54.555215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-11 04:07:54.558224"], ["updated_at", "2016-12-11 04:07:54.558224"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 71], ["created_at", "2016-12-11 04:07:54.559185"], ["updated_at", "2016-12-11 04:07:54.559185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 04:07:57.848784"], ["updated_at", "2016-12-11 04:07:57.848784"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 04:07:57.851874"], ["updated_at", "2016-12-11 04:07:57.851874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-11 04:07:57.854915"], ["updated_at", "2016-12-11 04:07:57.854915"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 72], ["created_at", "2016-12-11 04:07:57.856050"], ["updated_at", "2016-12-11 04:07:57.856050"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-11 04:07:57.859721"], ["updated_at", "2016-12-11 04:07:57.859721"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 73], ["created_at", "2016-12-11 04:07:57.860708"], ["updated_at", "2016-12-11 04:07:57.860708"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-11 04:07:57.864765"], ["updated_at", "2016-12-11 04:07:57.864765"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 74], ["created_at", "2016-12-11 04:07:57.865740"], ["updated_at", "2016-12-11 04:07:57.865740"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail10@example.com"], ["phone", 10], ["created_at", "2016-12-11 04:07:57.867901"], ["updated_at", "2016-12-11 04:07:57.867901"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 75], ["created_at", "2016-12-11 04:07:57.870144"], ["updated_at", "2016-12-11 04:07:57.870144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-11 04:07:57.873866"], ["updated_at", "2016-12-11 04:07:57.873866"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 76], ["created_at", "2016-12-11 04:07:57.874795"], ["updated_at", "2016-12-11 04:07:57.874795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-11 04:07:57.876419"], ["updated_at", "2016-12-11 04:07:57.876419"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 77], ["created_at", "2016-12-11 04:07:57.877105"], ["updated_at", "2016-12-11 04:07:57.877105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-11 04:07:57.878590"], ["updated_at", "2016-12-11 04:07:57.878590"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 78], ["created_at", "2016-12-11 04:07:57.879289"], ["updated_at", "2016-12-11 04:07:57.879289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-11 04:07:57.880675"], ["updated_at", "2016-12-11 04:07:57.880675"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 79], ["created_at", "2016-12-11 04:07:57.881466"], ["updated_at", "2016-12-11 04:07:57.881466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 04:08:00.205525"], ["updated_at", "2016-12-11 04:08:00.205525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 04:08:00.208615"], ["updated_at", "2016-12-11 04:08:00.208615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-11 04:08:00.212229"], ["updated_at", "2016-12-11 04:08:00.212229"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 80], ["created_at", "2016-12-11 04:08:00.214196"], ["updated_at", "2016-12-11 04:08:00.214196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-11 04:08:00.218078"], ["updated_at", "2016-12-11 04:08:00.218078"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 81], ["created_at", "2016-12-11 04:08:00.220174"], ["updated_at", "2016-12-11 04:08:00.220174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-11 04:08:00.222717"], ["updated_at", "2016-12-11 04:08:00.222717"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 82], ["created_at", "2016-12-11 04:08:00.223536"], ["updated_at", "2016-12-11 04:08:00.223536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail13@example.com"], ["phone", 13], ["created_at", "2016-12-11 04:08:00.227102"], ["updated_at", "2016-12-11 04:08:00.227102"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 83], ["created_at", "2016-12-11 04:08:00.228045"], ["updated_at", "2016-12-11 04:08:00.228045"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-11 04:08:00.229639"], ["updated_at", "2016-12-11 04:08:00.229639"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 84], ["created_at", "2016-12-11 04:08:00.230328"], ["updated_at", "2016-12-11 04:08:00.230328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-11 04:08:00.231865"], ["updated_at", "2016-12-11 04:08:00.231865"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 85], ["created_at", "2016-12-11 04:08:00.232614"], ["updated_at", "2016-12-11 04:08:00.232614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-11 04:08:00.234241"], ["updated_at", "2016-12-11 04:08:00.234241"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 86], ["created_at", "2016-12-11 04:08:00.234993"], ["updated_at", "2016-12-11 04:08:00.234993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-11 04:08:00.237533"], ["updated_at", "2016-12-11 04:08:00.237533"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 87], ["created_at", "2016-12-11 04:08:00.238442"], ["updated_at", "2016-12-11 04:08:00.238442"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-11 04:08:02.427879"], ["updated_at", "2016-12-11 04:08:02.427879"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 88], ["created_at", "2016-12-11 04:08:02.430751"], ["updated_at", "2016-12-11 04:08:02.430751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail7@example.com"], ["phone", 7], ["created_at", "2016-12-11 04:08:02.435643"], ["updated_at", "2016-12-11 04:08:02.435643"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 89], ["created_at", "2016-12-11 04:08:02.437181"], ["updated_at", "2016-12-11 04:08:02.437181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-11 04:08:02.439002"], ["updated_at", "2016-12-11 04:08:02.439002"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 90], ["created_at", "2016-12-11 04:08:02.439801"], ["updated_at", "2016-12-11 04:08:02.439801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail9@example.com"], ["phone", 9], ["created_at", "2016-12-11 04:08:02.442922"], ["updated_at", "2016-12-11 04:08:02.442922"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 91], ["created_at", "2016-12-11 04:08:02.444038"], ["updated_at", "2016-12-11 04:08:02.444038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail10@example.com"], ["phone", 10], ["created_at", "2016-12-11 04:08:02.445854"], ["updated_at", "2016-12-11 04:08:02.445854"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 92], ["created_at", "2016-12-11 04:08:02.446702"], ["updated_at", "2016-12-11 04:08:02.446702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail12@example.com"], ["phone", 12], ["created_at", "2016-12-11 04:08:02.449299"], ["updated_at", "2016-12-11 04:08:02.449299"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 93], ["created_at", "2016-12-11 04:08:02.450059"], ["updated_at", "2016-12-11 04:08:02.450059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-11 04:08:02.451789"], ["updated_at", "2016-12-11 04:08:02.451789"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 94], ["created_at", "2016-12-11 04:08:02.452531"], ["updated_at", "2016-12-11 04:08:02.452531"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-11 04:08:02.454963"], ["updated_at", "2016-12-11 04:08:02.454963"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 95], ["created_at", "2016-12-11 04:08:02.455706"], ["updated_at", "2016-12-11 04:08:02.455706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 04:08:02.458122"], ["updated_at", "2016-12-11 04:08:02.458122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 04:08:02.459353"], ["updated_at", "2016-12-11 04:08:02.459353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-11 04:57:27.817613"], ["updated_at", "2016-12-11 04:57:27.817613"]] SQL (0.4ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 96], ["created_at", "2016-12-11 04:57:27.821186"], ["updated_at", "2016-12-11 04:57:27.821186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-11 04:57:27.826957"], ["updated_at", "2016-12-11 04:57:27.826957"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 97], ["created_at", "2016-12-11 04:57:27.828780"], ["updated_at", "2016-12-11 04:57:27.828780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (1.3ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail7@example.com"], ["phone", 7], ["created_at", "2016-12-11 04:57:27.835254"], ["updated_at", "2016-12-11 04:57:27.835254"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 98], ["created_at", "2016-12-11 04:57:27.836209"], ["updated_at", "2016-12-11 04:57:27.836209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-11 04:57:27.840766"], ["updated_at", "2016-12-11 04:57:27.840766"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 99], ["created_at", "2016-12-11 04:57:27.841805"], ["updated_at", "2016-12-11 04:57:27.841805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-11 04:57:27.843431"], ["updated_at", "2016-12-11 04:57:27.843431"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 100], ["created_at", "2016-12-11 04:57:27.844250"], ["updated_at", "2016-12-11 04:57:27.844250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-11 04:57:27.845761"], ["updated_at", "2016-12-11 04:57:27.845761"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 101], ["created_at", "2016-12-11 04:57:27.846469"], ["updated_at", "2016-12-11 04:57:27.846469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-11 04:57:27.847898"], ["updated_at", "2016-12-11 04:57:27.847898"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 102], ["created_at", "2016-12-11 04:57:27.848608"], ["updated_at", "2016-12-11 04:57:27.848608"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-11 05:01:40.341102"], ["updated_at", "2016-12-11 05:01:40.341102"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 103], ["created_at", "2016-12-11 05:01:40.345731"], ["updated_at", "2016-12-11 05:01:40.345731"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-11 05:01:40.350693"], ["updated_at", "2016-12-11 05:01:40.350693"]] SQL (0.4ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 104], ["created_at", "2016-12-11 05:01:40.353245"], ["updated_at", "2016-12-11 05:01:40.353245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-11 05:01:40.356435"], ["updated_at", "2016-12-11 05:01:40.356435"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 105], ["created_at", "2016-12-11 05:01:40.357340"], ["updated_at", "2016-12-11 05:01:40.357340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-11 05:01:40.363052"], ["updated_at", "2016-12-11 05:01:40.363052"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 106], ["created_at", "2016-12-11 05:01:40.363953"], ["updated_at", "2016-12-11 05:01:40.363953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-11 05:01:40.365450"], ["updated_at", "2016-12-11 05:01:40.365450"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 107], ["created_at", "2016-12-11 05:01:40.366119"], ["updated_at", "2016-12-11 05:01:40.366119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-11 05:01:40.367602"], ["updated_at", "2016-12-11 05:01:40.367602"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 108], ["created_at", "2016-12-11 05:01:40.368313"], ["updated_at", "2016-12-11 05:01:40.368313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-11 05:01:40.370280"], ["updated_at", "2016-12-11 05:01:40.370280"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 109], ["created_at", "2016-12-11 05:01:40.371037"], ["updated_at", "2016-12-11 05:01:40.371037"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-11 05:01:58.916417"], ["updated_at", "2016-12-11 05:01:58.916417"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 110], ["created_at", "2016-12-11 05:01:58.920652"], ["updated_at", "2016-12-11 05:01:58.920652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail7@example.com"], ["phone", 7], ["created_at", "2016-12-11 05:01:58.925179"], ["updated_at", "2016-12-11 05:01:58.925179"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 111], ["created_at", "2016-12-11 05:01:58.926040"], ["updated_at", "2016-12-11 05:01:58.926040"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail9@example.com"], ["phone", 9], ["created_at", "2016-12-11 05:01:58.928139"], ["updated_at", "2016-12-11 05:01:58.928139"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 112], ["created_at", "2016-12-11 05:01:58.928992"], ["updated_at", "2016-12-11 05:01:58.928992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (1.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-11 05:01:58.933865"], ["updated_at", "2016-12-11 05:01:58.933865"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 113], ["created_at", "2016-12-11 05:01:58.934789"], ["updated_at", "2016-12-11 05:01:58.934789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-11 05:01:58.936303"], ["updated_at", "2016-12-11 05:01:58.936303"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 114], ["created_at", "2016-12-11 05:01:58.937037"], ["updated_at", "2016-12-11 05:01:58.937037"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-11 05:01:58.938366"], ["updated_at", "2016-12-11 05:01:58.938366"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 115], ["created_at", "2016-12-11 05:01:58.939089"], ["updated_at", "2016-12-11 05:01:58.939089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-11 05:01:58.940581"], ["updated_at", "2016-12-11 05:01:58.940581"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 116], ["created_at", "2016-12-11 05:01:58.941410"], ["updated_at", "2016-12-11 05:01:58.941410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-11 05:03:21.577261"], ["updated_at", "2016-12-11 05:03:21.577261"]] SQL (0.5ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 117], ["created_at", "2016-12-11 05:03:21.580588"], ["updated_at", "2016-12-11 05:03:21.580588"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail9@example.com"], ["phone", 9], ["created_at", "2016-12-11 05:03:21.585460"], ["updated_at", "2016-12-11 05:03:21.585460"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 118], ["created_at", "2016-12-11 05:03:21.586589"], ["updated_at", "2016-12-11 05:03:21.586589"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail10@example.com"], ["phone", 10], ["created_at", "2016-12-11 05:03:21.589700"], ["updated_at", "2016-12-11 05:03:21.589700"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 119], ["created_at", "2016-12-11 05:03:21.590641"], ["updated_at", "2016-12-11 05:03:21.590641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail11@example.com"], ["phone", 11], ["created_at", "2016-12-11 05:03:21.592518"], ["updated_at", "2016-12-11 05:03:21.592518"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 120], ["created_at", "2016-12-11 05:03:21.593379"], ["updated_at", "2016-12-11 05:03:21.593379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail12@example.com"], ["phone", 12], ["created_at", "2016-12-11 05:03:21.594932"], ["updated_at", "2016-12-11 05:03:21.594932"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 121], ["created_at", "2016-12-11 05:03:21.595654"], ["updated_at", "2016-12-11 05:03:21.595654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-11 05:03:21.600127"], ["updated_at", "2016-12-11 05:03:21.600127"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 122], ["created_at", "2016-12-11 05:03:21.600909"], ["updated_at", "2016-12-11 05:03:21.600909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-11 05:03:21.602644"], ["updated_at", "2016-12-11 05:03:21.602644"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 123], ["created_at", "2016-12-11 05:03:21.603400"], ["updated_at", "2016-12-11 05:03:21.603400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-11 05:03:32.748188"], ["updated_at", "2016-12-11 05:03:32.748188"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 124], ["created_at", "2016-12-11 05:03:32.751319"], ["updated_at", "2016-12-11 05:03:32.751319"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance --------------------------- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-11 05:05:46.839660"], ["updated_at", "2016-12-11 05:05:46.839660"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 125], ["created_at", "2016-12-11 05:05:46.842376"], ["updated_at", "2016-12-11 05:05:46.842376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail7@example.com"], ["phone", 7], ["created_at", "2016-12-11 05:05:46.844281"], ["updated_at", "2016-12-11 05:05:46.844281"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 126], ["created_at", "2016-12-11 05:05:46.844975"], ["updated_at", "2016-12-11 05:05:46.844975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-11 05:05:46.846447"], ["updated_at", "2016-12-11 05:05:46.846447"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 127], ["created_at", "2016-12-11 05:05:46.847222"], ["updated_at", "2016-12-11 05:05:46.847222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail9@example.com"], ["phone", 9], ["created_at", "2016-12-11 05:05:46.849971"], ["updated_at", "2016-12-11 05:05:46.849971"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 128], ["created_at", "2016-12-11 05:05:46.851064"], ["updated_at", "2016-12-11 05:05:46.851064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail13@example.com"], ["phone", 13], ["created_at", "2016-12-11 05:05:46.856726"], ["updated_at", "2016-12-11 05:05:46.856726"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 129], ["created_at", "2016-12-11 05:05:46.857762"], ["updated_at", "2016-12-11 05:05:46.857762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-11 05:05:46.859665"], ["updated_at", "2016-12-11 05:05:46.859665"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 130], ["created_at", "2016-12-11 05:05:46.860369"], ["updated_at", "2016-12-11 05:05:46.860369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-11 05:05:46.863620"], ["updated_at", "2016-12-11 05:05:46.863620"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 131], ["created_at", "2016-12-11 05:05:46.864400"], ["updated_at", "2016-12-11 05:05:46.864400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-11 05:07:31.351717"], ["updated_at", "2016-12-11 05:07:31.351717"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 132], ["created_at", "2016-12-11 05:07:31.355287"], ["updated_at", "2016-12-11 05:07:31.355287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-11 05:07:49.694687"], ["updated_at", "2016-12-11 05:07:49.694687"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 133], ["created_at", "2016-12-11 05:07:49.697392"], ["updated_at", "2016-12-11 05:07:49.697392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail10@example.com"], ["phone", 10], ["created_at", "2016-12-11 05:07:49.701927"], ["updated_at", "2016-12-11 05:07:49.701927"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 134], ["created_at", "2016-12-11 05:07:49.702814"], ["updated_at", "2016-12-11 05:07:49.702814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail11@example.com"], ["phone", 11], ["created_at", "2016-12-11 05:07:49.704372"], ["updated_at", "2016-12-11 05:07:49.704372"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 135], ["created_at", "2016-12-11 05:07:49.705088"], ["updated_at", "2016-12-11 05:07:49.705088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail12@example.com"], ["phone", 12], ["created_at", "2016-12-11 05:07:49.707204"], ["updated_at", "2016-12-11 05:07:49.707204"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 136], ["created_at", "2016-12-11 05:07:49.708754"], ["updated_at", "2016-12-11 05:07:49.708754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail13@example.com"], ["phone", 13], ["created_at", "2016-12-11 05:07:49.710764"], ["updated_at", "2016-12-11 05:07:49.710764"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 137], ["created_at", "2016-12-11 05:07:49.711593"], ["updated_at", "2016-12-11 05:07:49.711593"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-11 05:07:49.716544"], ["updated_at", "2016-12-11 05:07:49.716544"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 138], ["created_at", "2016-12-11 05:07:49.717954"], ["updated_at", "2016-12-11 05:07:49.717954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-11 05:07:49.720025"], ["updated_at", "2016-12-11 05:07:49.720025"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 139], ["created_at", "2016-12-11 05:07:49.720860"], ["updated_at", "2016-12-11 05:07:49.720860"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ---------------------------- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail5@example.com"], ["phone", 5], ["created_at", "2016-12-11 05:09:26.036863"], ["updated_at", "2016-12-11 05:09:26.036863"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 140], ["created_at", "2016-12-11 05:09:26.039773"], ["updated_at", "2016-12-11 05:09:26.039773"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-11 05:09:26.041922"], ["updated_at", "2016-12-11 05:09:26.041922"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 141], ["created_at", "2016-12-11 05:09:26.042707"], ["updated_at", "2016-12-11 05:09:26.042707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail7@example.com"], ["phone", 7], ["created_at", "2016-12-11 05:09:26.044385"], ["updated_at", "2016-12-11 05:09:26.044385"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 142], ["created_at", "2016-12-11 05:09:26.045142"], ["updated_at", "2016-12-11 05:09:26.045142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-11 05:09:26.046677"], ["updated_at", "2016-12-11 05:09:26.046677"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 143], ["created_at", "2016-12-11 05:09:26.047426"], ["updated_at", "2016-12-11 05:09:26.047426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 05:09:26.051827"], ["updated_at", "2016-12-11 05:09:26.051827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-11 05:09:26.053478"], ["updated_at", "2016-12-11 05:09:26.053478"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail12@example.com"], ["phone", 12], ["created_at", "2016-12-11 05:09:26.056938"], ["updated_at", "2016-12-11 05:09:26.056938"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 144], ["created_at", "2016-12-11 05:09:26.058767"], ["updated_at", "2016-12-11 05:09:26.058767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail14@example.com"], ["phone", 14], ["created_at", "2016-12-11 05:09:26.061660"], ["updated_at", "2016-12-11 05:09:26.061660"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 145], ["created_at", "2016-12-11 05:09:26.062686"], ["updated_at", "2016-12-11 05:09:26.062686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-11 05:09:26.065300"], ["updated_at", "2016-12-11 05:09:26.065300"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 146], ["created_at", "2016-12-11 05:09:26.066158"], ["updated_at", "2016-12-11 05:09:26.066158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-11 05:09:26.068203"], ["updated_at", "2016-12-11 05:09:26.068203"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 147], ["created_at", "2016-12-11 05:09:26.068950"], ["updated_at", "2016-12-11 05:09:26.068950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (18.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20140613221835)  (0.2ms) BEGIN  (3.2ms) CREATE TABLE "users" ("id" serial primary key, "username" character varying, "name" character varying, "email" character varying, "age" integer, "phone" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140613221835"]]  (0.5ms) COMMIT Migrating to CreatePosts (20140615180954)  (0.2ms) BEGIN  (1.5ms) CREATE TABLE "posts" ("id" serial primary key, "user_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140615180954"]]  (0.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'posts' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (1.4ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'users' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-13 20:08:38.734546"], ["updated_at", "2016-12-13 20:08:38.734546"]] SQL (0.3ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 1], ["created_at", "2016-12-13 20:08:38.737715"], ["updated_at", "2016-12-13 20:08:38.737715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-13 20:08:38.740855"], ["updated_at", "2016-12-13 20:08:38.740855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-13 20:08:38.742113"], ["updated_at", "2016-12-13 20:08:38.742113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail6@example.com"], ["phone", 6], ["created_at", "2016-12-13 20:08:38.744923"], ["updated_at", "2016-12-13 20:08:38.744923"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 2], ["created_at", "2016-12-13 20:08:38.745890"], ["updated_at", "2016-12-13 20:08:38.745890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail8@example.com"], ["phone", 8], ["created_at", "2016-12-13 20:08:38.748280"], ["updated_at", "2016-12-13 20:08:38.748280"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 3], ["created_at", "2016-12-13 20:08:38.748984"], ["updated_at", "2016-12-13 20:08:38.748984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail10@example.com"], ["phone", 10], ["created_at", "2016-12-13 20:08:38.750713"], ["updated_at", "2016-12-13 20:08:38.750713"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 4], ["created_at", "2016-12-13 20:08:38.751519"], ["updated_at", "2016-12-13 20:08:38.751519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail15@example.com"], ["phone", 15], ["created_at", "2016-12-13 20:08:38.755486"], ["updated_at", "2016-12-13 20:08:38.755486"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 5], ["created_at", "2016-12-13 20:08:38.756299"], ["updated_at", "2016-12-13 20:08:38.756299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-13 20:08:38.757775"], ["updated_at", "2016-12-13 20:08:38.757775"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 6], ["created_at", "2016-12-13 20:08:38.758442"], ["updated_at", "2016-12-13 20:08:38.758442"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail17@example.com"], ["phone", 17], ["created_at", "2016-12-13 20:08:38.759898"], ["updated_at", "2016-12-13 20:08:38.759898"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 7], ["created_at", "2016-12-13 20:08:38.760776"], ["updated_at", "2016-12-13 20:08:38.760776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-13 20:08:38.762818"], ["updated_at", "2016-12-13 20:08:38.762818"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 8], ["created_at", "2016-12-13 20:08:38.763855"], ["updated_at", "2016-12-13 20:08:38.763855"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------- MakerTest: test_dependent -------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail2@example.com"], ["phone", 2], ["created_at", "2016-12-13 20:10:05.988201"], ["updated_at", "2016-12-13 20:10:05.988201"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 9], ["created_at", "2016-12-13 20:10:05.991762"], ["updated_at", "2016-12-13 20:10:05.991762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_inheritance ---------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("age", "name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["age", 9], ["name", "name"], ["username", "name"], ["email", "mail4@example.com"], ["phone", 4], ["created_at", "2016-12-13 20:10:05.995081"], ["updated_at", "2016-12-13 20:10:05.995081"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 10], ["created_at", "2016-12-13 20:10:05.996034"], ["updated_at", "2016-12-13 20:10:05.996034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_overrides -------------------------  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail9@example.com"], ["phone", 9], ["created_at", "2016-12-13 20:10:06.002288"], ["updated_at", "2016-12-13 20:10:06.002288"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 11], ["created_at", "2016-12-13 20:10:06.003315"], ["updated_at", "2016-12-13 20:10:06.003315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail10@example.com"], ["phone", 10], ["created_at", "2016-12-13 20:10:06.005074"], ["updated_at", "2016-12-13 20:10:06.005074"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 12], ["created_at", "2016-12-13 20:10:06.005999"], ["updated_at", "2016-12-13 20:10:06.005999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail11@example.com"], ["phone", 11], ["created_at", "2016-12-13 20:10:06.008955"], ["updated_at", "2016-12-13 20:10:06.008955"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 13], ["created_at", "2016-12-13 20:10:06.009971"], ["updated_at", "2016-12-13 20:10:06.009971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "other"], ["username", "name"], ["email", "mail12@example.com"], ["phone", 12], ["created_at", "2016-12-13 20:10:06.011496"], ["updated_at", "2016-12-13 20:10:06.011496"]] SQL (0.1ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 14], ["created_at", "2016-12-13 20:10:06.012234"], ["updated_at", "2016-12-13 20:10:06.012234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------------- MakerTest: test_associations ----------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-13 20:10:06.014657"], ["updated_at", "2016-12-13 20:10:06.014657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2016-12-13 20:10:06.015942"], ["updated_at", "2016-12-13 20:10:06.015942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- MakerTest: test_sequences -------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail16@example.com"], ["phone", 16], ["created_at", "2016-12-13 20:10:06.018808"], ["updated_at", "2016-12-13 20:10:06.018808"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 15], ["created_at", "2016-12-13 20:10:06.019653"], ["updated_at", "2016-12-13 20:10:06.019653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("name", "username", "email", "phone", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "name"], ["username", "name"], ["email", "mail18@example.com"], ["phone", 18], ["created_at", "2016-12-13 20:10:06.021458"], ["updated_at", "2016-12-13 20:10:06.021458"]] SQL (0.2ms) INSERT INTO "posts" ("user_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["user_id", 16], ["created_at", "2016-12-13 20:10:06.022230"], ["updated_at", "2016-12-13 20:10:06.022230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- MakerTest: test_definitions ---------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- MakerTest: test_aliases -----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- GeneratorTest: test_install ---------------------------  (0.1ms) ROLLBACK  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (22.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20140613221835)  (0.1ms) BEGIN  (2.4ms) CREATE TABLE "users" ("id" serial primary key, "username" character varying, "name" character varying, "email" character varying, "age" integer, "phone" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140613221835"]]  (0.6ms) COMMIT Migrating to CreatePosts (20140615180954)  (0.2ms) BEGIN  (1.4ms) CREATE TABLE "posts" ("id" serial primary key, "user_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140615180954"]]  (0.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'posts' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (1.4ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'users' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname