nixified-ai/flake

"tensorboardx-2.5.1.drv' failed with exit code 134" on nixos unstable, building invokeai-amd

Closed this issue · 17 comments

Here is what I'm getting:

 % nix run github:nixified-ai/flake#invokeai-amd -- --web
do you want to allow configuration setting 'extra-substituters' to be set to 'https://ai.cachix.org' (y/N)? y
do you want to permanently mark this value as trusted (y/N)? n
do you want to allow configuration setting 'extra-trusted-public-keys' to be set to 'ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=' (y/N)? y
do you want to permanently mark this value as trusted (y/N)? y
error: builder for '/nix/store/dq88axzv2415y2har3hzjzypzmp0y5qv-python3.10-tensorboardx-2.5.1.drv' failed with exit code 134;
       last 10 log lines:
       >   File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
       >   File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/config/__init__.py", line 167 in main
       >   File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/config/__init__.py", line 190 in console_main
       >   File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/pytest/__main__.py", line 5 in <module>
       >   File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/runpy.py", line 86 in _run_code
       >   File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/runpy.py", line 196 in _run_module_as_main
       >
       > Extension modules: torch._C, torch._C._fft, torch._C._linalg, torch._C._nested, torch._C._nn, torch._C._sparse, torch._C._special, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, _cffi_backend, crc32c, markupsafe._speedups, matplotlib._c_internal_utils, PIL._imaging, matplotlib._path, kiwisolver._cext, matplotlib._image (total: 28)
       > /nix/store/qddjjyvjyrfi7i0x17b0sh9kbigplmjc-pytest-check-hook/nix-support/setup-hook: line 53: 796670 Aborted                 (core dumped) /nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/bin/python3.10 -m pytest -k "not test_TorchVis and not test_onnx_graph" --ignore="tests/test_lint.py"
       > /nix/store/c3f4jdwzn8fm9lp72m91ffw524bakp6v-stdenv-linux/setup: line 1593: pop_var_context: head of shell_variables not a function context
       For full logs, run 'nix log /nix/store/dq88axzv2415y2har3hzjzypzmp0y5qv-python3.10-tensorboardx-2.5.1.drv'.
error: 1 dependencies of derivation '/nix/store/m6l2wjzhrgy2m3bclx6fv0x47xj5dyl7-python3.10-pytorch-lightning-1.9.0.drv' failed to build
error: 1 dependencies of derivation '/nix/store/nyxg11ps997sxvhcc6by1mbww4hkisr1-python3.10-InvokeAI-2.3.1.post2.drv' failed to build

I am one of these "have zero clue about the packaging, let me just run it" kind of people :) Hope this report helps with reaching the goal of making AI tooling more reproducible. I'll be here if you need more info and can test stuff from time to time to check fixes.

I've re-run this 3 times, with the same result every time.

Here are the contents of nix log /nix/store/dq88axzv2415y2har3hzjzypzmp0y5qv-python3.10-tensorboardx-2.5.1.drv:

Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/i8xhznqp09mhgw94hlry5d6xhbk88cyi-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_writer.py
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
/nix/store/ja87xhz6d9gf1cwwgc83q7dzwssacrnb-python3.10-setuptools-65.6.3/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
  warnings.warn(msg, warning_class)
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/tensorboardX
copying tensorboardX/x2num.py -> build/lib/tensorboardX
copying tensorboardX/writer.py -> build/lib/tensorboardX
copying tensorboardX/visdom_writer.py -> build/lib/tensorboardX
copying tensorboardX/utils.py -> build/lib/tensorboardX
copying tensorboardX/torchvis.py -> build/lib/tensorboardX
copying tensorboardX/summary.py -> build/lib/tensorboardX
copying tensorboardX/record_writer.py -> build/lib/tensorboardX
copying tensorboardX/pytorch_graph.py -> build/lib/tensorboardX
copying tensorboardX/proto_graph.py -> build/lib/tensorboardX
copying tensorboardX/openvino_graph.py -> build/lib/tensorboardX
copying tensorboardX/onnx_graph.py -> build/lib/tensorboardX
copying tensorboardX/global_writer.py -> build/lib/tensorboardX
copying tensorboardX/event_file_writer.py -> build/lib/tensorboardX
copying tensorboardX/embedding.py -> build/lib/tensorboardX
copying tensorboardX/crc32c.py -> build/lib/tensorboardX
copying tensorboardX/comet_utils.py -> build/lib/tensorboardX
copying tensorboardX/caffe2_graph.py -> build/lib/tensorboardX
copying tensorboardX/__init__.py -> build/lib/tensorboardX
running egg_info
creating tensorboardX.egg-info
writing tensorboardX.egg-info/PKG-INFO
writing dependency_links to tensorboardX.egg-info/dependency_links.txt
writing requirements to tensorboardX.egg-info/requires.txt
writing top-level names to tensorboardX.egg-info/top_level.txt
writing manifest file 'tensorboardX.egg-info/SOURCES.txt'
reading manifest file 'tensorboardX.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'test'
warning: no previously-included files matching '*' found under directory 'examples'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'tensorboardX.egg-info/SOURCES.txt'
/nix/store/ja87xhz6d9gf1cwwgc83q7dzwssacrnb-python3.10-setuptools-65.6.3/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'tensorboardX.beholder' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'tensorboardX.beholder' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'tensorboardX.beholder' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'tensorboardX.beholder' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.


