simon28li
simon28li
When I execute the make command, the package contains the following error. Can you give me some help? In addition, the version I tested was 3.6 ``` root@simon28li spack-src]# make...
Does fio 3.30 not support cpuclock-test testing on arm machines? I don't know if it is the same reason as this problem [#479](https://github.com/axboe/fio/issues/479), it seems that the content has been...
中文字符修改为英文
**Describe the bug** The new test `compress-file-to-dir-without-write- perm.sh` in version 1.5.5 reported an error. **To Reproduce** Steps to reproduce the behavior: ./run.py --zstd=../../programs/zstd --datagen=../datagen --preserve --verbose file-stat/compress-file-to-dir-without-write-perm.sh ``` [root@centos cli-tests]#...
I encountered the following error when I tested 1.8 1.8.1 1.8.2. Is it my environment problem? My environmental information is as follows: ``` uname -a Linux 4.18.0-383.el8.aarch64 #1 SMP Wed...
Hello, I have been testing the function of hdp recently, but in the process of testing, I will encounter the problem that the process is killed due to the excessive...
Hello, I tried to compile dtc on centos8, but the following error was reported. Can you help me find out what caused it? ``` /home/stage/root/spack-stage-dtc-2.1.3-bqxrecu5onxqpgrq2z4mzgpfqa7y7mjk/spack-src/src/core/../libs/common/value.h:257:2: error: 'DTCValue::DTCValue(int64_t)' cannot be overloaded...
# Summary 概要 在OS openEuler 22.03上编译失败,奇怪的是我在centos8上是编译通过的。 ``` go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 # command-line-arguments /home/spack/opt/spack/linux-openeuler22-aarch64/gcc-10.3.1/go-1.22.0-qf6cq5t2n4sl7wx3fsognzj2yoz2qe75/pkg/tool/linux_arm64/link: running /home/spack/lib/spack/env/gcc/gcc failed: exit status 1 /usr/bin/ld: /home/stage/root/spack-stage-vearch-3.5.3-qome6jtw4ylhwjcfijfcosf3rly2wzg7/spack-src/build/gamma_build/libgamma.so: undefined reference to `vaddq_u16(__Uint16x8_t, __Uint16x8_t)' /usr/bin/ld: /home/stage/root/spack-stage-vearch-3.5.3-qome6jtw4ylhwjcfijfcosf3rly2wzg7/spack-src/build/gamma_build/libgamma.so: undefined...
执行测试报错
# Summary 概要 执行pytest -x --log-cli-level=INFO test_vearch.py报如下错误,是需要启动vearch集群模式吗? ``` logger.debug(router_url + "---" + json.dumps(data)) response = create_space(router_url, db_name, data) logger.debug("space_create---\n" + json.dumps(response.json())) print(json.dumps(response.json())) if supported: > assert response.json()["code"] == 0 E...
Version 1.17.10 encounters the following error when running `make test` on OpenEuler 24.03, but it works fine on the 22.03 system. What is the issue? ``` Testing duals and reduced...