D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/elixir-1.11.2-1.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SHthkg + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf elixir-1.11.2/docs + /usr/bin/mkdir -p elixir-1.11.2/docs + cd elixir-1.11.2/docs + /usr/bin/unzip -qq /home/iurt/rpmbuild/SOURCES/elixir-1.11.2-doc.zip + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find -name .build -exec rm '{}' ';' + cd /home/iurt/rpmbuild/BUILD + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/elixir-1.11.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd elixir-1.11.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find -name '*.bat' -exec rm '{}' ';' + rm lib/elixir/test/elixir/io/ansi_test.exs + find . -name .gitignore -delete + find . -name .gitkeep -delete + sed -i '/^Q\s*:=/d' Makefile + rm -f ./lib/mix/test/fixtures/rebar ./lib/mix/test/fixtures/rebar3 + rm -f ./lib/mix/test/mix/rebar_test.exs + touch ./lib/mix/test/fixtures/rebar3 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0g9hCf + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd elixir-1.11.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export LANG=C.UTF-8 + LANG=C.UTF-8 + export REBAR=/usr/bin/rebar + REBAR=/usr/bin/rebar + export REBAR_DEPS_PREFER_LIBS=TRUE + REBAR_DEPS_PREFER_LIBS=TRUE + export ERL_LIBS=/usr/share/erlang/lib/ + ERL_LIBS=/usr/share/erlang/lib/ + make compile erlc -o lib/elixir/src/elixir_parser.erl +'{verbose,true}' +'{report,true}' lib/elixir/src/elixir_parser.yrl if [ ! -f lib/elixir/ebin/elixir.app ]; then erl -noshell -eval '{V,_} = string:to_integer(erlang:system_info(otp_release)), io:fwrite("~s", [is_integer(V) and (V >= 21)])' -s erlang halt | grep -q '^true'; if [ $? != 0 ]; then echo "At least Erlang/OTP 21.0 is required to build Elixir"; exit 1; fi; fi cd lib/elixir && mkdir -p ebin && if [ -n "" ]; then ERL_COMPILER_OPTIONS= erl -make; else erl -make; fi Recompile: src/elixir_utils Recompile: src/elixir_tokenizer Recompile: src/elixir_sup Recompile: src/elixir_rewrite Recompile: src/elixir_quote Recompile: src/elixir_parser Recompile: src/elixir_overridable Recompile: src/elixir_module Recompile: src/elixir_map Recompile: src/elixir_locals Recompile: src/elixir_lexical Recompile: src/elixir_interpolation Recompile: src/elixir_import Recompile: src/elixir_fn Recompile: src/elixir_expand Recompile: src/elixir_errors Recompile: src/elixir_erl_var Recompile: src/elixir_erl_try Recompile: src/elixir_erl_pass Recompile: src/elixir_erl_for Recompile: src/elixir_erl_compiler Recompile: src/elixir_erl_clauses Recompile: src/elixir_erl Recompile: src/elixir_env Recompile: src/elixir_dispatch Recompile: src/elixir_def Recompile: src/elixir_config Recompile: src/elixir_compiler Recompile: src/elixir_code_server Recompile: src/elixir_clauses Recompile: src/elixir_bootstrap Recompile: src/elixir_bitstring Recompile: src/elixir_aliases Recompile: src/elixir /home/iurt/rpmbuild/BUILD/elixir-1.11.2/lib/elixir/generate_app.escript lib/elixir/src/elixir.app.src lib/elixir/ebin/elixir.app 1.11.2 Generated elixir app if [ ! -f lib/elixir/ebin/Elixir.Kernel.beam ]; then \ echo "==> bootstrap (compile)"; \ erl -I lib/elixir/include -noshell -pa lib/elixir/ebin -s elixir_compiler bootstrap -s erlang halt; \ fi ==> bootstrap (compile) Compiled lib/elixir/lib/kernel.ex Compiled lib/elixir/lib/macro/env.ex Compiled lib/elixir/lib/keyword.ex Compiled lib/elixir/lib/module.ex Compiled lib/elixir/lib/list.ex Compiled lib/elixir/lib/macro.ex Compiled lib/elixir/lib/kernel/typespec.ex Compiled lib/elixir/lib/kernel/utils.ex Compiled lib/elixir/lib/code.ex Compiled lib/elixir/lib/code/identifier.ex Compiled lib/elixir/lib/protocol.ex Compiled lib/elixir/lib/stream/reducers.ex Compiled lib/elixir/lib/enum.ex Compiled lib/elixir/lib/regex.ex Compiled lib/elixir/lib/inspect/algebra.ex Compiled lib/elixir/lib/inspect.ex Compiled lib/elixir/lib/string.ex Compiled lib/elixir/lib/string/chars.ex Compiled lib/elixir/lib/kernel.ex Compiled lib/elixir/lib/list/chars.ex Compiled lib/elixir/lib/module/locals_tracker.ex Compiled lib/elixir/lib/module/parallel_checker.ex Compiled lib/elixir/lib/module/types/helpers.ex Compiled lib/elixir/lib/module/types/unify.ex Compiled lib/elixir/lib/module/types/of.ex Compiled lib/elixir/lib/module/types/pattern.ex Compiled lib/elixir/lib/module/types/expr.ex Compiled lib/elixir/lib/module/types.ex Compiled lib/elixir/lib/exception.ex Compiled lib/elixir/lib/path.ex Compiled lib/elixir/lib/file.ex Compiled lib/elixir/lib/map.ex Compiled lib/elixir/lib/range.ex Compiled lib/elixir/lib/access.ex Compiled lib/elixir/lib/io.ex Compiled lib/elixir/lib/system.ex Compiled lib/elixir/lib/kernel/cli.ex Compiled lib/elixir/lib/kernel/error_handler.ex Compiled lib/elixir/lib/kernel/parallel_compiler.ex Compiled lib/elixir/lib/kernel/lexical_tracker.ex make unicode make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/elixir-1.11.2' ==> unicode (compile) bin/elixirc --ignore-module-conflict lib/elixir/unicode/unicode.ex -o lib/elixir/ebin; Compiling lib/elixir/unicode/unicode.ex (it's taking more than 10s) bin/elixirc --ignore-module-conflict lib/elixir/unicode/properties.ex -o lib/elixir/ebin; bin/elixirc --ignore-module-conflict lib/elixir/unicode/tokenizer.ex -o lib/elixir/ebin; make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/elixir-1.11.2' ==> elixir (compile) cd lib/elixir && ../../bin/elixirc --ignore-module-conflict "lib/**/*.ex" -o ebin; Compiling lib/calendar/naive_datetime.ex (it's taking more than 10s) Compiling lib/calendar/iso.ex (it's taking more than 10s) Compiling lib/calendar/datetime.ex (it's taking more than 10s) Compiling lib/calendar/date_range.ex (it's taking more than 10s) Compiling lib/calendar/date.ex (it's taking more than 10s) Compiling lib/bitwise.ex (it's taking more than 10s) Compiling lib/behaviour.ex (it's taking more than 10s) Compiling lib/atom.ex (it's taking more than 10s) Compiling lib/application.ex (it's taking more than 10s) Compiling lib/agent.ex (it's taking more than 10s) Compiling lib/access.ex (it's taking more than 10s) Compiling lib/config.ex (it's taking more than 10s) Compiling lib/code/typespec.ex (it's taking more than 10s) Compiling lib/code.ex (it's taking more than 10s) Compiling lib/code/identifier.ex (it's taking more than 10s) Compiling lib/file.ex (it's taking more than 10s) Compiling lib/calendar/time_zone_database.ex (it's taking more than 10s) Compiling lib/code/formatter.ex (it's taking more than 10s) Compiling lib/dynamic_supervisor.ex (it's taking more than 10s) Compiling lib/config/provider.ex (it's taking more than 10s) Compiling lib/calendar.ex (it's taking more than 10s) Compiling lib/float.ex (it's taking more than 10s) Compiling lib/inspect/algebra.ex (it's taking more than 10s) Compiling lib/inspect.ex (it's taking more than 10s) Compiling lib/hash_set.ex (it's taking more than 10s) Compiling lib/gen_event/stream.ex (it's taking more than 10s) Compiling lib/file/stream.ex (it's taking more than 10s) Compiling lib/exception.ex (it's taking more than 10s) Compiling lib/enum.ex (it's taking more than 10s) Compiling lib/collectable.ex (it's taking more than 10s) Compiling lib/calendar/time.ex (it's taking more than 10s) Compiling lib/macro.ex (it's taking more than 10s) Compiling lib/module/types.ex (it's taking more than 10s) Compiling lib/map_set.ex (it's taking more than 10s) Compiling lib/list/chars.ex (it's taking more than 10s) Compiling lib/kernel.ex (it's taking more than 10s) Compiling lib/io/stream.ex (it's taking more than 10s) Compiling lib/hash_dict.ex (it's taking more than 10s) Compiling lib/option_parser.ex (it's taking more than 10s) Compiling lib/range.ex (it's taking more than 10s) Compiling lib/regex.ex (it's taking more than 10s) Compiling lib/string.ex (it's taking more than 10s) Compiling lib/stream.ex (it's taking more than 10s) Compiling lib/process.ex (it's taking more than 10s) Compiling lib/string/chars.ex (it's taking more than 10s) Compiling lib/version.ex (it's taking more than 10s) Compiling lib/base.ex (it's taking more than 10s) make app make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/elixir-1.11.2' /home/iurt/rpmbuild/BUILD/elixir-1.11.2/lib/elixir/generate_app.escript lib/elixir/src/elixir.app.src lib/elixir/ebin/elixir.app 1.11.2 Generated elixir app make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/elixir-1.11.2' ==> eex (compile) cd lib/eex && ../../bin/elixirc --ignore-module-conflict "lib/**/*.ex" -o ebin ==> mix (compile) cd lib/mix && ../../bin/elixirc --ignore-module-conflict "lib/**/*.ex" -o ebin cd lib/mix && ../../bin/elixir -e 'Mix.start(:permanent, [])' -r mix.exs -e 'Mix.Task.run("compile.app", ~w[--compile-path ebin])' Generated mix app ==> ex_unit (compile) cd lib/ex_unit && ../../bin/elixirc --ignore-module-conflict "lib/**/*.ex" -o ebin cd lib/ex_unit && ../../bin/elixir -e 'Mix.start(:permanent, [])' -r mix.exs -e 'Mix.Task.run("compile.app", ~w[--compile-path ebin])' Generated ex_unit app ==> logger (compile) cd lib/logger && ../../bin/elixirc --ignore-module-conflict "lib/**/*.ex" -o ebin cd lib/logger && ../../bin/elixir -e 'Mix.start(:permanent, [])' -r mix.exs -e 'Mix.Task.run("compile.app", ~w[--compile-path ebin])' Generated logger app cd lib/eex && ../../bin/elixir -e 'Mix.start(:permanent, [])' -r mix.exs -e 'Mix.Task.run("compile.app", ~w[--compile-path ebin])' Generated eex app ==> iex (compile) cd lib/iex && ../../bin/elixirc --ignore-module-conflict "lib/**/*.ex" -o ebin cd lib/iex && ../../bin/elixir -e 'Mix.start(:permanent, [])' -r mix.exs -e 'Mix.Task.run("compile.app", ~w[--compile-path ebin])' Generated iex app + make build_man cp man/iex.1.in man/iex.1 sed -i.bak "/{COMMON}/r man/common" man/iex.1 sed -i.bak "/{COMMON}/d" man/iex.1 rm -f man/iex.1.bak cp man/elixir.1.in man/elixir.1 sed -i.bak "/{COMMON}/r man/common" man/elixir.1 sed -i.bak "/{COMMON}/d" man/elixir.1 rm -f man/elixir.1.bak + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XBW8se + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64 + cd elixir-1.11.2 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64//usr/share/elixir/1.11.2 + cp -ra bin lib /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64//usr/share/elixir/1.11.2 + mkdir -p /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64//usr/bin + ln -s /usr/share/elixir/1.11.2/bin/elixir /usr/share/elixir/1.11.2/bin/elixirc /usr/share/elixir/1.11.2/bin/iex /usr/share/elixir/1.11.2/bin/mix /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64//usr/bin/ + mkdir -p /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64//usr/share/man/man1 + cp -a man/elixir.1 man/elixirc.1 man/iex.1 man/mix.1 /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64//usr/share/man/man1 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-strip-shared /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/share/elixir/1.11.2/lib/elixir/generate_app.escript from /usr/bin/env escript to #!/usr/bin/escript mangling shebang in /usr/share/elixir/1.11.2/bin/elixir from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/elixir/1.11.2/bin/elixirc from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/elixir/1.11.2/bin/iex from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/elixir/1.11.2/bin/mix from /usr/bin/env elixir to #!/usr/bin/elixir Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GxQeBe + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd elixir-1.11.2 + '[' 1 -eq 1 ']' + export LANG=C.UTF-8 + LANG=C.UTF-8 + export REBAR=/usr/bin/rebar + REBAR=/usr/bin/rebar + export REBAR_DEPS_PREFER_LIBS=TRUE + REBAR_DEPS_PREFER_LIBS=TRUE + export ERL_LIBS=/usr/share/erlang/lib/ + ERL_LIBS=/usr/share/erlang/lib/ + make test if [ ! -f lib/elixir/ebin/elixir.app ]; then erl -noshell -eval '{V,_} = string:to_integer(erlang:system_info(otp_release)), io:fwrite("~s", [is_integer(V) and (V >= 21)])' -s erlang halt | grep -q '^true'; if [ $? != 0 ]; then echo "At least Erlang/OTP 21.0 is required to build Elixir"; exit 1; fi; fi cd lib/elixir && mkdir -p ebin && if [ -n "" ]; then ERL_COMPILER_OPTIONS= erl -make; else erl -make; fi if [ "" = "Windows_NT" ]; then cmd //C call ./bin/mix.bat format --check-formatted; else bin/elixir bin/mix format --check-formatted; fi mkdir -p lib/elixir/test/ebin erlc -I lib/elixir/include -o lib/elixir/test/ebin lib/elixir/test/erlang/atom_test.erl mkdir -p lib/elixir/test/ebin erlc -I lib/elixir/include -o lib/elixir/test/ebin lib/elixir/test/erlang/control_test.erl mkdir -p lib/elixir/test/ebin erlc -I lib/elixir/include -o lib/elixir/test/ebin lib/elixir/test/erlang/function_test.erl mkdir -p lib/elixir/test/ebin erlc -I lib/elixir/include -o lib/elixir/test/ebin lib/elixir/test/erlang/match_test.erl mkdir -p lib/elixir/test/ebin erlc -I lib/elixir/include -o lib/elixir/test/ebin lib/elixir/test/erlang/operators_test.erl mkdir -p lib/elixir/test/ebin erlc -I lib/elixir/include -o lib/elixir/test/ebin lib/elixir/test/erlang/string_test.erl mkdir -p lib/elixir/test/ebin erlc -I lib/elixir/include -o lib/elixir/test/ebin lib/elixir/test/erlang/test_helper.erl mkdir -p lib/elixir/test/ebin erlc -I lib/elixir/include -o lib/elixir/test/ebin lib/elixir/test/erlang/tokenizer_test.erl ==> elixir (eunit) erl -I lib/elixir/include -noshell -pa lib/elixir/ebin -pa lib/elixir/test/ebin -s test_helper test; All 191 tests passed. ==> elixir (ex_unit) exec epmd & exit if [ "" = "Windows_NT" ]; then \ cd lib/elixir && cmd //C call ../../bin/elixir.bat -r "test/elixir/test_helper.exs" -pr "test/elixir/**/"*_test.exs""; \ else \ cd lib/elixir && ../../bin/elixir -r "test/elixir/test_helper.exs" -pr "test/elixir/**/"*_test.exs""; \ fi Excluding tags: [windows: true] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ Finished in 126.5 seconds (57.4s on load, 69.0s on tests) 1646 doctests, 3531 tests, 0 failures, 9 excluded Randomized with seed 513949 ==> ex_unit (ex_unit) cd lib/ex_unit && ../../bin/elixir -r "test/test_helper.exs" -pr "test/**/"*_test.exs""; ................................................................................................................................................................................................................................................................................................................................................................................ Finished in 22.8 seconds (15.3s on load, 7.4s on tests) 42 doctests, 326 tests, 0 failures Randomized with seed 986134 ==> logger (ex_unit) cd lib/logger && ../../bin/elixir -r "test/test_helper.exs" -pr "test/**/"*_test.exs""; ......................................................................................................................................... Finished in 7.4 seconds (5.7s on load, 1.6s on tests) 3 doctests, 134 tests, 0 failures Randomized with seed 173361 ==> mix (ex_unit) cd lib/mix && ../../bin/elixir -r "test/test_helper.exs" -pr "test/**/"*_test.exs""; hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Excluding tags: [windows: true] ......................................................hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... Finished in 602.1 seconds (32.2s on load, 569.9s on tests) 9 doctests, 636 tests, 0 failures Randomized with seed 261988 ==> eex (ex_unit) cd lib/eex && ../../bin/elixir -r "test/test_helper.exs" -pr "test/**/"*_test.exs""; ................................................................................................. Finished in 1.0 seconds (0.9s on load, 0.08s on tests) 5 doctests, 92 tests, 0 failures Randomized with seed 393750 ==> iex (ex_unit) cd lib/iex && ../../bin/elixir -r "test/test_helper.exs" -pr "test/**/"*_test.exs""; ..................................................................................................................................................................................................................................... Finished in 14.9 seconds (2.4s on load, 12.4s on tests) 229 tests, 0 failures Randomized with seed 621250 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: elixir-1.11.2-1.mga8.aarch64 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UmYZlf + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd elixir-1.11.2 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/licenses/elixir + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/licenses/elixir + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/licenses/elixir + RPM_EC=0 ++ jobs -p + exit 0 ERROR: Cant find Elixir.List.Chars.Reference:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.List.Chars.beam' ERROR: Cant find Elixir.List.Chars.PID:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.List.Chars.beam' ERROR: Cant find Elixir.List.Chars.Port:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.List.Chars.beam' ERROR: Cant find Elixir.List.Chars.Map:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.List.Chars.beam' ERROR: Cant find Elixir.List.Chars.Tuple:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.List.Chars.beam' ERROR: Cant find Elixir.List.Chars.Function:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.List.Chars.beam' ERROR: Cant find Elixir.String.Chars.PID:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.String.Chars.beam' ERROR: Cant find Elixir.String.Chars.Map:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.String.Chars.beam' ERROR: Cant find Elixir.String.Chars.Tuple:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.String.Chars.beam' ERROR: Cant find Elixir.String.Chars.Function:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.String.Chars.beam' ERROR: Cant find Elixir.String.Chars.Port:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.String.Chars.beam' ERROR: Cant find Elixir.String.Chars.Reference:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.String.Chars.beam' ERROR: Cant find Elixir.Collectable.Port:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Collectable.beam' ERROR: Cant find Elixir.Collectable.Reference:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Collectable.beam' ERROR: Cant find Elixir.Collectable.Tuple:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Collectable.beam' ERROR: Cant find Elixir.Collectable.Float:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Collectable.beam' ERROR: Cant find Elixir.Collectable.Atom:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Collectable.beam' ERROR: Cant find Elixir.Collectable.PID:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Collectable.beam' ERROR: Cant find Elixir.Collectable.Function:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Collectable.beam' ERROR: Cant find Elixir.Collectable.Integer:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Collectable.beam' ERROR: Cant find Elixir.Enumerable.Port:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Enumerable.beam' ERROR: Cant find Elixir.Enumerable.BitString:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Enumerable.beam' ERROR: Cant find Elixir.Enumerable.Atom:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Enumerable.beam' ERROR: Cant find Elixir.Enumerable.Float:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Enumerable.beam' ERROR: Cant find Elixir.Enumerable.Tuple:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Enumerable.beam' ERROR: Cant find Elixir.Enumerable.PID:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Enumerable.beam' ERROR: Cant find Elixir.Enumerable.Reference:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Enumerable.beam' ERROR: Cant find Elixir.Enumerable.Integer:__impl__/1 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/elixir/ebin/Elixir.Enumerable.beam' ERROR: Cant find Elixir.Hex:start/0 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/mix/ebin/Elixir.Mix.Hex.beam' ERROR: Cant find Elixir.Hex:version/0 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/mix/ebin/Elixir.Mix.Hex.beam' ERROR: Cant find Elixir.Mix:shell/0 while processing '/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/elixir/1.11.2/lib/mix/test/fixtures/archive/ebin/Elixir.Mix.Tasks.Local.Sample.beam' Provides: elixir = 1.11.2-1.mga8 elixir(aarch-64) = 1.11.2-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/elixir erlang-compiler(aarch-64) erlang-crypto(aarch-64) erlang-erts erlang-erts(aarch-64) erlang-inets(aarch-64) erlang-kernel(aarch-64) erlang-parsetools(aarch-64) erlang-public_key(aarch-64) erlang-sasl(aarch-64) erlang-stdlib(aarch-64) erlang-tools(aarch-64) Processing files: elixir-doc-1.11.2-1.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9iREcf + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd elixir-1.11.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/doc/elixir-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/doc/elixir-doc + cp -pr docs/doc/eex /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/doc/elixir-doc + cp -pr docs/doc/elixir /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/doc/elixir-doc + cp -pr docs/doc/iex /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/doc/elixir-doc + cp -pr docs/doc/logger /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/doc/elixir-doc + cp -pr docs/doc/mix /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/doc/elixir-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gRqwZc + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd elixir-1.11.2 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/licenses/elixir-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/licenses/elixir-doc + cp -pr docs/LICENSE /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64/usr/share/licenses/elixir-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: elixir-doc = 1.11.2-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/elixir-doc-1.11.2-1.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/elixir-1.11.2-1.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vOq9Be + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd elixir-1.11.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/elixir-1.11.2-1.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HlGRRd + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf elixir-1.11.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!