Oneclient and OnedataFS conda packages

Build: #772 was successful

Job: Build oneclient conda package was successful

Stages & jobs

  1. Build oneclient packages

  2. Build fs.onedatafs

  3. Build onedatafs-jupyter packages

  4. Prepare final artifact

Job result summary

Completed
Duration
39 minutes
Agent
bamboo-agent-os-09
Revision
7b2927e1ac96d301a6f119653791b3157ca55aa2

Error summary

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

  464 |         __atomic_store_n(&_M_i, __i, int(__m));
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:48:
In function 'void* folly::checkedMalloc(size_t)',
    inlined from 'static folly::fbstring_core<Char>::RefCounted* folly::fbstring_core<Char>::RefCounted::create(size_t*) [with Char = char]' at /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:489:59,
    inlined from 'static folly::fbstring_core<Char>::RefCounted* folly::fbstring_core<Char>::RefCounted::create(const Char*, size_t*) [with Char = char]' at /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:497:27,
    inlined from 'void folly::fbstring_core<Char>::initLarge(const Char*, size_t) [with Char = char]' at /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:724:40:
/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/memory/Malloc.h:218:19: note: destination object of size 0 allocated by 'malloc'
  218 |   void* p = malloc(size);
      |             ~~~~~~^~~~~~
In file included from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/helpers/src/../include/helpers/storageHelper.h:36,
                 from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/bench/testWorkerRndRd.h:12,
                 from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/bench/testWorkerRndRd.cc:9:
