D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/elixir-1.18.4-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qZpn9k Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZiCQcs + umask 022 + cd /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + rm -rf elixir-1.18.4/docs + /usr/bin/mkdir -p elixir-1.18.4/docs + cd elixir-1.18.4/docs + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/elixir-1.18.4-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/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/elixir-1.18.4.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd elixir-1.18.4 + /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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hmQ89f + umask 022 + cd /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd elixir-1.18.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export LANG=C.UTF-8 + LANG=C.UTF-8 + export REBAR3=/usr/bin/rebar3 + REBAR3=/usr/bin/rebar3 + 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 >= 25)])' -s erlang halt | grep -q '^true'; if [ $? != 0 ]; then echo "At least Erlang/OTP 25.0 is required to build Elixir"; exit 1; fi; fi cd lib/elixir && mkdir -p ebin && erl -make Recompile: src/iex 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_lexical Recompile: src/elixir_json 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/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4/lib/elixir/scripts/generate_app.escript 1.18.4 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; \ "make" unicode; \ fi ==> bootstrap (compile) Compiled kernel.ex Compiled kernel/utils.ex Compiled macro/env.ex Compiled keyword.ex Compiled module.ex Compiled list.ex Compiled macro.ex Compiled kernel/typespec.ex Compiled code.ex Compiled code/identifier.ex Compiled protocol.ex Compiled stream/reducers.ex Compiled enum.ex Compiled regex.ex Compiled inspect/algebra.ex Compiled inspect.ex Compiled string.ex Compiled string/chars.ex Compiled kernel.ex Compiled list/chars.ex Compiled bitwise.ex Compiled module/parallel_checker.ex Compiled module/behaviour.ex Compiled module/types/helpers.ex Compiled module/types/descr.ex Compiled module/types/of.ex Compiled module/types/pattern.ex Compiled module/types/apply.ex Compiled module/types/expr.ex Compiled module/types.ex Compiled exception.ex Compiled path.ex Compiled file.ex Compiled map.ex Compiled function.ex Compiled range.ex Compiled access.ex Compiled io.ex Compiled system.ex Compiled code/formatter.ex Compiled code/normalizer.ex Compiled kernel/cli.ex Compiled kernel/error_handler.ex Compiled kernel/parallel_compiler.ex Compiled kernel/lexical_tracker.ex make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4' ==> unicode (compile) bin/elixirc --ignore-module-conflict lib/elixir/unicode/unicode.ex -o lib/elixir/ebin; [Unicode] Break on 25 whitespace codepoints bin/elixirc --ignore-module-conflict lib/elixir/unicode/tokenizer.ex -o lib/elixir/ebin; [Unicode] Tokenizing 112700 non-ascii codepoints [Unicode] Tokenizing 65 scriptsets bin/elixirc --ignore-module-conflict lib/elixir/unicode/security.ex -o lib/elixir/ebin; make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4' ==> elixir (compile) cd lib/elixir && ../../bin/elixirc --ignore-module-conflict "lib/**/*.ex" -o ebin; /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4/lib/elixir/scripts/generate_app.escript 1.18.4 Generated elixir app ==> 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/pterjan/rpmbuild/tmp/rpm-tmp.bwczJz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + mkdir /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd elixir-1.18.4 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4 + cp -ra bin lib /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4 + mkdir -p /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/bin + ln -s /usr/share/elixir/1.18.4/bin/elixir /usr/share/elixir/1.18.4/bin/elixirc /usr/share/elixir/1.18.4/bin/iex /usr/share/elixir/1.18.4/bin/mix /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/bin/ + mkdir -p /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/man/man1 + cp -a man/elixir.1 man/elixirc.1 man/iex.1 man/mix.1 /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/share/elixir/1.18.4/bin/mix.ps1 is executable but has no shebang, removing executable bit mangling shebang in /usr/share/elixir/1.18.4/bin/mix from /usr/bin/env elixir to #!/usr/bin/elixir mangling shebang in /usr/share/elixir/1.18.4/bin/elixirc from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/elixir/1.18.4/bin/iex from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/elixir/1.18.4/bin/elixir from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/share/elixir/1.18.4/lib/elixir/scripts/generate_app.escript from /usr/bin/env escript to #!/usr/bin/escript mangling shebang in /usr/share/elixir/1.18.4/lib/elixir/scripts/windows_installer/build.sh from /bin/bash to #!/usr/bin/bash + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7yCPZ2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd elixir-1.18.4 + '[' 1 -eq 1 ']' + rm -f ./lib/mix/test/fixtures/rebar3 + export REBAR3=/usr/bin/rebar3 + REBAR3=/usr/bin/rebar3 + export LANG=C.UTF-8 + LANG=C.UTF-8 + export ERL_LIBS=/usr/share/erlang/lib/ + ERL_LIBS=/usr/share/erlang/lib/ + make test 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/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 126 tests passed. ==> elixir (ex_unit) exec epmd & exit if [ "" = "Windows_NT" ]; then \ cd lib/elixir && cmd //C call ../../bin/elixir.bat --sname primary -r "test/elixir/test_helper.exs" -pr "test/elixir/**/"*_test.exs""; \ else \ cd lib/elixir && ../../bin/elixir --sname primary -r "test/elixir/test_helper.exs" -pr "test/elixir/**/"*_test.exs""; \ fi Running ExUnit with seed: 534767, max_cases: 96 Excluding tags: [windows: true] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. Finished in 25.8 seconds (7.1s on load, 10.5s async, 8.1s sync) 2038 doctests, 4537 tests, 0 failures, 13 excluded ==> ex_unit (ex_unit) cd lib/ex_unit && ../../bin/elixir -r "test/test_helper.exs" -pr "test/**/"*_test.exs""; Running ExUnit with seed: 509920, max_cases: 96 ........................................................................................................................................................................................................................................................................................................................................................................................................................................................ Finished in 3.4 seconds (1.4s on load, 0.3s async, 1.6s sync) 48 doctests, 392 tests, 0 failures ==> logger (ex_unit) cd lib/logger && ../../bin/elixir -r "test/test_helper.exs" -pr "test/**/"*_test.exs""; Running ExUnit with seed: 290490, max_cases: 96 ................................................................................................................................................................ Finished in 1.8 seconds (1.2s on load, 0.04s async, 0.5s sync) 3 doctests, 157 tests, 0 failures ==> eex (ex_unit) cd lib/eex && ../../bin/elixir -r "test/test_helper.exs" -pr "test/**/"*_test.exs""; Running ExUnit with seed: 772956, max_cases: 96 ................................................................................................................. Finished in 0.3 seconds (0.3s on load, 0.06s async, 0.00s sync) 7 doctests, 106 tests, 0 failures ==> iex (ex_unit) cd lib/iex && ../../bin/elixir -r "test/test_helper.exs" -pr "test/**/"*_test.exs""; Running ExUnit with seed: 163074, max_cases: 96 ........................................................................................................................................................................................................................................................................... Finished in 8.3 seconds (0.7s on load, 0.2s async, 7.2s sync) 267 tests, 0 failures ==> mix (ex_unit) cd lib/mix && ../../bin/elixir -r "test/test_helper.exs" -pr "test/**/"*_test.exs""; Running ExUnit with seed: 25268, max_cases: 96 Excluding tags: [windows: true] ............................................................................................................................................................... 03:17:31.701 [notice] Application parsetools exited: :stopped . 03:17:31.746 [notice] Application parsetools exited: :stopped . 03:17:31.796 [notice] Application parsetools exited: :stopped ......... 03:17:33.385 [notice] Application parsetools exited: :stopped . 03:17:33.417 [notice] Application parsetools exited: :stopped . 03:17:33.467 [notice] Application parsetools exited: :stopped . 03:17:33.504 [notice] Application parsetools exited: :stopped ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ Finished in 411.9 seconds (2.6s on load, 0.1s async, 409.2s sync) 6 doctests, 855 tests, 0 failures + RPM_EC=0 ++ jobs -p + exit 0 Processing files: elixir-1.18.4-2.mga10.x86_64 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SQGs1n + umask 022 + cd /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + cd elixir-1.18.4 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/licenses/elixir + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/licenses/elixir + cp -pr /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4/LICENSE /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/licenses/elixir + RPM_EC=0 ++ jobs -p + exit 0 ERROR: Cant find Elixir.Hex:start/0 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/mix/ebin/Elixir.Mix.Hex.beam' ERROR: Cant find Elixir.Hex:version/0 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/mix/ebin/Elixir.Mix.Hex.beam' ERROR: Cant find Dict:update/4 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Enum.beam' ERROR: Cant find Dict:put/3 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.URI.beam' ERROR: Cant find HashDict:reduce/3 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Enumerable.HashDict.beam' ERROR: Cant find HashDict:fetch/2 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Enumerable.HashDict.beam' ERROR: Cant find HashDict:size/1 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Enumerable.HashDict.beam' ERROR: Cant find HashSet:reduce/3 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Enumerable.HashSet.beam' ERROR: Cant find HashSet:size/1 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Enumerable.HashSet.beam' ERROR: Cant find HashSet:member?/2 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Enumerable.HashSet.beam' ERROR: Cant find Elixir.Hex:version/0 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/mix/ebin/Elixir.Mix.Tasks.Local.Hex.beam' ERROR: Cant find HashDict:to_list/1 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Inspect.HashDict.beam' ERROR: Cant find HashSet:to_list/1 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Inspect.HashSet.beam' ERROR: Cant find HashDict:put/3 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Collectable.HashDict.beam' ERROR: Cant find HashSet:put/2 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/elixir/ebin/Elixir.Collectable.HashSet.beam' ERROR: Cant find user:start/0 while processing '/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/elixir/1.18.4/lib/iex/ebin/Elixir.IEx.CLI.beam' Provides: elixir = 1.18.4-2.mga10 elixir(x86-64) = 1.18.4-2.mga10 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(x86-64) erlang-crypto(x86-64) erlang-erts erlang-erts(x86-64) erlang-inets(x86-64) erlang-kernel(x86-64) erlang-parsetools(x86-64) erlang-public_key(x86-64) erlang-sasl(x86-64) erlang-stdlib(x86-64) erlang-tools(x86-64) Processing files: elixir-doc-1.18.4-2.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HLz4hG + umask 022 + cd /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + cd elixir-1.18.4 + DOCDIR=/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/doc/elixir-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/doc/elixir-doc + cp -pr /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4/docs/doc/eex /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/doc/elixir-doc + cp -pr /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4/docs/doc/elixir /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/doc/elixir-doc + cp -pr /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4/docs/doc/iex /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/doc/elixir-doc + cp -pr /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4/docs/doc/logger /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/doc/elixir-doc + cp -pr /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4/docs/doc/mix /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/doc/elixir-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8etUXQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + cd elixir-1.18.4 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/licenses/elixir-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/licenses/elixir-doc + cp -pr /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4/docs/LICENSE /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT/usr/share/licenses/elixir-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: elixir-doc = 1.18.4-2.mga10 elixir-doc(x86-64) = 1.18.4-2.mga10 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/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/elixir-doc-1.18.4-2.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/elixir-1.18.4-2.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mFQUh4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + test -d /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + rm -rf /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!