!!

  check.warn(importable)
/nix/store/ja87xhz6d9gf1cwwgc83q7dzwssacrnb-python3.10-setuptools-65.6.3/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'tensorboardX.proto' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'tensorboardX.proto' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'tensorboardX.proto' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'tensorboardX.proto' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.


!!

  check.warn(importable)
creating build/lib/tensorboardX/beholder
copying tensorboardX/beholder/__init__.py -> build/lib/tensorboardX/beholder
copying tensorboardX/beholder/beholder.py -> build/lib/tensorboardX/beholder
copying tensorboardX/beholder/file_system_tools.py -> build/lib/tensorboardX/beholder
copying tensorboardX/beholder/shared_config.py -> build/lib/tensorboardX/beholder
copying tensorboardX/beholder/video_writing.py -> build/lib/tensorboardX/beholder
creating build/lib/tensorboardX/proto
copying tensorboardX/proto/__init__.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/api.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/api_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/attr_value.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/attr_value_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/event.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/event_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/graph.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/graph_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/layout.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/layout_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/node_def.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/node_def_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/plugin_hparams.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/plugin_hparams_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/plugin_mesh.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/plugin_mesh_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/plugin_pr_curve.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/plugin_pr_curve_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/plugin_text.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/plugin_text_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/resource_handle.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/resource_handle_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/step_stats.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/step_stats_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/summary.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/summary_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/tensor.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/tensor_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/tensor_shape.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/tensor_shape_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/types.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/types_pb2.py -> build/lib/tensorboardX/proto
copying tensorboardX/proto/versions.proto -> build/lib/tensorboardX/proto
copying tensorboardX/proto/versions_pb2.py -> build/lib/tensorboardX/proto
/nix/store/ja87xhz6d9gf1cwwgc83q7dzwssacrnb-python3.10-setuptools-65.6.3/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
installing to build/bdist.linux-x86_64/wheel
running install
which: no protoc in (/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/bin:/nix/store/0623n2275d43mqpd82djrlcmp296fi7d-python3.10-wheel-0.38.4/bin:/nix/store/8gzj48mkr8i824a4ali025hk85gmfdzy-python3.10-pip-22.3.1/bin:/nix/store/v0g0r8khhdxn8gwcx3yg57wmndzfdgz5-which-2.21/bin:/nix/store/91sa81z7r7ai63mvnwf72d1h9ljzg501-python3.10-jmespath-1.0.1/bin:/nix/store/y1ifaaf1pfh8pz4qfqvc5gdk3a7s1563-python3.10-docutils-0.19/bin:/nix/store/6m46482pl9qxld9xbnc9kkkqsf2a9kqs-python3.10-numpy-1.23.5/bin:/nix/store/98m4k5bca12hkfjv67nd9kpv85rba1bs-python3.10-fonttools-4.38.0/bin:/nix/store/ybd7brnb5kavanvz40mg2p5pmgnczi85-freetype-2.12.1-dev/bin:/nix/store/i4ic0p0l83i37dvx8cb1l3cicq0bny5z-bzip2-1.0.8-bin/bin:/nix/store/76vda2hm768ybr46fkhap8p3glb15b5i-brotli-1.0.9/bin:/nix/store/463cn57ci7xxwr28c1d68zwbr001ka8h-libpng-apng-1.6.39-dev/bin:/nix/store/j318b2s6kb0fvxpy5n8f2x78p87fk22y-qhull-2020.2/bin:/nix/store/zisci8fny25jw4klipr17dvh9q9hi7nm-tcl-8.6.11/bin:/nix/store/mn35g17v0pwnb14k778fap8k31x7waxp-fontconfig-2.14.0-bin/bin:/nix/store/nld5mmzhbw7nbyscdn0i0drvi356av4n-tk-8.6.11/bin:/nix/store/qg83zzygxfld0lrbpshaq9803lwsg4nz-python3.10-moto-4.0.12/bin:/nix/store/acvxayiwbgyq01fg1c8w6qnc126ky4ai-python3.10-charset-normalizer-3.0.1/bin:/nix/store/dfrw0i8xcz1r8ha1446diq5qa5nbz1la-python3.10-future-0.18.3/bin:/nix/store/8bspcalm6v7wcc3vym3h2hhll011ykgi-python3.10-cfn-lint-0.72.5/bin:/nix/store/x5yyybkjycpllm0azj6hgja0kyk5nrky-python3.10-jsonschema-4.17.3/bin:/nix/store/vqsxjspqk71wzf0vj1fn1qvg67k82xbf-python3.10-pygments-2.13.0/bin:/nix/store/k5np2mnacgn3zgrfwi570qr502fwx8xz-python3.10-email-validator-1.3.0/bin:/nix/store/y2bxzsbf8pm7d5x9bc93gq6i34lcpbxz-python3.10-pyupgrade-3.3.1/bin:/nix/store/kmd3qhf4qbvf192akpfnylxiaqy44qsh-python3.10-tokenize-rt-4.2.1/bin:/nix/store/jz83wzd0j6is2q34h25invxb3bmylf9p-python3.10-python-dotenv-0.21.0/bin:/nix/store/bp2sy9z3a8bl8pkh640cc673q4wx0n1l-python3.10-pbr-5.11.0/bin:/nix/store/9j62fin1dd4gdmdj6ba4gniaa3fkrl5l-python3.10-jsonpatch-1.32/bin:/nix/store/andn3ydjha1pc24ph8x9b15yr6ffs00y-python3.10-jsonpointer-2.3/bin:/nix/store/nwa17wj42f3iq3nd988ahpcjpgz6dmqs-python3.10-websocket-client-1.4.2/bin:/nix/store/236qa885v8wlf217vx42b4n0hry8hs70-python3.10-flask-2.2.2/bin:/nix/store/j17gkqnd82xf8p8xgfbazs2l52bqmsq5-python3.10-babel-2.11.0/bin:/nix/store/3xs0jwi3n5xy69yaskprav3ixfkv4fcq-python3.10-watchdog-2.2.1/bin:/nix/store/mnsk1imv6m03pkiq8vv7vy1cii84k5hz-python3.10-jsondiff-2.0.0/bin:/nix/store/jmz7kznclsph3ali4pawv8pkjacx726v-python3.10-openapi-spec-validator-0.5.1/bin:/nix/store/6i9hv7bjhwwdk2n2pw3sb0b7h1hmyb77-python3.10-rsa-4.9/bin:/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/bin:/nix/store/yqz9zis9iwx27g66kdpvl4zl8fsad2ma-python3.10-tensorboard-2.11.0/bin:/nix/store/l04q3wb7cnk68rlj56lgvdsz6mgy4a27-python3.10-google-auth-oauthlib-0.8.0/bin:/nix/store/4y33arla3bwbm2m9gw4jkr2ypcwg7lsy-python3.10-markdown-3.4.1/bin:/nix/store/mv5gpi07yzb8m9b6829l8hkw6rpay49c-patchelf-0.15.0/bin:/nix/store/bfbp3ypd9nm3fapz634gvvs738blrl0y-gcc-wrapper-12.2.0/bin:/nix/store/wx4nsqbssywgx9zkabwgl9sxm5l61ni3-gcc-12.2.0/bin:/nix/store/lp8qrhb6hs42jwbapzq20l05jf4kyicq-glibc-2.35-224-bin/bin:/nix/store/bg8f47vihykgqcgblxkfk9sbvc4dnksa-coreutils-9.1/bin:/nix/store/i2pdyabq6nrrnisbkma71h42fw6ha0y6-binutils-wrapper-2.40/bin:/nix/store/fhzz4yrdy17czwc9i4swhlpcp445inzb-binutils-2.40/bin:/nix/store/bg8f47vihykgqcgblxkfk9sbvc4dnksa-coreutils-9.1/bin:/nix/store/8w3xxhbldw1i40a6fdcs17y6vyq3l3dd-findutils-4.9.0/bin:/nix/store/vraimqnjzzvzabh9wvw5a5s32cv5k6lc-diffutils-3.8/bin:/nix/store/4f5jnd0q8b5kj934wm202km3i8ssrl6p-gnused-4.9/bin:/nix/store/4vkv3rzky44hp2b8r13d8hr4ykvqhvwh-gnugrep-3.7/bin:/nix/store/v4dhg1im8yrl1gq1697jgwh2g85mqwr6-gawk-5.2.1/bin:/nix/store/61mzw223sdk26lxawnx64b72xgjrhaj8-gnutar-1.34/bin:/nix/store/jmx6hd6qykl0a8vxrf6pv6m8q2c0kpxn-gzip-1.12/bin:/nix/store/i4ic0p0l83i37dvx8cb1l3cicq0bny5z-bzip2-1.0.8-bin/bin:/nix/store/i36xm3qb20x9mwbigq4gh5626b0vhg9p-gnumake-4.4/bin:/nix/store/5ynbf6wszmggr0abwifdagrixgnya5vy-bash-5.2-p15/bin:/nix/store/xj8vr2sgbz3rhy26xzmg44vkzr5dww1y-patch-2.7.6/bin:/nix/store/c2kkvw6klpyf9p289si6cqv8gw4q2wb9-xz-5.4.1-bin/bin:/nix/store/s29xjzid62937vc17jx6zi785nhk0plk-file-5.44/bin)
using
./compile.sh: line 19: --version: command not found
which: no wget in (/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/bin:/nix/store/0623n2275d43mqpd82djrlcmp296fi7d-python3.10-wheel-0.38.4/bin:/nix/store/8gzj48mkr8i824a4ali025hk85gmfdzy-python3.10-pip-22.3.1/bin:/nix/store/v0g0r8khhdxn8gwcx3yg57wmndzfdgz5-which-2.21/bin:/nix/store/91sa81z7r7ai63mvnwf72d1h9ljzg501-python3.10-jmespath-1.0.1/bin:/nix/store/y1ifaaf1pfh8pz4qfqvc5gdk3a7s1563-python3.10-docutils-0.19/bin:/nix/store/6m46482pl9qxld9xbnc9kkkqsf2a9kqs-python3.10-numpy-1.23.5/bin:/nix/store/98m4k5bca12hkfjv67nd9kpv85rba1bs-python3.10-fonttools-4.38.0/bin:/nix/store/ybd7brnb5kavanvz40mg2p5pmgnczi85-freetype-2.12.1-dev/bin:/nix/store/i4ic0p0l83i37dvx8cb1l3cicq0bny5z-bzip2-1.0.8-bin/bin:/nix/store/76vda2hm768ybr46fkhap8p3glb15b5i-brotli-1.0.9/bin:/nix/store/463cn57ci7xxwr28c1d68zwbr001ka8h-libpng-apng-1.6.39-dev/bin:/nix/store/j318b2s6kb0fvxpy5n8f2x78p87fk22y-qhull-2020.2/bin:/nix/store/zisci8fny25jw4klipr17dvh9q9hi7nm-tcl-8.6.11/bin:/nix/store/mn35g17v0pwnb14k778fap8k31x7waxp-fontconfig-2.14.0-bin/bin:/nix/store/nld5mmzhbw7nbyscdn0i0drvi356av4n-tk-8.6.11/bin:/nix/store/qg83zzygxfld0lrbpshaq9803lwsg4nz-python3.10-moto-4.0.12/bin:/nix/store/acvxayiwbgyq01fg1c8w6qnc126ky4ai-python3.10-charset-normalizer-3.0.1/bin:/nix/store/dfrw0i8xcz1r8ha1446diq5qa5nbz1la-python3.10-future-0.18.3/bin:/nix/store/8bspcalm6v7wcc3vym3h2hhll011ykgi-python3.10-cfn-lint-0.72.5/bin:/nix/store/x5yyybkjycpllm0azj6hgja0kyk5nrky-python3.10-jsonschema-4.17.3/bin:/nix/store/vqsxjspqk71wzf0vj1fn1qvg67k82xbf-python3.10-pygments-2.13.0/bin:/nix/store/k5np2mnacgn3zgrfwi570qr502fwx8xz-python3.10-email-validator-1.3.0/bin:/nix/store/y2bxzsbf8pm7d5x9bc93gq6i34lcpbxz-python3.10-pyupgrade-3.3.1/bin:/nix/store/kmd3qhf4qbvf192akpfnylxiaqy44qsh-python3.10-tokenize-rt-4.2.1/bin:/nix/store/jz83wzd0j6is2q34h25invxb3bmylf9p-python3.10-python-dotenv-0.21.0/bin:/nix/store/bp2sy9z3a8bl8pkh640cc673q4wx0n1l-python3.10-pbr-5.11.0/bin:/nix/store/9j62fin1dd4gdmdj6ba4gniaa3fkrl5l-python3.10-jsonpatch-1.32/bin:/nix/store/andn3ydjha1pc24ph8x9b15yr6ffs00y-python3.10-jsonpointer-2.3/bin:/nix/store/nwa17wj42f3iq3nd988ahpcjpgz6dmqs-python3.10-websocket-client-1.4.2/bin:/nix/store/236qa885v8wlf217vx42b4n0hry8hs70-python3.10-flask-2.2.2/bin:/nix/store/j17gkqnd82xf8p8xgfbazs2l52bqmsq5-python3.10-babel-2.11.0/bin:/nix/store/3xs0jwi3n5xy69yaskprav3ixfkv4fcq-python3.10-watchdog-2.2.1/bin:/nix/store/mnsk1imv6m03pkiq8vv7vy1cii84k5hz-python3.10-jsondiff-2.0.0/bin:/nix/store/jmz7kznclsph3ali4pawv8pkjacx726v-python3.10-openapi-spec-validator-0.5.1/bin:/nix/store/6i9hv7bjhwwdk2n2pw3sb0b7h1hmyb77-python3.10-rsa-4.9/bin:/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/bin:/nix/store/yqz9zis9iwx27g66kdpvl4zl8fsad2ma-python3.10-tensorboard-2.11.0/bin:/nix/store/l04q3wb7cnk68rlj56lgvdsz6mgy4a27-python3.10-google-auth-oauthlib-0.8.0/bin:/nix/store/4y33arla3bwbm2m9gw4jkr2ypcwg7lsy-python3.10-markdown-3.4.1/bin:/nix/store/mv5gpi07yzb8m9b6829l8hkw6rpay49c-patchelf-0.15.0/bin:/nix/store/bfbp3ypd9nm3fapz634gvvs738blrl0y-gcc-wrapper-12.2.0/bin:/nix/store/wx4nsqbssywgx9zkabwgl9sxm5l61ni3-gcc-12.2.0/bin:/nix/store/lp8qrhb6hs42jwbapzq20l05jf4kyicq-glibc-2.35-224-bin/bin:/nix/store/bg8f47vihykgqcgblxkfk9sbvc4dnksa-coreutils-9.1/bin:/nix/store/i2pdyabq6nrrnisbkma71h42fw6ha0y6-binutils-wrapper-2.40/bin:/nix/store/fhzz4yrdy17czwc9i4swhlpcp445inzb-binutils-2.40/bin:/nix/store/bg8f47vihykgqcgblxkfk9sbvc4dnksa-coreutils-9.1/bin:/nix/store/8w3xxhbldw1i40a6fdcs17y6vyq3l3dd-findutils-4.9.0/bin:/nix/store/vraimqnjzzvzabh9wvw5a5s32cv5k6lc-diffutils-3.8/bin:/nix/store/4f5jnd0q8b5kj934wm202km3i8ssrl6p-gnused-4.9/bin:/nix/store/4vkv3rzky44hp2b8r13d8hr4ykvqhvwh-gnugrep-3.7/bin:/nix/store/v4dhg1im8yrl1gq1697jgwh2g85mqwr6-gawk-5.2.1/bin:/nix/store/61mzw223sdk26lxawnx64b72xgjrhaj8-gnutar-1.34/bin:/nix/store/jmx6hd6qykl0a8vxrf6pv6m8q2c0kpxn-gzip-1.12/bin:/nix/store/i4ic0p0l83i37dvx8cb1l3cicq0bny5z-bzip2-1.0.8-bin/bin:/nix/store/i36xm3qb20x9mwbigq4gh5626b0vhg9p-gnumake-4.4/bin:/nix/store/5ynbf6wszmggr0abwifdagrixgnya5vy-bash-5.2-p15/bin:/nix/store/xj8vr2sgbz3rhy26xzmg44vkzr5dww1y-patch-2.7.6/bin:/nix/store/c2kkvw6klpyf9p289si6cqv8gw4q2wb9-xz-5.4.1-bin/bin:/nix/store/s29xjzid62937vc17jx6zi785nhk0plk-file-5.44/bin)
protoc not installed so can't regenerate tensorboardX/proto/*pb2*.py, using precompiled version.
�[33mWARNING: The directory '/homeless-shelter/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.�[0m�[33m
�[0mRequirement already satisfied: numpy in /nix/store/6m46482pl9qxld9xbnc9kkkqsf2a9kqs-python3.10-numpy-1.23.5/lib/python3.10/site-packages (1.23.5)

�[1m[�[0m�[34;49mnotice�[0m�[1;39;49m]�[0m�[39;49m A new release of pip available: �[0m�[31;49m22.3.1�[0m�[39;49m -> �[0m�[32;49m23.1.2�[0m
�[1m[�[0m�[34;49mnotice�[0m�[1;39;49m]�[0m�[39;49m To update, run: �[0m�[32;49mpython3.10 -m pip install --upgrade pip�[0m
�[33mWARNING: The directory '/homeless-shelter/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.�[0m�[33m
�[0mRequirement already satisfied: protobuf in /nix/store/b0kya8m8fcbradgy3q343zf3l32jhv5k-python3.10-protobuf-4.21.12/lib/python3.10/site-packages (4.21.12)

�[1m[�[0m�[34;49mnotice�[0m�[1;39;49m]�[0m�[39;49m A new release of pip available: �[0m�[31;49m22.3.1�[0m�[39;49m -> �[0m�[32;49m23.1.2�[0m
�[1m[�[0m�[34;49mnotice�[0m�[1;39;49m]�[0m�[39;49m To update, run: �[0m�[32;49mpython3.10 -m pip install --upgrade pip�[0m
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/tensorboardX
creating build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/versions_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/versions.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/types_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/types.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/tensor_shape_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/tensor_shape.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/tensor_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/tensor.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/summary_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/summary.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/step_stats_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/step_stats.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/resource_handle_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/resource_handle.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/plugin_text_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/plugin_text.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/plugin_pr_curve_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/plugin_pr_curve.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/plugin_mesh_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/plugin_mesh.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/plugin_hparams_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/plugin_hparams.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/node_def_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/node_def.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/layout_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/layout.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/graph_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/graph.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/event_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/event.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/attr_value_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/attr_value.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/api_pb2.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/api.proto -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
copying build/lib/tensorboardX/proto/__init__.py -> build/bdist.linux-x86_64/wheel/tensorboardX/proto
creating build/bdist.linux-x86_64/wheel/tensorboardX/beholder
copying build/lib/tensorboardX/beholder/video_writing.py -> build/bdist.linux-x86_64/wheel/tensorboardX/beholder
copying build/lib/tensorboardX/beholder/shared_config.py -> build/bdist.linux-x86_64/wheel/tensorboardX/beholder
copying build/lib/tensorboardX/beholder/file_system_tools.py -> build/bdist.linux-x86_64/wheel/tensorboardX/beholder
copying build/lib/tensorboardX/beholder/beholder.py -> build/bdist.linux-x86_64/wheel/tensorboardX/beholder
copying build/lib/tensorboardX/beholder/__init__.py -> build/bdist.linux-x86_64/wheel/tensorboardX/beholder
copying build/lib/tensorboardX/__init__.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/caffe2_graph.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/comet_utils.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/crc32c.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/embedding.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/event_file_writer.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/global_writer.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/onnx_graph.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/openvino_graph.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/proto_graph.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/pytorch_graph.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/record_writer.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/summary.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/torchvis.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/utils.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/visdom_writer.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/writer.py -> build/bdist.linux-x86_64/wheel/tensorboardX
copying build/lib/tensorboardX/x2num.py -> build/bdist.linux-x86_64/wheel/tensorboardX
running install_egg_info
Copying tensorboardX.egg-info to build/bdist.linux-x86_64/wheel/tensorboardX-2.5.1-py3.10.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/tensorboardX-2.5.1.dist-info/WHEEL
creating 'dist/tensorboardX-2.5.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'tensorboardX/__init__.py'
adding 'tensorboardX/caffe2_graph.py'
adding 'tensorboardX/comet_utils.py'
adding 'tensorboardX/crc32c.py'
adding 'tensorboardX/embedding.py'
adding 'tensorboardX/event_file_writer.py'
adding 'tensorboardX/global_writer.py'
adding 'tensorboardX/onnx_graph.py'
adding 'tensorboardX/openvino_graph.py'
adding 'tensorboardX/proto_graph.py'
adding 'tensorboardX/pytorch_graph.py'
adding 'tensorboardX/record_writer.py'
adding 'tensorboardX/summary.py'
adding 'tensorboardX/torchvis.py'
adding 'tensorboardX/utils.py'
adding 'tensorboardX/visdom_writer.py'
adding 'tensorboardX/writer.py'
adding 'tensorboardX/x2num.py'
adding 'tensorboardX/beholder/__init__.py'
adding 'tensorboardX/beholder/beholder.py'
adding 'tensorboardX/beholder/file_system_tools.py'
adding 'tensorboardX/beholder/shared_config.py'
adding 'tensorboardX/beholder/video_writing.py'
adding 'tensorboardX/proto/__init__.py'
adding 'tensorboardX/proto/api.proto'
adding 'tensorboardX/proto/api_pb2.py'
adding 'tensorboardX/proto/attr_value.proto'
adding 'tensorboardX/proto/attr_value_pb2.py'
adding 'tensorboardX/proto/event.proto'
adding 'tensorboardX/proto/event_pb2.py'
adding 'tensorboardX/proto/graph.proto'
adding 'tensorboardX/proto/graph_pb2.py'
adding 'tensorboardX/proto/layout.proto'
adding 'tensorboardX/proto/layout_pb2.py'
adding 'tensorboardX/proto/node_def.proto'
adding 'tensorboardX/proto/node_def_pb2.py'
adding 'tensorboardX/proto/plugin_hparams.proto'
adding 'tensorboardX/proto/plugin_hparams_pb2.py'
adding 'tensorboardX/proto/plugin_mesh.proto'
adding 'tensorboardX/proto/plugin_mesh_pb2.py'
adding 'tensorboardX/proto/plugin_pr_curve.proto'
adding 'tensorboardX/proto/plugin_pr_curve_pb2.py'
adding 'tensorboardX/proto/plugin_text.proto'
adding 'tensorboardX/proto/plugin_text_pb2.py'
adding 'tensorboardX/proto/resource_handle.proto'
adding 'tensorboardX/proto/resource_handle_pb2.py'
adding 'tensorboardX/proto/step_stats.proto'
adding 'tensorboardX/proto/step_stats_pb2.py'
adding 'tensorboardX/proto/summary.proto'
adding 'tensorboardX/proto/summary_pb2.py'
adding 'tensorboardX/proto/tensor.proto'
adding 'tensorboardX/proto/tensor_pb2.py'
adding 'tensorboardX/proto/tensor_shape.proto'
adding 'tensorboardX/proto/tensor_shape_pb2.py'
adding 'tensorboardX/proto/types.proto'
adding 'tensorboardX/proto/types_pb2.py'
adding 'tensorboardX/proto/versions.proto'
adding 'tensorboardX/proto/versions_pb2.py'
adding 'tensorboardX-2.5.1.dist-info/LICENSE'
adding 'tensorboardX-2.5.1.dist-info/METADATA'
adding 'tensorboardX-2.5.1.dist-info/WHEEL'
adding 'tensorboardX-2.5.1.dist-info/top_level.txt'
adding 'tensorboardX-2.5.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source/dist /tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source
Processing ./tensorboardX-2.5.1-py2.py3-none-any.whl
Requirement already satisfied: numpy in /nix/store/6m46482pl9qxld9xbnc9kkkqsf2a9kqs-python3.10-numpy-1.23.5/lib/python3.10/site-packages (from tensorboardX==2.5.1) (1.23.5)
Requirement already satisfied: protobuf in /nix/store/b0kya8m8fcbradgy3q343zf3l32jhv5k-python3.10-protobuf-4.21.12/lib/python3.10/site-packages (from tensorboardX==2.5.1) (4.21.12)
Installing collected packages: tensorboardX
Successfully installed tensorboardX-2.5.1
/tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "pythonOutputDistPhase" }
pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/f2pgs76m90ka3gdsw6dbmacb41ljb6qk-python3.10-tensorboardx-2.5.1
checking for references to /tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/ in /nix/store/f2pgs76m90ka3gdsw6dbmacb41ljb6qk-python3.10-tensorboardx-2.5.1...
patching script interpreter paths in /nix/store/f2pgs76m90ka3gdsw6dbmacb41ljb6qk-python3.10-tensorboardx-2.5.1
stripping (with command strip and flags -S) in  /nix/store/f2pgs76m90ka3gdsw6dbmacb41ljb6qk-python3.10-tensorboardx-2.5.1/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/49ivnfs0f7qfvp42qs0jyp6845jhzvfn-python3.10-tensorboardx-2.5.1-dist
checking for references to /tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/ in /nix/store/49ivnfs0f7qfvp42qs0jyp6845jhzvfn-python3.10-tensorboardx-2.5.1-dist...
patching script interpreter paths in /nix/store/49ivnfs0f7qfvp42qs0jyp6845jhzvfn-python3.10-tensorboardx-2.5.1-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
�[1m============================= test session starts ==============================�[0m
platform linux -- Python 3.10.10, pytest-7.2.0, pluggy-1.0.0
rootdir: /tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source, configfile: setup.cfg
�[1mcollecting ... �[0m�[1m
collecting 3 items                                                             �[0m�[1m
collecting 18 items                                                            �[0m�[1m
collected 81 items / 2 deselected / 79 selected                                �[0m

tests/event_file_writer_test.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[33m                                      [  3%]�[0m
tests/record_writer_test.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[33m                                          [  7%]�[0m
tests/test_beholder.py �[32m.�[0m�[32m.�[0m�[33m                                                [ 10%]�[0m
tests/test_crc32c.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[33m                                                 [ 13%]�[0m
tests/test_embedding.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33m                                            [ 20%]�[0m
tests/test_figure.py �[32m.�[0m�[32m.�[0m�[33m                                                  [ 22%]�[0m
tests/test_hparams.py �[32m.�[0m�[33m                                                  [ 24%]�[0m
tests/test_multiprocess_write.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33m                                   [ 30%]�[0m
tests/test_numpy.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[32m.�[0m�[33m                                                 [ 35%]�[0m
tests/test_openvino_graph.py �[32m.�[0m�[33m                                           [ 36%]�[0m
tests/test_pr_curve.py �[32m.�[0m�[32m.�[0m�[32m.�[0m�[33m                                               [ 40%]�[0m
tests/test_pytorch_graph.py �[32m.�[0m�[32m.�[0m�[33m                                           [ 43%]�[0m
tests/test_pytorch_np.py �[32m.�[0m�[32m.�[0mFatal Python error: Aborted

Thread 0x00007ffdaffff640 (most recent call first):
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 320 in wait
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/queues.py", line 231 in _feed
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 953 in run
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 973 in _bootstrap

Thread 0x00007ffdae97c640 (most recent call first):
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/selectors.py", line 416 in select
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 931 in wait
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 424 in _poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 257 in poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/queues.py", line 113 in get
  File "/tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source/tensorboardX/event_file_writer.py", line 202 in run
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 973 in _bootstrap

Thread 0x00007ffdbd8bf640 (most recent call first):
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 320 in wait
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/queues.py", line 231 in _feed
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 953 in run
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 973 in _bootstrap

Thread 0x00007ffdaf7fe640 (most recent call first):
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/selectors.py", line 416 in select
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 931 in wait
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 424 in _poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 257 in poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/queues.py", line 113 in get
  File "/tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source/tensorboardX/event_file_writer.py", line 202 in run
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 973 in _bootstrap

Thread 0x00007ffdbd0be640 (most recent call first):
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/selectors.py", line 416 in select
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 931 in wait
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 424 in _poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 257 in poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/queues.py", line 113 in get
  File "/tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source/tensorboardX/event_file_writer.py", line 202 in run
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 973 in _bootstrap

Thread 0x00007ffdbee7c640 (most recent call first):
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/selectors.py", line 416 in select
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 931 in wait
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 424 in _poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 257 in poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/queues.py", line 113 in get
  File "/tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source/tensorboardX/event_file_writer.py", line 202 in run
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 973 in _bootstrap

Thread 0x00007ffdbff7e640 (most recent call first):
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/selectors.py", line 416 in select
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 931 in wait
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 424 in _poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 257 in poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/queues.py", line 113 in get
  File "/tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source/tensorboardX/event_file_writer.py", line 202 in run
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 973 in _bootstrap

Thread 0x00007ffdbf77d640 (most recent call first):
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/selectors.py", line 416 in select
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 931 in wait
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 424 in _poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/connection.py", line 257 in poll
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/multiprocessing/queues.py", line 113 in get
  File "/tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source/tensorboardX/event_file_writer.py", line 202 in run
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 1016 in _bootstrap_inner
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/threading.py", line 973 in _bootstrap

Current thread 0x00007ffff7e7e740 (most recent call first):
  File "/nix/store/n3p8ykaypcx80g1c8pifd9jfvbkr1hbz-python3.10-torch-1.13.1/lib/python3.10/site-packages/torch/cuda/__init__.py", line 529 in device_count
  File "/tmp/nix-build-python3.10-tensorboardx-2.5.1.drv-0/source/tests/test_pytorch_np.py", line 20 in test_pytorch_np
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/unittest/case.py", line 549 in _callTestMethod
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/unittest/case.py", line 591 in run
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/unittest/case.py", line 650 in __call__
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/unittest.py", line 330 in runtest
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/runner.py", line 167 in pytest_runtest_call
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/runner.py", line 260 in <lambda>
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/runner.py", line 339 in from_call
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/runner.py", line 259 in call_runtest_hook
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/runner.py", line 220 in call_and_report
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/runner.py", line 131 in runtestprotocol
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/runner.py", line 112 in pytest_runtest_protocol
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/main.py", line 349 in pytest_runtestloop
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/main.py", line 324 in _main
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/main.py", line 270 in wrap_session
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/main.py", line 317 in pytest_cmdline_main
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
  File "/nix/store/0vfaxdjhrx9h0nc41csbqp1c323l9k3g-python3.10-pluggy-1.0.0/lib/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/config/__init__.py", line 167 in main
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/_pytest/config/__init__.py", line 190 in console_main
  File "/nix/store/wmk96rdcmvpnnynx7hv595v8mzy5gxgl-python3.10-pytest-7.2.0/lib/python3.10/site-packages/pytest/__main__.py", line 5 in <module>
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/runpy.py", line 86 in _run_code
  File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/runpy.py", line 196 in _run_module_as_main

Extension modules: torch._C, torch._C._fft, torch._C._linalg, torch._C._nested, torch._C._nn, torch._C._sparse, torch._C._special, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, _cffi_backend, crc32c, markupsafe._speedups, matplotlib._c_internal_utils, PIL._imaging, matplotlib._path, kiwisolver._cext, matplotlib._image (total: 28)
/nix/store/qddjjyvjyrfi7i0x17b0sh9kbigplmjc-pytest-check-hook/nix-support/setup-hook: line 53: 796670 Aborted                 (core dumped) /nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/bin/python3.10 -m pytest -k "not test_TorchVis and not test_onnx_graph" --ignore="tests/test_lint.py"
/nix/store/c3f4jdwzn8fm9lp72m91ffw524bakp6v-stdenv-linux/setup: line 1593: pop_var_context: head of shell_variables not a function context

And here's my current nixos version:

 % nixos-version
23.11.20230601.e635192 (Tapir)

It may be that your system is running out of memory whilst running the test whilst building tensor board from source, since it seems like Python is crashing during the build. Check dmesg to see if your kernel is reporting running out of memory.

dmesg checked, no mention of running out of memory (no new message in dmesg).

My system has overall 32GB of RAM, plus 6.3GB of swap.

Then it may be a race condition in the Python test that means your system is either too fast or too slow when building the derivation. This would be an upstream problem too, which means if you look at the tensorboard issue tracker you may find complaints about race conditions in the tests.

Python does not crash by aborting core on any of my systems like this, so it can possibly be:

  1. Hardware failure (memory corruption/disk corruption)
  2. Race condition (CPU computing too slowly or too fast)
  3. Obscure host kernel bug
  4. Obscure nix-daemon/sandbox bug

Just to make sure, you're not emulating x86 on an ARM machine via qemu or anything like that, right?

I'm not emulating no, building for x86linux on x86linux.

Here's my CPU info, in case this was never run on the same CPU. Also, maybe I should run a memory check, to see if my RAM is still fine.

processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.741
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 0
cpu cores	: 8
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.331
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 1
cpu cores	: 8
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.994
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 2
cpu cores	: 8
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2200.000
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 3
cpu cores	: 8
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 4
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.781
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 4
cpu cores	: 8
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 5
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2197.708
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 5
cpu cores	: 8
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 6
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.636
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 6
cpu cores	: 8
apicid		: 12
initial apicid	: 12
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 7
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.828
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 7
cpu cores	: 8
apicid		: 14
initial apicid	: 14
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.965
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 0
cpu cores	: 8
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 9
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2200.000
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 1
cpu cores	: 8
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 10
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2200.000
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 2
cpu cores	: 8
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 11
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.835
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 3
cpu cores	: 8
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 12
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.617
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 4
cpu cores	: 8
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 13
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2202.328
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 5
cpu cores	: 8
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 14
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.682
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 6
cpu cores	: 8
apicid		: 13
initial apicid	: 13
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

processor	: 15
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 113
model name	: AMD Ryzen 7 3700X 8-Core Processor
stepping	: 0
microcode	: 0x8701021
cpu MHz		: 2199.649
cache size	: 512 KB
physical id	: 0
siblings	: 16
core id		: 7
cpu cores	: 8
apicid		: 15
initial apicid	: 15
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
bogomips	: 7199.99
TLB size	: 3072 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]

Another question: do you know why this derivation's result isn't cached? That would address the flaky python tests entirely, or maybe they are the cause of this?

It isn't cached probably because we've ran out of cache space on cachix, since this stuff is definitely extending beyond 10G of disk space. I asked @domenkozar for "moar cache!" and he obliged, but I think we may have ran out of that too. Alternative would be to host our own cache via S3, etc. But this is all very difficult considering the project doesn't make enough money via sponsors to facilitate this infrastructure.

I'm happy to sponsor more, what do you think how much you need?

Also you might want to use pins.

@domenkozar I'd only ever want to pin the latest, so I'd need a way of unpinning anything that is old. At which point I'm making tons of api calls and managing state, which I don't want to do. The garbage collection approach works fine for this project, it's just that the size window can be beyond 10G. If you could do 50G I think that'll satisfy this project forever, as I can't see the closure size of all of the flake outputs ever reaching above that, even with the Nvidia/AMD build matrix we have.

TL;DR if you give me 50G, that means that the latest master of the flake outputs in this repo should always be in the cache, regardless of garbage collection (since the flake will be within the 50G boundary)

Done!

@MatthewCroughan let me know how I can check when this is cached. I can retry and close the issue then.

I'm not sure if there's an easy way to cause hercules-ci to upload the missing cache to cachix without a mass rebuild (updating nixpkgs), so this should fix itself when we update nixified.ai to 23.05 for example. Maybe @roberth has an answer in the meantime though. I will endeavour to upstream our overlays as explained in #33 and in doing so update nixpkgs, sometime this week or next.

@MatthewCroughan you could restart the job to recreate the .drvs and then use the API to force restart the previously already successful derivation, probably. Probably easier to just cachix push it manually.

I've pushed the latest versions of all our packages to the cache. You should get a cache hit if you simply repeat the nix run command.

Nice, I can progress further!

I have another issue now, shall I open a different ticket? It complains about missing "configs/models.yaml", is it something expected?