/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/_build_env/include/tbb/concurrent_hash_map.h: In constructor 'tbb::interface5::internal::hash_map_base::hash_map_base()':
/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/_build_env/include/tbb/concurrent_hash_map.h:122:24: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'class tbb::interface5::internal::hash_map_base' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
  122 |             std::memset( this, 0, pointers_per_table*sizeof(segment_ptr_t) // 32*4=128   or 64*8=512
      |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  123 |                 + sizeof(my_size) + sizeof(my_mask)  // 4+4 or 8+8
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  124 |                 + embedded_buckets*sizeof(bucket) ); // n*8 or n*16
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/_build_env/include/tbb/concurrent_hash_map.h:76:11: note: 'class tbb::interface5::internal::hash_map_base' declared here
   76 |     class hash_map_base {
      |           ^~~~~~~~~~~~~
In file included from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/helpers/src/../include/helpers/storageHelper.h:36,
                 from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/bench/testWorkerRndRdHTTP.h:12,
                 from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/bench/testWorkerRndRdHTTP.cc:9:
/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/_build_env/include/tbb/concurrent_hash_map.h: In constructor 'tbb::interface5::internal::hash_map_base::hash_map_base()':
/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/_build_env/include/tbb/concurrent_hash_map.h:122:24: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'class tbb::interface5::internal::hash_map_base' with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess]
  122 |             std::memset( this, 0, pointers_per_table*sizeof(segment_ptr_t) // 32*4=128   or 64*8=512
      |             ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  123 |                 + sizeof(my_size) + sizeof(my_mask)  // 4+4 or 8+8
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  124 |                 + embedded_buckets*sizeof(bucket) ); // n*8 or n*16
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/_build_env/include/tbb/concurrent_hash_map.h:76:11: note: 'class tbb::interface5::internal::hash_map_base' declared here
   76 |     class hash_map_base {
      |           ^~~~~~~~~~~~~
In file included from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/_build_env/x86_64-conda-linux-gnu/include/c++/12.2.0/atomic:41,
                 from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:22,
                 from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/bench/common.h:11,
                 from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/bench/testRunner.h:11:
In member function 'void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = long unsigned int]',
    inlined from 'static folly::fbstring_core<Char>::RefCounted* folly::fbstring_core<Char>::RefCounted::create(size_t*) [with Char = char]' at /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:490:30,
    inlined from 'static folly::fbstring_core<Char>::RefCounted* folly::fbstring_core<Char>::RefCounted::create(const Char*, size_t*) [with Char = char]' at /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:497:27,
    inlined from 'void folly::fbstring_core<Char>::initLarge(const Char*, size_t) [with Char = char]' at /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:724:40:
/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/_build_env/x86_64-conda-linux-gnu/include/c++/12.2.0/bits/atomic_base.h:464:25: warning: 'void __atomic_store_8(volatile void*, long unsigned int, int)' writing 8 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
  464 |         __atomic_store_n(&_M_i, __i, int(__m));
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:48:
In function 'void* folly::checkedMalloc(size_t)',
    inlined from 'static folly::fbstring_core<Char>::RefCounted* folly::fbstring_core<Char>::RefCounted::create(size_t*) [with Char = char]' at /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:489:59,
    inlined from 'static folly::fbstring_core<Char>::RefCounted* folly::fbstring_core<Char>::RefCounted::create(const Char*, size_t*) [with Char = char]' at /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:497:27,
    inlined from 'void folly::fbstring_core<Char>::initLarge(const Char*, size_t) [with Char = char]' at /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/FBString.h:724:40:
/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/work/build/contrib/include/folly/memory/Malloc.h:218:19: note: destination object of size 0 allocated by 'malloc'
  218 |   void* p = malloc(size);
      |             ~~~~~~^~~~~~
/opt/conda/lib/python3.12/site-packages/conda_build/environ.py:544: UserWarning: The environment variable 'PKG_VERSION' is being passed through with value '21.02.8'.  If you are splitting build and test phases with --no-test, please ensure that this value is also set similarly at test time.
  warnings.warn(
+ test -f /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/bin/oneclient
+ /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/oneclient_1733239215724/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/bin/oneclient --version
+ exit 0
Using Anaconda API: https://api.anaconda.org
Using "onedata-devel" as upload username
Processing "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OCP-BFBP/oneclient/package/conda-bld/linux-64/oneclient-21.02.8-py39.tar.bz2"
Detecting file type...
File type is "Conda"
Extracting conda attributes for upload
[WARNING] Distribution "linux-64/oneclient-21.02.8-py39.tar.bz2" already exists. Removing.
Creating package "oneclient"
Creating release "21.02.8"
Uploading file "onedata-devel/oneclient/21.02.8/linux-64/oneclient-21.02.8-py39.tar.bz2"

  0%|          | 0.00/29.8M [00:00<?, ?B/s]
  0%|          | 16.0k/29.8M [00:00<09:20, 55.7kB/s]
  0%|          | 80.0k/29.8M [00:00<02:15, 230kB/s]
  0%|          | 112k/29.8M [00:00<02:07, 244kB/s]
  1%|          | 208k/29.8M [00:00<01:12, 426kB/s]
  2%|▏         | 544k/29.8M [00:00<00:26, 1.18MB/s]
  2%|▏         | 672k/29.8M [00:00<00:26, 1.13MB/s]
  5%|▍         | 1.36M/29.8M [00:01<00:11, 2.60MB/s]
  9%|▉         | 2.75M/29.8M [00:01<00:05, 5.34MB/s]
11%|█         | 3.28M/29.8M [00:01<00:05, 5.05MB/s]
15%|█▍        | 4.36M/29.8M [00:01<00:04, 6.22MB/s]
19%|█▉        | 5.66M/29.8M [00:01<00:03, 7.64MB/s]
26%|██▌       | 7.80M/29.8M [00:01<00:02, 10.7MB/s]
34%|███▍      | 10.3M/29.8M [00:01<00:01, 13.6MB/s]
43%|████▎     | 12.8M/29.8M [00:01<00:01, 15.8MB/s]
51%|█████     | 15.2M/29.8M [00:02<00:00, 17.3MB/s]
59%|█████▉    | 17.7M/29.8M [00:02<00:00, 18.4MB/s]
68%|██████▊   | 20.2M/29.8M [00:02<00:00, 19.2MB/s]
76%|███████▌  | 22.7M/29.8M [00:02<00:00, 19.7MB/s]
84%|████████▍ | 25.2M/29.8M [00:02<00:00, 19.9MB/s]
93%|█████████▎| 27.7M/29.8M [00:02<00:00, 20.1MB/s]
29.8MB [00:02, 10.8MB/s]                           
Upload complete

conda located at:
  https://anaconda.org/onedata-devel/oneclient

  % 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  4822  100  4822    0     0  43053      0 --:--:-- --:--:-- --:--:-- 43053
Error response from daemon: Cannot kill container: 47f661eeaa7f: Container 47f661eeaa7f46312832d25a5795a448e05baf9974ed466793de06fd8e8f732d is not running