blue-oil / blueoil

Bring Deep Learning to small devices
https://blueoil.org
Apache License 2.0
248 stars 86 forks source link

dlk jenkins output fatal: Not a a git repository #40

Closed ruimashita closed 5 years ago

ruimashita commented 5 years ago

dlk jinkins output

.fatal: Not a git repository (or any of the parent directories): .git
screen shot 2018-11-26 at 20 08 06

full text: http://jenkins.leapmind.local:8080/job/blueoil_dlk_test/107/consoleText

GitHub pull request #39 of commit dbc61b6dc8a1acb7ae1b16e7610a9600989664d2, no merge conflicts.
Setting status of dbc61b6dc8a1acb7ae1b16e7610a9600989664d2 to PENDING with url http://jenkins.leapmind.local:8080/job/blueoil_dlk_test/107/console and message: 'Build started for merge commit.'
Using context: [dlk] jenkins test
Building in workspace /var/lib/jenkins/workspace/blueoil_dlk_test
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository git@github.com:blue-oil/blueoil.git
 > git init /var/lib/jenkins/workspace/blueoil_dlk_test # timeout=10
Fetching upstream changes from git@github.com:blue-oil/blueoil.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:blue-oil/blueoil.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:blue-oil/blueoil.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:blue-oil/blueoil.git # timeout=10
Fetching upstream changes from git@github.com:blue-oil/blueoil.git
 > git fetch --tags --progress git@github.com:blue-oil/blueoil.git +refs/pull/*:refs/remotes/origin/pr/*
 > git rev-parse refs/remotes/origin/pr/39/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/39/merge^{commit} # timeout=10
Checking out Revision bbe223ffab206b910bf5f2593ecc2f49dd88940f (refs/remotes/origin/pr/39/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bbe223ffab206b910bf5f2593ecc2f49dd88940f
Commit message: "Merge dbc61b6dc8a1acb7ae1b16e7610a9600989664d2 into b2cb12a677e08ca921de4d49271ce6ee22363fc9"
First time build. Skipping changelog.
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.runtime/yaml-cpp.url # timeout=10
 > git config -f .gitmodules --get submodule.runtime/yaml-cpp.path # timeout=10
 > git submodule update --init --recursive runtime/yaml-cpp
 > git config --get submodule.lmnet/third_party/coco.url # timeout=10
 > git config -f .gitmodules --get submodule.lmnet/third_party/coco.path # timeout=10
 > git submodule update --init --recursive lmnet/third_party/coco
 > git config --get submodule.lmnet/third_party/tensorflow-on-arm.url # timeout=10
 > git config -f .gitmodules --get submodule.lmnet/third_party/tensorflow-on-arm.path # timeout=10
 > git submodule update --init --recursive lmnet/third_party/tensorflow-on-arm
[blueoil_dlk_test] $ /bin/sh -xe /tmp/jenkins2383038143764120182.sh
+ echo '# build docker container'
# build docker container
+ ./docker_build.sh
Sending build context to Docker daemon    201MB

Step 1/39 : FROM nvidia/cuda:8.0-cudnn6-devel
 ---> 7f6ed35bf9ae
Step 2/39 : MAINTAINER masuda@leapmind.io
 ---> Using cache
 ---> d79f36403314
Step 3/39 : EXPOSE 6006
 ---> Using cache
 ---> 026ade8075b9
Step 4/39 : ENV LD_LIBRARY_PATH /usr/local/cuda/extras/CUPTI/lib64:${LD_LIBRARY_PATH}
 ---> Using cache
 ---> 34417f47c1f7
Step 5/39 : RUN echo "deb http://ftp.jaist.ac.jp/ubuntu/ xenial main restricted universe multiverse \ndeb-src http://ftp.jaist.ac.jp/ubuntu/ xenial main restricted universe multiverse \ndeb http://ftp.jaist.ac.jp/ubuntu/ xenial-updates main restricted universe multiverse \ndeb-src http://ftp.jaist.ac.jp/ubuntu/ xenial-updates main restricted universe multiverse \ndeb http://ftp.jaist.ac.jp/ubuntu/ xenial-backports main restricted universe multiverse \ndeb-src http://ftp.jaist.ac.jp/ubuntu/ xenial-backports main restricted universe multiverse \ndeb http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse \ndeb-src http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse" > /etc/apt/sources.list
 ---> Using cache
 ---> ffd8117c6224
Step 6/39 : RUN apt-get update && apt-get install -y     cmake     locales    python3     python3-dev     python3-pip     python3-wheel     &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 7d8c69c33294
Step 7/39 : RUN apt-get update && apt-get install -y     python3-pil     libjpeg8-dev     zlib1g-dev     python3-matplotlib     liblapack-dev     git     make     build-essential     libssl-dev     libbz2-dev     libreadline-dev     libsqlite3-dev     wget     curl     llvm     libncurses5-dev     libncursesw5-dev     xz-utils     tk-dev     &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> c53204d8fb64
Step 8/39 : RUN locale-gen en_US.UTF-8
 ---> Using cache
 ---> ba018fa51d1b
Step 9/39 : ENV LANG en_US.UTF-8
 ---> Using cache
 ---> 4002f242bfe7
Step 10/39 : ENV LANGUAGE en_US:en
 ---> Using cache
 ---> 2b1302d56243
Step 11/39 : ENV LC_ALL en_US.UTF-8
 ---> Using cache
 ---> 1db9d89e916e
Step 12/39 : ENV PYENV_ROOT /usr/local/pyenv
 ---> Using cache
 ---> 9859c8bccab3
Step 13/39 : RUN git clone https://github.com/yyuu/pyenv.git $PYENV_ROOT
 ---> Using cache
 ---> aa353138ea90
Step 14/39 : RUN git clone https://github.com/yyuu/pyenv-virtualenv.git $PYENV_ROOT/plugins/pyenv-virtualenv
 ---> Using cache
 ---> 9217a625f15e
Step 15/39 : ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
 ---> Using cache
 ---> 49b4a27863e8
Step 16/39 : RUN eval "$(pyenv init -)" &&     eval "$(pyenv virtualenv-init -)"
 ---> Using cache
 ---> ad627dd712fb
Step 17/39 : ARG python_version="3.6.3"
 ---> Using cache
 ---> d153ae748b5c
Step 18/39 : RUN pyenv install ${python_version} &&     pyenv virtualenv -p python${python_version%.*} ${python_version} python${python_version%.*} &&     pyenv global python${python_version%.*}
 ---> Using cache
 ---> 67f533e42477
Step 19/39 : RUN pip install -U pip setuptools
 ---> Using cache
 ---> 2bc9435116bb
Step 20/39 : RUN apt-get update && apt-get install -y g++-5-arm-linux-gnueabihf &&     ln -s /usr/bin/arm-linux-gnueabihf-g++-5 /usr/bin/arm-linux-gnueabihf-g++
 ---> Using cache
 ---> fc91bbdd3363
Step 21/39 : COPY lmnet /home/blueoil/lmnet
 ---> Using cache
 ---> 93dda42c9f46
Step 22/39 : WORKDIR /home/blueoil/lmnet
 ---> Using cache
 ---> ca8c1a0972c4
Step 23/39 : RUN pip install -r gpu.requirements.txt
 ---> Using cache
 ---> be6b8004aece
Step 24/39 : RUN pip uninstall -y prompt-toolkit
 ---> Using cache
 ---> 4f519572d242
Step 25/39 : COPY lmnet/third_party third_party
 ---> Using cache
 ---> c5b7c78ac57c
Step 26/39 : RUN cd third_party/coco/PythonAPI && pip install -e .
 ---> Using cache
 ---> e4dd38938c23
Step 27/39 : RUN apt-get update && apt-get install -y     x11-apps     imagemagick     &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 801f39c0eb8a
Step 28/39 : COPY dlk /home/blueoil/dlk
 ---> 2c2a6c2dcc5e
Step 29/39 : WORKDIR /home/blueoil/dlk
 ---> Running in 124b3fb5ea3a
Removing intermediate container 124b3fb5ea3a
 ---> 4665a95b51f0
Step 30/39 : RUN PYTHONPATH=python/dlk python setup.py install
 ---> Running in d80135272f79
running install
TVM support: OFF
ONNX support: OFF
running build
running build_ext
-- The CXX compiler identification is GNU 5.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/blueoil/dlk/build
Scanning dependencies of target packer
[ 50%] Building CXX object CMakeFiles/packer.dir/src/packer.cpp.o
[100%] Linking CXX shared module libpacker.so
[100%] Built target packer
running install_lib
running install_egg_info
warning: install_lib: 'build/lib.linux-x86_64-3.6' does not exist -- no Python modules to install

running egg_info
creating dlk.egg-info
writing dlk.egg-info/PKG-INFO
writing dependency_links to dlk.egg-info/dependency_links.txt
writing requirements to dlk.egg-info/requires.txt
writing top-level names to dlk.egg-info/top_level.txt
writing manifest file 'dlk.egg-info/SOURCES.txt'
reading manifest file 'dlk.egg-info/SOURCES.txt'
writing manifest file 'dlk.egg-info/SOURCES.txt'
Copying dlk.egg-info to /usr/local/pyenv/versions/python3.6/lib/python3.6/site-packages/dlk-0.5.0-py3.6.egg-info
running install_scripts
running bdist_egg
installing library code to build/bdist.linux-x86_64/egg
running install_lib
warning: install_lib: 'build/lib.linux-x86_64-3.6' does not exist -- no Python modules to install

creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying dlk.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying dlk.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying dlk.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying dlk.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying dlk.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/dlk-0.5.0-py3.6-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing dlk-0.5.0-py3.6-linux-x86_64.egg
Copying dlk-0.5.0-py3.6-linux-x86_64.egg to /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Adding dlk 0.5.0 to easy-install.pth file

Installed /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/dlk-0.5.0-py3.6-linux-x86_64.egg
Processing dependencies for dlk==0.5.0
Searching for tensorflow==1.4.1
Reading https://pypi.org/simple/tensorflow/
Downloading https://files.pythonhosted.org/packages/8c/b3/dba1a3e681a56d5ad63d3a1aa02b52294bdb3c6373245a67c1492a90cb62/tensorflow-1.4.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=233d66bfad2287c61434384ec315bbf37b2f551beda2e0d37a8c24a0f2ed3896
Best match: tensorflow 1.4.1
Processing tensorflow-1.4.1-cp36-cp36m-manylinux1_x86_64.whl
Installing tensorflow-1.4.1-cp36-cp36m-manylinux1_x86_64.whl to /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
writing requirements to /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/tensorflow-1.4.1-py3.6-linux-x86_64.egg/EGG-INFO/requires.txt
Adding tensorflow 1.4.1 to easy-install.pth file
Installing saved_model_cli script to /usr/local/pyenv/versions/python3.6/bin
Installing tensorboard script to /usr/local/pyenv/versions/python3.6/bin

Installed /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/tensorflow-1.4.1-py3.6-linux-x86_64.egg
Searching for Pillow==3.1.2
Best match: Pillow 3.1.2
Adding Pillow 3.1.2 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for Jinja2==2.10
Best match: Jinja2 2.10
Adding Jinja2 2.10 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for PyYAML==3.12
Best match: PyYAML 3.12
Adding PyYAML 3.12 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for click==6.7
Best match: click 6.7
Adding click 6.7 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for numpy==1.14.0
Best match: numpy 1.14.0
Adding numpy 1.14.0 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for MarkupSafe==1.1.0
Best match: MarkupSafe 1.1.0
Adding MarkupSafe 1.1.0 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for wheel==0.32.2
Best match: wheel 0.32.2
Adding wheel 0.32.2 to easy-install.pth file
Installing wheel script to /usr/local/pyenv/versions/python3.6/bin

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for tensorflow-tensorboard==0.4.0
Best match: tensorflow-tensorboard 0.4.0
Adding tensorflow-tensorboard 0.4.0 to easy-install.pth file
Installing tensorboard script to /usr/local/pyenv/versions/python3.6/bin

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for six==1.11.0
Best match: six 1.11.0
Adding six 1.11.0 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for protobuf==3.6.1
Best match: protobuf 3.6.1
Adding protobuf 3.6.1 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for enum34==1.1.6
Best match: enum34 1.1.6
Adding enum34 1.1.6 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for html5lib==0.9999999
Best match: html5lib 0.9999999
Adding html5lib 0.9999999 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for Markdown==3.0.1
Best match: Markdown 3.0.1
Adding Markdown 3.0.1 to easy-install.pth file
Installing markdown_py script to /usr/local/pyenv/versions/python3.6/bin

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for bleach==1.5.0
Best match: bleach 1.5.0
Adding bleach 1.5.0 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for Werkzeug==0.14.1
Best match: Werkzeug 0.14.1
Adding Werkzeug 0.14.1 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for setuptools==40.6.2
Best match: setuptools 40.6.2
Adding setuptools 40.6.2 to easy-install.pth file
Installing easy_install script to /usr/local/pyenv/versions/python3.6/bin
Installing easy_install-3.6 script to /usr/local/pyenv/versions/python3.6/bin

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Finished processing dependencies for dlk==0.5.0
Removing intermediate container d80135272f79
 ---> 2981545be6d4
Step 31/39 : COPY blueoil /home/blueoil/blueoil
 ---> 454755374e00
Step 32/39 : COPY setup.py /home/blueoil/setup.py
 ---> 3f28230d8685
Step 33/39 : COPY setup.cfg /home/blueoil/setup.cfg
 ---> 3884ebf92430
Step 34/39 : WORKDIR /home/blueoil
 ---> Running in 7f1a0512a611
Removing intermediate container 7f1a0512a611
 ---> e148998a474c
Step 35/39 : RUN python setup.py install
 ---> Running in 7fa54cc86b8a
running install
running bdist_egg
running egg_info
creating blueoil.egg-info
writing blueoil.egg-info/PKG-INFO
writing dependency_links to blueoil.egg-info/dependency_links.txt
writing requirements to blueoil.egg-info/requires.txt
writing top-level names to blueoil.egg-info/top_level.txt
writing manifest file 'blueoil.egg-info/SOURCES.txt'
reading manifest file 'blueoil.egg-info/SOURCES.txt'
writing manifest file 'blueoil.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/blueoil
copying blueoil/__init__.py -> build/lib/blueoil
copying blueoil/blueoil_train.py -> build/lib/blueoil
copying blueoil/blueoil_convert.py -> build/lib/blueoil
copying blueoil/generate_lmnet_config.py -> build/lib/blueoil
copying blueoil/blueoil_init.py -> build/lib/blueoil
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/blueoil
copying build/lib/blueoil/__init__.py -> build/bdist.linux-x86_64/egg/blueoil
copying build/lib/blueoil/blueoil_train.py -> build/bdist.linux-x86_64/egg/blueoil
copying build/lib/blueoil/blueoil_convert.py -> build/bdist.linux-x86_64/egg/blueoil
copying build/lib/blueoil/generate_lmnet_config.py -> build/bdist.linux-x86_64/egg/blueoil
copying build/lib/blueoil/blueoil_init.py -> build/bdist.linux-x86_64/egg/blueoil
byte-compiling build/bdist.linux-x86_64/egg/blueoil/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/blueoil/blueoil_train.py to blueoil_train.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/blueoil/blueoil_convert.py to blueoil_convert.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/blueoil/generate_lmnet_config.py to generate_lmnet_config.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/blueoil/blueoil_init.py to blueoil_init.cpython-36.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying blueoil.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying blueoil.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying blueoil.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying blueoil.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying blueoil.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying blueoil.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/blueoil-0.1-py3.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing blueoil-0.1-py3.6.egg
creating /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/blueoil-0.1-py3.6.egg
Extracting blueoil-0.1-py3.6.egg to /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Adding blueoil 0.1 to easy-install.pth file

Installed /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/blueoil-0.1-py3.6.egg
Processing dependencies for blueoil==0.1
Searching for whaaaaat
Reading https://pypi.org/simple/whaaaaat/
Downloading https://files.pythonhosted.org/packages/85/06/299520d293ec7a654f3b71453fee348011e6366f80cb6140181e438f6f9c/whaaaaat-0.5.2.tar.gz#sha256=cda3c149dc3e6dacdbc1f6d445ee8005c9fc540aa7d8b00c1553a6f7e37e917e
Best match: whaaaaat 0.5.2
Processing whaaaaat-0.5.2.tar.gz
Writing /tmp/easy_install-546e5ysa/whaaaaat-0.5.2/setup.cfg
Running whaaaaat-0.5.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-546e5ysa/whaaaaat-0.5.2/egg-dist-tmp-bhhy5utw
zip_safe flag not set; analyzing archive contents...
whaaaaat.__pycache__.__init__.cpython-36: module references __file__
creating /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/whaaaaat-0.5.2-py3.6.egg
Extracting whaaaaat-0.5.2-py3.6.egg to /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Adding whaaaaat 0.5.2 to easy-install.pth file
Not found: prompt_toolkit>=1.0.14
Not found: Pygments>=2.2.0
Not found: regex>=2016.11.21

Installed /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/whaaaaat-0.5.2-py3.6.egg
Searching for prompt_toolkit==1.0.15
Reading https://pypi.org/simple/prompt_toolkit/
Downloading https://files.pythonhosted.org/packages/04/d1/c6616dd03701e7e2073f06d5c3b41b012256e42b72561f16a7bd86dd7b43/prompt_toolkit-1.0.15-py3-none-any.whl#sha256=1df952620eccb399c53ebb359cc7d9a8d3a9538cb34c5a1344bdbeb29fbcc381
Best match: prompt-toolkit 1.0.15
Processing prompt_toolkit-1.0.15-py3-none-any.whl
Installing prompt_toolkit-1.0.15-py3-none-any.whl to /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
writing requirements to /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/prompt_toolkit-1.0.15-py3.6.egg/EGG-INFO/requires.txt
Adding prompt-toolkit 1.0.15 to easy-install.pth file

Installed /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/prompt_toolkit-1.0.15-py3.6.egg
Searching for regex>=2016.11.21
Reading https://pypi.org/simple/regex/
Downloading https://files.pythonhosted.org/packages/16/07/ee3e02770ed456a088b90da7c9b1e9aa227e3c956d37b845cef2aab93764/regex-2018.11.22.tar.gz#sha256=79a6a60ed1ee3b12eb0e828c01d75e3b743af6616d69add6c2fde1d425a4ba3f
Best match: regex 2018.11.22
Processing regex-2018.11.22.tar.gz
Writing /tmp/easy_install-klkyfy_y/regex-2018.11.22/setup.cfg
Running regex-2018.11.22/setup.py -q bdist_egg --dist-dir /tmp/easy_install-klkyfy_y/regex-2018.11.22/egg-dist-tmp-e38il_sm
regex_3/_regex.c: In function ‘fuzzy_match_group_fld’:
regex_3/_regex.c:11062:10: warning: ‘data.new_text_pos’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (!record_fuzzy(safe_state, data.fuzzy_type, data.new_text_pos -
          ^
regex_3/_regex.c: In function ‘fuzzy_match_string_fld’:
regex_3/_regex.c:10852:10: warning: ‘data.new_text_pos’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (!record_fuzzy(safe_state, data.fuzzy_type, data.new_text_pos -
          ^
regex_3/_regex.c: In function ‘basic_match’:
regex_3/_regex.c:11140:10: warning: ‘data.new_text_pos’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (!record_fuzzy(safe_state, data.fuzzy_type, data.new_text_pos -
          ^
regex_3/_regex.c:11092:18: note: ‘data.new_text_pos’ was declared here
     RE_FuzzyData data;
                  ^
regex_3/_regex.c:10933:10: warning: ‘data.new_text_pos’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (!record_fuzzy(safe_state, data.fuzzy_type, data.new_text_pos -
          ^
regex_3/_regex.c:10880:18: note: ‘data.new_text_pos’ was declared here
     RE_FuzzyData data;
                  ^
zip_safe flag not set; analyzing archive contents...
__pycache__._regex.cpython-36: module references __file__
creating /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/regex-2018.11.22-py3.6-linux-x86_64.egg
Extracting regex-2018.11.22-py3.6-linux-x86_64.egg to /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Adding regex 2018.11.22 to easy-install.pth file

Installed /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/regex-2018.11.22-py3.6-linux-x86_64.egg
Searching for PyYAML==3.12
Best match: PyYAML 3.12
Adding PyYAML 3.12 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for Jinja2==2.10
Best match: Jinja2 2.10
Adding Jinja2 2.10 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for MarkupSafe==1.1.0
Best match: MarkupSafe 1.1.0
Adding MarkupSafe 1.1.0 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for Pygments==2.2.0
Best match: Pygments 2.2.0
Adding Pygments 2.2.0 to easy-install.pth file
Installing pygmentize script to /usr/local/pyenv/versions/python3.6/bin

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for wcwidth==0.1.7
Best match: wcwidth 0.1.7
Adding wcwidth 0.1.7 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Searching for six==1.11.0
Best match: six 1.11.0
Adding six 1.11.0 to easy-install.pth file

Using /usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages
Finished processing dependencies for blueoil==0.1
Removing intermediate container 7fa54cc86b8a
 ---> dede6ff28664
Step 36/39 : RUN chmod 777 /home/blueoil
 ---> Running in 502e9e0c4ede
Removing intermediate container 502e9e0c4ede
 ---> e3ed79240546
Step 37/39 : RUN chmod 777 /home/blueoil/dlk
 ---> Running in 4e0fc3d6cba2
Removing intermediate container 4e0fc3d6cba2
 ---> 40674989542f
Step 38/39 : COPY output_template /home/blueoil/output_template
 ---> 4c3cd9a7129b
Step 39/39 : RUN touch lmnet/lmnet/__init__.py
 ---> Running in bf2a52cc794e
Removing intermediate container bf2a52cc794e
 ---> d6dda24fe03b
Successfully built d6dda24fe03b
Successfully tagged jenkins_blueoil:local_build
+ echo '# run test'
# run test
+ DOCKER_OPTION='-e PYTHONPATH=python/dlk -v /root/.ssh:/root/.ssh --net=host'
++ id -un
+ docker run --rm -t -e PYTHONPATH=python/dlk -v /root/.ssh:/root/.ssh --net=host jenkins_blueoil:local_build /bin/bash -c 'apt-get update && apt-get install -y iputils-ping && cd dlk && mv /usr/bin/arm-linux-gnueabihf-g++ /usr/bin/arm-linux-gnueabihf-g++.hoge && python setup.py test'

0% [Working]

Get:1 http://ftp.jaist.ac.jp/ubuntu xenial InRelease [247 kB]

0% [1 InRelease 4,122 B/247 kB 2%] [Connecting to security.ubuntu.com]
0% [Waiting for headers] [Connecting to security.ubuntu.com (91.189.88.149)]
0% [1 InRelease gpgv 247 kB] [Connecting to ftp.jaist.ac.jp (150.65.7.130)] [Co

Get:2 http://ftp.jaist.ac.jp/ubuntu xenial-updates InRelease [109 kB]

0% [1 InRelease gpgv 247 kB] [2 InRelease 1,226 B/109 kB 1%] [Connecting to sec
0% [1 InRelease gpgv 247 kB] [Waiting for headers] [Connecting to security.ubun

Get:3 http://ftp.jaist.ac.jp/ubuntu xenial-backports InRelease [107 kB]

0% [1 InRelease gpgv 247 kB] [3 InRelease 1,226 B/107 kB 1%] [Connecting to sec
0% [1 InRelease gpgv 247 kB] [Connecting to security.ubuntu.com (91.189.88.149)

0% [Connecting to security.ubuntu.com (91.189.88.149)]
0% [2 InRelease gpgv 109 kB] [Connecting to security.ubuntu.com (91.189.88.149)

Get:4 http://ftp.jaist.ac.jp/ubuntu xenial/main Sources [1,103 kB]

0% [2 InRelease gpgv 109 kB] [4 Sources 5,568 B/1,103 kB 1%] [Connecting to sec
0% [4 Sources 355 kB/1,103 kB 32%] [Connecting to security.ubuntu.com (91.189.8
0% [3 InRelease gpgv 107 kB] [4 Sources 357 kB/1,103 kB 32%] [Connecting to sec

0% [3 InRelease gpgv 107 kB] [Waiting for headers]

0% [Waiting for headers]
0% [4 Sources store 0 B] [Waiting for headers]

Get:5 http://ftp.jaist.ac.jp/ubuntu xenial/restricted Sources [5,179 B]

0% [4 Sources store 0 B] [5 Sources 1,229 B/5,179 B 24%] [Waiting for headers]

0% [4 Sources store 0 B] [Waiting for headers]

Get:6 http://ftp.jaist.ac.jp/ubuntu xenial/universe Sources [9,802 kB]

0% [4 Sources store 0 B] [6 Sources 1,224 B/9,802 kB 0%] [Waiting for headers]

0% [6 Sources 434 kB/9,802 kB 4%] [Waiting for headers]
0% [5 Sources store 0 B] [6 Sources 434 kB/9,802 kB 4%] [Waiting for headers]

0% [6 Sources 439 kB/9,802 kB 4%] [Waiting for headers]

Ign:7 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64  InRelease

0% [6 Sources 1,031 kB/9,802 kB 11%] [Waiting for headers]

Ign:8 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64  InRelease

0% [6 Sources 2,034 kB/9,802 kB 21%] [Waiting for headers]

Get:9 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64  Release [564 B]

0% [6 Sources 2,094 kB/9,802 kB 21%] [Waiting for headers] [9 Release 0 B/564 B

0% [6 Sources 2,094 kB/9,802 kB 21%] [Waiting for headers]

Get:10 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64  Release [564 B]

0% [6 Sources 2,145 kB/9,802 kB 22%] [Waiting for headers] [10 Release 564 B/56

0% [6 Sources 2,147 kB/9,802 kB 22%] [Waiting for headers]

Get:11 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64  Release.gpg [801 B]

0% [6 Sources 2,207 kB/9,802 kB 23%] [Waiting for headers] [11 Release.gpg 801 

0% [6 Sources 2,209 kB/9,802 kB 23%] [Waiting for headers]
0% [11 Release.gpg gpgv 564 B] [6 Sources 2,212 kB/9,802 kB 23%] [Waiting for h

Get:12 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64  Release.gpg [801 B]

0% [11 Release.gpg gpgv 564 B] [6 Sources 2,266 kB/9,802 kB 23%] [Waiting for h
0% [11 Release.gpg gpgv 564 B] [6 Sources 2,269 kB/9,802 kB 23%] [Waiting for h

0% [6 Sources 2,892 kB/9,802 kB 30%] [Waiting for headers]
0% [12 Release.gpg gpgv 564 B] [6 Sources 2,895 kB/9,802 kB 30%] [Waiting for h

Get:13 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64  Packages [158 kB]

0% [12 Release.gpg gpgv 564 B] [6 Sources 2,955 kB/9,802 kB 30%] [Waiting for h
0% [12 Release.gpg gpgv 564 B] [6 Sources 3,018 kB/9,802 kB 31%] [Waiting for h
0% [13 Packages store 0 B] [12 Release.gpg gpgv 564 B] [6 Sources 3,020 kB/9,80
0% [12 Release.gpg gpgv 564 B] [6 Sources 3,189 kB/9,802 kB 33%] [Waiting for h

0% [6 Sources 3,257 kB/9,802 kB 33%] [Waiting for headers]

Get:14 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64  Packages [34.6 kB]

0% [6 Sources 3,304 kB/9,802 kB 34%] [Waiting for headers] [14 Packages 0 B/34.

0% [6 Sources 3,312 kB/9,802 kB 34%] [Waiting for headers]
0% [14 Packages store 0 B] [6 Sources 3,312 kB/9,802 kB 34%] [Waiting for heade

0% [6 Sources 3,350 kB/9,802 kB 34%] [Waiting for headers]

Get:15 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]

0% [6 Sources 4,841 kB/9,802 kB 49%] [15 InRelease 2,585 B/107 kB 2%]
0% [6 Sources 8,796 kB/9,802 kB 90%] [15 InRelease 43.1 kB/107 kB 40%]

0% [15 InRelease 63.4 kB/107 kB 59%]
0% [6 Sources store 0 B] [Waiting for headers] [15 InRelease 63.4 kB/107 kB 59%

Get:16 http://ftp.jaist.ac.jp/ubuntu xenial/multiverse Sources [215 kB]

0% [6 Sources store 0 B] [16 Sources 1,226 B/215 kB 1%] [15 InRelease 63.4 kB/1

0% [6 Sources store 0 B] [15 InRelease 69.2 kB/107 kB 65%]

Get:17 http://ftp.jaist.ac.jp/ubuntu xenial/main amd64 Packages [1,558 kB]

0% [6 Sources store 0 B] [17 Packages 1,224 B/1,558 kB 0%] [15 InRelease 72.1 k

0% [6 Sources store 0 B] [17 Packages 1,303 kB/1,558 kB 84%]
0% [6 Sources store 0 B] [15 InRelease gpgv 107 kB] [17 Packages 1,306 kB/1,558

0% [6 Sources store 0 B] [15 InRelease gpgv 107 kB] [Waiting for headers]

Get:18 http://ftp.jaist.ac.jp/ubuntu xenial/restricted amd64 Packages [14.1 kB]

0% [6 Sources store 0 B] [15 InRelease gpgv 107 kB] [18 Packages 1,228 B/14.1 k

0% [6 Sources store 0 B] [15 InRelease gpgv 107 kB] [Waiting for headers]

Get:19 http://ftp.jaist.ac.jp/ubuntu xenial/universe amd64 Packages [9,827 kB]

0% [6 Sources store 0 B] [15 InRelease gpgv 107 kB] [19 Packages 1,224 B/9,827 

51% [6 Sources store 0 B] [19 Packages 421 kB/9,827 kB 4%]
59% [19 Packages 2,945 kB/9,827 kB 30%] [Waiting for headers]
59% [16 Sources store 0 B] [19 Packages 2,945 kB/9,827 kB 30%] [Waiting for hea

59% [19 Packages 3,067 kB/9,827 kB 31%] [Waiting for headers]
59% [17 Packages store 0 B] [19 Packages 3,067 kB/9,827 kB 31%] [Waiting for he

Get:20 http://security.ubuntu.com/ubuntu xenial-security/main Sources [172 kB]

60% [17 Packages store 0 B] [19 Packages 3,365 kB/9,827 kB 34%] [20 Sources 2,6

63% [19 Packages 4,095 kB/9,827 kB 42%] [20 Sources 43.2 kB/172 kB 25%]
63% [18 Packages store 0 B] [19 Packages 4,095 kB/9,827 kB 42%] [20 Sources 43.

63% [19 Packages 4,112 kB/9,827 kB 42%] [20 Sources 43.2 kB/172 kB 25%]

73% [19 Packages 7,486 kB/9,827 kB 76%]
73% [20 Sources store 0 B] [19 Packages 7,487 kB/9,827 kB 76%]

74% [19 Packages 7,656 kB/9,827 kB 78%] [Waiting for headers]

Get:21 http://security.ubuntu.com/ubuntu xenial-security/restricted Sources [2,243 B]

80% [19 Packages 9,781 kB/9,827 kB 100%] [21 Sources 2,243 B/2,243 B 100%]

80% [19 Packages 9,784 kB/9,827 kB 100%]

Get:22 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [106 kB]

80% [19 Packages 9,784 kB/9,827 kB 100%] [22 Sources 239 B/106 kB 0%]
80% [21 Sources store 0 B] [19 Packages 9,784 kB/9,827 kB 100%] [22 Sources 239

81% [19 Packages 9,784 kB/9,827 kB 100%] [22 Sources 239 B/106 kB 0%]

81% [22 Sources 11.8 kB/106 kB 11%]
81% [19 Packages store 0 B] [Waiting for headers] [22 Sources 11.8 kB/106 kB 11

Get:23 http://ftp.jaist.ac.jp/ubuntu xenial/multiverse amd64 Packages [176 kB]

81% [19 Packages store 0 B] [23 Packages 1,226 B/176 kB 1%] [22 Sources 26.3 kB

81% [19 Packages store 0 B] [22 Sources 52.4 kB/106 kB 49%]

Get:24 http://ftp.jaist.ac.jp/ubuntu xenial-updates/main Sources [412 kB]

81% [19 Packages store 0 B] [24 Sources 1,226 B/412 kB 0%] [22 Sources 68.3 kB/
82% [19 Packages store 0 B] [24 Sources 266 kB/412 kB 65%] [Waiting for headers

Get:25 http://security.ubuntu.com/ubuntu xenial-security/multiverse Sources [2,507 B]

82% [19 Packages store 0 B] [24 Sources 269 kB/412 kB 65%] [Waiting for headers

Get:26 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [747 kB]

82% [19 Packages store 0 B] [24 Sources 288 kB/412 kB 70%] [26 Packages 1,364 B

83% [19 Packages store 0 B] [26 Packages 20.2 kB/747 kB 3%]

Get:27 http://ftp.jaist.ac.jp/ubuntu xenial-updates/restricted Sources [2,684 B]

83% [19 Packages store 0 B] [27 Sources 1,230 B/2,684 B 46%] [26 Packages 53.5 

83% [19 Packages store 0 B] [26 Packages 53.5 kB/747 kB 7%]

Get:28 http://ftp.jaist.ac.jp/ubuntu xenial-updates/universe Sources [292 kB]

83% [19 Packages store 0 B] [28 Sources 1,226 B/292 kB 0%] [26 Packages 76.2 kB
84% [19 Packages store 0 B] [Waiting for headers] [26 Packages 76.2 kB/747 kB 1

Get:29 http://ftp.jaist.ac.jp/ubuntu xenial-updates/multiverse Sources [9,403 B]

84% [19 Packages store 0 B] [29 Sources 1,229 B/9,403 B 13%] [26 Packages 76.2 

84% [19 Packages store 0 B] [26 Packages 76.2 kB/747 kB 10%]

Get:30 http://ftp.jaist.ac.jp/ubuntu xenial-updates/main amd64 Packages [1,143 kB]

84% [19 Packages store 0 B] [30 Packages 1,224 B/1,143 kB 0%] [26 Packages 76.2

86% [30 Packages 527 kB/1,143 kB 46%] [26 Packages 175 kB/747 kB 23%]
86% [23 Packages store 0 B] [30 Packages 527 kB/1,143 kB 46%] [26 Packages 175 

86% [30 Packages 527 kB/1,143 kB 46%] [26 Packages 175 kB/747 kB 23%]
86% [22 Sources store 0 B] [30 Packages 527 kB/1,143 kB 46%] [26 Packages 175 k

87% [30 Packages 527 kB/1,143 kB 46%] [26 Packages 175 kB/747 kB 23%]
87% [25 Sources store 0 B] [30 Packages 527 kB/1,143 kB 46%] [26 Packages 175 k

87% [30 Packages 527 kB/1,143 kB 46%] [26 Packages 175 kB/747 kB 23%]
87% [24 Sources store 0 B] [30 Packages 527 kB/1,143 kB 46%] [26 Packages 175 k

87% [30 Packages 528 kB/1,143 kB 46%] [26 Packages 175 kB/747 kB 23%]
87% [27 Sources store 0 B] [30 Packages 528 kB/1,143 kB 46%] [26 Packages 175 k

88% [30 Packages 528 kB/1,143 kB 46%] [26 Packages 175 kB/747 kB 23%]
88% [28 Sources store 0 B] [30 Packages 528 kB/1,143 kB 46%] [26 Packages 175 k

88% [30 Packages 531 kB/1,143 kB 46%] [26 Packages 188 kB/747 kB 25%]
88% [29 Sources store 0 B] [30 Packages 531 kB/1,143 kB 46%] [26 Packages 188 k

88% [30 Packages 531 kB/1,143 kB 46%] [26 Packages 195 kB/747 kB 26%]

92% [Waiting for headers] [26 Packages 731 kB/747 kB 98%]
92% [30 Packages store 0 B] [Waiting for headers] [26 Packages 731 kB/747 kB 98

92% [30 Packages store 0 B] [Waiting for headers] [Waiting for headers]

Get:31 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [12.7 kB]

92% [30 Packages store 0 B] [Waiting for headers] [31 Packages 5 B/12.7 kB 0%]

Get:32 http://ftp.jaist.ac.jp/ubuntu xenial-updates/restricted amd64 Packages [13.1 kB]

92% [30 Packages store 0 B] [32 Packages 2,676 B/13.1 kB 20%] [31 Packages 5 B/

92% [30 Packages store 0 B] [31 Packages 1,453 B/12.7 kB 11%]
92% [30 Packages store 0 B] [Waiting for headers] [Waiting for headers]

Get:33 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [508 kB]

92% [30 Packages store 0 B] [Waiting for headers] [33 Packages 153 B/508 kB 0%]

Get:34 http://ftp.jaist.ac.jp/ubuntu xenial-updates/universe amd64 Packages [909 kB]

92% [30 Packages store 0 B] [34 Packages 1,226 B/909 kB 0%] [33 Packages 5,945 

94% [34 Packages 475 kB/909 kB 52%] [33 Packages 91.4 kB/508 kB 18%]
94% [26 Packages store 0 B] [34 Packages 475 kB/909 kB 52%] [33 Packages 91.4 k

96% [34 Packages 875 kB/909 kB 96%] [33 Packages 188 kB/508 kB 37%]
96% [32 Packages store 0 B] [34 Packages 875 kB/909 kB 96%] [33 Packages 188 kB

96% [34 Packages 886 kB/909 kB 97%] [33 Packages 191 kB/508 kB 38%]
96% [31 Packages store 0 B] [34 Packages 886 kB/909 kB 97%] [33 Packages 191 kB

96% [34 Packages 900 kB/909 kB 99%] [33 Packages 194 kB/508 kB 38%]

96% [Waiting for headers] [33 Packages 201 kB/508 kB 40%]
96% [34 Packages store 0 B] [Waiting for headers] [33 Packages 201 kB/508 kB 40

Get:35 http://ftp.jaist.ac.jp/ubuntu xenial-updates/multiverse amd64 Packages [19.0 kB]

96% [34 Packages store 0 B] [35 Packages 2,676 B/19.0 kB 14%] [33 Packages 238 

96% [34 Packages store 0 B] [33 Packages 242 kB/508 kB 48%]

Get:36 http://ftp.jaist.ac.jp/ubuntu xenial-backports/main Sources [5,086 B]

96% [34 Packages store 0 B] [36 Sources 1,229 B/5,086 B 24%] [33 Packages 243 k

96% [34 Packages store 0 B] [33 Packages 243 kB/508 kB 48%]

97% [Waiting for headers] [33 Packages 319 kB/508 kB 63%]
97% [35 Packages store 0 B] [Waiting for headers] [33 Packages 319 kB/508 kB 63

97% [Waiting for headers] [33 Packages 326 kB/508 kB 64%]
97% [36 Sources store 0 B] [Waiting for headers] [33 Packages 326 kB/508 kB 64%

98% [Waiting for headers] [33 Packages 327 kB/508 kB 64%]

Get:37 http://ftp.jaist.ac.jp/ubuntu xenial-backports/universe Sources [7,237 B]

98% [37 Sources 2,677 B/7,237 B 37%] [33 Packages 348 kB/508 kB 68%]

98% [33 Packages 352 kB/508 kB 69%]
98% [37 Sources store 0 B] [Waiting for headers] [33 Packages 352 kB/508 kB 69%

98% [Waiting for headers] [33 Packages 353 kB/508 kB 70%]

Get:38 http://ftp.jaist.ac.jp/ubuntu xenial-backports/main amd64 Packages [7,959 B]

98% [38 Packages 2,677 B/7,959 B 34%] [33 Packages 408 kB/508 kB 80%]

98% [33 Packages 411 kB/508 kB 81%]
98% [38 Packages store 0 B] [Waiting for headers] [33 Packages 411 kB/508 kB 81

99% [Waiting for headers] [33 Packages 417 kB/508 kB 82%]

Get:39 http://ftp.jaist.ac.jp/ubuntu xenial-backports/universe amd64 Packages [8,532 B]

99% [39 Packages 2,677 B/8,532 B 31%] [33 Packages 464 kB/508 kB 91%]

99% [33 Packages 464 kB/508 kB 91%]
99% [39 Packages store 0 B] [33 Packages 464 kB/508 kB 91%]

99% [33 Packages 468 kB/508 kB 92%]

99% [Waiting for headers]

Get:40 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [4,026 B]

99% [40 Packages 514 B/4,026 B 13%]
99% [33 Packages store 0 B] [40 Packages 514 B/4,026 B 13%]

99% [33 Packages store 0 B]

100% [Working]
100% [40 Packages store 0 B]

100% [Working]

Fetched 27.8 MB in 3s (7,008 kB/s)

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 1%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 80%

Reading package lists... 80%

Reading package lists... 80%

Reading package lists... 80%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 1%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 80%

Reading package lists... 80%

Reading package lists... 80%

Reading package lists... 80%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       

Reading state information... 0%

Reading state information... 0%

Reading state information... Done

The following additional packages will be installed:
  libgnutls-openssl27
The following NEW packages will be installed:
  iputils-ping libgnutls-openssl27
0 upgraded, 2 newly installed, 0 to remove and 22 not upgraded.
Need to get 74.7 kB of archives.
After this operation, 265 kB of additional disk space will be used.

0% [Working]

Get:1 http://ftp.jaist.ac.jp/ubuntu xenial-updates/main amd64 libgnutls-openssl27 amd64 3.4.10-4ubuntu1.4 [22.0 kB]

4% [1 libgnutls-openssl27 4,080 B/22.0 kB 19%]

34% [Waiting for headers]

Get:2 http://ftp.jaist.ac.jp/ubuntu xenial/main amd64 iputils-ping amd64 3:20121221-5ubuntu2 [52.7 kB]

35% [2 iputils-ping 1,184 B/52.7 kB 2%]

100% [Working]

Fetched 74.7 kB in 0s (1,188 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libgnutls-openssl27:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 33020 files and directories currently installed.)
Preparing to unpack .../libgnutls-openssl27_3.4.10-4ubuntu1.4_amd64.deb ...
Unpacking libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.4) ...
Selecting previously unselected package iputils-ping.
Preparing to unpack .../iputils-ping_3%3a20121221-5ubuntu2_amd64.deb ...
Unpacking iputils-ping (3:20121221-5ubuntu2) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.4) ...
Setting up iputils-ping (3:20121221-5ubuntu2) ...
Setcap is not installed, falling back to setuid
Processing triggers for libc-bin (2.23-0ubuntu10) ...
running test
-- Configuring done
-- Generating done
-- Build files have been written to: /home/blueoil/dlk/build
[100%] Built target packer
Searching for nose2
Reading https://pypi.org/simple/nose2/
Downloading https://files.pythonhosted.org/packages/1b/c5/d5fcd60f5bf8af1e320fde832d7965933581a9b21b0d1b29bbe2208f4403/nose2-0.8.0.tar.gz#sha256=9052f2b46807b63d9bdf68e0768da1f8386368889b50043fd5d0889c470258f3
Best match: nose2 0.8.0
Processing nose2-0.8.0.tar.gz
Writing /tmp/easy_install-jw98on04/nose2-0.8.0/setup.cfg
Running nose2-0.8.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-jw98on04/nose2-0.8.0/egg-dist-tmp-qqmd4d6v
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
zip_safe flag not set; analyzing archive contents...
nose2.__pycache__.util.cpython-36: module references __path__
nose2.plugins.loader.__pycache__.discovery.cpython-36: module references __file__
nose2.plugins.loader.__pycache__.discovery.cpython-36: module references __path__
nose2.tests.__pycache__._common.cpython-36: module references __file__
nose2.tests.functional.__pycache__.test_layers_hooks.cpython-36: module references __file__
creating /home/blueoil/dlk/.eggs/nose2-0.8.0-py3.6.egg
Extracting nose2-0.8.0-py3.6.egg to /home/blueoil/dlk/.eggs

Installed /home/blueoil/dlk/.eggs/nose2-0.8.0-py3.6.egg
Searching for coverage>=4.4.1
Reading https://pypi.org/simple/coverage/
Downloading https://files.pythonhosted.org/packages/cf/7e/8d42a2292e0a7c713db1004746510c2b2dbf149c8dd8e0a2bb1656167eaa/coverage-5.0a4-cp36-cp36m-manylinux1_x86_64.whl#sha256=02abbbebc6e9d5abe13cd28b5e963dedb6ffb51c146c916d17b18f141acd9947
Best match: coverage 5.0a4
Processing coverage-5.0a4-cp36-cp36m-manylinux1_x86_64.whl
Installing coverage-5.0a4-cp36-cp36m-manylinux1_x86_64.whl to /home/blueoil/dlk/.eggs

Installed /home/blueoil/dlk/.eggs/coverage-5.0a4-py3.6-linux-x86_64.egg
running egg_info
writing dlk.egg-info/PKG-INFO
writing dependency_links to dlk.egg-info/dependency_links.txt
writing requirements to dlk.egg-info/requires.txt
writing top-level names to dlk.egg-info/top_level.txt
reading manifest file 'dlk.egg-info/SOURCES.txt'
writing manifest file 'dlk.egg-info/SOURCES.txt'
running build_ext
-- Configuring done
-- Generating done
-- Build files have been written to: /home/blueoil/dlk/build
[100%] Built target packer
/usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/tensorflow-1.4.1-py3.6-linux-x86_64.egg/tensorflow/python/framework/ops.py:766: DeprecationWarning: builtin type EagerTensor has no __module__ attribute
  EagerTensor = c_api.TFE_Py_InitEagerTensor(_EagerTensorBase)
/usr/local/pyenv/versions/python3.6/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.5 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.6
  return f(*args, **kwds)
/usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/tensorflow-1.4.1-py3.6-linux-x86_64.egg/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
  if d.decorator_argspec is not None), _inspect.getargspec(target))
/usr/local/pyenv/versions/python3.6/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
  return f(*args, **kwds)
/usr/local/pyenv/versions/python3.6/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
  return f(*args, **kwds)
Waiting for device 192.168.1.5: try 1 of 15
---begining of stderr---
512+0 records in
512+0 records out
262144 bytes (262 kB, 256 KiB) copied, 0.0798341 s, 3.3 MB/s

---end of stderr---
---begining of stderr---
Connection to 192.168.1.5 closed by remote host.

---end of stderr---
Waiting for device 192.168.1.5: try 1 of 15
---begining of stdout---
PING 192.168.1.5 (192.168.1.5) 56(84) bytes of data.

--- 192.168.1.5 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 3999ms

---end of stdout---

Waiting for device 192.168.1.5: try 2 of 15
fatal: Not a git repository (or any of the parent directories): .git
No arm compiler nor library. Quit testing.
sfatal: Not a git repository (or any of the parent directories): .git
No arm compiler nor library. Quit testing.
sDynamic batchnorm operator load test passed!
.Dynamic binary operator load test passed!
.Dynamic unary operator load test passed!
.Waiting for device 192.168.1.5: try 1 of 15
---begining of stderr---
512+0 records in
512+0 records out
262144 bytes (262 kB, 256 KiB) copied, 0.0763957 s, 3.4 MB/s

---end of stderr---
---begining of stderr---
Connection to 192.168.1.5 closed by remote host.

---end of stderr---
Waiting for device 192.168.1.5: try 1 of 15
---begining of stdout---
PING 192.168.1.5 (192.168.1.5) 56(84) bytes of data.

--- 192.168.1.5 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4030ms

---end of stdout---

Waiting for device 192.168.1.5: try 2 of 15
fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Passed!
.fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Passed!
.fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Passed!
.Graph test passed!
.Waiting for device 192.168.1.5: try 1 of 15
---begining of stderr---
512+0 records in
512+0 records out
262144 bytes (262 kB, 256 KiB) copied, 0.0758065 s, 3.5 MB/s

---end of stderr---
---begining of stderr---
Connection to 192.168.1.5 closed by remote host.

---end of stderr---
Waiting for device 192.168.1.5: try 1 of 15
---begining of stdout---
PING 192.168.1.5 (192.168.1.5) 56(84) bytes of data.

--- 192.168.1.5 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4030ms

---end of stdout---

Waiting for device 192.168.1.5: try 2 of 15
fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test cls: passed!  100.000% of the output values are correct
[hard quantize == False, threshold skipping == False, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test det: passed!  100.000% of the output values are correct
[hard quantize == True, threshold skipping == True, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test seg: passed!  99.990% of the output values are correct
[hard quantize == False, threshold skipping == False, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test seg: passed!  99.990% of the output values are correct
[hard quantize == True, threshold skipping == False, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test seg: passed!  99.990% of the output values are correct
[hard quantize == True, threshold skipping == True, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test cls: passed!  100.000% of the output values are correct
[hard quantize == True, threshold skipping == False, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Output: 
[[9.7157601e-05 5.0596573e-05 1.9754132e-02 7.4322694e-03 9.4586341e-03
  1.7991741e-04 9.6289086e-01 3.7420050e-05 6.9858936e-05 2.9197468e-05]]
Test: 100.000% of the output values are correct
Codegen test cls: passed!  100.000% of the output values are correct
[hard quantize == True, threshold skipping == False, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
sfatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test gconv_cls: passed!  100.000% of the output values are correct
[hard quantize == False, threshold skipping == False, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test gconv_cls: passed!  100.000% of the output values are correct
[hard quantize == True, threshold skipping == False, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test ts_cls: passed!  100.000% of the output values are correct
[hard quantize == True, threshold skipping == True, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test det: passed!  100.000% of the output values are correct
[hard quantize == False, threshold skipping == False, cache == False]
.fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Codegen test det: passed!  100.000% of the output values are correct
[hard quantize == True, threshold skipping == False, cache == False]
.GraphRunner bradth-first mode test passed!
.GraphRunner depth-first mode test passed!
.GraphRunner lazy breadth-first mode test passed!
.Precompute test #1 passed!
.Precompute test #2 passed!
.Precompute test #3 passed!
.Transpose_NHWC test #1 passed!
.mispadding height at stride_conv1_conv2d_Conv2D: 1
mispadding width at stride_conv1_conv2d_Conv2D: 1
TF file import test passed for classification!
.TF file import test passed for group convolution!
.TF file import test passed for object detection!
.TF file export test #1 passed!
./usr/local/pyenv/versions/3.6.3/envs/python3.6/lib/python3.6/site-packages/tensorflow-1.4.1-py3.6-linux-x86_64.egg/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
  if d.decorator_argspec is not None), _inspect.getargspec(target))
TF file export test #2 passed!
.TF file import test passed!
.Waiting for device 192.168.1.5: try 1 of 15
---begining of stderr---
512+0 records in
512+0 records out
262144 bytes (262 kB, 256 KiB) copied, 0.0771469 s, 3.4 MB/s

---end of stderr---
---begining of stderr---
Connection to 192.168.1.5 closed by remote host.

---end of stderr---
Waiting for device 192.168.1.5: try 1 of 15
---begining of stdout---
PING 192.168.1.5 (192.168.1.5) 56(84) bytes of data.

--- 192.168.1.5 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4031ms

---end of stdout---

Waiting for device 192.168.1.5: try 2 of 15
fatal: Not a git repository (or any of the parent directories): .git
import pb file
optimize graph step: start
optimize graph step: done!
generate code step: start
generate code step: done!
Binary time-measurement test : passed!
.Conv test passed!
.MaxPool test passed!
.Consistency test for 'Add' #1 passed!
.Consistency test for 'Add' #2 passed!
.Consistency test for conv operator passed!
.Consistency test for pooling operator passed!
.
----------------------------------------------------------------------
Ran 70 tests in 531.799s

OK (skipped=31)
+ echo '# check PEP8'
# check PEP8
++ id -un
+ docker run --rm -t jenkins_blueoil:local_build /bin/bash -c 'cd dlk && pycodestyle --ignore=W --max-line-length=120 --exclude='\''*static/pb*'\'','\''*docs/*'\'','\''*.eggs*'\'','\''*tvm/*'\'','\''*tests/*'\'','\''backends/*'\'' .'
Setting status of dbc61b6dc8a1acb7ae1b16e7610a9600989664d2 to SUCCESS with url http://jenkins.leapmind.local:8080/job/blueoil_dlk_test/107/console and message: 'Success!
 '
Using context: [dlk] jenkins test
Finished: SUCCESS
hadusam commented 5 years ago

This is occurred by running tests on docker. Not including .git directory in docker image by dockerignore , so the git command is failed. git log command is to get commit tag for creating tmp directory. https://github.com/blue-oil/blueoil/blob/acb5a270f201f34fe5a5b27a4b395d9c3a838b27/dlk/tests/testcase_dlk_base.py#L74-L79 We can ignore these fatal messages. And we don't need to this part for test on docker. But this commit tag is for user running test on local environment to store building results by each tests. I think it is better to throw stderr of this git command away to /dev/null.

kchygoe commented 5 years ago

Fixed