Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/elixir.spec'], chrootPath='/var/lib/mock/f29-build-15328-7156/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/elixir.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/elixir-1.6.6-1.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/elixir.spec'], chrootPath='/var/lib/mock/f29-build-15328-7156/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/elixir.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.B087uE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf elixir-1.6.6/docs + /usr/bin/mkdir -p elixir-1.6.6/docs + cd elixir-1.6.6/docs + /usr/bin/unzip -qq /builddir/build/SOURCES/elixir-1.6.6-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 /builddir/build/BUILD + /usr/bin/gzip -dc /builddir/build/SOURCES/elixir-1.6.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd elixir-1.6.6 + /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 's/$(Q)//g' Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Qbwftt + umask 022 + cd /builddir/build/BUILD + cd elixir-1.6.6 + export LANG=en_US.UTF-8 + LANG=en_US.UTF-8 + export REBAR=/usr/bin/rebar + REBAR=/usr/bin/rebar + export ERL_LIBS=/usr/share/erlang/lib/ + ERL_LIBS=/usr/share/erlang/lib/ + export REBAR_DEPS_PREFER_LIBS=TRUE + REBAR_DEPS_PREFER_LIBS=TRUE + make compile cd lib/elixir && /usr/bin/rebar compile ==> elixir (compile) Compiled src/elixir_parser.yrl Compiled src/elixir_errors.erl Compiled src/elixir_erl_var.erl Compiled src/elixir_env.erl Compiled src/elixir_code_server.erl Compiled src/elixir_bitstring.erl Compiled src/elixir_clauses.erl Compiled src/elixir_utils.erl Compiled src/elixir_dispatch.erl Compiled src/elixir_def.erl Compiled src/elixir_compiler.erl Compiled src/elixir_sup.erl Compiled src/elixir_erl_clauses.erl Compiled src/elixir_erl.erl Compiled src/elixir_bootstrap.erl Compiled src/elixir_map.erl Compiled src/elixir_erl_compiler.erl Compiled src/elixir_lexical.erl Compiled src/elixir_import.erl Compiled src/elixir_module.erl Compiled src/elixir.erl Compiled src/elixir_fn.erl Compiled src/elixir_interpolation.erl Compiled src/elixir_rewrite.erl Compiled src/elixir_locals.erl Compiled src/elixir_erl_for.erl Compiled src/elixir_config.erl Compiled src/elixir_erl_pass.erl Compiled src/elixir_expand.erl Compiled src/elixir_tokenizer.erl Compiled src/elixir_overridable.erl Compiled src/elixir_aliases.erl Compiled src/elixir_erl_try.erl Compiled src/elixir_quote.erl Compiled src/elixir_parser.erl if [ ! -f lib/elixir/ebin/Elixir.Kernel.beam ]; then \ erl -noshell -eval '{V,_} = string:to_integer(erlang:system_info(otp_release)), io:fwrite("~s", [is_integer(V) and (V >= 19)])' -s erlang halt | grep -q '^true'; if [ $? != 0 ]; then echo "At least Erlang 19.0 is required to build Elixir"; exit 1; fi; \ 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/code.ex Compiled lib/elixir/lib/code/identifier.ex Compiled lib/elixir/lib/module/locals_tracker.ex Compiled lib/elixir/lib/kernel/typespec.ex Compiled lib/elixir/lib/kernel/utils.ex BUILDSTDERR: warning: erlang:get_stacktrace/0 used in the wrong part of 'try' expression. (Use it in the block between 'catch' and 'end'.) BUILDSTDERR: /builddir/build/BUILD/elixir-1.6.6/lib/elixir/lib/exception.ex:1242 Compiled lib/elixir/lib/exception.ex Compiled lib/elixir/lib/protocol.ex Compiled lib/elixir/lib/stream/reducers.ex Compiled lib/elixir/lib/enum.ex Compiled lib/elixir/lib/inspect/algebra.ex Compiled lib/elixir/lib/inspect.ex Compiled lib/elixir/lib/regex.ex Compiled lib/elixir/lib/string.ex Compiled lib/elixir/lib/string/chars.ex Compiled lib/elixir/lib/io.ex Compiled lib/elixir/lib/path.ex Compiled lib/elixir/lib/file.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 ==> elixir (compile) cd lib/elixir && ../../bin/elixirc --verbose --ignore-module-conflict "lib/kernel.ex" -o ebin; Compiling lib/kernel.ex (it's taking more than 15s) cd lib/elixir && ../../bin/elixirc --verbose --ignore-module-conflict "lib/**/*.ex" -o ebin; Compiling lib/access.ex (it's taking more than 15s) Compiling lib/agent.ex (it's taking more than 15s) Compiling lib/agent/server.ex (it's taking more than 15s) Compiling lib/application.ex (it's taking more than 15s) Compiling lib/base.ex (it's taking more than 15s) Compiling lib/calendar/datetime.ex (it's taking more than 15s) Compiling lib/calendar/iso.ex (it's taking more than 15s) Compiling lib/code/formatter.ex (it's taking more than 15s) Compiling lib/dynamic_supervisor.ex (it's taking more than 15s) BUILDSTDERR: warning: use Dict is deprecated, use the Map module for working with maps or the Keyword module for working with keyword lists BUILDSTDERR: lib/hash_dict.ex:11 Compiling lib/file/stat.ex (it's taking more than 15s) Compiling lib/gen_event.ex (it's taking more than 15s) Compiling lib/gen_event/stream.ex (it's taking more than 15s) Compiling lib/hash_dict.ex (it's taking more than 15s) Compiling lib/hash_set.ex (it's taking more than 15s) Compiling lib/inspect/algebra.ex (it's taking more than 15s) BUILDSTDERR: warning: erlang:get_stacktrace/0 used in the wrong part of 'try' expression. (Use it in the block between 'catch' and 'end'.) BUILDSTDERR: lib/exception.ex:1242 Compiling lib/kernel.ex (it's taking more than 15s) Compiling lib/macro.ex (it's taking more than 15s) Compiling lib/stream.ex (it's taking more than 15s) Compiling lib/string.ex (it's taking more than 15s) make unicode make[1]: Entering directory '/builddir/build/BUILD/elixir-1.6.6' ==> unicode (compile) bin/elixirc --verbose --ignore-module-conflict lib/elixir/unicode/unicode.ex -o lib/elixir/ebin; Compiling lib/elixir/unicode/unicode.ex (it's taking more than 15s) bin/elixirc --verbose --ignore-module-conflict lib/elixir/unicode/properties.ex -o lib/elixir/ebin; Compiling lib/elixir/unicode/properties.ex (it's taking more than 15s) bin/elixirc --verbose --ignore-module-conflict lib/elixir/unicode/tokenizer.ex -o lib/elixir/ebin; Compiling lib/elixir/unicode/tokenizer.ex (it's taking more than 15s) make[1]: Leaving directory '/builddir/build/BUILD/elixir-1.6.6' rm -f lib/elixir/ebin/elixir.app cd lib/elixir && /usr/bin/rebar compile ==> elixir (compile) ==> eex (compile) cd lib/eex && ../../bin/elixirc --verbose --ignore-module-conflict "lib/**/*.ex" -o ebin Compiling lib/eex/compiler.ex (it's taking more than 15s) Compiling lib/eex/smart_engine.ex (it's taking more than 15s) ==> mix (compile) cd lib/mix && ../../bin/elixirc --verbose --ignore-module-conflict "lib/**/*.ex" -o ebin Compiling lib/mix.ex (it's taking more than 15s) Compiling lib/mix/cli.ex (it's taking more than 15s) Compiling lib/mix/compilers/elixir.ex (it's taking more than 15s) Compiling lib/mix/compilers/erlang.ex (it's taking more than 15s) Compiling lib/mix/compilers/test.ex (it's taking more than 15s) mkdir -p lib/mix/_build/shared/lib/mix cp -R lib/mix/ebin lib/mix/_build/shared/lib/mix/ cd lib/mix && ../../bin/elixir -e 'Mix.start(:permanent, [])' -r mix.exs -e 'Mix.Task.run("compile.app")' Generated mix app cp lib/mix/_build/shared/lib/mix/ebin/mix.app lib/mix/ebin/mix.app rm -rf lib/mix/_build ==> ex_unit (compile) cd lib/ex_unit && ../../bin/elixirc --verbose --ignore-module-conflict "lib/**/*.ex" -o ebin Compiling lib/ex_unit.ex (it's taking more than 15s) Compiling lib/ex_unit/assertions.ex (it's taking more than 15s) Compiling lib/ex_unit/callbacks.ex (it's taking more than 15s) Compiling lib/ex_unit/capture_io.ex (it's taking more than 15s) mkdir -p lib/ex_unit/_build/shared/lib/ex_unit cp -R lib/ex_unit/ebin lib/ex_unit/_build/shared/lib/ex_unit/ cd lib/ex_unit && ../../bin/elixir -e 'Mix.start(:permanent, [])' -r mix.exs -e 'Mix.Task.run("compile.app")' Generated ex_unit app cp lib/ex_unit/_build/shared/lib/ex_unit/ebin/ex_unit.app lib/ex_unit/ebin/ex_unit.app rm -rf lib/ex_unit/_build ==> logger (compile) cd lib/logger && ../../bin/elixirc --verbose --ignore-module-conflict "lib/**/*.ex" -o ebin Compiling lib/logger.ex (it's taking more than 15s) Compiling lib/logger/backends/console.ex (it's taking more than 15s) mkdir -p lib/logger/_build/shared/lib/logger cp -R lib/logger/ebin lib/logger/_build/shared/lib/logger/ cd lib/logger && ../../bin/elixir -e 'Mix.start(:permanent, [])' -r mix.exs -e 'Mix.Task.run("compile.app")' Generated logger app cp lib/logger/_build/shared/lib/logger/ebin/logger.app lib/logger/ebin/logger.app rm -rf lib/logger/_build mkdir -p lib/eex/_build/shared/lib/eex cp -R lib/eex/ebin lib/eex/_build/shared/lib/eex/ cd lib/eex && ../../bin/elixir -e 'Mix.start(:permanent, [])' -r mix.exs -e 'Mix.Task.run("compile.app")' Generated eex app cp lib/eex/_build/shared/lib/eex/ebin/eex.app lib/eex/ebin/eex.app rm -rf lib/eex/_build ==> iex (compile) cd lib/iex && ../../bin/elixirc --verbose --ignore-module-conflict "lib/**/*.ex" -o ebin Compiling lib/iex/autocomplete.ex (it's taking more than 15s) Compiling lib/iex/evaluator.ex (it's taking more than 15s) mkdir -p lib/iex/_build/shared/lib/iex cp -R lib/iex/ebin lib/iex/_build/shared/lib/iex/ cd lib/iex && ../../bin/elixir -e 'Mix.start(:permanent, [])' -r mix.exs -e 'Mix.Task.run("compile.app")' Generated iex app cp lib/iex/_build/shared/lib/iex/ebin/iex.app lib/iex/ebin/iex.app rm -rf lib/iex/_build + 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 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ahKS18 + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64 + cd elixir-1.6.6 + mkdir -p /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64//usr/share/elixir/1.6.6 + cp -ra bin lib /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64//usr/share/elixir/1.6.6 + mkdir -p /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64//usr/bin + ln -s /usr/share/elixir/1.6.6/bin/elixir /usr/share/elixir/1.6.6/bin/elixirc /usr/share/elixir/1.6.6/bin/iex /usr/share/elixir/1.6.6/bin/mix /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64//usr/bin/ + mkdir -p /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64//usr/share/man/man1 + cp -a man/elixir.1 man/elixirc.1 man/iex.1 man/mix.1 /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64//usr/share/man/man1 + rm -r /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64//usr/share/elixir/1.6.6/lib/elixir/.rebar + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /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-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/share/elixir/1.6.6/bin/mix from /usr/bin/env elixir to #!/usr/bin/elixir Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6Erbdh Processing files: elixir-1.6.6-1.fc29.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.bBxeuB + umask 022 + cd /builddir/build/BUILD + cd elixir-1.6.6 + LICENSEDIR=/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/licenses/elixir + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/licenses/elixir + cp -pr LICENSE /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/licenses/elixir + exit 0 BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Reference:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Port:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.PID:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Float:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Tuple:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Integer:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Function:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Atom:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.PID:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Atom:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Integer:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Port:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Reference:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Float:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Tuple:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.BitString:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find gen:debug_options/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.GenEvent.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.PID:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.Reference:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.Map:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.Tuple:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.Function:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.Port:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.Reference:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.Function:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.Port:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.PID:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.Tuple:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.Map:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find logger:add_handler/3 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/logger/ebin/Elixir.Logger.App.beam' BUILDSTDERR: ERROR: Cant find logger:get_handler_config/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/logger/ebin/Elixir.Logger.App.beam' BUILDSTDERR: ERROR: Cant find logger:get_primary_config/0 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/logger/ebin/Elixir.Logger.App.beam' BUILDSTDERR: ERROR: Cant find logger:remove_handler/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/logger/ebin/Elixir.Logger.App.beam' BUILDSTDERR: ERROR: Cant find logger:update_primary_config/1 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/logger/ebin/Elixir.Logger.App.beam' BUILDSTDERR: ERROR: Cant find Elixir.Hex:start/0 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/mix/ebin/Elixir.Mix.Hex.beam' BUILDSTDERR: ERROR: Cant find Elixir.Hex:version/0 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/mix/ebin/Elixir.Mix.Hex.beam' BUILDSTDERR: ERROR: Cant find Elixir.Mix:shell/0 while processing '/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/elixir/1.6.6/lib/mix/test/fixtures/archive/ebin/Elixir.Mix.Tasks.Local.Sample.beam' Provides: elixir = 1.6.6-1.fc29 elixir(riscv-64) = 1.6.6-1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /usr/bin/elixir erlang-compiler(riscv-64) erlang-crypto(riscv-64) erlang-erts(riscv-64) erlang-inets(riscv-64) erlang-kernel(riscv-64) erlang-parsetools(riscv-64) erlang-public_key(riscv-64) erlang-stdlib(riscv-64) erlang-tools(riscv-64) Processing files: elixir-doc-1.6.6-1.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nunnrD + umask 022 + cd /builddir/build/BUILD + cd elixir-1.6.6 + DOCDIR=/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/doc/elixir-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/doc/elixir-doc + cp -pr docs/doc/eex /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/doc/elixir-doc + cp -pr docs/doc/elixir /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/doc/elixir-doc + cp -pr docs/doc/iex /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/doc/elixir-doc + cp -pr docs/doc/logger /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/doc/elixir-doc + cp -pr docs/doc/mix /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/doc/elixir-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZCJxj0 + umask 022 + cd /builddir/build/BUILD + cd elixir-1.6.6 + LICENSEDIR=/builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/licenses/elixir-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/licenses/elixir-doc + cp -pr docs/LICENSE /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64/usr/share/licenses/elixir-doc + exit 0 Provides: elixir-doc = 1.6.6-1.fc29 elixir-doc(riscv-64) = 1.6.6-1.fc29 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 /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64 Wrote: /builddir/build/RPMS/elixir-1.6.6-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/elixir-doc-1.6.6-1.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.F0Lp9g + umask 022 + cd /builddir/build/BUILD + cd elixir-1.6.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/elixir-1.6.6-1.fc29.riscv64 + exit 0 Child return code was: 0