Advertisement
alpaficia

Untitled

Nov 6th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.30 KB | None | 0 0
  1. Step 1/19 : ARG REPO_NAME="<REPO_NAME_HERE>"
  2. Step 2/19 : ARG ARCH=arm32v7
  3. Step 3/19 : ARG MAJOR=daffy
  4. Step 4/19 : ARG BASE_TAG=${MAJOR}-${ARCH}
  5. Step 5/19 : ARG BASE_IMAGE=dt-core
  6. Step 6/19 : FROM duckietown/${BASE_IMAGE}:${BASE_TAG}
  7. ---> 86c99e16ea9d
  8. Step 7/19 : ARG REPO_NAME
  9. ---> Using cache
  10. ---> 303dc1127b35
  11. Step 8/19 : ARG REPO_PATH="${CATKIN_WS_DIR}/src/${REPO_NAME}"
  12. ---> Using cache
  13. ---> f40c388cb6e9
  14. Step 9/19 : WORKDIR "${REPO_PATH}"
  15. ---> Using cache
  16. ---> ed5fe2701938
  17. Step 10/19 : RUN mkdir -p "${REPO_PATH}"
  18. ---> Using cache
  19. ---> 51fe0b5a71a3
  20. Step 11/19 : COPY ./dependencies-apt.txt "${REPO_PATH}/"
  21. ---> Using cache
  22. ---> 4b3d3298bc33
  23. Step 12/19 : COPY ./dependencies-py.txt "${REPO_PATH}/"
  24. ---> 4129c8906b05
  25. Step 13/19 : RUN apt-get update && apt-get install -y --no-install-recommends $(awk -F: '/^[^#]/ { print $1 }' dependencies-apt.txt | uniq) && rm -rf /var/lib/apt/lists/*
  26. ---> Running in 8f993b4e27d2
  27. Get:1 http://ports.ubuntu.com/ubuntu-ports xenial InRelease [247 kB]
  28. Get:2 http://packages.ros.org/ros/ubuntu xenial InRelease [4678 B]
  29. Get:3 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease [109 kB]
  30. Get:4 http://ports.ubuntu.com/ubuntu-ports xenial-backports InRelease [107 kB]
  31. Get:5 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease [109 kB]
  32. Get:6 http://packages.ros.org/ros/ubuntu xenial/main armhf Packages [804 kB]
  33. Get:7 http://ports.ubuntu.com/ubuntu-ports xenial/main armhf Packages [1486 kB]
  34. Get:8 http://ports.ubuntu.com/ubuntu-ports xenial/restricted armhf Packages [8491 B]
  35. Get:9 http://ports.ubuntu.com/ubuntu-ports xenial/universe armhf Packages [9531 kB]
  36. Get:10 http://ports.ubuntu.com/ubuntu-ports xenial/multiverse armhf Packages [149 kB]
  37. Get:11 http://ports.ubuntu.com/ubuntu-ports xenial-updates/main armhf Packages [1018 kB]
  38. Get:12 http://ports.ubuntu.com/ubuntu-ports xenial-updates/restricted armhf Packages [8488 B]
  39. Get:13 http://ports.ubuntu.com/ubuntu-ports xenial-updates/universe armhf Packages [884 kB]
  40. Get:14 http://ports.ubuntu.com/ubuntu-ports xenial-updates/multiverse armhf Packages [13.6 kB]
  41. Get:15 http://ports.ubuntu.com/ubuntu-ports xenial-backports/main armhf Packages [7936 B]
  42. Get:16 http://ports.ubuntu.com/ubuntu-ports xenial-backports/universe armhf Packages [8424 B]
  43. Get:17 http://ports.ubuntu.com/ubuntu-ports xenial-security/main armhf Packages [680 kB]
  44. Get:18 http://ports.ubuntu.com/ubuntu-ports xenial-security/restricted armhf Packages [8480 B]
  45. Get:19 http://ports.ubuntu.com/ubuntu-ports xenial-security/universe armhf Packages [511 kB]
  46. Get:20 http://ports.ubuntu.com/ubuntu-ports xenial-security/multiverse armhf Packages [3157 B]
  47. Fetched 15.7 MB in 10s (1496 kB/s)
  48. Reading package lists...
  49. Reading package lists...
  50. Building dependency tree...
  51. Reading state information...
  52. 0 upgraded, 0 newly installed, 0 to remove and 78 not upgraded.
  53. Removing intermediate container 8f993b4e27d2
  54. ---> 9afa4fa7e964
  55. Step 14/19 : RUN pip install -r ${REPO_PATH}/dependencies-py.txt
  56. ---> Running in 598fb45fcd79
  57. /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
  58. warnings.warn(warning, RequestsDependencyWarning)
  59. DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
  60. Collecting numba (from -r /code/catkin_ws/src/<REPO_NAME_HERE>/dependencies-py.txt (line 3))
  61. Downloading https://files.pythonhosted.org/packages/33/6f/47d87ded23f3d1aa1e221d75278caf427e8da80649c14312172857bad64f/numba-0.46.0.tar.gz (1.9MB)
  62. Collecting llvmlite>=0.30.0dev0 (from numba->-r /code/catkin_ws/src/<REPO_NAME_HERE>/dependencies-py.txt (line 3))
  63. Downloading https://files.pythonhosted.org/packages/8b/b0/df26861e6ce2fc91c8bb93ea808fa2e631ee8a29fc4c3bc96626b78dae74/llvmlite-0.30.0.tar.gz (110kB)
  64. ERROR: Command errored out with exit status 1:
  65. command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-EpcNZZ/llvmlite/setup.py'"'"'; __file__='"'"'/tmp/pip-install-EpcNZZ/llvmlite/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
  66. cwd: /tmp/pip-install-EpcNZZ/llvmlite/
  67. Complete output (1 lines):
  68. setup.py disabled on readthedocs: called with ['/tmp/pip-install-EpcNZZ/llvmlite/setup.py', 'egg_info', '--egg-base', 'pip-egg-info']
  69. ----------------------------------------
  70. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  71. WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
  72. You should consider upgrading via the 'pip install --upgrade pip' command.
  73. The command '/bin/sh -c pip install -r ${REPO_PATH}/dependencies-py.txt' returned a non-zero code: 1
  74.  
  75. ERROR:dts:The command ['docker', '-H=unix:///var/run/docker.sock', 'build', '--pull=0', '--no-cache=0', '-t', 'alpaficia/sw06-cv:v1-arm32v7', '--cache-from=alpaficia/sw06-cv:v1-arm32v7', '--build-arg', 'ARCH=arm32v7', '/home/alpaficia/udem-fall19-public/catkin_ws/src/sw06-cv'] returned exit code 1
  76.  
  77. dts : Traceback (most recent call last):
  78. : File "/home/alpaficia/.local/lib/python3.7/site-packages/dt_shell/main.py", line 38, in cli_main
  79. : cli_main_()
  80. : File "/home/alpaficia/.local/lib/python3.7/site-packages/dt_shell/main.py", line 175, in cli_main_
  81. : shell.onecmd(cmdline)
  82. : File "/home/alpaficia/.linuxbrew/opt/python/lib/python3.7/cmd.py", line 217, in onecmd
  83. : return func(arg)
  84. : File "/home/alpaficia/.local/lib/python3.7/site-packages/dt_shell/cli.py", line 287, in <lambda>
  85. : do_command_lam = lambda s, w: do_command(klass, s, w)
  86. : File "/home/alpaficia/.local/lib/python3.7/site-packages/dt_shell/dt_command_abs.py", line 42, in do_command
  87. : cls.commands[word], shell, " ".join(parts[1:])
  88. : File "/home/alpaficia/.local/lib/python3.7/site-packages/dt_shell/dt_command_abs.py", line 50, in do_command
  89. : cls.command(shell, args)
  90. : File "/home/alpaficia/.dt-shell/commands-multi/daffy/devel/build/command.py", line 204, in command
  91. : ], True, True)
  92. : File "/home/alpaficia/.dt-shell/commands-multi/daffy/devel/build/command.py", line 258, in _run_cmd
  93. : raise RuntimeError(msg)
  94. : RuntimeError: The command ['docker', '-H=unix:///var/run/docker.sock', 'build', '--pull=0', '--no-cache=0', '-t', 'alpaficia/sw06-cv:v1-arm32v7', '--cache-from=alpaficia/sw06-cv:v1-arm32v7', '--build-arg', 'ARCH=arm32v7', '/home/alpaficia/udem-fall19-public/catkin_ws/src/sw06-cv'] returned exit code 1
  95.  
  96. dts : If you think this is a bug, please report that you are using:
  97. :
  98. : duckietown-challenges: 5.0.7
  99. : duckietown-shell-commands: 4.1.8
  100. : python: "3.7.4 (default, Sep 18 2019, 11:59:24) \n[GCC 5.4.0 20160609]"
  101. : duckietown-shell: 5.1.2
  102. : commands-version: daffy
  103. : encodings:
  104. : stdout: UTF-8
  105. : stderr: UTF-8
  106. : locale: UTF-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement