------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/erlang-man-21.3_2.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/erlang-21.3.8.13,4.txz ===== Message from erlang-21.3.8.13,4: -- Installation tips: You can find an emacs mode for Erlang here: /usr/local/lib/erlang/lib/tools-3.1.0.1/emacs Installing /packages/All/elixir-1.10.3.txz Installing /packages/All/elixir-poison-3.1.0.txz Installing /packages/All/erlang-poolboy-1.5.2.txz Installing /packages/All/elixir-uuid-1.1.8.txz Installing /packages/All/erlang-unicode_util_compat-0.3.1.txz Installing /packages/All/erlang-idna-5.1.2.txz Installing /packages/All/erlang-certifi-1.2.1.txz Installing /packages/All/erlang-ssl_verify_fun-1.1.4.txz Installing /packages/All/erlang-metrics-2.4.0,1.txz Installing /packages/All/erlang-mimerl-1.1.1.txz Installing /packages/All/erlang-hackney-1.8.6.txz Installing /packages/All/elixir-httpoison-0.13.0.txz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> elixir-funnel-0.4.1_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> elixir-funnel-0.4.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by elixir-funnel-0.4.1_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> elixir-funnel-0.4.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by elixir-funnel-0.4.1_1 for building => SHA256 Checksum OK for chatgris-funnel-0.4.1_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> elixir-funnel-0.4.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by elixir-funnel-0.4.1_1 for building ===> Extracting for elixir-funnel-0.4.1_1 => SHA256 Checksum OK for chatgris-funnel-0.4.1_GH0.tar.gz. Extracted Memory Use: 0.12M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for elixir-funnel-0.4.1_1 ===> Applying ports patches for elixir-funnel-0.4.1_1 ===> Cleanly applied ports patch(es) patch-mix.exs SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> elixir-funnel-0.4.1_1 depends on executable: elixir - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-poison>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: erlang-poolboy>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-uuid>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-httpoison>=0 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> elixir-funnel-0.4.1_1 depends on executable: elixir - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-poison>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: erlang-poolboy>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-uuid>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-httpoison>=0 - found ===> Configuring for elixir-funnel-0.4.1_1 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for elixir-funnel-0.4.1_1 warning: variable "description" does not exist and is being expanded to "description()", please use parentheses to remove the ambiguity or change the variable name mix.exs:9: Funnel.Mixfile.project/0 warning: variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name mix.exs:10: Funnel.Mixfile.project/0 warning: function deps/0 is unused mix.exs:19 Compiling 15 files (.ex) warning: variable "transistor" is unused (if the variable is not meant to be used, prefix it with an underscore) lib/funnel.ex:33: Funnel.register/3 warning: module attribute @module_doc was set but never used lib/funnel/uuid.ex:2 warning: variable "host" does not exist and is being expanded to "host()", please use parentheses to remove the ambiguity or change the variable name lib/funnel/es.ex:20: Funnel.Es.process_url/1 warning: variable "namespace" does not exist and is being expanded to "namespace()", please use parentheses to remove the ambiguity or change the variable name lib/funnel/es.ex:103: Funnel.Es.create/0 warning: variable "create" does not exist and is being expanded to "create()", please use parentheses to remove the ambiguity or change the variable name lib/funnel/es.ex:114: Funnel.Es.create/1 warning: function init/1 required by behaviour GenServer is not implemented (in module Funnel.Percolator). We will inject a default implementation for now: def init(init_arg) do {:ok, init_arg} end You can copy the implementation above or define your own that converts the arguments given to GenServer.start_link/3 to the server state. lib/funnel/percolator.ex:1: Funnel.Percolator (module) warning: variable "size" does not exist and is being expanded to "size()", please use parentheses to remove the ambiguity or change the variable name lib/funnel/percolator_pool.ex:20: Funnel.PercolatorPool.init/1 warning: variable "max_overflow" does not exist and is being expanded to "max_overflow()", please use parentheses to remove the ambiguity or change the variable name lib/funnel/percolator_pool.ex:21: Funnel.PercolatorPool.init/1 warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead lib/funnel/supervisor.ex:Funnel.Supervisor.init/1 warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead lib/funnel/transistors.ex:Funnel.Transistors.init/1 warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead lib/funnel/caches.ex:Funnel.Caches.init/1 warning: Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead lib/funnel/percolator_pool.ex:Funnel.PercolatorPool.init/1 Generated funnel app SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> elixir-funnel-0.4.1_1 depends on executable: elixir - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-poison>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: erlang-poolboy>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-uuid>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-httpoison>=0 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for elixir-funnel-0.4.1_1 ===> elixir-funnel-0.4.1_1 depends on executable: elixir - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-poison>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: erlang-poolboy>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-uuid>=0 - found ===> elixir-funnel-0.4.1_1 depends on package: elixir-httpoison>=0 - found ===> Generating temporary packing list cd /construction/textproc/elixir-funnel/funnel-0.4.1/lib && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE \* /construction/textproc/elixir-funnel/stage/usr/local/lib/elixir/lib/funnel/lib install -m 0644 /construction/textproc/elixir-funnel/funnel-0.4.1/_build/prod/lib/funnel/ebin/* /construction/textproc/elixir-funnel/stage/usr/local/lib/elixir/lib/funnel/ebin if [ -d /construction/textproc/elixir-funnel/funnel-0.4.1/priv ]; then /bin/mkdir -p /construction/textproc/elixir-funnel/stage/usr/local/lib/elixir/lib/funnel/priv; cd /construction/textproc/elixir-funnel/funnel-0.4.1/priv && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE \* /construction/textproc/elixir-funnel/stage/usr/local/lib/elixir/lib/funnel/priv; fi install -m 0644 /construction/textproc/elixir-funnel/funnel-0.4.1/README.md /construction/textproc/elixir-funnel/stage/usr/local/share/doc/funnel ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for elixir-funnel-0.4.1_1 file sizes/checksums [37]: 0% file sizes/checksums [37]: 100% packing files [37]: 0% packing files [37]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:10