Advertisement
Guest User

Untitled

a guest
Sep 12th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.40 KB | None | 0 0
  1. Running with gitlab-runner 12.0.1 (0e5417a3)
  2.  on konsulko-bootbake G37FKVsV
  3. section_start:1599927871:prepare_executor
  4. Using Docker executor with image trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020 ...
  5. Pulling docker image trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020 ...
  6. Using docker image sha256:2ce90130337e549a4fabf73a19832d1c66fef9de08a806c638a44074dc691e0a for trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020 ...
  7. section_end:1599927873:prepare_executor
  8. section_start:1599927873:prepare_script
  9. Running on runner-G37FKVsV-project-552-concurrent-0 via bootbake...
  10. section_end:1599927875:prepare_script
  11. section_start:1599927875:get_sources
  12. Fetching changes...
  13. Reinitialized existing Git repository in /builds/u-boot/custodians/u-boot-dm/.git/
  14. Auto packing the repository in background for optimum performance.
  15. See "git help gc" for manual housekeeping.
  16. Checking out 96edab25 as log-working...
  17. Removing test/py/.pytest_cache/
  18. Removing test/py/__pycache__/
  19. Removing test/py/tests/__pycache__/
  20. Removing test/py/tests/test_android/__pycache__/
  21. Removing test/py/tests/test_efi_secboot/__pycache__/
  22. Removing test/py/tests/test_fs/__pycache__/
  23. Removing test/py/tests/test_fs/test_squashfs/__pycache__/
  24. Removing tools/buildman/__pycache__/
  25. Removing tools/patman/__pycache__/
  26.  
  27. Skipping Git submodules setup
  28. section_end:1599927879:get_sources
  29. section_start:1599927879:restore_cache
  30. section_end:1599927881:restore_cache
  31. section_start:1599927881:download_artifacts
  32. section_end:1599927883:download_artifacts
  33. section_start:1599927883:build_script
  34. $ git clone --depth=1 git://github.com/swarren/uboot-test-hooks.git /tmp/uboot-test-hooks
  35. Cloning into '/tmp/uboot-test-hooks'...
  36. $ ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname`
  37. $ ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
  38. $ grub-mkimage --prefix="" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
  39. $ grub-mkimage --prefix="" -o ~/grub_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
  40. $ if [[ "${TEST_PY_BD}" == "qemu-riscv32_spl" ]]; then wget -O - https://github.com/riscv/opensbi/releases/download/v0.8/opensbi-0.8-rv-bin.tar.xz | tar -C /tmp -xJ; export OPENSBI=/tmp/opensbi-0.8-rv-bin/share/opensbi/ilp32/generic/firmware/fw_dynamic.bin; fi
  41. $ if [[ "${TEST_PY_BD}" == "qemu-riscv64_spl" ]]; then wget -O - https://github.com/riscv/opensbi/releases/download/v0.8/opensbi-0.8-rv-bin.tar.xz | tar -C /tmp -xJ; export OPENSBI=/tmp/opensbi-0.8-rv-bin/share/opensbi/lp64/generic/firmware/fw_dynamic.bin; fi
  42. $ export UBOOT_TRAVIS_BUILD_DIR=/tmp/${TEST_PY_BD}
  43. $ tools/buildman/buildman -o ${UBOOT_TRAVIS_BUILD_DIR} -w -E -W -e --board ${TEST_PY_BD} ${OVERRIDE}
  44. Building current source for 1 boards (1 thread, 24 jobs per thread)
  45.  
  46. Starting build...
  47.  
  48.  
  49. 0 0 0 /1 -1 (starting)
  50.  
  51.  
  52. 1 0 0 /1 qemu-x86
  53. Completed: 1 total built, duration 0:00:12, rate 0.08
  54. $ cp ~/grub_x86.efi $UBOOT_TRAVIS_BUILD_DIR/
  55. $ cp ~/grub_x64.efi $UBOOT_TRAVIS_BUILD_DIR/
  56. $ cp /opt/grub/grubriscv64.efi $UBOOT_TRAVIS_BUILD_DIR/grub_riscv64.efi
  57. $ cp /opt/grub/grubriscv32.efi $UBOOT_TRAVIS_BUILD_DIR/grub_riscv32.efi
  58. $ cp /opt/grub/grubaa64.efi $UBOOT_TRAVIS_BUILD_DIR/grub_arm64.efi
  59. $ cp /opt/grub/grubarm.efi $UBOOT_TRAVIS_BUILD_DIR/grub_arm.efi
  60. $ virtualenv -p /usr/bin/python3 /tmp/venv
  61. Already using interpreter /usr/bin/python3
  62. Using base prefix '/usr'
  63. New python executable in /tmp/venv/bin/python3
  64. Also creating executable in /tmp/venv/bin/python
  65. Installing setuptools, pkg_resources, pip, wheel...done.
  66. $ . /tmp/venv/bin/activate
  67. $ pip install -r test/py/requirements.txt
  68. Collecting atomicwrites==1.3.0
  69. Downloading atomicwrites-1.3.0-py2.py3-none-any.whl (5.9 kB)
  70. Collecting attrs==19.3.0
  71. Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
  72. Collecting coverage==4.5.4
  73. Downloading coverage-4.5.4-cp36-cp36m-manylinux1_x86_64.whl (205 kB)
  74. Collecting extras==1.0.0
  75. Downloading extras-1.0.0-py2.py3-none-any.whl (7.3 kB)
  76. Collecting fixtures==3.0.0
  77. Downloading fixtures-3.0.0-py2.py3-none-any.whl (67 kB)
  78. Collecting importlib-metadata==0.23
  79. Downloading importlib_metadata-0.23-py2.py3-none-any.whl (28 kB)
  80. Collecting linecache2==1.0.0
  81. Downloading linecache2-1.0.0-py2.py3-none-any.whl (12 kB)
  82. Collecting more-itertools==7.2.0
  83. Downloading more_itertools-7.2.0-py3-none-any.whl (57 kB)
  84. Collecting packaging==19.2
  85. Downloading packaging-19.2-py2.py3-none-any.whl (30 kB)
  86. Collecting pbr==5.4.3
  87. Downloading pbr-5.4.3-py2.py3-none-any.whl (110 kB)
  88. Collecting pluggy==0.13.0
  89. Downloading pluggy-0.13.0-py2.py3-none-any.whl (17 kB)
  90. Collecting py==1.8.0
  91. Downloading py-1.8.0-py2.py3-none-any.whl (83 kB)
  92. Collecting pyparsing==2.4.2
  93. Downloading pyparsing-2.4.2-py2.py3-none-any.whl (65 kB)
  94. Collecting pytest==5.2.1
  95. Downloading pytest-5.2.1-py3-none-any.whl (226 kB)
  96. Collecting python-mimeparse==1.6.0
  97. Downloading python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB)
  98. Collecting python-subunit==1.3.0
  99. Downloading python_subunit-1.3.0-py2.py3-none-any.whl (104 kB)
  100. Collecting six==1.12.0
  101. Downloading six-1.12.0-py2.py3-none-any.whl (10 kB)
  102. Collecting testtools==2.3.0
  103. Downloading testtools-2.3.0-py2.py3-none-any.whl (184 kB)
  104. Collecting traceback2==1.4.0
  105. Downloading traceback2-1.4.0-py2.py3-none-any.whl (16 kB)
  106. Collecting unittest2==1.1.0
  107. Downloading unittest2-1.1.0-py2.py3-none-any.whl (96 kB)
  108. Collecting wcwidth==0.1.7
  109. Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB)
  110. Collecting zipp==0.6.0
  111. Downloading zipp-0.6.0-py2.py3-none-any.whl (4.1 kB)
  112. Collecting argparse
  113. Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB)
  114. Installing collected packages: atomicwrites, attrs, coverage, extras, six, pbr, linecache2, traceback2, argparse, unittest2, python-mimeparse, testtools, fixtures, more-itertools, zipp, importlib-metadata, pyparsing, packaging, pluggy, py, wcwidth, pytest, python-subunit
  115. Successfully installed argparse-1.4.0 atomicwrites-1.3.0 attrs-19.3.0 coverage-4.5.4 extras-1.0.0 fixtures-3.0.0 importlib-metadata-0.23 linecache2-1.0.0 more-itertools-7.2.0 packaging-19.2 pbr-5.4.3 pluggy-0.13.0 py-1.8.0 pyparsing-2.4.2 pytest-5.2.1 python-mimeparse-1.6.0 python-subunit-1.3.0 six-1.12.0 testtools-2.3.0 traceback2-1.4.0 unittest2-1.1.0 wcwidth-0.1.7 zipp-0.6.0
  116. $ export PATH=/opt/qemu/bin:/tmp/uboot-test-hooks/bin:${PATH}; export PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci; ./test/py/test.py -ra --bd ${TEST_PY_BD} ${TEST_PY_ID} ${TEST_PY_TEST_SPEC:+"-k ${TEST_PY_TEST_SPEC}"} --build-dir "$UBOOT_TRAVIS_BUILD_DIR"
  117. +u-boot-test-flash qemu-x86 na
  118. ============================= test session starts ==============================
  119. platform linux -- Python 3.6.9, pytest-5.2.1, py-1.8.0, pluggy-0.13.0
  120. rootdir: /builds/u-boot/custodians/u-boot-dm/test/py, inifile: pytest.ini
  121. collected 327 items / 1 deselected / 326 selected
  122.  
  123. test/py/tests/test_000_version.py . [ 0%]
  124. test/py/tests/test_bind.py ss [ 0%]
  125. test/py/tests/test_button.py s [ 0%]
  126. test/py/tests/test_dfu.py s [ 0%]
  127. test/py/tests/test_dm.py ... [ 0%]
  128. test/py/tests/test_efi_fit.py s [ 0%]
  129. test/py/tests/test_efi_loader.py ...... [ 0%]
  130. test/py/tests/test_efi_selftest.py .s.F. [ 0%]
  131. test/py/tests/test_env.py ............sss [ 0%]
  132. test/py/tests/test_fit.py s [ 0%]
  133. test/py/tests/test_fpga.py ssssssssssssssssssssssssssss [ 0%]
  134. test/py/tests/test_gpio.py ss [ 0%]
  135. test/py/tests/test_gpt.py sssssss [ 0%]
  136. test/py/tests/test_handoff.py s [ 0%]
  137. test/py/tests/test_help.py . [ 0%]
  138. test/py/tests/test_hush_if_test.py ......................................................................s [ 0%]
  139. test/py/tests/test_log.py ss [ 0%]
  140. test/py/tests/test_lsblk.py s [ 0%]
  141. test/py/tests/test_md.py .. [ 0%]
  142. test/py/tests/test_mmc_rd.py ssss [ 0%]
  143. test/py/tests/test_mmc_wr.py s [ 0%]
  144. test/py/tests/test_net.py ..s..s [ 0%]
  145. test/py/tests/test_ofplatdata.py ss [ 0%]
  146. test/py/tests/test_part.py . [ 0%]
  147. test/py/tests/test_pinmux.py sssssss [ 0%]
  148. test/py/tests/test_sandbox_exit.py ss [ 0%]
  149. test/py/tests/test_sf.py ssss [ 0%]
  150. test/py/tests/test_shell_basics.py .... [ 0%]
  151. test/py/tests/test_tpm2.py sssssssssss [ 0%]
  152. test/py/tests/test_ums.py s [ 0%]
  153. test/py/tests/test_unknown_cmd.py . [ 0%]
  154. test/py/tests/test_ut.py ss [ 0%]
  155. test/py/tests/test_vboot.py ssssssssss [ 0%]
  156. test/py/tests/test_android/test_ab.py s [ 0%]
  157. test/py/tests/test_android/test_abootimg.py s [ 0%]
  158. test/py/tests/test_android/test_avb.py ssssss [ 0%]
  159. test/py/tests/test_efi_secboot/test_authvar.py sssss [ 0%]
  160. test/py/tests/test_efi_secboot/test_signed.py ssssss [ 0%]
  161. test/py/tests/test_efi_secboot/test_signed_intca.py sss [ 0%]
  162. test/py/tests/test_efi_secboot/test_unsigned.py sss [ 0%]
  163. test/py/tests/test_fs/test_basic.py sssssssssssssssssssssssssssssssssssssss [ 0%]
  164. test/py/tests/test_fs/test_ext.py ssssssssssssssssssssss [ 0%]
  165. test/py/tests/test_fs/test_fs_cmd.py s [ 0%]
  166. test/py/tests/test_fs/test_mkdir.py ssssssssssss [ 0%]
  167. test/py/tests/test_fs/test_symlink.py ssss [ 0%]
  168. test/py/tests/test_fs/test_unlink.py ssssssssssssss [ 0%]
  169. test/py/tests/test_fs/test_squashfs/test_sqfs_load.py s [ 0%]
  170. test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py s
  171.  
  172. =================================== FAILURES ===================================
  173. _________________________ test_efi_selftest_text_input _________________________
  174.  
  175. u_boot_console = <u_boot_console_exec_attach.ConsoleExecAttach object at 0x7f1867d66da0>
  176.  
  177. @pytest.mark.buildconfigspec('cmd_bootefi_selftest')
  178. def test_efi_selftest_text_input(u_boot_console):
  179. """Test the EFI_SIMPLE_TEXT_INPUT_PROTOCOL
  180.  
  181. :param u_boot_console: U-Boot console
  182.  
  183. This function calls the text input EFI selftest.
  184. """
  185. u_boot_console.run_command(cmd='setenv efi_selftest text input')
  186. output = u_boot_console.run_command(cmd='bootefi selftest',
  187. wait_for_prompt=False)
  188. m = u_boot_console.p.expect([r'To terminate type \'x\''])
  189. if m != 0:
  190. raise Exception('No prompt for \'text input\' test')
  191. u_boot_console.drain_console()
  192. u_boot_console.p.timeout = 500
  193. # EOT
  194. u_boot_console.run_command(cmd=chr(4), wait_for_echo=False,
  195. send_nl=False, wait_for_prompt=False)
  196. m = u_boot_console.p.expect(
  197. [r'Unicode char 4 \(unknown\), scan code 0 \(Null\)'])
  198. if m != 0:
  199. raise Exception('EOT failed in \'text input\' test')
  200. u_boot_console.drain_console()
  201. # BS
  202. u_boot_console.run_command(cmd=chr(8), wait_for_echo=False,
  203. send_nl=False, wait_for_prompt=False)
  204. m = u_boot_console.p.expect(
  205. [r'Unicode char 8 \(BS\), scan code 0 \(Null\)'])
  206. if m != 0:
  207. raise Exception('BS failed in \'text input\' test')
  208. u_boot_console.drain_console()
  209. # TAB
  210. u_boot_console.run_command(cmd=chr(9), wait_for_echo=False,
  211. send_nl=False, wait_for_prompt=False)
  212. m = u_boot_console.p.expect(
  213. [r'Unicode char 9 \(TAB\), scan code 0 \(Null\)'])
  214. if m != 0:
  215. raise Exception('BS failed in \'text input\' test')
  216. u_boot_console.drain_console()
  217. # a
  218. u_boot_console.run_command(cmd='a', wait_for_echo=False, send_nl=False,
  219. wait_for_prompt=False)
  220. m = u_boot_console.p.expect(
  221. [r'Unicode char 97 \(\'a\'\), scan code 0 \(Null\)'])
  222. if m != 0:
  223. raise Exception('\'a\' failed in \'text input\' test')
  224. u_boot_console.drain_console()
  225. # UP escape sequence
  226. u_boot_console.run_command(cmd=chr(27) + '[A', wait_for_echo=False,
  227. send_nl=False, wait_for_prompt=False)
  228. m = u_boot_console.p.expect(
  229. [r'Unicode char 0 \(Null\), scan code 1 \(Up\)'])
  230. if m != 0:
  231. raise Exception('UP failed in \'text input\' test')
  232. u_boot_console.drain_console()
  233. # Euro sign
  234. u_boot_console.run_command(cmd=b'\xe2\x82\xac'.decode(), wait_for_echo=False,
  235. send_nl=False, wait_for_prompt=False)
  236. m = u_boot_console.p.expect([r'Unicode char 8364 \(\''])
  237. if m != 0:
  238. raise Exception('Euro sign failed in \'text input\' test')
  239. u_boot_console.drain_console()
  240. u_boot_console.run_command(cmd='x', wait_for_echo=False, send_nl=False,
  241. wait_for_prompt=False)
  242. m = u_boot_console.p.expect(['Summary: 0 failures', 'Press any key'])
  243. if m != 0:
  244. raise Exception('Failures occurred during the EFI selftest')
  245. > u_boot_console.restart_uboot()
  246.  
  247. test/py/tests/test_efi_selftest.py:135:
  248. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  249. test/py/u_boot_console_base.py:422: in restart_uboot
  250. self.ensure_spawned()
  251. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  252.  
  253. self = <u_boot_console_exec_attach.ConsoleExecAttach object at 0x7f1867d66da0>
  254.  
  255. def ensure_spawned(self):
  256. """Ensure a connection to a correctly running U-Boot instance.
  257.  
  258. This may require spawning a new Sandbox process or resetting target
  259. hardware, as defined by the implementation sub-class.
  260.  
  261. This is an internal function and should not be called directly.
  262.  
  263. Args:
  264. None.
  265.  
  266. Returns:
  267. Nothing.
  268. """
  269.  
  270. if self.p:
  271. return
  272. try:
  273. self.log.start_section('Starting U-Boot')
  274. self.at_prompt = False
  275. self.p = self.get_spawn()
  276. # Real targets can take a long time to scroll large amounts of
  277. # text if LCD is enabled. This value may need tweaking in the
  278. # future, possibly per-test to be optimal. This works for 'help'
  279. # on board 'seaboard'.
  280. if not self.config.gdbserver:
  281. self.p.timeout = 30000
  282. self.p.logfile_read = self.logstream
  283. bcfg = self.config.buildconfig
  284. config_spl = bcfg.get('config_spl', 'n') == 'y'
  285. config_spl_serial_support = bcfg.get('config_spl_serial_support',
  286. 'n') == 'y'
  287. env_spl_skipped = self.config.env.get('env__spl_skipped',
  288. False)
  289. env_spl2_skipped = self.config.env.get('env__spl2_skipped',
  290. True)
  291. if config_spl and config_spl_serial_support and not env_spl_skipped:
  292. m = self.p.expect([pattern_u_boot_spl_signon] +
  293. self.bad_patterns)
  294. if m != 0:
  295. raise Exception('Bad pattern found on SPL console: ' +
  296. self.bad_pattern_ids[m - 1])
  297. if not env_spl2_skipped:
  298. m = self.p.expect([pattern_u_boot_spl2_signon] +
  299. self.bad_patterns)
  300. if m != 0:
  301. raise Exception('Bad pattern found on SPL2 console: ' +
  302. self.bad_pattern_ids[m - 1])
  303. m = self.p.expect([pattern_u_boot_main_signon] + self.bad_patterns)
  304. if m != 0:
  305. raise Exception('Bad pattern found on console: ' +
  306. self.bad_pattern_ids[m - 1])
  307. self.u_boot_version_string = self.p.after
  308. while True:
  309. m = self.p.expect([self.prompt_compiled,
  310. pattern_stop_autoboot_prompt] + self.bad_patterns)
  311. if m == 0:
  312. break
  313. if m == 1:
  314. self.p.send(' ')
  315. continue
  316. raise Exception('Bad pattern found on console: ' +
  317. > self.bad_pattern_ids[m - 2])
  318. E Exception: Bad pattern found on console: main_signon
  319.  
  320. test/py/u_boot_console_base.py:386: Exception
  321. ----------------------------- Captured stdout call -----------------------------
  322. => setenv efi_selftest text input
  323.  
  324. => => bootefi selftest
  325.  
  326. 78Found 0 disks
  327.  
  328. No EFI system partition
  329.  
  330. 
  331.  
  332. Testing EFI API implementation
  333.  
  334. 
  335.  
  336. Selected test: 'text input'
  337.  
  338. 
  339.  
  340. Setting up 'text input'
  341.  
  342. Setting up 'text input' succeeded
  343.  
  344. 
  345.  
  346. Executing 'text input'
  347.  
  348. Waiting for your input
  349.  
  350. To terminate type 'x'
  351.  
  352. Unicode char 4 (unknown), scan code 0 (Null)
  353.  
  354. Unicode char 8 (BS), scan code 0 (Null)
  355.  
  356. Unicode char 9 (TAB), scan code 0 (Null)
  357.  
  358. Unicode char 97 ('a'), scan code 0 (Null)
  359.  
  360. Unicode char 0 (Null), scan code 1 (Up)
  361.  
  362. Unicode char 8364 ('?'), scan code 0 (Null)
  363.  
  364. Unicode char 120 ('x'), scan code 0 (Null)
  365.  
  366. Executing 'text input' succeeded
  367.  
  368. 
  369.  
  370. Boot services terminated
  371.  
  372. 
  373.  
  374. Summary: 0 failures
  375. +u-boot-test-reset qemu-x86 na
  376.  
  377.  
  378.  
  379.  
  380. U-Boot 2020.10-rc4-00226-g96edab25aa (Sep 12 2020 - 16:24:52 +0000)
  381.  
  382.  
  383.  
  384. CPU: QEMU Virtual CPU version 2.5+
  385.  
  386. DRAM: 128 MiB
  387.  
  388. unable to find cpus device
  389.  
  390. Warning: MP init failure
  391.  
  392.  
  393.  
  394.  
  395.  
  396. U-Boot 2020.10-rc4-00226-g96edab25aa (Sep 12 2020 - 16:24:52 +0000)
  397.  
  398.  
  399.  
  400. =========================== short test summary info ============================
  401. SKIPPED [2] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_bind" not enabled
  402. SKIPPED [144] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:468: board "qemu-x86" not supported
  403. SKIPPED [1] tests/test_dfu.py:114: got empty parameter set ['env__usb_dev_port'], function test_dfu at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_dfu.py:113
  404. SKIPPED [2] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:491: .config feature "generate_acpi_table" enabled
  405. SKIPPED [1] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_nvedit_info" not enabled
  406. SKIPPED [13] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_fpga" not enabled
  407. SKIPPED [1] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_fpga_loadp" not enabled
  408. SKIPPED [1] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_fpga_loadbp" not enabled
  409. SKIPPED [5] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "image_format_legacy" not enabled
  410. SKIPPED [1] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "gzip" not enabled
  411. SKIPPED [5] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_fpga_loadmk" not enabled
  412. SKIPPED [2] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_fpga_load_secure" not enabled
  413. SKIPPED [2] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_log" not enabled
  414. SKIPPED [1] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_lsblk" not enabled
  415. SKIPPED [1] tests/test_mmc_rd.py:134: got empty parameter set ['env__mmc_dev_config'], function test_mmc_dev at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_mmc_rd.py:133
  416. SKIPPED [1] tests/test_mmc_rd.py:155: got empty parameter set ['env__mmc_dev_config'], function test_mmc_rescan at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_mmc_rd.py:154
  417. SKIPPED [1] tests/test_mmc_rd.py:181: got empty parameter set ['env__mmc_dev_config'], function test_mmc_info at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_mmc_rd.py:180
  418. SKIPPED [1] tests/test_mmc_rd.py:218: got empty parameter set ['env__mmc_rd_config'], function test_mmc_rd at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_mmc_rd.py:217
  419. SKIPPED [1] tests/test_mmc_wr.py:38: got empty parameter set ['env__mmc_wr_config'], function test_mmc_wr at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_mmc_wr.py:37
  420. SKIPPED [1] /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_net.py:107: No static network configuration is defined
  421. SKIPPED [1] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_nfs" not enabled
  422. SKIPPED [2] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "spl_of_platdata" not enabled
  423. SKIPPED [3] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_pinmux" not enabled
  424. SKIPPED [1] tests/test_sf.py:167: got empty parameter set ['env__sf_config'], function test_sf_read at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_sf.py:166
  425. SKIPPED [1] tests/test_sf.py:174: got empty parameter set ['env__sf_config'], function test_sf_read_twice at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_sf.py:173
  426. SKIPPED [1] tests/test_sf.py:186: got empty parameter set ['env__sf_config'], function test_sf_erase at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_sf.py:185
  427. SKIPPED [1] tests/test_sf.py:209: got empty parameter set ['env__sf_config'], function test_sf_update at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_sf.py:208
  428. SKIPPED [11] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_tpm_v2" not enabled
  429. SKIPPED [1] tests/test_ums.py:76: got empty parameter set ['env__usb_dev_port'], function test_ums at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_ums.py:75
  430. SKIPPED [1] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "ut_dm" not enabled
  431. SKIPPED [1] tests/test_ut.py: got empty parameter set ['ut_subtest'], function test_ut at /builds/u-boot/custodians/u-boot-dm/test/py/tests/test_ut.py:23
  432. SKIPPED [3] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_mmc" not enabled
  433. SKIPPED [2] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "cmd_avb" not enabled
  434. SKIPPED [1] /builds/u-boot/custodians/u-boot-dm/test/py/conftest.py:487: .config feature "optee_ta_avb" not enabled
  435. FAILED test/py/tests/test_efi_selftest.py::test_efi_selftest_text_input - Exc...
  436. ========== 1 failed, 108 passed, 217 skipped, 1 deselected in 38.75s ===========
  437. section_end:1599927954:build_script
  438. section_start:1599927954:after_script
  439. Running after script...
  440. $ rm -rf /tmp/uboot-test-hooks /tmp/venv
  441. section_end:1599927956:after_script
  442. section_start:1599927956:upload_artifacts_on_failure
  443. section_end:1599927958:upload_artifacts_on_failure
  444. ERROR: Job failed: exit code 1
  445. 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement