This issue can be found on node howzit-kernel with jammy/linux- nvidia-6.2/6.2.0-1011.11/sru-nvidia-64k
** Tags added: 6.2 64k arm64 jammy nvidia sru-20231002 ubuntu-kernel- selftests -- You received this bug notification because you are a member of Canonical Platform QA Team, which is subscribed to ubuntu-kernel-tests. https://bugs.launchpad.net/bugs/2023204 Title: efivarfs:efivarfs.sh fails on lunar generic-64k Status in ubuntu-kernel-tests: New Bug description: 5161 17:45:53 INFO | START ubuntu_kernel_selftests.efivarfs:efivarfs.sh ubuntu_kernel_selftests.efivarfs:efivarfs.sh timeout=2700 timestamp=1686073553 localtime=Jun 06 17:45:53 5162 17:45:53 DEBUG| Persistent state client._record_indent now set to 2 5163 17:45:53 DEBUG| Persistent state client.unexpected_reboot now set to ('ubuntu_kernel_selftests.efivarfs:efivarfs.sh', 'ubuntu_kernel_selftests.efivarfs:efivarfs.sh') 5164 17:45:53 DEBUG| Waiting for pid 23521 for 2700 seconds 5165 17:45:53 WARNI| System python is too old, crash handling disabled 5166 17:45:53 DEBUG| Running 'make run_tests -C efivarfs TEST_PROGS=efivarfs.sh TEST_GEN_PROGS='' TEST_CUSTOM_PROGS=''' 5167 17:45:53 DEBUG| [stdout] make: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/efivarfs' 5168 17:45:53 DEBUG| [stdout] TAP version 13 5169 17:45:53 DEBUG| [stdout] 1..1 5170 17:45:53 DEBUG| [stdout] # selftests: efivarfs: efivarfs.sh 5171 17:45:53 DEBUG| [stdout] # -------------------- 5172 17:45:53 DEBUG| [stdout] # running test_create 5173 17:45:53 DEBUG| [stdout] # -------------------- 5174 17:45:53 DEBUG| [stdout] # ./efivarfs.sh: line 58: printf: write error: Input/output error 5175 17:45:53 DEBUG| [stdout] # /sys/firmware/efi/efivars/test_create-210be57c-9849-4fc7-a635-e6382d1aec27 has invalid size 5176 17:45:53 DEBUG| [stdout] # [FAIL] 5177 17:45:53 DEBUG| [stdout] # -------------------- 5178 17:45:53 DEBUG| [stdout] # running test_create_empty 5179 17:45:53 DEBUG| [stdout] # -------------------- 5180 17:45:53 DEBUG| [stdout] # [PASS] 5181 17:45:53 DEBUG| [stdout] # -------------------- 5182 17:45:53 DEBUG| [stdout] # running test_create_read 5183 17:45:53 DEBUG| [stdout] # -------------------- 5184 17:45:53 DEBUG| [stdout] # [PASS] 5185 17:45:53 DEBUG| [stdout] # -------------------- 5186 17:45:53 DEBUG| [stdout] # running test_delete 5187 17:45:53 DEBUG| [stdout] # -------------------- 5188 17:45:53 DEBUG| [stdout] # ./efivarfs.sh: line 103: printf: write error: Input/output error 5189 17:45:53 DEBUG| [stdout] # [PASS] 5190 17:45:53 DEBUG| [stdout] # -------------------- 5191 17:45:53 DEBUG| [stdout] # running test_zero_size_delete 5192 17:45:53 DEBUG| [stdout] # -------------------- 5193 17:45:53 DEBUG| [stdout] # ./efivarfs.sh: line 126: printf: write error: Input/output error 5194 17:45:53 DEBUG| [stdout] # ./efivarfs.sh: line 134: printf: write error: Input/output error 5195 17:45:53 DEBUG| [stdout] # /sys/firmware/efi/efivars/test_zero_size_delete-210be57c-9849-4fc7-a635-e6382d1aec27 should have been deleted 5196 17:45:53 DEBUG| [stdout] # [FAIL] 5197 17:45:53 DEBUG| [stdout] # -------------------- 5198 17:45:53 DEBUG| [stdout] # running test_open_unlink 5199 17:45:53 DEBUG| [stdout] # -------------------- 5200 17:45:53 DEBUG| [stdout] # write: Input/output error 5201 17:45:53 DEBUG| [stdout] # [FAIL] 5202 17:45:53 DEBUG| [stdout] # -------------------- 5203 17:45:53 DEBUG| [stdout] # running test_valid_filenames 5204 17:45:53 DEBUG| [stdout] # -------------------- 5205 17:45:53 DEBUG| [stdout] # ./efivarfs.sh: line 158: printf: write error: Input/output error 5206 17:45:53 DEBUG| [stdout] # ./efivarfs.sh: line 158: printf: write error: Input/output error 5207 17:45:54 DEBUG| [stdout] # ./efivarfs.sh: line 158: printf: write error: Input/output error 5208 17:45:54 DEBUG| [stdout] # ./efivarfs.sh: line 158: printf: write error: Input/output error 5209 17:45:54 DEBUG| [stdout] # [PASS] 5210 17:45:54 DEBUG| [stdout] # -------------------- 5211 17:45:54 DEBUG| [stdout] # running test_invalid_filenames 5212 17:45:54 DEBUG| [stdout] # -------------------- 5213 17:45:54 DEBUG| [stdout] # [PASS] 5214 17:45:54 DEBUG| [stdout] not ok 1 selftests: efivarfs: efivarfs.sh # exit=1 5215 17:45:54 DEBUG| [stdout] make: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/efivarfs' 5216 17:45:54 ERROR| Exception escaping from test: 5217 Traceback (most recent call last): 5218 File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec 5219 _call_test_function(self.execute, *p_args, **p_dargs) 5220 File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function 5221 return func(*args, **dargs) 5222 ^^^^^^^^^^^^^^^^^^^^ 5223 File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute 5224 self._call_run_once(constraints, profile_only, 5225 File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once 5226 self.run_once(*args, **dargs) 5227 File "/home/ubuntu/autotest/client/tests/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py", line 282, in run_once 5228 raise error.TestError(test_name + ' failed.') 5229 autotest.client.shared.error.TestError: efivarfs:efivarfs.sh failed. 5230 17:45:54 ERROR| child process failed 5231 17:45:54 DEBUG| Traceback (most recent call last): 5232 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec 5233 17:45:54 DEBUG| _call_test_function(self.execute, *p_args, **p_dargs) 5234 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function 5235 17:45:54 DEBUG| return func(*args, **dargs) 5236 17:45:54 DEBUG| ^^^^^^^^^^^^^^^^^^^^ 5237 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute 5238 17:45:54 DEBUG| self._call_run_once(constraints, profile_only, 5239 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once 5240 17:45:54 DEBUG| self.run_once(*args, **dargs) 5241 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/tests/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py", line 282, in run_once 5242 17:45:54 DEBUG| raise error.TestError(test_name + ' failed.') 5243 17:45:54 DEBUG| autotest.client.shared.error.TestError: efivarfs:efivarfs.sh failed. 5244 17:45:54 DEBUG| 5245 17:45:54 DEBUG| During handling of the above exception, another exception occurred: 5246 17:45:54 DEBUG| 5247 17:45:54 DEBUG| Traceback (most recent call last): 5248 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/parallel.py", line 25, in fork_start 5249 17:45:54 DEBUG| l() 5250 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/job.py", line 505, in 5251 17:45:54 DEBUG| l = lambda: test.runtest(self, url, tag, args, dargs) 5252 17:45:54 DEBUG| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 5253 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/test.py", line 121, in runtest 5254 17:45:54 DEBUG| common_test.runtest(job, url, tag, args, dargs, locals(), globals(), 5255 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 913, in runtest 5256 17:45:54 DEBUG| mytest._exec(args, dargs) 5257 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 434, in _exec 5258 17:45:54 DEBUG| raise exc_info[0](exc_info[1]).with_traceback(exc_info[2]) 5259 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 411, in _exec 5260 17:45:54 DEBUG| _call_test_function(self.execute, *p_args, **p_dargs) 5261 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 823, in _call_test_function 5262 17:45:54 DEBUG| return func(*args, **dargs) 5263 17:45:54 DEBUG| ^^^^^^^^^^^^^^^^^^^^ 5264 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 290, in execute 5265 17:45:54 DEBUG| self._call_run_once(constraints, profile_only, 5266 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/shared/test.py", line 212, in _call_run_once 5267 17:45:54 DEBUG| self.run_once(*args, **dargs) 5268 17:45:54 DEBUG| File "/home/ubuntu/autotest/client/tests/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py", line 282, in run_once 5269 17:45:54 DEBUG| raise error.TestError(test_name + ' failed.') 5270 17:45:54 DEBUG| autotest.client.shared.error.TestError: efivarfs:efivarfs.sh failed. 5271 17:45:55 INFO | ERROR ubuntu_kernel_selftests.efivarfs:efivarfs.sh ubuntu_kernel_selftests.efivarfs:efivarfs.sh timestamp=1686073555 localtime=Jun 06 17:45:55 efivarfs:efivarfs.sh failed. 5272 17:45:55 INFO | END ERROR ubuntu_kernel_selftests.efivarfs:efivarfs.sh ubuntu_kernel_selftests.efivarfs:efivarfs.sh timestamp=1686073555 localtime=Jun 06 17:45:55 Previous run timed out but this fix was done https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2015741 that now makes the test run To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2023204/+subscriptions -- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp

