[question] How to speed up installation
What is your question?
My_app has a dependency chain 10 levels deep, down to package_10. When I specify all 10 dependent packages directly in the conanfile, the download is very fast. However, when I only specify the direct dependency package_0, the installation process is very slow.
Have you read the CONTRIBUTING guide?
- [x] I've read the CONTRIBUTING guide
Hi @Fengqiv
Thanks for your question.
It would be necessary to specify more information:
- What server are you using, and if it is located close to the machine doing the download
- The output of
conan version - The full logs of both executions with real timings measured in seconds
The Conan repository is an internally deployed JFrog Artifactory (CE). Since all dependency package uploads and downloads occur over the internal network, network speed is not the bottleneck.
I only kept nck_resource [in the conanfile] and removed the other packages, which are upstream dependencies of nck_resource. This causes the download and installation process to be very slow.
The download took 34 minutes and still hadn't finished, so I manually terminated the pipeline.
After I listed most of the dependency packages in the conanfile, the download and installation process became much faster—taking only about one minute.
The download took 34 minutes and still hadn't finished, so I manually terminated the pipeline.
That isn't expected at all. How many packages are installed in total?
With the conan lock command that doesn't really download binaries, the command should be much faster, like dependency graphs of some hundreds of packages can be downloaded in a couple of minutes.
I think this might be some configuration of the server. Please specify also the server version that you are using.
And to rule out possible server and network issues, please try to run a local Artifactory CE instance from the docker image in https://conan.io/downloads in your local machine, and run a similar test,
The total number of packages installed is 49.
The pipeline log is too long and lacks timestamps, so I'm unable to show you the full log. After running conan lock create ., it also executed conan install . --lockfile=conan.lock -of utils --update.
conan version:2.10.1
The image shows the Conan version that was added when building the image used in the pipeline.
Are you referring to the package repository version or the Conan client version?
The total number of packages installed is 49.
Yes, this doesn't make sense. Installing:
$ conan lock create --requires="opencv/[*]" --requires="tensorflow-lite/[*]" -r=conancenter
which install more than 50 packages, from ConanCenter (not even a close Artifactory server), takes around 1 minute.
Can you please try that command and report the exact timing?
After running conan lock create ., it also executed conan install . --lockfile=conan.lock -of utils --update.
That is a different story, this is why providing logs is useful. So it was not only the conan lock, but you are also executing a full conan install? (you can drop the --update, because you are using a lockfile, things will be resolved for that lockfile pinned versions, it won't really update).
Are you referring to the package repository version or the Conan client version?
No, the Artifactory server version
`root@debian01:~# conan version version: 2.9.3 conan_path: /root/.local/bin/conan python version: 3.11.2 sys_version: 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] sys_executable: /root/.local/pipx/venvs/conan/bin/python is_frozen: False architecture: x86_64 system version: #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) platform: Linux-6.1.0-18-amd64-x86_64-with-glibc2.36 system: Linux release: 6.1.0-18-amd64 cpu: root@debian01:~# cat .con .conan2/ .conan_server/ .config/ root@debian01:~# cat .conan2/profiles/default [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=12 os=Linux root@debian01:~# time conan lock create --requires="opencv/[]" --requires="tensorflow-lite/[]" -r=conancenter
======== Computing dependency graph ======== opencv/4.11.0: Not found in local cache, looking in remotes... opencv/4.11.0: Checking remote: conancenter opencv/4.11.0: Downloaded recipe revision 71aeafa9c85259d048279092e4d06666 zlib/1.3.1: Not found in local cache, looking in remotes... zlib/1.3.1: Checking remote: conancenter zlib/1.3.1: Downloaded recipe revision b8bc2603263cf7eccbd6e17e66b0ed76 eigen/3.4.0: Not found in local cache, looking in remotes... eigen/3.4.0: Checking remote: conancenter eigen/3.4.0: Downloaded recipe revision 2e192482a8acff96fe34766adca2b24c protobuf/3.21.12: Not found in local cache, looking in remotes... protobuf/3.21.12: Checking remote: conancenter protobuf/3.21.12: Downloaded recipe revision 1815c278fa25d4447be035f7bb52ed7e ade/0.1.2d: Not found in local cache, looking in remotes... ade/0.1.2d: Checking remote: conancenter ade/0.1.2d: Downloaded recipe revision 82546b5d78a6a8393f705a8f4f826dff xkbcommon/1.6.0: Not found in local cache, looking in remotes... xkbcommon/1.6.0: Checking remote: conancenter xkbcommon/1.6.0: Downloaded recipe revision 06776a6aa42a7fd93244c4d1fd517be9 xkeyboard-config/system: Not found in local cache, looking in remotes... xkeyboard-config/system: Checking remote: conancenter xkeyboard-config/system: Downloaded recipe revision 9704cfadc100ffc0cfc91c8d0ec0d3aa xorg/system: Not found in local cache, looking in remotes... xorg/system: Checking remote: conancenter xorg/system: Downloaded recipe revision 98f82cb669e4ebc6b4d9d8a4f3f1faf4 libxml2/2.13.8: Not found in local cache, looking in remotes... libxml2/2.13.8: Checking remote: conancenter libxml2/2.13.8: Downloaded recipe revision 06138534f18dd953b35cad0dc3a08451 libiconv/1.17: Not found in local cache, looking in remotes... libiconv/1.17: Checking remote: conancenter libiconv/1.17: Downloaded recipe revision 1ae2f60ab5d08de1643a22a81b360c59 pkgconf/2.1.0: Not found in local cache, looking in remotes... pkgconf/2.1.0: Checking remote: conancenter pkgconf/2.1.0: Downloaded recipe revision 27f44583701117b571307cf5b5fe5605 meson/1.2.2: Not found in local cache, looking in remotes... meson/1.2.2: Checking remote: conancenter meson/1.2.2: Downloaded recipe revision 21b73818ba96d9eea465b310b5bbc993 ninja/1.12.1: Not found in local cache, looking in remotes... ninja/1.12.1: Checking remote: conancenter ninja/1.12.1: Downloaded recipe revision fd583651bf0c6a901943495d49878803 wayland/1.22.0: Not found in local cache, looking in remotes... wayland/1.22.0: Checking remote: conancenter wayland/1.22.0: Downloaded recipe revision 58b35201fac71e10b5fcda91dece729f libffi/3.4.4: Not found in local cache, looking in remotes... libffi/3.4.4: Checking remote: conancenter libffi/3.4.4: Downloaded recipe revision 1520e366dc9a6a38898b4993bb198748 expat/2.7.1: Not found in local cache, looking in remotes... expat/2.7.1: Checking remote: conancenter expat/2.7.1: Downloaded recipe revision b0b67ba910c5147271b444139ca06953 meson/1.7.2: Not found in local cache, looking in remotes... meson/1.7.2: Checking remote: conancenter meson/1.7.2: Downloaded recipe revision 9f1462dd0d74937352f0c4fed2563d28 pkgconf/2.2.0: Not found in local cache, looking in remotes... pkgconf/2.2.0: Checking remote: conancenter pkgconf/2.2.0: Downloaded recipe revision 6462942a22803086372db44689ba825f meson/1.3.2: Not found in local cache, looking in remotes... meson/1.3.2: Checking remote: conancenter meson/1.3.2: Downloaded recipe revision 26ce8a76a36cc275cdfee1d757bc6561 bison/3.8.2: Not found in local cache, looking in remotes... bison/3.8.2: Checking remote: conancenter bison/3.8.2: Downloaded recipe revision ed1ba0c42d2ab7ab64fc3a62e9ecc673 m4/1.4.19: Not found in local cache, looking in remotes... m4/1.4.19: Checking remote: conancenter m4/1.4.19: Downloaded recipe revision b38ced39a01e31fef5435bc634461fd2 flex/2.6.4: Not found in local cache, looking in remotes... flex/2.6.4: Checking remote: conancenter flex/2.6.4: Downloaded recipe revision e35bc44b3fcbcd661e0af0dc5b5b1ad4 wayland-protocols/1.33: Not found in local cache, looking in remotes... wayland-protocols/1.33: Checking remote: conancenter wayland-protocols/1.33: Downloaded recipe revision e50e231235a3ed2c09f01196aa34e120 meson/1.3.0: Not found in local cache, looking in remotes... meson/1.3.0: Checking remote: conancenter meson/1.3.0: Downloaded recipe revision 39e72c134c60664acd1368390f663f85 libjpeg/9e: Not found in local cache, looking in remotes... libjpeg/9e: Checking remote: conancenter libjpeg/9e: Downloaded recipe revision ebca87d1efc798db99cc9bbe2297679a openjpeg/2.5.2: Not found in local cache, looking in remotes... openjpeg/2.5.2: Checking remote: conancenter openjpeg/2.5.2: Downloaded recipe revision 6f7b733e151d1bbf5ed05cbabb846828 libpng/1.6.48: Not found in local cache, looking in remotes... libpng/1.6.48: Checking remote: conancenter libpng/1.6.48: Downloaded recipe revision dd0fc04a42b9a23bce065545a81d4847 openexr/3.2.3: Not found in local cache, looking in remotes... openexr/3.2.3: Checking remote: conancenter openexr/3.2.3: Downloaded recipe revision 9729562cfe706ed8d5a9a7f398d09eab imath/3.1.9: Not found in local cache, looking in remotes... imath/3.1.9: Checking remote: conancenter imath/3.1.9: Downloaded recipe revision 2e7f5802b247baae47235b4c8d5642c9 libdeflate/1.19: Not found in local cache, looking in remotes... libdeflate/1.19: Checking remote: conancenter libdeflate/1.19: Downloaded recipe revision 3ea74a4549efc14d4b1202dc4bfbf602 libtiff/4.6.0: Not found in local cache, looking in remotes... libtiff/4.6.0: Checking remote: conancenter libtiff/4.6.0: Downloaded recipe revision 1979c297d270098f5adbb0974fb818d3 xz_utils/5.4.5: Not found in local cache, looking in remotes... xz_utils/5.4.5: Checking remote: conancenter xz_utils/5.4.5: Downloaded recipe revision b885d1d79c9d30cff3803f7f551dbe66 jbig/20160605: Not found in local cache, looking in remotes... jbig/20160605: Checking remote: conancenter jbig/20160605: Downloaded recipe revision 2d29fa02aacd76902e0d2cbbc24631ef zstd/1.5.5: Not found in local cache, looking in remotes... zstd/1.5.5: Checking remote: conancenter zstd/1.5.5: Downloaded recipe revision 8400bcba21d1b495dca55edf3f065246 libwebp/1.3.2: Not found in local cache, looking in remotes... libwebp/1.3.2: Checking remote: conancenter libwebp/1.3.2: Downloaded recipe revision dbed2923d1d09411a7c2efa89700fa71 cmake/3.31.6: Not found in local cache, looking in remotes... cmake/3.31.6: Checking remote: conancenter cmake/3.31.6: Downloaded recipe revision ed0e6c1d49bd564ce6fed1a19653b86d quirc/1.2: Not found in local cache, looking in remotes... quirc/1.2: Checking remote: conancenter quirc/1.2: Downloaded recipe revision 5398c0f120ebdeeeb3b2535a32774d25 ffmpeg/4.4.4: Not found in local cache, looking in remotes... ffmpeg/4.4.4: Checking remote: conancenter ffmpeg/4.4.4: Downloaded recipe revision 6f2ff7e15bc71860531f5e32c6c61b86 bzip2/1.0.8: Not found in local cache, looking in remotes... bzip2/1.0.8: Checking remote: conancenter bzip2/1.0.8: Downloaded recipe revision 00b4a4658791c1f06914e087f0e792f5 freetype/2.13.2: Not found in local cache, looking in remotes... freetype/2.13.2: Checking remote: conancenter freetype/2.13.2: Downloaded recipe revision 5d2563803c8558d4ef47271a82c73d20 brotli/1.1.0: Not found in local cache, looking in remotes... brotli/1.1.0: Checking remote: conancenter brotli/1.1.0: Downloaded recipe revision 406ce8f1c997f4ef7852fa01ff85ef9f openh264/2.4.1: Not found in local cache, looking in remotes... openh264/2.4.1: Checking remote: conancenter openh264/2.4.1: Downloaded recipe revision e7b055ba4fc635a6a3e0dbec088e18ea meson/1.4.1: Not found in local cache, looking in remotes... meson/1.4.1: Checking remote: conancenter meson/1.4.1: Downloaded recipe revision 43b753adf9a089cadfa17c8034f5c897 nasm/2.16.01: Not found in local cache, looking in remotes... nasm/2.16.01: Checking remote: conancenter nasm/2.16.01: Downloaded recipe revision 31e26f2ee3c4346ecd347911bd126904 vorbis/1.3.7: Not found in local cache, looking in remotes... vorbis/1.3.7: Checking remote: conancenter vorbis/1.3.7: Downloaded recipe revision a019e93187ade6ee8a51762f88092604 ogg/1.3.5: Not found in local cache, looking in remotes... ogg/1.3.5: Checking remote: conancenter ogg/1.3.5: Downloaded recipe revision e8186fe05ebe9f8e706fa4bde2164d12 opus/1.4: Not found in local cache, looking in remotes... opus/1.4: Checking remote: conancenter opus/1.4: Downloaded recipe revision d87c608b1df136de943b02656e166c4e libx264/cci.20240224: Not found in local cache, looking in remotes... libx264/cci.20240224: Checking remote: conancenter libx264/cci.20240224: Downloaded recipe revision a037063ce0a3e5a2f75b9c1b56038aed nasm/2.15.05: Not found in local cache, looking in remotes... nasm/2.15.05: Checking remote: conancenter nasm/2.15.05: Downloaded recipe revision f7d6a6f3b14f583e001d9ae84e8cd152 libx265/3.4: Not found in local cache, looking in remotes... libx265/3.4: Checking remote: conancenter libx265/3.4: Downloaded recipe revision 566e9cebfd7674e0b44ad57a2beeb690 libvpx/1.14.1: Not found in local cache, looking in remotes... libvpx/1.14.1: Checking remote: conancenter libvpx/1.14.1: Downloaded recipe revision 3b2a56aea1e29b9a8f7753030c620f38 yasm/1.3.0: Not found in local cache, looking in remotes... yasm/1.3.0: Checking remote: conancenter yasm/1.3.0: Downloaded recipe revision fb800a15413dca19bfaef9e4b5d50694 libmp3lame/3.100: Not found in local cache, looking in remotes... libmp3lame/3.100: Checking remote: conancenter libmp3lame/3.100: Downloaded recipe revision 44b12d19316eb2b223d98d3e75dae438 gnu-config/cci.20210814: Not found in local cache, looking in remotes... gnu-config/cci.20210814: Checking remote: conancenter gnu-config/cci.20210814: Downloaded recipe revision dc430d754f465e8c74463019672fb97b libfdk_aac/2.0.3: Not found in local cache, looking in remotes... libfdk_aac/2.0.3: Checking remote: conancenter libfdk_aac/2.0.3: Downloaded recipe revision 0115f6598be7303e042684e3a846b12d openssl/3.4.1: Not found in local cache, looking in remotes... openssl/3.4.1: Checking remote: conancenter openssl/3.4.1: Downloaded recipe revision 638c4c4df8ecdef1f7aa73fc0d07fde6 libalsa/1.2.10: Not found in local cache, looking in remotes... libalsa/1.2.10: Checking remote: conancenter libalsa/1.2.10: Downloaded recipe revision e64d5e1ced869a2f676145bab4f4a181 libtool/2.4.7: Not found in local cache, looking in remotes... libtool/2.4.7: Checking remote: conancenter libtool/2.4.7: Downloaded recipe revision a182d7ce8d4c346a19dbd4a5d532ef68 automake/1.16.5: Not found in local cache, looking in remotes... automake/1.16.5: Checking remote: conancenter automake/1.16.5: Downloaded recipe revision 058bda3e21c36c9aa8425daf3c1faf50 autoconf/2.71: Not found in local cache, looking in remotes... autoconf/2.71: Checking remote: conancenter autoconf/2.71: Downloaded recipe revision f9307992909d7fb3df459340f1932809 pulseaudio/14.2: Not found in local cache, looking in remotes... pulseaudio/14.2: Checking remote: conancenter pulseaudio/14.2: Downloaded recipe revision 30afeff38a7770cb9cda17a66da49a19 libsndfile/1.2.2: Not found in local cache, looking in remotes... libsndfile/1.2.2: Checking remote: conancenter libsndfile/1.2.2: Downloaded recipe revision 67b8fc896cc8b9bf121a51ae01f4edab flac/1.4.2: Not found in local cache, looking in remotes... flac/1.4.2: Checking remote: conancenter flac/1.4.2: Downloaded recipe revision fe87e6e5a29094d221525fbf3bbea90f mpg123/1.31.2: Not found in local cache, looking in remotes... mpg123/1.31.2: Checking remote: conancenter mpg123/1.31.2: Downloaded recipe revision 8ffd074baa3de80d2e5c041cdec2b435 pkgconf/2.0.3: Not found in local cache, looking in remotes... pkgconf/2.0.3: Checking remote: conancenter pkgconf/2.0.3: Downloaded recipe revision f996677e96e61e6552d85e83756c328b libcap/2.69: Not found in local cache, looking in remotes... libcap/2.69: Checking remote: conancenter libcap/2.69: Downloaded recipe revision 7ef2d60864c2e58e89db957be936dc49 gettext/0.21: Not found in local cache, looking in remotes... gettext/0.21: Checking remote: conancenter gettext/0.21: Downloaded recipe revision a2bd3513f212013764c9040f4c70ed69 vaapi/system: Not found in local cache, looking in remotes... vaapi/system: Checking remote: conancenter vaapi/system: Downloaded recipe revision 9fa40059fb979af4f9b301b84fb2dfa1 vdpau/system: Not found in local cache, looking in remotes... vdpau/system: Checking remote: conancenter vdpau/system: Downloaded recipe revision bdd7d010c4e3d8762a8f6f08a3cf6760 libaom-av1/3.6.1: Not found in local cache, looking in remotes... libaom-av1/3.6.1: Checking remote: conancenter libaom-av1/3.6.1: Downloaded recipe revision a2b22c70d6fce43887881431808ab8a6 dav1d/1.4.3: Not found in local cache, looking in remotes... dav1d/1.4.3: Checking remote: conancenter dav1d/1.4.3: Downloaded recipe revision 5e2459e132c77183bd16d23d12fd8f4a meson/1.4.0: Not found in local cache, looking in remotes... meson/1.4.0: Checking remote: conancenter meson/1.4.0: Downloaded recipe revision 2262941cc8fbb0099dd0c196ca2a6c01 tensorflow-lite/2.15.0: Not found in local cache, looking in remotes... tensorflow-lite/2.15.0: Checking remote: conancenter tensorflow-lite/2.15.0: Downloaded recipe revision d1d39a062bf00a61166d46a4537527fb abseil/20230125.3: Not found in local cache, looking in remotes... abseil/20230125.3: Checking remote: conancenter abseil/20230125.3: Downloaded recipe revision 85eb0587a3c12b90216c72070e9eef3e farmhash/cci.20190513: Not found in local cache, looking in remotes... farmhash/cci.20190513: Checking remote: conancenter farmhash/cci.20190513: Downloaded recipe revision 60980ffb85c63bbba6514c209f2ee1b8 fft/cci.20061228: Not found in local cache, looking in remotes... fft/cci.20061228: Checking remote: conancenter fft/cci.20061228: Downloaded recipe revision 30ae3da3bd671aa271a4816b8e92dc33 flatbuffers/23.5.26: Not found in local cache, looking in remotes... flatbuffers/23.5.26: Checking remote: conancenter flatbuffers/23.5.26: Downloaded recipe revision 0290575326fe9b2c39a0236ea81d8c30 gemmlowp/cci.20210928: Not found in local cache, looking in remotes... gemmlowp/cci.20210928: Checking remote: conancenter gemmlowp/cci.20210928: Downloaded recipe revision 28483fa833aa47549961bb9c5ab84bfa ruy/cci.20231129: Not found in local cache, looking in remotes... ruy/cci.20231129: Checking remote: conancenter ruy/cci.20231129: Downloaded recipe revision f23bfbab527048bfffba001f7a81236d cpuinfo/cci.20231129: Not found in local cache, looking in remotes... cpuinfo/cci.20231129: Checking remote: conancenter cpuinfo/cci.20231129: Downloaded recipe revision 15e94782b128bee8bfd047f6102a4d21 intel-neon2sse/cci.20210225: Not found in local cache, looking in remotes... intel-neon2sse/cci.20210225: Checking remote: conancenter intel-neon2sse/cci.20210225: Downloaded recipe revision 56e8b51d756e9ae2a612e3489039e07b xnnpack/cci.20231026: Not found in local cache, looking in remotes... xnnpack/cci.20231026: Checking remote: conancenter xnnpack/cci.20231026: Downloaded recipe revision c1deb0daf1cf7b0eeffa003da7944c30 fp16/cci.20210320: Not found in local cache, looking in remotes... fp16/cci.20210320: Checking remote: conancenter fp16/cci.20210320: Downloaded recipe revision 34dbac7f6fa3dee68830028b53de6c84 psimd/cci.20200517: Not found in local cache, looking in remotes... psimd/cci.20200517: Checking remote: conancenter psimd/cci.20200517: Downloaded recipe revision 83200a06ebb1ff39c5adff0d712c05fa pthreadpool/cci.20231129: Not found in local cache, looking in remotes... pthreadpool/cci.20231129: Checking remote: conancenter pthreadpool/cci.20231129: Downloaded recipe revision 7bea77db5af9a570f7510a92cada3065 fxdiv/cci.20200417: Not found in local cache, looking in remotes... fxdiv/cci.20200417: Checking remote: conancenter fxdiv/cci.20200417: Downloaded recipe revision 0b3afe4c9d1b8d05f5f017984c8cb15a Graph root cli Requirements abseil/20230125.3#85eb0587a3c12b90216c72070e9eef3e - Downloaded (conancenter) ade/0.1.2d#82546b5d78a6a8393f705a8f4f826dff - Downloaded (conancenter) autoconf/2.71#f9307992909d7fb3df459340f1932809 - Downloaded (conancenter) automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50 - Downloaded (conancenter) brotli/1.1.0#406ce8f1c997f4ef7852fa01ff85ef9f - Downloaded (conancenter) bzip2/1.0.8#00b4a4658791c1f06914e087f0e792f5 - Downloaded (conancenter) cpuinfo/cci.20231129#15e94782b128bee8bfd047f6102a4d21 - Downloaded (conancenter) dav1d/1.4.3#5e2459e132c77183bd16d23d12fd8f4a - Downloaded (conancenter) eigen/3.4.0#2e192482a8acff96fe34766adca2b24c - Downloaded (conancenter) expat/2.7.1#b0b67ba910c5147271b444139ca06953 - Downloaded (conancenter) farmhash/cci.20190513#60980ffb85c63bbba6514c209f2ee1b8 - Downloaded (conancenter) ffmpeg/4.4.4#6f2ff7e15bc71860531f5e32c6c61b86 - Downloaded (conancenter) fft/cci.20061228#30ae3da3bd671aa271a4816b8e92dc33 - Downloaded (conancenter) flac/1.4.2#fe87e6e5a29094d221525fbf3bbea90f - Downloaded (conancenter) flatbuffers/23.5.26#0290575326fe9b2c39a0236ea81d8c30 - Downloaded (conancenter) fp16/cci.20210320#34dbac7f6fa3dee68830028b53de6c84 - Downloaded (conancenter) freetype/2.13.2#5d2563803c8558d4ef47271a82c73d20 - Downloaded (conancenter) fxdiv/cci.20200417#0b3afe4c9d1b8d05f5f017984c8cb15a - Downloaded (conancenter) gemmlowp/cci.20210928#28483fa833aa47549961bb9c5ab84bfa - Downloaded (conancenter) imath/3.1.9#2e7f5802b247baae47235b4c8d5642c9 - Downloaded (conancenter) intel-neon2sse/cci.20210225#56e8b51d756e9ae2a612e3489039e07b - Downloaded (conancenter) jbig/20160605#2d29fa02aacd76902e0d2cbbc24631ef - Downloaded (conancenter) libalsa/1.2.10#e64d5e1ced869a2f676145bab4f4a181 - Downloaded (conancenter) libaom-av1/3.6.1#a2b22c70d6fce43887881431808ab8a6 - Downloaded (conancenter) libcap/2.69#7ef2d60864c2e58e89db957be936dc49 - Downloaded (conancenter) libdeflate/1.19#3ea74a4549efc14d4b1202dc4bfbf602 - Downloaded (conancenter) libfdk_aac/2.0.3#0115f6598be7303e042684e3a846b12d - Downloaded (conancenter) libffi/3.4.4#1520e366dc9a6a38898b4993bb198748 - Downloaded (conancenter) libiconv/1.17#1ae2f60ab5d08de1643a22a81b360c59 - Downloaded (conancenter) libjpeg/9e#ebca87d1efc798db99cc9bbe2297679a - Downloaded (conancenter) libmp3lame/3.100#44b12d19316eb2b223d98d3e75dae438 - Downloaded (conancenter) libpng/1.6.48#dd0fc04a42b9a23bce065545a81d4847 - Downloaded (conancenter) libsndfile/1.2.2#67b8fc896cc8b9bf121a51ae01f4edab - Downloaded (conancenter) libtiff/4.6.0#1979c297d270098f5adbb0974fb818d3 - Downloaded (conancenter) libtool/2.4.7#a182d7ce8d4c346a19dbd4a5d532ef68 - Downloaded (conancenter) libvpx/1.14.1#3b2a56aea1e29b9a8f7753030c620f38 - Downloaded (conancenter) libwebp/1.3.2#dbed2923d1d09411a7c2efa89700fa71 - Downloaded (conancenter) libx264/cci.20240224#a037063ce0a3e5a2f75b9c1b56038aed - Downloaded (conancenter) libx265/3.4#566e9cebfd7674e0b44ad57a2beeb690 - Downloaded (conancenter) libxml2/2.13.8#06138534f18dd953b35cad0dc3a08451 - Downloaded (conancenter) m4/1.4.19#b38ced39a01e31fef5435bc634461fd2 - Downloaded (conancenter) mpg123/1.31.2#8ffd074baa3de80d2e5c041cdec2b435 - Downloaded (conancenter) ogg/1.3.5#e8186fe05ebe9f8e706fa4bde2164d12 - Downloaded (conancenter) opencv/4.11.0#71aeafa9c85259d048279092e4d06666 - Downloaded (conancenter) openexr/3.2.3#9729562cfe706ed8d5a9a7f398d09eab - Downloaded (conancenter) openh264/2.4.1#e7b055ba4fc635a6a3e0dbec088e18ea - Downloaded (conancenter) openjpeg/2.5.2#6f7b733e151d1bbf5ed05cbabb846828 - Downloaded (conancenter) openssl/3.4.1#638c4c4df8ecdef1f7aa73fc0d07fde6 - Downloaded (conancenter) opus/1.4#d87c608b1df136de943b02656e166c4e - Downloaded (conancenter) protobuf/3.21.12#1815c278fa25d4447be035f7bb52ed7e - Downloaded (conancenter) psimd/cci.20200517#83200a06ebb1ff39c5adff0d712c05fa - Downloaded (conancenter) pthreadpool/cci.20231129#7bea77db5af9a570f7510a92cada3065 - Downloaded (conancenter) pulseaudio/14.2#30afeff38a7770cb9cda17a66da49a19 - Downloaded (conancenter) quirc/1.2#5398c0f120ebdeeeb3b2535a32774d25 - Downloaded (conancenter) ruy/cci.20231129#f23bfbab527048bfffba001f7a81236d - Downloaded (conancenter) tensorflow-lite/2.15.0#d1d39a062bf00a61166d46a4537527fb - Downloaded (conancenter) vaapi/system#9fa40059fb979af4f9b301b84fb2dfa1 - Downloaded (conancenter) vdpau/system#bdd7d010c4e3d8762a8f6f08a3cf6760 - Downloaded (conancenter) vorbis/1.3.7#a019e93187ade6ee8a51762f88092604 - Downloaded (conancenter) wayland/1.22.0#58b35201fac71e10b5fcda91dece729f - Downloaded (conancenter) xkbcommon/1.6.0#06776a6aa42a7fd93244c4d1fd517be9 - Downloaded (conancenter) xkeyboard-config/system#9704cfadc100ffc0cfc91c8d0ec0d3aa - Downloaded (conancenter) xnnpack/cci.20231026#c1deb0daf1cf7b0eeffa003da7944c30 - Downloaded (conancenter) xorg/system#98f82cb669e4ebc6b4d9d8a4f3f1faf4 - Downloaded (conancenter) xz_utils/5.4.5#b885d1d79c9d30cff3803f7f551dbe66 - Downloaded (conancenter) zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76 - Downloaded (conancenter) zstd/1.5.5#8400bcba21d1b495dca55edf3f065246 - Downloaded (conancenter) Build requirements autoconf/2.71#f9307992909d7fb3df459340f1932809 - Downloaded (conancenter) automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50 - Downloaded (conancenter) bison/3.8.2#ed1ba0c42d2ab7ab64fc3a62e9ecc673 - Downloaded (conancenter) cmake/3.31.6#ed0e6c1d49bd564ce6fed1a19653b86d - Downloaded (conancenter) expat/2.7.1#b0b67ba910c5147271b444139ca06953 - Downloaded (conancenter) flex/2.6.4#e35bc44b3fcbcd661e0af0dc5b5b1ad4 - Downloaded (conancenter) gettext/0.21#a2bd3513f212013764c9040f4c70ed69 - Downloaded (conancenter) gnu-config/cci.20210814#dc430d754f465e8c74463019672fb97b - Downloaded (conancenter) libffi/3.4.4#1520e366dc9a6a38898b4993bb198748 - Downloaded (conancenter) libiconv/1.17#1ae2f60ab5d08de1643a22a81b360c59 - Downloaded (conancenter) libtool/2.4.7#a182d7ce8d4c346a19dbd4a5d532ef68 - Downloaded (conancenter) libxml2/2.13.8#06138534f18dd953b35cad0dc3a08451 - Downloaded (conancenter) m4/1.4.19#b38ced39a01e31fef5435bc634461fd2 - Downloaded (conancenter) meson/1.2.2#21b73818ba96d9eea465b310b5bbc993 - Downloaded (conancenter) meson/1.3.0#39e72c134c60664acd1368390f663f85 - Downloaded (conancenter) meson/1.3.2#26ce8a76a36cc275cdfee1d757bc6561 - Downloaded (conancenter) meson/1.4.0#2262941cc8fbb0099dd0c196ca2a6c01 - Downloaded (conancenter) meson/1.4.1#43b753adf9a089cadfa17c8034f5c897 - Downloaded (conancenter) meson/1.7.2#9f1462dd0d74937352f0c4fed2563d28 - Downloaded (conancenter) nasm/2.15.05#f7d6a6f3b14f583e001d9ae84e8cd152 - Downloaded (conancenter) nasm/2.16.01#31e26f2ee3c4346ecd347911bd126904 - Downloaded (conancenter) ninja/1.12.1#fd583651bf0c6a901943495d49878803 - Downloaded (conancenter) pkgconf/2.0.3#f996677e96e61e6552d85e83756c328b - Downloaded (conancenter) pkgconf/2.1.0#27f44583701117b571307cf5b5fe5605 - Downloaded (conancenter) pkgconf/2.2.0#6462942a22803086372db44689ba825f - Downloaded (conancenter) protobuf/3.21.12#1815c278fa25d4447be035f7bb52ed7e - Downloaded (conancenter) wayland/1.22.0#58b35201fac71e10b5fcda91dece729f - Downloaded (conancenter) wayland-protocols/1.33#e50e231235a3ed2c09f01196aa34e120 - Downloaded (conancenter) yasm/1.3.0#fb800a15413dca19bfaef9e4b5d50694 - Downloaded (conancenter) zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76 - Downloaded (conancenter) Resolved version ranges cmake/[>=3.16 <4]: cmake/3.31.6 cmake/[>=3.18 <4]: cmake/3.31.6 expat/[>=2.6.2 <3]: expat/2.7.1 libpng/[>=1.6 <2]: libpng/1.6.48 libxml2/[>=2.12.5 <3]: libxml2/2.13.8 meson/[>=1.4.0 <2]: meson/1.7.2 ninja/[>=1.10.2 <2]: ninja/1.12.1 opencv/[]: opencv/4.11.0 openssl/[>=1.1 <4]: openssl/3.4.1 pkgconf/[>=2.2 <3]: pkgconf/2.2.0 tensorflow-lite/[]: tensorflow-lite/2.15.0 xz_utils/[>=5.4.5 <6]: xz_utils/5.4.5 zlib/[>=1.2.11 <2]: zlib/1.3.1
======== Computing necessary packages ======== abseil/20230125.3: Main binary package '2b3e00e93be912c4468bf5911338440f07c9b5ac' missing abseil/20230125.3: Checking 7 compatible configurations abseil/20230125.3: Compatible configurations not found in cache, checking servers abseil/20230125.3: 'f5ca87a07e14bd5bec0e45c3468c27471012e416': compiler.cppstd=14 abseil/20230125.3: '1c346689dcb726b020b7a50cdb02c9c0ab650a50': compiler.cppstd=gnu14 abseil/20230125.3: '3bec5f2d1c6e332f179eb1c7038fdc5e0b87adf4': compiler.cppstd=17 abseil/20230125.3: '8173e7b49ded508895574d119511199292d8a6da': compiler.cppstd=20 abseil/20230125.3: 'b93629c02b5749490253d53b27b9d540a70c35c3': compiler.cppstd=gnu20 abseil/20230125.3: 'fd264c1018ece555799377d17f1c251d6f722cb9': compiler.cppstd=23 abseil/20230125.3: '35cb83beadb8b16663af2f47cf1e0d4d45834fa6': compiler.cppstd=gnu23 ade/0.1.2d: Main binary package 'c749d35a8a8534f2cd4f3e2bfc6233d038c88294' missing ade/0.1.2d: Checking 9 compatible configurations ade/0.1.2d: Compatible configurations not found in cache, checking servers ade/0.1.2d: '14de80d0bb3453b9985cf9d3b7019b9167ecfde0': compiler.cppstd=11 ade/0.1.2d: 'd5ef11a4e5b8f243b4d456e3d9121a308e034c27': compiler.cppstd=gnu11 ade/0.1.2d: '7a0f60b9ab2aa4ce5114a0e3e981ff3db2d7edef': compiler.cppstd=14 ade/0.1.2d: '04fa03c98d8cad7a35137596631c683d0c41b648': compiler.cppstd=gnu14 ade/0.1.2d: '0a7e96d5f17e27f18cf217dfbf81405089edee6c': compiler.cppstd=17 ade/0.1.2d: 'cbe55d81c198d3f084d98412a1b04c8ea0a33264': compiler.cppstd=20 ade/0.1.2d: 'bfac7a3a9a2e30209faf49d0b9f927f51f9103fc': compiler.cppstd=gnu20 ade/0.1.2d: '58ff39b85304da6631aaf3965496b7d4a7e9bb6d': compiler.cppstd=23 ade/0.1.2d: '66cd9bda02180191d2ca8792ae6405910e8be4aa': compiler.cppstd=gnu23 farmhash/cci.20190513: Main binary package '65288b5102baf1770e76f66e30500cdbf3a02ae9' missing farmhash/cci.20190513: Checking 11 compatible configurations farmhash/cci.20190513: Compatible configurations not found in cache, checking servers farmhash/cci.20190513: '2535abb1cbf9f413e312cb3b462b8e56bd737ee5': compiler.cppstd=98 farmhash/cci.20190513: '9a376ca2666acdae7c2bc24b4c39ca13137d3bf5': compiler.cppstd=gnu98 farmhash/cci.20190513: '39a22005a799e4bc901e850fbafb97798fb715ac': compiler.cppstd=11 farmhash/cci.20190513: 'fa91009f15b066bf3b5a2db14a3927ac2292b3a0': compiler.cppstd=gnu11 farmhash/cci.20190513: 'fa4f3ef4ab10450640e879b77bdc31ea98bef607': compiler.cppstd=14 farmhash/cci.20190513: 'a13eaf7c1894148596a16788b6748918d3e745dd': compiler.cppstd=gnu14 farmhash/cci.20190513: '4667063f1da9756ae1491d6536440d2e0bfd5770': compiler.cppstd=17 farmhash/cci.20190513: '450adce2761f46f2db0aadc7d5a3bfafe6abebb8': compiler.cppstd=20 farmhash/cci.20190513: '67402c14072cef45434ec42fc175d2e1ab0175f0': compiler.cppstd=gnu20 farmhash/cci.20190513: '33c51fdf5f8058351feb7610078f88647a2d0472': compiler.cppstd=23 farmhash/cci.20190513: '1a28be51f2f65a5cccb62ddf101d369d1319787c': compiler.cppstd=gnu23 flatbuffers/23.5.26: Main binary package 'ba70f0513d1a5ec6c06eddadcf8e24e696b30f7c' missing flatbuffers/23.5.26: Checking 9 compatible configurations flatbuffers/23.5.26: Compatible configurations not found in cache, checking servers flatbuffers/23.5.26: '98b0b881fabbc4c95777c1ff5301f6f52984d73b': compiler.cppstd=11 flatbuffers/23.5.26: '1eb6850775268d8d1b24a395df0682ef98af4c0e': compiler.cppstd=gnu11 flatbuffers/23.5.26: '2f7146a4abfeab7e5e5f5ac50d233b08f4b8e757': compiler.cppstd=14 flatbuffers/23.5.26: 'cbec95bafc2ae5c139334243ffebe560d61fce13': compiler.cppstd=gnu14 flatbuffers/23.5.26: '53236a902068389be7a529687d10e00d59ef3118': compiler.cppstd=17 flatbuffers/23.5.26: '988aed54654a34b6b93adde5e768126ea359d01e': compiler.cppstd=20 flatbuffers/23.5.26: '6596ad107fdba7a6d5e4eba6b46ef7c83a7383c6': compiler.cppstd=gnu20 flatbuffers/23.5.26: '7c4af49c033844e30b1312c3c240eeaf54e0edbc': compiler.cppstd=23 flatbuffers/23.5.26: '1b83f027468cdc0fcb78df2bd4575284d0bc79ac': compiler.cppstd=gnu23 gemmlowp/cci.20210928: Main binary package '2b3e00e93be912c4468bf5911338440f07c9b5ac' missing gemmlowp/cci.20210928: Checking 9 compatible configurations gemmlowp/cci.20210928: Compatible configurations not found in cache, checking servers gemmlowp/cci.20210928: '37dfe6b8fab04d6c7d92b042a141d6a2ddd8f4c3': compiler.cppstd=11 gemmlowp/cci.20210928: '1be98da08960bc14940d1fe4b3e8b7503272514b': compiler.cppstd=gnu11 gemmlowp/cci.20210928: 'f5ca87a07e14bd5bec0e45c3468c27471012e416': compiler.cppstd=14 gemmlowp/cci.20210928: '1c346689dcb726b020b7a50cdb02c9c0ab650a50': compiler.cppstd=gnu14 gemmlowp/cci.20210928: '3bec5f2d1c6e332f179eb1c7038fdc5e0b87adf4': compiler.cppstd=17 gemmlowp/cci.20210928: '8173e7b49ded508895574d119511199292d8a6da': compiler.cppstd=20 gemmlowp/cci.20210928: 'b93629c02b5749490253d53b27b9d540a70c35c3': compiler.cppstd=gnu20 gemmlowp/cci.20210928: 'fd264c1018ece555799377d17f1c251d6f722cb9': compiler.cppstd=23 gemmlowp/cci.20210928: '35cb83beadb8b16663af2f47cf1e0d4d45834fa6': compiler.cppstd=gnu23 imath/3.1.9: Main binary package '2b3e00e93be912c4468bf5911338440f07c9b5ac' missing imath/3.1.9: Checking 9 compatible configurations imath/3.1.9: Compatible configurations not found in cache, checking servers imath/3.1.9: '37dfe6b8fab04d6c7d92b042a141d6a2ddd8f4c3': compiler.cppstd=11 imath/3.1.9: '1be98da08960bc14940d1fe4b3e8b7503272514b': compiler.cppstd=gnu11 imath/3.1.9: 'f5ca87a07e14bd5bec0e45c3468c27471012e416': compiler.cppstd=14 imath/3.1.9: '1c346689dcb726b020b7a50cdb02c9c0ab650a50': compiler.cppstd=gnu14 imath/3.1.9: '3bec5f2d1c6e332f179eb1c7038fdc5e0b87adf4': compiler.cppstd=17 imath/3.1.9: '8173e7b49ded508895574d119511199292d8a6da': compiler.cppstd=20 imath/3.1.9: 'b93629c02b5749490253d53b27b9d540a70c35c3': compiler.cppstd=gnu20 imath/3.1.9: 'fd264c1018ece555799377d17f1c251d6f722cb9': compiler.cppstd=23 imath/3.1.9: '35cb83beadb8b16663af2f47cf1e0d4d45834fa6': compiler.cppstd=gnu23 libfdk_aac/2.0.3: Main binary package '2b3e00e93be912c4468bf5911338440f07c9b5ac' missing libfdk_aac/2.0.3: Checking 11 compatible configurations libfdk_aac/2.0.3: Compatible configurations not found in cache, checking servers libfdk_aac/2.0.3: 'c5e0cfd099662369bbd4a2adb7c12dac3d5553b3': compiler.cppstd=98 libfdk_aac/2.0.3: '08aedf4c00ea93f66054d9264ceaa6a5dc8fd33d': compiler.cppstd=gnu98 libfdk_aac/2.0.3: '37dfe6b8fab04d6c7d92b042a141d6a2ddd8f4c3': compiler.cppstd=11 libfdk_aac/2.0.3: '1be98da08960bc14940d1fe4b3e8b7503272514b': compiler.cppstd=gnu11 libfdk_aac/2.0.3: 'f5ca87a07e14bd5bec0e45c3468c27471012e416': compiler.cppstd=14 libfdk_aac/2.0.3: '1c346689dcb726b020b7a50cdb02c9c0ab650a50': compiler.cppstd=gnu14 libfdk_aac/2.0.3: '3bec5f2d1c6e332f179eb1c7038fdc5e0b87adf4': compiler.cppstd=17 libfdk_aac/2.0.3: '8173e7b49ded508895574d119511199292d8a6da': compiler.cppstd=20 libfdk_aac/2.0.3: 'b93629c02b5749490253d53b27b9d540a70c35c3': compiler.cppstd=gnu20 libfdk_aac/2.0.3: 'fd264c1018ece555799377d17f1c251d6f722cb9': compiler.cppstd=23 libfdk_aac/2.0.3: '35cb83beadb8b16663af2f47cf1e0d4d45834fa6': compiler.cppstd=gnu23 flac/1.4.2: Main binary package '671e7f6b8136247d0e80972e9b1157041fcac1e8' missing flac/1.4.2: Checking 11 compatible configurations flac/1.4.2: Compatible configurations not found in cache, checking servers flac/1.4.2: '80721443501a39a6e1d859d8ae9c22425b0e028f': compiler.cppstd=98 flac/1.4.2: 'fa1e001da9edceebc6ed995a62e293aa268a5c20': compiler.cppstd=gnu98 flac/1.4.2: '68879ec8d452f00c7a65ee9785c724fd9ae2ed1c': compiler.cppstd=11 flac/1.4.2: '0ff55befb43cb38374bc0f8922bee6562f610ff3': compiler.cppstd=gnu11 flac/1.4.2: 'dd2fd17a1a80e456f75f9bf15fe6ef264b97c1b6': compiler.cppstd=14 flac/1.4.2: '01591f3dc5f321caf4cecf879c99fe07100d05cb': compiler.cppstd=gnu14 flac/1.4.2: 'a6b323e8b62c83a5ed890dbc1961d0495ca9fcf0': compiler.cppstd=17 flac/1.4.2: 'c186089f0c7006a6f2349ac278699dfac0fe3be1': compiler.cppstd=20 flac/1.4.2: 'cbab20af88a1f6df2a4eb3409d0c712c64d5755e': compiler.cppstd=gnu20 flac/1.4.2: '73b45fc5bde04ba9b33c873ecec8951e28dbdebf': compiler.cppstd=23 flac/1.4.2: '6ce835c16aa5921cd6ab5a538ac4a18fc5e52efa': compiler.cppstd=gnu23 libtiff/4.6.0: Main binary package '370343761292be2d6e8d40749e2b1ff193cfc924' missing libtiff/4.6.0: Checking 11 compatible configurations libtiff/4.6.0: Compatible configurations not found in cache, checking servers libtiff/4.6.0: 'c6d20fc08d241eae24070e2b26ef709ec4550830': compiler.cppstd=98 libtiff/4.6.0: 'c4f1d35f584b85c3b81d7ffefa1f1b4bd757254e': compiler.cppstd=gnu98 libtiff/4.6.0: '33718585b5acb4d5a73c91edcc0180290227156a': compiler.cppstd=11 libtiff/4.6.0: 'fec7b7f583561287e4aca312ad4a9e4ce05d47a8': compiler.cppstd=gnu11 libtiff/4.6.0: 'eadef23a0b1a0e5317ca696b64423a26eee18b9b': compiler.cppstd=14 libtiff/4.6.0: '15296338161ee30edee5c0a528155d2a9914b64f': compiler.cppstd=gnu14 libtiff/4.6.0: 'ddc46e147463c3837b0d528270627cdf9022caa4': compiler.cppstd=17 libtiff/4.6.0: '5549222653d123c2a3cd189de24353ae5970d6f0': compiler.cppstd=20 libtiff/4.6.0: '166d352c52fe272bd0ae3ea27b4f656b7e88b863': compiler.cppstd=gnu20 libtiff/4.6.0: '7ea222acf0b12e4e85a5a684aff3c864d633352b': compiler.cppstd=23 libtiff/4.6.0: '83b1698901e9ae8fb58dac3cd2f66406d7b285e1': compiler.cppstd=gnu23 libvpx/1.14.1: Main binary package '80f2cbb9829b9c7aaebc9f3dec78fb86ac4ff2f3' missing libvpx/1.14.1: Checking 11 compatible configurations libvpx/1.14.1: Compatible configurations not found in cache, checking servers libvpx/1.14.1: '96f871c233992acb50beb6d6c697d5770d6c3ca6': compiler.cppstd=98 libvpx/1.14.1: '772e2c90d588fa18891bd089186be7e2fc883877': compiler.cppstd=gnu98 libvpx/1.14.1: 'a0323a59adc3a6a56065cc03b1512ea9a3b3aa84': compiler.cppstd=11 libvpx/1.14.1: '089ebe9dc84710b3f2e119f3bfd852cb2609f69f': compiler.cppstd=gnu11 libvpx/1.14.1: '2685196a38a69602aa74f03d60ee18cd805bb916': compiler.cppstd=14 libvpx/1.14.1: '210c5702eaabc94d5b6f99494e5f521bc02fe823': compiler.cppstd=gnu14 libvpx/1.14.1: '3c79253f9b08be1734d32204f60eb35bb14adbc9': compiler.cppstd=17 libvpx/1.14.1: '2c86744d9b4fff62a724395fb14d397572984b0f': compiler.cppstd=20 libvpx/1.14.1: 'b0466e726931ffdcaf7c1ef79e6a0d67b7847d6a': compiler.cppstd=gnu20 libvpx/1.14.1: '64ff0766eb5de6cd2d9d70dd2eafb7124b1ad776': compiler.cppstd=23 libvpx/1.14.1: '8cf2ee4fee688eb6214135835755feae3b6ae40d': compiler.cppstd=gnu23 libx265/3.4: Main binary package '81185bfb3175decd99a7f82a317c0b5e2fc19fda' missing libx265/3.4: Checking 11 compatible configurations libx265/3.4: Compatible configurations not found in cache, checking servers libx265/3.4: '542cbcc3456c5b6ae2e036c683cbfe790cc3acee': compiler.cppstd=98 libx265/3.4: '1a1e79188c595eb8e50af8d71ddd789602422fd1': compiler.cppstd=gnu98 libx265/3.4: '010f8973edfa84ef7d0143579bd93788f354dfa0': compiler.cppstd=11 libx265/3.4: '2603754f0baf248569cc66090b5dd1c8e6cf16e4': compiler.cppstd=gnu11 libx265/3.4: 'ef93633bbba036096524f8058ad3df5f7bcca664': compiler.cppstd=14 libx265/3.4: '3388d79a3ba311dd4fe1984a0eb35691969a95f3': compiler.cppstd=gnu14 libx265/3.4: 'a2104e1382ad34baeb650b5197cfe1ff0f0ab451': compiler.cppstd=17 libx265/3.4: 'acbf8a10c92ecaff416a37f21a6d213675f0997a': compiler.cppstd=20 libx265/3.4: '235abaa681923dc5ee7db2d9247edbb42a563124': compiler.cppstd=gnu20 libx265/3.4: 'fe0da688422b5f95755f0402c9c6ef09fc99e885': compiler.cppstd=23 libx265/3.4: 'fa6c8a1615fb9d655e4fa361d93cb988d7a28b46': compiler.cppstd=gnu23 openexr/3.2.3: Main binary package '4f3d03109742b374636c70c41c569438ee08c57d' missing openexr/3.2.3: Checking 9 compatible configurations openexr/3.2.3: Compatible configurations not found in cache, checking servers openexr/3.2.3: '423f3510b271a760ce0a00f550d039dddc6a6eb1': compiler.cppstd=11 openexr/3.2.3: '1c14e4042e1ff5e19a141d4c2998c66910905b56': compiler.cppstd=gnu11 openexr/3.2.3: 'b66f84add23fc25c39d46473f840084b2a1783f3': compiler.cppstd=14 openexr/3.2.3: '01eb7ca694b0ab8995e0c85b4978c49be08067f6': compiler.cppstd=gnu14 openexr/3.2.3: 'e78b40528e36878e9b1a19de5865db98353d8666': compiler.cppstd=17 openexr/3.2.3: '197ad235814273a38be451f1ebe08044d13655b7': compiler.cppstd=20 openexr/3.2.3: '1fe5886f19427af5c0b0cb294ed9e7b9a0fc2377': compiler.cppstd=gnu20 openexr/3.2.3: '1fba246f14709dd28a610e5268dd4e33affc36eb': compiler.cppstd=23 openexr/3.2.3: '69a51345d954c335b965f81b7033a50eaa395e00': compiler.cppstd=gnu23 protobuf/3.21.12: Main binary package 'c6003ba219fb37f652e88cff8e1ddd2d147f9e81' missing protobuf/3.21.12: Checking 11 compatible configurations protobuf/3.21.12: Compatible configurations not found in cache, checking servers protobuf/3.21.12: 'fd47c1c23126a4707a6e773d836b0e8f7b3ca375': compiler.cppstd=98 protobuf/3.21.12: 'c2aff395fbe45abe9ebc6df72d2c6e4379379e5f': compiler.cppstd=gnu98 protobuf/3.21.12: '7df8b56a74eb81c88f881d92d18286b4a1668e4f': compiler.cppstd=11 protobuf/3.21.12: 'e717d5db898c6df73c008b73391d546bb00540e9': compiler.cppstd=gnu11 protobuf/3.21.12: 'f0f22b50c730e28ad9fdea7c6320bd58907e2147': compiler.cppstd=14 protobuf/3.21.12: '4f77dbe916b0b5d45e459ef91f3ee70ff81377d9': compiler.cppstd=gnu14 protobuf/3.21.12: 'b08ed8a5bbfd55dea4dadcc029af9fa0a61923cd': compiler.cppstd=17 protobuf/3.21.12: '09ad9d581c50f3a4739fae405fedfeaa9fb5060a': compiler.cppstd=20 protobuf/3.21.12: '5a308e838cf475a75f95212e4f31b1b4d85d1245': compiler.cppstd=gnu20 protobuf/3.21.12: '0c77906858f5adabe8c3063206daec4f5e77a5f4': compiler.cppstd=23 protobuf/3.21.12: '3ee4b0b754e11c671c6983f7fcea3cb189901eb3': compiler.cppstd=gnu23 ruy/cci.20231129: Main binary package '3006cb15e8efd635ebea564e027576111ff57e38' missing ruy/cci.20231129: Checking 7 compatible configurations ruy/cci.20231129: Compatible configurations not found in cache, checking servers ruy/cci.20231129: '2c70acc8db3f7ca25a65b357aad482e2441f4c24': compiler.cppstd=14 ruy/cci.20231129: '8751cab14381cd36f75ca9bd2318f6dbbba9edd7': compiler.cppstd=gnu14 ruy/cci.20231129: '4e13b485651810aabc2ce2eb77fab41b1acef1fe': compiler.cppstd=17 ruy/cci.20231129: 'a6a93dd95e28ae514e9c8d74bb0dc962d4894749': compiler.cppstd=20 ruy/cci.20231129: 'e4394a42fffce682cfe0976d9e884d9d033edfeb': compiler.cppstd=gnu20 ruy/cci.20231129: 'ea6939bc0eb2368dd2a44a535a8d1673749735f7': compiler.cppstd=23 ruy/cci.20231129: '4591f7b4efcc6f6700769e9ab815b09d98712c6c': compiler.cppstd=gnu23 protobuf/3.21.12: Main binary package 'c6003ba219fb37f652e88cff8e1ddd2d147f9e81' missing protobuf/3.21.12: Checking 11 compatible configurations protobuf/3.21.12: Compatible configurations not found in cache, checking servers protobuf/3.21.12: 'fd47c1c23126a4707a6e773d836b0e8f7b3ca375': compiler.cppstd=98 protobuf/3.21.12: 'c2aff395fbe45abe9ebc6df72d2c6e4379379e5f': compiler.cppstd=gnu98 protobuf/3.21.12: '7df8b56a74eb81c88f881d92d18286b4a1668e4f': compiler.cppstd=11 protobuf/3.21.12: 'e717d5db898c6df73c008b73391d546bb00540e9': compiler.cppstd=gnu11 protobuf/3.21.12: 'f0f22b50c730e28ad9fdea7c6320bd58907e2147': compiler.cppstd=14 protobuf/3.21.12: '4f77dbe916b0b5d45e459ef91f3ee70ff81377d9': compiler.cppstd=gnu14 protobuf/3.21.12: 'b08ed8a5bbfd55dea4dadcc029af9fa0a61923cd': compiler.cppstd=17 protobuf/3.21.12: '09ad9d581c50f3a4739fae405fedfeaa9fb5060a': compiler.cppstd=20 protobuf/3.21.12: '5a308e838cf475a75f95212e4f31b1b4d85d1245': compiler.cppstd=gnu20 protobuf/3.21.12: '0c77906858f5adabe8c3063206daec4f5e77a5f4': compiler.cppstd=23 protobuf/3.21.12: '3ee4b0b754e11c671c6983f7fcea3cb189901eb3': compiler.cppstd=gnu23 openh264/2.4.1: Main binary package '2b3e00e93be912c4468bf5911338440f07c9b5ac' missing openh264/2.4.1: Checking 11 compatible configurations openh264/2.4.1: Compatible configurations not found in cache, checking servers openh264/2.4.1: 'c5e0cfd099662369bbd4a2adb7c12dac3d5553b3': compiler.cppstd=98 openh264/2.4.1: '08aedf4c00ea93f66054d9264ceaa6a5dc8fd33d': compiler.cppstd=gnu98 openh264/2.4.1: '37dfe6b8fab04d6c7d92b042a141d6a2ddd8f4c3': compiler.cppstd=11 openh264/2.4.1: '1be98da08960bc14940d1fe4b3e8b7503272514b': compiler.cppstd=gnu11 openh264/2.4.1: 'f5ca87a07e14bd5bec0e45c3468c27471012e416': compiler.cppstd=14 openh264/2.4.1: '1c346689dcb726b020b7a50cdb02c9c0ab650a50': compiler.cppstd=gnu14 openh264/2.4.1: '3bec5f2d1c6e332f179eb1c7038fdc5e0b87adf4': compiler.cppstd=17 openh264/2.4.1: '8173e7b49ded508895574d119511199292d8a6da': compiler.cppstd=20 openh264/2.4.1: 'b93629c02b5749490253d53b27b9d540a70c35c3': compiler.cppstd=gnu20 openh264/2.4.1: 'fd264c1018ece555799377d17f1c251d6f722cb9': compiler.cppstd=23 openh264/2.4.1: '35cb83beadb8b16663af2f47cf1e0d4d45834fa6': compiler.cppstd=gnu23 tensorflow-lite/2.15.0: Main binary package 'fd9b32b28b463d463ed13c991f48cc8690df04b8' missing tensorflow-lite/2.15.0: Checking 5 compatible configurations tensorflow-lite/2.15.0: Compatible configurations not found in cache, checking servers tensorflow-lite/2.15.0: '9aa3724d2c028e6957f32b46e0f8ad45902a5a15': compiler.cppstd=17 tensorflow-lite/2.15.0: 'b56108b16760a19eaee1db3e4b5f9e048d85c537': compiler.cppstd=20 tensorflow-lite/2.15.0: '508d1327c8ac0bb27604867df3ef6e12c7423c34': compiler.cppstd=gnu20 tensorflow-lite/2.15.0: '7008aa1481c5027676bb3bd98727f233573ba290': compiler.cppstd=23 tensorflow-lite/2.15.0: '6f31bf375720d1f168099bcbf6edd6a6dba198b1': compiler.cppstd=gnu23 opencv/4.11.0: Main binary package '3329bbee8587baef50a0c0fa128dfcdd145fb226' missing opencv/4.11.0: Checking 9 compatible configurations opencv/4.11.0: Compatible configurations not found in cache, checking servers opencv/4.11.0: 'e25631ed0c7788fc0886a79e0becfff72506bd7a': compiler.cppstd=11 opencv/4.11.0: 'a012734ed52dfbe7d85ad78db4b6af6ea4a93770': compiler.cppstd=gnu11 opencv/4.11.0: 'a8dfa458d2d22c5e41f185e1348493ab3d5a34b4': compiler.cppstd=14 opencv/4.11.0: 'f34adc4b9215fd8d31e34128391a16d50622dfe3': compiler.cppstd=gnu14 opencv/4.11.0: '7173b217ee8fe2cb778d59befa9ad05e2cf46525': compiler.cppstd=17 opencv/4.11.0: '06453008ef20b097d2cdfbc65d53437507f9c417': compiler.cppstd=20 opencv/4.11.0: 'b98afaa61ed66b709e98eaafa5a37429dec078d8': compiler.cppstd=gnu20 opencv/4.11.0: 'c2414dd59d87716c6fc5fe8ce470ab9be82d45ba': compiler.cppstd=23 opencv/4.11.0: '50df21ed4d64505eba70140dd8c2fce45e441908': compiler.cppstd=gnu23 Requirements abseil/20230125.3#85eb0587a3c12b90216c72070e9eef3e:2b3e00e93be912c4468bf5911338440f07c9b5ac - Missing ade/0.1.2d#82546b5d78a6a8393f705a8f4f826dff:c749d35a8a8534f2cd4f3e2bfc6233d038c88294 - Missing autoconf/2.71#f9307992909d7fb3df459340f1932809:da39a3ee5e6b4b0d3255bfef95601890afd80709#5b77f70c17ad1741f5845d4e468a347e - Download (conancenter) automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50:9a4eb3c8701508aa9458b1a73d0633783ecc2270#9719e51a6a62041af6a63e00eef35434 - Download (conancenter) brotli/1.1.0#406ce8f1c997f4ef7852fa01ff85ef9f:18545dd496007772cd15d1f792fd745d3faf459e - Missing bzip2/1.0.8#00b4a4658791c1f06914e087f0e792f5:4530633a3406a354d9c70a71124250144067de22 - Missing cpuinfo/cci.20231129#15e94782b128bee8bfd047f6102a4d21:a508662c9a11a8976ad2c50129787964433faf38 - Missing dav1d/1.4.3#5e2459e132c77183bd16d23d12fd8f4a:c2670dbcb20f55b738edc1b24901e967a8b4783a - Missing expat/2.7.1#b0b67ba910c5147271b444139ca06953:09d00c087ec9c49f97b61c5a54bbeac1efa85f1d - Missing farmhash/cci.20190513#60980ffb85c63bbba6514c209f2ee1b8:65288b5102baf1770e76f66e30500cdbf3a02ae9 - Missing ffmpeg/4.4.4#6f2ff7e15bc71860531f5e32c6c61b86:a4832e5027e7ed5de0bca3bd81959ab2c4fdb9b6 - Missing fft/cci.20061228#30ae3da3bd671aa271a4816b8e92dc33:4575a5f6733aab5f28941a3e9c4e48c15c84f2d1 - Missing flac/1.4.2#fe87e6e5a29094d221525fbf3bbea90f:671e7f6b8136247d0e80972e9b1157041fcac1e8 - Missing flatbuffers/23.5.26#0290575326fe9b2c39a0236ea81d8c30:ba70f0513d1a5ec6c06eddadcf8e24e696b30f7c - Missing freetype/2.13.2#5d2563803c8558d4ef47271a82c73d20:e9503176bb333cf42cc6f4d4adb9622dc367b255 - Missing gemmlowp/cci.20210928#28483fa833aa47549961bb9c5ab84bfa:2b3e00e93be912c4468bf5911338440f07c9b5ac - Missing imath/3.1.9#2e7f5802b247baae47235b4c8d5642c9:2b3e00e93be912c4468bf5911338440f07c9b5ac - Missing jbig/20160605#2d29fa02aacd76902e0d2cbbc24631ef:ca307d800eb4ea04933a03ea7f3a2c1f7e10e694 - Missing libalsa/1.2.10#e64d5e1ced869a2f676145bab4f4a181:36714cc33c4d87e4e20d1533c557585eb7ae112d - Missing libaom-av1/3.6.1#a2b22c70d6fce43887881431808ab8a6:6e3c37005481c816200b08dfd272960e32dd91fb - Missing libcap/2.69#7ef2d60864c2e58e89db957be936dc49:58328c00db7d921b9aed9dadb08448420f39a32d - Missing libdeflate/1.19#3ea74a4549efc14d4b1202dc4bfbf602:5bc851010eb7b707e5cb2e24cb8ccf0f27989fa9 - Missing libfdk_aac/2.0.3#0115f6598be7303e042684e3a846b12d:2b3e00e93be912c4468bf5911338440f07c9b5ac - Missing libffi/3.4.4#1520e366dc9a6a38898b4993bb198748:5bc851010eb7b707e5cb2e24cb8ccf0f27989fa9 - Missing libiconv/1.17#1ae2f60ab5d08de1643a22a81b360c59:5bc851010eb7b707e5cb2e24cb8ccf0f27989fa9 - Missing libjpeg/9e#ebca87d1efc798db99cc9bbe2297679a:5bc851010eb7b707e5cb2e24cb8ccf0f27989fa9 - Missing libmp3lame/3.100#44b12d19316eb2b223d98d3e75dae438:5bc851010eb7b707e5cb2e24cb8ccf0f27989fa9 - Missing libpng/1.6.48#dd0fc04a42b9a23bce065545a81d4847:515d92ae8a0c6d05e032e2564cafcce378d9dc6e - Missing libsndfile/1.2.2#67b8fc896cc8b9bf121a51ae01f4edab:2a92406fa780e9ae6a46ceb77714fb526ed2353e - Missing libtiff/4.6.0#1979c297d270098f5adbb0974fb818d3:370343761292be2d6e8d40749e2b1ff193cfc924 - Missing libtool/2.4.7#a182d7ce8d4c346a19dbd4a5d532ef68:5bc851010eb7b707e5cb2e24cb8ccf0f27989fa9 - Missing libvpx/1.14.1#3b2a56aea1e29b9a8f7753030c620f38:80f2cbb9829b9c7aaebc9f3dec78fb86ac4ff2f3 - Missing libwebp/1.3.2#dbed2923d1d09411a7c2efa89700fa71:e45efe1f2529ffe2564429d57eafb384b5ecc715 - Missing libx264/cci.20240224#a037063ce0a3e5a2f75b9c1b56038aed:7bb22db86843f360e22bf4025d9b44c701f7ac9b - Missing libx265/3.4#566e9cebfd7674e0b44ad57a2beeb690:81185bfb3175decd99a7f82a317c0b5e2fc19fda - Missing libxml2/2.13.8#06138534f18dd953b35cad0dc3a08451:2024d066a83616ab928e3013456eb3a45dd5e01d - Missing m4/1.4.19#b38ced39a01e31fef5435bc634461fd2:3593751651824fb813502c69c971267624ced41a#cd8019a4f9b70880d548f7cc26569604 - Download (conancenter) mpg123/1.31.2#8ffd074baa3de80d2e5c041cdec2b435:d1a01116231414ed5126253a5ce510d347361391 - Missing ogg/1.3.5#e8186fe05ebe9f8e706fa4bde2164d12:5bc851010eb7b707e5cb2e24cb8ccf0f27989fa9 - Missing opencv/4.11.0#71aeafa9c85259d048279092e4d06666:3329bbee8587baef50a0c0fa128dfcdd145fb226 - Missing openexr/3.2.3#9729562cfe706ed8d5a9a7f398d09eab:4f3d03109742b374636c70c41c569438ee08c57d - Missing openh264/2.4.1#e7b055ba4fc635a6a3e0dbec088e18ea:2b3e00e93be912c4468bf5911338440f07c9b5ac - Missing openjpeg/2.5.2#6f7b733e151d1bbf5ed05cbabb846828:5bc851010eb7b707e5cb2e24cb8ccf0f27989fa9 - Missing openssl/3.4.1#638c4c4df8ecdef1f7aa73fc0d07fde6:8746ea94abdfaf80332aeb6488af844e4907dbcc - Missing opus/1.4#d87c608b1df136de943b02656e166c4e:d722fd0ccd1ca9d5629a775b712e191b82237a3d - Missing protobuf/3.21.12#1815c278fa25d4447be035f7bb52ed7e:c6003ba219fb37f652e88cff8e1ddd2d147f9e81 - Missing pthreadpool/cci.20231129#7bea77db5af9a570f7510a92cada3065:7eda098944b5f2dd3021b915ee24acb778fb9557 - Missing pulseaudio/14.2#30afeff38a7770cb9cda17a66da49a19:10f3d2a26267f016fb55937d9f5566061a474cd7 - Missing quirc/1.2#5398c0f120ebdeeeb3b2535a32774d25:ba06f32777389644f7e8306894fd575c90b1b3a8 - Missing ruy/cci.20231129#f23bfbab527048bfffba001f7a81236d:3006cb15e8efd635ebea564e027576111ff57e38 - Missing tensorflow-lite/2.15.0#d1d39a062bf00a61166d46a4537527fb:fd9b32b28b463d463ed13c991f48cc8690df04b8 - Missing vaapi/system#9fa40059fb979af4f9b301b84fb2dfa1:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Download (conancenter) vdpau/system#bdd7d010c4e3d8762a8f6f08a3cf6760:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Download (conancenter) vorbis/1.3.7#a019e93187ade6ee8a51762f88092604:15c679a1f3354e98b9583bcadddca4d34ae2f0b9 - Missing wayland/1.22.0#58b35201fac71e10b5fcda91dece729f:1985b2fab23404a143dbd5f4fa1af36b9b768e74 - Missing xkbcommon/1.6.0#06776a6aa42a7fd93244c4d1fd517be9:b1f35eed5325dd46250530af2183c4771050cb34 - Missing xkeyboard-config/system#9704cfadc100ffc0cfc91c8d0ec0d3aa:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Download (conancenter) xnnpack/cci.20231026#c1deb0daf1cf7b0eeffa003da7944c30:27b323173574f72f0791dbf1823ef773d2377da3 - Missing xorg/system#98f82cb669e4ebc6b4d9d8a4f3f1faf4:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Download (conancenter) xz_utils/5.4.5#b885d1d79c9d30cff3803f7f551dbe66:5bc851010eb7b707e5cb2e24cb8ccf0f27989fa9 - Missing zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76:5bc851010eb7b707e5cb2e24cb8ccf0f27989fa9 - Missing zstd/1.5.5#8400bcba21d1b495dca55edf3f065246:6206433c0090726339df66944c08a22dabdd3141 - Missing Build requirements Skipped binaries eigen/3.4.0, fp16/cci.20210320, fxdiv/cci.20200417, intel-neon2sse/cci.20210225, psimd/cci.20200517, autoconf/2.71, automake/1.16.5, bison/3.8.2, cmake/3.31.6, expat/2.7.1, flex/2.6.4, gettext/0.21, gnu-config/cci.20210814, libffi/3.4.4, libiconv/1.17, libtool/2.4.7, libxml2/2.13.8, m4/1.4.19, meson/1.2.2, meson/1.3.0, meson/1.3.2, meson/1.4.0, meson/1.4.1, meson/1.7.2, nasm/2.15.05, nasm/2.16.01, ninja/1.12.1, pkgconf/2.0.3, pkgconf/2.1.0, pkgconf/2.2.0, protobuf/3.21.12, wayland-protocols/1.33, wayland/1.22.0, yasm/1.3.0, zlib/1.3.1 Generated lockfile: /root/conan.lock
real 1m52.203s user 0m2.117s sys 0m0.456s`
artifactory version
curl -u xxxxx:xxxx http://localhost:8081/artifactory/api/system/version
{
"version" : "7.104.10",
"revision" : "80410900",
"servicesVersions" : {
"package_handler_version" : ""
},
"addons" : [ "conan" ],
"license" : "Artifactory Community Edition for C/C++",
"entitlements" : {
"EVENT_BASED_PULL_REPLICATION" : false,
"SMART_REMOTE_TARGET_FOR_EDGE" : false,
"REPO_REPLICATION" : false,
"MULTIPUSH_REPLICATION" : false
}
}
Try again,log:
$ time conan install . -of utils --update
======== Input profiles ========
Profile host:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu14
compiler.libcxx=libstdc++11
compiler.version=10
os=Linux
Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu14
compiler.libcxx=libstdc++11
compiler.version=10
os=Linux
======== Computing dependency graph ========
nck_resource/1.13.2.35@main: Not found in local cache, looking in remotes...
nck_resource/1.13.2.35@main: Checking remote: conanRepository
nck_resource/1.13.2.35@main: Downloaded recipe revision 82f9e8f460cd5acc01b9c3b13a93ea6e
conanpush/1.0.5.11: Not found in local cache, looking in remotes...
conanpush/1.0.5.11: Checking remote: conanRepository
conanpush/1.0.5.11: Downloaded recipe revision 20ef55971cff9889b3787221e9512379
xlnt/1.5.3.1@main: Not found in local cache, looking in remotes...
xlnt/1.5.3.1@main: Checking remote: conanRepository
xlnt/1.5.3.1@main: Downloaded recipe revision 91f1df541f8f586dc74137a88a173822
gtest/1.12.6.1@main: Not found in local cache, looking in remotes...
gtest/1.12.6.1@main: Checking remote: conanRepository
gtest/1.12.6.1@main: Downloaded recipe revision 88498157056f34c0eb82d4605cf8fd4e
jsoncpp/1.9.8.1@main: Not found in local cache, looking in remotes...
jsoncpp/1.9.8.1@main: Checking remote: conanRepository
jsoncpp/1.9.8.1@main: Downloaded recipe revision 15a3db2231ae46ddf8f5eb8b8b9010db
tinyxml2/9.0.3.3@main: Not found in local cache, looking in remotes...
tinyxml2/9.0.3.3@main: Checking remote: conanRepository
tinyxml2/9.0.3.3@main: Downloaded recipe revision a0c0ba12d0eacacf6e65cf1cc9fd3191
rt_lib/1.2.1.1@main: Not found in local cache, looking in remotes...
rt_lib/1.2.1.1@main: Checking remote: conanRepository
rt_lib/1.2.1.1@main: Downloaded recipe revision 520a1fc294b6ed97f58eba1513a3fc59
base_data/1.2.3.2@main: Not found in local cache, looking in remotes...
base_data/1.2.3.2@main: Checking remote: conanRepository
base_data/1.2.3.2@main: Downloaded recipe revision e1aaa5fb0d4f5230e2807a3e3adc9123
rt_math/1.2.0.3@main: Not found in local cache, looking in remotes...
rt_math/1.2.0.3@main: Checking remote: conanRepository
rt_math/1.2.0.3@main: Downloaded recipe revision 8a5cd452d4ad4246eecbf4def7a82848
tp_base/1.6.0.10@main: Not found in local cache, looking in remotes...
tp_base/1.6.0.10@main: Checking remote: conanRepository
tp_base/1.6.0.10@main: Downloaded recipe revision 56fb749bf79f2679f95797b5ea1f8a70
interp_data/1.6.0.2@main: Not found in local cache, looking in remotes...
interp_data/1.6.0.2@main: Checking remote: conanRepository
interp_data/1.6.0.2@main: Downloaded recipe revision 711a9821dc5312ec3d46b1b5a4d994ea
mkhvariabletable/1.1.7.7@main: Not found in local cache, looking in remotes...
mkhvariabletable/1.1.7.7@main: Checking remote: conanRepository
mkhvariabletable/1.1.7.7@main: Downloaded recipe revision cadd7ae705af99f9482eb2cdb526f176
motion_control_math/1.6.2.1@main: Not found in local cache, looking in remotes...
motion_control_math/1.6.2.1@main: Checking remote: conanRepository
motion_control_math/1.6.2.1@main: Downloaded recipe revision 04d93cf8d6763afddfc95ad2945757a5
public_param/1.6.0.4@main: Not found in local cache, looking in remotes...
public_param/1.6.0.4@main: Checking remote: conanRepository
public_param/1.6.0.4@main: Downloaded recipe revision 38950531777f5bd5564699b556b00253
public_test/1.6.0.3@main: Not found in local cache, looking in remotes...
public_test/1.6.0.3@main: Checking remote: conanRepository
public_test/1.6.0.3@main: Downloaded recipe revision 8bd35d9ab93230cae6d3e93b39ee5aa5
datasrv/1.10.0.5@main: Not found in local cache, looking in remotes...
datasrv/1.10.0.5@main: Checking remote: conanRepository
datasrv/1.10.0.5@main: Downloaded recipe revision a1deccaefbeca97abeb08b51376088ef
filecom/1.1.3.8@develop: Not found in local cache, looking in remotes...
filecom/1.1.3.8@develop: Checking remote: conanRepository
filecom/1.1.3.8@develop: Downloaded recipe revision d8daf3983c033073bb10d7f2a850aa46
vmi_data/1.11.2.2@main: Not found in local cache, looking in remotes...
vmi_data/1.11.2.2@main: Checking remote: conanRepository
vmi_data/1.11.2.2@main: Downloaded recipe revision 4cc1d2d38ec2b62ee0c60877c03057bb
interfer_grind/1.2.3.2@main: Not found in local cache, looking in remotes...
interfer_grind/1.2.3.2@main: Checking remote: conanRepository
interfer_grind/1.2.3.2@main: Downloaded recipe revision f6baa8fb415c42a24454596c895d3caa
gparser/1.11.5.6@main: Not found in local cache, looking in remotes...
gparser/1.11.5.6@main: Checking remote: conanRepository
gparser/1.11.5.6@main: Downloaded recipe revision 8cde080635e97da18fcf084e1dd0ede8
nck_data/1.6.1.2@main: Not found in local cache, looking in remotes...
nck_data/1.6.1.2@main: Checking remote: conanRepository
nck_data/1.6.1.2@main: Downloaded recipe revision 68057e193b1fa4beb522ba7cf3f23381
5axis_calibrate/1.2.3.1@main: Not found in local cache, looking in remotes...
5axis_calibrate/1.2.3.1@main: Checking remote: conanRepository
5axis_calibrate/1.2.3.1@main: Downloaded recipe revision d4a4762d07e30f850c914418a64684e1
aux_func/1.7.1.20@main: Not found in local cache, looking in remotes...
aux_func/1.7.1.20@main: Checking remote: conanRepository
aux_func/1.7.1.20@main: Downloaded recipe revision 305a545c68b970e4e8b05dc258d29729
screw_comp/1.6.0.20@main: Not found in local cache, looking in remotes...
screw_comp/1.6.0.20@main: Checking remote: conanRepository
screw_comp/1.6.0.20@main: Downloaded recipe revision 2edd4f587609b63175c5b2bb4a86553b
preprocess/1.14.0.36@main: Not found in local cache, looking in remotes...
preprocess/1.14.0.36@main: Checking remote: conanRepository
preprocess/1.14.0.36@main: Downloaded recipe revision 20fa8091e417b5db4d09ded6bbda05a9
track_maker/1.12.1.10@main: Not found in local cache, looking in remotes...
track_maker/1.12.1.10@main: Checking remote: conanRepository
track_maker/1.12.1.10@main: Downloaded recipe revision 91a1e11e742f3c14d73390a56f6866ee
param_manager/1.1.2.1@main: Not found in local cache, looking in remotes...
param_manager/1.1.2.1@main: Checking remote: conanRepository
param_manager/1.1.2.1@main: Downloaded recipe revision c35a2cb26268254943c6af61e20e9d48
read_gcode/1.6.0.8@main: Not found in local cache, looking in remotes...
read_gcode/1.6.0.8@main: Checking remote: conanRepository
read_gcode/1.6.0.8@main: Downloaded recipe revision 30d5aeda0584f0c22ff7e9e6f80ccd5f
axis_interp/1.6.0.9@main: Not found in local cache, looking in remotes...
axis_interp/1.6.0.9@main: Checking remote: conanRepository
axis_interp/1.6.0.9@main: Downloaded recipe revision d0526a674f33479a152a3833ced4497f
interpreter/1.9.1.6@main: Not found in local cache, looking in remotes...
interpreter/1.9.1.6@main: Checking remote: conanRepository
interpreter/1.9.1.6@main: Downloaded recipe revision 2543e95c63eaed4e745921196728f12f
hal_comp/1.1.7.1@main: Not found in local cache, looking in remotes...
hal_comp/1.1.7.1@main: Checking remote: conanRepository
hal_comp/1.1.7.1@main: Downloaded recipe revision b99ea813d6a50db670af45bee92d8580
interpolator/1.14.1.75@main: Not found in local cache, looking in remotes...
interpolator/1.14.1.75@main: Checking remote: conanRepository
interpolator/1.14.1.75@main: Downloaded recipe revision 1798dafc48eccebcf396abd17df3a63d
tool_manager/1.6.0.20@main: Not found in local cache, looking in remotes...
tool_manager/1.6.0.20@main: Checking remote: conanRepository
tool_manager/1.6.0.20@main: Downloaded recipe revision 968b34b6725ea7df6d78b3f7133b2642
trajectory_plan/1.8.0.12@main: Not found in local cache, looking in remotes...
trajectory_plan/1.8.0.12@main: Checking remote: conanRepository
trajectory_plan/1.8.0.12@main: Downloaded recipe revision 067c156a99483096c4e62794fbaa3ade
nurbs_interp/1.6.0.12@main: Not found in local cache, looking in remotes...
nurbs_interp/1.6.0.12@main: Checking remote: conanRepository
nurbs_interp/1.6.0.12@main: Downloaded recipe revision 4e30374a6de778ad22e908b012e4fd50
5axis_kinematics/1.6.0.11@main: Not found in local cache, looking in remotes...
5axis_kinematics/1.6.0.11@main: Checking remote: conanRepository
5axis_kinematics/1.6.0.11@main: Downloaded recipe revision 68c9d03806c1581d845fd0e7627181c4
nurbs_track_maker/1.8.0.10@main: Not found in local cache, looking in remotes...
nurbs_track_maker/1.8.0.10@main: Checking remote: conanRepository
nurbs_track_maker/1.8.0.10@main: Downloaded recipe revision ff350b206a6537278d1c2b5cf6d11e35
nurbs_approx/1.8.1.10@main: Not found in local cache, looking in remotes...
nurbs_approx/1.8.1.10@main: Checking remote: conanRepository
nurbs_approx/1.8.1.10@main: Downloaded recipe revision 71227c586c5ebd7abe763e50de99a0b3
linear_approx/1.8.0.12@main: Not found in local cache, looking in remotes...
linear_approx/1.8.0.12@main: Checking remote: conanRepository
linear_approx/1.8.0.12@main: Downloaded recipe revision 2214236d7f070b69605155749a8365bf
tool_radius_compensation/1.8.3.3@main: Not found in local cache, looking in remotes...
tool_radius_compensation/1.8.3.3@main: Checking remote: conanRepository
tool_radius_compensation/1.8.3.3@main: Downloaded recipe revision 27aa9f2ade435c34d993f2cffc6f8598
hmi/0.0.54.8@main: Not found in local cache, looking in remotes...
hmi/0.0.54.8@main: Checking remote: conanRepository
hmi/0.0.54.8@main: Downloaded recipe revision 20ab7189a1c21a5fbb2a42a003b1aec8
hmicfg/0.0.54.26@milling-sv500: Not found in local cache, looking in remotes...
hmicfg/0.0.54.26@milling-sv500: Checking remote: conanRepository
hmicfg/0.0.54.26@milling-sv500: Downloaded recipe revision 1e01c64f95b95b2d859e695c43d88ccb
lxrt_task_scheduler/1.1.9.15@develop_tp: Not found in local cache, looking in remotes...
lxrt_task_scheduler/1.1.9.15@develop_tp: Checking remote: conanRepository
lxrt_task_scheduler/1.1.9.15@develop_tp: Downloaded recipe revision 31253c35f684b0c2e7916d5b4d1e7b6f
nck_startup/1.0.16.3@main: Not found in local cache, looking in remotes...
nck_startup/1.0.16.3@main: Checking remote: conanRepository
nck_startup/1.0.16.3@main: Downloaded recipe revision ec1e859fce766bbd3f31e0fc2b3b9e51
comm_processor/1.11.1.1@main: Not found in local cache, looking in remotes...
comm_processor/1.11.1.1@main: Checking remote: conanRepository
comm_processor/1.11.1.1@main: Downloaded recipe revision 30ff419b9fe17622a6e750af1e702099
runtime/1.0.0.13@main: Not found in local cache, looking in remotes...
runtime/1.0.0.13@main: Checking remote: conanRepository
runtime/1.0.0.13@main: Downloaded recipe revision 7c6bbaab98d3e71e8cd1d31218c92a86
ec_master/0.2.1@main: Not found in local cache, looking in remotes...
ec_master/0.2.1@main: Checking remote: conanRepository
ec_master/0.2.1@main: Downloaded recipe revision b3b986654c2b5c85ba4e783e635c1d18
Graph root
conanfile.py: /builds/file/03/onedeb/conanfile.py
Requirements
5axis_calibrate/1.2.3.1@main#d4a4762d07e30f850c914418a64684e1 - Downloaded (conanRepository)
5axis_kinematics/1.6.0.11@main#68c9d03806c1581d845fd0e7627181c4 - Downloaded (conanRepository)
aux_func/1.7.1.20@main#305a545c68b970e4e8b05dc258d29729 - Downloaded (conanRepository)
axis_interp/1.6.0.9@main#d0526a674f33479a152a3833ced4497f - Downloaded (conanRepository)
base_data/1.2.3.2@main#e1aaa5fb0d4f5230e2807a3e3adc9123 - Downloaded (conanRepository)
comm_processor/1.11.1.1@main#30ff419b9fe17622a6e750af1e702099 - Downloaded (conanRepository)
conanpush/1.0.5.11#20ef55971cff9889b3787221e9512379 - Downloaded (conanRepository)
datasrv/1.10.0.5@main#a1deccaefbeca97abeb08b51376088ef - Downloaded (conanRepository)
ec_master/0.2.1@main#b3b986654c2b5c85ba4e783e635c1d18 - Downloaded (conanRepository)
filecom/1.1.3.8@develop#d8daf3983c033073bb10d7f2a850aa46 - Downloaded (conanRepository)
gparser/1.11.5.6@main#8cde080635e97da18fcf084e1dd0ede8 - Downloaded (conanRepository)
gtest/1.12.6.1@main#88498157056f34c0eb82d4605cf8fd4e - Downloaded (conanRepository)
hal_comp/1.1.7.1@main#b99ea813d6a50db670af45bee92d8580 - Downloaded (conanRepository)
hmi/0.0.54.8@main#20ab7189a1c21a5fbb2a42a003b1aec8 - Downloaded (conanRepository)
hmicfg/0.0.54.26@milling-sv500#1e01c64f95b95b2d859e695c43d88ccb - Downloaded (conanRepository)
interfer_grind/1.2.3.2@main#f6baa8fb415c42a24454596c895d3caa - Downloaded (conanRepository)
interp_data/1.6.0.2@main#711a9821dc5312ec3d46b1b5a4d994ea - Downloaded (conanRepository)
interpolator/1.14.1.75@main#1798dafc48eccebcf396abd17df3a63d - Downloaded (conanRepository)
interpreter/1.9.1.6@main#2543e95c63eaed4e745921196728f12f - Downloaded (conanRepository)
jsoncpp/1.9.8.1@main#15a3db2231ae46ddf8f5eb8b8b9010db - Downloaded (conanRepository)
linear_approx/1.8.0.12@main#2214236d7f070b69605155749a8365bf - Downloaded (conanRepository)
lxrt_task_scheduler/1.1.9.15@develop_tp#31253c35f684b0c2e7916d5b4d1e7b6f - Downloaded (conanRepository)
mkhvariabletable/1.1.7.7@main#cadd7ae705af99f9482eb2cdb526f176 - Downloaded (conanRepository)
motion_control_math/1.6.2.1@main#04d93cf8d6763afddfc95ad2945757a5 - Downloaded (conanRepository)
nck_data/1.6.1.2@main#68057e193b1fa4beb522ba7cf3f23381 - Downloaded (conanRepository)
nck_resource/1.13.2.35@main#82f9e8f460cd5acc01b9c3b13a93ea6e - Downloaded (conanRepository)
nck_startup/1.0.16.3@main#ec1e859fce766bbd3f31e0fc2b3b9e51 - Downloaded (conanRepository)
nurbs_approx/1.8.1.10@main#71227c586c5ebd7abe763e50de99a0b3 - Downloaded (conanRepository)
nurbs_interp/1.6.0.12@main#4e30374a6de778ad22e908b012e4fd50 - Downloaded (conanRepository)
nurbs_track_maker/1.8.0.10@main#ff350b206a6537278d1c2b5cf6d11e35 - Downloaded (conanRepository)
param_manager/1.1.2.1@main#c35a2cb26268254943c6af61e20e9d48 - Downloaded (conanRepository)
preprocess/1.14.0.36@main#20fa8091e417b5db4d09ded6bbda05a9 - Downloaded (conanRepository)
public_param/1.6.0.4@main#38950531777f5bd5564699b556b00253 - Downloaded (conanRepository)
public_test/1.6.0.3@main#8bd35d9ab93230cae6d3e93b39ee5aa5 - Downloaded (conanRepository)
read_gcode/1.6.0.8@main#30d5aeda0584f0c22ff7e9e6f80ccd5f - Downloaded (conanRepository)
rt_lib/1.2.1.1@main#520a1fc294b6ed97f58eba1513a3fc59 - Downloaded (conanRepository)
rt_math/1.2.0.3@main#8a5cd452d4ad4246eecbf4def7a82848 - Downloaded (conanRepository)
runtime/1.0.0.13@main#7c6bbaab98d3e71e8cd1d31218c92a86 - Downloaded (conanRepository)
screw_comp/1.6.0.20@main#2edd4f587609b63175c5b2bb4a86553b - Downloaded (conanRepository)
tinyxml2/9.0.3.3@main#a0c0ba12d0eacacf6e65cf1cc9fd3191 - Downloaded (conanRepository)
tool_manager/1.6.0.20@main#968b34b6725ea7df6d78b3f7133b2642 - Downloaded (conanRepository)
tool_radius_compensation/1.8.3.3@main#27aa9f2ade435c34d993f2cffc6f8598 - Downloaded (conanRepository)
tp_base/1.6.0.10@main#56fb749bf79f2679f95797b5ea1f8a70 - Downloaded (conanRepository)
track_maker/1.12.1.10@main#91a1e11e742f3c14d73390a56f6866ee - Downloaded (conanRepository)
trajectory_plan/1.8.0.12@main#067c156a99483096c4e62794fbaa3ade - Downloaded (conanRepository)
vmi_data/1.11.2.2@main#4cc1d2d38ec2b62ee0c60877c03057bb - Downloaded (conanRepository)
xlnt/1.5.3.1@main#91f1df541f8f586dc74137a88a173822 - Downloaded (conanRepository)
Resolved version ranges
5axis_calibrate/[>=1.2.0- <1.3-]@main: 5axis_calibrate/1.2.3.1@main
5axis_kinematics/[>=1.6.0- <1.7-]@main: 5axis_kinematics/1.6.0.11@main
aux_func/[~1.7.0]@main: aux_func/1.7.1.20@main
axis_interp/[~1.6.0]@main: axis_interp/1.6.0.9@main
base_data/[>=1.2.0- <1.3-]@main: base_data/1.2.3.2@main
comm_processor/[1.11.1.1]@main: comm_processor/1.11.1.1@main
conanpush/[~1.0.0]: conanpush/1.0.5.11
datasrv/[~1.10.0]@main: datasrv/1.10.0.5@main
ec_master/[~0.2.0]@main: ec_master/0.2.1@main
filecom/[~1.1.0]@develop: filecom/1.1.3.8@develop
gparser/[~1.11.0]@main: gparser/1.11.5.6@main
gtest/[~1.12.0]@main: gtest/1.12.6.1@main
hal_comp/[~1.1.0]@main: hal_comp/1.1.7.1@main
hmi/[~0.0.54.0]@main: hmi/0.0.54.8@main
hmicfg/[0.0.54.26]@milling-sv500: hmicfg/0.0.54.26@milling-sv500
interfer_grind/[>=1.2.0- <1.3-]@main: interfer_grind/1.2.3.2@main
interp_data/[>=1.6.0- <1.7-]@main: interp_data/1.6.0.2@main
interpolator/[~1.14.0]@main: interpolator/1.14.1.75@main
interpreter/[~1.9.0]@main: interpreter/1.9.1.6@main
jsoncpp/[~1.9.0]@main: jsoncpp/1.9.8.1@main
linear_approx/[~1.8.0]@main: linear_approx/1.8.0.12@main
lxrt_task_scheduler/[~1.1.9]@develop_tp: lxrt_task_scheduler/1.1.9.15@develop_tp
mkhvariabletable/[>=1.1.0- <1.2-]@main: mkhvariabletable/1.1.7.7@main
motion_control_math/[>=1.6.0- <1.7-]@main: motion_control_math/1.6.2.1@main
nck_data/[>=1.6.0- <1.7-]@main: nck_data/1.6.1.2@main
nck_resource/[~1.13.2.0]@main: nck_resource/1.13.2.35@main
nck_startup/[1.0.16.3]@main: nck_startup/1.0.16.3@main
nurbs_approx/[>=1.8.0- <1.9-]@main: nurbs_approx/1.8.1.10@main
nurbs_interp/[>=1.6.0- <1.7-]@main: nurbs_interp/1.6.0.12@main
nurbs_track_maker/[>=1.8.0- <1.9-]@main: nurbs_track_maker/1.8.0.10@main
param_manager/[>=1.1.0- <1.2-]@main: param_manager/1.1.2.1@main
preprocess/[~1.14.0]@main: preprocess/1.14.0.36@main
public_param/[>=1.6.0- <1.7-]@main: public_param/1.6.0.4@main
public_test/[>=1.6.0- <1.7-]@main: public_test/1.6.0.3@main
read_gcode/[~1.6.0]@main: read_gcode/1.6.0.8@main
rt_lib/[~1.2.0]@main: rt_lib/1.2.1.1@main
rt_math/[~1.2.0]@main: rt_math/1.2.0.3@main
runtime/[~1.0.0]@main: runtime/1.0.0.13@main
screw_comp/[~1.6.0]@main: screw_comp/1.6.0.20@main
tinyxml2/[~9.0.0]@main: tinyxml2/9.0.3.3@main
tool_manager/[>=1.6.0- <1.7-]@main: tool_manager/1.6.0.20@main
tool_radius_compensation/[~1.8.0]@main: tool_radius_compensation/1.8.3.3@main
tp_base/[~1.6.0]@main: tp_base/1.6.0.10@main
track_maker/[>=1.12.0- <1.13-]@main: track_maker/1.12.1.10@main
trajectory_plan/[>=1.8.0- <1.9-]@main: trajectory_plan/1.8.0.12@main
vmi_data/[>=1.11.0- <1.12-]@main: vmi_data/1.11.2.2@main
xlnt/[~1.5.0]@main: xlnt/1.5.3.1@main
======== Computing necessary packages ========
Requirements
5axis_calibrate/1.2.3.1@main#d4a4762d07e30f850c914418a64684e1:9ecb5e97a27f272005e97815b690e67866f41013#0a5b651d324efda3f676d80bcdc65d2b - Download (conanRepository)
5axis_kinematics/1.6.0.11@main#68c9d03806c1581d845fd0e7627181c4:d31d8321e17d637d03d732ee58f3776cce84df65#6ebaf9c6827725c47d02e6cd89fa6415 - Download (conanRepository)
aux_func/1.7.1.20@main#305a545c68b970e4e8b05dc258d29729:a0f74393a694fd42ef4d98b297c53085f37d1c1c#37a9c82e9fb844be3e06f9f95c9e19de - Download (conanRepository)
axis_interp/1.6.0.9@main#d0526a674f33479a152a3833ced4497f:795c6fa38b132c322f8896e07765d4dc67677714#965d11b9f6a23eea0059aac657ab91f3 - Download (conanRepository)
base_data/1.2.3.2@main#e1aaa5fb0d4f5230e2807a3e3adc9123:835585bf8a735fbdd7a21147e888d1a029e6f8d5#de822a49abee159ba4688eaf4c925e45 - Download (conanRepository)
comm_processor/1.11.1.1@main#30ff419b9fe17622a6e750af1e702099:7dbd7d0dcff30a7230f7c59458d75f63403bce78#8ac6448eb46e664b3b769d8e27fa12a0 - Download (conanRepository)
conanpush/1.0.5.11#20ef55971cff9889b3787221e9512379:69791b4685f20c401690025e1868d246355a35c4#40afeab10b2dbb3e81f44f46e2c576f0 - Download (conanRepository)
datasrv/1.10.0.5@main#a1deccaefbeca97abeb08b51376088ef:e9aa29a124ba745e80d98c1e69ba9e6e9aa06a6e#32ec12f2b4637f46ab016c35bfe2f1cd - Download (conanRepository)
ec_master/0.2.1@main#b3b986654c2b5c85ba4e783e635c1d18:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#d9f588ea32ef0a8b3841d1a856a17659 - Download (conanRepository)
filecom/1.1.3.8@develop#d8daf3983c033073bb10d7f2a850aa46:3b463afe29dc13a33301c5eece4fed48bc9cfc0d#e660e45e2e7b5023a22e940ddc90f566 - Download (conanRepository)
gparser/1.11.5.6@main#8cde080635e97da18fcf084e1dd0ede8:c394bd5d098ba29ae4417806dc6eb325c4b48ce6#e5ae3eecd36c79f68b670b15cdd947ad - Download (conanRepository)
gtest/1.12.6.1@main#88498157056f34c0eb82d4605cf8fd4e:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#d89405d1423c2ae2cc7dcf27c128d423 - Download (conanRepository)
hal_comp/1.1.7.1@main#b99ea813d6a50db670af45bee92d8580:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#34be9f1c0b3129a9740624e79ebc53d7 - Download (conanRepository)
hmi/0.0.54.8@main#20ab7189a1c21a5fbb2a42a003b1aec8:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#1feb0e68e2ed6f06a01c01cca66879ba - Download (conanRepository)
hmicfg/0.0.54.26@milling-sv500#1e01c64f95b95b2d859e695c43d88ccb:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#2c97a9a6c641020d9209611a4089e6ac - Download (conanRepository)
interfer_grind/1.2.3.2@main#f6baa8fb415c42a24454596c895d3caa:e36e017f69ae649cc9b7bfdc21e16403b0b9a17f#0dc8d5d06ca4bcaa887bb8ff4273bbd3 - Download (conanRepository)
interp_data/1.6.0.2@main#711a9821dc5312ec3d46b1b5a4d994ea:7693f38d37467274916a9f39f1ece5b708d98fbf#b6f5df6d5969567f5332200c944e23f7 - Download (conanRepository)
interpolator/1.14.1.75@main#1798dafc48eccebcf396abd17df3a63d:7099adbe80112656c46d87aea588911056c4f822#43615230237b92318a2d43a997f402db - Download (conanRepository)
interpreter/1.9.1.6@main#2543e95c63eaed4e745921196728f12f:496aa4cf9c66dfa033762867f1692c95fefb3f78#360c4d45f68e8059042a9dd447b2379e - Download (conanRepository)
jsoncpp/1.9.8.1@main#15a3db2231ae46ddf8f5eb8b8b9010db:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#619c24fcbf99e4d9f4e7c097156b7343 - Download (conanRepository)
linear_approx/1.8.0.12@main#2214236d7f070b69605155749a8365bf:960debb4d5532ee46b38f2ddaa94f5c6d782454e#2c6220bd8dbaf2bd829a363c88afb77c - Download (conanRepository)
lxrt_task_scheduler/1.1.9.15@develop_tp#31253c35f684b0c2e7916d5b4d1e7b6f:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#742e8274c17fccba98d10ef277dde6ff - Download (conanRepository)
mkhvariabletable/1.1.7.7@main#cadd7ae705af99f9482eb2cdb526f176:203c49cb7630d832a95005863eafc097961a2159#6366b546dca9d544f52b19ce20af453b - Download (conanRepository)
motion_control_math/1.6.2.1@main#04d93cf8d6763afddfc95ad2945757a5:c02cf3a7d6b63d6659bf2b931c63a629bbd72d62#c05b0a71f042d1d6cd38b7a97c63adb1 - Download (conanRepository)
nck_data/1.6.1.2@main#68057e193b1fa4beb522ba7cf3f23381:2eb78514c7038e8de74a469c05e187b2ec158535#8ea2371d6410d31b7afc8eed9b0c7f30 - Download (conanRepository)
nck_resource/1.13.2.35@main#82f9e8f460cd5acc01b9c3b13a93ea6e:353e5380e1e2d091e4b8cb19cb48c1c197cbaaee#c0d57b276d8976f35e2fa9f513bf14b7 - Download (conanRepository)
nck_startup/1.0.16.3@main#ec1e859fce766bbd3f31e0fc2b3b9e51:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#5e955c8b04152ca1a31c6b0a6a8a5bef - Download (conanRepository)
nurbs_approx/1.8.1.10@main#71227c586c5ebd7abe763e50de99a0b3:960debb4d5532ee46b38f2ddaa94f5c6d782454e#2e0c7417a397ccd7702734d70a052a6a - Download (conanRepository)
nurbs_interp/1.6.0.12@main#4e30374a6de778ad22e908b012e4fd50:473f96ac8830b05576517f13d229d5c5222cb73f#f313371db95e0228be7675d067e051c1 - Download (conanRepository)
nurbs_track_maker/1.8.0.10@main#ff350b206a6537278d1c2b5cf6d11e35:960debb4d5532ee46b38f2ddaa94f5c6d782454e#63d404348aef811cd34b75c1fee5f7cb - Download (conanRepository)
param_manager/1.1.2.1@main#c35a2cb26268254943c6af61e20e9d48:203c49cb7630d832a95005863eafc097961a2159#cf6f7171696773fe38782ab6e430c4fd - Download (conanRepository)
preprocess/1.14.0.36@main#20fa8091e417b5db4d09ded6bbda05a9:00c54d1e2b8f2a00a4e4c6e50b74c3c09df97d1d#89a9d4f20089e3dd85676c54ec01c692 - Download (conanRepository)
public_param/1.6.0.4@main#38950531777f5bd5564699b556b00253:656f307137fe21599a5c2f8f1465b9345f8613b5#6202f455c37554ff7d55a4dd671484a1 - Download (conanRepository)
public_test/1.6.0.3@main#8bd35d9ab93230cae6d3e93b39ee5aa5:2eb78514c7038e8de74a469c05e187b2ec158535#660495073c5ec975cf3d109656a15507 - Download (conanRepository)
read_gcode/1.6.0.8@main#30d5aeda0584f0c22ff7e9e6f80ccd5f:c0dcfa49981545d48c3f70d7f968d257eefff242#33f6fb7de3cae093b20b302652104ebe - Download (conanRepository)
rt_lib/1.2.1.1@main#520a1fc294b6ed97f58eba1513a3fc59:203c49cb7630d832a95005863eafc097961a2159#adbf1d8368370f0c26f9fccc461a77c9 - Download (conanRepository)
rt_math/1.2.0.3@main#8a5cd452d4ad4246eecbf4def7a82848:203c49cb7630d832a95005863eafc097961a2159#eeee05de200ce43a123df60a2604a7d2 - Download (conanRepository)
runtime/1.0.0.13@main#7c6bbaab98d3e71e8cd1d31218c92a86:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#5e910b51ed0f0ab5bddb41d22d636003 - Download (conanRepository)
screw_comp/1.6.0.20@main#2edd4f587609b63175c5b2bb4a86553b:a0f74393a694fd42ef4d98b297c53085f37d1c1c#13fa594f5105b6b68a858dc139afbe57 - Download (conanRepository)
tinyxml2/9.0.3.3@main#a0c0ba12d0eacacf6e65cf1cc9fd3191:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#b7c39a68181e8213ba8e9cac91f0327f - Download (conanRepository)
tool_manager/1.6.0.20@main#968b34b6725ea7df6d78b3f7133b2642:32df78d9bffa89fe58beb49ec0f02adea50fc7ed#e85638818abd203cc5a3a4636dabf183 - Download (conanRepository)
tool_radius_compensation/1.8.3.3@main#27aa9f2ade435c34d993f2cffc6f8598:960debb4d5532ee46b38f2ddaa94f5c6d782454e#22e37c599be3be6b8e820fb038a84a82 - Download (conanRepository)
tp_base/1.6.0.10@main#56fb749bf79f2679f95797b5ea1f8a70:30477ded74a9ad74b14dbc536cdc6acb8d0b0c4e#29b4d8f413bdf80a17de9edce115bcc0 - Download (conanRepository)
track_maker/1.12.1.10@main#91a1e11e742f3c14d73390a56f6866ee:91231413ee44915fa61fc109a68fd852d50c3413#18ae7633e1725b1443e5ccfc86066b05 - Download (conanRepository)
trajectory_plan/1.8.0.12@main#067c156a99483096c4e62794fbaa3ade:96adb51aacf1b53064279b199d7d02d9b1d96fef#f2a8767cc1483ee8eb820427cf0b5df9 - Download (conanRepository)
vmi_data/1.11.2.2@main#4cc1d2d38ec2b62ee0c60877c03057bb:2eb78514c7038e8de74a469c05e187b2ec158535#01fc6b4fec696dc9b64880705759d557 - Download (conanRepository)
xlnt/1.5.3.1@main#91f1df541f8f586dc74137a88a173822:2e0f54f10af6608ecc146fb5ad65348d16e3b7ea#f348a8db3a2bf4bb7c82df270de89501 - Download (conanRepository)
======== Installing packages ========
-------- Downloading 47 packages --------
conanpush/1.0.5.11: Retrieving package 69791b4685f20c401690025e1868d246355a35c4 from remote 'conanRepository'
conanpush/1.0.5.11: Package installed 69791b4685f20c401690025e1868d246355a35c4
conanpush/1.0.5.11: Downloaded package revision 40afeab10b2dbb3e81f44f46e2c576f0
ec_master/0.2.1@main: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
ec_master/0.2.1@main: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
ec_master/0.2.1@main: Downloaded package revision d9f588ea32ef0a8b3841d1a856a17659
gtest/1.12.6.1@main: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
gtest/1.12.6.1@main: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
gtest/1.12.6.1@main: Downloaded package revision d89405d1423c2ae2cc7dcf27c128d423
hal_comp/1.1.7.1@main: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
hal_comp/1.1.7.1@main: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
hal_comp/1.1.7.1@main: Downloaded package revision 34be9f1c0b3129a9740624e79ebc53d7
hmi/0.0.54.8@main: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
hmi/0.0.54.8@main: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
hmi/0.0.54.8@main: Downloaded package revision 1feb0e68e2ed6f06a01c01cca66879ba
hmicfg/0.0.54.26@milling-sv500: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
hmicfg/0.0.54.26@milling-sv500: Downloading 21.5MB conan_package.tgz
hmicfg/0.0.54.26@milling-sv500: Decompressing 21.5MB conan_package.tgz
hmicfg/0.0.54.26@milling-sv500: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
hmicfg/0.0.54.26@milling-sv500: Downloaded package revision 2c97a9a6c641020d9209611a4089e6ac
jsoncpp/1.9.8.1@main: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
jsoncpp/1.9.8.1@main: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
jsoncpp/1.9.8.1@main: Downloaded package revision 619c24fcbf99e4d9f4e7c097156b7343
lxrt_task_scheduler/1.1.9.15@develop_tp: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
lxrt_task_scheduler/1.1.9.15@develop_tp: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
lxrt_task_scheduler/1.1.9.15@develop_tp: Downloaded package revision 742e8274c17fccba98d10ef277dde6ff
nck_startup/1.0.16.3@main: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
nck_startup/1.0.16.3@main: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
nck_startup/1.0.16.3@main: Downloaded package revision 5e955c8b04152ca1a31c6b0a6a8a5bef
runtime/1.0.0.13@main: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
runtime/1.0.0.13@main: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
runtime/1.0.0.13@main: Downloaded package revision 5e910b51ed0f0ab5bddb41d22d636003
tinyxml2/9.0.3.3@main: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
tinyxml2/9.0.3.3@main: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
tinyxml2/9.0.3.3@main: Downloaded package revision b7c39a68181e8213ba8e9cac91f0327f
xlnt/1.5.3.1@main: Retrieving package 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea from remote 'conanRepository'
xlnt/1.5.3.1@main: Downloading 10.2MB conan_package.tgz
xlnt/1.5.3.1@main: Decompressing 10.2MB conan_package.tgz
xlnt/1.5.3.1@main: Package installed 2e0f54f10af6608ecc146fb5ad65348d16e3b7ea
xlnt/1.5.3.1@main: Downloaded package revision f348a8db3a2bf4bb7c82df270de89501
base_data/1.2.3.2@main: Retrieving package 835585bf8a735fbdd7a21147e888d1a029e6f8d5 from remote 'conanRepository'
base_data/1.2.3.2@main: Downloading 13.8MB conan_package.tgz
base_data/1.2.3.2@main: Decompressing 13.8MB conan_package.tgz
base_data/1.2.3.2@main: Package installed 835585bf8a735fbdd7a21147e888d1a029e6f8d5
base_data/1.2.3.2@main: Downloaded package revision de822a49abee159ba4688eaf4c925e45
mkhvariabletable/1.1.7.7@main: Retrieving package 203c49cb7630d832a95005863eafc097961a2159 from remote 'conanRepository'
mkhvariabletable/1.1.7.7@main: Package installed 203c49cb7630d832a95005863eafc097961a2159
mkhvariabletable/1.1.7.7@main: Downloaded package revision 6366b546dca9d544f52b19ce20af453b
param_manager/1.1.2.1@main: Retrieving package 203c49cb7630d832a95005863eafc097961a2159 from remote 'conanRepository'
param_manager/1.1.2.1@main: Package installed 203c49cb7630d832a95005863eafc097961a2159
param_manager/1.1.2.1@main: Downloaded package revision cf6f7171696773fe38782ab6e430c4fd
rt_lib/1.2.1.1@main: Retrieving package 203c49cb7630d832a95005863eafc097961a2159 from remote 'conanRepository'
rt_lib/1.2.1.1@main: Package installed 203c49cb7630d832a95005863eafc097961a2159
rt_lib/1.2.1.1@main: Downloaded package revision adbf1d8368370f0c26f9fccc461a77c9
rt_math/1.2.0.3@main: Retrieving package 203c49cb7630d832a95005863eafc097961a2159 from remote 'conanRepository'
rt_math/1.2.0.3@main: Package installed 203c49cb7630d832a95005863eafc097961a2159
rt_math/1.2.0.3@main: Downloaded package revision eeee05de200ce43a123df60a2604a7d2
5axis_calibrate/1.2.3.1@main: Retrieving package 9ecb5e97a27f272005e97815b690e67866f41013 from remote 'conanRepository'
5axis_calibrate/1.2.3.1@main: Package installed 9ecb5e97a27f272005e97815b690e67866f41013
5axis_calibrate/1.2.3.1@main: Downloaded package revision 0a5b651d324efda3f676d80bcdc65d2b
filecom/1.1.3.8@develop: Retrieving package 3b463afe29dc13a33301c5eece4fed48bc9cfc0d from remote 'conanRepository'
filecom/1.1.3.8@develop: Package installed 3b463afe29dc13a33301c5eece4fed48bc9cfc0d
filecom/1.1.3.8@develop: Downloaded package revision e660e45e2e7b5023a22e940ddc90f566
interfer_grind/1.2.3.2@main: Retrieving package e36e017f69ae649cc9b7bfdc21e16403b0b9a17f from remote 'conanRepository'
interfer_grind/1.2.3.2@main: Package installed e36e017f69ae649cc9b7bfdc21e16403b0b9a17f
interfer_grind/1.2.3.2@main: Downloaded package revision 0dc8d5d06ca4bcaa887bb8ff4273bbd3
interp_data/1.6.0.2@main: Retrieving package 7693f38d37467274916a9f39f1ece5b708d98fbf from remote 'conanRepository'
interp_data/1.6.0.2@main: Package installed 7693f38d37467274916a9f39f1ece5b708d98fbf
interp_data/1.6.0.2@main: Downloaded package revision b6f5df6d5969567f5332200c944e23f7
nck_data/1.6.1.2@main: Retrieving package 2eb78514c7038e8de74a469c05e187b2ec158535 from remote 'conanRepository'
nck_data/1.6.1.2@main: Package installed 2eb78514c7038e8de74a469c05e187b2ec158535
nck_data/1.6.1.2@main: Downloaded package revision 8ea2371d6410d31b7afc8eed9b0c7f30
public_test/1.6.0.3@main: Retrieving package 2eb78514c7038e8de74a469c05e187b2ec158535 from remote 'conanRepository'
public_test/1.6.0.3@main: Package installed 2eb78514c7038e8de74a469c05e187b2ec158535
public_test/1.6.0.3@main: Downloaded package revision 660495073c5ec975cf3d109656a15507
read_gcode/1.6.0.8@main: Retrieving package c0dcfa49981545d48c3f70d7f968d257eefff242 from remote 'conanRepository'
read_gcode/1.6.0.8@main: Package installed c0dcfa49981545d48c3f70d7f968d257eefff242
read_gcode/1.6.0.8@main: Downloaded package revision 33f6fb7de3cae093b20b302652104ebe
vmi_data/1.11.2.2@main: Retrieving package 2eb78514c7038e8de74a469c05e187b2ec158535 from remote 'conanRepository'
vmi_data/1.11.2.2@main: Package installed 2eb78514c7038e8de74a469c05e187b2ec158535
vmi_data/1.11.2.2@main: Downloaded package revision 01fc6b4fec696dc9b64880705759d557
aux_func/1.7.1.20@main: Retrieving package a0f74393a694fd42ef4d98b297c53085f37d1c1c from remote 'conanRepository'
aux_func/1.7.1.20@main: Package installed a0f74393a694fd42ef4d98b297c53085f37d1c1c
aux_func/1.7.1.20@main: Downloaded package revision 37a9c82e9fb844be3e06f9f95c9e19de
axis_interp/1.6.0.9@main: Retrieving package 795c6fa38b132c322f8896e07765d4dc67677714 from remote 'conanRepository'
axis_interp/1.6.0.9@main: Package installed 795c6fa38b132c322f8896e07765d4dc67677714
axis_interp/1.6.0.9@main: Downloaded package revision 965d11b9f6a23eea0059aac657ab91f3
comm_processor/1.11.1.1@main: Retrieving package 7dbd7d0dcff30a7230f7c59458d75f63403bce78 from remote 'conanRepository'
comm_processor/1.11.1.1@main: Package installed 7dbd7d0dcff30a7230f7c59458d75f63403bce78
comm_processor/1.11.1.1@main: Downloaded package revision 8ac6448eb46e664b3b769d8e27fa12a0
datasrv/1.10.0.5@main: Retrieving package e9aa29a124ba745e80d98c1e69ba9e6e9aa06a6e from remote 'conanRepository'
datasrv/1.10.0.5@main: Package installed e9aa29a124ba745e80d98c1e69ba9e6e9aa06a6e
datasrv/1.10.0.5@main: Downloaded package revision 32ec12f2b4637f46ab016c35bfe2f1cd
public_param/1.6.0.4@main: Retrieving package 656f307137fe21599a5c2f8f1465b9345f8613b5 from remote 'conanRepository'
public_param/1.6.0.4@main: Package installed 656f307137fe21599a5c2f8f1465b9345f8613b5
public_param/1.6.0.4@main: Downloaded package revision 6202f455c37554ff7d55a4dd671484a1
screw_comp/1.6.0.20@main: Retrieving package a0f74393a694fd42ef4d98b297c53085f37d1c1c from remote 'conanRepository'
screw_comp/1.6.0.20@main: Package installed a0f74393a694fd42ef4d98b297c53085f37d1c1c
screw_comp/1.6.0.20@main: Downloaded package revision 13fa594f5105b6b68a858dc139afbe57
tool_manager/1.6.0.20@main: Retrieving package 32df78d9bffa89fe58beb49ec0f02adea50fc7ed from remote 'conanRepository'
tool_manager/1.6.0.20@main: Package installed 32df78d9bffa89fe58beb49ec0f02adea50fc7ed
tool_manager/1.6.0.20@main: Downloaded package revision e85638818abd203cc5a3a4636dabf183
gparser/1.11.5.6@main: Retrieving package c394bd5d098ba29ae4417806dc6eb325c4b48ce6 from remote 'conanRepository'
gparser/1.11.5.6@main: Package installed c394bd5d098ba29ae4417806dc6eb325c4b48ce6
gparser/1.11.5.6@main: Downloaded package revision e5ae3eecd36c79f68b670b15cdd947ad
motion_control_math/1.6.2.1@main: Retrieving package c02cf3a7d6b63d6659bf2b931c63a629bbd72d62 from remote 'conanRepository'
motion_control_math/1.6.2.1@main: Package installed c02cf3a7d6b63d6659bf2b931c63a629bbd72d62
motion_control_math/1.6.2.1@main: Downloaded package revision c05b0a71f042d1d6cd38b7a97c63adb1
interpreter/1.9.1.6@main: Retrieving package 496aa4cf9c66dfa033762867f1692c95fefb3f78 from remote 'conanRepository'
interpreter/1.9.1.6@main: Package installed 496aa4cf9c66dfa033762867f1692c95fefb3f78
interpreter/1.9.1.6@main: Downloaded package revision 360c4d45f68e8059042a9dd447b2379e
linear_approx/1.8.0.12@main: Retrieving package 960debb4d5532ee46b38f2ddaa94f5c6d782454e from remote 'conanRepository'
linear_approx/1.8.0.12@main: Package installed 960debb4d5532ee46b38f2ddaa94f5c6d782454e
linear_approx/1.8.0.12@main: Downloaded package revision 2c6220bd8dbaf2bd829a363c88afb77c
nurbs_approx/1.8.1.10@main: Retrieving package 960debb4d5532ee46b38f2ddaa94f5c6d782454e from remote 'conanRepository'
nurbs_approx/1.8.1.10@main: Package installed 960debb4d5532ee46b38f2ddaa94f5c6d782454e
nurbs_approx/1.8.1.10@main: Downloaded package revision 2e0c7417a397ccd7702734d70a052a6a
nurbs_track_maker/1.8.0.10@main: Retrieving package 960debb4d5532ee46b38f2ddaa94f5c6d782454e from remote 'conanRepository'
nurbs_track_maker/1.8.0.10@main: Package installed 960debb4d5532ee46b38f2ddaa94f5c6d782454e
nurbs_track_maker/1.8.0.10@main: Downloaded package revision 63d404348aef811cd34b75c1fee5f7cb
tool_radius_compensation/1.8.3.3@main: Retrieving package 960debb4d5532ee46b38f2ddaa94f5c6d782454e from remote 'conanRepository'
tool_radius_compensation/1.8.3.3@main: Package installed 960debb4d5532ee46b38f2ddaa94f5c6d782454e
tool_radius_compensation/1.8.3.3@main: Downloaded package revision 22e37c599be3be6b8e820fb038a84a82
tp_base/1.6.0.10@main: Retrieving package 30477ded74a9ad74b14dbc536cdc6acb8d0b0c4e from remote 'conanRepository'
tp_base/1.6.0.10@main: Package installed 30477ded74a9ad74b14dbc536cdc6acb8d0b0c4e
tp_base/1.6.0.10@main: Downloaded package revision 29b4d8f413bdf80a17de9edce115bcc0
track_maker/1.12.1.10@main: Retrieving package 91231413ee44915fa61fc109a68fd852d50c3413 from remote 'conanRepository'
track_maker/1.12.1.10@main: Package installed 91231413ee44915fa61fc109a68fd852d50c3413
track_maker/1.12.1.10@main: Downloaded package revision 18ae7633e1725b1443e5ccfc86066b05
5axis_kinematics/1.6.0.11@main: Retrieving package d31d8321e17d637d03d732ee58f3776cce84df65 from remote 'conanRepository'
5axis_kinematics/1.6.0.11@main: Package installed d31d8321e17d637d03d732ee58f3776cce84df65
5axis_kinematics/1.6.0.11@main: Downloaded package revision 6ebaf9c6827725c47d02e6cd89fa6415
preprocess/1.14.0.36@main: Retrieving package 00c54d1e2b8f2a00a4e4c6e50b74c3c09df97d1d from remote 'conanRepository'
preprocess/1.14.0.36@main: Package installed 00c54d1e2b8f2a00a4e4c6e50b74c3c09df97d1d
preprocess/1.14.0.36@main: Downloaded package revision 89a9d4f20089e3dd85676c54ec01c692
nurbs_interp/1.6.0.12@main: Retrieving package 473f96ac8830b05576517f13d229d5c5222cb73f from remote 'conanRepository'
nurbs_interp/1.6.0.12@main: Package installed 473f96ac8830b05576517f13d229d5c5222cb73f
nurbs_interp/1.6.0.12@main: Downloaded package revision f313371db95e0228be7675d067e051c1
trajectory_plan/1.8.0.12@main: Retrieving package 96adb51aacf1b53064279b199d7d02d9b1d96fef from remote 'conanRepository'
trajectory_plan/1.8.0.12@main: Package installed 96adb51aacf1b53064279b199d7d02d9b1d96fef
trajectory_plan/1.8.0.12@main: Downloaded package revision f2a8767cc1483ee8eb820427cf0b5df9
interpolator/1.14.1.75@main: Retrieving package 7099adbe80112656c46d87aea588911056c4f822 from remote 'conanRepository'
interpolator/1.14.1.75@main: Package installed 7099adbe80112656c46d87aea588911056c4f822
interpolator/1.14.1.75@main: Downloaded package revision 43615230237b92318a2d43a997f402db
nck_resource/1.13.2.35@main: Retrieving package 353e5380e1e2d091e4b8cb19cb48c1c197cbaaee from remote 'conanRepository'
nck_resource/1.13.2.35@main: Package installed 353e5380e1e2d091e4b8cb19cb48c1c197cbaaee
nck_resource/1.13.2.35@main: Downloaded package revision c0d57b276d8976f35e2fa9f513bf14b7
======== Finalizing install (deploy, generators) ========
conanfile.py: Writing generators to /builds/file/03/onedeb/utils
conanfile.py: Generator 'CMakeToolchain' calling 'generate()'
conanfile.py: CMakeToolchain generated: conan_toolchain.cmake
conanfile.py: CMakeToolchain: Preset 'conan-release' added to CMakePresets.json.
(cmake>=3.23) cmake --preset conan-release
(cmake<3.23) cmake
time conan lock create --requires="opencv/[]" --requires="tensorflow-lite/[]" -r=conancenter real 1m52.203s user 0m2.117s sys 0m0.456s`
That is still apparently a bit slow. I have just tried in my machine and it takes 24 seconds, like 25% of your time.
It is true that I am using latest Conan 2.16, please upgrade, as Conan client also did some optimizations that can help in this regard.
Lets do some extra timing regarding the installation of binaries, because 18 mins seems a lot. Maybe your binaries are huge, like many GBs?.
Please test the following and report the timing:
conan install --requires="opencv/[*]" --requires="tensorflow-lite/[*]" -r=conancenter -s compiler.cppstd=17
In my machine, it takes 1min 10 secs, to install +50 packages binaries, some of them relatively large as ffmpeg and opencv
When using the Conan Center repository I haven’t experienced this long download‑time issue; I suspect the problem may lie with my own internal repository or with the Conan packages I’ve created.
You mentioned that the 49 Conan packages in my repository might be quite large, so I downloaded them all and found their total size is only 316 MB.
You mentioned that the 49 Conan packages in my repository might be quite large, so I downloaded them all and found their total size is only 316 MB.
yes, that is not very big, I think the above installation would be similar in size, as ffmpeg was like 140Mb, opencv like another 40 Mbs, so it is probably same order of magnitude
When using the Conan Center repository I haven’t experienced this long download‑time issue; I suspect the problem may lie with my own internal repository or with the Conan packages I’ve created.
Yes, this could be the issue, it is possible that the ArtifactoryCE running in your org is struggling a bit to serve the packages, maybe the machine is lacking some resources like enough memory, or faster disks, or something like that. Or some network issue too. This is why I typically try to run with a local ArtifactoryCE running on my machine, to try to rule out those issues.
How can this be explained? When I also listed the packages that nck_resource depends on in the conanfile, the download speed sped up, taking just over a minute.
How can this be explained? When I also listed the packages that nck_resource depends on in the conanfile, the download speed sped up, taking just over a minute.
Yes, this is a bit unexpected, I don't know why yet. Are you sure your current Conan cache is completely empty when this happens and it didn't have packages cached when you did this attempt? In theory, there shouldn't be much difference.
How can this be explained? When I also listed the packages that nck_resource depends on in the conanfile, the download speed sped up, taking just over a minute.
Yes, this is a bit unexpected, I don't know why yet. Are you sure your current Conan cache is completely empty when this happens and it didn't have packages cached when you did this attempt? In theory, there shouldn't be much difference.
During the Conan package download process, the CI creates a brand-new pod, and the Conan cache inside the pod is completely empty.
Hi @Fengqiv
Following up on this, any further finding from your side?
I still cannot think of a reason that would explain this behavior, besides an Artifactory server that is heavily lacking resources and it is incredibly slow, so just by a small change in the graph resolution, like not providing the direct dependencies, that might translate in more API calls to the server, and as each API call might be very slow to resolve, things cascade and accumulate and result in such unexpectedly slow times.
As suggested above, the resolution time for such a graph, in a blank cache, should be around 1-2 mins max. I think testing with a local ArtifactoryCE in your computer, that you just upload the packages in your cache, remove the cache and install from there would help to reduce the possible scope of the source of slowness.
Hi @Fengqiv
Following up on this, any further finding from your side?
I still cannot think of a reason that would explain this behavior, besides an Artifactory server that is heavily lacking resources and it is incredibly slow, so just by a small change in the graph resolution, like not providing the direct dependencies, that might translate in more API calls to the server, and as each API call might be very slow to resolve, things cascade and accumulate and result in such unexpectedly slow times.
As suggested above, the resolution time for such a graph, in a blank cache, should be around 1-2 mins max. I think testing with a local ArtifactoryCE in your computer, that you just upload the packages in your cache, remove the cache and install from there would help to reduce the possible scope of the source of slowness.
Okay, I will make time to do this test.