|
| 1 | +[ReFrame Setup] |
| 2 | + version: 3.10.0-dev.3+149af549 |
| 3 | + command: './bin/reframe -c unittests/resources/checks_unlisted/deps_complex.py -r' |
| 4 | + launched by: user@host |
| 5 | + working directory: '/home/user/Repositories/reframe' |
| 6 | + settings file: '<builtin>' |
| 7 | + check search path: '/home/user/Repositories/reframe/unittests/resources/checks_unlisted/deps_complex.py' |
| 8 | + stage directory: '/home/user/Repositories/reframe/stage' |
| 9 | + output directory: '/home/user/Repositories/reframe/output' |
| 10 | + |
| 11 | +[==========] Running 10 check(s) |
| 12 | +[==========] Started on Sat Jan 22 23:44:18 2022 |
| 13 | + |
| 14 | +[----------] start processing checks |
| 15 | +[ RUN ] T0 @generic:default+builtin |
| 16 | +[ OK ] ( 1/10) T0 @generic:default+builtin [compile: 0.018s run: 0.292s total: 0.336s] |
| 17 | +[ RUN ] T4 @generic:default+builtin |
| 18 | +[ OK ] ( 2/10) T4 @generic:default+builtin [compile: 0.016s run: 0.336s total: 0.380s] |
| 19 | +[ RUN ] T5 @generic:default+builtin |
| 20 | +[ OK ] ( 3/10) T5 @generic:default+builtin [compile: 0.016s run: 0.389s total: 0.446s] |
| 21 | +[ RUN ] T1 @generic:default+builtin |
| 22 | +[ OK ] ( 4/10) T1 @generic:default+builtin [compile: 0.016s run: 0.459s total: 0.501s] |
| 23 | +[ RUN ] T8 @generic:default+builtin |
| 24 | +[ FAIL ] ( 5/10) T8 @generic:default+builtin [compile: n/a run: n/a total: 0.006s] |
| 25 | +==> test failed during 'setup': test staged in '/home/user/Repositories/reframe/stage/generic/default/builtin/T8' |
| 26 | +[ FAIL ] ( 6/10) T9 @generic:default+builtin [compile: n/a run: n/a total: n/a] |
| 27 | +==> test failed during 'startup': test staged in None |
| 28 | +[ RUN ] T6 @generic:default+builtin |
| 29 | +[ OK ] ( 7/10) T6 @generic:default+builtin [compile: 0.016s run: 0.530s total: 0.584s] |
| 30 | +[ RUN ] T2 @generic:default+builtin |
| 31 | +[ RUN ] T3 @generic:default+builtin |
| 32 | +[ FAIL ] ( 8/10) T2 @generic:default+builtin [compile: 0.019s run: 0.324s total: 0.424s] |
| 33 | +==> test failed during 'sanity': test staged in '/home/user/Repositories/reframe/stage/generic/default/builtin/T2' |
| 34 | +[ FAIL ] ( 9/10) T7 @generic:default+builtin [compile: n/a run: n/a total: n/a] |
| 35 | +==> test failed during 'startup': test staged in None |
| 36 | +[ OK ] (10/10) T3 @generic:default+builtin [compile: 0.017s run: 0.328s total: 0.403s] |
| 37 | +[----------] all spawned checks have finished |
| 38 | + |
| 39 | +[ FAILED ] Ran 10/10 test case(s) from 10 check(s) (4 failure(s), 0 skipped) |
| 40 | +[==========] Finished on Sat Jan 22 23:44:21 2022 |
| 41 | + |
| 42 | +============================================================================== |
| 43 | +SUMMARY OF FAILURES |
| 44 | +------------------------------------------------------------------------------ |
| 45 | +FAILURE INFO for T8 |
| 46 | + * Expanded name: T8 |
| 47 | + * Description: T8 |
| 48 | + * System partition: generic:default |
| 49 | + * Environment: builtin |
| 50 | + * Stage directory: /home/user/Repositories/reframe/stage/generic/default/builtin/T8 |
| 51 | + * Node list: |
| 52 | + * Job type: local (id=None) |
| 53 | + * Dependencies (conceptual): ['T1'] |
| 54 | + * Dependencies (actual): [('T1', 'generic:default', 'builtin')] |
| 55 | + * Maintainers: [] |
| 56 | + * Failing phase: setup |
| 57 | + * Rerun with '-n T8 -p builtin --system generic:default -r' |
| 58 | + * Reason: exception |
| 59 | +Traceback (most recent call last): |
| 60 | + File "/home/user/Repositories/reframe/reframe/frontend/executors/__init__.py", line 291, in _safe_call |
| 61 | + return fn(*args, **kwargs) |
| 62 | + File "/home/user/Repositories/reframe/reframe/core/hooks.py", line 82, in _fn |
| 63 | + getattr(obj, h.__name__)() |
| 64 | + File "/home/user/Repositories/reframe/reframe/core/hooks.py", line 32, in _fn |
| 65 | + func(*args, **kwargs) |
| 66 | + File "/home/user/Repositories/reframe/unittests/resources/checks_unlisted/deps_complex.py", line 180, in fail |
| 67 | + raise Exception |
| 68 | +Exception |
| 69 | + |
| 70 | +------------------------------------------------------------------------------ |
| 71 | +FAILURE INFO for T9 |
| 72 | + * Expanded name: T9 |
| 73 | + * Description: T9 |
| 74 | + * System partition: generic:default |
| 75 | + * Environment: builtin |
| 76 | + * Stage directory: None |
| 77 | + * Node list: |
| 78 | + * Job type: local (id=None) |
| 79 | + * Dependencies (conceptual): ['T8'] |
| 80 | + * Dependencies (actual): [('T8', 'generic:default', 'builtin')] |
| 81 | + * Maintainers: [] |
| 82 | + * Failing phase: startup |
| 83 | + * Rerun with '-n T9 -p builtin --system generic:default -r' |
| 84 | + * Reason: task dependency error: dependencies failed |
| 85 | +------------------------------------------------------------------------------ |
| 86 | +FAILURE INFO for T2 |
| 87 | + * Expanded name: T2 |
| 88 | + * Description: T2 |
| 89 | + * System partition: generic:default |
| 90 | + * Environment: builtin |
| 91 | + * Stage directory: /home/user/Repositories/reframe/stage/generic/default/builtin/T2 |
| 92 | + * Node list: tresa.localNone |
| 93 | + * Job type: local (id=49427) |
| 94 | + * Dependencies (conceptual): ['T6'] |
| 95 | + * Dependencies (actual): [('T6', 'generic:default', 'builtin')] |
| 96 | + * Maintainers: [] |
| 97 | + * Failing phase: sanity |
| 98 | + * Rerun with '-n T2 -p builtin --system generic:default -r' |
| 99 | + * Reason: sanity error: 31 != 30 |
| 100 | +------------------------------------------------------------------------------ |
| 101 | +FAILURE INFO for T7 |
| 102 | + * Expanded name: T7 |
| 103 | + * Description: T7 |
| 104 | + * System partition: generic:default |
| 105 | + * Environment: builtin |
| 106 | + * Stage directory: None |
| 107 | + * Node list: |
| 108 | + * Job type: local (id=None) |
| 109 | + * Dependencies (conceptual): ['T2'] |
| 110 | + * Dependencies (actual): [('T2', 'generic:default', 'builtin')] |
| 111 | + * Maintainers: [] |
| 112 | + * Failing phase: startup |
| 113 | + * Rerun with '-n T7 -p builtin --system generic:default -r' |
| 114 | + * Reason: task dependency error: dependencies failed |
| 115 | +------------------------------------------------------------------------------ |
| 116 | +Run report saved in '/home/user/.reframe/reports/run-report.json' |
| 117 | +Log file(s) saved in '/var/folders/h7/k7cgrdl13r996m4dmsvjq7v80000gp/T/rfm-92y3fr5s.log' |
0 commit comments