D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 sh: line 4: [: -j8: integer expected Installing /home/pterjan/rpmbuild/SRPMS/elixir-1.18.4-2.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oqSeHS sh: line 4: [: -j8: integer expected Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1FYr3q + 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 sh: line 4: [: -j8: integer expected Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.StQdGT + 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; Compiling lib/io/stream.ex (it's taking more than 10s) Compiling lib/io/ansi/docs.ex (it's taking more than 10s) Compiling lib/io/ansi.ex (it's taking more than 10s) Compiling lib/io.ex (it's taking more than 10s) Compiling lib/integer.ex (it's taking more than 10s) Compiling lib/inspect/algebra.ex (it's taking more than 10s) Compiling lib/inspect.ex (it's taking more than 10s) Compiling lib/hash_set.ex (it's taking more than 10s) Compiling lib/gen_server.ex (it's taking more than 10s) Compiling lib/gen_event/stream.ex (it's taking more than 10s) Compiling lib/float.ex (it's taking more than 10s) Compiling lib/file.ex (it's taking more than 10s) Compiling lib/exception.ex (it's taking more than 10s) Compiling lib/enum.ex (it's taking more than 10s) Compiling lib/dict.ex (it's taking more than 10s) Compiling lib/config.ex (it's taking more than 10s) Compiling lib/collectable.ex (it's taking more than 10s) Compiling lib/code/typespec.ex (it's taking more than 10s) Compiling lib/code/normalizer.ex (it's taking more than 10s) Compiling lib/code/identifier.ex (it's taking more than 10s) Compiling lib/code/fragment.ex (it's taking more than 10s) Compiling lib/code/formatter.ex (it's taking more than 10s) Compiling lib/code.ex (it's taking more than 10s) Compiling lib/calendar/naive_datetime.ex (it's taking more than 10s) Compiling lib/calendar/duration.ex (it's taking more than 10s) Compiling lib/calendar/datetime.ex (it's taking more than 10s) Compiling lib/calendar/date_range.ex (it's taking more than 10s) Compiling lib/base.ex (it's taking more than 10s) Compiling lib/application.ex (it's taking more than 10s) Compiling lib/agent.ex (it's taking more than 10s) Compiling lib/access.ex (it's taking more than 10s) Compiling lib/calendar/time.ex (it's taking more than 10s) Compiling lib/file/stream.ex (it's taking more than 10s) Compiling lib/calendar/date.ex (it's taking more than 10s) Compiling lib/kernel/special_forms.ex (it's taking more than 10s) Compiling lib/list/chars.ex (it's taking more than 10s) Compiling lib/json.ex (it's taking more than 10s) /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 Compiling lib/mix/exceptions.ex (it's taking more than 10s) 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 sh: line 4: [: -j8: integer expected sh: line 4: [: -j8: integer expected Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5WS4yJ + 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 -j48 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/elixir-1.18.4-build/SPECPARTS/rpm-debuginfo.specpart sh: line 4: [: -j8: integer expected Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ewaDzs + 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: 370276, max_cases: 96 Excluding tags: [windows: true] .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. Finished in 96.5 seconds (33.5s on load, 46.3s async, 16.7s 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: 72830, max_cases: 96 ........................................................................................................................................................................................................................................................................................................................................................................................................................................................ Finished in 4.1 seconds (1.8s on load, 0.4s async, 1.8s 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: 114884, max_cases: 96 ................................................................................................................................................................ Finished in 1.6 seconds (1.1s on load, 0.01s 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: 399302, max_cases: 96 ................................................................................................................. Finished in 0.3 seconds (0.2s on load, 0.05s 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: 662204, max_cases: 96 ........................................................................................................................................................................................................................................................................... Finished in 10.7 seconds (0.7s on load, 0.3s async, 9.7s 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: 888023, max_cases: 96 Excluding tags: [windows: true] ............................................................................................................................................................... 08:03:41.197 [notice] Application parsetools exited: :stopped . 08:03:41.212 [notice] Application parsetools exited: :stopped . 08:03:41.371 [notice] Application parsetools exited: :stopped ................... 08:03:43.176 [notice] Application parsetools exited: :stopped . 08:03:43.276 [notice] Application parsetools exited: :stopped . 08:03:43.295 [notice] Application parsetools exited: :stopped . 08:03:43.323 [notice] Application parsetools exited: :stopped ....................................................................................................................................................................................................................................................................................................................... 1) test listening to concurrent compilations (Mix.Tasks.CompileTest) test/mix/tasks/compile_test.exs:356 ** (EXIT from #PID<0.9742.0>) an exception was raised: Assertion failed, no matching message after 2000ms The following variables were pinned: port = #Port<0.724> 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 603.5 seconds (2.4s on load, 0.1s async, 600.9s sync) 6 doctests, 855 tests, 1 failure make: *** [Makefile:115: test_mix] Error 2 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.ewaDzs (%check) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.ewaDzs (%check) I: [iurt_root_command] ERROR: chroot