Oneclient and OnedataFS conda packages

Build: #3 failed

Job: Build onedatafs conda packages failed

Stages & jobs

  1. Build oneclient packages

  2. Build fs.onedatafs

  3. Build onedatafs-jupyter packages

  4. Prepare final artifact

Job result summary

Completed
Duration
8 minutes
Revision
e5b1dc867736c76b4c41daf4e23fc8e2d9cf0d95
No failed test found. A possible compilation error occurred.

Error summary

The build generated some errors. See the full build log for more details.

Cloning into 'helpers'...
Cloning into 'appmock'...
Cloning into 'bamboos'...
Cloning into 'bamboos'...
Cloning into 'clproto'...
Cloning into 'onedatafs-jupyter'...
Cloning into 'bamboos'...
Cloning into 'onepanel'...
Cloning into 'bamboos'...
Cloning into 'one-env'...
Cloning into 'op_worker'...
Cloning into 'bamboos'...
Cloning into 'one-env'...
Cloning into 'oz_worker'...
Cloning into 'bamboos'...
No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.11
WARNING:conda_build.metadata:No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.11
INFO:conda_build.variants:Adding in variants from internal_defaults
INFO:conda_build.variants:Adding in variants from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP47-BOCP/oneclient/package/conda/onedatafs/conda_build_config.yaml
INFO:conda_build.metadata:Attempting to finalize metadata for onedatafs
INFO:conda_build.source:Source cache directory is: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP47-BOCP/oneclient/package/conda-bld/src_cache
INFO conda_build.source:download_to_cache(43): Source cache directory is: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP47-BOCP/oneclient/package/conda-bld/src_cache
No hash (md5, sha1, sha256) provided for oneclient-base-21.02.0.alpha17.tar.gz.  Source download forced.  Add hash to recipe to use source cache.
WARNING:conda_build.source:No hash (md5, sha1, sha256) provided for oneclient-base-21.02.0.alpha17.tar.gz.  Source download forced.  Add hash to recipe to use source cache.
WARNING conda_build.source:download_to_cache(59): No hash (md5, sha1, sha256) provided for oneclient-base-21.02.0.alpha17.tar.gz.  Source download forced.  Add hash to recipe to use source cache.
INFO:conda_build.source:Downloading source to cache: oneclient-base-21.02.0.alpha17.tar.gz
INFO conda_build.source:download_to_cache(66): Downloading source to cache: oneclient-base-21.02.0.alpha17.tar.gz
INFO:conda_build.source:Downloading file:///mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP47-BOCP/oneclient/package/oneclient-base-21.02.0.alpha17.tar.gz
INFO conda_build.source:download_to_cache(80): Downloading file:///mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP47-BOCP/oneclient/package/oneclient-base-21.02.0.alpha17.tar.gz
INFO:conda_build.source:Success
INFO conda_build.source:download_to_cache(91): Success
CMake Deprecation Warning at helpers/cmake/FindFUSE.cmake:41 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
  CMakeLists.txt:48 (find_package)


CMake Deprecation Warning at helpers/cmake/FindFolly.cmake:41 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
  CMakeLists.txt:77 (find_package)


CMake Deprecation Warning at helpers/cmake/FindFolly.cmake:41 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
  cmake/FindWangle.cmake:9 (find_package)
  CMakeLists.txt:78 (find_package)


CMake Warning (dev) at /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP47-BOCP/oneclient/package/conda-bld/onedatafs_1626685768779/_build_env/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
  The package name passed to `find_package_handle_standard_args` (WANGLE)
  does not match the name of the calling package (Wangle).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindWangle.cmake:28 (find_package_handle_standard_args)
  CMakeLists.txt:78 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
IBERTY_LIBRARY
    linked by target "onedatafs.py3" in directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP47-BOCP/oneclient/package/conda-bld/onedatafs_1626685768779/work
    linked by target "onedatafs.py3" in directory /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP47-BOCP/oneclient/package/conda-bld/onedatafs_1626685768779/work

CMake Generate step failed.  Build files cannot be regenerated correctly.
Traceback (most recent call last):
  File "/opt/conda/bin/conda-build", line 11, in <module>
    sys.exit(main())
  File "/opt/conda/lib/python3.7/site-packages/conda_build/cli/main_build.py", line 445, in main
    execute(sys.argv[1:])
  File "/opt/conda/lib/python3.7/site-packages/conda_build/cli/main_build.py", line 436, in execute
    verify=args.verify, variants=args.variants)
  File "/opt/conda/lib/python3.7/site-packages/conda_build/api.py", line 209, in build
    notest=notest, need_source_download=need_source_download, variants=variants)
  File "/opt/conda/lib/python3.7/site-packages/conda_build/build.py", line 2343, in build_tree
    notest=notest,
  File "/opt/conda/lib/python3.7/site-packages/conda_build/build.py", line 1491, in build
    cwd=src_dir, stats=build_stats)
  File "/opt/conda/lib/python3.7/site-packages/conda_build/utils.py", line 397, in check_call_env
    return _func_defaulting_env_to_os_environ('call', *popenargs, **kwargs)
  File "/opt/conda/lib/python3.7/site-packages/conda_build/utils.py", line 377, in _func_defaulting_env_to_os_environ
    raise subprocess.CalledProcessError(proc.returncode, _args)
subprocess.CalledProcessError: Command '['/bin/bash', '-e', '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP47-BOCP/oneclient/package/conda-bld/onedatafs_1626685768779/work/conda_build.sh']' returned non-zero exit status 1.
make: *** [Makefile:277: conda/onedatafs] Error 1
make: *** [onedatafs_conda] Error 2
mv: cannot stat 'oneclient/conda-pkg-list.txt': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4658  100  4658    0     0  23416      0 --:--:-- --:--:-- --:--:-- 23525
Error response from daemon: Cannot kill container: 55cdc22c8eb5: Container 55cdc22c8eb52333959ef454e353d5f18fa17470de36e2eb576b610b28d374aa is not running