Advertisement
Guest User

Untitled

a guest
Apr 29th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.71 KB | None | 0 0
  1. Started by user jenkins
  2. Replayed #12
  3. Running as jenkins
  4. Connecting to https://api.github.com using github-webhooks
  5. Obtained Jenkinsfile from f99c0e9084ffad13eae3e12a894cd0ee373132a3
  6. [Pipeline] Start of Pipeline
  7. [Pipeline] node
  8. Running on Jenkins in /var/jenkins_home/workspace/gsg-org_luna_main
  9. [Pipeline] {
  10. [Pipeline] stage
  11. [Pipeline] { (Declarative: Checkout SCM)
  12. [Pipeline] checkout
  13. The recommended git tool is: NONE
  14. using credential github-webhooks
  15. Cloning the remote Git repository
  16. Cloning with configured refspecs honoured and without tags
  17. Cloning repository https://github.com/grvvy/luna.git
  18.  > git init /var/jenkins_home/workspace/gsg-org_luna_main # timeout=10
  19. Fetching upstream changes from https://github.com/grvvy/luna.git
  20.  > git --version # timeout=10
  21.  > git --version # 'git version 2.30.2'
  22. using GIT_ASKPASS to set credentials
  23.  > git fetch --no-tags --force --progress -- https://github.com/grvvy/luna.git +refs/heads/main:refs/remotes/origin/main # timeout=10
  24.  > git config remote.origin.url https://github.com/grvvy/luna.git # timeout=10
  25.  > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
  26. Avoid second fetch
  27. Checking out Revision f99c0e9084ffad13eae3e12a894cd0ee373132a3 (main)
  28.  > git config core.sparsecheckout # timeout=10
  29.  > git checkout -f f99c0e9084ffad13eae3e12a894cd0ee373132a3 # timeout=10
  30. Commit message: "remove jenkins user config from Dockerfile"
  31.  > git rev-list --no-walk f99c0e9084ffad13eae3e12a894cd0ee373132a3 # timeout=10
  32. [GitHub Checks] GitHub check (name: Jenkins, status: in_progress) has been published.
  33. [Pipeline] }
  34. [Pipeline] // stage
  35. [Pipeline] withEnv
  36. [Pipeline] {
  37. [Pipeline] stage
  38. [Pipeline] { (Declarative: Agent Setup)
  39. [Pipeline] isUnix
  40. [Pipeline] readFile
  41. [Pipeline] sh
  42. + docker build -t 816aa4ed7632e3add041c34fe0ff2dff39ee6d3b --build-arg CACHEBUST=1 -f Dockerfile .
  43. Sending build context to Docker daemon  28.24MB
  44.  
  45. Step 1/9 : FROM ubuntu:20.04
  46.  ---> ff0fea8310f3
  47. Step 2/9 : CMD ["/bin/bash"]
  48.  ---> Using cache
  49.  ---> d844040c65ec
  50. Step 3/9 : ENV DEBIAN_FRONTEND=noninteractive
  51.  ---> Using cache
  52.  ---> 0bcc47fcebcd
  53. Step 4/9 : RUN apt-get update && apt-get install -y     bison     build-essential     clang     cmake     curl     dfu-util     flex     gawk     gcc-arm-none-eabi     git     jq     libboost-all-dev     libeigen3-dev     libreadline-dev     openocd     pkg-config     python3     python3-pip     python3-venv     python-is-python3     tcl     tcl-dev     zlib1g-dev     && rm -rf /var/lib/apt/lists/*
  54.  ---> Using cache
  55.  ---> 6a283484d9f6
  56. Step 5/9 : RUN pip3 install poetry amaranth git+https://github.com/CapableRobot/CapableRobot_USBHub_Driver --upgrade
  57.  ---> Using cache
  58.  ---> b290ab738801
  59. Step 6/9 : ARG CACHEBUST=1
  60.  ---> Using cache
  61.  ---> a3b81e3f07fe
  62. Step 7/9 : RUN curl -L $(curl -s "https://api.github.com/repos/YosysHQ/oss-cad-suite-build/releases/latest"     | jq --raw-output '.assets[].browser_download_url' | grep "linux-x64") --output oss-cad-suite-linux-x64.tgz     && tar zxvf oss-cad-suite-linux-x64.tgz
  63.  ---> Running in ef478786caac
  64.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  65.                                  Dload  Upload   Total   Spent    Left  Speed
  66.  
  67.   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  68. 100   675  100   675    0     0   2402      0 --:--:-- --:--:-- --:--:--  2402
  69. 
  70.   0  426M    0  232k    0     0   355k      0  0:20:26 --:--:--  0:20:26  355k
  71.   7  426M    7 32.9M    0     0  19.9M      0  0:00:21  0:00:01  0:00:20 32.7M
  72.  14  426M   14 60.0M    0     0  22.3M      0  0:00:19  0:00:02  0:00:17 29.3M
  73.  19  426M   19 84.7M    0     0  23.1M      0  0:00:18  0:00:03  0:00:15 28.1M
  74.  26  426M   26  110M    0     0  23.8M      0  0:00:17  0:00:04  0:00:13 27.6M
  75.  30  426M   30  128M    0     0  22.6M      0  0:00:18  0:00:05  0:00:13 25.5M
  76.  33  426M   33  142M    0     0  21.3M      0  0:00:19  0:00:06  0:00:13 21.8M
  77.  35  426M   35  152M    0     0  19.9M      0  0:00:21  0:00:07  0:00:14 18.7M
  78.  38  426M   38  166M    0     0  19.0M      0  0:00:22  0:00:08  0:00:14 16.1M
  79.  42  426M   42  179M    0     0  18.5M      0  0:00:23  0:00:09  0:00:14 13.5M
  80.  45  426M   45  192M    0     0  18.0M      0  0:00:23  0:00:10  0:00:13 12.7M
  81.  46  426M   46  200M    0     0  17.1M      0  0:00:24  0:00:11  0:00:13 11.4M
  82.  48  426M   48  207M    0     0  16.3M      0  0:00:26  0:00:12  0:00:14 10.8M
  83.  50  426M   50  214M    0     0  15.6M      0  0:00:27  0:00:13  0:00:14 9908k
  84.  52  426M   52  221M    0     0  15.1M      0  0:00:28  0:00:14  0:00:14 8743k
  85.  53  426M   53  229M    0     0  14.6M      0  0:00:29  0:00:15  0:00:14 7701k
  86.  55  426M   55  237M    0     0  14.2M      0  0:00:29  0:00:16  0:00:13 7752k
  87.  57  426M   57  245M    0     0  13.8M      0  0:00:30  0:00:17  0:00:13 7808k
  88.  59  426M   59  253M    0     0  13.5M      0  0:00:31  0:00:18  0:00:13 7963k
  89.  61  426M   61  260M    0     0  13.2M      0  0:00:32  0:00:19  0:00:13 7971k
  90.  63  426M   63  268M    0     0  12.9M      0  0:00:32  0:00:20  0:00:12 7948k
  91.  65  426M   65  277M    0     0  12.8M      0  0:00:33  0:00:21  0:00:12 8172k
  92.  67  426M   67  286M    0     0  12.6M      0  0:00:33  0:00:22  0:00:11 8459k
  93.  69  426M   69  296M    0     0  12.5M      0  0:00:34  0:00:23  0:00:11 8828k
  94.  71  426M   71  304M    0     0  12.3M      0  0:00:34  0:00:24  0:00:10 8998k
  95.  73  426M   73  313M    0     0  12.2M      0  0:00:34  0:00:25  0:00:09 9207k
  96.  76  426M   76  324M    0     0  12.1M      0  0:00:35  0:00:26  0:00:09 9393k
  97.  78  426M   78  334M    0     0  12.1M      0  0:00:35  0:00:27  0:00:08 9872k
  98.  81  426M   81  347M    0     0  12.1M      0  0:00:35  0:00:28  0:00:07 10.2M
  99.  84  426M   84  360M    0     0  12.1M      0  0:00:35  0:00:29  0:00:06 11.0M
  100.  87  426M   87  373M    0     0  12.1M      0  0:00:34  0:00:30  0:00:04 12.1M
  101.  91  426M   91  392M    0     0  12.3M      0  0:00:34  0:00:31  0:00:03 13.6M
  102.  95  426M   95  407M    0     0  12.4M      0  0:00:34  0:00:32  0:00:02 14.5M
  103.  99  426M   99  425M    0     0  12.6M      0  0:00:33  0:00:33 --:--:-- 15.7M
  104. 100  426M  100  426M    0     0  12.6M      0  0:00:33  0:00:33 --:--:-- 16.4M
  105. oss-cad-suite/
  106. oss-cad-suite/super_prove/
  107. oss-cad-suite/super_prove/lib/
  108. ...
  109. oss-cad-suite/bin/xdot
  110. Removing intermediate container ef478786caac
  111.  ---> df5b92f114ec
  112. Step 8/9 : ENV PATH="/root/.local/bin:/home/jenkins/oss-cad-suite/bin:$PATH"
  113.  ---> Running in 21c4ccd00793
  114. Removing intermediate container 21c4ccd00793
  115.  ---> c0a978ede727
  116. Step 9/9 : EXPOSE 8080
  117.  ---> Running in 1c767c970840
  118. Removing intermediate container 1c767c970840
  119.  ---> f4f3b070b549
  120. Successfully built f4f3b070b549
  121. Successfully tagged 816aa4ed7632e3add041c34fe0ff2dff39ee6d3b:latest
  122. [Pipeline] }
  123. [Pipeline] // stage
  124. [Pipeline] isUnix
  125. [Pipeline] withEnv
  126. [Pipeline] {
  127. [Pipeline] sh
  128. + docker inspect -f . 816aa4ed7632e3add041c34fe0ff2dff39ee6d3b
  129. .
  130. [Pipeline] }
  131. [Pipeline] // withEnv
  132. [Pipeline] withDockerContainer
  133. Jenkins seems to be running inside container 047870b1aa86c2b030fa999e53a7d4d279ecaf1a1417ca9802f97658a9a67823
  134. $ docker run -t -d -u 1000:1000 --group-add=46 --privileged "--device-cgroup-rule=c 189:* rmw" -v /dev/bus/usb:/dev/bus/usb -w /var/jenkins_home/workspace/gsg-org_luna_main --volumes-from 047870b1aa86c2b030fa999e53a7d4d279ecaf1a1417ca9802f97658a9a67823 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 816aa4ed7632e3add041c34fe0ff2dff39ee6d3b cat
  135. $ docker top 2f84c1a79330c7f978bf2bfcd0f15de54000395d9b1ee299ccca4b07e451cb99 -eo pid,comm
  136. [Pipeline] {
  137. [Pipeline] stage
  138. [Pipeline] { (Build)
  139. [Pipeline] sh
  140. + ./ci-scripts/build.sh
  141. + export PIP_CACHE_DIR=/var/jenkins_home/workspace/gsg-org_luna_main/.cache
  142. + PIP_CACHE_DIR=/var/jenkins_home/workspace/gsg-org_luna_main/.cache
  143. + python3 -m venv testing-venv
  144. + source testing-venv/bin/activate
  145. ++ deactivate nondestructive
  146. ++ '[' -n '' ']'
  147. ++ '[' -n '' ']'
  148. ++ '[' -n /bin/bash -o -n '' ']'
  149. ++ hash -r
  150. ++ '[' -n '' ']'
  151. ++ unset VIRTUAL_ENV
  152. ++ '[' '!' nondestructive = nondestructive ']'
  153. ++ VIRTUAL_ENV=/var/jenkins_home/workspace/gsg-org_luna_main/testing-venv
  154. ++ export VIRTUAL_ENV
  155. ++ _OLD_VIRTUAL_PATH=/root/.local/bin:/home/jenkins/oss-cad-suite/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  156. ++ PATH=/var/jenkins_home/workspace/gsg-org_luna_main/testing-venv/bin:/root/.local/bin:/home/jenkins/oss-cad-suite/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  157. ++ export PATH
  158. ++ '[' -n '' ']'
  159. ++ '[' -z '' ']'
  160. ++ _OLD_VIRTUAL_PS1=
  161. ++ '[' 'x(testing-venv) ' '!=' x ']'
  162. ++ PS1='(testing-venv) '
  163. ++ export PS1
  164. ++ '[' -n /bin/bash -o -n '' ']'
  165. ++ hash -r
  166. + pip3 install poetry amaranth git+https://github.com/CapableRobot/CapableRobot_USBHub_Driver --upgrade
  167. Collecting git+https://github.com/CapableRobot/CapableRobot_USBHub_Driver
  168.   Cloning https://github.com/CapableRobot/CapableRobot_USBHub_Driver to /tmp/pip-req-build-qkcw80o_
  169.   Running command git clone -q https://github.com/CapableRobot/CapableRobot_USBHub_Driver /tmp/pip-req-build-qkcw80o_
  170.   Installing build dependencies: started
  171.   Installing build dependencies: finished with status 'done'
  172.   Getting requirements to build wheel: started
  173.   Getting requirements to build wheel: finished with status 'done'
  174.     Preparing wheel metadata: started
  175.     Preparing wheel metadata: finished with status 'done'
  176. Collecting poetry
  177.   Using cached poetry-1.1.13-py2.py3-none-any.whl (175 kB)
  178. Collecting amaranth
  179.   Downloading amaranth-0.3-py3-none-any.whl (167 kB)
  180. Collecting click<8.0,>=7.0
  181.   Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
  182. Collecting pyyaml<6.0,>=5.3
  183.   Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
  184. Collecting pyusb<2.0.0,>=1.0.2
  185.   Downloading pyusb-1.2.1-py3-none-any.whl (58 kB)
  186. Collecting construct<3.0.0,>=2.9.51
  187.   Downloading construct-2.10.68.tar.gz (57 kB)
  188. Collecting pkginfo<2.0,>=1.4
  189.   Using cached pkginfo-1.8.2-py2.py3-none-any.whl (26 kB)
  190. Collecting tomlkit<1.0.0,>=0.7.0
  191.   Using cached tomlkit-0.10.2-py3-none-any.whl (34 kB)
  192. Collecting cleo<0.9.0,>=0.8.1
  193.   Using cached cleo-0.8.1-py2.py3-none-any.whl (21 kB)
  194. Collecting packaging<21.0,>=20.4
  195.   Using cached packaging-20.9-py2.py3-none-any.whl (40 kB)
  196. Collecting requests<3.0,>=2.18
  197.   Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB)
  198. Collecting html5lib<2.0,>=1.0
  199.   Using cached html5lib-1.1-py2.py3-none-any.whl (112 kB)
  200. Collecting cachecontrol[filecache]<0.13.0,>=0.12.9; python_version >= "3.6" and python_version < "4.0"
  201.   Using cached CacheControl-0.12.11-py2.py3-none-any.whl (21 kB)
  202. Collecting shellingham<2.0,>=1.1
  203.   Using cached shellingham-1.4.0-py2.py3-none-any.whl (9.4 kB)
  204. Collecting clikit<0.7.0,>=0.6.2
  205.   Using cached clikit-0.6.2-py2.py3-none-any.whl (91 kB)
  206. Collecting keyring>=21.2.0; python_version >= "3.6" and python_version < "4.0"
  207.   Using cached keyring-23.5.0-py3-none-any.whl (33 kB)
  208. Collecting poetry-core<1.1.0,>=1.0.7
  209.   Using cached poetry_core-1.0.8-py2.py3-none-any.whl (425 kB)
  210. Collecting requests-toolbelt<0.10.0,>=0.9.1
  211.   Using cached requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
  212. Collecting pexpect<5.0.0,>=4.7.0
  213.   Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
  214. Collecting virtualenv<21.0.0,>=20.0.26
  215.   Using cached virtualenv-20.14.1-py2.py3-none-any.whl (8.8 MB)
  216. Collecting cachy<0.4.0,>=0.3.0
  217.   Using cached cachy-0.3.0-py2.py3-none-any.whl (20 kB)
  218. Collecting crashtest<0.4.0,>=0.3.0; python_version >= "3.6" and python_version < "4.0"
  219.   Using cached crashtest-0.3.1-py3-none-any.whl (7.0 kB)
  220. Collecting Jinja2~=2.11
  221.   Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
  222. Collecting pyvcd~=0.2.2
  223.   Downloading pyvcd-0.2.4-py2.py3-none-any.whl (17 kB)
  224. Collecting importlib-resources; python_version < "3.9"
  225.   Downloading importlib_resources-5.7.1-py3-none-any.whl (28 kB)
  226. Collecting pyparsing>=2.0.2
  227.   Using cached pyparsing-3.0.8-py3-none-any.whl (98 kB)
  228. Collecting certifi>=2017.4.17
  229.   Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
  230. Collecting charset-normalizer~=2.0.0; python_version >= "3"
  231.   Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
  232. Collecting idna<4,>=2.5; python_version >= "3"
  233.   Using cached idna-3.3-py3-none-any.whl (61 kB)
  234. Collecting urllib3<1.27,>=1.21.1
  235.   Using cached urllib3-1.26.9-py2.py3-none-any.whl (138 kB)
  236. Collecting six>=1.9
  237.   Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
  238. Collecting webencodings
  239.   Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
  240. Collecting msgpack>=0.5.2
  241.   Using cached msgpack-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
  242. Collecting lockfile>=0.9; extra == "filecache"
  243.   Using cached lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
  244. Collecting pastel<0.3.0,>=0.2.0
  245.   Using cached pastel-0.2.1-py2.py3-none-any.whl (6.0 kB)
  246. Collecting pylev<2.0,>=1.3
  247.   Using cached pylev-1.4.0-py2.py3-none-any.whl (6.1 kB)
  248. Collecting jeepney>=0.4.2; sys_platform == "linux"
  249.   Using cached jeepney-0.8.0-py3-none-any.whl (48 kB)
  250. Collecting importlib-metadata>=3.6
  251.   Using cached importlib_metadata-4.11.3-py3-none-any.whl (18 kB)
  252. Collecting SecretStorage>=3.2; sys_platform == "linux"
  253.   Using cached SecretStorage-3.3.2-py3-none-any.whl (15 kB)
  254. Collecting ptyprocess>=0.5
  255.   Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
  256. Collecting distlib<1,>=0.3.1
  257.   Using cached distlib-0.3.4-py2.py3-none-any.whl (461 kB)
  258. Collecting platformdirs<3,>=2
  259.   Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB)
  260. Collecting filelock<4,>=3.2
  261.   Using cached filelock-3.6.0-py3-none-any.whl (10.0 kB)
  262. Collecting MarkupSafe>=0.23
  263.   Downloading MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
  264. Collecting zipp>=3.1.0; python_version < "3.10"
  265.   Using cached zipp-3.8.0-py3-none-any.whl (5.4 kB)
  266. Collecting cryptography>=2.0
  267.   Using cached cryptography-37.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB)
  268. Collecting cffi>=1.12
  269.   Using cached cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (446 kB)
  270. Collecting pycparser
  271.   Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
  272. Building wheels for collected packages: capablerobot-usbhub, construct
  273.   Building wheel for capablerobot-usbhub (PEP 517): started
  274.   Building wheel for capablerobot-usbhub (PEP 517): finished with status 'done'
  275.   Created wheel for capablerobot-usbhub: filename=capablerobot_usbhub-0.5.0-py3-none-any.whl size=596079 sha256=26433fd7a8337eae45e17b3fef1948809e2dbb4f14f77f7b4b178072a7890170
  276.   Stored in directory: /tmp/pip-ephem-wheel-cache-_bslh2ir/wheels/b7/dc/4d/3c0a501ef644e6910208ee1c1a917474d91e9b37798a9c420f
  277.   Building wheel for construct (setup.py): started
  278.   Building wheel for construct (setup.py): finished with status 'error'
  279.   ERROR: Command errored out with exit status 1:
  280.    command: /var/jenkins_home/workspace/gsg-org_luna_main/testing-venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-g_win2su/construct/setup.py'"'"'; __file__='"'"'/tmp/pip-install-g_win2su/construct/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-7wsw4xw8
  281.        cwd: /tmp/pip-install-g_win2su/construct/
  282.   Complete output (6 lines):
  283.   usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  284.      or: setup.py --help [cmd1 cmd2 ...]
  285.      or: setup.py --help-commands
  286.      or: setup.py cmd --help
  287.  
  288.   error: invalid command 'bdist_wheel'
  289.   ----------------------------------------
  290.   ERROR: Failed building wheel for construct
  291.   Running setup.py clean for construct
  292. Successfully built capablerobot-usbhub
  293. Failed to build construct
  294. Installing collected packages: pkginfo, tomlkit, pastel, pylev, crashtest, clikit, cleo, pyparsing, packaging, certifi, charset-normalizer, idna, urllib3, requests, six, webencodings, html5lib, msgpack, lockfile, cachecontrol, shellingham, jeepney, zipp, importlib-metadata, pycparser, cffi, cryptography, SecretStorage, keyring, poetry-core, requests-toolbelt, ptyprocess, pexpect, distlib, platformdirs, filelock, virtualenv, cachy, poetry, MarkupSafe, Jinja2, pyvcd, importlib-resources, amaranth, click, pyyaml, pyusb, construct, capablerobot-usbhub
  295.     Running setup.py install for construct: started
  296.     Running setup.py install for construct: finished with status 'done'
  297. Successfully installed Jinja2-2.11.3 MarkupSafe-2.1.1 SecretStorage-3.3.2 amaranth-0.3 cachecontrol-0.12.11 cachy-0.3.0 capablerobot-usbhub-0.5.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.12 cleo-0.8.1 click-7.1.2 clikit-0.6.2 construct-2.10.68 crashtest-0.3.1 cryptography-37.0.1 distlib-0.3.4 filelock-3.6.0 html5lib-1.1 idna-3.3 importlib-metadata-4.11.3 importlib-resources-5.7.1 jeepney-0.8.0 keyring-23.5.0 lockfile-0.12.2 msgpack-1.0.3 packaging-20.9 pastel-0.2.1 pexpect-4.8.0 pkginfo-1.8.2 platformdirs-2.5.2 poetry-1.1.13 poetry-core-1.0.8 ptyprocess-0.7.0 pycparser-2.21 pylev-1.4.0 pyparsing-3.0.8 pyusb-1.2.1 pyvcd-0.2.4 pyyaml-5.4.1 requests-2.27.1 requests-toolbelt-0.9.1 shellingham-1.4.0 six-1.16.0 tomlkit-0.10.2 urllib3-1.26.9 virtualenv-20.14.1 webencodings-0.5.1 zipp-3.8.0
  298. + poetry install
  299. Installing dependencies from lock file
  300.  
  301. Package operations: 17 installs, 10 updates, 1 removal
  302.  
  303.   • Removing importlib-metadata (4.6.1)
  304.   • Updating markupsafe (2.1.1 -> 2.0.1)
  305.   • Updating zipp (3.8.0 -> 3.5.0)
  306.  
  307.   LockFailed
  308.  
  309.   failed to create /.cache/pypoetry/cache/repositories/pypi/_http/0/2/a/8/b/2f84c1a79330-fd479700.855145880276316118529
  310.  
  311.   at testing-venv/lib/python3.8/site-packages/lockfile/linklockfile.py:21 in acquire
  312.       17│     def acquire(self, timeout=None):
  313.       18│         try:
  314.       19│             open(self.unique_name, "wb").close()
  315.       20│         except IOError:
  316.     → 21│             raise LockFailed("failed to create %s" % self.unique_name)
  317.       22
  318.       23│         timeout = timeout if timeout is not None else self.timeout
  319.       24│         end_time = time.time()
  320.       25│         if timeout is not None and timeout > 0:
  321.  
  322.  
  323.   LockFailed
  324.  
  325.   failed to create /.cache/pypoetry/cache/repositories/pypi/_http/9/c/d/6/1/2f84c1a79330-fcc78700.857170686160074752148
  326.  
  327.   at testing-venv/lib/python3.8/site-packages/lockfile/linklockfile.py:21 in acquire
  328.       17│     def acquire(self, timeout=None):
  329.       18│         try:
  330.       19│             open(self.unique_name, "wb").close()
  331.       20│         except IOError:
  332.     → 21│             raise LockFailed("failed to create %s" % self.unique_name)
  333.       22
  334.       23│         timeout = timeout if timeout is not None else self.timeout
  335.       24│         end_time = time.time()
  336.       25│         if timeout is not None and timeout > 0:
  337.  
  338. + deactivate
  339. + '[' -n /root/.local/bin:/home/jenkins/oss-cad-suite/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']'
  340. + PATH=/root/.local/bin:/home/jenkins/oss-cad-suite/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  341. + export PATH
  342. + unset _OLD_VIRTUAL_PATH
  343. + '[' -n '' ']'
  344. + '[' -n /bin/bash -o -n '' ']'
  345. + hash -r
  346. + '[' -n '' ']'
  347. + unset VIRTUAL_ENV
  348. + '[' '!' '' = nondestructive ']'
  349. + unset -f deactivate
  350. [Pipeline] }
  351. [Pipeline] // stage
  352. [Pipeline] stage
  353. [Pipeline] { (Test)
  354. [Pipeline] sh
  355. + ./ci-scripts/configure-hubs.sh --off
  356. + usbhub --disable-i2c --hub D9D1 power state --port 1,2,3,4 --off
  357. + usbhub --disable-i2c --hub 624C power state --port 1,2,3,4 --off
  358. [Pipeline] retry
  359. [Pipeline] {
  360. [Pipeline] sh
  361. + ./ci-scripts/test.sh
  362. + usbhub --disable-i2c --hub D9D1 power state --port 3 --reset
  363. + source testing-venv/bin/activate
  364. ++ deactivate nondestructive
  365. ++ '[' -n '' ']'
  366. ++ '[' -n '' ']'
  367. ++ '[' -n /bin/bash -o -n '' ']'
  368. ++ hash -r
  369. ++ '[' -n '' ']'
  370. ++ unset VIRTUAL_ENV
  371. ++ '[' '!' nondestructive = nondestructive ']'
  372. ++ VIRTUAL_ENV=/var/jenkins_home/workspace/gsg-org_luna_main/testing-venv
  373. ++ export VIRTUAL_ENV
  374. ++ _OLD_VIRTUAL_PATH=/root/.local/bin:/home/jenkins/oss-cad-suite/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  375. ++ PATH=/var/jenkins_home/workspace/gsg-org_luna_main/testing-venv/bin:/root/.local/bin:/home/jenkins/oss-cad-suite/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  376. ++ export PATH
  377. ++ '[' -n '' ']'
  378. ++ '[' -z '' ']'
  379. ++ _OLD_VIRTUAL_PS1=
  380. ++ '[' 'x(testing-venv) ' '!=' x ']'
  381. ++ PS1='(testing-venv) '
  382. ++ export PS1
  383. ++ '[' -n /bin/bash -o -n '' ']'
  384. ++ hash -r
  385. + poetry run applets/interactive-test.py
  386. Traceback (most recent call last):
  387.   File "applets/interactive-test.py", line 14, in <module>
  388.     from luna                             import top_level_cli
  389. ModuleNotFoundError: No module named 'luna'
  390. + deactivate
  391. + '[' -n /root/.local/bin:/home/jenkins/oss-cad-suite/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']'
  392. + PATH=/root/.local/bin:/home/jenkins/oss-cad-suite/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  393. + export PATH
  394. + unset _OLD_VIRTUAL_PATH
  395. + '[' -n '' ']'
  396. + '[' -n /bin/bash -o -n '' ']'
  397. + hash -r
  398. + '[' -n '' ']'
  399. + unset VIRTUAL_ENV
  400. + '[' '!' '' = nondestructive ']'
  401. + unset -f deactivate
  402. [Pipeline] }
  403. [Pipeline] // retry
  404. [Pipeline] }
  405. [Pipeline] // stage
  406. [Pipeline] stage
  407. [Pipeline] { (Declarative: Post Actions)
  408. [Pipeline] sh
  409. + ./ci-scripts/configure-hubs.sh --reset
  410. + usbhub --disable-i2c --hub D9D1 power state --port 1,2,3,4 --reset
  411. + usbhub --disable-i2c --hub 624C power state --port 1,2,3,4 --reset
  412. [Pipeline] cleanWs
  413. [WS-CLEANUP] Deleting project workspace...
  414. [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
  415. [WS-CLEANUP] done
  416. [Pipeline] }
  417. [Pipeline] // stage
  418. [Pipeline] }
  419. $ docker stop --time=1 2f84c1a79330c7f978bf2bfcd0f15de54000395d9b1ee299ccca4b07e451cb99
  420. $ docker rm -f 2f84c1a79330c7f978bf2bfcd0f15de54000395d9b1ee299ccca4b07e451cb99
  421. [Pipeline] // withDockerContainer
  422. [Pipeline] }
  423. [Pipeline] // withEnv
  424. [Pipeline] }
  425. [Pipeline] // node
  426. [Pipeline] End of Pipeline
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement