Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!-- Thanks for taking the time to report this test failure. To proceed with the report please:
1. Title the issue "Testing issue: <name-of-the-package>".
2. Provide the information required below.
We encourage you to try, as much as possible, to reduce your problem to the minimal example that still reproduces the issue. That would help us a lot in fixing it quickly and effectively! -->
### Summary
| | |
|---------------|-----------------------------------------------|
| Summary | Spack package test failure |
| Package info | <!-- Spack package name or entire spec --> |
| System | <!-- HPC cluster name/Collab Lab/other --> |
| Related | <!-- Other related issues (if applicable) --> |
### Steps to reproduce the issue
<!-- Fill in the console output from the exact spec you are trying to build and test. -->
```console
$ spack spec -I <spec>
...
$ spack spack install --test root <spec>
...
```
### Error message
<!-- Please post the error message from install-time-test-log.txt inside the <details> tag below: -->
The test error message (first 1000 lines) from install-time-test-log.txt is the following:
<details><summary>Error message</summary><pre><code>
(add error logs here)
</code></pre></details>
### Information on your system
<!-- Please include the output of `spack debug report` -->
### Additional information
<!-- Please upload the following files. They should be present in the stage directory of the failing build. Also upload any config.log or similar file if one exists. -->
* [spack-build-out.txt]()
* [spack-build-env.txt]()
* [install-time-test-log.txt]()
/label ~test-error