Skip to content

Instantly share code, notes, and snippets.

@knewter
Created May 1, 2014 19:29
Show Gist options
  • Save knewter/42e2e65076793c77169b to your computer and use it in GitHub Desktop.
Save knewter/42e2e65076793c77169b to your computer and use it in GitHub Desktop.
[jadams:/home/jadams/elixir/hex_web] master(+10/-11) ± mix test
* Compiling ranch
==> ranch (compile)
* Compiling poolboy
==> poolboy (compile)
* Compiling envy
==> envy (compile)
* Compiling jazz
* Compiling decimal
* Compiling cowlib
==> cowlib (compile)
* Compiling cowboy
==> cowboy (compile)
* Compiling bcrypt
==> bcrypt (compile)
make: Entering directory `/home/jadams/elixir/hex_web/deps/bcrypt/c_src'
make: Nothing to be done for `compile'.
make: Leaving directory `/home/jadams/elixir/hex_web/deps/bcrypt/c_src'
* Compiling ibrowse
==> ibrowse (compile)
* Compiling mini_s3
==> mini_s3 (compile)
* Compiling plug
* Compiling goldrush
==> goldrush (compile)
* Compiling lager
==> lager (compile)
* Compiling exlager
* Compiling postgrex
Compiled lib/postgrex/binary_utils.ex
Compiled lib/postgrex/structs.ex
Compiled lib/postgrex/error.ex
Compiled lib/postgrex/types.ex
Compiled lib/postgrex/protocol.ex
Compiled lib/postgrex/connection.ex
Generated postgrex.app
* Compiling ecto
Compiled lib/ecto/adapter/test_transactions.ex
Compiled lib/ecto/adapter/storage.ex
Compiled lib/ecto/adapter/migrations.ex
Compiled lib/ecto/adapter/transactions.ex
Compiled lib/ecto/adapter.ex
Compiled lib/ecto/associations.ex
Compiled lib/ecto/adapters/postgres/worker.ex
Compiled lib/ecto/associations/belongs_to.ex
Compiled lib/ecto/migration.ex
Compiled lib/ecto/associations/has_one.ex
Compiled lib/ecto/model.ex
Compiled lib/ecto/model/queryable.ex
Compiled lib/ecto/migrator.ex
Compiled lib/ecto/model/validations.ex
Compiled lib/ecto/query/from_builder.ex
Compiled lib/ecto/query/lock_builder.ex
Compiled lib/ecto/query/order_by_builder.ex
Compiled lib/ecto/query/join_builder.ex
Compiled lib/ecto/query/limit_offset_builder.ex
Compiled lib/ecto/query/having_builder.ex
Compiled lib/ecto/query/group_by_builder.ex
Compiled lib/ecto/query/distinct_builder.ex
Compiled lib/ecto/query/builder_util.ex
Compiled lib/ecto/associations/assoc.ex
Compiled lib/ecto/query/preload_builder.ex
Compiled lib/ecto/query/select_builder.ex
Compiled lib/ecto/query.ex
Compiled lib/ecto/query/typespec.ex
Compiled lib/ecto/query/normalizer.ex
Compiled lib/ecto/query/where_builder.ex
Compiled lib/ecto/exceptions.ex
Compiled lib/ecto/associations/preloader.ex
Compiled lib/ecto/query/api.ex
Compiled lib/ecto/repo.ex
Compiled lib/ecto/repo/backend.ex
Compiled lib/ecto/queryable.ex
Compiled lib/ecto/associations/has_many.ex
Compiled lib/ecto/utils.ex
Compiled lib/ecto/validator.ex
Compiled lib/mix/tasks/ecto.ex
Compiled lib/mix/tasks/ecto.drop.ex
Compiled lib/mix/tasks/ecto.create.ex
Compiled lib/ecto/validator/predicates.ex
Compiled lib/ecto/query/validator.ex
Compiled lib/mix/tasks/ecto.gen.migration.ex
Compiled lib/mix/tasks/ecto.migrate.ex
Compiled lib/mix/tasks/ecto.gen.repo.ex
Compiled lib/mix/tasks/ecto.rollback.ex
Compiled lib/ecto/adapters/postgres.ex
Compiled lib/ecto/types.ex
Compiled lib/ecto/query/util.ex
Compiled lib/ecto/adapters/postgres/sql.ex
Compiled lib/ecto/entity.ex
Generated ecto.app
Compiled lib/hex_web/parsers/elixir.ex
Compiled lib/hex_web/api/util.ex
Compiled lib/hex_web/parsers/json.ex
Compiled lib/hex_web/config.ex
Compiled lib/hex_web.ex
Compiled lib/hex_web/plugs/exception.ex
Compiled lib/hex_web/plugs/forwarded.ex
Compiled lib/hex_web/plugs/format.ex
Compiled lib/hex_web/plugs/redirect.ex
Compiled lib/hex_web/repo.ex
Compiled lib/hex_web/plug.ex
Compiled lib/hex_web/requirement.ex
Compiled lib/hex_web/store.ex
Compiled lib/hex_web/stats/download.ex
Compiled lib/hex_web/store/local.ex
Compiled lib/hex_web/supervisor.ex
Compiled lib/hex_web/store/s3.ex
Compiled lib/hex_web/tar.ex
Compiled lib/hex_web/validation.ex
Compiled lib/hex_web/web/router.ex
Compiled lib/hex_web/util.ex
Compiled lib/hex_web/web/html.ex
Compiled lib/mix/tasks/hexweb/stats.ex
Compiled lib/hex_web/api/router.ex
Compiled lib/hex_web/router.ex
Compiled lib/hex_web/web/templates.ex
Compiled lib/hex_web/stats/release_download.ex
Compiled lib/hex_web/stats/job.ex
Compiled lib/hex_web/registry.ex
Compiled lib/hex_web/stats/package_download.ex
Compiled lib/hex_web/registry_builder.ex
Compiled lib/hex_web/user.ex
Compiled lib/hex_web/package.ex
Compiled lib/hex_web/api/key.ex
Compiled lib/hex_web/release.ex
Generated hex_web.app
The database for repo HexWeb.Repo has already been dropped.
The database for repo HexWeb.Repo has been created.
14:29:30.118 [warning] lager_error_logger_h dropped 58 messages in the last second that exceeded the limit of 50 messages/sec
* running UP _build/test/lib/hex_web/priv/migrations/20140128201839_add_users_table.exs
* running UP _build/test/lib/hex_web/priv/migrations/20140128205233_add_packages_table.exs
** (Postgrex.Error) ERROR (42704): type "json" does not exist
lib/ecto/adapters/postgres/worker.ex:21: Ecto.Adapters.Postgres.Worker.query!/4
lib/ecto/adapters/postgres.ex:289: Ecto.Adapters.Postgres.use_worker/3
(elixir) lib/enum.ex:534: Enum."-each/2-lists^foreach/1-0-"/2
(elixir) lib/enum.ex:534: Enum.each/2
lib/ecto/adapters/postgres.ex:416: anonymous fn/3 in Ecto.Adapters.Postgres.migrate_up/3
lib/ecto/adapters/postgres.ex:257: Ecto.Adapters.Postgres.transaction/3
lib/ecto/adapters/postgres.ex:415: Ecto.Adapters.Postgres.migrate_up/3
lib/ecto/migrator.ex:136: anonymous fn/3 in Ecto.Migrator.migrate/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment