Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/elixir.spec'], chrootPath='/var/lib/mock/f30-build-38433-22214/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'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=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'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/elixir-1.7.3-2.fc30.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/f30-build-38433-22214/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'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=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'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6yZKpS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf elixir-1.7.3/docs + /usr/bin/mkdir -p elixir-1.7.3/docs + cd elixir-1.7.3/docs + /usr/bin/unzip -qq /builddir/build/SOURCES/elixir-1.7.3-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.7.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd elixir-1.7.3 + /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.OQcqGS + umask 022 + cd /builddir/build/BUILD + cd elixir-1.7.3 + export LANG=C.UTF-8 + LANG=C.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 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 >= 19)])' -s erlang halt | grep -q '^true'; if [ $? != 0 ]; then echo "At least Erlang/OTP 19.0 is required to build Elixir"; exit 1; fi; fi cd lib/elixir && mkdir -p ebin && erl -make 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 src/elixir_map.erl:158: Warning: function prune_stacktrace/3 is unused 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 /builddir/build/BUILD/elixir-1.7.3/lib/elixir/generate_app.escript lib/elixir/src/elixir.app.src lib/elixir/ebin/elixir.app 1.7.3 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 BUILDSTDERR: warning: variable "body" is unused BUILDSTDERR: /builddir/build/BUILD/elixir-1.7.3/lib/elixir/lib/module.ex:1323 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 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/atom.ex (it's taking more than 15s) Compiling lib/base.ex (it's taking more than 15s) Compiling lib/calendar/date.ex (it's taking more than 15s) Compiling lib/calendar/date_range.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/calendar/naive_datetime.ex (it's taking more than 15s) Compiling lib/calendar/time.ex (it's taking more than 15s) Compiling lib/code.ex (it's taking more than 15s) Compiling lib/code/formatter.ex (it's taking more than 15s) Compiling lib/code/identifier.ex (it's taking more than 15s) Compiling lib/code/typespec.ex (it's taking more than 15s) Compiling lib/dict.ex (it's taking more than 15s) Compiling lib/dynamic_supervisor.ex (it's taking more than 15s) Compiling lib/enum.ex (it's taking more than 15s) Compiling lib/exception.ex (it's taking more than 15s) Compiling lib/file.ex (it's taking more than 15s) Compiling lib/file/stat.ex (it's taking more than 15s) Compiling lib/float.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/gen_server.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.ex (it's taking more than 15s) Compiling lib/inspect/algebra.ex (it's taking more than 15s) Compiling lib/integer.ex (it's taking more than 15s) Compiling lib/io.ex (it's taking more than 15s) Compiling lib/io/ansi/docs.ex (it's taking more than 15s) Compiling lib/io/stream.ex (it's taking more than 15s) Compiling lib/kernel.ex (it's taking more than 15s) Compiling lib/kernel/cli.ex (it's taking more than 15s) Compiling lib/kernel/lexical_tracker.ex (it's taking more than 15s) Compiling lib/kernel/parallel_compiler.ex (it's taking more than 15s) Compiling lib/kernel/typespec.ex (it's taking more than 15s) Compiling lib/keyword.ex (it's taking more than 15s) Compiling lib/list.ex (it's taking more than 15s) Compiling lib/list/chars.ex (it's taking more than 15s) Compiling lib/macro.ex (it's taking more than 15s) Compiling lib/map.ex (it's taking more than 15s) Compiling lib/map_set.ex (it's taking more than 15s) Compiling lib/module.ex (it's taking more than 15s) BUILDSTDERR: warning: variable "body" is unused BUILDSTDERR: lib/module.ex:1323 Compiling lib/option_parser.ex (it's taking more than 15s) Compiling lib/path.ex (it's taking more than 15s) Compiling lib/process.ex (it's taking more than 15s) Compiling lib/protocol.ex (it's taking more than 15s) Compiling lib/record.ex (it's taking more than 15s) Compiling lib/regex.ex (it's taking more than 15s) Compiling lib/registry.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) Compiling lib/system.ex (it's taking more than 15s) Compiling lib/uri.ex (it's taking more than 15s) make unicode make[1]: Entering directory '/builddir/build/BUILD/elixir-1.7.3' ==> 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.7.3' make app make[1]: Entering directory '/builddir/build/BUILD/elixir-1.7.3' /builddir/build/BUILD/elixir-1.7.3/lib/elixir/generate_app.escript lib/elixir/src/elixir.app.src lib/elixir/ebin/elixir.app 1.7.3 Generated elixir.app make[1]: Leaving directory '/builddir/build/BUILD/elixir-1.7.3' ==> eex (compile) cd lib/eex && ../../bin/elixirc --verbose --ignore-module-conflict "lib/**/*.ex" -o ebin Compiling lib/eex.ex (it's taking more than 15s) Compiling lib/eex/compiler.ex (it's taking more than 15s) Compiling lib/eex/engine.ex (it's taking more than 15s) Compiling lib/eex/smart_engine.ex (it's taking more than 15s) Compiling lib/eex/tokenizer.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) Compiling lib/mix/dep.ex (it's taking more than 15s) Compiling lib/mix/dep/converger.ex (it's taking more than 15s) Compiling lib/mix/dep/fetcher.ex (it's taking more than 15s) Compiling lib/mix/dep/loader.ex (it's taking more than 15s) Compiling lib/mix/project.ex (it's taking more than 15s) Compiling lib/mix/task.ex (it's taking more than 15s) Compiling lib/mix/tasks/app.start.ex (it's taking more than 15s) Compiling lib/mix/tasks/app.tree.ex (it's taking more than 15s) Compiling lib/mix/tasks/archive.build.ex (it's taking more than 15s) Compiling lib/mix/tasks/archive.check.ex (it's taking more than 15s) Compiling lib/mix/tasks/archive.ex (it's taking more than 15s) Compiling lib/mix/tasks/archive.install.ex (it's taking more than 15s) Compiling lib/mix/tasks/archive.uninstall.ex (it's taking more than 15s) Compiling lib/mix/tasks/clean.ex (it's taking more than 15s) Compiling lib/mix/tasks/cmd.ex (it's taking more than 15s) Compiling lib/mix/tasks/compile.all.ex (it's taking more than 15s) Compiling lib/mix/tasks/compile.app.ex (it's taking more than 15s) Compiling lib/mix/tasks/compile.elixir.ex (it's taking more than 15s) Compiling lib/mix/tasks/compile.erlang.ex (it's taking more than 15s) Compiling lib/mix/tasks/escript.build.ex (it's taking more than 15s) Compiling lib/mix/tasks/format.ex (it's taking more than 15s) Compiling lib/mix/tasks/help.ex (it's taking more than 15s) Compiling lib/mix/tasks/new.ex (it's taking more than 15s) Compiling lib/mix/tasks/xref.ex (it's taking more than 15s) Compiling lib/mix/utils.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) Compiling lib/ex_unit/cli_formatter.ex (it's taking more than 15s) Compiling lib/ex_unit/diff.ex (it's taking more than 15s) Compiling lib/ex_unit/doc_test.ex (it's taking more than 15s) Compiling lib/ex_unit/formatter.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/app.ex (it's taking more than 15s) Compiling lib/logger/backends/console.ex (it's taking more than 15s) Compiling lib/logger/config.ex (it's taking more than 15s) Compiling lib/logger/translator.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.ex (it's taking more than 15s) Compiling lib/iex/app.ex (it's taking more than 15s) Compiling lib/iex/autocomplete.ex (it's taking more than 15s) Compiling lib/iex/cli.ex (it's taking more than 15s) Compiling lib/iex/evaluator.ex (it's taking more than 15s) Compiling lib/iex/helpers.ex (it's taking more than 15s) Compiling lib/iex/info.ex (it's taking more than 15s) Compiling lib/iex/introspection.ex (it's taking more than 15s) Compiling lib/iex/pry.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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.A9Tsge + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64 + cd elixir-1.7.3 + mkdir -p /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64//usr/share/elixir/1.7.3 + cp -ra bin lib /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64//usr/share/elixir/1.7.3 + mkdir -p /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64//usr/bin + ln -s /usr/share/elixir/1.7.3/bin/elixir /usr/share/elixir/1.7.3/bin/elixirc /usr/share/elixir/1.7.3/bin/iex /usr/share/elixir/1.7.3/bin/mix /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64//usr/bin/ + mkdir -p /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64//usr/share/man/man1 + cp -a man/elixir.1 man/elixirc.1 man/iex.1 man/mix.1 /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64//usr/share/man/man1 + /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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/share/elixir/1.7.3/bin/elixirc from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/elixir/1.7.3/bin/elixir from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/elixir/1.7.3/bin/iex from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/elixir/1.7.3/bin/mix from /usr/bin/env elixir to #!/usr/bin/elixir mangling shebang in /usr/share/elixir/1.7.3/lib/elixir/generate_app.escript from /usr/bin/env escript to #!/usr/bin/escript Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fCRzz5 Processing files: elixir-1.7.3-2.fc30.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0U0hRS + umask 022 + cd /builddir/build/BUILD + cd elixir-1.7.3 + LICENSEDIR=/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/licenses/elixir + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/licenses/elixir + cp -pr LICENSE /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/licenses/elixir + exit 0 BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Reference:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Tuple:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Atom:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.PID:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Integer:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Float:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Function:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Collectable.Port:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Collectable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Float:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Integer:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.BitString:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.PID:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Tuple:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Port:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Atom:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find Elixir.Enumerable.Reference:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.Enumerable.beam' BUILDSTDERR: ERROR: Cant find gen:debug_options/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.GenEvent.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.Function:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.Reference:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.PID:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.Port:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.Tuple:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.List.Chars.Map:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.List.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.Tuple:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.Map:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.Function:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.Port:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.Reference:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: ERROR: Cant find Elixir.String.Chars.PID:__impl__/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/elixir/ebin/Elixir.String.Chars.beam' BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/usr/lib/rpm/erlang-find-requires", line 288, in BUILDSTDERR: Ret = inspect_beam_file(ISA, filename) BUILDSTDERR: File "/usr/lib/rpm/erlang-find-requires", line 222, in inspect_beam_file BUILDSTDERR: BeamMFARequires = list(filter(lambda X: check_for_mfa('/'.join(filename.split('/')[:-3] + ["*", "ebin"]), Dict, X) is None, BeamMFARequires)) BUILDSTDERR: File "/usr/lib/rpm/erlang-find-requires", line 222, in BUILDSTDERR: BeamMFARequires = list(filter(lambda X: check_for_mfa('/'.join(filename.split('/')[:-3] + ["*", "ebin"]), Dict, X) is None, BeamMFARequires)) BUILDSTDERR: File "/usr/lib/rpm/erlang-find-requires", line 171, in check_for_mfa BUILDSTDERR: b = pybeam.BeamFile(Beams[0]) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/pybeam/beam_file.py", line 27, in __init__ BUILDSTDERR: self._tree = beam.parse(open(filename,"rb").read()) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 187, in parse BUILDSTDERR: return self.parse_stream(BytesIO(data)) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 197, in parse_stream BUILDSTDERR: return self._parse(stream, Container()) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 661, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 519, in _parse BUILDSTDERR: obj.append(self.subcon._parse(stream, context)) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 661, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 840, in _parse BUILDSTDERR: obj = self.cases.get(key, self.default)._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 287, in _parse BUILDSTDERR: return self._decode(self.subcon._parse(stream, context), context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 723, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 840, in _parse BUILDSTDERR: obj = self.cases.get(key, self.default)._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 661, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 287, in _parse BUILDSTDERR: return self._decode(self.subcon._parse(stream, context), context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/adapters.py", line 261, in _decode BUILDSTDERR: return self.inner_subcon._parse(BytesIO(obj), context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 661, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 438, in _parse BUILDSTDERR: obj.append(self.subcon._parse(stream, context)) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 661, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 287, in _parse BUILDSTDERR: return self._decode(self.subcon._parse(stream, context), context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 723, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 840, in _parse BUILDSTDERR: obj = self.cases.get(key, self.default)._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 287, in _parse BUILDSTDERR: return self._decode(self.subcon._parse(stream, context), context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/pybeam/eetf_construct.py", line 50, in _decode BUILDSTDERR: return dict(obj) BUILDSTDERR: TypeError: unhashable type: 'Binary' BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/usr/lib/rpm/erlang-find-requires", line 288, in BUILDSTDERR: Ret = inspect_beam_file(ISA, filename) BUILDSTDERR: File "/usr/lib/rpm/erlang-find-requires", line 210, in inspect_beam_file BUILDSTDERR: b = pybeam.BeamFile(filename) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/pybeam/beam_file.py", line 27, in __init__ BUILDSTDERR: self._tree = beam.parse(open(filename,"rb").read()) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 187, in parse BUILDSTDERR: return self.parse_stream(BytesIO(data)) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 197, in parse_stream BUILDSTDERR: return self._parse(stream, Container()) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 661, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 519, in _parse BUILDSTDERR: obj.append(self.subcon._parse(stream, context)) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 661, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 840, in _parse BUILDSTDERR: obj = self.cases.get(key, self.default)._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 287, in _parse BUILDSTDERR: return self._decode(self.subcon._parse(stream, context), context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 723, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 840, in _parse BUILDSTDERR: obj = self.cases.get(key, self.default)._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 661, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 287, in _parse BUILDSTDERR: return self._decode(self.subcon._parse(stream, context), context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/adapters.py", line 261, in _decode BUILDSTDERR: return self.inner_subcon._parse(BytesIO(obj), context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 661, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 438, in _parse BUILDSTDERR: obj.append(self.subcon._parse(stream, context)) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 661, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 287, in _parse BUILDSTDERR: return self._decode(self.subcon._parse(stream, context), context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 723, in _parse BUILDSTDERR: subobj = sc._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 840, in _parse BUILDSTDERR: obj = self.cases.get(key, self.default)._parse(stream, context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/construct/core.py", line 287, in _parse BUILDSTDERR: return self._decode(self.subcon._parse(stream, context), context) BUILDSTDERR: File "/usr/lib/python3.7/site-packages/pybeam/eetf_construct.py", line 50, in _decode BUILDSTDERR: return dict(obj) BUILDSTDERR: TypeError: unhashable type: 'Binary' BUILDSTDERR: ERROR: Cant find logger:get_handler_config/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/logger/ebin/Elixir.Logger.App.beam' BUILDSTDERR: ERROR: Cant find logger:get_primary_config/0 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/logger/ebin/Elixir.Logger.App.beam' BUILDSTDERR: ERROR: Cant find logger:add_handler/3 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/logger/ebin/Elixir.Logger.App.beam' BUILDSTDERR: ERROR: Cant find logger:update_primary_config/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/logger/ebin/Elixir.Logger.App.beam' BUILDSTDERR: ERROR: Cant find logger:remove_handler/1 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/logger/ebin/Elixir.Logger.App.beam' BUILDSTDERR: ERROR: Cant find Elixir.Hex:version/0 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/mix/ebin/Elixir.Mix.Hex.beam' BUILDSTDERR: ERROR: Cant find Elixir.Hex:start/0 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/mix/ebin/Elixir.Mix.Hex.beam' BUILDSTDERR: ERROR: Cant find Elixir.Mix:shell/0 while processing '/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/elixir/1.7.3/lib/mix/test/fixtures/archive/ebin/Elixir.Mix.Tasks.Local.Sample.beam' Provides: elixir = 1.7.3-2.fc30 elixir(riscv-64) = 1.7.3-2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/elixir /usr/bin/escript /usr/bin/sh 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.7.3-2.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8CQiT7 + umask 022 + cd /builddir/build/BUILD + cd elixir-1.7.3 + DOCDIR=/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/doc/elixir-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/doc/elixir-doc + cp -pr docs/doc/eex /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/doc/elixir-doc + cp -pr docs/doc/elixir /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/doc/elixir-doc + cp -pr docs/doc/iex /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/doc/elixir-doc + cp -pr docs/doc/logger /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/doc/elixir-doc + cp -pr docs/doc/mix /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/doc/elixir-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oKKH4C + umask 022 + cd /builddir/build/BUILD + cd elixir-1.7.3 + LICENSEDIR=/builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/licenses/elixir-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/licenses/elixir-doc + cp -pr docs/LICENSE /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64/usr/share/licenses/elixir-doc + exit 0 Provides: elixir-doc = 1.7.3-2.fc30 elixir-doc(riscv-64) = 1.7.3-2.fc30 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.7.3-2.fc30.riscv64 Wrote: /builddir/build/RPMS/elixir-1.7.3-2.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/elixir-doc-1.7.3-2.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.A62X2C + umask 022 + cd /builddir/build/BUILD + cd elixir-1.7.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/elixir-1.7.3-2.fc30.riscv64 + exit 0 Child return code was: 0