------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/erlang-man-21.3_2.txz Installing /packages/All/ncurses-6.2.20201017.txz Installing /packages/All/openssl-1.1.1h_1,1.txz Installing /packages/All/erlang-21.3.8.18,4.txz ===== Message from erlang-21.3.8.18,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.4.txz SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> elixir-distillery-1.5.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> elixir-distillery-1.5.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by elixir-distillery-1.5.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> elixir-distillery-1.5.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by elixir-distillery-1.5.2 for building => SHA256 Checksum OK for bitwalker-distillery-1.5.2_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> elixir-distillery-1.5.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by elixir-distillery-1.5.2 for building ===> Extracting for elixir-distillery-1.5.2 => SHA256 Checksum OK for bitwalker-distillery-1.5.2_GH0.tar.gz. Extracted Memory Use: 0.95M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for elixir-distillery-1.5.2 ===> Applying ports patches for elixir-distillery-1.5.2 from /xports/devel/elixir-distillery/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> elixir-distillery-1.5.2 depends on executable: elixir - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> elixir-distillery-1.5.2 depends on executable: elixir - found ===> Configuring for elixir-distillery-1.5.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for elixir-distillery-1.5.2 warning: function deps/0 is unused mix.exs:19 Compiling 19 files (.ex) warning: found quoted atom "insecure_cookie_in_distillery_config" but the quotes are not required. Atoms made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes lib/distillery/lib/cookies.ex:22 warning: "not expr1 in expr2" is deprecated. Instead use "expr1 not in expr2" if you require Elixir v1.5+, or "not(expr1 in expr2)" if you have to support earlier Elixir versions lib/mix/lib/releases/appups.ex:207 warning: "not expr1 in expr2" is deprecated. Instead use "expr1 not in expr2" if you require Elixir v1.5+, or "not(expr1 in expr2)" if you have to support earlier Elixir versions lib/mix/lib/releases/appups.ex:208 warning: System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch lib/mix/lib/releases/errors.ex:68 warning: redefining module Mix.Tasks.Release.Init (current version loaded from /usr/local/lib/elixir/bin/../lib/mix/ebin/Elixir.Mix.Tasks.Release.Init.beam) lib/distillery/tasks/init.ex:1 warning: System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch lib/mix/lib/releases/errors.ex:190 warning: redefining module Mix.Tasks.Release (current version loaded from /usr/local/lib/elixir/bin/../lib/mix/ebin/Elixir.Mix.Tasks.Release.beam) lib/distillery/tasks/release.ex:1 warning: System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch lib/mix/lib/releases/errors.ex:246 warning: invalid type annotation. When using the | operator to represent the union of types, make sure to wrap type annotations in parentheses: {:ok, [term]} :: {:error, String.t} lib/mix/lib/releases/utils.ex:71 warning: Mix.Dep.loaded/1 is undefined or private lib/mix/lib/releases/models/app.ex:37: Mix.Releases.App.new/2 warning: Mix.Config.Agent.get/1 is undefined (module Mix.Config.Agent is not available or is yet to be defined) lib/mix/lib/releases/config/config.ex:447: Mix.Releases.Config.get_config_and_stop_agent/1 warning: Mix.Config.Agent.stop/1 is undefined (module Mix.Config.Agent is not available or is yet to be defined) lib/mix/lib/releases/config/config.ex:448: Mix.Releases.Config.get_config_and_stop_agent/1 warning: Mix.Dep.loaded_by_name/2 is undefined or private. Did you mean one of: * filter_by_name/2 * filter_by_name/3 lib/mix/lib/releases/models/app.ex:83: Mix.Releases.App.get_dependencies/1 Generated distillery app SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> elixir-distillery-1.5.2 depends on executable: elixir - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for elixir-distillery-1.5.2 ===> elixir-distillery-1.5.2 depends on executable: elixir - found ===> Generating temporary packing list cd /construction/devel/elixir-distillery/distillery-1.5.2/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/devel/elixir-distillery/stage/usr/local/lib/elixir/lib/distillery/lib install -m 0644 /construction/devel/elixir-distillery/distillery-1.5.2/_build/prod/lib/distillery/ebin/* /construction/devel/elixir-distillery/stage/usr/local/lib/elixir/lib/distillery/ebin if [ -d /construction/devel/elixir-distillery/distillery-1.5.2/priv ]; then /bin/mkdir -p /construction/devel/elixir-distillery/stage/usr/local/lib/elixir/lib/distillery/priv; cd /construction/devel/elixir-distillery/distillery-1.5.2/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/devel/elixir-distillery/stage/usr/local/lib/elixir/lib/distillery/priv; fi install -m 0644 /construction/devel/elixir-distillery/distillery-1.5.2/README.md /construction/devel/elixir-distillery/stage/usr/local/share/doc/distillery ====> 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:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for elixir-distillery-1.5.2 file sizes/checksums [78]: 0% file sizes/checksums [78]: 100% packing files [78]: 0% packing files [78]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:17