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.KgRcOu Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8cndk8 + 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.TwAsXg + 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.DdnJ3b + 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.87svcq + 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: 907685, max_cases: 96 Excluding tags: [windows: true] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. Finished in 30.8 seconds (6.7s on load, 13.3s async, 10.8s 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: 216197, max_cases: 96 ........................................................................................................................................................................................................................................................................................................................................................................................................................................................ Finished in 3.9 seconds (1.5s on load, 0.4s async, 2.0s 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: 738358, max_cases: 96 ................................................................................................................................................................ Finished in 2.1 seconds (1.4s on load, 0.02s async, 0.6s 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: 601059, max_cases: 96 ................................................................................................................. Finished in 0.5 seconds (0.4s on load, 0.07s 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: 917465, max_cases: 96 ........................................................................................................................................................................................................................................................................... Finished in 11.7 seconds (1.1s on load, 0.3s async, 10.1s 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: 897633, max_cases: 96 Excluding tags: [windows: true] 1) test calls :on_taken when the lock is held by a different process (Mix.Sync.LockTest) /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/elixir-1.18.4/lib/mix/test/mix/sync/lock_test.exs:156 Assertion failed, no matching message after 100ms The process mailbox is empty. code: assert_receive :locked stacktrace: test/mix/sync/lock_test.exs:167: (test) ......... 16:44:12.600 [error] Process #PID<0.724.0> raised an exception ** (ExUnit.AssertionError) Assertion failed, no matching message after 100ms The process mailbox is empty. code: assert_receive :will_lock (ex_unit 1.18.4) lib/ex_unit/assertions.ex:599: ExUnit.Assertions.__timeout__/5 test/mix/sync/lock_test.exs:163: anonymous fn/1 in Mix.Sync.LockTest."test calls :on_taken when the lock is held by a different process"/1 (mix 1.18.4) lib/mix/sync/lock.ex:112: Mix.Sync.Lock.with_lock/3 ...... 2) test releases lock on exit (Mix.Sync.LockTest) test/mix/sync/lock_test.exs:23 Assertion failed, no matching message after 100ms The following variables were pinned: ref = #Reference<0.691790160.2027683854.100519> The process mailbox is empty. code: assert_receive {:DOWN, ^ref, _, _, _} stacktrace: test/mix/sync/lock_test.exs:29: (test) .............................................................................................................................................. 16:45:20.380 [notice] Application parsetools exited: :stopped . 16:45:20.421 [notice] Application parsetools exited: :stopped . 16:45:20.445 [notice] Application parsetools exited: :stopped ................... 16:45:23.260 [notice] Application parsetools exited: :stopped . 16:45:23.444 [notice] Application parsetools exited: :stopped . 16:45:23.513 [notice] Application parsetools exited: :stopped . 16:45:23.634 [notice] Application parsetools exited: :stopped .............................................................................................................................................................................................................................................................................................. 3) test listening to concurrent compilations (Mix.Tasks.CompileTest) test/mix/tasks/compile_test.exs:356 ** (EXIT from #PID<0.10203.0>) an exception was raised: Assertion failed, no matching message after 2000ms The following variables were pinned: port = #Port<0.812> The process mailbox is empty. code: assert_receive {^port, {:data, "ok\n"}} stacktrace: (ex_unit 1.18.4) lib/ex_unit/assertions.ex:599: ExUnit.Assertions.__timeout__/5 test/mix/tasks/compile_test.exs:411: anonymous fn/1 in Mix.Tasks.CompileTest."test listening to concurrent compilations"/1 ....................................................................................................................................................................................................................................................................................................................................................................................................... Finished in 854.2 seconds (10.0s on load, 1.9s async, 842.2s sync) 6 doctests, 855 tests, 3 failures make: *** [Makefile:115: test_mix] Error 2 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.87svcq (%check) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.87svcq (%check) I: [iurt_root_command] ERROR: chroot