nn
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking for ar... ar
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for main in -lm... yes
checking for realloc... yes
checking for strtod... yes
checking for strtok... yes
checking for hypot... yes
checking for -fno-force-mem option... no
configure: creating ./config.status
config.status: creating makefile
config.status: creating config.h
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
clang -c -DTRILIBRARY -O2 -w -ffloat-store -I. triangle.c
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -c delaunay.c -o delaunay.o
In file included from delaunay.c:39:
./nncommon.h:1:2: warning: '_NNCOMMON_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
1 | #if !defined(_NNCOMMON_H)
| ^~
./nncommon.h:2:9: note: '_NN_COMMON_H' is defined here; did you mean '_NNCOMMON_H'?
2 | #define _NN_COMMON_H
| ^~~~~~~~~~~~
| _NNCOMMON_H
delaunay.c:102:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
102 | static delaunay* delaunay_create()
| ^
| void
2 warnings generated.
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -c hash.c -o hash.o
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -c istack.c -o istack.o
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -c lpi.c -o lpi.o
In file included from lpi.c:28:
./nncommon.h:1:2: warning: '_NNCOMMON_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
1 | #if !defined(_NNCOMMON_H)
| ^~
./nncommon.h:2:9: note: '_NN_COMMON_H' is defined here; did you mean '_NNCOMMON_H'?
2 | #define _NN_COMMON_H
| ^~~~~~~~~~~~
| _NNCOMMON_H
1 warning generated.
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -c minell.c -o minell.o
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -c nnai.c -o nnai.o
In file included from nnai.c:30:
./nncommon.h:1:2: warning: '_NNCOMMON_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
1 | #if !defined(_NNCOMMON_H)
| ^~
./nncommon.h:2:9: note: '_NN_COMMON_H' is defined here; did you mean '_NNCOMMON_H'?
2 | #define _NN_COMMON_H
| ^~~~~~~~~~~~
| _NNCOMMON_H
1 warning generated.
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -c nnpi.c -o nnpi.o
nnpi.c:35:60: warning: invalid UTF-8 in comment [-Winvalid-utf8]
35 | * Int. J. Numer. Meth. Engng 2001, v.50: 1<AD>27.
| ^
In file included from nnpi.c:73:
./nncommon.h:1:2: warning: '_NNCOMMON_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
1 | #if !defined(_NNCOMMON_H)
| ^~
./nncommon.h:2:9: note: '_NN_COMMON_H' is defined here; did you mean '_NNCOMMON_H'?
2 | #define _NN_COMMON_H
| ^~~~~~~~~~~~
| _NNCOMMON_H
2 warnings generated.
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -c nncommon.c -o nncommon.o
In file included from nncommon.c:37:
./nncommon.h:1:2: warning: '_NNCOMMON_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
1 | #if !defined(_NNCOMMON_H)
| ^~
./nncommon.h:2:9: note: '_NN_COMMON_H' is defined here; did you mean '_NNCOMMON_H'?
2 | #define _NN_COMMON_H
| ^~~~~~~~~~~~
| _NNCOMMON_H
1 warning generated.
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -ffloat-store -c nncommon-vulnerable.c -o nncommon-vulnerable.o
clang-20: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
In file included from nncommon-vulnerable.c:29:
./nncommon.h:1:2: warning: '_NNCOMMON_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
1 | #if !defined(_NNCOMMON_H)
| ^~
./nncommon.h:2:9: note: '_NN_COMMON_H' is defined here; did you mean '_NNCOMMON_H'?
2 | #define _NN_COMMON_H
| ^~~~~~~~~~~~
| _NNCOMMON_H
1 warning generated.
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -c preader.c -o preader.o
In file included from preader.c:32:
./nncommon.h:1:2: warning: '_NNCOMMON_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
1 | #if !defined(_NNCOMMON_H)
| ^~
./nncommon.h:2:9: note: '_NN_COMMON_H' is defined here; did you mean '_NNCOMMON_H'?
2 | #define _NN_COMMON_H
| ^~~~~~~~~~~~
| _NNCOMMON_H
1 warning generated.
clang -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -c version.c -o version.o
ar cr libnn.a delaunay.o hash.o istack.o lpi.o minell.o nnai.o nnpi.o nncommon.o nncommon-vulnerable.o preader.o version.o triangle.o
chmod go+r libnn.a
clang -o minell minell.c -DME_STANDALONE -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -I. -lm
minell.c:1049:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
1049 | static void usage()
| ^
| void
minell.c:1271:13: warning: variable 'minell_calc5_count' set but not used [-Wunused-but-set-variable]
1271 | int minell_calc5_count = 0;
| ^
2 warnings generated.
clang -o nnbathy nnbathy.c -g -O2 -Wall -pedantic -D_GNU_SOURCE -std=c99 -DNN_SERIAL -I. libnn.a -lm
nnbathy.c:85:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
85 | static void version()
| ^
| void
nnbathy.c:91:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
91 | static void usage()
| ^
| void
2 warnings generated.
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash mkinstalldirs /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/bin /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/lib /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/include
mkdir /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/bin
mkdir /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/lib
mkdir /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/include
for i in libnn.a; do \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 $i /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/lib/$i; \
done
for i in nn.h delaunay.h; do \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 $i /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/include; \
done
for i in minell nnbathy; do \
fname=`basename $i`; \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c $i /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/bin; \
done
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0
shrinking /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/bin/minell
shrinking /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/bin/nnbathy
checking for references to /build/ in /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/lib /nix/store/wpp8ygsf4hgd8904q11n6iqy312msqx8-nn-x86_64-unknown-linux-gnufilc0/bin
python3.12-pytoolconfig-1.3.1
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing sphinx-hook
Sourcing pytest-check-hook
Using pytestCheckPhase
→ unpackPhase
unpacking source archive /nix/store/hzjck90wd552cj4s428cq85axw4ch8kd-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tests/test_utils.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Setting PDM_BUILD_SCM_VERSION to 1.3.1
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
* Building wheel...
- Adding .pdm-build/pytoolconfig-1.3.1.dist-info/METADATA -> pytoolconfig-1.3.1.dist-info/METADATA
- Adding .pdm-build/pytoolconfig-1.3.1.dist-info/WHEEL -> pytoolconfig-1.3.1.dist-info/WHEEL
- Adding .pdm-build/pytoolconfig-1.3.1.dist-info/entry_points.txt -> pytoolconfig-1.3.1.dist-info/entry_points.txt
- Adding .pdm-build/pytoolconfig-1.3.1.dist-info/licenses/LICENSE -> pytoolconfig-1.3.1.dist-info/licenses/LICENSE
- Adding src/pytoolconfig/__init__.py -> pytoolconfig/__init__.py
- Adding src/pytoolconfig/_version.py -> pytoolconfig/_version.py
- Adding src/pytoolconfig/documentation.py -> pytoolconfig/documentation.py
- Adding src/pytoolconfig/fields.py -> pytoolconfig/fields.py
- Adding src/pytoolconfig/py.typed -> pytoolconfig/py.typed
- Adding src/pytoolconfig/pytoolconfig.py -> pytoolconfig/pytoolconfig.py
- Adding src/pytoolconfig/sources/__init__.py -> pytoolconfig/sources/__init__.py
- Adding src/pytoolconfig/sources/ini.py -> pytoolconfig/sources/ini.py
- Adding src/pytoolconfig/sources/pyproject.py -> pytoolconfig/sources/pyproject.py
- Adding src/pytoolconfig/sources/pytool.py -> pytoolconfig/sources/pytool.py
- Adding src/pytoolconfig/sources/setup_cfg.py -> pytoolconfig/sources/setup_cfg.py
- Adding src/pytoolconfig/sources/source.py -> pytoolconfig/sources/source.py
- Adding src/pytoolconfig/types.py -> pytoolconfig/types.py
- Adding src/pytoolconfig/universal_config.py -> pytoolconfig/universal_config.py
- Adding src/pytoolconfig/utils.py -> pytoolconfig/utils.py
- Adding pytoolconfig-1.3.1.dist-info/RECORD -> pytoolconfig-1.3.1.dist-info/RECORD
Successfully built pytoolconfig-1.3.1-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pytoolconfig-1.3.1-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed pytoolconfig-1.3.1-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/idlvsmahas1m20z7wwbv5yvmw3vr6a81-python3.12-pytoolconfig-1.3.1-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/idlvsmahas1m20z7wwbv5yvmw3vr6a81-python3.12-pytoolconfig-1.3.1-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/idlvsmahas1m20z7wwbv5yvmw3vr6a81-python3.12-pytoolconfig-1.3.1-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/idlvsmahas1m20z7wwbv5yvmw3vr6a81-python3.12-pytoolconfig-1.3.1-x86_64-unknown-linux-gnufilc0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/3arhi098961zxhwh53f5chrz5isg8bb2-python3.12-pytoolconfig-1.3.1-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/3arhi098961zxhwh53f5chrz5isg8bb2-python3.12-pytoolconfig-1.3.1-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/3arhi098961zxhwh53f5chrz5isg8bb2-python3.12-pytoolconfig-1.3.1-x86_64-unknown-linux-gnufilc0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ buildSphinxPhase
Executing buildSphinxPhase
Sphinx documentation found in docs
Executing sphinx-build with html builder
Running Sphinx v8.2.3
loading translations [en]... locale_dir /build/source/docs/locales/en/LC_MESSAGES does not exist
locale_dir /build/source/docs/locales/en/LC_MESSAGES does not exist
done
locale_dir /build/source/docs/locales/en/LC_MESSAGES does not exist
[autosummary] generating autosummary for: api.rst, command_line.rst, documentation.rst, global_configuration.rst, index.rst, pydantic.rst, universal_config.rst
[autosummary] generating autosummary for: /build/source/docs/generated/pytoolconfig.PyToolConfig.rst, /build/source/docs/generated/pytoolconfig.rst, /build/source/docs/generated/pytoolconfig.sources.IniConfig.rst, /build/source/docs/generated/pytoolconfig.sources.PyProject.rst, /build/source/docs/generated/pytoolconfig.sources.PyTool.rst, /build/source/docs/generated/pytoolconfig.sources.SetupConfig.rst, /build/source/docs/generated/pytoolconfig.sources.Source.rst
loading intersphinx inventory 'python' from https://docs.python.org/3/objects.inv ...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://docs.python.org/3/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectionError'>: HTTPSConnectionPool(host='docs.python.org', port=443): Max retries exceeded with url: /3/objects.inv (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7ffff53e5100>: Failed to resolve 'docs.python.org' ([Errno -3] Temporary failure in name resolution)"))locale_dir /build/source/docs/locales/en/LC_MESSAGES does not exist
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 7 source files that are out of date
updating environment: locale_dir /build/source/docs/locales/en/LC_MESSAGES does not exist
[new config] 14 added, 0 changed, 0 removed
reading sources... [ 7%] api
reading sources... [ 14%] command_line
reading sources... [ 21%] documentation
reading sources... [ 29%] generated/pytoolconfig
reading sources... [ 36%] generated/pytoolconfig.PyToolConfig
reading sources... [ 43%] generated/pytoolconfig.sources.IniConfig
reading sources... [ 50%] generated/pytoolconfig.sources.PyProject
reading sources... [ 57%] generated/pytoolconfig.sources.PyTool
reading sources... [ 64%] generated/pytoolconfig.sources.SetupConfig
reading sources... [ 71%] generated/pytoolconfig.sources.Source
reading sources... [ 79%] global_configuration
reading sources... [ 86%] index
reading sources... [ 93%] pydantic
reading sources... [100%] universal_config
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets...
copying static files...
Writing evaluated template result to /build/source/.sphinx/html/html/_static/basic.css
Writing evaluated template result to /build/source/.sphinx/html/html/_static/documentation_options.js
Writing evaluated template result to /build/source/.sphinx/html/html/_static/language_data.js
Writing evaluated template result to /build/source/.sphinx/html/html/_static/js/versions.js
copying static files: done
copying extra files...
copying extra files: done
copying assets: done
writing output... [ 7%] api
writing output... [ 14%] command_line
writing output... [ 21%] documentation
writing output... [ 29%] generated/pytoolconfig
writing output... [ 36%] generated/pytoolconfig.PyToolConfig
writing output... [ 43%] generated/pytoolconfig.sources.IniConfig
writing output... [ 50%] generated/pytoolconfig.sources.PyProject
writing output... [ 57%] generated/pytoolconfig.sources.PyTool
writing output... [ 64%] generated/pytoolconfig.sources.SetupConfig
writing output... [ 71%] generated/pytoolconfig.sources.Source
writing output... [ 79%] global_configuration
writing output... [ 86%] index
writing output... [ 93%] pydantic
writing output... [100%] universal_config
generating indices... genindex py-modindex done
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 1 warning.
The HTML pages are in .sphinx/html/html.
→ installSphinxPhase
Executing installSphinxPhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: pyproject.toml
testpaths: tests
collected 16 items
tests/test_config.py .... [ 25%]
tests/test_documentation.py .. [ 37%]
tests/test_enum.py . [ 43%]
tests/test_pytoolconfig.py ....... [ 87%]
tests/test_utils.py .. [100%]
============================== 16 passed in 0.41s ==============================
Finished executing pytestCheckPhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
termbox-1.1.4
Build started
→ unpackPhase
unpacking source archive /nix/store/ajxqcxdpm76zi08xfs21m574gvdcllnj-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash prefix=/nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4
clang -c -std=c99 -Wall -Wextra -pedantic -Wno-unused-result -fPIC -g -O3 -D_XOPEN_SOURCE termbox.c -o termbox.o
clang -c -std=c99 -Wall -Wextra -pedantic -Wno-unused-result -fPIC -g -O3 -D_XOPEN_SOURCE utf8.c -o utf8.o
ar rcs libtermbox.a termbox.o utf8.o
clang -shared -Wl,-soname,libtermbox.so.1 termbox.o utf8.o -o libtermbox.so.1.0.0
clang -std=c99 -Wall -Wextra -pedantic -Wno-unused-result -fPIC -g -O3 -D_XOPEN_SOURCE demo/keyboard.c libtermbox.a -o demo/keyboard
demo/keyboard.c:372:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
372 | void draw_keyboard()
| ^
| void
1 warning generated.
clang -std=c99 -Wall -Wextra -pedantic -Wno-unused-result -fPIC -g -O3 -D_XOPEN_SOURCE demo/output.c libtermbox.a -o demo/output
demo/output.c:45:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
45 | static void draw_all() {| ^
| void
1 warning generated.
clang -std=c99 -Wall -Wextra -pedantic -Wno-unused-result -fPIC -g -O3 -D_XOPEN_SOURCE demo/paint.c libtermbox.a -o demo/paint
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash prefix=/nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4 install
install -d /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4/lib
install -d /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4/include
install -p -m 644 libtermbox.a /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4/lib/libtermbox.a
install -p -m 755 libtermbox.so.1.0.0 /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4/lib/libtermbox.so.1.0.0
ln -sf libtermbox.so.1.0.0 /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4/lib/libtermbox.so.1
ln -sf libtermbox.so.1.0.0 /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4/lib/libtermbox.so
install -p -m 644 termbox.h /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4/include/termbox.h
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4
shrinking /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4/lib/libtermbox.so.1.0.0
checking for references to /build/ in /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4...
patching script interpreter paths in /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4
stripping (with command strip and flags -S -p) in /nix/store/b70zf01q6q4fhsflnjq9fs0fakl3p9k4-termbox-x86_64-unknown-linux-gnufilc0-1.1.4/lib
python3.12-rope-1.13.0
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
→ unpackPhase
unpacking source archive /nix/store/cfq55dcwqh67l25nlagd63myfikxjflf-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/setup.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
creating rope.egg-info
writing rope.egg-info/PKG-INFO
writing dependency_links to rope.egg-info/dependency_links.txt
writing requirements to rope.egg-info/requires.txt
writing top-level names to rope.egg-info/top_level.txt
writing manifest file 'rope.egg-info/SOURCES.txt'
reading manifest file 'rope.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
writing manifest file 'rope.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/rope
copying rope/__init__.py -> build/lib/rope
creating build/lib/rope/base
copying rope/base/__init__.py -> build/lib/rope/base
copying rope/base/arguments.py -> build/lib/rope/base
copying rope/base/ast.py -> build/lib/rope/base
copying rope/base/builtins.py -> build/lib/rope/base
copying rope/base/change.py -> build/lib/rope/base
copying rope/base/codeanalyze.py -> build/lib/rope/base
copying rope/base/evaluate.py -> build/lib/rope/base
copying rope/base/exceptions.py -> build/lib/rope/base
copying rope/base/fscommands.py -> build/lib/rope/base
copying rope/base/history.py -> build/lib/rope/base
copying rope/base/libutils.py -> build/lib/rope/base
copying rope/base/nameanalyze.py -> build/lib/rope/base
copying rope/base/prefs.py -> build/lib/rope/base
copying rope/base/project.py -> build/lib/rope/base
copying rope/base/pycore.py -> build/lib/rope/base
copying rope/base/pynames.py -> build/lib/rope/base
copying rope/base/pynamesdef.py -> build/lib/rope/base
copying rope/base/pyobjects.py -> build/lib/rope/base
copying rope/base/pyobjectsdef.py -> build/lib/rope/base
copying rope/base/pyscopes.py -> build/lib/rope/base
copying rope/base/resourceobserver.py -> build/lib/rope/base
copying rope/base/resources.py -> build/lib/rope/base
copying rope/base/serializer.py -> build/lib/rope/base
copying rope/base/simplify.py -> build/lib/rope/base
copying rope/base/stdmods.py -> build/lib/rope/base
copying rope/base/taskhandle.py -> build/lib/rope/base
copying rope/base/versioning.py -> build/lib/rope/base
copying rope/base/worder.py -> build/lib/rope/base
creating build/lib/rope/base/oi
copying rope/base/oi/__init__.py -> build/lib/rope/base/oi
copying rope/base/oi/doa.py -> build/lib/rope/base/oi
copying rope/base/oi/memorydb.py -> build/lib/rope/base/oi
copying rope/base/oi/objectdb.py -> build/lib/rope/base/oi
copying rope/base/oi/objectinfo.py -> build/lib/rope/base/oi
copying rope/base/oi/runmod.py -> build/lib/rope/base/oi
copying rope/base/oi/soa.py -> build/lib/rope/base/oi
copying rope/base/oi/soi.py -> build/lib/rope/base/oi
copying rope/base/oi/transform.py -> build/lib/rope/base/oi
creating build/lib/rope/base/oi/type_hinting
copying rope/base/oi/type_hinting/__init__.py -> build/lib/rope/base/oi/type_hinting
copying rope/base/oi/type_hinting/evaluate.py -> build/lib/rope/base/oi/type_hinting
copying rope/base/oi/type_hinting/factory.py -> build/lib/rope/base/oi/type_hinting
copying rope/base/oi/type_hinting/interfaces.py -> build/lib/rope/base/oi/type_hinting
copying rope/base/oi/type_hinting/utils.py -> build/lib/rope/base/oi/type_hinting
creating build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/__init__.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/composite.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/docstrings.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/inheritance.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/interfaces.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/numpydocstrings.py -> build/lib/rope/base/oi/type_hinting/providers
copying rope/base/oi/type_hinting/providers/pep0484_type_comments.py -> build/lib/rope/base/oi/type_hinting/providers
creating build/lib/rope/base/oi/type_hinting/resolvers
copying rope/base/oi/type_hinting/resolvers/__init__.py -> build/lib/rope/base/oi/type_hinting/resolvers
copying rope/base/oi/type_hinting/resolvers/composite.py -> build/lib/rope/base/oi/type_hinting/resolvers
copying rope/base/oi/type_hinting/resolvers/interfaces.py -> build/lib/rope/base/oi/type_hinting/resolvers
copying rope/base/oi/type_hinting/resolvers/types.py -> build/lib/rope/base/oi/type_hinting/resolvers
creating build/lib/rope/base/utils
copying rope/base/utils/__init__.py -> build/lib/rope/base/utils
copying rope/base/utils/datastructures.py -> build/lib/rope/base/utils
creating build/lib/rope/contrib
copying rope/contrib/__init__.py -> build/lib/rope/contrib
copying rope/contrib/changestack.py -> build/lib/rope/contrib
copying rope/contrib/codeassist.py -> build/lib/rope/contrib
copying rope/contrib/finderrors.py -> build/lib/rope/contrib
copying rope/contrib/findit.py -> build/lib/rope/contrib
copying rope/contrib/fixmodnames.py -> build/lib/rope/contrib
copying rope/contrib/fixsyntax.py -> build/lib/rope/contrib
copying rope/contrib/generate.py -> build/lib/rope/contrib
creating build/lib/rope/contrib/autoimport
copying rope/contrib/autoimport/__init__.py -> build/lib/rope/contrib/autoimport
copying rope/contrib/autoimport/defs.py -> build/lib/rope/contrib/autoimport
copying rope/contrib/autoimport/models.py -> build/lib/rope/contrib/autoimport
copying rope/contrib/autoimport/parse.py -> build/lib/rope/contrib/autoimport
copying rope/contrib/autoimport/pickle.py -> build/lib/rope/contrib/autoimport
copying rope/contrib/autoimport/sqlite.py -> build/lib/rope/contrib/autoimport
copying rope/contrib/autoimport/utils.py -> build/lib/rope/contrib/autoimport
creating build/lib/rope/refactor
copying rope/refactor/__init__.py -> build/lib/rope/refactor
copying rope/refactor/change_signature.py -> build/lib/rope/refactor
copying rope/refactor/encapsulate_field.py -> build/lib/rope/refactor
copying rope/refactor/extract.py -> build/lib/rope/refactor
copying rope/refactor/functionutils.py -> build/lib/rope/refactor
copying rope/refactor/inline.py -> build/lib/rope/refactor
copying rope/refactor/introduce_factory.py -> build/lib/rope/refactor
copying rope/refactor/introduce_parameter.py -> build/lib/rope/refactor
copying rope/refactor/localtofield.py -> build/lib/rope/refactor
copying rope/refactor/method_object.py -> build/lib/rope/refactor
copying rope/refactor/move.py -> build/lib/rope/refactor
copying rope/refactor/multiproject.py -> build/lib/rope/refactor
copying rope/refactor/occurrences.py -> build/lib/rope/refactor
copying rope/refactor/patchedast.py -> build/lib/rope/refactor
copying rope/refactor/rename.py -> build/lib/rope/refactor
copying rope/refactor/restructure.py -> build/lib/rope/refactor
copying rope/refactor/similarfinder.py -> build/lib/rope/refactor
copying rope/refactor/sourceutils.py -> build/lib/rope/refactor
copying rope/refactor/suites.py -> build/lib/rope/refactor
copying rope/refactor/topackage.py -> build/lib/rope/refactor
copying rope/refactor/usefunction.py -> build/lib/rope/refactor
copying rope/refactor/wildcards.py -> build/lib/rope/refactor
creating build/lib/rope/refactor/importutils
copying rope/refactor/importutils/__init__.py -> build/lib/rope/refactor/importutils
copying rope/refactor/importutils/actions.py -> build/lib/rope/refactor/importutils
copying rope/refactor/importutils/importinfo.py -> build/lib/rope/refactor/importutils
copying rope/refactor/importutils/module_imports.py -> build/lib/rope/refactor/importutils
running egg_info
writing rope.egg-info/PKG-INFO
writing dependency_links to rope.egg-info/dependency_links.txt
writing requirements to rope.egg-info/requires.txt
writing top-level names to rope.egg-info/top_level.txt
reading manifest file 'rope.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
writing manifest file 'rope.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/rope
copying build/lib/rope/__init__.py -> build/bdist.linux-x86_64/wheel/./rope
creating build/bdist.linux-x86_64/wheel/rope/base
copying build/lib/rope/base/__init__.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/arguments.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/ast.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/builtins.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/change.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/codeanalyze.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/evaluate.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/exceptions.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/fscommands.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/history.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/libutils.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/nameanalyze.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/prefs.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/project.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/pycore.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/pynames.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/pynamesdef.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/pyobjects.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/pyobjectsdef.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/pyscopes.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/resourceobserver.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/resources.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/serializer.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/simplify.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/stdmods.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/taskhandle.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/versioning.py -> build/bdist.linux-x86_64/wheel/./rope/base
copying build/lib/rope/base/worder.py -> build/bdist.linux-x86_64/wheel/./rope/base
creating build/bdist.linux-x86_64/wheel/rope/base/oi
copying build/lib/rope/base/oi/__init__.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi
copying build/lib/rope/base/oi/doa.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi
copying build/lib/rope/base/oi/memorydb.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi
copying build/lib/rope/base/oi/objectdb.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi
copying build/lib/rope/base/oi/objectinfo.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi
copying build/lib/rope/base/oi/runmod.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi
copying build/lib/rope/base/oi/soa.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi
copying build/lib/rope/base/oi/soi.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi
copying build/lib/rope/base/oi/transform.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi
creating build/bdist.linux-x86_64/wheel/rope/base/oi/type_hinting
copying build/lib/rope/base/oi/type_hinting/__init__.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting
copying build/lib/rope/base/oi/type_hinting/evaluate.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting
copying build/lib/rope/base/oi/type_hinting/factory.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting
copying build/lib/rope/base/oi/type_hinting/interfaces.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting
copying build/lib/rope/base/oi/type_hinting/utils.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting
creating build/bdist.linux-x86_64/wheel/rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/__init__.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/composite.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/docstrings.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/inheritance.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/interfaces.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/numpydocstrings.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/providers
copying build/lib/rope/base/oi/type_hinting/providers/pep0484_type_comments.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/providers
creating build/bdist.linux-x86_64/wheel/rope/base/oi/type_hinting/resolvers
copying build/lib/rope/base/oi/type_hinting/resolvers/__init__.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/resolvers
copying build/lib/rope/base/oi/type_hinting/resolvers/composite.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/resolvers
copying build/lib/rope/base/oi/type_hinting/resolvers/interfaces.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/resolvers
copying build/lib/rope/base/oi/type_hinting/resolvers/types.py -> build/bdist.linux-x86_64/wheel/./rope/base/oi/type_hinting/resolvers
creating build/bdist.linux-x86_64/wheel/rope/base/utils
copying build/lib/rope/base/utils/__init__.py -> build/bdist.linux-x86_64/wheel/./rope/base/utils
copying build/lib/rope/base/utils/datastructures.py -> build/bdist.linux-x86_64/wheel/./rope/base/utils
creating build/bdist.linux-x86_64/wheel/rope/contrib
copying build/lib/rope/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/./rope/contrib
copying build/lib/rope/contrib/changestack.py -> build/bdist.linux-x86_64/wheel/./rope/contrib
copying build/lib/rope/contrib/codeassist.py -> build/bdist.linux-x86_64/wheel/./rope/contrib
copying build/lib/rope/contrib/finderrors.py -> build/bdist.linux-x86_64/wheel/./rope/contrib
copying build/lib/rope/contrib/findit.py -> build/bdist.linux-x86_64/wheel/./rope/contrib
copying build/lib/rope/contrib/fixmodnames.py -> build/bdist.linux-x86_64/wheel/./rope/contrib
copying build/lib/rope/contrib/fixsyntax.py -> build/bdist.linux-x86_64/wheel/./rope/contrib
copying build/lib/rope/contrib/generate.py -> build/bdist.linux-x86_64/wheel/./rope/contrib
creating build/bdist.linux-x86_64/wheel/rope/contrib/autoimport
copying build/lib/rope/contrib/autoimport/__init__.py -> build/bdist.linux-x86_64/wheel/./rope/contrib/autoimport
copying build/lib/rope/contrib/autoimport/defs.py -> build/bdist.linux-x86_64/wheel/./rope/contrib/autoimport
copying build/lib/rope/contrib/autoimport/models.py -> build/bdist.linux-x86_64/wheel/./rope/contrib/autoimport
copying build/lib/rope/contrib/autoimport/parse.py -> build/bdist.linux-x86_64/wheel/./rope/contrib/autoimport
copying build/lib/rope/contrib/autoimport/pickle.py -> build/bdist.linux-x86_64/wheel/./rope/contrib/autoimport
copying build/lib/rope/contrib/autoimport/sqlite.py -> build/bdist.linux-x86_64/wheel/./rope/contrib/autoimport
copying build/lib/rope/contrib/autoimport/utils.py -> build/bdist.linux-x86_64/wheel/./rope/contrib/autoimport
creating build/bdist.linux-x86_64/wheel/rope/refactor
copying build/lib/rope/refactor/__init__.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/change_signature.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/encapsulate_field.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/extract.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/functionutils.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/inline.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/introduce_factory.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/introduce_parameter.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/localtofield.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/method_object.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/move.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/multiproject.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/occurrences.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/patchedast.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/rename.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/restructure.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/similarfinder.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/sourceutils.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/suites.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/topackage.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/usefunction.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
copying build/lib/rope/refactor/wildcards.py -> build/bdist.linux-x86_64/wheel/./rope/refactor
creating build/bdist.linux-x86_64/wheel/rope/refactor/importutils
copying build/lib/rope/refactor/importutils/__init__.py -> build/bdist.linux-x86_64/wheel/./rope/refactor/importutils
copying build/lib/rope/refactor/importutils/actions.py -> build/bdist.linux-x86_64/wheel/./rope/refactor/importutils
copying build/lib/rope/refactor/importutils/importinfo.py -> build/bdist.linux-x86_64/wheel/./rope/refactor/importutils
copying build/lib/rope/refactor/importutils/module_imports.py -> build/bdist.linux-x86_64/wheel/./rope/refactor/importutils
running install_egg_info
Copying rope.egg-info to build/bdist.linux-x86_64/wheel/./rope-1.13.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/rope-1.13.0.dist-info/WHEEL
creating '/build/source/dist/.tmp-16bhf_3b/rope-1.13.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'rope/__init__.py'
adding 'rope/base/__init__.py'
adding 'rope/base/arguments.py'
adding 'rope/base/ast.py'
adding 'rope/base/builtins.py'
adding 'rope/base/change.py'
adding 'rope/base/codeanalyze.py'
adding 'rope/base/evaluate.py'
adding 'rope/base/exceptions.py'
adding 'rope/base/fscommands.py'
adding 'rope/base/history.py'
adding 'rope/base/libutils.py'
adding 'rope/base/nameanalyze.py'
adding 'rope/base/prefs.py'
adding 'rope/base/project.py'
adding 'rope/base/pycore.py'
adding 'rope/base/pynames.py'
adding 'rope/base/pynamesdef.py'
adding 'rope/base/pyobjects.py'
adding 'rope/base/pyobjectsdef.py'
adding 'rope/base/pyscopes.py'
adding 'rope/base/resourceobserver.py'
adding 'rope/base/resources.py'
adding 'rope/base/serializer.py'
adding 'rope/base/simplify.py'
adding 'rope/base/stdmods.py'
adding 'rope/base/taskhandle.py'
adding 'rope/base/versioning.py'
adding 'rope/base/worder.py'
adding 'rope/base/oi/__init__.py'
adding 'rope/base/oi/doa.py'
adding 'rope/base/oi/memorydb.py'
adding 'rope/base/oi/objectdb.py'
adding 'rope/base/oi/objectinfo.py'
adding 'rope/base/oi/runmod.py'
adding 'rope/base/oi/soa.py'
adding 'rope/base/oi/soi.py'
adding 'rope/base/oi/transform.py'
adding 'rope/base/oi/type_hinting/__init__.py'
adding 'rope/base/oi/type_hinting/evaluate.py'
adding 'rope/base/oi/type_hinting/factory.py'
adding 'rope/base/oi/type_hinting/interfaces.py'
adding 'rope/base/oi/type_hinting/utils.py'
adding 'rope/base/oi/type_hinting/providers/__init__.py'
adding 'rope/base/oi/type_hinting/providers/composite.py'
adding 'rope/base/oi/type_hinting/providers/docstrings.py'
adding 'rope/base/oi/type_hinting/providers/inheritance.py'
adding 'rope/base/oi/type_hinting/providers/interfaces.py'
adding 'rope/base/oi/type_hinting/providers/numpydocstrings.py'
adding 'rope/base/oi/type_hinting/providers/pep0484_type_comments.py'
adding 'rope/base/oi/type_hinting/resolvers/__init__.py'
adding 'rope/base/oi/type_hinting/resolvers/composite.py'
adding 'rope/base/oi/type_hinting/resolvers/interfaces.py'
adding 'rope/base/oi/type_hinting/resolvers/types.py'
adding 'rope/base/utils/__init__.py'
adding 'rope/base/utils/datastructures.py'
adding 'rope/contrib/__init__.py'
adding 'rope/contrib/changestack.py'
adding 'rope/contrib/codeassist.py'
adding 'rope/contrib/finderrors.py'
adding 'rope/contrib/findit.py'
adding 'rope/contrib/fixmodnames.py'
adding 'rope/contrib/fixsyntax.py'
adding 'rope/contrib/generate.py'
adding 'rope/contrib/autoimport/__init__.py'
adding 'rope/contrib/autoimport/defs.py'
adding 'rope/contrib/autoimport/models.py'
adding 'rope/contrib/autoimport/parse.py'
adding 'rope/contrib/autoimport/pickle.py'
adding 'rope/contrib/autoimport/sqlite.py'
adding 'rope/contrib/autoimport/utils.py'
adding 'rope/refactor/__init__.py'
adding 'rope/refactor/change_signature.py'
adding 'rope/refactor/encapsulate_field.py'
adding 'rope/refactor/extract.py'
adding 'rope/refactor/functionutils.py'
adding 'rope/refactor/inline.py'
adding 'rope/refactor/introduce_factory.py'
adding 'rope/refactor/introduce_parameter.py'
adding 'rope/refactor/localtofield.py'
adding 'rope/refactor/method_object.py'
adding 'rope/refactor/move.py'
adding 'rope/refactor/multiproject.py'
adding 'rope/refactor/occurrences.py'
adding 'rope/refactor/patchedast.py'
adding 'rope/refactor/rename.py'
adding 'rope/refactor/restructure.py'
adding 'rope/refactor/similarfinder.py'
adding 'rope/refactor/sourceutils.py'
adding 'rope/refactor/suites.py'
adding 'rope/refactor/topackage.py'
adding 'rope/refactor/usefunction.py'
adding 'rope/refactor/wildcards.py'
adding 'rope/refactor/importutils/__init__.py'
adding 'rope/refactor/importutils/actions.py'
adding 'rope/refactor/importutils/importinfo.py'
adding 'rope/refactor/importutils/module_imports.py'
adding 'rope-1.13.0.dist-info/licenses/COPYING'
adding 'rope-1.13.0.dist-info/METADATA'
adding 'rope-1.13.0.dist-info/WHEEL'
adding 'rope-1.13.0.dist-info/top_level.txt'
adding 'rope-1.13.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built rope-1.13.0-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for rope-1.13.0-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed rope-1.13.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/b7w7p9w1wyqbkkqfnqdvva22svp50s1h-python3.12-rope-1.13.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/b7w7p9w1wyqbkkqfnqdvva22svp50s1h-python3.12-rope-1.13.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/b7w7p9w1wyqbkkqfnqdvva22svp50s1h-python3.12-rope-1.13.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/b7w7p9w1wyqbkkqfnqdvva22svp50s1h-python3.12-rope-1.13.0-x86_64-unknown-linux-gnufilc0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/91v49s1d60igs33i4ib341gprz5wq40j-python3.12-rope-1.13.0-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/91v49s1d60igs33i4ib341gprz5wq40j-python3.12-rope-1.13.0-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/91v49s1d60igs33i4ib341gprz5wq40j-python3.12-rope-1.13.0-x86_64-unknown-linux-gnufilc0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest -k not\ \(test_search_submodule\)\ and\ not\ \(test_get_package_source_pytest\)\ and\ not\ \(test_get_modname_folder\)
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: pyproject.toml
testpaths: ropetest
plugins: timeout-2.3.1
collected 2089 items / 5 deselected / 2084 selected
ropetest/advanced_oi_test.py ........................................... [ 2%]
................. [ 2%]
ropetest/builtinstest.py ............................................... [ 5%]
................ [ 5%]
ropetest/codeanalyzetest.py ............................................ [ 8%]
........................................................................ [ 11%]
............................... [ 12%]
ropetest/contrib/autoimport/autoimporttest.py ............... [ 13%]
ropetest/contrib/autoimport/modeltest.py .......... [ 14%]
ropetest/contrib/autoimport/parsetest.py ... [ 14%]
ropetest/contrib/autoimport/utilstest.py ......... [ 14%]
ropetest/contrib/autoimporttest.py ........................... [ 16%]
ropetest/contrib/changestacktest.py . [ 16%]
ropetest/contrib/codeassisttest.py ..................................... [ 17%]
........................................................................ [ 21%]
............................................................. [ 24%]
ropetest/contrib/finderrorstest.py ..... [ 24%]
ropetest/contrib/findittest.py ........... [ 25%]
ropetest/contrib/fixmodnamestest.py .... [ 25%]
ropetest/contrib/generatetest.py .............................. [ 26%]
ropetest/doatest.py .... [ 26%]
ropetest/historytest.py ........................................ [ 28%]
ropetest/objectdbtest.py ................... [ 29%]
ropetest/objectinfertest.py ................................. [ 31%]
ropetest/projecttest.py ................................................ [ 33%]
........................................................................ [ 36%]
[ 36%]
ropetest/pycoretest.py ................................................. [ 39%]
........................................................................ [ 42%]
....... [ 43%]
ropetest/pyscopestest.py .............................................. [ 45%]
ropetest/refactor/__init__.py .......................................... [ 47%]
............................ [ 48%]
ropetest/refactor/change_signature_test.py ............................. [ 50%]
........... [ 50%]
ropetest/refactor/extracttest.py ....................................... [ 52%]
........................x......................s........................ [ 55%]
........................................................... [ 58%]
ropetest/refactor/importutilstest.py ................................... [ 60%]
........................................................................ [ 63%]
.................................... [ 65%]
ropetest/refactor/inlinetest.py ........................................ [ 67%]
.............................................................. [ 70%]
ropetest/refactor/movetest.py .......................................... [ 72%]
................................ [ 74%]
ropetest/refactor/multiprojecttest.py .... [ 74%]
ropetest/refactor/patchedasttest.py ..........................s..s.s.... [ 76%]
........................................................................ [ 79%]
...................s.s.s.............. [ 81%]
ropetest/refactor/renametest.py ........................................ [ 83%]
......................................................... [ 85%]
ropetest/refactor/restructuretest.py ....................... [ 87%]
ropetest/refactor/similarfindertest.py ................................. [ 88%]
.... [ 88%]
ropetest/refactor/suitestest.py ..................... [ 89%]
ropetest/refactor/usefunctiontest.py ............ [ 90%]
ropetest/reprtest.py ................ [ 91%]
ropetest/runmodtest.py ......... [ 91%]
ropetest/serializer_test.py ............................................ [ 93%]
................ [ 94%]
ropetest/simplifytest.py ............... [ 95%]
ropetest/type_hinting_test.py ..............................x........... [ 97%]
......x.................x.................x.......... [ 99%]
ropetest/versioningtest.py ..... [100%]
=============================== warnings summary ===============================
ropetest/advanced_oi_test.py: 60 warnings
ropetest/builtinstest.py: 63 warnings
ropetest/codeanalyzetest.py: 15 warnings
ropetest/contrib/autoimport/autoimporttest.py: 17 warnings
ropetest/contrib/autoimport/utilstest.py: 5 warnings
ropetest/contrib/autoimporttest.py: 27 warnings
ropetest/contrib/changestacktest.py: 1 warning
ropetest/contrib/codeassisttest.py: 170 warnings
ropetest/contrib/finderrorstest.py: 5 warnings
ropetest/contrib/findittest.py: 11 warnings
ropetest/contrib/fixmodnamestest.py: 4 warnings
ropetest/contrib/generatetest.py: 30 warnings
ropetest/historytest.py: 40 warnings
ropetest/objectdbtest.py: 19 warnings
ropetest/objectinfertest.py: 33 warnings
ropetest/projecttest.py: 127 warnings
ropetest/pycoretest.py: 123 warnings
ropetest/pyscopestest.py: 46 warnings
ropetest/refactor/__init__.py: 59 warnings
ropetest/refactor/change_signature_test.py: 40 warnings
ropetest/refactor/extracttest.py: 169 warnings
ropetest/refactor/importutilstest.py: 143 warnings
ropetest/refactor/inlinetest.py: 102 warnings
ropetest/refactor/movetest.py: 74 warnings
ropetest/refactor/multiprojecttest.py: 8 warnings
ropetest/refactor/renametest.py: 97 warnings
ropetest/refactor/restructuretest.py: 23 warnings
ropetest/refactor/similarfindertest.py: 32 warnings
ropetest/refactor/usefunctiontest.py: 12 warnings
ropetest/reprtest.py: 16 warnings
ropetest/runmodtest.py: 9 warnings
ropetest/type_hinting_test.py: 76 warnings
ropetest/versioningtest.py: 5 warnings
/build/source/rope/base/project.py:230: DeprecationWarning: Delete once deprecated functions are gone
self._init_source_folders()
ropetest/advanced_oi_test.py: 139 warnings
ropetest/projecttest.py: 5 warnings
ropetest/refactor/multiprojecttest.py: 4 warnings
ropetest/runmodtest.py: 18 warnings
/build/source/rope/base/libutils.py:35: DeprecationWarning: relative is deprecated
return relative(project.address, path)
ropetest/contrib/autoimport/autoimporttest.py: 21 warnings
ropetest/contrib/autoimporttest.py: 29 warnings
/build/source/rope/contrib/autoimport/sqlite.py:507: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
datetime.utcnow().isoformat(),
ropetest/contrib/autoimport/autoimporttest.py: 16 warnings
ropetest/contrib/autoimporttest.py: 28 warnings
/build/source/rope/contrib/autoimport/sqlite.py:139: DeprecationWarning: The default value for `AutoImport(memory)` argument will change to use an on-disk database by default in the future. If you want to use an in-memory database, you need to pass `AutoImport(memory=True)` explicitly.
warnings.warn(
ropetest/contrib/autoimport/autoimporttest.py: 64 warnings
ropetest/contrib/autoimporttest.py: 160 warnings
ropetest/doatest.py: 3 warnings
/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=446) is multi-threaded, use of fork() may lead to deadlocks in the child.
self.pid = os.fork()
ropetest/refactor/__init__.py::TaskHandleTest::test_getting_job_name
/build/source/ropetest/refactor/__init__.py:1125: DeprecationWarning: Just use JobSet.name attribute/property instead
self.assertEqual("test job set", jobs.get_name())ropetest/refactor/__init__.py::TaskHandleTest::test_getting_job_name
/build/source/ropetest/refactor/__init__.py:1126: DeprecationWarning: Just use JobSet.job_name attribute/property instead
self.assertEqual(None, jobs.get_active_job_name())
ropetest/refactor/__init__.py::TaskHandleTest::test_getting_job_name
/build/source/ropetest/refactor/__init__.py:1129: DeprecationWarning: Just use JobSet.name attribute/property instead
self.assertEqual("test job set", jobs.get_name())ropetest/refactor/__init__.py::TaskHandleTest::test_getting_job_name
/build/source/ropetest/refactor/__init__.py:1131: DeprecationWarning: Just use JobSet.job_name attribute/property instead
self.assertEqual("job1", jobs.get_active_job_name())-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=== 2072 passed, 7 skipped, 5 deselected, 5 xfailed, 2152 warnings in 44.15s ===
Finished executing pytestCheckPhase
pytestCheckPhase completed in 48 seconds
→ pytestcachePhase
→ pytestRemoveBytecodePhase
nimmm-0.4.0
Build started
→ unpackPhase
unpacking source archive /nix/store/h67672ir95rzqb06gg3b04lfbzrpgqxa-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
generating config.nims
→ buildPhase
build job 0: nim compile --path:"/nix/store/dyv48md5gaz0x61fxi2zc69h05a3jvfq-source/" --path:"/nix/store/7pk6334nqpy78l56v15mij0m7khq5skm-source/src" --path:"/nix/store/inpq6nm27r7ixyjsdsm4sg6qna7d2vbc-source/src" --parallelBuild:7 --outdir:/nix/store/4vdb9izqzi9877v7xd8my7f5jaqx4iid-nimmm-x86_64-unknown-linux-gnufilc0-0.4.0/bin src/nimmm
Hint: used config file '/nix/store/fnl14qjy1cnjj6dmi0s81ckk7kqd6rnw-x86_64-unknown-linux-gnufilc0-nim-wrapper-2.2.4/etc/nim/nim.cfg' [Conf]
Hint: used config file '/nix/store/fnl14qjy1cnjj6dmi0s81ckk7kqd6rnw-x86_64-unknown-linux-gnufilc0-nim-wrapper-2.2.4/etc/nim/config.nims' [Conf]
Hint: used config file '/build/source/config.nims' [Conf]
........................................................................................................................................................................
/build/source/src/nimmm.nim(30, 73) Warning: implicit conversion to 'cstring' from a non-const location: getCurrentDir(); this will become a compile time error in the future [CStringConv]
/build/source/src/nimmm.nim(160, 26) template/generic instantiation of `getData` from here
/nix/store/i4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4/nim/lib/pure/ioselects/ioselectors_epoll.nim(501, 3) Warning: Cannot prove that 'result' is initialized. This will become a compile time error in the future. [ProveInit]
/build/source/src/nimmm.nim(140, 73) Warning: implicit conversion to 'cstring' from a non-const location: getCurrentDir(); this will become a compile time error in the future [CStringConv]
/build/source/src/nimmm.nim(384, 3) Warning: use exitprocs.addExitProc; addQuitProc is deprecated [Deprecated]
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@ssystem@sexceptions.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sdigitsutils.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sassertions.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@ssystem@sdollars.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@ssyncio.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@ssystem.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sparseutils.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@smath.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@salgorithm.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sunicode.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sstrutils.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@spathnorm.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@soserrors.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sposix@sposix.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@soscommon.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sospaths2.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sossymlinks.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@soptions.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@stimes.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@senvvars.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sosappdirs.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@scmdline.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sos.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@shashes.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@scollections@ssets.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sparseopt.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@scollections@ssequtils.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@swrappers@spcre.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@scollections@srtarrays.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@simpure@sre.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@ssegfaults.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@snativesockets.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sselectors.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@scollections@stables.nim
CC: @m..@s..@s..@snix@sstore@s7pk6334nqpy78l56v15mij0m7khq5skm-source@ssrc@slscolors@sstyle.nim
CC: @m..@s..@s..@snix@sstore@s7pk6334nqpy78l56v15mij0m7khq5skm-source@ssrc@slscolors@sentrytypes.nim
CC: @m..@s..@s..@snix@sstore@s7pk6334nqpy78l56v15mij0m7khq5skm-source@ssrc@slscolors.nim
CC: @mcore.nim
CC: @mscan.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sstrformat.nim
CC: @m..@s..@s..@snix@sstore@sinpq6nm27r7ixyjsdsm4sg6qna7d2vbc-source@ssrc@swcwidth@swc_table.nim
CC: @m..@s..@s..@snix@sstore@sinpq6nm27r7ixyjsdsm4sg6qna7d2vbc-source@ssrc@swcwidth@scombining_table.nim
CC: @m..@s..@s..@snix@sstore@sinpq6nm27r7ixyjsdsm4sg6qna7d2vbc-source@ssrc@swcwidth.nim
CC: @m..@s..@s..@snix@sstore@sdyv48md5gaz0x61fxi2zc69h05a3jvfq-source@snimbox.nim
CC: @mnimboxext.nim
CC: @mdraw.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sstrtabs.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sstreams.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sosproc.nim
CC: @mexternal.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@slexbase.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sparsecfg.nim
CC: @mkeymap.nim
CC: @mreadline.nim
CC: @mnimmm.nim
Hint: [Link]
Hint: mm: orc; threads: on; opt: speed; options: -d:release
98047 lines; 3.656s; 177.527MiB peakmem; proj: src/nimmm; out: /nix/store/4vdb9izqzi9877v7xd8my7f5jaqx4iid-nimmm-x86_64-unknown-linux-gnufilc0-0.4.0/bin/nimmm [SuccessX]
→ checkPhase
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/4vdb9izqzi9877v7xd8my7f5jaqx4iid-nimmm-x86_64-unknown-linux-gnufilc0-0.4.0
shrinking /nix/store/4vdb9izqzi9877v7xd8my7f5jaqx4iid-nimmm-x86_64-unknown-linux-gnufilc0-0.4.0/bin/nimmm
checking for references to /build/ in /nix/store/4vdb9izqzi9877v7xd8my7f5jaqx4iid-nimmm-x86_64-unknown-linux-gnufilc0-0.4.0...
patching script interpreter paths in /nix/store/4vdb9izqzi9877v7xd8my7f5jaqx4iid-nimmm-x86_64-unknown-linux-gnufilc0-0.4.0
stripping (with command strip and flags -S -p) in /nix/store/4vdb9izqzi9877v7xd8my7f5jaqx4iid-nimmm-x86_64-unknown-linux-gnufilc0-0.4.0/bin
python3.12-nixpkgs-pytools-1.3.0
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
→ unpackPhase
unpacking source archive /nix/store/si97sh9zfywk8x8g5jwbp3l0wz4rn1cs-nixpkgs-pytools-1.3.0.tar.gz
source root is nixpkgs-pytools-1.3.0
setting SOURCE_DATE_EPOCH to timestamp 1566924363 of file "nixpkgs-pytools-1.3.0/setup.cfg"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing setuptoolsBuildPhase
setup.py build flags: ''
/nix/store/01sa4zsjg3117lf3wjg3ab2dmpmrpb9q-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
/nix/store/01sa4zsjg3117lf3wjg3ab2dmpmrpb9q-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/nixpkgs_pytools
copying nixpkgs_pytools/__init__.py -> build/lib/nixpkgs_pytools
copying nixpkgs_pytools/dependency.py -> build/lib/nixpkgs_pytools
copying nixpkgs_pytools/download.py -> build/lib/nixpkgs_pytools
copying nixpkgs_pytools/format.py -> build/lib/nixpkgs_pytools
copying nixpkgs_pytools/import_rewrite.py -> build/lib/nixpkgs_pytools
copying nixpkgs_pytools/output.py -> build/lib/nixpkgs_pytools
copying nixpkgs_pytools/python_package_init.py -> build/lib/nixpkgs_pytools
copying nixpkgs_pytools/utils.py -> build/lib/nixpkgs_pytools
/nix/store/01sa4zsjg3117lf3wjg3ab2dmpmrpb9q-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/nixpkgs_pytools
copying build/lib/nixpkgs_pytools/__init__.py -> build/bdist.linux-x86_64/wheel/./nixpkgs_pytools
copying build/lib/nixpkgs_pytools/dependency.py -> build/bdist.linux-x86_64/wheel/./nixpkgs_pytools
copying build/lib/nixpkgs_pytools/download.py -> build/bdist.linux-x86_64/wheel/./nixpkgs_pytools
copying build/lib/nixpkgs_pytools/format.py -> build/bdist.linux-x86_64/wheel/./nixpkgs_pytools
copying build/lib/nixpkgs_pytools/import_rewrite.py -> build/bdist.linux-x86_64/wheel/./nixpkgs_pytools
copying build/lib/nixpkgs_pytools/output.py -> build/bdist.linux-x86_64/wheel/./nixpkgs_pytools
copying build/lib/nixpkgs_pytools/python_package_init.py -> build/bdist.linux-x86_64/wheel/./nixpkgs_pytools
copying build/lib/nixpkgs_pytools/utils.py -> build/bdist.linux-x86_64/wheel/./nixpkgs_pytools
running install_egg_info
running egg_info
writing nixpkgs_pytools.egg-info/PKG-INFO
writing dependency_links to nixpkgs_pytools.egg-info/dependency_links.txt
writing entry points to nixpkgs_pytools.egg-info/entry_points.txt
writing requirements to nixpkgs_pytools.egg-info/requires.txt
writing top-level names to nixpkgs_pytools.egg-info/top_level.txt
reading manifest file 'nixpkgs_pytools.egg-info/SOURCES.txt'
writing manifest file 'nixpkgs_pytools.egg-info/SOURCES.txt'
Copying nixpkgs_pytools.egg-info to build/bdist.linux-x86_64/wheel/./nixpkgs_pytools-1.3.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/nixpkgs_pytools-1.3.0.dist-info/WHEEL
creating 'dist/nixpkgs_pytools-1.3.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'nixpkgs_pytools/__init__.py'
adding 'nixpkgs_pytools/dependency.py'
adding 'nixpkgs_pytools/download.py'
adding 'nixpkgs_pytools/format.py'
adding 'nixpkgs_pytools/import_rewrite.py'
adding 'nixpkgs_pytools/output.py'
adding 'nixpkgs_pytools/python_package_init.py'
adding 'nixpkgs_pytools/utils.py'
adding 'nixpkgs_pytools-1.3.0.dist-info/METADATA'
adding 'nixpkgs_pytools-1.3.0.dist-info/WHEEL'
adding 'nixpkgs_pytools-1.3.0.dist-info/entry_points.txt'
adding 'nixpkgs_pytools-1.3.0.dist-info/top_level.txt'
adding 'nixpkgs_pytools-1.3.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
→ installPhase
Executing pypaInstallPhase
/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/nixpkgs_pytools/dependency.py:284: SyntaxWarning: invalid escape sequence '\s'
if re.search("extra\s*==\s*", package):/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/nixpkgs_pytools/dependency.py:411: SyntaxWarning: invalid escape sequence '\-'
"^([A-Za-z][A-Za-z\-_0-9]+)", format_normalized_package_name(package)
/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/nixpkgs_pytools/dependency.py:284: SyntaxWarning: invalid escape sequence '\s'
if re.search("extra\s*==\s*", package):/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/nixpkgs_pytools/dependency.py:411: SyntaxWarning: invalid escape sequence '\-'
"^([A-Za-z][A-Za-z\-_0-9]+)", format_normalized_package_name(package)
/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/nixpkgs_pytools/format.py:22: SyntaxWarning: invalid escape sequence '\s'
description = re.sub("\s+", description.strip(string.punctuation), " ")/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/nixpkgs_pytools/format.py:22: SyntaxWarning: invalid escape sequence '\s'
description = re.sub("\s+", description.strip(string.punctuation), " ")/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/nixpkgs_pytools/output.py:37: SyntaxWarning: invalid escape sequence '\-'
package_regex = "\n[ ]+([A-Za-z0-9\-_]+)\s+=\s+callPackage"
/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/nixpkgs_pytools/output.py:37: SyntaxWarning: invalid escape sequence '\-'
package_regex = "\n[ ]+([A-Za-z0-9\-_]+)\s+=\s+callPackage"
/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/nixpkgs_pytools/utils.py:8: SyntaxWarning: invalid escape sequence '\.'
match = re.match("{package_name}-{version}\.(.+)".format(package_name=package_name, version=version), base_filename)/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/nixpkgs_pytools/utils.py:8: SyntaxWarning: invalid escape sequence '\.'
match = re.match("{package_name}-{version}\.(.+)".format(package_name=package_name, version=version), base_filename)Successfully installed nixpkgs_pytools-1.3.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/lib /nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/mzq1xq7h14jfpqzb7wvchvdksym0drap-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/mzq1xq7h14jfpqzb7wvchvdksym0drap-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/mzq1xq7h14jfpqzb7wvchvdksym0drap-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/bin/python-package-init'...
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/zb31gvlz0pdidfzg072ib3qqg19s72a8-python3.12-nixpkgs-pytools-1.3.0-x86_64-unknown-linux-gnufilc0/bin/python-rewrite-imports'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ pythonRemoveBinBytecodePhase
nitch-0.1.6
error: Cannot build '/nix/store/ncvak4riax9f8aan9sd7d6lmgmydvybz-nitch-x86_64-unknown-linux-gnufilc0-0.1.6.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/i3dvr1dcz6bxkzgciynz1d1haad3snh9-nitch-x86_64-unknown-linux-gnufilc0-0.1.6
Last 25 log lines:
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zshapf@fcnpxntrf@ftrgAvkCxtf.nim.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zshapf@fcnpxntrf@ftrgAvkCxtf.nim.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zshapf@fcnpxntrf@ftrgAvkCxtf.nim.c.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpurf@ftrgCxtf.nim.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpurf@ftrgCxtf.nim.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpurf@ftrgCxtf.nim.c.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpurf@ftrgEnz.nim.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpurf@ftrgEnz.nim.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpurf@ftrgEnz.nim.c.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpurf@ftrgYbtb.nim.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpurf@ftrgYbtb.nim.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpurf@ftrgYbtb.nim.c.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zshapf@fqenjvat.nim.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zshapf@fqenjvat.nim.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zshapf@fqenjvat.nim.c.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zshapf@fcresbez.nim.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zshapf@fcresbez.nim.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zshapf@fcresbez.nim.c.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpu.nim.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpu.nim.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/nimcache/@zavgpu.nim.c.o: not an object or archive
> /nix/store/5amb35fzbvn6ay3miplgzy54r8n8gd6h-filc-crt-lib/filc_crt.o:function main:(.text.unlikely.+0xb): error: undefined reference to 'pizlonated_main'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> Error: execution of an external program failed: 'clang -o /nix/store/i3dvr1dcz6bxkzgciynz1d1haad3snh9-nitch-x86_64-unknown-linux-gnufilc0-0.1.6/bin/nitch /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fflfgrz@frkprcgvbaf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fflfgrz@fpglcrf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@ffgq@fcevingr@fqvtvgfhgvyf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fflfgrz@fqbyynef.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@ffgq@fflapvb.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fflfgrz.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fcnefrhgvyf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fzngu.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fhavpbqr.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@ffgehgvyf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fcnguabez.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@ffgq@fbfreebef.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@ffgq@ffgngvpbf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcbfvk@fcbfvk.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@ffgq@fcevingr@fbfpbzzba.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@ffgq@fcevingr@fbfcnguf2.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fgvzrf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@ffgq@fcevingr@fbfqvef.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@ffgq@fraiinef.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@ffgq@fcevingr@fbfnccqvef.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@ffgq@fpzqyvar.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fbf.nim.c.o /build/nimcache/@zsyntf@fnetCnefre.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@ffgesbezng.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fgrezvany.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@ffgernzf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fyrkonfr.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@funfurf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fpbyyrpgvbaf@fgnoyrf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fcnefrpst.nim.c.o /build/nimcache/@zshapf@ftrgQvfgebVq.nim.c.o /build/nimcache/@zavgpurf@ftrgHfre.nim.c.o /build/nimcache/@zavgpurf@ftrgUbfganzr.nim.c.o /build/nimcache/@zavgpurf@ftrgQvfgeb.nim.c.o /build/nimcache/@zavgpurf@ftrgXreary.nim.c.o /build/nimcache/@zavgpurf@ftrgHcgvzr.nim.c.o /build/nimcache/@zavgpurf@ftrgFuryy.nim.c.o /build/nimcache/@zshapf@fcnpxntrf@ftrgCnpznaCxtf.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@ffgegnof.nim.c.o /build/nimcache/@z..@f..@f..@favk@ffgber@fv4503y5dks913f0qu61ls50ot8mamfus-avz-hajenccrq-2.2.4@favz@fyvo@fcher@fbfcebp.nim.c.o /build/nimcache/@zshapf@fcnpxntrf@ftrgEczCxtf.nim.c.o /build/nimcache/@zshapf@fcnpxntrf@ftrgCbegntrCxtf.nim.c.o /build/nimcache/@zshapf@fcnpxntrf@ftrgKocfCxtf.nim.c.o /build/nimcache/@zshapf@fcnpxntrf@ftrgQcxtCxtf.nim.c.o /build/nimcache/@zshapf@fcnpxntrf@ftrgAvkCxtf.nim.c.o /build/nimcache/@zavgpurf@ftrgCxtf.nim.c.o /build/nimcache/@zavgpurf@ftrgEnz.nim.c.o /build/nimcache/@zavgpurf@ftrgYbtb.nim.c.o /build/nimcache/@zshapf@fqenjvat.nim.c.o /build/nimcache/@zshapf@fcresbez.nim.c.o /build/nimcache/@zavgpu.nim.c.o -lm -lm -lrt -ldl'
> build phase failed
For full logs, run:
nix log /nix/store/ncvak4riax9f8aan9sd7d6lmgmydvybz-nitch-x86_64-unknown-linux-gnufilc0-0.1.6.drvnitrokey-trng-rs232-firmware-1.0.0
error: Cannot build '/nix/store/dc9ln78pygqi3p082qakqdbsmniinzng-nitrokey-trng-rs232-firmware-x86_64-unknown-linux-gnufilc0-1.0.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/78k1h1fi9h48hbpsq9h5yfcc6c51kcpp-nitrokey-trng-rs232-firmware-x86_64-unknown-linux-gnufilc0-1.0.0
Last 16 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/iidlwqpaspn6qmsshff840hilj651yaz-source
> source root is source/src
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash all
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: avr-size: command not found
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: avr-size: command not found
> [INFO] : Begin compilation of project "TRNGSerial"...
>
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: avr-gcc: command not found
> make: *** [DMBS/DMBS/gcc.mk:168: build_begin] Error 127
For full logs, run:
nix log /nix/store/dc9ln78pygqi3p082qakqdbsmniinzng-nitrokey-trng-rs232-firmware-x86_64-unknown-linux-gnufilc0-1.0.0.drvnitter-0-unstable-2025-05-01
error: building of '/nix/store/sjkms13885p5bswcg55qf04rga4y6iyd-nitter-x86_64-unknown-linux-gnufilc0-0-unstable-2025-05-01.drv' from in-memory derivation timed out after 900 seconds of silence
nix-top-0.3.0
error: Cannot build '/nix/store/f6pfn8g323m6m1fxd1wxbjkbiaqnbqdj-nix-top-x86_64-unknown-linux-gnufilc0-0.3.0.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/xbzgy3b7zjjzgz89qk9384qd1nc11y7k-nix-top-x86_64-unknown-linux-gnufilc0-0.3.0nlojet++-4.1.3
error: Cannot build '/nix/store/7vfxa7qa6w5ikziml1dqrdlhbjlvbby3-nlojet++-x86_64-unknown-linux-gnufilc0-4.1.3.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/5x82khgxgjz5y7mrjasvdf3lw4h80fc4-nlojet++-x86_64-unknown-linux-gnufilc0-4.1.3
Last 25 log lines:
> In file included from ../nlo-hep/hep-stat/distribution.h:24:
> In file included from ../nlo-hep/hep-stat/statistic.h:22:
> ../nlo-core/bits/nlo-weight.h:59:61: warning: for loop has empty body [-Wempty-body]
> 59 | for(double *i = _M_sub; i < _M_sub+_Size; *(i++) *= x);
> | ^
> ../nlo-core/bits/nlo-weight.h:59:61: note: put the semicolon on a separate line to silence this warning
> ../nlo-core/bits/nlo-weight.h:64:61: warning: for loop has empty body [-Wempty-body]
> 64 | for(double *i = _M_sub; i < _M_sub+_Size; *(i++) /= x);
> | ^
> ../nlo-core/bits/nlo-weight.h:64:61: note: put the semicolon on a separate line to silence this warning
> main_add.cc:216:18: warning: address of array 'proctbl[nj].njet' will always evaluate to 'true' [-Wpointer-bool-conversion]
> 216 | if(proctbl[nj].njet && ((int) nj == njet || njet == -1)) {
> | ~~~~~~~~~~~~^~~~ ~~
> 3 warnings generated.
> clang++ -DHAVE_CONFIG_H -I. -I.. -I../nlo-amp -I../nlo-ps -I../nlo-core -I../nlo-hep/hep-lorentz -I../nlo-hep/hep-random -I../nlo-hep/hep-container -I../nlo-hep/hep-stat -I../nlo-hep/hep-support -I../proc-epa -I../proc-dis -I../proc-hhc -I../proc-hhc2ph -I../proc-photo -I../libltdl -I../nlo-core -std=c++11 -c -o main.o main.cc
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CXX --mode=link clang++ -std=c++11 -o nlojet++ main_epa.o main_dis.o main_hhc.o main_hhc2ph.o main_photo.o nlojet++.o main_calc.o main_add.o main.o ../libnlo++.la ../libltdl/libltdlc.la -lm
> libtool: link: clang++ -std=c++11 -o .libs/nlojet++ main_epa.o main_dis.o main_hhc.o main_hhc2ph.o main_photo.o nlojet++.o main_calc.o main_add.o main.o /build/nlojet++-4.1.3/libltdl/./.libs/dlopen.a ../.libs/libnlo++.so ../libltdl/.libs/libltdlc.a -lm -Wl,-rpath -Wl,/nix/store/5x82khgxgjz5y7mrjasvdf3lw4h80fc4-nlojet++-x86_64-unknown-linux-gnufilc0-4.1.3/lib
> ../libltdl/.libs/libltdlc.a(libltdlc_la-lt__alloc.o):lt__alloc.c:function pizlonatedFI142_rpl_malloc:(.text+0xcfd): error: undefined reference to 'pizlonated_rpl_malloc'
> ../libltdl/.libs/libltdlc.a(libltdlc_la-slist.o):slist.c:function pizlonatedFI142_rpl_malloc:(.text+0x2bdd): error: undefined reference to 'pizlonated_rpl_malloc'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [Makefile:335: nlojet++] Error 1
> make[2]: Leaving directory '/build/nlojet++-4.1.3/src'
> make[1]: *** [Makefile:437: all-recursive] Error 1
> make[1]: Leaving directory '/build/nlojet++-4.1.3'
> make: *** [Makefile:303: all] Error 2
For full logs, run:
nix log /nix/store/7vfxa7qa6w5ikziml1dqrdlhbjlvbby3-nlojet++-x86_64-unknown-linux-gnufilc0-4.1.3.drvnmrpflash-0.9.25
error: Cannot build '/nix/store/jfds8rl3dcyyp1gbsvr3z86y0acmn5im-nmrpflash-x86_64-unknown-linux-gnufilc0-0.9.25.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/ygpahcr4ac8miw37c5jd1d5mx4rg33p9-nmrpflash-x86_64-unknown-linux-gnufilc0-0.9.25
Last 13 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/wv0q1560x3av4xrh2sscjijla81vf3w9-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> gcc -c -Wall -g -DNMRPFLASH_VERSION=\"0.9.25\" -I/nix/store/gb6czzx31qrra9qnc18c5zcqb4p712rh-libnl-x86_64-unknown-linux-gnufilc0-3.11.0-dev/include/libnl3 -I/nix/store/gp5lpfgy3f1xj30sxg45hp19xmqpd5hz-libpcap-x86_64-unknown-linux-gnufilc0-1.10.5/include nmrp.c -o nmrp.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:60: nmrp.o] Error 127
For full logs, run:
nix log /nix/store/jfds8rl3dcyyp1gbsvr3z86y0acmn5im-nmrpflash-x86_64-unknown-linux-gnufilc0-0.9.25.drvnlojet++-4.1.3
error: build of '/nix/store/7vfxa7qa6w5ikziml1dqrdlhbjlvbby3-nlojet++-x86_64-unknown-linux-gnufilc0-4.1.3.drv^*', '/nix/store/dc9ln78pygqi3p082qakqdbsmniinzng-nitrokey-trng-rs232-firmware-x86_64-unknown-linux-gnufilc0-1.0.0.drv^*', '/nix/store/f6pfn8g323m6m1fxd1wxbjkbiaqnbqdj-nix-top-x86_64-unknown-linux-gnufilc0-0.3.0.drv^*', '/nix/store/jfds8rl3dcyyp1gbsvr3z86y0acmn5im-nmrpflash-x86_64-unknown-linux-gnufilc0-0.9.25.drv^*', '/nix/store/ncvak4riax9f8aan9sd7d6lmgmydvybz-nitch-x86_64-unknown-linux-gnufilc0-0.1.6.drv^*', '/nix/store/sjkms13885p5bswcg55qf04rga4y6iyd-nitter-x86_64-unknown-linux-gnufilc0-0-unstable-2025-05-01.drv^*' failed
End of log