Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 1k | labels stringlengths 4 1.38k | body stringlengths 1 262k | index stringclasses 16
values | text_combine stringlengths 96 262k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
784,234 | 27,562,283,449 | IssuesEvent | 2023-03-07 23:17:25 | model-checking/kani | https://api.github.com/repos/model-checking/kani | closed | Recursion limit reached compile error on `chrono` crate | [C] Bug T-High Priority | <!--
If this is a security issue, please report it following the
[security reporting procedure](https://github.com/model-checking/kani/security/policy).
-->
<!--
Thank you for filing a bug report! 🐛
Please provide a short summary of the issue, along with the information necessary to replicate.
-->
Steps to reproduce:
1. `cargo new chrono_dep`
2. `cd chrono_dep`
3. `cargo add chrono@=0.4.19`
using the following command line invocation:
```
cargo kani
```
with Kani version: 68693242c21
I expected to see this happen: `No proof harnesses (functions with #[kani::proof]) were found to verify.`
<!--
If Kani crashed, please include a backtrace in the code block by setting
`RUST_BACKTRACE=1` in your environment. E.g. `RUST_BACKTRACE=1 kani ...`
-->
Instead, this happened:
```
$ cargo kani
Compiling autocfg v1.1.0
Compiling libc v0.2.137
Compiling num-traits v0.2.15
Compiling num-integer v0.1.45
Compiling time v0.1.45
Compiling chrono v0.4.19
error: recursion limit reached while expanding `stringify!`
--> /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/sys/unix.rs:85:13
|
85 | panic!("localtime_r failed: {}", io::Error::last_os_error());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`chrono`)
= note: this error originates in the macro `core::assert` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
Error: "Failed to compile crate."
error: could not compile `chrono` due to previous error
Error: cargo exited with status exit status: 101
```
| 1.0 | Recursion limit reached compile error on `chrono` crate - <!--
If this is a security issue, please report it following the
[security reporting procedure](https://github.com/model-checking/kani/security/policy).
-->
<!--
Thank you for filing a bug report! 🐛
Please provide a short summary of the issue, along with the information necessary to replicate.
-->
Steps to reproduce:
1. `cargo new chrono_dep`
2. `cd chrono_dep`
3. `cargo add chrono@=0.4.19`
using the following command line invocation:
```
cargo kani
```
with Kani version: 68693242c21
I expected to see this happen: `No proof harnesses (functions with #[kani::proof]) were found to verify.`
<!--
If Kani crashed, please include a backtrace in the code block by setting
`RUST_BACKTRACE=1` in your environment. E.g. `RUST_BACKTRACE=1 kani ...`
-->
Instead, this happened:
```
$ cargo kani
Compiling autocfg v1.1.0
Compiling libc v0.2.137
Compiling num-traits v0.2.15
Compiling num-integer v0.1.45
Compiling time v0.1.45
Compiling chrono v0.4.19
error: recursion limit reached while expanding `stringify!`
--> /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/sys/unix.rs:85:13
|
85 | panic!("localtime_r failed: {}", io::Error::last_os_error());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`chrono`)
= note: this error originates in the macro `core::assert` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
Error: "Failed to compile crate."
error: could not compile `chrono` due to previous error
Error: cargo exited with status exit status: 101
```
| priority | recursion limit reached compile error on chrono crate if this is a security issue please report it following the thank you for filing a bug report 🐛 please provide a short summary of the issue along with the information necessary to replicate steps to reproduce cargo new chrono dep cd chrono dep cargo add chrono using the following command line invocation cargo kani with kani version i expected to see this happen no proof harnesses functions with were found to verify if kani crashed please include a backtrace in the code block by setting rust backtrace in your environment e g rust backtrace kani instead this happened cargo kani compiling autocfg compiling libc compiling num traits compiling num integer compiling time compiling chrono error recursion limit reached while expanding stringify home ubuntu cargo registry src github com chrono src sys unix rs panic localtime r failed io error last os error help consider increasing the recursion limit by adding a attribute to your crate chrono note this error originates in the macro core assert which comes from the expansion of the macro panic in nightly builds run with z macro backtrace for more info error failed to compile crate error could not compile chrono due to previous error error cargo exited with status exit status | 1 |
21,957 | 14,941,792,782 | IssuesEvent | 2021-01-25 20:17:42 | zowe/zlux | https://api.github.com/repos/zowe/zlux | closed | Support app2app and notifications in single app mode | Client Infrastructure Epic enhancement | In single app mode, when a user makes an action that is supposed to communicate with another app, there are potentially more than one launch style that may be desired (popup, new tab, new window, sizing options etc.). This may require that the cross-launch dispatcher be able to determine if the launcher is or is not in single-app-mode.
This story may only require implementation on a single such "launch style". | 1.0 | Support app2app and notifications in single app mode - In single app mode, when a user makes an action that is supposed to communicate with another app, there are potentially more than one launch style that may be desired (popup, new tab, new window, sizing options etc.). This may require that the cross-launch dispatcher be able to determine if the launcher is or is not in single-app-mode.
This story may only require implementation on a single such "launch style". | non_priority | support and notifications in single app mode in single app mode when a user makes an action that is supposed to communicate with another app there are potentially more than one launch style that may be desired popup new tab new window sizing options etc this may require that the cross launch dispatcher be able to determine if the launcher is or is not in single app mode this story may only require implementation on a single such launch style | 0 |
332,184 | 10,089,215,549 | IssuesEvent | 2019-07-26 08:20:45 | mozilla/extension-workshop | https://api.github.com/repos/mozilla/extension-workshop | closed | Code does not wrap and breaks sidenav | bug priority: p2 | ### Describe the problem and steps to reproduce it:
When attempting to display a large amount of code in one line, the text does not wrap.
Example: the bad code example located at https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Source_Code_Submission#Use_of_obfuscated_code
### What happened?
Code example stretched along the page and subsequently broke the sidenav.
### What did you expect to happen?
Code example to display in a box wrapped and navigation to still work.
### Anything else we should know?
<!-- Please include a link to the page, screenshots and any relevant files. -->

| 1.0 | Code does not wrap and breaks sidenav - ### Describe the problem and steps to reproduce it:
When attempting to display a large amount of code in one line, the text does not wrap.
Example: the bad code example located at https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Source_Code_Submission#Use_of_obfuscated_code
### What happened?
Code example stretched along the page and subsequently broke the sidenav.
### What did you expect to happen?
Code example to display in a box wrapped and navigation to still work.
### Anything else we should know?
<!-- Please include a link to the page, screenshots and any relevant files. -->

| priority | code does not wrap and breaks sidenav describe the problem and steps to reproduce it when attempting to display a large amount of code in one line the text does not wrap example the bad code example located at what happened code example stretched along the page and subsequently broke the sidenav what did you expect to happen code example to display in a box wrapped and navigation to still work anything else we should know | 1 |
758,983 | 26,576,123,138 | IssuesEvent | 2023-01-21 20:59:58 | spinalcordtoolbox/spinalcordtoolbox | https://api.github.com/repos/spinalcordtoolbox/spinalcordtoolbox | closed | Various issues with Qt | priority:HIGH user requested | A few users reported issues with Qt:
- https://forum.spinalcordmri.org/t/qt-qpa-plugin-issue/475
- https://forum.spinalcordmri.org/t/problem-with-sct-label-utils-v-4-3/465
Issues with Qt checking:
- https://forum.spinalcordmri.org/t/check-if-display-variable-is-set-fail-in-sct-check-dependencies/488/5
- https://github.com/neuropoly/spinalcordtoolbox/issues/2623
| 1.0 | Various issues with Qt - A few users reported issues with Qt:
- https://forum.spinalcordmri.org/t/qt-qpa-plugin-issue/475
- https://forum.spinalcordmri.org/t/problem-with-sct-label-utils-v-4-3/465
Issues with Qt checking:
- https://forum.spinalcordmri.org/t/check-if-display-variable-is-set-fail-in-sct-check-dependencies/488/5
- https://github.com/neuropoly/spinalcordtoolbox/issues/2623
| priority | various issues with qt a few users reported issues with qt issues with qt checking | 1 |
352,740 | 25,080,716,548 | IssuesEvent | 2022-11-07 19:03:46 | mattermost/focalboard | https://api.github.com/repos/mattermost/focalboard | closed | Doc: Explain how to define "Select" properties options | Documentation | **Summary:**
It is unclear to me how to update the list of available options in a select property
**(Optional) Additional context and/or screenshot:**
For example, when creating a new category of type "Select", I am unable to edit the options nor find a way to do so.
It is the same for default existing created property (like priority, etc.)

Maybe it is still a feature to be developped ?
Thanks ! | 1.0 | Doc: Explain how to define "Select" properties options - **Summary:**
It is unclear to me how to update the list of available options in a select property
**(Optional) Additional context and/or screenshot:**
For example, when creating a new category of type "Select", I am unable to edit the options nor find a way to do so.
It is the same for default existing created property (like priority, etc.)

Maybe it is still a feature to be developped ?
Thanks ! | non_priority | doc explain how to define select properties options summary it is unclear to me how to update the list of available options in a select property optional additional context and or screenshot for example when creating a new category of type select i am unable to edit the options nor find a way to do so it is the same for default existing created property like priority etc maybe it is still a feature to be developped thanks | 0 |
11,065 | 16,177,845,912 | IssuesEvent | 2021-05-03 09:51:44 | edicoehf/Utkeyrslukerfi | https://api.github.com/repos/edicoehf/Utkeyrslukerfi | closed | 1.4 The available options for the delivery status should be configurable during system setup, by default the options should be: Not received, In transit, Delivered, Lost. | moderate requirement | Use some sort of migration to do this. | 1.0 | 1.4 The available options for the delivery status should be configurable during system setup, by default the options should be: Not received, In transit, Delivered, Lost. - Use some sort of migration to do this. | non_priority | the available options for the delivery status should be configurable during system setup by default the options should be not received in transit delivered lost use some sort of migration to do this | 0 |
95,091 | 27,380,271,244 | IssuesEvent | 2023-02-28 09:34:25 | openvinotoolkit/openvino | https://api.github.com/repos/openvinotoolkit/openvino | closed | [Bug] OpenVINO 2022.3 sample/cpp/build_samples.sh Failed on Ubuntu22.04! | bug category: build category: samples platform: linux | ##### System information (version)
build sample/cpp/build_samples.sh Failed!
- OpenVINO => 2022.3
- Operating System / Platform => Ubuntu22.04
- l_openvino_toolkit_ubuntu20_2022.3.0.9052.9752fafe8eb_x86_64 and install guide:
https://docs.openvino.ai/latest/openvino_docs_install_guides_installing_openvino_from_archive_linux.html#doxid-openvino-docs-install-guides-installing-openvino-from-archive-linux
##### Detailed description
a380@a380:~$ source /opt/intel/openvino_2022.3.0/setupvars.sh
[setupvars.sh] OpenVINO environment initialized
a380@a380:~$ cd /opt/intel/openvino_2022.3.0/samples/cpp/
a380@a380:/opt/intel/openvino_2022.3.0/samples/cpp$ ./build_samples.sh
Setting environment variables for building samples...
[setupvars.sh] OpenVINO environment initialized
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- gflags (2.2.2) is found at /usr/lib/x86_64-linux-gnu/cmake/gflags using 'nothreads_static' component
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- nlohmann_json (3.10.5) is found at /usr/lib/cmake/nlohmann_json
-- /usr/bin/pkg-config: zlib (1.2.11) is found at /usr
-- Configuring done
-- Generating done
-- Build files have been written to: /home/a380/openvino_cpp_samples_build
Consolidate compiler generated dependencies of target cnpy
Consolidate compiler generated dependencies of target ie_samples_utils
[ 2%] Building CXX object thirdparty/cnpy/CMakeFiles/cnpy.dir/cnpy.cpp.o
[ 5%] Building CXX object common/utils/CMakeFiles/ie_samples_utils.dir/src/args_helper.cpp.o
[ 7%] Building CXX object common/utils/CMakeFiles/ie_samples_utils.dir/src/common.cpp.o
[ 10%] Building CXX object common/utils/CMakeFiles/ie_samples_utils.dir/src/latency_metrics.cpp.o
[ 13%] Building CXX object common/utils/CMakeFiles/ie_samples_utils.dir/src/slog.cpp.o
[ 15%] Linking CXX static library ../../intel64/Release/libie_samples_utils.a
[ 15%] Built target ie_samples_utils
Consolidate compiler generated dependencies of target sync_benchmark
Consolidate compiler generated dependencies of target hello_query_device
Consolidate compiler generated dependencies of target throughput_benchmark
Consolidate compiler generated dependencies of target format_reader
[ 21%] Building CXX object benchmark/throughput_benchmark/CMakeFiles/throughput_benchmark.dir/main.cpp.o
[ 21%] Building CXX object benchmark/sync_benchmark/CMakeFiles/sync_benchmark.dir/main.cpp.o
[ 23%] Building CXX object hello_query_device/CMakeFiles/hello_query_device.dir/main.cpp.o
[ 26%] Building CXX object common/format_reader/CMakeFiles/format_reader.dir/MnistUbyte.cpp.o
[ 28%] Building CXX object common/format_reader/CMakeFiles/format_reader.dir/opencv_wrapper.cpp.o
[ 31%] Building CXX object common/format_reader/CMakeFiles/format_reader.dir/format_reader.cpp.o
[ 34%] Building CXX object common/format_reader/CMakeFiles/format_reader.dir/bmp.cpp.o
[ 36%] Building CXX object common/format_reader/CMakeFiles/format_reader.dir/yuv_nv12.cpp.o
[ 39%] Linking CXX shared library ../../intel64/Release/libformat_reader.so
[ 39%] Built target format_reader
Consolidate compiler generated dependencies of target hello_classification
Consolidate compiler generated dependencies of target hello_nv12_input_classification
Consolidate compiler generated dependencies of target classification_sample_async
Consolidate compiler generated dependencies of target benchmark_app
[ 42%] Building CXX object hello_nv12_input_classification/CMakeFiles/hello_nv12_input_classification.dir/main.cpp.o
[ 44%] Building CXX object hello_classification/CMakeFiles/hello_classification.dir/main.cpp.o
[ 47%] Building CXX object classification_sample_async/CMakeFiles/classification_sample_async.dir/main.cpp.o
[ 50%] Building CXX object benchmark_app/CMakeFiles/benchmark_app.dir/inputs_filling.cpp.o
[ 52%] Linking CXX static library ../../intel64/Release/libcnpy.a
[ 52%] Built target cnpy
[ 55%] Building CXX object hello_reshape_ssd/CMakeFiles/hello_reshape_ssd.dir/main.cpp.o
[ 57%] Linking CXX executable ../intel64/Release/hello_query_device
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
[ 60%] Linking CXX executable ../../intel64/Release/sync_benchmark
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [hello_query_device/CMakeFiles/hello_query_device.dir/build.make:101: intel64/Release/hello_query_device] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:576: hello_query_device/CMakeFiles/hello_query_device.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
[ 63%] Building CXX object benchmark_app/CMakeFiles/benchmark_app.dir/main.cpp.o
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [benchmark/sync_benchmark/CMakeFiles/sync_benchmark.dir/build.make:101: intel64/Release/sync_benchmark] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:381: benchmark/sync_benchmark/CMakeFiles/sync_benchmark.dir/all] Error 2
[ 65%] Building CXX object benchmark_app/CMakeFiles/benchmark_app.dir/remote_tensors_filling.cpp.o
[ 68%] Linking CXX executable ../../intel64/Release/throughput_benchmark
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [benchmark/throughput_benchmark/CMakeFiles/throughput_benchmark.dir/build.make:101: intel64/Release/throughput_benchmark] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:442: benchmark/throughput_benchmark/CMakeFiles/throughput_benchmark.dir/all] Error 2
[ 71%] Building CXX object benchmark_app/CMakeFiles/benchmark_app.dir/statistics_report.cpp.o
[ 73%] Linking CXX executable ../intel64/Release/hello_reshape_ssd
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [hello_reshape_ssd/CMakeFiles/hello_reshape_ssd.dir/build.make:102: intel64/Release/hello_reshape_ssd] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:603: hello_reshape_ssd/CMakeFiles/hello_reshape_ssd.dir/all] Error 2
[ 76%] Building CXX object benchmark_app/CMakeFiles/benchmark_app.dir/utils.cpp.o
[ 78%] Linking CXX executable ../intel64/Release/hello_classification
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [hello_classification/CMakeFiles/hello_classification.dir/build.make:102: intel64/Release/hello_classification] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:523: hello_classification/CMakeFiles/hello_classification.dir/all] Error 2
[ 81%] Linking CXX executable ../intel64/Release/hello_nv12_input_classification
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [hello_nv12_input_classification/CMakeFiles/hello_nv12_input_classification.dir/build.make:102: intel64/Release/hello_nv12_input_classification] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:550: hello_nv12_input_classification/CMakeFiles/hello_nv12_input_classification.dir/all] Error 2
[ 84%] Linking CXX executable ../intel64/Release/classification_sample_async
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [classification_sample_async/CMakeFiles/classification_sample_async.dir/build.make:103: intel64/Release/classification_sample_async] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:496: classification_sample_async/CMakeFiles/classification_sample_async.dir/all] Error 2
[ 86%] Linking CXX executable ../intel64/Release/benchmark_app
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [benchmark_app/CMakeFiles/benchmark_app.dir/build.make:169: intel64/Release/benchmark_app] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:469: benchmark_app/CMakeFiles/benchmark_app.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2
Error on or near line 97; exiting with status 1
| 1.0 | [Bug] OpenVINO 2022.3 sample/cpp/build_samples.sh Failed on Ubuntu22.04! - ##### System information (version)
build sample/cpp/build_samples.sh Failed!
- OpenVINO => 2022.3
- Operating System / Platform => Ubuntu22.04
- l_openvino_toolkit_ubuntu20_2022.3.0.9052.9752fafe8eb_x86_64 and install guide:
https://docs.openvino.ai/latest/openvino_docs_install_guides_installing_openvino_from_archive_linux.html#doxid-openvino-docs-install-guides-installing-openvino-from-archive-linux
##### Detailed description
a380@a380:~$ source /opt/intel/openvino_2022.3.0/setupvars.sh
[setupvars.sh] OpenVINO environment initialized
a380@a380:~$ cd /opt/intel/openvino_2022.3.0/samples/cpp/
a380@a380:/opt/intel/openvino_2022.3.0/samples/cpp$ ./build_samples.sh
Setting environment variables for building samples...
[setupvars.sh] OpenVINO environment initialized
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- gflags (2.2.2) is found at /usr/lib/x86_64-linux-gnu/cmake/gflags using 'nothreads_static' component
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- nlohmann_json (3.10.5) is found at /usr/lib/cmake/nlohmann_json
-- /usr/bin/pkg-config: zlib (1.2.11) is found at /usr
-- Configuring done
-- Generating done
-- Build files have been written to: /home/a380/openvino_cpp_samples_build
Consolidate compiler generated dependencies of target cnpy
Consolidate compiler generated dependencies of target ie_samples_utils
[ 2%] Building CXX object thirdparty/cnpy/CMakeFiles/cnpy.dir/cnpy.cpp.o
[ 5%] Building CXX object common/utils/CMakeFiles/ie_samples_utils.dir/src/args_helper.cpp.o
[ 7%] Building CXX object common/utils/CMakeFiles/ie_samples_utils.dir/src/common.cpp.o
[ 10%] Building CXX object common/utils/CMakeFiles/ie_samples_utils.dir/src/latency_metrics.cpp.o
[ 13%] Building CXX object common/utils/CMakeFiles/ie_samples_utils.dir/src/slog.cpp.o
[ 15%] Linking CXX static library ../../intel64/Release/libie_samples_utils.a
[ 15%] Built target ie_samples_utils
Consolidate compiler generated dependencies of target sync_benchmark
Consolidate compiler generated dependencies of target hello_query_device
Consolidate compiler generated dependencies of target throughput_benchmark
Consolidate compiler generated dependencies of target format_reader
[ 21%] Building CXX object benchmark/throughput_benchmark/CMakeFiles/throughput_benchmark.dir/main.cpp.o
[ 21%] Building CXX object benchmark/sync_benchmark/CMakeFiles/sync_benchmark.dir/main.cpp.o
[ 23%] Building CXX object hello_query_device/CMakeFiles/hello_query_device.dir/main.cpp.o
[ 26%] Building CXX object common/format_reader/CMakeFiles/format_reader.dir/MnistUbyte.cpp.o
[ 28%] Building CXX object common/format_reader/CMakeFiles/format_reader.dir/opencv_wrapper.cpp.o
[ 31%] Building CXX object common/format_reader/CMakeFiles/format_reader.dir/format_reader.cpp.o
[ 34%] Building CXX object common/format_reader/CMakeFiles/format_reader.dir/bmp.cpp.o
[ 36%] Building CXX object common/format_reader/CMakeFiles/format_reader.dir/yuv_nv12.cpp.o
[ 39%] Linking CXX shared library ../../intel64/Release/libformat_reader.so
[ 39%] Built target format_reader
Consolidate compiler generated dependencies of target hello_classification
Consolidate compiler generated dependencies of target hello_nv12_input_classification
Consolidate compiler generated dependencies of target classification_sample_async
Consolidate compiler generated dependencies of target benchmark_app
[ 42%] Building CXX object hello_nv12_input_classification/CMakeFiles/hello_nv12_input_classification.dir/main.cpp.o
[ 44%] Building CXX object hello_classification/CMakeFiles/hello_classification.dir/main.cpp.o
[ 47%] Building CXX object classification_sample_async/CMakeFiles/classification_sample_async.dir/main.cpp.o
[ 50%] Building CXX object benchmark_app/CMakeFiles/benchmark_app.dir/inputs_filling.cpp.o
[ 52%] Linking CXX static library ../../intel64/Release/libcnpy.a
[ 52%] Built target cnpy
[ 55%] Building CXX object hello_reshape_ssd/CMakeFiles/hello_reshape_ssd.dir/main.cpp.o
[ 57%] Linking CXX executable ../intel64/Release/hello_query_device
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
[ 60%] Linking CXX executable ../../intel64/Release/sync_benchmark
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [hello_query_device/CMakeFiles/hello_query_device.dir/build.make:101: intel64/Release/hello_query_device] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:576: hello_query_device/CMakeFiles/hello_query_device.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
[ 63%] Building CXX object benchmark_app/CMakeFiles/benchmark_app.dir/main.cpp.o
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [benchmark/sync_benchmark/CMakeFiles/sync_benchmark.dir/build.make:101: intel64/Release/sync_benchmark] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:381: benchmark/sync_benchmark/CMakeFiles/sync_benchmark.dir/all] Error 2
[ 65%] Building CXX object benchmark_app/CMakeFiles/benchmark_app.dir/remote_tensors_filling.cpp.o
[ 68%] Linking CXX executable ../../intel64/Release/throughput_benchmark
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [benchmark/throughput_benchmark/CMakeFiles/throughput_benchmark.dir/build.make:101: intel64/Release/throughput_benchmark] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:442: benchmark/throughput_benchmark/CMakeFiles/throughput_benchmark.dir/all] Error 2
[ 71%] Building CXX object benchmark_app/CMakeFiles/benchmark_app.dir/statistics_report.cpp.o
[ 73%] Linking CXX executable ../intel64/Release/hello_reshape_ssd
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [hello_reshape_ssd/CMakeFiles/hello_reshape_ssd.dir/build.make:102: intel64/Release/hello_reshape_ssd] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:603: hello_reshape_ssd/CMakeFiles/hello_reshape_ssd.dir/all] Error 2
[ 76%] Building CXX object benchmark_app/CMakeFiles/benchmark_app.dir/utils.cpp.o
[ 78%] Linking CXX executable ../intel64/Release/hello_classification
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [hello_classification/CMakeFiles/hello_classification.dir/build.make:102: intel64/Release/hello_classification] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:523: hello_classification/CMakeFiles/hello_classification.dir/all] Error 2
[ 81%] Linking CXX executable ../intel64/Release/hello_nv12_input_classification
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [hello_nv12_input_classification/CMakeFiles/hello_nv12_input_classification.dir/build.make:102: intel64/Release/hello_nv12_input_classification] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:550: hello_nv12_input_classification/CMakeFiles/hello_nv12_input_classification.dir/all] Error 2
[ 84%] Linking CXX executable ../intel64/Release/classification_sample_async
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [classification_sample_async/CMakeFiles/classification_sample_async.dir/build.make:103: intel64/Release/classification_sample_async] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:496: classification_sample_async/CMakeFiles/classification_sample_async.dir/all] Error 2
[ 86%] Linking CXX executable ../intel64/Release/benchmark_app
/usr/bin/ld: warning: libtbb.so.2, needed by /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task::note_affinity(unsigned short)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_via_handler_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_current_slot()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::NFS_Free(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::throw_exception_v4(tbb::internal::exception_id)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop_if_present(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::internal::concurrent_queue_base_v3'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_create()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::concurrent_queue_base_v3(unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `typeinfo for tbb::task'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface9::global_control::internal_destroy()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_terminate()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::deallocate_via_handler_v3(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::init()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::thread_get_id_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_finish_clear()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_push_if_not_full(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_initialize()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v8::internal_push_move(void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_scheduler_init::initialize(int, unsigned long)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_pop(void*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::task_group_context::~task_group_context()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_grow_by(unsigned long, unsigned long, void (*)(void*, void const*, unsigned long), void const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::~concurrent_queue_base_v3()'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::assertion_failure(char const*, int, char const*, char const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::interface7::internal::task_arena_base::internal_max_concurrency(tbb::interface7::task_arena const*)'
/usr/bin/ld: /opt/intel/openvino_2022.3.0/runtime/lib/intel64/libopenvino.so.2022.3.0: undefined reference to `tbb::internal::concurrent_queue_base_v3::internal_set_capacity(long, unsigned long)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [benchmark_app/CMakeFiles/benchmark_app.dir/build.make:169: intel64/Release/benchmark_app] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:469: benchmark_app/CMakeFiles/benchmark_app.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2
Error on or near line 97; exiting with status 1
| non_priority | openvino sample cpp build samples sh failed on system information version build sample cpp build samples sh failed openvino operating system platform l openvino toolkit and install guide detailed description source opt intel openvino setupvars sh openvino environment initialized cd opt intel openvino samples cpp opt intel openvino samples cpp build samples sh setting environment variables for building samples openvino environment initialized the c compiler identification is gnu the cxx compiler identification is gnu detecting c compiler abi info detecting c compiler abi info done check for working c compiler usr bin cc skipped detecting c compile features detecting c compile features done detecting cxx compiler abi info detecting cxx compiler abi info done check for working cxx compiler usr bin c skipped detecting cxx compile features detecting cxx compile features done gflags is found at usr lib linux gnu cmake gflags using nothreads static component looking for pthread h looking for pthread h found performing test cmake have libc pthread performing test cmake have libc pthread success found threads true nlohmann json is found at usr lib cmake nlohmann json usr bin pkg config zlib is found at usr configuring done generating done build files have been written to home openvino cpp samples build consolidate compiler generated dependencies of target cnpy consolidate compiler generated dependencies of target ie samples utils building cxx object thirdparty cnpy cmakefiles cnpy dir cnpy cpp o building cxx object common utils cmakefiles ie samples utils dir src args helper cpp o building cxx object common utils cmakefiles ie samples utils dir src common cpp o building cxx object common utils cmakefiles ie samples utils dir src latency metrics cpp o building cxx object common utils cmakefiles ie samples utils dir src slog cpp o linking cxx static library release libie samples utils a built target ie samples utils consolidate compiler generated dependencies of target sync benchmark consolidate compiler generated dependencies of target hello query device consolidate compiler generated dependencies of target throughput benchmark consolidate compiler generated dependencies of target format reader building cxx object benchmark throughput benchmark cmakefiles throughput benchmark dir main cpp o building cxx object benchmark sync benchmark cmakefiles sync benchmark dir main cpp o building cxx object hello query device cmakefiles hello query device dir main cpp o building cxx object common format reader cmakefiles format reader dir mnistubyte cpp o building cxx object common format reader cmakefiles format reader dir opencv wrapper cpp o building cxx object common format reader cmakefiles format reader dir format reader cpp o building cxx object common format reader cmakefiles format reader dir bmp cpp o building cxx object common format reader cmakefiles format reader dir yuv cpp o linking cxx shared library release libformat reader so built target format reader consolidate compiler generated dependencies of target hello classification consolidate compiler generated dependencies of target hello input classification consolidate compiler generated dependencies of target classification sample async consolidate compiler generated dependencies of target benchmark app building cxx object hello input classification cmakefiles hello input classification dir main cpp o building cxx object hello classification cmakefiles hello classification dir main cpp o building cxx object classification sample async cmakefiles classification sample async dir main cpp o building cxx object benchmark app cmakefiles benchmark app dir inputs filling cpp o linking cxx static library release libcnpy a built target cnpy building cxx object hello reshape ssd cmakefiles hello reshape ssd dir main cpp o linking cxx executable release hello query device usr bin ld warning libtbb so needed by opt intel openvino runtime lib libopenvino so not found try using rpath or rpath link linking cxx executable release sync benchmark usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push move void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb internal concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal max concurrency tbb task arena const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal get initial auto partitioner divisor usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop if present void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb assertion failure char const int char const char const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal initialize usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task scheduler observer observe bool usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb task usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate continuation proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal grow by unsigned long unsigned long void void void const unsigned long void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base concurrent vector base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs allocate unsigned long unsigned long void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate child proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal clear void void unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal current slot usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal finish clear usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal set capacity long unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate via handler unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal execute tbb internal delegate base const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal create usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task note affinity unsigned short usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs free void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context task group context usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal throw exception tbb internal exception id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal destroy usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init initialize int unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal enqueue tbb task long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context init usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push if not full void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal thread get id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy free tbb task const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal deallocate via handler void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop void error ld returned exit status gmake error gmake error gmake waiting for unfinished jobs building cxx object benchmark app cmakefiles benchmark app dir main cpp o usr bin ld warning libtbb so needed by opt intel openvino runtime lib libopenvino so not found try using rpath or rpath link usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push move void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb internal concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal max concurrency tbb task arena const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal get initial auto partitioner divisor usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop if present void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb assertion failure char const int char const char const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal initialize usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task scheduler observer observe bool usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb task usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate continuation proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal grow by unsigned long unsigned long void void void const unsigned long void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base concurrent vector base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs allocate unsigned long unsigned long void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate child proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal clear void void unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal current slot usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal finish clear usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal set capacity long unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate via handler unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal execute tbb internal delegate base const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal create usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task note affinity unsigned short usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs free void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context task group context usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal throw exception tbb internal exception id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal destroy usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init initialize int unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal enqueue tbb task long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context init usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push if not full void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal thread get id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy free tbb task const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal deallocate via handler void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop void error ld returned exit status gmake error gmake error building cxx object benchmark app cmakefiles benchmark app dir remote tensors filling cpp o linking cxx executable release throughput benchmark usr bin ld warning libtbb so needed by opt intel openvino runtime lib libopenvino so not found try using rpath or rpath link usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push move void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb internal concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal max concurrency tbb task arena const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal get initial auto partitioner divisor usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop if present void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb assertion failure char const int char const char const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal initialize usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task scheduler observer observe bool usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb task usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate continuation proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal grow by unsigned long unsigned long void void void const unsigned long void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base concurrent vector base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs allocate unsigned long unsigned long void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate child proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal clear void void unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal current slot usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal finish clear usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal set capacity long unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate via handler unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal execute tbb internal delegate base const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal create usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task note affinity unsigned short usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs free void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context task group context usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal throw exception tbb internal exception id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal destroy usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init initialize int unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal enqueue tbb task long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context init usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push if not full void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal thread get id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy free tbb task const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal deallocate via handler void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop void error ld returned exit status gmake error gmake error building cxx object benchmark app cmakefiles benchmark app dir statistics report cpp o linking cxx executable release hello reshape ssd usr bin ld warning libtbb so needed by opt intel openvino runtime lib libopenvino so not found try using rpath or rpath link usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task note affinity unsigned short usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate via handler unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal current slot usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs allocate unsigned long unsigned long void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs free void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate continuation proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal throw exception tbb internal exception id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop if present void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal enqueue tbb task long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb internal concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal create usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb task usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal destroy usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base concurrent vector base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal clear void void unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal deallocate via handler void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy free tbb task const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context init usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal thread get id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal finish clear usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task scheduler observer observe bool usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push if not full void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal initialize usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal get initial auto partitioner divisor usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push move void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init initialize int unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context task group context usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate child proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal grow by unsigned long unsigned long void void void const unsigned long void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal execute tbb internal delegate base const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb assertion failure char const int char const char const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal max concurrency tbb task arena const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal set capacity long unsigned long error ld returned exit status gmake error gmake error building cxx object benchmark app cmakefiles benchmark app dir utils cpp o linking cxx executable release hello classification usr bin ld warning libtbb so needed by opt intel openvino runtime lib libopenvino so not found try using rpath or rpath link usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task note affinity unsigned short usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate via handler unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal current slot usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs allocate unsigned long unsigned long void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs free void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate continuation proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal throw exception tbb internal exception id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop if present void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal enqueue tbb task long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb internal concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal create usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb task usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal destroy usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base concurrent vector base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal clear void void unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal deallocate via handler void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy free tbb task const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context init usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal thread get id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal finish clear usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task scheduler observer observe bool usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push if not full void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal initialize usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal get initial auto partitioner divisor usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push move void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init initialize int unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context task group context usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate child proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal grow by unsigned long unsigned long void void void const unsigned long void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal execute tbb internal delegate base const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb assertion failure char const int char const char const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal max concurrency tbb task arena const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal set capacity long unsigned long error ld returned exit status gmake error gmake error linking cxx executable release hello input classification usr bin ld warning libtbb so needed by opt intel openvino runtime lib libopenvino so not found try using rpath or rpath link usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task note affinity unsigned short usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate via handler unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal current slot usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs allocate unsigned long unsigned long void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs free void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate continuation proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal throw exception tbb internal exception id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop if present void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal enqueue tbb task long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb internal concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal create usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb task usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal destroy usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base concurrent vector base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal clear void void unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal deallocate via handler void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy free tbb task const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context init usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal thread get id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal finish clear usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task scheduler observer observe bool usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push if not full void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal initialize usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal get initial auto partitioner divisor usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push move void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init initialize int unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context task group context usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate child proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal grow by unsigned long unsigned long void void void const unsigned long void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal execute tbb internal delegate base const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb assertion failure char const int char const char const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal max concurrency tbb task arena const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal set capacity long unsigned long error ld returned exit status gmake error gmake error linking cxx executable release classification sample async usr bin ld warning libtbb so needed by opt intel openvino runtime lib libopenvino so not found try using rpath or rpath link usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task note affinity unsigned short usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate via handler unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal current slot usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs allocate unsigned long unsigned long void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs free void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate continuation proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal throw exception tbb internal exception id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop if present void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal enqueue tbb task long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb internal concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal create usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb task usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal destroy usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base concurrent vector base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal clear void void unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal deallocate via handler void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy free tbb task const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context init usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal thread get id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal finish clear usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task scheduler observer observe bool usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push if not full void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal initialize usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal get initial auto partitioner divisor usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push move void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init initialize int unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context task group context usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate child proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal grow by unsigned long unsigned long void void void const unsigned long void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal execute tbb internal delegate base const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb assertion failure char const int char const char const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal max concurrency tbb task arena const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal set capacity long unsigned long error ld returned exit status gmake error gmake error linking cxx executable release benchmark app usr bin ld warning libtbb so needed by opt intel openvino runtime lib libopenvino so not found try using rpath or rpath link usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task note affinity unsigned short usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate via handler unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal current slot usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs allocate unsigned long unsigned long void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal nfs free void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate continuation proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal throw exception tbb internal exception id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop if present void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal enqueue tbb task long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb internal concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal create usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to typeinfo for tbb task usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb global control internal destroy usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base concurrent vector base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal terminate usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal clear void void unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal deallocate via handler void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy free tbb task const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context init usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal thread get id usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal finish clear usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task scheduler observer observe bool usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push if not full void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal initialize usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal get initial auto partitioner divisor usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal push move void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task scheduler init initialize int unsigned long usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal pop void usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb task group context task group context usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate child proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent vector base internal grow by unsigned long unsigned long void void void const unsigned long void const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal execute tbb internal delegate base const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base concurrent queue base usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb assertion failure char const int char const char const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal allocate root with context proxy allocate unsigned long const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal task arena base internal max concurrency tbb task arena const usr bin ld opt intel openvino runtime lib libopenvino so undefined reference to tbb internal concurrent queue base internal set capacity long unsigned long error ld returned exit status gmake error gmake error gmake error error on or near line exiting with status | 0 |
224,056 | 24,769,661,356 | IssuesEvent | 2022-10-23 01:03:52 | rgordon95/ConFusionBootStrap | https://api.github.com/repos/rgordon95/ConFusionBootStrap | opened | CVE-2022-37598 (High) detected in uglify-js-3.4.10.tgz, uglify-js-3.5.10.tgz | security vulnerability | ## CVE-2022-37598 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>uglify-js-3.4.10.tgz</b>, <b>uglify-js-3.5.10.tgz</b></p></summary>
<p>
<details><summary><b>uglify-js-3.4.10.tgz</b></p></summary>
<p>JavaScript parser, mangler/compressor and beautifier toolkit</p>
<p>Library home page: <a href="https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz">https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz</a></p>
<p>Path to dependency file: /ConFusionBootStrap/conFusion/package.json</p>
<p>Path to vulnerable library: /conFusion/node_modules/grunt-contrib-uglify/node_modules/uglify-js/package.json</p>
<p>
Dependency Hierarchy:
- gulp-htmlmin-3.0.0.tgz (Root Library)
- html-minifier-3.5.21.tgz
- :x: **uglify-js-3.4.10.tgz** (Vulnerable Library)
</details>
<details><summary><b>uglify-js-3.5.10.tgz</b></p></summary>
<p>JavaScript parser, mangler/compressor and beautifier toolkit</p>
<p>Library home page: <a href="https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.10.tgz">https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.10.tgz</a></p>
<p>Path to dependency file: /ConFusionBootStrap/conFusion/package.json</p>
<p>Path to vulnerable library: /conFusion/node_modules/uglify-js/package.json</p>
<p>
Dependency Hierarchy:
- :x: **uglify-js-3.5.10.tgz** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Prototype pollution vulnerability in function DEFNODE in ast.js in mishoo UglifyJS 3.13.2 via the name variable in ast.js.
<p>Publish Date: 2022-10-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37598>CVE-2022-37598</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2022-10-20</p>
<p>Fix Resolution: 3.13.10</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-37598 (High) detected in uglify-js-3.4.10.tgz, uglify-js-3.5.10.tgz - ## CVE-2022-37598 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>uglify-js-3.4.10.tgz</b>, <b>uglify-js-3.5.10.tgz</b></p></summary>
<p>
<details><summary><b>uglify-js-3.4.10.tgz</b></p></summary>
<p>JavaScript parser, mangler/compressor and beautifier toolkit</p>
<p>Library home page: <a href="https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz">https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz</a></p>
<p>Path to dependency file: /ConFusionBootStrap/conFusion/package.json</p>
<p>Path to vulnerable library: /conFusion/node_modules/grunt-contrib-uglify/node_modules/uglify-js/package.json</p>
<p>
Dependency Hierarchy:
- gulp-htmlmin-3.0.0.tgz (Root Library)
- html-minifier-3.5.21.tgz
- :x: **uglify-js-3.4.10.tgz** (Vulnerable Library)
</details>
<details><summary><b>uglify-js-3.5.10.tgz</b></p></summary>
<p>JavaScript parser, mangler/compressor and beautifier toolkit</p>
<p>Library home page: <a href="https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.10.tgz">https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.10.tgz</a></p>
<p>Path to dependency file: /ConFusionBootStrap/conFusion/package.json</p>
<p>Path to vulnerable library: /conFusion/node_modules/uglify-js/package.json</p>
<p>
Dependency Hierarchy:
- :x: **uglify-js-3.5.10.tgz** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Prototype pollution vulnerability in function DEFNODE in ast.js in mishoo UglifyJS 3.13.2 via the name variable in ast.js.
<p>Publish Date: 2022-10-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37598>CVE-2022-37598</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2022-10-20</p>
<p>Fix Resolution: 3.13.10</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in uglify js tgz uglify js tgz cve high severity vulnerability vulnerable libraries uglify js tgz uglify js tgz uglify js tgz javascript parser mangler compressor and beautifier toolkit library home page a href path to dependency file confusionbootstrap confusion package json path to vulnerable library confusion node modules grunt contrib uglify node modules uglify js package json dependency hierarchy gulp htmlmin tgz root library html minifier tgz x uglify js tgz vulnerable library uglify js tgz javascript parser mangler compressor and beautifier toolkit library home page a href path to dependency file confusionbootstrap confusion package json path to vulnerable library confusion node modules uglify js package json dependency hierarchy x uglify js tgz vulnerable library vulnerability details prototype pollution vulnerability in function defnode in ast js in mishoo uglifyjs via the name variable in ast js publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution step up your open source security game with mend | 0 |
60,014 | 14,689,435,287 | IssuesEvent | 2021-01-02 09:43:55 | googleapis/nodejs-pubsub | https://api.github.com/repos/googleapis/nodejs-pubsub | opened | topics: should publish with specific batch settings failed | buildcop: issue priority: p1 type: bug | Note: #1054 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: cf3f31f70156a450054428aa1054e641af0d6531
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/5ea3a48b-0c42-4367-8187-76ff5b3fc805), [Sponge](http://sponge2/5ea3a48b-0c42-4367-8187-76ff5b3fc805)
status: failed
<details><summary>Test output</summary><br><pre>read is within acceptable latency: expected 1228 to be at most 1150
+ expected - actual
-1228
+1150
AssertionError: read is within acceptable latency: expected 1228 to be at most 1150
at Context.<anonymous> (system-test/topics.test.js:181:12)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)</pre></details> | 1.0 | topics: should publish with specific batch settings failed - Note: #1054 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: cf3f31f70156a450054428aa1054e641af0d6531
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/5ea3a48b-0c42-4367-8187-76ff5b3fc805), [Sponge](http://sponge2/5ea3a48b-0c42-4367-8187-76ff5b3fc805)
status: failed
<details><summary>Test output</summary><br><pre>read is within acceptable latency: expected 1228 to be at most 1150
+ expected - actual
-1228
+1150
AssertionError: read is within acceptable latency: expected 1228 to be at most 1150
at Context.<anonymous> (system-test/topics.test.js:181:12)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)</pre></details> | non_priority | topics should publish with specific batch settings failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output read is within acceptable latency expected to be at most expected actual assertionerror read is within acceptable latency expected to be at most at context system test topics test js at runmicrotasks at processticksandrejections internal process task queues js | 0 |
374,158 | 11,081,156,978 | IssuesEvent | 2019-12-13 09:10:23 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | mobile.bet365.es - desktop site instead of mobile site | browser-focus-geckoview engine-gecko priority-normal | <!-- @browser: Firefox Mobile 71.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: https://mobile.bet365.es/
**Browser / Version**: Firefox Mobile 71.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Desktop site instead of mobile site
**Description**: Mobile site is not shown
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | mobile.bet365.es - desktop site instead of mobile site - <!-- @browser: Firefox Mobile 71.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: https://mobile.bet365.es/
**Browser / Version**: Firefox Mobile 71.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Desktop site instead of mobile site
**Description**: Mobile site is not shown
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | mobile es desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser yes problem type desktop site instead of mobile site description mobile site is not shown steps to reproduce browser configuration none from with ❤️ | 1 |
311,002 | 9,527,045,471 | IssuesEvent | 2019-04-29 01:17:55 | projectacrn/acrn-hypervisor | https://api.github.com/repos/projectacrn/acrn-hypervisor | closed | Use virtual APIC IDs for Pre-launched VMs | priority: P2-High status: Assigned type: feature | In current code, ACRN uses physical APIC IDs as vLAPIC IDs for Pre-Launched VMs. Except for SOS, which is a special case, because host ACPI tables are pass-thru to SOS, ACRN can use vcpu id as vLAPIC ID for other types of VMs. (Note: For NORMAL_VM (Post-Launched) ACRN is already using vCPU ids as vLAPIC IDs.) | 1.0 | Use virtual APIC IDs for Pre-launched VMs - In current code, ACRN uses physical APIC IDs as vLAPIC IDs for Pre-Launched VMs. Except for SOS, which is a special case, because host ACPI tables are pass-thru to SOS, ACRN can use vcpu id as vLAPIC ID for other types of VMs. (Note: For NORMAL_VM (Post-Launched) ACRN is already using vCPU ids as vLAPIC IDs.) | priority | use virtual apic ids for pre launched vms in current code acrn uses physical apic ids as vlapic ids for pre launched vms except for sos which is a special case because host acpi tables are pass thru to sos acrn can use vcpu id as vlapic id for other types of vms note for normal vm post launched acrn is already using vcpu ids as vlapic ids | 1 |
719,076 | 24,745,423,363 | IssuesEvent | 2022-10-21 09:17:33 | authelia/authelia | https://api.github.com/repos/authelia/authelia | closed | Option to use empty templates | priority/4/normal type/feature | ## Feature Request
<!--
1. IMPORTANT: Do not report security vulnerabilities via GitHub issues. Please click 'choose a different type' and see the dedicated report a security vulnerability link.
2. Remember to customize the title above.
3. Replace the below sections (not this section) starting with <!- - and ending with - -> with relevant information,
making sure to remove the <!- - and - ->.
4. Sections that start with _N/A_ are optional, but if you populate them with values please remove the _N/A_.
-->
### Description
I would find it helpful to have an option to use an empty (or minimal) variant of the templates used by authelia when config files are missing.
This should include the default users file-database, which currently sets up the 'authelia' user with a well-known password.
### Use Case
I am setting up authelia in a docker container, inspired by the "compose-lite" example, and would like to configure most of it using environment variables.
As it stands, the default entrypoint and command combination generates a configuration.yml that is not entirely suitable as the mere presence of some configuration keys prevents the configuration of alternatives via environment variables. E.g.: the presence of the `session.redis` configuration in the default template prevents from configuring the in-memory provider via environment variables.
I think this would allow an easier starting point for docker-based setups (my current environment, I am not familiar with the other use-cases), at least as an opt-in if the default behavior remains as currently. This would allow starting easily with a very simple setup where nothing is persisted, verify that the system works, and then iteratively add the other components as needed to make a proper setup.
I am aware that there is currently some configurations that are not available through environment variables, in particular the access control configuration. I don't have a clean solution for this, currently I am mounting a configuration file that only contains that section of the configuration. But I think this is a limitation caused by this configuration not being supported through environment variables, and not a point against the idea of empty/minimal configs (especially if implemented as an opt-in, where it can easily be documented).
Coincidentally, mounting the access control configuration on its own makes authelia behave almost as if this option was already available, as it doesn't generate the remaining missing configs and uses the environment variables instead, only the default file-based users db is generated.
As I see it, currently alternatives would be custom initialization scripts or a custom image based on `authelia/authelia` just to create the empty configs. | 1.0 | Option to use empty templates - ## Feature Request
<!--
1. IMPORTANT: Do not report security vulnerabilities via GitHub issues. Please click 'choose a different type' and see the dedicated report a security vulnerability link.
2. Remember to customize the title above.
3. Replace the below sections (not this section) starting with <!- - and ending with - -> with relevant information,
making sure to remove the <!- - and - ->.
4. Sections that start with _N/A_ are optional, but if you populate them with values please remove the _N/A_.
-->
### Description
I would find it helpful to have an option to use an empty (or minimal) variant of the templates used by authelia when config files are missing.
This should include the default users file-database, which currently sets up the 'authelia' user with a well-known password.
### Use Case
I am setting up authelia in a docker container, inspired by the "compose-lite" example, and would like to configure most of it using environment variables.
As it stands, the default entrypoint and command combination generates a configuration.yml that is not entirely suitable as the mere presence of some configuration keys prevents the configuration of alternatives via environment variables. E.g.: the presence of the `session.redis` configuration in the default template prevents from configuring the in-memory provider via environment variables.
I think this would allow an easier starting point for docker-based setups (my current environment, I am not familiar with the other use-cases), at least as an opt-in if the default behavior remains as currently. This would allow starting easily with a very simple setup where nothing is persisted, verify that the system works, and then iteratively add the other components as needed to make a proper setup.
I am aware that there is currently some configurations that are not available through environment variables, in particular the access control configuration. I don't have a clean solution for this, currently I am mounting a configuration file that only contains that section of the configuration. But I think this is a limitation caused by this configuration not being supported through environment variables, and not a point against the idea of empty/minimal configs (especially if implemented as an opt-in, where it can easily be documented).
Coincidentally, mounting the access control configuration on its own makes authelia behave almost as if this option was already available, as it doesn't generate the remaining missing configs and uses the environment variables instead, only the default file-based users db is generated.
As I see it, currently alternatives would be custom initialization scripts or a custom image based on `authelia/authelia` just to create the empty configs. | priority | option to use empty templates feature request important do not report security vulnerabilities via github issues please click choose a different type and see the dedicated report a security vulnerability link remember to customize the title above replace the below sections not this section starting with with relevant information making sure to remove the sections that start with n a are optional but if you populate them with values please remove the n a description i would find it helpful to have an option to use an empty or minimal variant of the templates used by authelia when config files are missing this should include the default users file database which currently sets up the authelia user with a well known password use case i am setting up authelia in a docker container inspired by the compose lite example and would like to configure most of it using environment variables as it stands the default entrypoint and command combination generates a configuration yml that is not entirely suitable as the mere presence of some configuration keys prevents the configuration of alternatives via environment variables e g the presence of the session redis configuration in the default template prevents from configuring the in memory provider via environment variables i think this would allow an easier starting point for docker based setups my current environment i am not familiar with the other use cases at least as an opt in if the default behavior remains as currently this would allow starting easily with a very simple setup where nothing is persisted verify that the system works and then iteratively add the other components as needed to make a proper setup i am aware that there is currently some configurations that are not available through environment variables in particular the access control configuration i don t have a clean solution for this currently i am mounting a configuration file that only contains that section of the configuration but i think this is a limitation caused by this configuration not being supported through environment variables and not a point against the idea of empty minimal configs especially if implemented as an opt in where it can easily be documented coincidentally mounting the access control configuration on its own makes authelia behave almost as if this option was already available as it doesn t generate the remaining missing configs and uses the environment variables instead only the default file based users db is generated as i see it currently alternatives would be custom initialization scripts or a custom image based on authelia authelia just to create the empty configs | 1 |
100,435 | 12,521,988,361 | IssuesEvent | 2020-06-03 18:21:41 | cagov/covid19 | https://api.github.com/repos/cagov/covid19 | closed | Standardize new global navigation translation and structure | Feature Request Tech design | - [x] 1 Enable category labels as part of the nav list
- [x] 2 Create new global nav structure and shape
- [x] 3 Develop a new loop to build the navigation according to new structure
- [x] 4 Add navigation functionality via JS to mimic bootstrap [navbar](https://getbootstrap.com/docs/4.4/components/navbar/) behavior | 1.0 | Standardize new global navigation translation and structure - - [x] 1 Enable category labels as part of the nav list
- [x] 2 Create new global nav structure and shape
- [x] 3 Develop a new loop to build the navigation according to new structure
- [x] 4 Add navigation functionality via JS to mimic bootstrap [navbar](https://getbootstrap.com/docs/4.4/components/navbar/) behavior | non_priority | standardize new global navigation translation and structure enable category labels as part of the nav list create new global nav structure and shape develop a new loop to build the navigation according to new structure add navigation functionality via js to mimic bootstrap behavior | 0 |
622,903 | 19,658,395,573 | IssuesEvent | 2022-01-10 14:46:16 | threefoldtech/tfchain_pallets | https://api.github.com/repos/threefoldtech/tfchain_pallets | closed | supporting terms and conditions | priority_major | There was a recent feature request to have in tfchain that the user agree to terms and conditions
typically should mean the following
1- the user agrees to a specific version so that version and the hash (or even the content they agreed on) needs to be tracked
2- there're concerns for the upgrades because that typically should be part of the DAO, it can't say `i agree always to the latest terms and conditions provided by threefold`
3- if there's a DAO request and new terms and conditions got pushed, how are we going to handle that approved terms across all extrinsics?
4- can it be as simple as in other websites (if you continue using this website, it means you agreed to the terms and conditions and specify the link) without tracking that on the chain?
| 1.0 | supporting terms and conditions - There was a recent feature request to have in tfchain that the user agree to terms and conditions
typically should mean the following
1- the user agrees to a specific version so that version and the hash (or even the content they agreed on) needs to be tracked
2- there're concerns for the upgrades because that typically should be part of the DAO, it can't say `i agree always to the latest terms and conditions provided by threefold`
3- if there's a DAO request and new terms and conditions got pushed, how are we going to handle that approved terms across all extrinsics?
4- can it be as simple as in other websites (if you continue using this website, it means you agreed to the terms and conditions and specify the link) without tracking that on the chain?
| priority | supporting terms and conditions there was a recent feature request to have in tfchain that the user agree to terms and conditions typically should mean the following the user agrees to a specific version so that version and the hash or even the content they agreed on needs to be tracked there re concerns for the upgrades because that typically should be part of the dao it can t say i agree always to the latest terms and conditions provided by threefold if there s a dao request and new terms and conditions got pushed how are we going to handle that approved terms across all extrinsics can it be as simple as in other websites if you continue using this website it means you agreed to the terms and conditions and specify the link without tracking that on the chain | 1 |
12,798 | 7,987,520,097 | IssuesEvent | 2018-07-19 08:05:07 | JuliaLang/julia | https://api.github.com/repos/JuliaLang/julia | closed | Add a word in the manual about performance of keyword arguments | doc keyword arguments performance | I'm still not clear about what are the performance implications of keyword arguments, and I recently noted on the mailing list that I'm not the only one. So I think we should add something to the manual about it.
If I understand correctly [1], methods are specialized based on the type of keyword arguments, just like for positional ones, but type inference on the result is not good. There's also an overhead on function calls due to matching keyword arguments. Is that right? Does it still improve performance to use a method with keyword arguments as a mere wrapper for an internal version with only positional arguments?
Finally, it could be good to specify which performance issues are expected to be solved at some point, and which ones are by design. When designing an API, one may prefer taking a (reasonable) performance penalty in the short term and benefit from the nicer function signature in the long term.
1: https://groups.google.com/d/msg/julia-users/iFo6RmppCkE/NbVGcNPmB_oJ
| True | Add a word in the manual about performance of keyword arguments - I'm still not clear about what are the performance implications of keyword arguments, and I recently noted on the mailing list that I'm not the only one. So I think we should add something to the manual about it.
If I understand correctly [1], methods are specialized based on the type of keyword arguments, just like for positional ones, but type inference on the result is not good. There's also an overhead on function calls due to matching keyword arguments. Is that right? Does it still improve performance to use a method with keyword arguments as a mere wrapper for an internal version with only positional arguments?
Finally, it could be good to specify which performance issues are expected to be solved at some point, and which ones are by design. When designing an API, one may prefer taking a (reasonable) performance penalty in the short term and benefit from the nicer function signature in the long term.
1: https://groups.google.com/d/msg/julia-users/iFo6RmppCkE/NbVGcNPmB_oJ
| non_priority | add a word in the manual about performance of keyword arguments i m still not clear about what are the performance implications of keyword arguments and i recently noted on the mailing list that i m not the only one so i think we should add something to the manual about it if i understand correctly methods are specialized based on the type of keyword arguments just like for positional ones but type inference on the result is not good there s also an overhead on function calls due to matching keyword arguments is that right does it still improve performance to use a method with keyword arguments as a mere wrapper for an internal version with only positional arguments finally it could be good to specify which performance issues are expected to be solved at some point and which ones are by design when designing an api one may prefer taking a reasonable performance penalty in the short term and benefit from the nicer function signature in the long term | 0 |
687,569 | 23,531,901,869 | IssuesEvent | 2022-08-19 16:08:44 | nv-morpheus/Morpheus | https://api.github.com/repos/nv-morpheus/Morpheus | closed | [FEA] Azure Deployment Support | feature request Priority 1 | Confirm that a generic Helm-based installation of Morpheus (22.06) works properly in an Azure GPU VM. | 1.0 | [FEA] Azure Deployment Support - Confirm that a generic Helm-based installation of Morpheus (22.06) works properly in an Azure GPU VM. | priority | azure deployment support confirm that a generic helm based installation of morpheus works properly in an azure gpu vm | 1 |
753,014 | 26,337,657,420 | IssuesEvent | 2023-01-10 15:26:06 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.facebook.com - site is not usable | browser-firefox priority-critical engine-gecko | <!-- @browser: Firefox 108.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/116597 -->
**URL**: https://www.facebook.com
**Browser / Version**: Firefox 108.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Chrome
**Problem type**: Site is not usable
**Description**: Page not loading correctly
**Steps to Reproduce**:
facebook site page closes the browser
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.facebook.com - site is not usable - <!-- @browser: Firefox 108.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/116597 -->
**URL**: https://www.facebook.com
**Browser / Version**: Firefox 108.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Chrome
**Problem type**: Site is not usable
**Description**: Page not loading correctly
**Steps to Reproduce**:
facebook site page closes the browser
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | site is not usable url browser version firefox operating system windows tested another browser yes chrome problem type site is not usable description page not loading correctly steps to reproduce facebook site page closes the browser browser configuration none from with ❤️ | 1 |
413,138 | 12,060,627,262 | IssuesEvent | 2020-04-15 21:36:50 | ONEARMY/community-platform | https://api.github.com/repos/ONEARMY/community-platform | closed | Add drag and drop reordering for images uploaded to how-to steps | Frontend Mod: HowTo 📰 Priority: Low | Sometimes can happen that a user uploads pics in a step in the wrong order. We should enable users to move pics up and down to fix this little issue
child of #3 | 1.0 | Add drag and drop reordering for images uploaded to how-to steps - Sometimes can happen that a user uploads pics in a step in the wrong order. We should enable users to move pics up and down to fix this little issue
child of #3 | priority | add drag and drop reordering for images uploaded to how to steps sometimes can happen that a user uploads pics in a step in the wrong order we should enable users to move pics up and down to fix this little issue child of | 1 |
18,005 | 9,979,576,649 | IssuesEvent | 2019-07-09 23:28:14 | apollographql/apollo-client | https://api.github.com/repos/apollographql/apollo-client | closed | IE11 `apollo-cache-inmemory` performance issues | :racehorse: performance | Reported via Slack. Reproduction: https://github.com/acidbluebriggs/apollo-cache-perf
From the `README`:
> What this example will show is a large graphql query result being consumed by the client. The data is returned from a mock service using the json-server module from npmjs.org. The actual data is located in the file: mock-graphql-server/mock-graphql-response.json.
>
> What to observe is how long compared to other browsers IE 11 takes to process the data and enter it into its cache. This dataset is just to give a decent example of the problem. Even when paging through records using a cursor, the processing of the subset of data will increase for each new request. It degrades consistently as the cache grows. It seems that there is an extremely large amount of "subscriber notifications" that occur during the cache writes. You can seem more information at:
>
> *Note: Even though the response shows a relay style cursor, the result is not from a graphql server so changing the query will have no effect. The project is also using the latest beta of the cache to demonstrate the same issue appears as older versions.
| True | IE11 `apollo-cache-inmemory` performance issues - Reported via Slack. Reproduction: https://github.com/acidbluebriggs/apollo-cache-perf
From the `README`:
> What this example will show is a large graphql query result being consumed by the client. The data is returned from a mock service using the json-server module from npmjs.org. The actual data is located in the file: mock-graphql-server/mock-graphql-response.json.
>
> What to observe is how long compared to other browsers IE 11 takes to process the data and enter it into its cache. This dataset is just to give a decent example of the problem. Even when paging through records using a cursor, the processing of the subset of data will increase for each new request. It degrades consistently as the cache grows. It seems that there is an extremely large amount of "subscriber notifications" that occur during the cache writes. You can seem more information at:
>
> *Note: Even though the response shows a relay style cursor, the result is not from a graphql server so changing the query will have no effect. The project is also using the latest beta of the cache to demonstrate the same issue appears as older versions.
| non_priority | apollo cache inmemory performance issues reported via slack reproduction from the readme what this example will show is a large graphql query result being consumed by the client the data is returned from a mock service using the json server module from npmjs org the actual data is located in the file mock graphql server mock graphql response json what to observe is how long compared to other browsers ie takes to process the data and enter it into its cache this dataset is just to give a decent example of the problem even when paging through records using a cursor the processing of the subset of data will increase for each new request it degrades consistently as the cache grows it seems that there is an extremely large amount of subscriber notifications that occur during the cache writes you can seem more information at note even though the response shows a relay style cursor the result is not from a graphql server so changing the query will have no effect the project is also using the latest beta of the cache to demonstrate the same issue appears as older versions | 0 |
22,046 | 3,591,014,931 | IssuesEvent | 2016-02-01 09:44:25 | Stripeberry/unlabeled | https://api.github.com/repos/Stripeberry/unlabeled | closed | Многоуровневые справочники | auto-migrated Priority-Medium Type-Defect | ```
Многоуровневые справочники
```
Original issue reported on code.google.com by `stripeberry@gmail.com` on 6 Jul 2011 at 1:31 | 1.0 | Многоуровневые справочники - ```
Многоуровневые справочники
```
Original issue reported on code.google.com by `stripeberry@gmail.com` on 6 Jul 2011 at 1:31 | non_priority | многоуровневые справочники многоуровневые справочники original issue reported on code google com by stripeberry gmail com on jul at | 0 |
641,751 | 20,833,824,328 | IssuesEvent | 2022-03-19 22:00:21 | ChicoState/open-source-security-camera | https://api.github.com/repos/ChicoState/open-source-security-camera | closed | access video feed through browser on network | High Priority Normal | For ease of use and convenience, users should be able to access the home monitoring system from a web browser on their network. | 1.0 | access video feed through browser on network - For ease of use and convenience, users should be able to access the home monitoring system from a web browser on their network. | priority | access video feed through browser on network for ease of use and convenience users should be able to access the home monitoring system from a web browser on their network | 1 |
94,028 | 3,918,300,361 | IssuesEvent | 2016-04-21 11:56:18 | musiqpad/mqp-server | https://api.github.com/repos/musiqpad/mqp-server | opened | [Feature] Different Color to Identify Self | Approved Enhancement Low priority | Have your name in chat be a different color, the way it is now, its hard to know which messages are yours and which are others when you glance at chat.
(This has been brought across from the old feedback system) | 1.0 | [Feature] Different Color to Identify Self - Have your name in chat be a different color, the way it is now, its hard to know which messages are yours and which are others when you glance at chat.
(This has been brought across from the old feedback system) | priority | different color to identify self have your name in chat be a different color the way it is now its hard to know which messages are yours and which are others when you glance at chat this has been brought across from the old feedback system | 1 |
197,500 | 6,960,040,585 | IssuesEvent | 2017-12-08 00:57:28 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | tasks.office.com - site is not usable | browser-firefox priority-important status-needsinfo | <!-- @browser: Firefox 58.0 -->
<!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:58.0) Gecko/20100101 Firefox/58.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @extra_label: type-stylo -->
**URL**: https://tasks.office.com
**Browser / Version**: Firefox 58.0
**Operating System**: Mac OS X 10.13
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: Can't "Set Due Date" of new task
**Steps to Reproduce**:
When creating a new task in Microsoft Planner, I can't set the due date by clicking on it because the calendar panel disappears right away.
It works on Chrome and Safari
layout.css.servo.enabled: true
[](https://webcompat.com/uploads/2017/12/0214cbd1-3449-4d64-baf1-3afb3fcd7c9c.jpg)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | tasks.office.com - site is not usable - <!-- @browser: Firefox 58.0 -->
<!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:58.0) Gecko/20100101 Firefox/58.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @extra_label: type-stylo -->
**URL**: https://tasks.office.com
**Browser / Version**: Firefox 58.0
**Operating System**: Mac OS X 10.13
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: Can't "Set Due Date" of new task
**Steps to Reproduce**:
When creating a new task in Microsoft Planner, I can't set the due date by clicking on it because the calendar panel disappears right away.
It works on Chrome and Safari
layout.css.servo.enabled: true
[](https://webcompat.com/uploads/2017/12/0214cbd1-3449-4d64-baf1-3afb3fcd7c9c.jpg)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | tasks office com site is not usable url browser version firefox operating system mac os x tested another browser yes problem type site is not usable description can t set due date of new task steps to reproduce when creating a new task in microsoft planner i can t set the due date by clicking on it because the calendar panel disappears right away it works on chrome and safari layout css servo enabled true from with ❤️ | 1 |
188,985 | 22,046,962,577 | IssuesEvent | 2022-05-30 03:37:12 | panasalap/linux-4.19.72_test | https://api.github.com/repos/panasalap/linux-4.19.72_test | closed | CVE-2021-43976 (Medium) detected in linux-yoctov5.4.51 - autoclosed | security vulnerability | ## CVE-2021-43976 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedded kernel</p>
<p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto>https://git.yoctoproject.org/git/linux-yocto</a></p>
<p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.19.72/commit/fd7d4a1ec69b1b0468bf77f825beb235061a108e">fd7d4a1ec69b1b0468bf77f825beb235061a108e</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In the Linux kernel through 5.15.2, mwifiex_usb_recv in drivers/net/wireless/marvell/mwifiex/usb.c allows an attacker (who can connect a crafted USB device) to cause a denial of service (skb_over_panic).
<p>Publish Date: 2021-11-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43976>CVE-2021-43976</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Physical
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2021-43976">https://www.linuxkernelcves.com/cves/CVE-2021-43976</a></p>
<p>Release Date: 2021-11-17</p>
<p>Fix Resolution: v4.4.300,v4.9.298,v4.14.263,v4.19.226,v5.4.174,v5.10.94,v5.15.17,v5.16.3,v5.17-rc1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-43976 (Medium) detected in linux-yoctov5.4.51 - autoclosed - ## CVE-2021-43976 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedded kernel</p>
<p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto>https://git.yoctoproject.org/git/linux-yocto</a></p>
<p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.19.72/commit/fd7d4a1ec69b1b0468bf77f825beb235061a108e">fd7d4a1ec69b1b0468bf77f825beb235061a108e</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In the Linux kernel through 5.15.2, mwifiex_usb_recv in drivers/net/wireless/marvell/mwifiex/usb.c allows an attacker (who can connect a crafted USB device) to cause a denial of service (skb_over_panic).
<p>Publish Date: 2021-11-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43976>CVE-2021-43976</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Physical
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2021-43976">https://www.linuxkernelcves.com/cves/CVE-2021-43976</a></p>
<p>Release Date: 2021-11-17</p>
<p>Fix Resolution: v4.4.300,v4.9.298,v4.14.263,v4.19.226,v5.4.174,v5.10.94,v5.15.17,v5.16.3,v5.17-rc1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in linux autoclosed cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details in the linux kernel through mwifiex usb recv in drivers net wireless marvell mwifiex usb c allows an attacker who can connect a crafted usb device to cause a denial of service skb over panic publish date url a href cvss score details base score metrics exploitability metrics attack vector physical attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
105,661 | 4,240,052,934 | IssuesEvent | 2016-07-06 12:01:49 | The-Compiler/qutebrowser | https://api.github.com/repos/The-Compiler/qutebrowser | closed | Option to place status bar on top | component: ui priority: 2 - low | There are configuration options for both the tab bar and the download bar to be placed on either the top or the bottom (or sides at least for tabs), but unless I've been missing it, there is not similar option to control the placement of the status/command bar.
I would love the option to have the status bar (which I have hidden by default) appear at the top.
This would raise the question of whether it would then be above or below any other top-bars (tabs, downloads). I know dwb handled this by having a simple string in the configuration specifying the top-to-bottom order of the elements with each one represented by a character. For example "tswd" might represent tabs on top, then status, then the web content, and downloads on the bottom.
Regardless of the implementation, I hope some method of placing the status above the web content will be considered for a new feature. | 1.0 | Option to place status bar on top - There are configuration options for both the tab bar and the download bar to be placed on either the top or the bottom (or sides at least for tabs), but unless I've been missing it, there is not similar option to control the placement of the status/command bar.
I would love the option to have the status bar (which I have hidden by default) appear at the top.
This would raise the question of whether it would then be above or below any other top-bars (tabs, downloads). I know dwb handled this by having a simple string in the configuration specifying the top-to-bottom order of the elements with each one represented by a character. For example "tswd" might represent tabs on top, then status, then the web content, and downloads on the bottom.
Regardless of the implementation, I hope some method of placing the status above the web content will be considered for a new feature. | priority | option to place status bar on top there are configuration options for both the tab bar and the download bar to be placed on either the top or the bottom or sides at least for tabs but unless i ve been missing it there is not similar option to control the placement of the status command bar i would love the option to have the status bar which i have hidden by default appear at the top this would raise the question of whether it would then be above or below any other top bars tabs downloads i know dwb handled this by having a simple string in the configuration specifying the top to bottom order of the elements with each one represented by a character for example tswd might represent tabs on top then status then the web content and downloads on the bottom regardless of the implementation i hope some method of placing the status above the web content will be considered for a new feature | 1 |
205,145 | 7,094,197,203 | IssuesEvent | 2018-01-13 00:32:29 | dondi/GRNsight | https://api.github.com/repos/dondi/GRNsight | opened | Spring 2018 Task List | logistics priority 0 | This issue will have the Task List that will be updated throughout the Spring 2018 semester.
The top priority for everyone for this week is to do the v2.3.0 release.
- [ ] #557 the release
- [ ] #552 approving the PR
- [ ] #555 approving the PR
- [ ] #523 port to D3v4 review requested
Then, @yshin4 should:
- [ ] #558: block layout
- [ ] #290: hierarchical layout
Then, @eileenchoe should:
- [ ] #241: data structure design
Then, @mihirsamdarshi
-[ ] #438: allow numbers as node labels | 1.0 | Spring 2018 Task List - This issue will have the Task List that will be updated throughout the Spring 2018 semester.
The top priority for everyone for this week is to do the v2.3.0 release.
- [ ] #557 the release
- [ ] #552 approving the PR
- [ ] #555 approving the PR
- [ ] #523 port to D3v4 review requested
Then, @yshin4 should:
- [ ] #558: block layout
- [ ] #290: hierarchical layout
Then, @eileenchoe should:
- [ ] #241: data structure design
Then, @mihirsamdarshi
-[ ] #438: allow numbers as node labels | priority | spring task list this issue will have the task list that will be updated throughout the spring semester the top priority for everyone for this week is to do the release the release approving the pr approving the pr port to review requested then should block layout hierarchical layout then eileenchoe should data structure design then mihirsamdarshi allow numbers as node labels | 1 |
633,202 | 20,247,688,996 | IssuesEvent | 2022-02-14 15:08:32 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | closed | Signing phrase is missing when sending transactions in browser | bug Wallet priority 2: medium | ### Description
<img width="1035" alt="Screenshot 2022-02-10 at 21 36 30" src="https://user-images.githubusercontent.com/82375995/153474922-6026803c-6923-4ab6-926f-a7ea51c8b0f5.png">
| 1.0 | Signing phrase is missing when sending transactions in browser - ### Description
<img width="1035" alt="Screenshot 2022-02-10 at 21 36 30" src="https://user-images.githubusercontent.com/82375995/153474922-6026803c-6923-4ab6-926f-a7ea51c8b0f5.png">
| priority | signing phrase is missing when sending transactions in browser description img width alt screenshot at src | 1 |
22,018 | 3,931,360,092 | IssuesEvent | 2016-04-25 12:10:05 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | MigrationCommitServiceTest.testPartitionBackupShiftDownCommitWithOldOwnerOfKeepReplicaIndex | Team: Core Type: Test-Failure | ```
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at com.hazelcast.internal.partition.impl.MigrationCommitServiceTest.assertMigrationSourceCommit(MigrationCommitServiceTest.java:465)
at com.hazelcast.internal.partition.impl.MigrationCommitServiceTest.testSuccessfulShiftDownMigration(MigrationCommitServiceTest.java:230)
at com.hazelcast.internal.partition.impl.MigrationCommitServiceTest.testPartitionBackupShiftDownCommitWithOldOwnerOfKeepReplicaIndex(MigrationCommitServiceTest.java:199)
```
https://hazelcast-l337.ci.cloudbees.com/view/Hazelcast/job/Hazelcast-3.x-ZuluJDK6/com.hazelcast$hazelcast/183/testReport/junit/com.hazelcast.internal.partition.impl/MigrationCommitServiceTest/testPartitionBackupShiftDownCommitWithOldOwnerOfKeepReplicaIndex/ | 1.0 | MigrationCommitServiceTest.testPartitionBackupShiftDownCommitWithOldOwnerOfKeepReplicaIndex - ```
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at com.hazelcast.internal.partition.impl.MigrationCommitServiceTest.assertMigrationSourceCommit(MigrationCommitServiceTest.java:465)
at com.hazelcast.internal.partition.impl.MigrationCommitServiceTest.testSuccessfulShiftDownMigration(MigrationCommitServiceTest.java:230)
at com.hazelcast.internal.partition.impl.MigrationCommitServiceTest.testPartitionBackupShiftDownCommitWithOldOwnerOfKeepReplicaIndex(MigrationCommitServiceTest.java:199)
```
https://hazelcast-l337.ci.cloudbees.com/view/Hazelcast/job/Hazelcast-3.x-ZuluJDK6/com.hazelcast$hazelcast/183/testReport/junit/com.hazelcast.internal.partition.impl/MigrationCommitServiceTest/testPartitionBackupShiftDownCommitWithOldOwnerOfKeepReplicaIndex/ | non_priority | migrationcommitservicetest testpartitionbackupshiftdowncommitwitholdownerofkeepreplicaindex java lang indexoutofboundsexception index size at java util arraylist rangecheck arraylist java at java util arraylist get arraylist java at com hazelcast internal partition impl migrationcommitservicetest assertmigrationsourcecommit migrationcommitservicetest java at com hazelcast internal partition impl migrationcommitservicetest testsuccessfulshiftdownmigration migrationcommitservicetest java at com hazelcast internal partition impl migrationcommitservicetest testpartitionbackupshiftdowncommitwitholdownerofkeepreplicaindex migrationcommitservicetest java | 0 |
53,962 | 13,890,087,612 | IssuesEvent | 2020-10-19 08:48:48 | edwardhu/yarn | https://api.github.com/repos/edwardhu/yarn | opened | CVE-2020-15366 (Medium) detected in multiple libraries | security vulnerability | ## CVE-2020-15366 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ajv-5.5.2.tgz</b>, <b>ajv-4.9.0.tgz</b>, <b>ajv-4.11.8.tgz</b>, <b>ajv-6.5.2.tgz</b>, <b>ajv-6.6.2.tgz</b></p></summary>
<p>
<details><summary><b>ajv-5.5.2.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz">https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz</a></p>
<p>Path to dependency file: yarn/__tests__/fixtures/install/install-update-auth-no-offline-integrity/offline-mirror/abab-2.0.0/package/package.json</p>
<p>Path to vulnerable library: yarn/__tests__/fixtures/install/install-update-auth-no-offline-integrity/offline-mirror/abab-2.0.0/package/node_modules/ajv/package.json,yarn/node_modules/ajv/package.json</p>
<p>
Dependency Hierarchy:
- eslint-4.3.0.tgz (Root Library)
- :x: **ajv-5.5.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>ajv-4.9.0.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-4.9.0.tgz">https://registry.npmjs.org/ajv/-/ajv-4.9.0.tgz</a></p>
<p>Path to dependency file: yarn/__tests__/fixtures/outdated/wanted-newer-than-current/node_modules/ajv/package.json</p>
<p>Path to vulnerable library: yarn/__tests__/fixtures/outdated/wanted-newer-than-current/node_modules/ajv/package.json</p>
<p>
Dependency Hierarchy:
- webpack-2.1.0-beta.25.tgz (Root Library)
- :x: **ajv-4.9.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>ajv-4.11.8.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz">https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz</a></p>
<p>Path to dependency file: yarn/__tests__/fixtures/install/offline-mirror-configuration/offline-mirror/mime-db-1.27.0/package/package.json</p>
<p>Path to vulnerable library: yarn/__tests__/fixtures/install/offline-mirror-configuration/offline-mirror/mime-db-1.27.0/package/node_modules/ajv/package.json,yarn/__tests__/fixtures/install/offline-mirror-configuration/offline-mirror/mime-db-1.27.0/package/node_modules/ajv/package.json,yarn/__tests__/fixtures/install/install-link-siblings/bar/node_modules/ajv/package.json,yarn/__tests__/fixtures/install/install-link-siblings/foo/node_modules/ajv/package.json,yarn/__tests__/fixtures/install/install-bin-links-eslint/node_modules/ajv/package.json,yarn/node_modules/ajv/package.json</p>
<p>
Dependency Hierarchy:
- eslint-3.17.1.tgz (Root Library)
- table-3.8.3.tgz
- :x: **ajv-4.11.8.tgz** (Vulnerable Library)
</details>
<details><summary><b>ajv-6.5.2.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz">https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz</a></p>
<p>Path to dependency file: yarn/node_modules/ajv/package.json</p>
<p>Path to vulnerable library: yarn/node_modules/ajv/package.json</p>
<p>
Dependency Hierarchy:
- eslint-4.3.0.tgz (Root Library)
- table-4.0.3.tgz
- :x: **ajv-6.5.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>ajv-6.6.2.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-6.6.2.tgz">https://registry.npmjs.org/ajv/-/ajv-6.6.2.tgz</a></p>
<p>Path to dependency file: yarn/node_modules/ajv/package.json</p>
<p>Path to vulnerable library: yarn/node_modules/ajv/package.json</p>
<p>
Dependency Hierarchy:
- string-replace-loader-2.1.1.tgz (Root Library)
- schema-utils-0.4.7.tgz
- :x: **ajv-6.6.2.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/edwardhu/yarn/commit/2ee054bb235ddfee52d2edbc5ea95cd8becdb9c9">2ee054bb235ddfee52d2edbc5ea95cd8becdb9c9</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15366>CVE-2020-15366</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/ajv-validator/ajv/releases/tag/v6.12.3">https://github.com/ajv-validator/ajv/releases/tag/v6.12.3</a></p>
<p>Release Date: 2020-07-15</p>
<p>Fix Resolution: ajv - 6.12.3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"ajv","packageVersion":"5.5.2","isTransitiveDependency":true,"dependencyTree":"eslint:4.3.0;ajv:5.5.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"ajv - 6.12.3"},{"packageType":"javascript/Node.js","packageName":"ajv","packageVersion":"4.9.0","isTransitiveDependency":true,"dependencyTree":"webpack:2.1.0-beta.25;ajv:4.9.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"ajv - 6.12.3"},{"packageType":"javascript/Node.js","packageName":"ajv","packageVersion":"4.11.8","isTransitiveDependency":true,"dependencyTree":"eslint:3.17.1;table:3.8.3;ajv:4.11.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"ajv - 6.12.3"},{"packageType":"javascript/Node.js","packageName":"ajv","packageVersion":"6.5.2","isTransitiveDependency":true,"dependencyTree":"eslint:4.3.0;table:4.0.3;ajv:6.5.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"ajv - 6.12.3"},{"packageType":"javascript/Node.js","packageName":"ajv","packageVersion":"6.6.2","isTransitiveDependency":true,"dependencyTree":"string-replace-loader:2.1.1;schema-utils:0.4.7;ajv:6.6.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"ajv - 6.12.3"}],"vulnerabilityIdentifier":"CVE-2020-15366","vulnerabilityDetails":"An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15366","cvss3Severity":"medium","cvss3Score":"5.6","cvss3Metrics":{"A":"Low","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-15366 (Medium) detected in multiple libraries - ## CVE-2020-15366 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ajv-5.5.2.tgz</b>, <b>ajv-4.9.0.tgz</b>, <b>ajv-4.11.8.tgz</b>, <b>ajv-6.5.2.tgz</b>, <b>ajv-6.6.2.tgz</b></p></summary>
<p>
<details><summary><b>ajv-5.5.2.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz">https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz</a></p>
<p>Path to dependency file: yarn/__tests__/fixtures/install/install-update-auth-no-offline-integrity/offline-mirror/abab-2.0.0/package/package.json</p>
<p>Path to vulnerable library: yarn/__tests__/fixtures/install/install-update-auth-no-offline-integrity/offline-mirror/abab-2.0.0/package/node_modules/ajv/package.json,yarn/node_modules/ajv/package.json</p>
<p>
Dependency Hierarchy:
- eslint-4.3.0.tgz (Root Library)
- :x: **ajv-5.5.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>ajv-4.9.0.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-4.9.0.tgz">https://registry.npmjs.org/ajv/-/ajv-4.9.0.tgz</a></p>
<p>Path to dependency file: yarn/__tests__/fixtures/outdated/wanted-newer-than-current/node_modules/ajv/package.json</p>
<p>Path to vulnerable library: yarn/__tests__/fixtures/outdated/wanted-newer-than-current/node_modules/ajv/package.json</p>
<p>
Dependency Hierarchy:
- webpack-2.1.0-beta.25.tgz (Root Library)
- :x: **ajv-4.9.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>ajv-4.11.8.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz">https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz</a></p>
<p>Path to dependency file: yarn/__tests__/fixtures/install/offline-mirror-configuration/offline-mirror/mime-db-1.27.0/package/package.json</p>
<p>Path to vulnerable library: yarn/__tests__/fixtures/install/offline-mirror-configuration/offline-mirror/mime-db-1.27.0/package/node_modules/ajv/package.json,yarn/__tests__/fixtures/install/offline-mirror-configuration/offline-mirror/mime-db-1.27.0/package/node_modules/ajv/package.json,yarn/__tests__/fixtures/install/install-link-siblings/bar/node_modules/ajv/package.json,yarn/__tests__/fixtures/install/install-link-siblings/foo/node_modules/ajv/package.json,yarn/__tests__/fixtures/install/install-bin-links-eslint/node_modules/ajv/package.json,yarn/node_modules/ajv/package.json</p>
<p>
Dependency Hierarchy:
- eslint-3.17.1.tgz (Root Library)
- table-3.8.3.tgz
- :x: **ajv-4.11.8.tgz** (Vulnerable Library)
</details>
<details><summary><b>ajv-6.5.2.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz">https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz</a></p>
<p>Path to dependency file: yarn/node_modules/ajv/package.json</p>
<p>Path to vulnerable library: yarn/node_modules/ajv/package.json</p>
<p>
Dependency Hierarchy:
- eslint-4.3.0.tgz (Root Library)
- table-4.0.3.tgz
- :x: **ajv-6.5.2.tgz** (Vulnerable Library)
</details>
<details><summary><b>ajv-6.6.2.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-6.6.2.tgz">https://registry.npmjs.org/ajv/-/ajv-6.6.2.tgz</a></p>
<p>Path to dependency file: yarn/node_modules/ajv/package.json</p>
<p>Path to vulnerable library: yarn/node_modules/ajv/package.json</p>
<p>
Dependency Hierarchy:
- string-replace-loader-2.1.1.tgz (Root Library)
- schema-utils-0.4.7.tgz
- :x: **ajv-6.6.2.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/edwardhu/yarn/commit/2ee054bb235ddfee52d2edbc5ea95cd8becdb9c9">2ee054bb235ddfee52d2edbc5ea95cd8becdb9c9</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15366>CVE-2020-15366</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/ajv-validator/ajv/releases/tag/v6.12.3">https://github.com/ajv-validator/ajv/releases/tag/v6.12.3</a></p>
<p>Release Date: 2020-07-15</p>
<p>Fix Resolution: ajv - 6.12.3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"ajv","packageVersion":"5.5.2","isTransitiveDependency":true,"dependencyTree":"eslint:4.3.0;ajv:5.5.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"ajv - 6.12.3"},{"packageType":"javascript/Node.js","packageName":"ajv","packageVersion":"4.9.0","isTransitiveDependency":true,"dependencyTree":"webpack:2.1.0-beta.25;ajv:4.9.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"ajv - 6.12.3"},{"packageType":"javascript/Node.js","packageName":"ajv","packageVersion":"4.11.8","isTransitiveDependency":true,"dependencyTree":"eslint:3.17.1;table:3.8.3;ajv:4.11.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"ajv - 6.12.3"},{"packageType":"javascript/Node.js","packageName":"ajv","packageVersion":"6.5.2","isTransitiveDependency":true,"dependencyTree":"eslint:4.3.0;table:4.0.3;ajv:6.5.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"ajv - 6.12.3"},{"packageType":"javascript/Node.js","packageName":"ajv","packageVersion":"6.6.2","isTransitiveDependency":true,"dependencyTree":"string-replace-loader:2.1.1;schema-utils:0.4.7;ajv:6.6.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"ajv - 6.12.3"}],"vulnerabilityIdentifier":"CVE-2020-15366","vulnerabilityDetails":"An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15366","cvss3Severity":"medium","cvss3Score":"5.6","cvss3Metrics":{"A":"Low","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | non_priority | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries ajv tgz ajv tgz ajv tgz ajv tgz ajv tgz ajv tgz another json schema validator library home page a href path to dependency file yarn tests fixtures install install update auth no offline integrity offline mirror abab package package json path to vulnerable library yarn tests fixtures install install update auth no offline integrity offline mirror abab package node modules ajv package json yarn node modules ajv package json dependency hierarchy eslint tgz root library x ajv tgz vulnerable library ajv tgz another json schema validator library home page a href path to dependency file yarn tests fixtures outdated wanted newer than current node modules ajv package json path to vulnerable library yarn tests fixtures outdated wanted newer than current node modules ajv package json dependency hierarchy webpack beta tgz root library x ajv tgz vulnerable library ajv tgz another json schema validator library home page a href path to dependency file yarn tests fixtures install offline mirror configuration offline mirror mime db package package json path to vulnerable library yarn tests fixtures install offline mirror configuration offline mirror mime db package node modules ajv package json yarn tests fixtures install offline mirror configuration offline mirror mime db package node modules ajv package json yarn tests fixtures install install link siblings bar node modules ajv package json yarn tests fixtures install install link siblings foo node modules ajv package json yarn tests fixtures install install bin links eslint node modules ajv package json yarn node modules ajv package json dependency hierarchy eslint tgz root library table tgz x ajv tgz vulnerable library ajv tgz another json schema validator library home page a href path to dependency file yarn node modules ajv package json path to vulnerable library yarn node modules ajv package json dependency hierarchy eslint tgz root library table tgz x ajv tgz vulnerable library ajv tgz another json schema validator library home page a href path to dependency file yarn node modules ajv package json path to vulnerable library yarn node modules ajv package json dependency hierarchy string replace loader tgz root library schema utils tgz x ajv tgz vulnerable library found in head commit a href found in base branch master vulnerability details an issue was discovered in ajv validate in ajv aka another json schema validator a carefully crafted json schema could be provided that allows execution of other code by prototype pollution while untrusted schemas are recommended against the worst case of an untrusted schema should be a denial of service not execution of code publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ajv isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails an issue was discovered in ajv validate in ajv aka another json schema validator a carefully crafted json schema could be provided that allows execution of other code by prototype pollution while untrusted schemas are recommended against the worst case of an untrusted schema should be a denial of service not execution of code vulnerabilityurl | 0 |
295,757 | 22,270,467,799 | IssuesEvent | 2022-06-10 11:49:33 | RHEAGROUP/DEH-Common | https://api.github.com/repos/RHEAGROUP/DEH-Common | closed | Generate documentation with doxygen | documentation DEHP DEHP-Common 0.5sp | ### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am using the latest version of the DEHP-Common
- [x] I have searched [open](https://github.com/RHEAGROUP/DEHP-Common/issues) and [closed](https://github.com/RHEAGROUP/DEHP-Common/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
### Description
<!-- A description of the bug or feature -->
- [x] Create a Doxygen configuration file
- [x] Create batch Script to automate the process
- [x] Update GitHub Wiki
### Steps to Reproduce
<!-- List of steps, sample code, failing test or link to a project that reproduces the behavior -->
### System Configuration
<!-- Tell us about the environment where you are experiencing the bug -->
- DEHPCommon version:
- Environment (Operating system, version and so on):
- .NET Framework version:
- Additional information:
<!-- Thanks for reporting the issue to DEHP-Common! --> | 1.0 | Generate documentation with doxygen - ### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am using the latest version of the DEHP-Common
- [x] I have searched [open](https://github.com/RHEAGROUP/DEHP-Common/issues) and [closed](https://github.com/RHEAGROUP/DEHP-Common/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
### Description
<!-- A description of the bug or feature -->
- [x] Create a Doxygen configuration file
- [x] Create batch Script to automate the process
- [x] Update GitHub Wiki
### Steps to Reproduce
<!-- List of steps, sample code, failing test or link to a project that reproduces the behavior -->
### System Configuration
<!-- Tell us about the environment where you are experiencing the bug -->
- DEHPCommon version:
- Environment (Operating system, version and so on):
- .NET Framework version:
- Additional information:
<!-- Thanks for reporting the issue to DEHP-Common! --> | non_priority | generate documentation with doxygen prerequisites i have written a descriptive issue title i have verified that i am using the latest version of the dehp common i have searched and issues to ensure it has not already been reported description create a doxygen configuration file create batch script to automate the process update github wiki steps to reproduce system configuration dehpcommon version environment operating system version and so on net framework version additional information | 0 |
587,811 | 17,631,987,599 | IssuesEvent | 2021-08-19 09:07:49 | googleapis/python-pubsublite | https://api.github.com/repos/googleapis/python-pubsublite | opened | samples.snippets.quickstart_test: test_publish_with_odering_key_example failed | type: bug priority: p1 flakybot: issue | Note: #129 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 670c4b0e5e5edfa402ab65f455f7cc798d064a77
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/82b8b577-b0ac-47a8-9432-b2f147184cc3), [Sponge](http://sponge2/82b8b577-b0ac-47a8-9432-b2f147184cc3)
status: failed
<details><summary>Test output</summary><br><pre>topic_path = 'projects/1012616486416/locations/us-central1-c/topics/py-lite-topic-59a39e2f4d6f414ab64771ff5cb5d53f'
capsys = <_pytest.capture.CaptureFixture object at 0x7f7ab9226810>
def test_publish_with_odering_key_example(topic_path, capsys):
import publish_with_ordering_key_example
publish_with_ordering_key_example.publish_with_odering_key(
> PROJECT_NUMBER, CLOUD_REGION, ZONE_ID, TOPIC_ID, NUM_MESSAGES
)
quickstart_test.py:229:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
publish_with_ordering_key_example.py:29: in publish_with_odering_key
from google.cloud.pubsublite.cloudpubsub import PublisherClient
../../google/cloud/pubsublite/cloudpubsub/__init__.py:23: in <module>
from .subscriber_client import AsyncSubscriberClient, SubscriberClient
../../google/cloud/pubsublite/cloudpubsub/subscriber_client.py:21: in <module>
from google.cloud.pubsub_v1.subscriber.message import Message
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/__init__.py:19: in <module>
from google.cloud.pubsub_v1 import subscriber
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/subscriber/__init__.py:17: in <module>
from google.cloud.pubsub_v1.subscriber.client import Client
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/subscriber/client.py:26: in <module>
from google.cloud.pubsub_v1.subscriber._protocol import streaming_pull_manager
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py:35: in <module>
import google.cloud.pubsub_v1.subscriber.message
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
from __future__ import absolute_import
import datetime as dt
import json
import math
> import pytz
E ModuleNotFoundError: No module named 'pytz'
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/subscriber/message.py:20: ModuleNotFoundError</pre></details> | 1.0 | samples.snippets.quickstart_test: test_publish_with_odering_key_example failed - Note: #129 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 670c4b0e5e5edfa402ab65f455f7cc798d064a77
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/82b8b577-b0ac-47a8-9432-b2f147184cc3), [Sponge](http://sponge2/82b8b577-b0ac-47a8-9432-b2f147184cc3)
status: failed
<details><summary>Test output</summary><br><pre>topic_path = 'projects/1012616486416/locations/us-central1-c/topics/py-lite-topic-59a39e2f4d6f414ab64771ff5cb5d53f'
capsys = <_pytest.capture.CaptureFixture object at 0x7f7ab9226810>
def test_publish_with_odering_key_example(topic_path, capsys):
import publish_with_ordering_key_example
publish_with_ordering_key_example.publish_with_odering_key(
> PROJECT_NUMBER, CLOUD_REGION, ZONE_ID, TOPIC_ID, NUM_MESSAGES
)
quickstart_test.py:229:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
publish_with_ordering_key_example.py:29: in publish_with_odering_key
from google.cloud.pubsublite.cloudpubsub import PublisherClient
../../google/cloud/pubsublite/cloudpubsub/__init__.py:23: in <module>
from .subscriber_client import AsyncSubscriberClient, SubscriberClient
../../google/cloud/pubsublite/cloudpubsub/subscriber_client.py:21: in <module>
from google.cloud.pubsub_v1.subscriber.message import Message
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/__init__.py:19: in <module>
from google.cloud.pubsub_v1 import subscriber
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/subscriber/__init__.py:17: in <module>
from google.cloud.pubsub_v1.subscriber.client import Client
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/subscriber/client.py:26: in <module>
from google.cloud.pubsub_v1.subscriber._protocol import streaming_pull_manager
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py:35: in <module>
import google.cloud.pubsub_v1.subscriber.message
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
from __future__ import absolute_import
import datetime as dt
import json
import math
> import pytz
E ModuleNotFoundError: No module named 'pytz'
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/subscriber/message.py:20: ModuleNotFoundError</pre></details> | priority | samples snippets quickstart test test publish with odering key example failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output topic path projects locations us c topics py lite topic capsys def test publish with odering key example topic path capsys import publish with ordering key example publish with ordering key example publish with odering key project number cloud region zone id topic id num messages quickstart test py publish with ordering key example py in publish with odering key from google cloud pubsublite cloudpubsub import publisherclient google cloud pubsublite cloudpubsub init py in from subscriber client import asyncsubscriberclient subscriberclient google cloud pubsublite cloudpubsub subscriber client py in from google cloud pubsub subscriber message import message nox py lib site packages google cloud pubsub init py in from google cloud pubsub import subscriber nox py lib site packages google cloud pubsub subscriber init py in from google cloud pubsub subscriber client import client nox py lib site packages google cloud pubsub subscriber client py in from google cloud pubsub subscriber protocol import streaming pull manager nox py lib site packages google cloud pubsub subscriber protocol streaming pull manager py in import google cloud pubsub subscriber message from future import absolute import import datetime as dt import json import math import pytz e modulenotfounderror no module named pytz nox py lib site packages google cloud pubsub subscriber message py modulenotfounderror | 1 |
629,957 | 20,072,844,899 | IssuesEvent | 2022-02-04 09:20:16 | vincetiu8/zombie-game | https://api.github.com/repos/vincetiu8/zombie-game | closed | Issues with weapon switching timing | type/bug area/weapons size/s priority/high | There seems to be an issue with the timing of the weapon cooldown when we're swapping weapons. We should maybe make the current weapon semi-transparent while the cooldown is on just to show the player what weapon they're holding. | 1.0 | Issues with weapon switching timing - There seems to be an issue with the timing of the weapon cooldown when we're swapping weapons. We should maybe make the current weapon semi-transparent while the cooldown is on just to show the player what weapon they're holding. | priority | issues with weapon switching timing there seems to be an issue with the timing of the weapon cooldown when we re swapping weapons we should maybe make the current weapon semi transparent while the cooldown is on just to show the player what weapon they re holding | 1 |
154,804 | 13,577,597,409 | IssuesEvent | 2020-09-20 02:24:59 | civictechindex/CTI-website-frontend | https://api.github.com/repos/civictechindex/CTI-website-frontend | closed | Change 'master' to 'main' | back-end documentation | ### Overview
Replace our 'master' branch with the name 'main'
### Action Items
- [x] Replace 'master' with 'main'
- [ ] Replace all references to the word 'master' in the readme file with the word 'main' (will be handled by jsachsman)
### Resources/Instructions
| 1.0 | Change 'master' to 'main' - ### Overview
Replace our 'master' branch with the name 'main'
### Action Items
- [x] Replace 'master' with 'main'
- [ ] Replace all references to the word 'master' in the readme file with the word 'main' (will be handled by jsachsman)
### Resources/Instructions
| non_priority | change master to main overview replace our master branch with the name main action items replace master with main replace all references to the word master in the readme file with the word main will be handled by jsachsman resources instructions | 0 |
193,028 | 6,877,789,372 | IssuesEvent | 2017-11-20 09:29:50 | AssociazionePrometeo/gianomanager | https://api.github.com/repos/AssociazionePrometeo/gianomanager | opened | Special privileges to reserve or use device or resources | enhancement priority | This implementation it could be a private subscription managed by admininistrators for permit the reservation of single resources or permit the access of the rooms all private subscription is slave of public subscription if it's run out also all private subscription lose any capacity when the primary go ends
| 1.0 | Special privileges to reserve or use device or resources - This implementation it could be a private subscription managed by admininistrators for permit the reservation of single resources or permit the access of the rooms all private subscription is slave of public subscription if it's run out also all private subscription lose any capacity when the primary go ends
| priority | special privileges to reserve or use device or resources this implementation it could be a private subscription managed by admininistrators for permit the reservation of single resources or permit the access of the rooms all private subscription is slave of public subscription if it s run out also all private subscription lose any capacity when the primary go ends | 1 |
759,915 | 26,618,479,466 | IssuesEvent | 2023-01-24 09:23:43 | quadratic-funding/mpc-phase2-suite | https://api.github.com/repos/quadratic-funding/mpc-phase2-suite | closed | Github Authentication Token Expiration | Enhancement 🥋 Low Priority 🍏 | Test how this would affect the tool, and document usage for coordinator setup | 1.0 | Github Authentication Token Expiration - Test how this would affect the tool, and document usage for coordinator setup | priority | github authentication token expiration test how this would affect the tool and document usage for coordinator setup | 1 |
342,219 | 10,313,514,469 | IssuesEvent | 2019-08-29 23:07:56 | byu-animation/dccpipe | https://api.github.com/repos/byu-animation/dccpipe | opened | Modify Nuke launch script and add Nuke shelf | enhancement priority: medium | launch script exists in dccpipe/launch/unix/nuke.sh
Module exists in dccpipe/pipe/tools/nuketools | 1.0 | Modify Nuke launch script and add Nuke shelf - launch script exists in dccpipe/launch/unix/nuke.sh
Module exists in dccpipe/pipe/tools/nuketools | priority | modify nuke launch script and add nuke shelf launch script exists in dccpipe launch unix nuke sh module exists in dccpipe pipe tools nuketools | 1 |
9,267 | 8,577,292,438 | IssuesEvent | 2018-11-12 23:21:04 | Azure/azure-sdk-for-python | https://api.github.com/repos/Azure/azure-sdk-for-python | closed | How to Perform Bulk Delete in Azure Resource Group using Azure Python SDK | Resource Manager RestAPI Service Attention | For Example, how to delete a list of virtual machines in a resource group in a single api call.Bcoz,In my infrastructure, i have 100's of VM's, deleting them sequentially one by one consumes lot of api calls.How we achieve the same through the scripts which is
similar to the below action in the azure portal.
<img width="1207" alt="n3h10" src="https://user-images.githubusercontent.com/4208906/45944830-2e5ebf00-c009-11e8-820c-2affe3723c68.png">
| 1.0 | How to Perform Bulk Delete in Azure Resource Group using Azure Python SDK - For Example, how to delete a list of virtual machines in a resource group in a single api call.Bcoz,In my infrastructure, i have 100's of VM's, deleting them sequentially one by one consumes lot of api calls.How we achieve the same through the scripts which is
similar to the below action in the azure portal.
<img width="1207" alt="n3h10" src="https://user-images.githubusercontent.com/4208906/45944830-2e5ebf00-c009-11e8-820c-2affe3723c68.png">
| non_priority | how to perform bulk delete in azure resource group using azure python sdk for example how to delete a list of virtual machines in a resource group in a single api call bcoz in my infrastructure i have s of vm s deleting them sequentially one by one consumes lot of api calls how we achieve the same through the scripts which is similar to the below action in the azure portal img width alt src | 0 |
136,408 | 11,048,816,460 | IssuesEvent | 2019-12-09 22:00:25 | flutter/flutter | https://api.github.com/repos/flutter/flutter | opened | [web][tests] Add firefox unit tests | a: tests ☸ platform-web | flutter web engine unit tests will be running on firefox (as an addition to chrome) with PR: https://github.com/flutter/engine/pull/14267
The following tests are not skipped on Firefox since they were failing:
test/paragraph_test.dart: predictably lays out a multi-line rich paragraph (canvas measurement)
test/paragraph_test.dart: predictably lays out a single-line rich paragraph
test/paragraph_test.dart: predictably lays out a multi-line rich paragraph
test/paragraph_test.dart: predictably lays out a single-line rich paragraph (canvas measurement)
test/engine/semantics/semantics_helper_test.dart: MobileSemanticsEnabler Not relevant events should be forwarded to the framework
test/dom_renderer_test.dart: replaces viewport meta tags during style reset
test/text/font_collection_test.dart: FontManager Register Asset twice with special character slash
test/text/font_collection_test.dart: FontManager Register Asset twice with exclamation mark
test/text/font_collection_test.dart: FontManager Register Asset twice with coma
test/text/font_collection_test.dart: FontManager Register Asset twice with a digit at the start of a token
test/text_test.dart: should not set fontFamily to effectiveFontFamily for spans in rich text
test/text_test.dart: adds Arial and sans-serif as fallback fonts
test/text_editing_test.dart: TextEditingElement Can read editing state correctly
test/text_editing_test.dart: TextEditingElement Re-acquires focus
test/text_editing_test.dart: TextEditingElement Multi-line mode also works
test/text_editing_test.dart: HybridTextEditing Syncs the editing state back to Flutter
test/text_editing_test.dart: HybridTextEditing Multi-line mode also works
test/compositing_test.dart: parent child lifecycle build, retain, update, and applyPaint are called the right number of times
test/compositing_test.dart: parent child lifecycle build, retain, update, and applyPaint are called the right number of times
We should either:
(1) fix the code to run on firefox
(2) add unit tests methods that cover the firefox case (These might all be the locations in the code we are using BrowserEngine.Firefox check) | 1.0 | [web][tests] Add firefox unit tests - flutter web engine unit tests will be running on firefox (as an addition to chrome) with PR: https://github.com/flutter/engine/pull/14267
The following tests are not skipped on Firefox since they were failing:
test/paragraph_test.dart: predictably lays out a multi-line rich paragraph (canvas measurement)
test/paragraph_test.dart: predictably lays out a single-line rich paragraph
test/paragraph_test.dart: predictably lays out a multi-line rich paragraph
test/paragraph_test.dart: predictably lays out a single-line rich paragraph (canvas measurement)
test/engine/semantics/semantics_helper_test.dart: MobileSemanticsEnabler Not relevant events should be forwarded to the framework
test/dom_renderer_test.dart: replaces viewport meta tags during style reset
test/text/font_collection_test.dart: FontManager Register Asset twice with special character slash
test/text/font_collection_test.dart: FontManager Register Asset twice with exclamation mark
test/text/font_collection_test.dart: FontManager Register Asset twice with coma
test/text/font_collection_test.dart: FontManager Register Asset twice with a digit at the start of a token
test/text_test.dart: should not set fontFamily to effectiveFontFamily for spans in rich text
test/text_test.dart: adds Arial and sans-serif as fallback fonts
test/text_editing_test.dart: TextEditingElement Can read editing state correctly
test/text_editing_test.dart: TextEditingElement Re-acquires focus
test/text_editing_test.dart: TextEditingElement Multi-line mode also works
test/text_editing_test.dart: HybridTextEditing Syncs the editing state back to Flutter
test/text_editing_test.dart: HybridTextEditing Multi-line mode also works
test/compositing_test.dart: parent child lifecycle build, retain, update, and applyPaint are called the right number of times
test/compositing_test.dart: parent child lifecycle build, retain, update, and applyPaint are called the right number of times
We should either:
(1) fix the code to run on firefox
(2) add unit tests methods that cover the firefox case (These might all be the locations in the code we are using BrowserEngine.Firefox check) | non_priority | add firefox unit tests flutter web engine unit tests will be running on firefox as an addition to chrome with pr the following tests are not skipped on firefox since they were failing test paragraph test dart predictably lays out a multi line rich paragraph canvas measurement test paragraph test dart predictably lays out a single line rich paragraph test paragraph test dart predictably lays out a multi line rich paragraph test paragraph test dart predictably lays out a single line rich paragraph canvas measurement test engine semantics semantics helper test dart mobilesemanticsenabler not relevant events should be forwarded to the framework test dom renderer test dart replaces viewport meta tags during style reset test text font collection test dart fontmanager register asset twice with special character slash test text font collection test dart fontmanager register asset twice with exclamation mark test text font collection test dart fontmanager register asset twice with coma test text font collection test dart fontmanager register asset twice with a digit at the start of a token test text test dart should not set fontfamily to effectivefontfamily for spans in rich text test text test dart adds arial and sans serif as fallback fonts test text editing test dart texteditingelement can read editing state correctly test text editing test dart texteditingelement re acquires focus test text editing test dart texteditingelement multi line mode also works test text editing test dart hybridtextediting syncs the editing state back to flutter test text editing test dart hybridtextediting multi line mode also works test compositing test dart parent child lifecycle build retain update and applypaint are called the right number of times test compositing test dart parent child lifecycle build retain update and applypaint are called the right number of times we should either fix the code to run on firefox add unit tests methods that cover the firefox case these might all be the locations in the code we are using browserengine firefox check | 0 |
176,799 | 28,209,220,623 | IssuesEvent | 2023-04-05 01:40:33 | marlon4dashen/Hairesthetics | https://api.github.com/repos/marlon4dashen/Hairesthetics | closed | Team 13 Review: Design Document - The revision history for MG is incomplete | Review-Design-Team13 | The revision history for the Module Guide is incomplete.
@tingyuw | 1.0 | Team 13 Review: Design Document - The revision history for MG is incomplete - The revision history for the Module Guide is incomplete.
@tingyuw | non_priority | team review design document the revision history for mg is incomplete the revision history for the module guide is incomplete tingyuw | 0 |
76,891 | 9,967,942,201 | IssuesEvent | 2019-07-08 14:36:23 | saros-project/saros | https://api.github.com/repos/saros-project/saros | closed | Outdated Information on saros-project.org | Area: Documentation | On http://www.saros-project.org/dev-environment-reqs it is stated, that eclipse 3.7 (over 6 years old now) is required. Fortunately, this seems not to be the case. I just ran this with eclipse 4.8.0
```
Version: Photon Release (4.8.0)
Build id: 20180619-1200
```
| 1.0 | Outdated Information on saros-project.org - On http://www.saros-project.org/dev-environment-reqs it is stated, that eclipse 3.7 (over 6 years old now) is required. Fortunately, this seems not to be the case. I just ran this with eclipse 4.8.0
```
Version: Photon Release (4.8.0)
Build id: 20180619-1200
```
| non_priority | outdated information on saros project org on it is stated that eclipse over years old now is required fortunately this seems not to be the case i just ran this with eclipse version photon release build id | 0 |
605,787 | 18,740,607,098 | IssuesEvent | 2021-11-04 13:12:35 | AY2122S1-CS2103T-T12-3/tp | https://api.github.com/repos/AY2122S1-CS2103T-T12-3/tp | closed | [PE-D] listapp unknow command | priority.Medium | This command listed in the UG does not work.

The screenshot when entering the command:

listApp works so prob a documentation bug
<!--session: 1635496010180-8b1c2fcb-a27c-4a48-b649-54399b735980-->
<!--Version: Web v3.4.1-->
-------------
Labels: `type.DocumentationBug` `severity.Low`
original: Ruofan1023/ped#4 | 1.0 | [PE-D] listapp unknow command - This command listed in the UG does not work.

The screenshot when entering the command:

listApp works so prob a documentation bug
<!--session: 1635496010180-8b1c2fcb-a27c-4a48-b649-54399b735980-->
<!--Version: Web v3.4.1-->
-------------
Labels: `type.DocumentationBug` `severity.Low`
original: Ruofan1023/ped#4 | priority | listapp unknow command this command listed in the ug does not work the screenshot when entering the command listapp works so prob a documentation bug labels type documentationbug severity low original ped | 1 |
36,319 | 5,047,548,949 | IssuesEvent | 2016-12-20 09:48:14 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | github.com/cockroachdb/cockroach/pkg/storage: TestRemoveRangeWithoutGC failed under stress | Robot test-failure | SHA: https://github.com/cockroachdb/cockroach/commits/a29eb24d53e02343f43bc560ad496fdaf9d9737f
Parameters:
```
COCKROACH_PROPOSER_EVALUATED_KV=false
TAGS=
GOFLAGS=-race
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=95950&tab=buildLog
```
I161220 09:35:25.365066 26661 storage/engine/rocksdb.go:340 opening in memory rocksdb instance
I161220 09:35:25.366331 26661 gossip/gossip.go:248 [n?] initial resolvers: []
W161220 09:35:25.366455 26661 gossip/gossip.go:1124 [n?] no resolvers found; use --join to specify a connected node
I161220 09:35:25.366620 26661 base/node_id.go:62 NodeID set to 1
I161220 09:35:25.378360 26661 storage/store.go:1244 [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I161220 09:35:25.378569 26661 gossip/gossip.go:290 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:34124" > attrs:<> locality:<>
I161220 09:35:25.381571 26696 storage/replica_proposal.go:390 [s1,r1/1:/M{in-ax},@c4202be900] new range lease repl={1 1 1} start=0.000000000,0 exp=0.900000123,7 pro=0.000000123,8 following repl={0 0 0} start=0.000000000,0 exp=0.000000000,0 [physicalTime=1970-01-01 00:00:00.000000123 +0000 UTC]
I161220 09:35:25.390518 26661 storage/engine/rocksdb.go:340 opening in memory rocksdb instance
I161220 09:35:25.391530 26661 gossip/gossip.go:248 [n?] initial resolvers: [127.0.0.1:34124]
W161220 09:35:25.391626 26661 gossip/gossip.go:1126 [n?] no incoming or outgoing connections
I161220 09:35:25.391769 26661 base/node_id.go:62 NodeID set to 2
I161220 09:35:25.404945 26752 gossip/client.go:125 [n2] started gossip client to 127.0.0.1:34124
I161220 09:35:25.405005 26661 storage/store.go:1244 [n2,s2]: failed initial metrics computation: [n2,s2]: system config not yet available
I161220 09:35:25.405194 26661 gossip/gossip.go:290 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:55710" > attrs:<> locality:<>
I161220 09:35:25.432330 26661 storage/replica_raftstorage.go:468 [s1,r1/1:/M{in-ax},@c4202be900] generated preemptive snapshot dbedfdc6 at index 14
I161220 09:35:25.434791 26661 storage/store.go:3264 [s1,r1/1:/M{in-ax},@c4202be900] streamed snapshot: kv pairs: 33, log entries: 4
I161220 09:35:25.435605 26775 storage/replica_raftstorage.go:633 [s2,r1/?:{-},@c4200b4d80] applying preemptive snapshot at index 14 (id=dbedfdc6, encoded size=4685, 1 rocksdb batches, 4 log entries)
I161220 09:35:25.442493 26775 storage/replica_raftstorage.go:641 [s2,r1/?:/M{in-ax},@c4200b4d80] applied preemptive snapshot in 7ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I161220 09:35:25.444875 26661 storage/replica_command.go:3290 [s1,r1/1:/M{in-ax},@c4202be900] change replicas: read existing descriptor range_id:1 start_key:"" end_key:"\377\377" replicas:<node_id:1 store_id:1 replica_id:1 > next_replica_id:2
I161220 09:35:25.448936 26654 storage/replica.go:2366 [s1,r1/1:/M{in-ax},@c4202be900] proposing ADD_REPLICA {NodeID:2 StoreID:2 ReplicaID:2}: [{NodeID:1 StoreID:1 ReplicaID:1} {NodeID:2 StoreID:2 ReplicaID:2}]
I161220 09:35:25.562045 26780 storage/raft_transport.go:437 raft transport stream to node 1 established
I161220 09:35:25.594279 26661 storage/replica_command.go:3290 [s1,r1/1:/M{in-ax},@c4202be900] change replicas: read existing descriptor range_id:1 start_key:"" end_key:"\377\377" replicas:<node_id:1 store_id:1 replica_id:1 > replicas:<node_id:2 store_id:2 replica_id:2 > next_replica_id:3
I161220 09:35:25.606379 26719 storage/replica.go:2366 [s1,r1/1:/M{in-ax},@c4202be900] proposing REMOVE_REPLICA {NodeID:1 StoreID:1 ReplicaID:1}: [{NodeID:2 StoreID:2 ReplicaID:2}]
E161220 09:35:25.613696 26700 storage/replica_proposal.go:584 [s1,r1/1:/M{in-ax},@c4202be900] unable to add to replica GC queue: queue disabled
W161220 09:35:25.614996 26671 storage/replica.go:4164 [s1,r1/1:/M{in-ax},@c4202be900] could not acquire lease for range gossip: range 1 was not found
I161220 09:35:25.615088 26671 storage/replica_proposal.go:684 [s1,r1/1:/M{in-ax},@c4202be900] unable to gossip first range; hasLease=false, err=range 1 was not found
I161220 09:35:25.617291 26661 util/stop/stopper.go:398 stop has been called from storage/client_test.go:839, stopping or quiescing all running tasks
E161220 09:35:25.633114 26661 storage/store.go:1117 [n1,s1,r1/?:/M{in-ax}]: unable to add replica to GC queue: queue disabled
W161220 09:35:25.636655 26861 storage/replica.go:4164 [s1] could not acquire lease for range gossip: range 1 was not found
W161220 09:35:25.636722 26861 storage/store.go:1293 [s1] error gossiping system config: range 1 was not found
W161220 09:35:25.636936 26860 storage/replica.go:4164 [s1] could not acquire lease for range gossip: range 1 was not found
W161220 09:35:25.636997 26860 storage/store.go:1293 [s1] error gossiping first range descriptor: range 1 was not found
I161220 09:35:25.906554 26735 storage/replica_proposal.go:390 [s2,r1/2:/M{in-ax},@c4200b4d80] new range lease repl={2 2 2} start=0.900000123,8 exp=2.700000125,3 pro=1.800000125,4 following repl={1 1 1} start=0.000000000,0 exp=0.900000123,7 pro=0.000000123,8 [physicalTime=1970-01-01 00:00:01.800000125 +0000 UTC]
I161220 09:35:49.432908 26730 gossip/gossip.go:1140 [n2] node has connected to cluster via gossip
I161220 09:35:50.112278 26691 gossip/gossip.go:1140 [n1] node has connected to cluster via gossip
I161220 09:36:10.752567 27038 util/stop/stopper.go:470 quiescing; tasks left:
1 storage/client_test.go:494
W161220 09:36:25.405798 26754 storage/store.go:1302 [s2] error gossiping first range descriptor: node unavailable; try another peer
W161220 09:36:25.406296 26755 storage/store.go:1302 [s2] error gossiping system config: node unavailable; try another peer
W161220 09:36:25.637036 26861 storage/store.go:1302 [s1] error gossiping system config: node unavailable; try another peer
W161220 09:36:25.637744 26860 storage/store.go:1302 [s1] error gossiping first range descriptor: node unavailable; try another peer
W161220 09:36:25.643644 26863 kv/dist_sender.go:1160 [hb] have been waiting 1m0s sending RPC for batch: 1 CPut, 1 BeginTxn, 1 EndTxn
<autogenerated>:12: storage/client_test.go:881, condition failed to evaluate within 45s: node not live
client_test.go:351: timed out during shutdown
``` | 1.0 | github.com/cockroachdb/cockroach/pkg/storage: TestRemoveRangeWithoutGC failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/a29eb24d53e02343f43bc560ad496fdaf9d9737f
Parameters:
```
COCKROACH_PROPOSER_EVALUATED_KV=false
TAGS=
GOFLAGS=-race
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=95950&tab=buildLog
```
I161220 09:35:25.365066 26661 storage/engine/rocksdb.go:340 opening in memory rocksdb instance
I161220 09:35:25.366331 26661 gossip/gossip.go:248 [n?] initial resolvers: []
W161220 09:35:25.366455 26661 gossip/gossip.go:1124 [n?] no resolvers found; use --join to specify a connected node
I161220 09:35:25.366620 26661 base/node_id.go:62 NodeID set to 1
I161220 09:35:25.378360 26661 storage/store.go:1244 [n1,s1]: failed initial metrics computation: [n1,s1]: system config not yet available
I161220 09:35:25.378569 26661 gossip/gossip.go:290 [n1] NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:34124" > attrs:<> locality:<>
I161220 09:35:25.381571 26696 storage/replica_proposal.go:390 [s1,r1/1:/M{in-ax},@c4202be900] new range lease repl={1 1 1} start=0.000000000,0 exp=0.900000123,7 pro=0.000000123,8 following repl={0 0 0} start=0.000000000,0 exp=0.000000000,0 [physicalTime=1970-01-01 00:00:00.000000123 +0000 UTC]
I161220 09:35:25.390518 26661 storage/engine/rocksdb.go:340 opening in memory rocksdb instance
I161220 09:35:25.391530 26661 gossip/gossip.go:248 [n?] initial resolvers: [127.0.0.1:34124]
W161220 09:35:25.391626 26661 gossip/gossip.go:1126 [n?] no incoming or outgoing connections
I161220 09:35:25.391769 26661 base/node_id.go:62 NodeID set to 2
I161220 09:35:25.404945 26752 gossip/client.go:125 [n2] started gossip client to 127.0.0.1:34124
I161220 09:35:25.405005 26661 storage/store.go:1244 [n2,s2]: failed initial metrics computation: [n2,s2]: system config not yet available
I161220 09:35:25.405194 26661 gossip/gossip.go:290 [n2] NodeDescriptor set to node_id:2 address:<network_field:"tcp" address_field:"127.0.0.1:55710" > attrs:<> locality:<>
I161220 09:35:25.432330 26661 storage/replica_raftstorage.go:468 [s1,r1/1:/M{in-ax},@c4202be900] generated preemptive snapshot dbedfdc6 at index 14
I161220 09:35:25.434791 26661 storage/store.go:3264 [s1,r1/1:/M{in-ax},@c4202be900] streamed snapshot: kv pairs: 33, log entries: 4
I161220 09:35:25.435605 26775 storage/replica_raftstorage.go:633 [s2,r1/?:{-},@c4200b4d80] applying preemptive snapshot at index 14 (id=dbedfdc6, encoded size=4685, 1 rocksdb batches, 4 log entries)
I161220 09:35:25.442493 26775 storage/replica_raftstorage.go:641 [s2,r1/?:/M{in-ax},@c4200b4d80] applied preemptive snapshot in 7ms [clear=0ms batch=0ms entries=0ms commit=0ms]
I161220 09:35:25.444875 26661 storage/replica_command.go:3290 [s1,r1/1:/M{in-ax},@c4202be900] change replicas: read existing descriptor range_id:1 start_key:"" end_key:"\377\377" replicas:<node_id:1 store_id:1 replica_id:1 > next_replica_id:2
I161220 09:35:25.448936 26654 storage/replica.go:2366 [s1,r1/1:/M{in-ax},@c4202be900] proposing ADD_REPLICA {NodeID:2 StoreID:2 ReplicaID:2}: [{NodeID:1 StoreID:1 ReplicaID:1} {NodeID:2 StoreID:2 ReplicaID:2}]
I161220 09:35:25.562045 26780 storage/raft_transport.go:437 raft transport stream to node 1 established
I161220 09:35:25.594279 26661 storage/replica_command.go:3290 [s1,r1/1:/M{in-ax},@c4202be900] change replicas: read existing descriptor range_id:1 start_key:"" end_key:"\377\377" replicas:<node_id:1 store_id:1 replica_id:1 > replicas:<node_id:2 store_id:2 replica_id:2 > next_replica_id:3
I161220 09:35:25.606379 26719 storage/replica.go:2366 [s1,r1/1:/M{in-ax},@c4202be900] proposing REMOVE_REPLICA {NodeID:1 StoreID:1 ReplicaID:1}: [{NodeID:2 StoreID:2 ReplicaID:2}]
E161220 09:35:25.613696 26700 storage/replica_proposal.go:584 [s1,r1/1:/M{in-ax},@c4202be900] unable to add to replica GC queue: queue disabled
W161220 09:35:25.614996 26671 storage/replica.go:4164 [s1,r1/1:/M{in-ax},@c4202be900] could not acquire lease for range gossip: range 1 was not found
I161220 09:35:25.615088 26671 storage/replica_proposal.go:684 [s1,r1/1:/M{in-ax},@c4202be900] unable to gossip first range; hasLease=false, err=range 1 was not found
I161220 09:35:25.617291 26661 util/stop/stopper.go:398 stop has been called from storage/client_test.go:839, stopping or quiescing all running tasks
E161220 09:35:25.633114 26661 storage/store.go:1117 [n1,s1,r1/?:/M{in-ax}]: unable to add replica to GC queue: queue disabled
W161220 09:35:25.636655 26861 storage/replica.go:4164 [s1] could not acquire lease for range gossip: range 1 was not found
W161220 09:35:25.636722 26861 storage/store.go:1293 [s1] error gossiping system config: range 1 was not found
W161220 09:35:25.636936 26860 storage/replica.go:4164 [s1] could not acquire lease for range gossip: range 1 was not found
W161220 09:35:25.636997 26860 storage/store.go:1293 [s1] error gossiping first range descriptor: range 1 was not found
I161220 09:35:25.906554 26735 storage/replica_proposal.go:390 [s2,r1/2:/M{in-ax},@c4200b4d80] new range lease repl={2 2 2} start=0.900000123,8 exp=2.700000125,3 pro=1.800000125,4 following repl={1 1 1} start=0.000000000,0 exp=0.900000123,7 pro=0.000000123,8 [physicalTime=1970-01-01 00:00:01.800000125 +0000 UTC]
I161220 09:35:49.432908 26730 gossip/gossip.go:1140 [n2] node has connected to cluster via gossip
I161220 09:35:50.112278 26691 gossip/gossip.go:1140 [n1] node has connected to cluster via gossip
I161220 09:36:10.752567 27038 util/stop/stopper.go:470 quiescing; tasks left:
1 storage/client_test.go:494
W161220 09:36:25.405798 26754 storage/store.go:1302 [s2] error gossiping first range descriptor: node unavailable; try another peer
W161220 09:36:25.406296 26755 storage/store.go:1302 [s2] error gossiping system config: node unavailable; try another peer
W161220 09:36:25.637036 26861 storage/store.go:1302 [s1] error gossiping system config: node unavailable; try another peer
W161220 09:36:25.637744 26860 storage/store.go:1302 [s1] error gossiping first range descriptor: node unavailable; try another peer
W161220 09:36:25.643644 26863 kv/dist_sender.go:1160 [hb] have been waiting 1m0s sending RPC for batch: 1 CPut, 1 BeginTxn, 1 EndTxn
<autogenerated>:12: storage/client_test.go:881, condition failed to evaluate within 45s: node not live
client_test.go:351: timed out during shutdown
``` | non_priority | github com cockroachdb cockroach pkg storage testremoverangewithoutgc failed under stress sha parameters cockroach proposer evaluated kv false tags goflags race stress build found a failed test storage engine rocksdb go opening in memory rocksdb instance gossip gossip go initial resolvers gossip gossip go no resolvers found use join to specify a connected node base node id go nodeid set to storage store go failed initial metrics computation system config not yet available gossip gossip go nodedescriptor set to node id address attrs locality storage replica proposal go new range lease repl start exp pro following repl start exp storage engine rocksdb go opening in memory rocksdb instance gossip gossip go initial resolvers gossip gossip go no incoming or outgoing connections base node id go nodeid set to gossip client go started gossip client to storage store go failed initial metrics computation system config not yet available gossip gossip go nodedescriptor set to node id address attrs locality storage replica raftstorage go generated preemptive snapshot at index storage store go streamed snapshot kv pairs log entries storage replica raftstorage go applying preemptive snapshot at index id encoded size rocksdb batches log entries storage replica raftstorage go applied preemptive snapshot in storage replica command go change replicas read existing descriptor range id start key end key replicas next replica id storage replica go proposing add replica nodeid storeid replicaid storage raft transport go raft transport stream to node established storage replica command go change replicas read existing descriptor range id start key end key replicas replicas next replica id storage replica go proposing remove replica nodeid storeid replicaid storage replica proposal go unable to add to replica gc queue queue disabled storage replica go could not acquire lease for range gossip range was not found storage replica proposal go unable to gossip first range haslease false err range was not found util stop stopper go stop has been called from storage client test go stopping or quiescing all running tasks storage store go unable to add replica to gc queue queue disabled storage replica go could not acquire lease for range gossip range was not found storage store go error gossiping system config range was not found storage replica go could not acquire lease for range gossip range was not found storage store go error gossiping first range descriptor range was not found storage replica proposal go new range lease repl start exp pro following repl start exp pro gossip gossip go node has connected to cluster via gossip gossip gossip go node has connected to cluster via gossip util stop stopper go quiescing tasks left storage client test go storage store go error gossiping first range descriptor node unavailable try another peer storage store go error gossiping system config node unavailable try another peer storage store go error gossiping system config node unavailable try another peer storage store go error gossiping first range descriptor node unavailable try another peer kv dist sender go have been waiting sending rpc for batch cput begintxn endtxn storage client test go condition failed to evaluate within node not live client test go timed out during shutdown | 0 |
407,170 | 11,907,551,476 | IssuesEvent | 2020-03-30 22:33:44 | kata-containers/runtime | https://api.github.com/repos/kata-containers/runtime | closed | clh: Implement capabilities() | enhancement medium-priority needs-review | **Which feature do you think can be improved?**
Implement `capabilities()` method from sandbox interface this is used by the runtime to know what are the hypervisor is able to do, this will allow to request advanced features like BlockDevice or multiQueueSupport
**How can it be improved?**
Implement method and provide features that the hypervisor supports.
**Additional Information**
Anything else to add?
**Before raising this feature request**
Have you looked at the [limitations document](https://github.com/kata-containers/documentation/blob/master/Limitations.md)?
| 1.0 | clh: Implement capabilities() - **Which feature do you think can be improved?**
Implement `capabilities()` method from sandbox interface this is used by the runtime to know what are the hypervisor is able to do, this will allow to request advanced features like BlockDevice or multiQueueSupport
**How can it be improved?**
Implement method and provide features that the hypervisor supports.
**Additional Information**
Anything else to add?
**Before raising this feature request**
Have you looked at the [limitations document](https://github.com/kata-containers/documentation/blob/master/Limitations.md)?
| priority | clh implement capabilities which feature do you think can be improved implement capabilities method from sandbox interface this is used by the runtime to know what are the hypervisor is able to do this will allow to request advanced features like blockdevice or multiqueuesupport how can it be improved implement method and provide features that the hypervisor supports additional information anything else to add before raising this feature request have you looked at the | 1 |
197,914 | 14,949,179,034 | IssuesEvent | 2021-01-26 11:08:17 | dzhw/studienberechtigte_2018.3b | https://api.github.com/repos/dzhw/studienberechtigte_2018.3b | closed | Studium: Filteränderung stu_11 | new commit testing | Sorry sorry sorry, wir haben hier noch ein kleines Problem entdeckt. Wir müssen für h_studakt im Studienmodul ein paar Fragen überfiltern. Commit folgt. | 1.0 | Studium: Filteränderung stu_11 - Sorry sorry sorry, wir haben hier noch ein kleines Problem entdeckt. Wir müssen für h_studakt im Studienmodul ein paar Fragen überfiltern. Commit folgt. | non_priority | studium filteränderung stu sorry sorry sorry wir haben hier noch ein kleines problem entdeckt wir müssen für h studakt im studienmodul ein paar fragen überfiltern commit folgt | 0 |
564,097 | 16,717,559,799 | IssuesEvent | 2021-06-10 00:13:51 | bounswe/2021SpringGroup7 | https://api.github.com/repos/bounswe/2021SpringGroup7 | opened | CB-30 Update location API and Unittest | Backend Priority: Medium Status: Ready for Review | Updated location.py to work correctly, added swagger functionand and documented it. Created unittest of location. | 1.0 | CB-30 Update location API and Unittest - Updated location.py to work correctly, added swagger functionand and documented it. Created unittest of location. | priority | cb update location api and unittest updated location py to work correctly added swagger functionand and documented it created unittest of location | 1 |
736,723 | 25,484,558,252 | IssuesEvent | 2022-11-26 07:36:08 | we-race-here/wrh-organization | https://api.github.com/repos/we-race-here/wrh-organization | opened | Name page Admin setting to change hero image. | enhancement Priority | <img width="1414" alt="Screenshot 2022-11-26 at 8 34 08 AM" src="https://user-images.githubusercontent.com/232564/204077786-8e12aa95-ef4b-4d8b-8060-1de3ff6b2994.png">
| 1.0 | Name page Admin setting to change hero image. - <img width="1414" alt="Screenshot 2022-11-26 at 8 34 08 AM" src="https://user-images.githubusercontent.com/232564/204077786-8e12aa95-ef4b-4d8b-8060-1de3ff6b2994.png">
| priority | name page admin setting to change hero image img width alt screenshot at am src | 1 |
4,207 | 6,780,155,952 | IssuesEvent | 2017-10-29 10:44:32 | singapore/renovate | https://api.github.com/repos/singapore/renovate | closed | baseBranch improvements | feat needs-requirements pri4-low | Ideally the onboarding dry run is based on package files in base branch. However some may also want to add configuration to `package.json` files within onboarding branch. How can we satisfy both these requirements?
After onboarding:
- check for baseBranch in master
- if present then read renovate.json config from baseBranch instead
- use content from baseBranch too (existing behaviour) | 1.0 | baseBranch improvements - Ideally the onboarding dry run is based on package files in base branch. However some may also want to add configuration to `package.json` files within onboarding branch. How can we satisfy both these requirements?
After onboarding:
- check for baseBranch in master
- if present then read renovate.json config from baseBranch instead
- use content from baseBranch too (existing behaviour) | non_priority | basebranch improvements ideally the onboarding dry run is based on package files in base branch however some may also want to add configuration to package json files within onboarding branch how can we satisfy both these requirements after onboarding check for basebranch in master if present then read renovate json config from basebranch instead use content from basebranch too existing behaviour | 0 |
286,117 | 31,239,893,296 | IssuesEvent | 2023-08-20 18:33:29 | MValle21/lamby_site | https://api.github.com/repos/MValle21/lamby_site | opened | CVE-2020-23064 (Medium) detected in jquery-3.3.1.js | Mend: dependency security vulnerability | ## CVE-2020-23064 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.3.1.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js</a></p>
<p>Path to vulnerable library: /vendor/assets/javascripts/jquery-3.3.1.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-3.3.1.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/MValle21/lamby_site/commit/58d2ba7cfe9616216cb126c69803c5ccd10d32b9">58d2ba7cfe9616216cb126c69803c5ccd10d32b9</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
Cross Site Scripting vulnerability in jQuery 2.2.0 through 3.x before 3.5.0 allows a remote attacker to execute arbitrary code via the <options> element.
<p>Publish Date: 2023-06-26
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-23064>CVE-2020-23064</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p>
<p>Release Date: 2023-06-26</p>
<p>Fix Resolution: jquery - 3.5.0</p>
</p>
</details>
<p></p>
| True | CVE-2020-23064 (Medium) detected in jquery-3.3.1.js - ## CVE-2020-23064 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.3.1.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js</a></p>
<p>Path to vulnerable library: /vendor/assets/javascripts/jquery-3.3.1.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-3.3.1.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/MValle21/lamby_site/commit/58d2ba7cfe9616216cb126c69803c5ccd10d32b9">58d2ba7cfe9616216cb126c69803c5ccd10d32b9</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
Cross Site Scripting vulnerability in jQuery 2.2.0 through 3.x before 3.5.0 allows a remote attacker to execute arbitrary code via the <options> element.
<p>Publish Date: 2023-06-26
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-23064>CVE-2020-23064</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p>
<p>Release Date: 2023-06-26</p>
<p>Fix Resolution: jquery - 3.5.0</p>
</p>
</details>
<p></p>
| non_priority | cve medium detected in jquery js cve medium severity vulnerability vulnerable library jquery js javascript library for dom operations library home page a href path to vulnerable library vendor assets javascripts jquery js dependency hierarchy x jquery js vulnerable library found in head commit a href found in base branch master vulnerability details cross site scripting vulnerability in jquery through x before allows a remote attacker to execute arbitrary code via the element publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery | 0 |
29,925 | 11,786,087,875 | IssuesEvent | 2020-03-17 11:34:00 | scriptex/Notabene | https://api.github.com/repos/scriptex/Notabene | closed | CVE-2020-7598 (High) detected in multiple libraries | security vulnerability | ## CVE-2020-7598 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary>
<p>
<details><summary><b>minimist-0.0.8.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/Notabene/lib/angular-moment-master/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/Notabene/lib/showdown/node_modules/mocha/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/showdown/node_modules/mocha/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/showdown/node_modules/mocha/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/showdown/node_modules/mocha/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/showdown/node_modules/mocha/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- karma-phantomjs-launcher-1.0.4.tgz (Root Library)
- phantomjs-prebuilt-2.1.16.tgz
- extract-zip-1.6.7.tgz
- mkdirp-0.5.1.tgz
- :x: **minimist-0.0.8.tgz** (Vulnerable Library)
</details>
<details><summary><b>minimist-0.0.10.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/Notabene/lib/angular-markdown-directive/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/Notabene/lib/angular-moment-master/node_modules/bower/lib/node_modules/requireg/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/angular-moment-master/node_modules/bower/lib/node_modules/requireg/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/angular-moment-master/node_modules/bower/lib/node_modules/requireg/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- karma-4.4.1.tgz (Root Library)
- optimist-0.6.1.tgz
- :x: **minimist-0.0.10.tgz** (Vulnerable Library)
</details>
<details><summary><b>minimist-1.2.0.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/Notabene/lib/ng-cordova-master/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/Notabene/lib/ng-cordova-master/demo/node_modules/bower/lib/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/ng-cordova-master/demo/node_modules/bower/lib/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/ng-cordova-master/demo/node_modules/bower/lib/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- gulp-4.0.2.tgz (Root Library)
- glob-watcher-5.0.3.tgz
- chokidar-2.1.8.tgz
- fsevents-1.2.11.tgz
- node-pre-gyp-0.14.0.tgz
- rc-1.2.8.tgz
- :x: **minimist-1.2.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/scriptex/Notabene/commit/3f8b9a5718c66e35cf03eaa00123820fe8c90a32">3f8b9a5718c66e35cf03eaa00123820fe8c90a32</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload.
<p>Publish Date: 2020-03-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p>
<p>Release Date: 2020-03-11</p>
<p>Fix Resolution: minimist - 0.2.1,1.2.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-7598 (High) detected in multiple libraries - ## CVE-2020-7598 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary>
<p>
<details><summary><b>minimist-0.0.8.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/Notabene/lib/angular-moment-master/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/Notabene/lib/showdown/node_modules/mocha/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/showdown/node_modules/mocha/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/showdown/node_modules/mocha/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/showdown/node_modules/mocha/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/showdown/node_modules/mocha/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- karma-phantomjs-launcher-1.0.4.tgz (Root Library)
- phantomjs-prebuilt-2.1.16.tgz
- extract-zip-1.6.7.tgz
- mkdirp-0.5.1.tgz
- :x: **minimist-0.0.8.tgz** (Vulnerable Library)
</details>
<details><summary><b>minimist-0.0.10.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/Notabene/lib/angular-markdown-directive/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/Notabene/lib/angular-moment-master/node_modules/bower/lib/node_modules/requireg/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/angular-moment-master/node_modules/bower/lib/node_modules/requireg/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/angular-moment-master/node_modules/bower/lib/node_modules/requireg/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- karma-4.4.1.tgz (Root Library)
- optimist-0.6.1.tgz
- :x: **minimist-0.0.10.tgz** (Vulnerable Library)
</details>
<details><summary><b>minimist-1.2.0.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/Notabene/lib/ng-cordova-master/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/Notabene/lib/ng-cordova-master/demo/node_modules/bower/lib/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/ng-cordova-master/demo/node_modules/bower/lib/node_modules/minimist/package.json,/tmp/ws-scm/Notabene/lib/ng-cordova-master/demo/node_modules/bower/lib/node_modules/minimist/package.json</p>
<p>
Dependency Hierarchy:
- gulp-4.0.2.tgz (Root Library)
- glob-watcher-5.0.3.tgz
- chokidar-2.1.8.tgz
- fsevents-1.2.11.tgz
- node-pre-gyp-0.14.0.tgz
- rc-1.2.8.tgz
- :x: **minimist-1.2.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/scriptex/Notabene/commit/3f8b9a5718c66e35cf03eaa00123820fe8c90a32">3f8b9a5718c66e35cf03eaa00123820fe8c90a32</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload.
<p>Publish Date: 2020-03-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p>
<p>Release Date: 2020-03-11</p>
<p>Fix Resolution: minimist - 0.2.1,1.2.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file tmp ws scm notabene lib angular moment master package json path to vulnerable library tmp ws scm notabene lib showdown node modules mocha node modules minimist package json tmp ws scm notabene lib showdown node modules mocha node modules minimist package json tmp ws scm notabene lib showdown node modules mocha node modules minimist package json tmp ws scm notabene lib showdown node modules mocha node modules minimist package json tmp ws scm notabene lib showdown node modules mocha node modules minimist package json dependency hierarchy karma phantomjs launcher tgz root library phantomjs prebuilt tgz extract zip tgz mkdirp tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file tmp ws scm notabene lib angular markdown directive package json path to vulnerable library tmp ws scm notabene lib angular moment master node modules bower lib node modules requireg node modules minimist package json tmp ws scm notabene lib angular moment master node modules bower lib node modules requireg node modules minimist package json tmp ws scm notabene lib angular moment master node modules bower lib node modules requireg node modules minimist package json dependency hierarchy karma tgz root library optimist tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file tmp ws scm notabene lib ng cordova master package json path to vulnerable library tmp ws scm notabene lib ng cordova master demo node modules bower lib node modules minimist package json tmp ws scm notabene lib ng cordova master demo node modules bower lib node modules minimist package json tmp ws scm notabene lib ng cordova master demo node modules bower lib node modules minimist package json dependency hierarchy gulp tgz root library glob watcher tgz chokidar tgz fsevents tgz node pre gyp tgz rc tgz x minimist tgz vulnerable library found in head commit a href vulnerability details minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution minimist step up your open source security game with whitesource | 0 |
182,994 | 6,676,191,785 | IssuesEvent | 2017-10-05 03:40:13 | CatherineEvelyn/wedding-planner | https://api.github.com/repos/CatherineEvelyn/wedding-planner | opened | Seperate registration to user and vendor | enhancement/feature priority: 1 high skill: back-end skill: database skill: front-end | ## Problem / motivation
User registration needs to be two different pages. One to register as an organizer, and the other as a vendor. Both with validation.
## Proposed solution
Do it like launchcode.org login where both forms load and the user can flip between them. | 1.0 | Seperate registration to user and vendor - ## Problem / motivation
User registration needs to be two different pages. One to register as an organizer, and the other as a vendor. Both with validation.
## Proposed solution
Do it like launchcode.org login where both forms load and the user can flip between them. | priority | seperate registration to user and vendor problem motivation user registration needs to be two different pages one to register as an organizer and the other as a vendor both with validation proposed solution do it like launchcode org login where both forms load and the user can flip between them | 1 |
17,784 | 3,640,829,545 | IssuesEvent | 2016-02-13 05:25:48 | Semantic-Org/Semantic-UI | https://api.github.com/repos/Semantic-Org/Semantic-UI | closed | [DropDown] cannot click on the first item | Needs Test Case Read the Contributing Guide / Readme | Hello,
i use your framework but i have got some problem with DropDown Menu on my phone.
```
<div class="ui dropdown item">
<a href="/categories/">Categories <i class="dropdown icon"></i></a>
<div class="menu">
<a class="item" href="/category-a/">Category A</a>
<a class="item" href="/category-b/">Category B</a>
<a class="item" href="/category-c/">Category C</a>
<a class="item" href="/category-d/">Category D</a>
</div>
</div>
```
JS:
```
$('.ui.menu .ui.dropdown').dropdown({
on: 'hover'
});
$('.ui.menu a.item').on('click', function () {
$(this).addClass('active')
.siblings()
.removeClass('active');
});
```
Why i can't click on the Categories? | 1.0 | [DropDown] cannot click on the first item - Hello,
i use your framework but i have got some problem with DropDown Menu on my phone.
```
<div class="ui dropdown item">
<a href="/categories/">Categories <i class="dropdown icon"></i></a>
<div class="menu">
<a class="item" href="/category-a/">Category A</a>
<a class="item" href="/category-b/">Category B</a>
<a class="item" href="/category-c/">Category C</a>
<a class="item" href="/category-d/">Category D</a>
</div>
</div>
```
JS:
```
$('.ui.menu .ui.dropdown').dropdown({
on: 'hover'
});
$('.ui.menu a.item').on('click', function () {
$(this).addClass('active')
.siblings()
.removeClass('active');
});
```
Why i can't click on the Categories? | non_priority | cannot click on the first item hello i use your framework but i have got some problem with dropdown menu on my phone categories category a category b category c category d js ui menu ui dropdown dropdown on hover ui menu a item on click function this addclass active siblings removeclass active why i can t click on the categories | 0 |
370,303 | 25,898,239,586 | IssuesEvent | 2022-12-15 01:32:56 | pynecone-io/pynecone | https://api.github.com/repos/pynecone-io/pynecone | closed | Possible wrong name in ResponsiveGrid doc | documentation | On the doc page for [ResponsiveGrid](https://pynecone.io/docs/library/layout/responsivegrid), there is the following text:
> SimpleGrid provides a friendly interface to create responsive grid layouts with ease. SimpleGrid composes Box so you can pass all the Box props and css grid props with addition to the ones below.
SimpleGrid is not mentionned anywhere else, shouldn't it be ResponsiveGrid? | 1.0 | Possible wrong name in ResponsiveGrid doc - On the doc page for [ResponsiveGrid](https://pynecone.io/docs/library/layout/responsivegrid), there is the following text:
> SimpleGrid provides a friendly interface to create responsive grid layouts with ease. SimpleGrid composes Box so you can pass all the Box props and css grid props with addition to the ones below.
SimpleGrid is not mentionned anywhere else, shouldn't it be ResponsiveGrid? | non_priority | possible wrong name in responsivegrid doc on the doc page for there is the following text simplegrid provides a friendly interface to create responsive grid layouts with ease simplegrid composes box so you can pass all the box props and css grid props with addition to the ones below simplegrid is not mentionned anywhere else shouldn t it be responsivegrid | 0 |
115,658 | 17,332,691,016 | IssuesEvent | 2021-07-28 06:02:07 | panasalap/OpenJPEG-2.3.0_Fix_27845 | https://api.github.com/repos/panasalap/OpenJPEG-2.3.0_Fix_27845 | opened | CVE-2016-9842 (High) detected in zlibv1.2.8 | security vulnerability | ## CVE-2016-9842 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>zlibv1.2.8</b></p></summary>
<p>
<p>A massively spiffy yet delicately unobtrusive compression library.</p>
<p>Library home page: <a href=https://github.com/cyanskies/zlib.git>https://github.com/cyanskies/zlib.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/panasalap/OpenJPEG-2.3.0_Fix_27845/commit/393073710821e44046800b628fd9e959682885a5">393073710821e44046800b628fd9e959682885a5</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>OpenJPEG-2.3.0_Fix_27845/thirdparty/libz/inflate.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The inflateMark function in inflate.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact via vectors involving left shifts of negative integers.
<p>Publish Date: 2017-05-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-9842>CVE-2016-9842</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9842">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9842</a></p>
<p>Release Date: 2017-05-23</p>
<p>Fix Resolution: v1.2.9</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2016-9842 (High) detected in zlibv1.2.8 - ## CVE-2016-9842 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>zlibv1.2.8</b></p></summary>
<p>
<p>A massively spiffy yet delicately unobtrusive compression library.</p>
<p>Library home page: <a href=https://github.com/cyanskies/zlib.git>https://github.com/cyanskies/zlib.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/panasalap/OpenJPEG-2.3.0_Fix_27845/commit/393073710821e44046800b628fd9e959682885a5">393073710821e44046800b628fd9e959682885a5</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>OpenJPEG-2.3.0_Fix_27845/thirdparty/libz/inflate.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The inflateMark function in inflate.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact via vectors involving left shifts of negative integers.
<p>Publish Date: 2017-05-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-9842>CVE-2016-9842</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9842">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9842</a></p>
<p>Release Date: 2017-05-23</p>
<p>Fix Resolution: v1.2.9</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in cve high severity vulnerability vulnerable library a massively spiffy yet delicately unobtrusive compression library library home page a href found in head commit a href found in base branch master vulnerable source files openjpeg fix thirdparty libz inflate c vulnerability details the inflatemark function in inflate c in zlib might allow context dependent attackers to have unspecified impact via vectors involving left shifts of negative integers publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
295,786 | 25,505,177,113 | IssuesEvent | 2022-11-28 08:53:33 | HDFGroup/hermes | https://api.github.com/repos/HDFGroup/hermes | closed | Remove temporary testing directories. | testing effort-small | I see temporary directories in the current repo.
```
CMake/Testing/Temporary/
adapter/Testing/Temporary/
``` | 1.0 | Remove temporary testing directories. - I see temporary directories in the current repo.
```
CMake/Testing/Temporary/
adapter/Testing/Temporary/
``` | non_priority | remove temporary testing directories i see temporary directories in the current repo cmake testing temporary adapter testing temporary | 0 |
241,615 | 7,818,118,536 | IssuesEvent | 2018-06-13 11:13:41 | WordImpress/Give | https://api.github.com/repos/WordImpress/Give | closed | feat(template): implement optional honorifics/titles for Donor name. | 10-reported high-priority | ## User Story
<!-- Required. -->
As a `administrator`, I want `the ability to collect honorifics/titles (Mr./Mrs./Ms./Dr./Major/General/Rev etc)` in the event that `the organization has use for that data.`
Though I don't know of a law or legal requirement for such data to be collected, it's often a client/end customer's request and the designer/developer/implementer is tasked with adding the [honorific](https://en.wikipedia.org/wiki/English_honorifics).
## Current Behavior
I currently have to custom code the additional form field or use Form Field Manager and some additional custom code to place the field in the logical spot on the form.
## Expected Behavior
I expect to be able to check a box to be able to collect (or require) the honorific.
## Possible Solution
1. (not preferred) Add in a filter or action hook within the form itself, and a custom snippet/add-on for adding the honorific field to that hook.
2. (preferred) add in the option to display that field programmatically within the Give core interface.
## Tasks
- [ ] mock up field placement
- [ ] ensure that the option defaults to NOT collecting the data
## Help Scout Tickets
https://secure.helpscout.net/conversation/562421819/17018/?folderId=848135
https://secure.helpscout.net/conversation/563124009/0/?folderId=672194
| 1.0 | feat(template): implement optional honorifics/titles for Donor name. - ## User Story
<!-- Required. -->
As a `administrator`, I want `the ability to collect honorifics/titles (Mr./Mrs./Ms./Dr./Major/General/Rev etc)` in the event that `the organization has use for that data.`
Though I don't know of a law or legal requirement for such data to be collected, it's often a client/end customer's request and the designer/developer/implementer is tasked with adding the [honorific](https://en.wikipedia.org/wiki/English_honorifics).
## Current Behavior
I currently have to custom code the additional form field or use Form Field Manager and some additional custom code to place the field in the logical spot on the form.
## Expected Behavior
I expect to be able to check a box to be able to collect (or require) the honorific.
## Possible Solution
1. (not preferred) Add in a filter or action hook within the form itself, and a custom snippet/add-on for adding the honorific field to that hook.
2. (preferred) add in the option to display that field programmatically within the Give core interface.
## Tasks
- [ ] mock up field placement
- [ ] ensure that the option defaults to NOT collecting the data
## Help Scout Tickets
https://secure.helpscout.net/conversation/562421819/17018/?folderId=848135
https://secure.helpscout.net/conversation/563124009/0/?folderId=672194
| priority | feat template implement optional honorifics titles for donor name user story as a administrator i want the ability to collect honorifics titles mr mrs ms dr major general rev etc in the event that the organization has use for that data though i don t know of a law or legal requirement for such data to be collected it s often a client end customer s request and the designer developer implementer is tasked with adding the current behavior i currently have to custom code the additional form field or use form field manager and some additional custom code to place the field in the logical spot on the form expected behavior i expect to be able to check a box to be able to collect or require the honorific possible solution not preferred add in a filter or action hook within the form itself and a custom snippet add on for adding the honorific field to that hook preferred add in the option to display that field programmatically within the give core interface tasks mock up field placement ensure that the option defaults to not collecting the data help scout tickets | 1 |
664,591 | 22,282,272,125 | IssuesEvent | 2022-06-11 03:49:34 | kubesphere/kubesphere | https://api.github.com/repos/kubesphere/kubesphere | closed | 403 error when entering pvc list page | kind/bug stale priority/high |
**Describe the Bug**
1 In multi-cluster environment,create a multi-cluster project
2 The user with operator role of the project goes into the pvc list under the project
3 the 403 error occurs

**Versions Used**
KubeSphere: v3.2.1
Kubernetes: (If KubeSphere installer used, you can skip this)
| 1.0 | 403 error when entering pvc list page -
**Describe the Bug**
1 In multi-cluster environment,create a multi-cluster project
2 The user with operator role of the project goes into the pvc list under the project
3 the 403 error occurs

**Versions Used**
KubeSphere: v3.2.1
Kubernetes: (If KubeSphere installer used, you can skip this)
| priority | error when entering pvc list page describe the bug in multi cluster environment,create a multi cluster project the user with operator role of the project goes into the pvc list under the project the error occurs versions used kubesphere kubernetes if kubesphere installer used you can skip this | 1 |
183,990 | 31,800,656,641 | IssuesEvent | 2023-09-13 10:52:35 | SwissDataScienceCenter/renku-ui | https://api.github.com/repos/SwissDataScienceCenter/renku-ui | closed | Publish storybook when deploying RenkuLab | needs design | ## Motivation
Making Storybook accessible on deployments allows UX/UI designers to interact easily with components. We could publish that as we do with the API swagger page.
Since it's an all-UI solution and we just need to serve static pages, it might be very easy to integrate this step into the UI-building phase. We should turn it on/off based on a variable in the values file.
Ref: https://storybook.js.org/tutorials/intro-to-storybook/react/en/deploy/
| 1.0 | Publish storybook when deploying RenkuLab - ## Motivation
Making Storybook accessible on deployments allows UX/UI designers to interact easily with components. We could publish that as we do with the API swagger page.
Since it's an all-UI solution and we just need to serve static pages, it might be very easy to integrate this step into the UI-building phase. We should turn it on/off based on a variable in the values file.
Ref: https://storybook.js.org/tutorials/intro-to-storybook/react/en/deploy/
| non_priority | publish storybook when deploying renkulab motivation making storybook accessible on deployments allows ux ui designers to interact easily with components we could publish that as we do with the api swagger page since it s an all ui solution and we just need to serve static pages it might be very easy to integrate this step into the ui building phase we should turn it on off based on a variable in the values file ref | 0 |
39,871 | 9,702,868,122 | IssuesEvent | 2019-05-27 09:49:11 | BashSupport/BashSupport | https://api.github.com/repos/BashSupport/BashSupport | closed | Support for extglob | Priority-Medium Type-Defect auto-migrated | ```
What steps will reproduce the problem?
1. Open any bash file with extglob syntax
2. Observe the fireworks of error highlighting...
#!/bin/bash
find_decompressor() {
set +x;
echo " fd: \$FNAME=${FNAME}";
case "$FNAME" in
*.+(z|Z|gz)) echo "match .gz"; FNAME="${FNAME:%.+(z|Z|gz)}"; echo "after fname"; DECOMPRESSOR="gzip -dc"; echo "after decompresor" ;;
*.bz2) DECOMPRESSOR="bzip2 -dc" ;;
*.xz|*.lzma) DECOMPRESSOR="xz -dc" ;;
esac;
echo "~fd: \$FNAME=${FNAME}";
}
```
Original issue reported on code.google.com by `clint.priest` on 2 Dec 2013 at 7:58
Attachments:
- [2013-12-02-1.png](https://storage.googleapis.com/google-code-attachments/bashsupport/issue-118/comment-0/2013-12-02-1.png)
| 1.0 | Support for extglob - ```
What steps will reproduce the problem?
1. Open any bash file with extglob syntax
2. Observe the fireworks of error highlighting...
#!/bin/bash
find_decompressor() {
set +x;
echo " fd: \$FNAME=${FNAME}";
case "$FNAME" in
*.+(z|Z|gz)) echo "match .gz"; FNAME="${FNAME:%.+(z|Z|gz)}"; echo "after fname"; DECOMPRESSOR="gzip -dc"; echo "after decompresor" ;;
*.bz2) DECOMPRESSOR="bzip2 -dc" ;;
*.xz|*.lzma) DECOMPRESSOR="xz -dc" ;;
esac;
echo "~fd: \$FNAME=${FNAME}";
}
```
Original issue reported on code.google.com by `clint.priest` on 2 Dec 2013 at 7:58
Attachments:
- [2013-12-02-1.png](https://storage.googleapis.com/google-code-attachments/bashsupport/issue-118/comment-0/2013-12-02-1.png)
| non_priority | support for extglob what steps will reproduce the problem open any bash file with extglob syntax observe the fireworks of error highlighting bin bash find decompressor set x echo fd fname fname case fname in z z gz echo match gz fname fname z z gz echo after fname decompressor gzip dc echo after decompresor decompressor dc xz lzma decompressor xz dc esac echo fd fname fname original issue reported on code google com by clint priest on dec at attachments | 0 |
267,988 | 28,565,442,984 | IssuesEvent | 2023-04-21 01:24:25 | Nivaskumark/CVE-2021-40490_kernel_v4.19.72 | https://api.github.com/repos/Nivaskumark/CVE-2021-40490_kernel_v4.19.72 | closed | CVE-2022-3524 (Medium) detected in linux-yoctov5.4.51 - autoclosed | Mend: dependency security vulnerability | ## CVE-2022-3524 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedded kernel</p>
<p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto>https://git.yoctoproject.org/git/linux-yocto</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Nivaskumark/CVE-2021-40490_kernel_v4.19.72/commit/4a59ca219a9fb96ff3aef7772450d51f29fb0b31">4a59ca219a9fb96ff3aef7772450d51f29fb0b31</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ipv6_sockglue.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ipv6_sockglue.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function ipv6_renew_options of the component IPv6 Handler. The manipulation leads to memory leak. The attack can be launched remotely. It is recommended to apply a patch to fix this issue. The identifier VDB-211021 was assigned to this vulnerability.
<p>Publish Date: 2022-10-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-3524>CVE-2022-3524</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2022-3524">https://www.linuxkernelcves.com/cves/CVE-2022-3524</a></p>
<p>Release Date: 2022-10-16</p>
<p>Fix Resolution: v4.9.335,v4.14.301,v4.19.268,v5.4.224,v5.10.154,v5.15.77,v6.0.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-3524 (Medium) detected in linux-yoctov5.4.51 - autoclosed - ## CVE-2022-3524 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedded kernel</p>
<p>Library home page: <a href=https://git.yoctoproject.org/git/linux-yocto>https://git.yoctoproject.org/git/linux-yocto</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Nivaskumark/CVE-2021-40490_kernel_v4.19.72/commit/4a59ca219a9fb96ff3aef7772450d51f29fb0b31">4a59ca219a9fb96ff3aef7772450d51f29fb0b31</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ipv6_sockglue.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv6/ipv6_sockglue.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
A vulnerability was found in Linux Kernel. It has been declared as problematic. Affected by this vulnerability is the function ipv6_renew_options of the component IPv6 Handler. The manipulation leads to memory leak. The attack can be launched remotely. It is recommended to apply a patch to fix this issue. The identifier VDB-211021 was assigned to this vulnerability.
<p>Publish Date: 2022-10-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-3524>CVE-2022-3524</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2022-3524">https://www.linuxkernelcves.com/cves/CVE-2022-3524</a></p>
<p>Release Date: 2022-10-16</p>
<p>Fix Resolution: v4.9.335,v4.14.301,v4.19.268,v5.4.224,v5.10.154,v5.15.77,v6.0.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in linux autoclosed cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files net sockglue c net sockglue c vulnerability details a vulnerability was found in linux kernel it has been declared as problematic affected by this vulnerability is the function renew options of the component handler the manipulation leads to memory leak the attack can be launched remotely it is recommended to apply a patch to fix this issue the identifier vdb was assigned to this vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
653,808 | 21,626,960,508 | IssuesEvent | 2022-05-05 04:23:55 | RoboJackets/robocup-software | https://api.github.com/repos/RoboJackets/robocup-software | opened | More Configurable Test Play | area / support area / ui exp / adept (2) priority / medium status / new status / need-triage type / new feature | ## Description
Making an issue again cause it helps me remember to do it eventually.
As we learned from the scrim, configurable params are great. These should finally be extended to python variables.
We should be able to swap between test plays via cli for testing. We already have a python side param client we can use for this or it can just be a gameplay node param since it doesn't need to be shared. At the same time we should resolve #1666.
## Requirements
- Can switch between test plays with cli
- Then add this to the UI (and other params like plus/minus and other configurable values).
## Design -- Sources
https://github.com/ros2/launch/blob/master/launch/launch/actions/opaque_function.py
https://github.com/jrgnicho/collaborative-robotic-sanding/blob/3902e4f0e76bde226b18a997fd60fc30e1961212/crs_application/launch/perception.launch.py#L21
https://docs.ros.org/en/foxy/Tutorials/Using-Parameters-In-A-Class-Python.html#write-the-python-node
| 1.0 | More Configurable Test Play - ## Description
Making an issue again cause it helps me remember to do it eventually.
As we learned from the scrim, configurable params are great. These should finally be extended to python variables.
We should be able to swap between test plays via cli for testing. We already have a python side param client we can use for this or it can just be a gameplay node param since it doesn't need to be shared. At the same time we should resolve #1666.
## Requirements
- Can switch between test plays with cli
- Then add this to the UI (and other params like plus/minus and other configurable values).
## Design -- Sources
https://github.com/ros2/launch/blob/master/launch/launch/actions/opaque_function.py
https://github.com/jrgnicho/collaborative-robotic-sanding/blob/3902e4f0e76bde226b18a997fd60fc30e1961212/crs_application/launch/perception.launch.py#L21
https://docs.ros.org/en/foxy/Tutorials/Using-Parameters-In-A-Class-Python.html#write-the-python-node
| priority | more configurable test play description making an issue again cause it helps me remember to do it eventually as we learned from the scrim configurable params are great these should finally be extended to python variables we should be able to swap between test plays via cli for testing we already have a python side param client we can use for this or it can just be a gameplay node param since it doesn t need to be shared at the same time we should resolve requirements can switch between test plays with cli then add this to the ui and other params like plus minus and other configurable values design sources | 1 |
251,130 | 27,150,905,475 | IssuesEvent | 2023-02-17 01:06:53 | DavidSpek/kale | https://api.github.com/repos/DavidSpek/kale | opened | CVE-2023-25577 (High) detected in Werkzeug-1.0.1-py2.py3-none-any.whl | security vulnerability | ## CVE-2023-25577 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Werkzeug-1.0.1-py2.py3-none-any.whl</b></p></summary>
<p>The comprehensive WSGI web application library.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: /examples/taxi-cab-classification/requirements.txt</p>
<p>Path to vulnerable library: /examples/taxi-cab-classification/requirements.txt</p>
<p>
Dependency Hierarchy:
- tfx_bsl-0.21.4-cp27-cp27mu-manylinux2010_x86_64.whl (Root Library)
- tensorflow_serving_api-2.4.1-py2.py3-none-any.whl
- tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl
- tensorboard-2.1.0-py2-none-any.whl
- :x: **Werkzeug-1.0.1-py2.py3-none-any.whl** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Werkzeug is a comprehensive WSGI web application library. Prior to version 2.2.3, Werkzeug's multipart form data parser will parse an unlimited number of parts, including file parts. Parts can be a small amount of bytes, but each requires CPU time to parse and may use more memory as Python data. If a request can be made to an endpoint that accesses `request.data`, `request.form`, `request.files`, or `request.get_data(parse_form_data=False)`, it can cause unexpectedly high resource usage. This allows an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests. The amount of RAM required can trigger an out of memory kill of the process. Unlimited file parts can use up memory and file handles. If many concurrent requests are sent continuously, this can exhaust or kill all available workers. Version 2.2.3 contains a patch for this issue.
<p>Publish Date: 2023-02-14
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-25577>CVE-2023-25577</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2023-25577">https://www.cve.org/CVERecord?id=CVE-2023-25577</a></p>
<p>Release Date: 2023-02-14</p>
<p>Fix Resolution: Werkzeug - 2.2.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2023-25577 (High) detected in Werkzeug-1.0.1-py2.py3-none-any.whl - ## CVE-2023-25577 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Werkzeug-1.0.1-py2.py3-none-any.whl</b></p></summary>
<p>The comprehensive WSGI web application library.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: /examples/taxi-cab-classification/requirements.txt</p>
<p>Path to vulnerable library: /examples/taxi-cab-classification/requirements.txt</p>
<p>
Dependency Hierarchy:
- tfx_bsl-0.21.4-cp27-cp27mu-manylinux2010_x86_64.whl (Root Library)
- tensorflow_serving_api-2.4.1-py2.py3-none-any.whl
- tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl
- tensorboard-2.1.0-py2-none-any.whl
- :x: **Werkzeug-1.0.1-py2.py3-none-any.whl** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Werkzeug is a comprehensive WSGI web application library. Prior to version 2.2.3, Werkzeug's multipart form data parser will parse an unlimited number of parts, including file parts. Parts can be a small amount of bytes, but each requires CPU time to parse and may use more memory as Python data. If a request can be made to an endpoint that accesses `request.data`, `request.form`, `request.files`, or `request.get_data(parse_form_data=False)`, it can cause unexpectedly high resource usage. This allows an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests. The amount of RAM required can trigger an out of memory kill of the process. Unlimited file parts can use up memory and file handles. If many concurrent requests are sent continuously, this can exhaust or kill all available workers. Version 2.2.3 contains a patch for this issue.
<p>Publish Date: 2023-02-14
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-25577>CVE-2023-25577</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2023-25577">https://www.cve.org/CVERecord?id=CVE-2023-25577</a></p>
<p>Release Date: 2023-02-14</p>
<p>Fix Resolution: Werkzeug - 2.2.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve high detected in werkzeug none any whl cve high severity vulnerability vulnerable library werkzeug none any whl the comprehensive wsgi web application library library home page a href path to dependency file examples taxi cab classification requirements txt path to vulnerable library examples taxi cab classification requirements txt dependency hierarchy tfx bsl whl root library tensorflow serving api none any whl tensorflow whl tensorboard none any whl x werkzeug none any whl vulnerable library found in base branch master vulnerability details werkzeug is a comprehensive wsgi web application library prior to version werkzeug s multipart form data parser will parse an unlimited number of parts including file parts parts can be a small amount of bytes but each requires cpu time to parse and may use more memory as python data if a request can be made to an endpoint that accesses request data request form request files or request get data parse form data false it can cause unexpectedly high resource usage this allows an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it the amount of cpu time required can block worker processes from handling legitimate requests the amount of ram required can trigger an out of memory kill of the process unlimited file parts can use up memory and file handles if many concurrent requests are sent continuously this can exhaust or kill all available workers version contains a patch for this issue publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution werkzeug step up your open source security game with mend | 0 |
36,347 | 2,798,563,020 | IssuesEvent | 2015-05-12 19:17:13 | martflu/aurora | https://api.github.com/repos/martflu/aurora | closed | Fix complaints query | bug high priority | complaints also shown when written by staff
complaints also shown after staff did reply | 1.0 | Fix complaints query - complaints also shown when written by staff
complaints also shown after staff did reply | priority | fix complaints query complaints also shown when written by staff complaints also shown after staff did reply | 1 |
99,466 | 8,700,915,869 | IssuesEvent | 2018-12-05 10:04:48 | SatelliteQE/robottelo | https://api.github.com/repos/SatelliteQE/robottelo | closed | HammerCommandsTestCase::test_positive_all_options | 6.4 CLI test-failure | ```
E AssertionError:
E hammer arf-report delete
E Added options:
E * location-id
E * organization
E * location
E * organization-id
E
E hammer arf-report download
E Added options:
E * location-id
E * organization
E * location
E * organization-id
E
E hammer arf-report download-html
E Added options:
E * location-id
E * organization
E * location
E * organization-id
E
E hammer arf-report info
E Added options:
E * location-id
E * organization
E * location
E * organization-id
E
E hammer arf-report list
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer audit (new command)
E Added subcommands:
E * info
E * list
E Added options:
E * help
E
E hammer audit info (new command)
E Added options:
E * location-id
E * location
E * id
E * organization
E * location-title
E * organization-title
E * help
E * organization-id
E
E hammer audit list (new command)
E Added options:
E * location-id
E * search
E * location
E * page
E * order
E * organization
E * location-title
E * organization-title
E * per-page
E * help
E * organization-id
E
E hammer auth-source
E Added subcommands:
E * list
E
E hammer auth-source ldap create
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer auth-source ldap delete
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer auth-source ldap info
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer auth-source ldap update
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer auth-source list (new command)
E Added options:
E * location-id
E * search
E * location
E * page
E * order
E * organization
E * location-title
E * organization-title
E * per-page
E * help
E * organization-id
E
E hammer bootdisk generic
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer bootdisk host
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer bootdisk subnet
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule create
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule delete
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule import-classes
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule info
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule refresh-features
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule update
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource create
E Added options:
E * location-id
E * use-v4
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource delete
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource image available
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E Removed options:
E * name
E * id
E
E hammer compute-resource image create
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource image delete
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource image info
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource image list
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource image update
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource info
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource networks
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource update
E Added options:
E * location-id
E * use-v4
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer config-group create
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer config-group delete
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer config-group info
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer config-group list
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer config-group update
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer content-view create
E Added options:
E * auto-publish
``` | 1.0 | HammerCommandsTestCase::test_positive_all_options - ```
E AssertionError:
E hammer arf-report delete
E Added options:
E * location-id
E * organization
E * location
E * organization-id
E
E hammer arf-report download
E Added options:
E * location-id
E * organization
E * location
E * organization-id
E
E hammer arf-report download-html
E Added options:
E * location-id
E * organization
E * location
E * organization-id
E
E hammer arf-report info
E Added options:
E * location-id
E * organization
E * location
E * organization-id
E
E hammer arf-report list
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer audit (new command)
E Added subcommands:
E * info
E * list
E Added options:
E * help
E
E hammer audit info (new command)
E Added options:
E * location-id
E * location
E * id
E * organization
E * location-title
E * organization-title
E * help
E * organization-id
E
E hammer audit list (new command)
E Added options:
E * location-id
E * search
E * location
E * page
E * order
E * organization
E * location-title
E * organization-title
E * per-page
E * help
E * organization-id
E
E hammer auth-source
E Added subcommands:
E * list
E
E hammer auth-source ldap create
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer auth-source ldap delete
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer auth-source ldap info
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer auth-source ldap update
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer auth-source list (new command)
E Added options:
E * location-id
E * search
E * location
E * page
E * order
E * organization
E * location-title
E * organization-title
E * per-page
E * help
E * organization-id
E
E hammer bootdisk generic
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer bootdisk host
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer bootdisk subnet
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule create
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule delete
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule import-classes
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule info
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule refresh-features
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer capsule update
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource create
E Added options:
E * location-id
E * use-v4
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource delete
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource image available
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E Removed options:
E * name
E * id
E
E hammer compute-resource image create
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource image delete
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource image info
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource image list
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource image update
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource info
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource networks
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer compute-resource update
E Added options:
E * location-id
E * use-v4
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer config-group create
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer config-group delete
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer config-group info
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer config-group list
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer config-group update
E Added options:
E * location-id
E * location
E * organization
E * location-title
E * organization-title
E * organization-id
E
E hammer content-view create
E Added options:
E * auto-publish
``` | non_priority | hammercommandstestcase test positive all options e assertionerror e hammer arf report delete e added options e location id e organization e location e organization id e e hammer arf report download e added options e location id e organization e location e organization id e e hammer arf report download html e added options e location id e organization e location e organization id e e hammer arf report info e added options e location id e organization e location e organization id e e hammer arf report list e added options e location id e location e organization e location title e organization title e organization id e e hammer audit new command e added subcommands e info e list e added options e help e e hammer audit info new command e added options e location id e location e id e organization e location title e organization title e help e organization id e e hammer audit list new command e added options e location id e search e location e page e order e organization e location title e organization title e per page e help e organization id e e hammer auth source e added subcommands e list e e hammer auth source ldap create e added options e location id e location e organization e location title e organization title e organization id e e hammer auth source ldap delete e added options e location id e location e organization e location title e organization title e organization id e e hammer auth source ldap info e added options e location id e location e organization e location title e organization title e organization id e e hammer auth source ldap update e added options e location id e location e organization e location title e organization title e organization id e e hammer auth source list new command e added options e location id e search e location e page e order e organization e location title e organization title e per page e help e organization id e e hammer bootdisk generic e added options e location id e location e organization e location title e organization title e organization id e e hammer bootdisk host e added options e location id e location e organization e location title e organization title e organization id e e hammer bootdisk subnet e added options e location id e location e organization e location title e organization title e organization id e e hammer capsule create e added options e location id e location e organization e location title e organization title e organization id e e hammer capsule delete e added options e location id e location e organization e location title e organization title e organization id e e hammer capsule import classes e added options e location id e location e organization e location title e organization title e organization id e e hammer capsule info e added options e location id e location e organization e location title e organization title e organization id e e hammer capsule refresh features e added options e location id e location e organization e location title e organization title e organization id e e hammer capsule update e added options e location id e location e organization e location title e organization title e organization id e e hammer compute resource create e added options e location id e use e location e organization e location title e organization title e organization id e e hammer compute resource delete e added options e location id e location e organization e location title e organization title e organization id e e hammer compute resource image available e added options e location id e location e organization e location title e organization title e organization id e removed options e name e id e e hammer compute resource image create e added options e location id e location e organization e location title e organization title e organization id e e hammer compute resource image delete e added options e location id e location e organization e location title e organization title e organization id e e hammer compute resource image info e added options e location id e location e organization e location title e organization title e organization id e e hammer compute resource image list e added options e location id e location e organization e location title e organization title e organization id e e hammer compute resource image update e added options e location id e location e organization e location title e organization title e organization id e e hammer compute resource info e added options e location id e location e organization e location title e organization title e organization id e e hammer compute resource networks e added options e location id e location e organization e location title e organization title e organization id e e hammer compute resource update e added options e location id e use e location e organization e location title e organization title e organization id e e hammer config group create e added options e location id e location e organization e location title e organization title e organization id e e hammer config group delete e added options e location id e location e organization e location title e organization title e organization id e e hammer config group info e added options e location id e location e organization e location title e organization title e organization id e e hammer config group list e added options e location id e location e organization e location title e organization title e organization id e e hammer config group update e added options e location id e location e organization e location title e organization title e organization id e e hammer content view create e added options e auto publish | 0 |
264,451 | 8,310,274,159 | IssuesEvent | 2018-09-24 10:06:37 | minishift/minishift | https://api.github.com/repos/minishift/minishift | opened | Che workspace "Java CentOS" fails to start with anyuid addon applied | component/addons kind/bug priority/major | ### General information
* Minishift version: v1.24.0
* OS: linux (probably all)
* Hypervisor: kvm (probably all)
### Steps to reproduce
1. minishift start --memory 5GB
2. minishift addon apply anyuid
3. minishift addon apply che
4. then go to Che UI
5. open workspaces tab, select all workspaces
6. choose and deploy "Java CentOS" stack
### Expected
Workspace should be started after a while.
### Actual
Workspace fails to start.
### Logs
You can start Minishift with `minishift start --show-libmachine-logs -v5` to collect logs.
Please consider posting this on http://gist.github.com/ and post the link in the issue.
| 1.0 | Che workspace "Java CentOS" fails to start with anyuid addon applied - ### General information
* Minishift version: v1.24.0
* OS: linux (probably all)
* Hypervisor: kvm (probably all)
### Steps to reproduce
1. minishift start --memory 5GB
2. minishift addon apply anyuid
3. minishift addon apply che
4. then go to Che UI
5. open workspaces tab, select all workspaces
6. choose and deploy "Java CentOS" stack
### Expected
Workspace should be started after a while.
### Actual
Workspace fails to start.
### Logs
You can start Minishift with `minishift start --show-libmachine-logs -v5` to collect logs.
Please consider posting this on http://gist.github.com/ and post the link in the issue.
| priority | che workspace java centos fails to start with anyuid addon applied general information minishift version os linux probably all hypervisor kvm probably all steps to reproduce minishift start memory minishift addon apply anyuid minishift addon apply che then go to che ui open workspaces tab select all workspaces choose and deploy java centos stack expected workspace should be started after a while actual workspace fails to start logs you can start minishift with minishift start show libmachine logs to collect logs please consider posting this on and post the link in the issue | 1 |
36,722 | 9,881,724,655 | IssuesEvent | 2019-06-24 15:15:18 | golang/go | https://api.github.com/repos/golang/go | closed | x/build/cmd/gopherbot: remove NeedsDecision on proposals | Builders NeedsFix | Per @golang/proposal-review, the bot should remove NeedsDecision on proposals. It's redundant and messes with searches. | 1.0 | x/build/cmd/gopherbot: remove NeedsDecision on proposals - Per @golang/proposal-review, the bot should remove NeedsDecision on proposals. It's redundant and messes with searches. | non_priority | x build cmd gopherbot remove needsdecision on proposals per golang proposal review the bot should remove needsdecision on proposals it s redundant and messes with searches | 0 |
688,224 | 23,576,269,863 | IssuesEvent | 2022-08-23 01:21:22 | kubernetes/kubectl | https://api.github.com/repos/kubernetes/kubectl | closed | kubectl diff requires update / patch permission | kind/bug priority/backlog lifecycle/rotten triage/accepted | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
Usually, when we think about using `diff` to compare two things - write access is not required. In this case, it seems `kubectl diff` requires write access to compare the current and future state. This might be an upstream problem if this is due to the server side apply.
When doing `kubectl diff` on a Deployment:
```
Error from server (Forbidden): deployments.extensions "my-super-deployment" is forbidden:
User "myuser" cannot patch resource "deployments" in API group "extensions" in the namespace
"mynamespace": requires one of ["container.deployments.update"] permission(s).
```
It seems to require PATCH / PUT permission under `/apis/apps/v1/namespaces/{namespace}/deployments/*` or older `/apis/extensions/v1beta1/namespaces/{namespace}/deployments/*`.
**What you expected to happen**:
Diff output to be shown.
**How to reproduce it (as minimally and precisely as possible)**:
<!-- Please make sure you are able to reproduce the bug using a supported version and version skew of Kubernetes. See https://kubernetes.io/docs/setup/release/version-skew-policy for which versions and are currently supported.
-->
Attempt to diff a Deployment resource from a user lacking write access to the deployment. The permission in the example above is mapped to GKE specifically.
**Anything else we need to know?**:
**Environment**:
- Kubernetes client and server versions (use `kubectl version`):
```
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:50:19Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"15+", GitVersion:"v1.15.12-gke.20", GitCommit:"0ac5f81eecab42bff5ef74f18b99d8896ba7b89b", GitTreeState:"clean", BuildDate:"2020-09-09T00:48:20Z", GoVersion:"go1.12.17b4", Compiler:"gc", Platform:"linux/amd64"}
```
- Cloud provider or hardware configuration: Google, GKE
- OS (e.g: `cat /etc/os-release`): n/a
| 1.0 | kubectl diff requires update / patch permission - <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
Usually, when we think about using `diff` to compare two things - write access is not required. In this case, it seems `kubectl diff` requires write access to compare the current and future state. This might be an upstream problem if this is due to the server side apply.
When doing `kubectl diff` on a Deployment:
```
Error from server (Forbidden): deployments.extensions "my-super-deployment" is forbidden:
User "myuser" cannot patch resource "deployments" in API group "extensions" in the namespace
"mynamespace": requires one of ["container.deployments.update"] permission(s).
```
It seems to require PATCH / PUT permission under `/apis/apps/v1/namespaces/{namespace}/deployments/*` or older `/apis/extensions/v1beta1/namespaces/{namespace}/deployments/*`.
**What you expected to happen**:
Diff output to be shown.
**How to reproduce it (as minimally and precisely as possible)**:
<!-- Please make sure you are able to reproduce the bug using a supported version and version skew of Kubernetes. See https://kubernetes.io/docs/setup/release/version-skew-policy for which versions and are currently supported.
-->
Attempt to diff a Deployment resource from a user lacking write access to the deployment. The permission in the example above is mapped to GKE specifically.
**Anything else we need to know?**:
**Environment**:
- Kubernetes client and server versions (use `kubectl version`):
```
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:50:19Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"15+", GitVersion:"v1.15.12-gke.20", GitCommit:"0ac5f81eecab42bff5ef74f18b99d8896ba7b89b", GitTreeState:"clean", BuildDate:"2020-09-09T00:48:20Z", GoVersion:"go1.12.17b4", Compiler:"gc", Platform:"linux/amd64"}
```
- Cloud provider or hardware configuration: Google, GKE
- OS (e.g: `cat /etc/os-release`): n/a
| priority | kubectl diff requires update patch permission please use this template while reporting a bug and provide as much info as possible not doing so may result in your bug not being addressed in a timely manner thanks if the matter is security related please disclose it privately via what happened usually when we think about using diff to compare two things write access is not required in this case it seems kubectl diff requires write access to compare the current and future state this might be an upstream problem if this is due to the server side apply when doing kubectl diff on a deployment error from server forbidden deployments extensions my super deployment is forbidden user myuser cannot patch resource deployments in api group extensions in the namespace mynamespace requires one of permission s it seems to require patch put permission under apis apps namespaces namespace deployments or older apis extensions namespaces namespace deployments what you expected to happen diff output to be shown how to reproduce it as minimally and precisely as possible please make sure you are able to reproduce the bug using a supported version and version skew of kubernetes see for which versions and are currently supported attempt to diff a deployment resource from a user lacking write access to the deployment the permission in the example above is mapped to gke specifically anything else we need to know environment kubernetes client and server versions use kubectl version client version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform darwin server version version info major minor gitversion gke gitcommit gittreestate clean builddate goversion compiler gc platform linux cloud provider or hardware configuration google gke os e g cat etc os release n a | 1 |
757,379 | 26,509,879,619 | IssuesEvent | 2023-01-18 16:19:26 | JanssenProject/jans | https://api.github.com/repos/JanssenProject/jans | closed | TUI: typo need to be fixed | kind-bug good first issue effort-1 priority-5 triaged comp-jans-tui | **Describe the bug**
Typo in spelling `Include` in third line of screenshot below that says `Incliude claims in id_token`

| 1.0 | TUI: typo need to be fixed - **Describe the bug**
Typo in spelling `Include` in third line of screenshot below that says `Incliude claims in id_token`

| priority | tui typo need to be fixed describe the bug typo in spelling include in third line of screenshot below that says incliude claims in id token | 1 |
350,006 | 10,477,157,365 | IssuesEvent | 2019-09-23 20:16:00 | dgraph-io/dgraph | https://api.github.com/repos/dgraph-io/dgraph | closed | Remove @type directive. | area/querylang area/types priority/P1 | We decided to not do any enforcement of types for now. To simplify the query language, we are keeping the type directive but keeping the type function. So the equivalent of `@type(Person)` is `@filter(type(Person))` | 1.0 | Remove @type directive. - We decided to not do any enforcement of types for now. To simplify the query language, we are keeping the type directive but keeping the type function. So the equivalent of `@type(Person)` is `@filter(type(Person))` | priority | remove type directive we decided to not do any enforcement of types for now to simplify the query language we are keeping the type directive but keeping the type function so the equivalent of type person is filter type person | 1 |
771,542 | 27,087,902,254 | IssuesEvent | 2023-02-14 18:25:27 | googleapis/google-cloud-ruby | https://api.github.com/repos/googleapis/google-cloud-ruby | closed | [Nightly CI Failures] Failures detected for google-cloud-security-public_ca-v1beta1 | type: bug priority: p1 nightly failure | At 2023-02-09 09:05:33 UTC, detected failures in google-cloud-security-public_ca-v1beta1 for: rubocop
report_key_8c8580c80452844d4677721dc3bf25ba | 1.0 | [Nightly CI Failures] Failures detected for google-cloud-security-public_ca-v1beta1 - At 2023-02-09 09:05:33 UTC, detected failures in google-cloud-security-public_ca-v1beta1 for: rubocop
report_key_8c8580c80452844d4677721dc3bf25ba | priority | failures detected for google cloud security public ca at utc detected failures in google cloud security public ca for rubocop report key | 1 |
3,236 | 5,399,336,969 | IssuesEvent | 2017-02-27 19:12:13 | Microsoft/vscode-cpptools | https://api.github.com/repos/Microsoft/vscode-cpptools | closed | file.associations gets junk with * added (non-standard headers aren't added) | bug Language Service | 1. Go to definition on a #include.
Bug: If it's a standard header, some junk with * gets added to the files.associations setting (they can safely be deleted and shouldn't cause any problem). If the file type is not registered as a C++ file by default by VS Code, then the header doesn't get added to files.associations (e.g. "*.inc"). The adding of extensionless headers like "string" works.
The bug has been fixed and should be in the next update (0.10.1).
| 1.0 | file.associations gets junk with * added (non-standard headers aren't added) - 1. Go to definition on a #include.
Bug: If it's a standard header, some junk with * gets added to the files.associations setting (they can safely be deleted and shouldn't cause any problem). If the file type is not registered as a C++ file by default by VS Code, then the header doesn't get added to files.associations (e.g. "*.inc"). The adding of extensionless headers like "string" works.
The bug has been fixed and should be in the next update (0.10.1).
| non_priority | file associations gets junk with added non standard headers aren t added go to definition on a include bug if it s a standard header some junk with gets added to the files associations setting they can safely be deleted and shouldn t cause any problem if the file type is not registered as a c file by default by vs code then the header doesn t get added to files associations e g inc the adding of extensionless headers like string works the bug has been fixed and should be in the next update | 0 |
318,257 | 27,296,541,840 | IssuesEvent | 2023-02-23 20:53:23 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag Servidores - Dados dos Servidores - Carrancas | generalization test development | DoD: Realizar o teste de Generalização do validador da tag Servidores - Dados dos Servidores para o Município de Carrancas. | 1.0 | Teste de generalizacao para a tag Servidores - Dados dos Servidores - Carrancas - DoD: Realizar o teste de Generalização do validador da tag Servidores - Dados dos Servidores para o Município de Carrancas. | non_priority | teste de generalizacao para a tag servidores dados dos servidores carrancas dod realizar o teste de generalização do validador da tag servidores dados dos servidores para o município de carrancas | 0 |
544,887 | 15,930,826,050 | IssuesEvent | 2021-04-14 01:51:33 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | [Beacon for IBM.com] Architecture setup | Airtable Done dev priority: high sprint demo | <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
DDS Developer
> I need to:
create the initial architecture for Beacon for IBM.com
> so that I can:
begin writing buckets of audits and integrating with the Carbon for IBM.com package
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- Based on dev research, we will be utilizing Google Lighthouse and customizing the audits
- This should live in GHE under the webstandards organization
- There will be additional stories to add the defined custom audits
- There will be a separate publishing story for this
#### Acceptance criteria
- [ ] Create repo in GHE
- [ ] Create foundation architecture
<!-- Consider the following when writing Acceptance criteria for this story. -->
<!-- *** Each product backlog item or user story should have at least one Acceptance criteria. -->
<!-- *** Acceptance criteria defines a deliverable that can be completed in a single sprint -->
<!-- *** Each Acceptance criterion is independently testable. -->
<!-- *** Include functional as well as non-functional criteria – when relevant. -->
<!-- *** Team members write Acceptance criteria and the Product Owner verifies it. -->
| 1.0 | [Beacon for IBM.com] Architecture setup - <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
DDS Developer
> I need to:
create the initial architecture for Beacon for IBM.com
> so that I can:
begin writing buckets of audits and integrating with the Carbon for IBM.com package
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- Based on dev research, we will be utilizing Google Lighthouse and customizing the audits
- This should live in GHE under the webstandards organization
- There will be additional stories to add the defined custom audits
- There will be a separate publishing story for this
#### Acceptance criteria
- [ ] Create repo in GHE
- [ ] Create foundation architecture
<!-- Consider the following when writing Acceptance criteria for this story. -->
<!-- *** Each product backlog item or user story should have at least one Acceptance criteria. -->
<!-- *** Acceptance criteria defines a deliverable that can be completed in a single sprint -->
<!-- *** Each Acceptance criterion is independently testable. -->
<!-- *** Include functional as well as non-functional criteria – when relevant. -->
<!-- *** Team members write Acceptance criteria and the Product Owner verifies it. -->
| priority | architecture setup user story as a dds developer i need to create the initial architecture for beacon for ibm com so that i can begin writing buckets of audits and integrating with the carbon for ibm com package additional information based on dev research we will be utilizing google lighthouse and customizing the audits this should live in ghe under the webstandards organization there will be additional stories to add the defined custom audits there will be a separate publishing story for this acceptance criteria create repo in ghe create foundation architecture | 1 |
264,070 | 8,304,889,227 | IssuesEvent | 2018-09-21 23:34:49 | cranndarach/lifetracker | https://api.github.com/repos/cranndarach/lifetracker | opened | [feature] Export filtered data to CSV | priority/normal task-size/medium type/feature | This is partway done in branch csv-export, but I want to log the process.
- [x] Learn how to fetch data (currently being done in `dynatable:afterUpdate`, but that's just for testing.
- [ ] Add button next to other export button
- [ ] Probably fetch the data in button's `.click()`
- [ ] Update `dataProc.toCSV()` to take an optional argument.
- [ ] Take off ellipsis on uuid
- [ ] Process each entry back into original format by either:
- [ ] Search data for entry with that uuid (or beginning with that uuid, if it was truncated), or
- [ ] Reverse-engineer the original object by removing dynatable's index, un-linking the tags, turning big data object into array
- [ ] Pass to `dataProc.toCSV()`. | 1.0 | [feature] Export filtered data to CSV - This is partway done in branch csv-export, but I want to log the process.
- [x] Learn how to fetch data (currently being done in `dynatable:afterUpdate`, but that's just for testing.
- [ ] Add button next to other export button
- [ ] Probably fetch the data in button's `.click()`
- [ ] Update `dataProc.toCSV()` to take an optional argument.
- [ ] Take off ellipsis on uuid
- [ ] Process each entry back into original format by either:
- [ ] Search data for entry with that uuid (or beginning with that uuid, if it was truncated), or
- [ ] Reverse-engineer the original object by removing dynatable's index, un-linking the tags, turning big data object into array
- [ ] Pass to `dataProc.toCSV()`. | priority | export filtered data to csv this is partway done in branch csv export but i want to log the process learn how to fetch data currently being done in dynatable afterupdate but that s just for testing add button next to other export button probably fetch the data in button s click update dataproc tocsv to take an optional argument take off ellipsis on uuid process each entry back into original format by either search data for entry with that uuid or beginning with that uuid if it was truncated or reverse engineer the original object by removing dynatable s index un linking the tags turning big data object into array pass to dataproc tocsv | 1 |
249,545 | 21,176,787,345 | IssuesEvent | 2022-04-08 01:23:14 | Husky-Coding-Project/huskyreads | https://api.github.com/repos/Husky-Coding-Project/huskyreads | closed | Add tests for keys in responses | test | Go through all of the endpoints and make sure that every endpoint tests the values of the keys in the response bodies. The search endpoint currently doesn't do this. | 1.0 | Add tests for keys in responses - Go through all of the endpoints and make sure that every endpoint tests the values of the keys in the response bodies. The search endpoint currently doesn't do this. | non_priority | add tests for keys in responses go through all of the endpoints and make sure that every endpoint tests the values of the keys in the response bodies the search endpoint currently doesn t do this | 0 |
17,415 | 4,161,641,616 | IssuesEvent | 2016-06-17 17:22:21 | rancher/os | https://api.github.com/repos/rancher/os | closed | cloud-init bond interface | area/documentation kind/question priority/p0 status/pr-submitted | Is there a way to setup a bond interface with cloud-init?
I know how to do it on for example CoreOS, but because the way you specify network settings is different in Rancher OS, it isn't clear on how to accomplish this if even possible. | 1.0 | cloud-init bond interface - Is there a way to setup a bond interface with cloud-init?
I know how to do it on for example CoreOS, but because the way you specify network settings is different in Rancher OS, it isn't clear on how to accomplish this if even possible. | non_priority | cloud init bond interface is there a way to setup a bond interface with cloud init i know how to do it on for example coreos but because the way you specify network settings is different in rancher os it isn t clear on how to accomplish this if even possible | 0 |
353,092 | 10,548,769,444 | IssuesEvent | 2019-10-03 06:58:56 | kubernetes/website | https://api.github.com/repos/kubernetes/website | closed | Issue with k8s.io/docs/reference/glossary/ Typo in 'Container runtime interface (CRI)' | good first issue help wanted kind/cleanup language/en priority/backlog | **This is a Bug Report**
<!-- Thanks for filing an issue! Before submitting, please fill in the following information. -->
<!-- See https://kubernetes.io/docs/contribute/start/ for guidance on writing an actionable issue description. -->
**Container runtime interface (CRI)**
The container runtime interface (CRI) is an an API for container runtimes to integrate with kubelet on a node.[-]
For more information, see the CRI API and specifications.
<!--Required Information-->
**Problem:**
Typo "an an API"
**Proposed Solution:**
Should be "an API"
**Page to Update:**
https://kubernetes.io/docs/reference/glossary/?fundamental=true
<!--Optional Information (remove the comment tags around information you would like to include)-->
Kubernetes Version: v1.16
<!--Additional Information:-->
| 1.0 | Issue with k8s.io/docs/reference/glossary/ Typo in 'Container runtime interface (CRI)' - **This is a Bug Report**
<!-- Thanks for filing an issue! Before submitting, please fill in the following information. -->
<!-- See https://kubernetes.io/docs/contribute/start/ for guidance on writing an actionable issue description. -->
**Container runtime interface (CRI)**
The container runtime interface (CRI) is an an API for container runtimes to integrate with kubelet on a node.[-]
For more information, see the CRI API and specifications.
<!--Required Information-->
**Problem:**
Typo "an an API"
**Proposed Solution:**
Should be "an API"
**Page to Update:**
https://kubernetes.io/docs/reference/glossary/?fundamental=true
<!--Optional Information (remove the comment tags around information you would like to include)-->
Kubernetes Version: v1.16
<!--Additional Information:-->
| priority | issue with io docs reference glossary typo in container runtime interface cri this is a bug report container runtime interface cri the container runtime interface cri is an an api for container runtimes to integrate with kubelet on a node for more information see the cri api and specifications problem typo an an api proposed solution should be an api page to update kubernetes version | 1 |
201,476 | 22,972,491,422 | IssuesEvent | 2022-07-20 05:25:54 | smb-h/nn-lab | https://api.github.com/repos/smb-h/nn-lab | closed | CVE-2022-29201 (Medium) detected in tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl - autoclosed | security vulnerability | ## CVE-2022-29201 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: /requirements.txt</p>
<p>Path to vulnerable library: /requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.QuantizedConv2D` does not fully validate the input arguments. In this case, references get bound to `nullptr` for each argument that is empty. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.
<p>Publish Date: 2022-05-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29201>CVE-2022-29201</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29201">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29201</a></p>
<p>Release Date: 2022-05-20</p>
<p>Fix Resolution: tensorflow - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-cpu - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-gpu - 2.6.4,2.7.2,2.8.1,2.9.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-29201 (Medium) detected in tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl - autoclosed - ## CVE-2022-29201 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: /requirements.txt</p>
<p>Path to vulnerable library: /requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.QuantizedConv2D` does not fully validate the input arguments. In this case, references get bound to `nullptr` for each argument that is empty. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.
<p>Publish Date: 2022-05-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29201>CVE-2022-29201</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29201">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29201</a></p>
<p>Release Date: 2022-05-20</p>
<p>Fix Resolution: tensorflow - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-cpu - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-gpu - 2.6.4,2.7.2,2.8.1,2.9.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in tensorflow whl autoclosed cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file requirements txt path to vulnerable library requirements txt dependency hierarchy x tensorflow whl vulnerable library found in base branch main vulnerability details tensorflow is an open source platform for machine learning prior to versions and the implementation of tf raw ops does not fully validate the input arguments in this case references get bound to nullptr for each argument that is empty versions and contain a patch for this issue publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tensorflow tensorflow cpu tensorflow gpu step up your open source security game with mend | 0 |
404,892 | 11,864,157,701 | IssuesEvent | 2020-03-25 21:06:15 | Dolibarr/dolibarr | https://api.github.com/repos/Dolibarr/dolibarr | closed | Creating third party from physical member should create an individual | Feature request Issue Stale (automatic label) Priority Low | Creating a third party from a physical member card creates a company.
It should instead create a "Private individual".
Current behavior should be kept as-is for "legal persons" (Current "Morale" string means nothing…).
| 1.0 | Creating third party from physical member should create an individual - Creating a third party from a physical member card creates a company.
It should instead create a "Private individual".
Current behavior should be kept as-is for "legal persons" (Current "Morale" string means nothing…).
| priority | creating third party from physical member should create an individual creating a third party from a physical member card creates a company it should instead create a private individual current behavior should be kept as is for legal persons current morale string means nothing… | 1 |
781,659 | 27,445,538,397 | IssuesEvent | 2023-03-02 14:03:44 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | Index access within XML step expressions are disallowed. | Type/Improvement Priority/High Team/CompilerFE Area/TypeChecker Lang/XML Spec/Ready Deferred | **Description:**
We need to allow this and align the behavior with the spec.
**Steps to reproduce:**
**Affected Versions:**
1.2.0
**OS, DB, other environment details and versions:**
**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
| 1.0 | Index access within XML step expressions are disallowed. - **Description:**
We need to allow this and align the behavior with the spec.
**Steps to reproduce:**
**Affected Versions:**
1.2.0
**OS, DB, other environment details and versions:**
**Related Issues (optional):**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
**Suggested Labels (optional):**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees (optional):**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
| priority | index access within xml step expressions are disallowed description we need to allow this and align the behavior with the spec steps to reproduce affected versions os db other environment details and versions related issues optional suggested labels optional suggested assignees optional | 1 |
130,778 | 5,132,826,092 | IssuesEvent | 2017-01-11 00:33:24 | aodn/aatams | https://api.github.com/repos/aodn/aatams | opened | Several issues when creating a new tag release | bug medium priority | Log in to the web app and go to the [Tag release creation page](http://aatams-dev-instance/aatams/animalRelease/create).
### 1. Leave species blank and fill in all other information...
... including sex, capture locality, capture location and Create Tagging (I used serial number 1163565). Then click on the Create button at the bottom of the page. An error appears at the top stating 'Species or existing animal must be specified.' which is the expected behaviour however the values entered for sex and under 'Tagging' have both been removed, forcing users to go through those again.
### 2. Choose species and create tagging event...
... and leave all other fields blank. Then click on the Create button at the bottom of the page. Two errors appear at the top stating 'Property [captureLocality] of class [Tag Release] cannot be blank.' and 'Property [releaseLocality] of class [Tag Release] cannot be blank' which is the expected behaviour however the values entered for Species and under 'Tagging' have both been removed, forcing users to go through those again.
### 3. Choose species, specify Capture Locality, Release Locality and create Tagging event...
... and leave all other fields blank. Then click on the Create button at the bottom of the page. No error appears, meaning that fields indicated as mandatory by a red asterisk are actually not compulsory including Sex, Capture Location, and Release Location. These three fields should be mandatory. Furthermore the Tagging section in this page is not indicated as being compulsory although it is implemented in the logic of the UI as indicated by the following error when not creating a tagging event: 'Animal release must have at least one tagging.' | 1.0 | Several issues when creating a new tag release - Log in to the web app and go to the [Tag release creation page](http://aatams-dev-instance/aatams/animalRelease/create).
### 1. Leave species blank and fill in all other information...
... including sex, capture locality, capture location and Create Tagging (I used serial number 1163565). Then click on the Create button at the bottom of the page. An error appears at the top stating 'Species or existing animal must be specified.' which is the expected behaviour however the values entered for sex and under 'Tagging' have both been removed, forcing users to go through those again.
### 2. Choose species and create tagging event...
... and leave all other fields blank. Then click on the Create button at the bottom of the page. Two errors appear at the top stating 'Property [captureLocality] of class [Tag Release] cannot be blank.' and 'Property [releaseLocality] of class [Tag Release] cannot be blank' which is the expected behaviour however the values entered for Species and under 'Tagging' have both been removed, forcing users to go through those again.
### 3. Choose species, specify Capture Locality, Release Locality and create Tagging event...
... and leave all other fields blank. Then click on the Create button at the bottom of the page. No error appears, meaning that fields indicated as mandatory by a red asterisk are actually not compulsory including Sex, Capture Location, and Release Location. These three fields should be mandatory. Furthermore the Tagging section in this page is not indicated as being compulsory although it is implemented in the logic of the UI as indicated by the following error when not creating a tagging event: 'Animal release must have at least one tagging.' | priority | several issues when creating a new tag release log in to the web app and go to the leave species blank and fill in all other information including sex capture locality capture location and create tagging i used serial number then click on the create button at the bottom of the page an error appears at the top stating species or existing animal must be specified which is the expected behaviour however the values entered for sex and under tagging have both been removed forcing users to go through those again choose species and create tagging event and leave all other fields blank then click on the create button at the bottom of the page two errors appear at the top stating property of class cannot be blank and property of class cannot be blank which is the expected behaviour however the values entered for species and under tagging have both been removed forcing users to go through those again choose species specify capture locality release locality and create tagging event and leave all other fields blank then click on the create button at the bottom of the page no error appears meaning that fields indicated as mandatory by a red asterisk are actually not compulsory including sex capture location and release location these three fields should be mandatory furthermore the tagging section in this page is not indicated as being compulsory although it is implemented in the logic of the ui as indicated by the following error when not creating a tagging event animal release must have at least one tagging | 1 |
828,177 | 31,815,247,533 | IssuesEvent | 2023-09-13 19:56:01 | openfoodfoundation/openfoodnetwork | https://api.github.com/repos/openfoodfoundation/openfoodnetwork | closed | [Reports] Enterprise Fees w Tax By Producer | priority | ## Description
<!-- Describe the story in detail:
**- As a:** (enterprise user, super admin, user...)
**- On page:** (provide url of the page you want to modify. If not provide where will be created the new url and the name we want to give it)
**- I want to be able to do:** (specify the desired behavior)
(Link to others issues or resources to provide context > only if really necessary). -->
As a hub manager I want to be able to view report that includes a breakdown of fees including tax information by producer.
A mock of the report data in CSV form is available [here.](https://docs.google.com/spreadsheets/d/1JtrP9fhqEA5wdzvddf1Q3hGbEXvIqJv2HQ5yWrV1ZKg/edit#gid=0)
- _Enterprise_: The hub for which the correlating order was placed
- _Producer_: The producer that supplied the produce
- _Producer Tax Status_: Is the producer tax registered or not
- _Order cycle_: Identifier for the order cycle in which the order was placed
- _Name_: Enterprise fee name. Note that for this report to be maximally useful we are including the 'Produce' within this report. This is not technically an enterprise fee. It is essentially costs that do not map to fees on the order.
- _Type_: The fee type eg Admin, Packing. Note the 'Produce' fee can have type 'Line Items'
- _Owner_: The enterprise that allocated this fee to the produce
- _Tax Category_: Self explanatory. Note that some fees 'inherit' their tax category. Also the 'Produce' will have a mixed category.
- _Tax Rate_: Self explanatory. Will not be applicable for 'inherit' and 'produce' categories.
- _Total (tax excl)_: Total cost without tax
- _Total (tax)_: Total amount of tax applied
- _Total (tax incl)_: Total including tax (eg sum of last two rows)
Note that after each Producer a row of totals will be displayed.
The report will need filters to ensure that relevant data can be accessed. Also [summarised here](https://docs.google.com/spreadsheets/d/1JtrP9fhqEA5wdzvddf1Q3hGbEXvIqJv2HQ5yWrV1ZKg/edit#gid=1948210413):
- _Date Range_ (Datepicker): Allows weekly/monthly/annual reporting
- _Distributor_ (Auto-fill text) Allows multi-enterprise hubs granularity
- _Producer_ (Auto-fill text) Filter to a specific producer for fee calculations
- _Order Cycle_ (Auto-fill text) Reporting by OC
- _Fee Name_ (Auto-fill text) Filter to only include specific fees eg for a specific delivery run
- _Fee Owner_ (Auto-fill text) Filter to select the Enterprise that should be collecting the fees (reconciliation)
- _Customer Email_ (Auto-fill text) Report can then be used for wholesale customers tax calculations
- _Download CSV_ (Checkbox) Search = Download when ticked
The report should be accessible via the UI via Reports -> Enterprise Fees Reports -> Enterprise Fees with Tax
https://community.openfoodnetwork.org/uploads/default/original/2X/7/78a043e39d6619ca3307d2bec50e934f53971bfb.png
## Acceptance Criteria & Tests
<!-- Document the outcomes that need to be achieved before this component can be considered complete.
-->
<!-- Provide an unambiguous set of steps a tester should do to validate the PR that will solve this issue -->
1. All fields described above are present and data matches the description
2. Report can be downloaded as a CSV
3. Report can be accessed via the UI
4. Report can be filtered on all fields mentioned above
5. Totals row show correctly summed total amounts
6. In the UI figures should be rounded to 2 decimal places. In the CSV figures should be rounded to 6 decimal places.
7. All fields are translatable
| 1.0 | [Reports] Enterprise Fees w Tax By Producer - ## Description
<!-- Describe the story in detail:
**- As a:** (enterprise user, super admin, user...)
**- On page:** (provide url of the page you want to modify. If not provide where will be created the new url and the name we want to give it)
**- I want to be able to do:** (specify the desired behavior)
(Link to others issues or resources to provide context > only if really necessary). -->
As a hub manager I want to be able to view report that includes a breakdown of fees including tax information by producer.
A mock of the report data in CSV form is available [here.](https://docs.google.com/spreadsheets/d/1JtrP9fhqEA5wdzvddf1Q3hGbEXvIqJv2HQ5yWrV1ZKg/edit#gid=0)
- _Enterprise_: The hub for which the correlating order was placed
- _Producer_: The producer that supplied the produce
- _Producer Tax Status_: Is the producer tax registered or not
- _Order cycle_: Identifier for the order cycle in which the order was placed
- _Name_: Enterprise fee name. Note that for this report to be maximally useful we are including the 'Produce' within this report. This is not technically an enterprise fee. It is essentially costs that do not map to fees on the order.
- _Type_: The fee type eg Admin, Packing. Note the 'Produce' fee can have type 'Line Items'
- _Owner_: The enterprise that allocated this fee to the produce
- _Tax Category_: Self explanatory. Note that some fees 'inherit' their tax category. Also the 'Produce' will have a mixed category.
- _Tax Rate_: Self explanatory. Will not be applicable for 'inherit' and 'produce' categories.
- _Total (tax excl)_: Total cost without tax
- _Total (tax)_: Total amount of tax applied
- _Total (tax incl)_: Total including tax (eg sum of last two rows)
Note that after each Producer a row of totals will be displayed.
The report will need filters to ensure that relevant data can be accessed. Also [summarised here](https://docs.google.com/spreadsheets/d/1JtrP9fhqEA5wdzvddf1Q3hGbEXvIqJv2HQ5yWrV1ZKg/edit#gid=1948210413):
- _Date Range_ (Datepicker): Allows weekly/monthly/annual reporting
- _Distributor_ (Auto-fill text) Allows multi-enterprise hubs granularity
- _Producer_ (Auto-fill text) Filter to a specific producer for fee calculations
- _Order Cycle_ (Auto-fill text) Reporting by OC
- _Fee Name_ (Auto-fill text) Filter to only include specific fees eg for a specific delivery run
- _Fee Owner_ (Auto-fill text) Filter to select the Enterprise that should be collecting the fees (reconciliation)
- _Customer Email_ (Auto-fill text) Report can then be used for wholesale customers tax calculations
- _Download CSV_ (Checkbox) Search = Download when ticked
The report should be accessible via the UI via Reports -> Enterprise Fees Reports -> Enterprise Fees with Tax
https://community.openfoodnetwork.org/uploads/default/original/2X/7/78a043e39d6619ca3307d2bec50e934f53971bfb.png
## Acceptance Criteria & Tests
<!-- Document the outcomes that need to be achieved before this component can be considered complete.
-->
<!-- Provide an unambiguous set of steps a tester should do to validate the PR that will solve this issue -->
1. All fields described above are present and data matches the description
2. Report can be downloaded as a CSV
3. Report can be accessed via the UI
4. Report can be filtered on all fields mentioned above
5. Totals row show correctly summed total amounts
6. In the UI figures should be rounded to 2 decimal places. In the CSV figures should be rounded to 6 decimal places.
7. All fields are translatable
| priority | enterprise fees w tax by producer description describe the story in detail as a enterprise user super admin user on page provide url of the page you want to modify if not provide where will be created the new url and the name we want to give it i want to be able to do specify the desired behavior link to others issues or resources to provide context only if really necessary as a hub manager i want to be able to view report that includes a breakdown of fees including tax information by producer a mock of the report data in csv form is available enterprise the hub for which the correlating order was placed producer the producer that supplied the produce producer tax status is the producer tax registered or not order cycle identifier for the order cycle in which the order was placed name enterprise fee name note that for this report to be maximally useful we are including the produce within this report this is not technically an enterprise fee it is essentially costs that do not map to fees on the order type the fee type eg admin packing note the produce fee can have type line items owner the enterprise that allocated this fee to the produce tax category self explanatory note that some fees inherit their tax category also the produce will have a mixed category tax rate self explanatory will not be applicable for inherit and produce categories total tax excl total cost without tax total tax total amount of tax applied total tax incl total including tax eg sum of last two rows note that after each producer a row of totals will be displayed the report will need filters to ensure that relevant data can be accessed also date range datepicker allows weekly monthly annual reporting distributor auto fill text allows multi enterprise hubs granularity producer auto fill text filter to a specific producer for fee calculations order cycle auto fill text reporting by oc fee name auto fill text filter to only include specific fees eg for a specific delivery run fee owner auto fill text filter to select the enterprise that should be collecting the fees reconciliation customer email auto fill text report can then be used for wholesale customers tax calculations download csv checkbox search download when ticked the report should be accessible via the ui via reports enterprise fees reports enterprise fees with tax acceptance criteria tests document the outcomes that need to be achieved before this component can be considered complete all fields described above are present and data matches the description report can be downloaded as a csv report can be accessed via the ui report can be filtered on all fields mentioned above totals row show correctly summed total amounts in the ui figures should be rounded to decimal places in the csv figures should be rounded to decimal places all fields are translatable | 1 |
76,792 | 7,545,449,525 | IssuesEvent | 2018-04-17 21:40:54 | mesonbuild/meson | https://api.github.com/repos/mesonbuild/meson | closed | test() should have a depends arg | dependencies enhancement test targets | It is just useful for tests that depends upon targets not built by default:
```meson
foo = custom_target(...)
test(..., depends: foo)
``` | 1.0 | test() should have a depends arg - It is just useful for tests that depends upon targets not built by default:
```meson
foo = custom_target(...)
test(..., depends: foo)
``` | non_priority | test should have a depends arg it is just useful for tests that depends upon targets not built by default meson foo custom target test depends foo | 0 |
599,583 | 18,277,624,388 | IssuesEvent | 2021-10-04 20:54:45 | symblai/Symbl-powered-Agora-RTE-app | https://api.github.com/repos/symblai/Symbl-powered-Agora-RTE-app | closed | Fix mute functionality | Priority medium | Sometimes even when a user mutes himself the transcription still continues and the voice is still processed by audio context | 1.0 | Fix mute functionality - Sometimes even when a user mutes himself the transcription still continues and the voice is still processed by audio context | priority | fix mute functionality sometimes even when a user mutes himself the transcription still continues and the voice is still processed by audio context | 1 |
223,483 | 7,457,419,356 | IssuesEvent | 2018-03-30 04:14:31 | llmhyy/microbat | https://api.github.com/repos/llmhyy/microbat | closed | [Instrumentation] A Duplicate Issue, Returned Value Problem | high priority | hi @lylytran
For Chart-19, the 39769th step of the buggy trace invokes a method with returned value, by right, the follow-up step-over step (i.e., the 39786th step) should run into the same line (i.e., line 765 of CategoryPlotTests.java). However, that step is missing. Would you please kindly have a check? Many thanks! | 1.0 | [Instrumentation] A Duplicate Issue, Returned Value Problem - hi @lylytran
For Chart-19, the 39769th step of the buggy trace invokes a method with returned value, by right, the follow-up step-over step (i.e., the 39786th step) should run into the same line (i.e., line 765 of CategoryPlotTests.java). However, that step is missing. Would you please kindly have a check? Many thanks! | priority | a duplicate issue returned value problem hi lylytran for chart the step of the buggy trace invokes a method with returned value by right the follow up step over step i e the step should run into the same line i e line of categoryplottests java however that step is missing would you please kindly have a check many thanks | 1 |
97 | 2,491,798,814 | IssuesEvent | 2015-01-04 01:02:47 | ghaering/pysqlite | https://api.github.com/repos/ghaering/pysqlite | closed | error in UPDATE when using values from outside main query body | bug imported Priority-Medium | _From [String12...@gmail.com](https://code.google.com/u/102987219829414201904/) on January 12, 2013 05:41:07_
What steps will reproduce the problem? 1. cursor().execute(" UPDATE table-name SET ?=new-val WHERE condition;", ('col-1',)) What is the expected output? What do you see instead? expected 'col-1' to fill in the '?' inside the main part of querie
I get returned: a OperationalError: near "?": syntax error What version of the product are you using? On what operating system? sqlite3 on python 3.2 in windows 7 64 bit Please provide any additional information below. the following does work however,
cursor().execute("SELECT ? FROM table-1 WHERE ?=?",('col-1', 'col-2', 'condition')
_Original issue: http://code.google.com/p/pysqlite/issues/detail?id=54_ | 1.0 | error in UPDATE when using values from outside main query body - _From [String12...@gmail.com](https://code.google.com/u/102987219829414201904/) on January 12, 2013 05:41:07_
What steps will reproduce the problem? 1. cursor().execute(" UPDATE table-name SET ?=new-val WHERE condition;", ('col-1',)) What is the expected output? What do you see instead? expected 'col-1' to fill in the '?' inside the main part of querie
I get returned: a OperationalError: near "?": syntax error What version of the product are you using? On what operating system? sqlite3 on python 3.2 in windows 7 64 bit Please provide any additional information below. the following does work however,
cursor().execute("SELECT ? FROM table-1 WHERE ?=?",('col-1', 'col-2', 'condition')
_Original issue: http://code.google.com/p/pysqlite/issues/detail?id=54_ | priority | error in update when using values from outside main query body from on january what steps will reproduce the problem cursor execute update table name set new val where condition col what is the expected output what do you see instead expected col to fill in the inside the main part of querie i get returned a operationalerror near syntax error what version of the product are you using on what operating system on python in windows bit please provide any additional information below the following does work however cursor execute select from table where col col condition original issue | 1 |
282,207 | 30,889,222,804 | IssuesEvent | 2023-08-04 02:25:02 | madhans23/linux-4.1.15 | https://api.github.com/repos/madhans23/linux-4.1.15 | reopened | CVE-2016-6480 (Medium) detected in linux-stable-rtv4.1.33 | Mend: dependency security vulnerability | ## CVE-2016-6480 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/aacraid/commctrl.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/aacraid/commctrl.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
Race condition in the ioctl_send_fib function in drivers/scsi/aacraid/commctrl.c in the Linux kernel through 4.7 allows local users to cause a denial of service (out-of-bounds access or system crash) by changing a certain size value, aka a "double fetch" vulnerability.
<p>Publish Date: 2016-08-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-6480>CVE-2016-6480</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6480">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6480</a></p>
<p>Release Date: 2016-08-06</p>
<p>Fix Resolution: v4.8-rc3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2016-6480 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2016-6480 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/aacraid/commctrl.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/aacraid/commctrl.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
Race condition in the ioctl_send_fib function in drivers/scsi/aacraid/commctrl.c in the Linux kernel through 4.7 allows local users to cause a denial of service (out-of-bounds access or system crash) by changing a certain size value, aka a "double fetch" vulnerability.
<p>Publish Date: 2016-08-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-6480>CVE-2016-6480</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6480">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6480</a></p>
<p>Release Date: 2016-08-06</p>
<p>Fix Resolution: v4.8-rc3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_priority | cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in base branch master vulnerable source files drivers scsi aacraid commctrl c drivers scsi aacraid commctrl c vulnerability details race condition in the ioctl send fib function in drivers scsi aacraid commctrl c in the linux kernel through allows local users to cause a denial of service out of bounds access or system crash by changing a certain size value aka a double fetch vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
408,467 | 27,664,188,066 | IssuesEvent | 2023-03-12 21:25:06 | Strayker-Software/Binder | https://api.github.com/repos/Strayker-Software/Binder | closed | Bug: Move User's and Dev's docs to Wiki | bug documentation | **Describe the bug**
`docs` folder in repo should be used for files only. This data type can't be uploaded to Wiki.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to repo,
2. Enter `docs` folder,
**Expected behavior**
Wiki contains every info in text, Markdown-formated, `docs` folder contains only necessary files, following good project practices.
**Screenshots**
**Desktop (please complete the following information):**
**Additional context**
| 1.0 | Bug: Move User's and Dev's docs to Wiki - **Describe the bug**
`docs` folder in repo should be used for files only. This data type can't be uploaded to Wiki.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to repo,
2. Enter `docs` folder,
**Expected behavior**
Wiki contains every info in text, Markdown-formated, `docs` folder contains only necessary files, following good project practices.
**Screenshots**
**Desktop (please complete the following information):**
**Additional context**
| non_priority | bug move user s and dev s docs to wiki describe the bug docs folder in repo should be used for files only this data type can t be uploaded to wiki to reproduce steps to reproduce the behavior go to repo enter docs folder expected behavior wiki contains every info in text markdown formated docs folder contains only necessary files following good project practices screenshots desktop please complete the following information additional context | 0 |
224,277 | 7,468,570,268 | IssuesEvent | 2018-04-02 19:28:11 | zsebtanar/zsebtanar-proto | https://api.github.com/repos/zsebtanar/zsebtanar-proto | closed | Feladatszerkesztő modal törlése modal bezárásakor | PR sent bug priority - normal | ### Elvárt viselkedés
A feladatszerkesztés közben (véletlenül) bezárok egy modalt, akkor ha újra megnyitom, ne vesszen el az adat.
### Jelenlegi viselkedés
Elveszik.
### Lépések a viselkedés reprodukálásához
- Hozz létre egy feladatot.
- Adj hozzá egy részfeladatot.
- Válassz ki egy beviteli mezőt és kezdd el szerkeszteni.
- Az "OK" gomb megnyomása nélkül zárd be a szerkesztőt. | 1.0 | Feladatszerkesztő modal törlése modal bezárásakor - ### Elvárt viselkedés
A feladatszerkesztés közben (véletlenül) bezárok egy modalt, akkor ha újra megnyitom, ne vesszen el az adat.
### Jelenlegi viselkedés
Elveszik.
### Lépések a viselkedés reprodukálásához
- Hozz létre egy feladatot.
- Adj hozzá egy részfeladatot.
- Válassz ki egy beviteli mezőt és kezdd el szerkeszteni.
- Az "OK" gomb megnyomása nélkül zárd be a szerkesztőt. | priority | feladatszerkesztő modal törlése modal bezárásakor elvárt viselkedés a feladatszerkesztés közben véletlenül bezárok egy modalt akkor ha újra megnyitom ne vesszen el az adat jelenlegi viselkedés elveszik lépések a viselkedés reprodukálásához hozz létre egy feladatot adj hozzá egy részfeladatot válassz ki egy beviteli mezőt és kezdd el szerkeszteni az ok gomb megnyomása nélkül zárd be a szerkesztőt | 1 |
273,501 | 20,794,927,012 | IssuesEvent | 2022-03-17 08:18:52 | suizokukan/wisteria | https://api.github.com/repos/suizokukan/wisteria | closed | doc: --pimydoc...full version has not been fully written | documentation | doc: --pimydoc...full version has not been fully written | 1.0 | doc: --pimydoc...full version has not been fully written - doc: --pimydoc...full version has not been fully written | non_priority | doc pimydoc full version has not been fully written doc pimydoc full version has not been fully written | 0 |
128,791 | 5,075,856,478 | IssuesEvent | 2016-12-27 22:07:20 | artfcl-intlgnce/NarcoWars | https://api.github.com/repos/artfcl-intlgnce/NarcoWars | closed | Add Daily Broadcast warning of Daily Restart at 2am CT | backlog enhancement Priority 3 | Tried using MCProHosting Daily AdminSay but couldnt figure it out. As its low priority, opening this to track
| 1.0 | Add Daily Broadcast warning of Daily Restart at 2am CT - Tried using MCProHosting Daily AdminSay but couldnt figure it out. As its low priority, opening this to track
| priority | add daily broadcast warning of daily restart at ct tried using mcprohosting daily adminsay but couldnt figure it out as its low priority opening this to track | 1 |
239,983 | 26,252,747,957 | IssuesEvent | 2023-01-05 20:56:37 | timf-app-demo/WidgetSender | https://api.github.com/repos/timf-app-demo/WidgetSender | opened | microsoft.owin.3.0.1.nupkg: 1 vulnerabilities (highest severity is: 7.5) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>microsoft.owin.3.0.1.nupkg</b></p></summary>
<p>Provides a set of helper types and abstractions for simplifying the creation of OWIN components.</p>
<p>Library home page: <a href="https://api.nuget.org/packages/microsoft.owin.3.0.1.nupkg">https://api.nuget.org/packages/microsoft.owin.3.0.1.nupkg</a></p>
<p>Path to vulnerable library: /packages/Microsoft.Owin.3.0.1/Microsoft.Owin.3.0.1.nupkg</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/timf-app-demo/WidgetSender/commit/019fb309f7ae296f1eb23a51040b57c332fb8496">019fb309f7ae296f1eb23a51040b57c332fb8496</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (microsoft.owin.3.0.1.nupkg version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2022-29117](https://www.mend.io/vulnerability-database/CVE-2022-29117) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | microsoft.owin.3.0.1.nupkg | Direct | Microsoft.AspNetCore.App.Runtime - 3.1.25,5.0.17,6.0.5;Microsoft.Owin - 4.2.2;Microsoft.Owin.Security.Cookies - 4.2.2 | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2022-29117</summary>
### Vulnerable Library - <b>microsoft.owin.3.0.1.nupkg</b></p>
<p>Provides a set of helper types and abstractions for simplifying the creation of OWIN components.</p>
<p>Library home page: <a href="https://api.nuget.org/packages/microsoft.owin.3.0.1.nupkg">https://api.nuget.org/packages/microsoft.owin.3.0.1.nupkg</a></p>
<p>Path to vulnerable library: /packages/Microsoft.Owin.3.0.1/Microsoft.Owin.3.0.1.nupkg</p>
<p>
Dependency Hierarchy:
- :x: **microsoft.owin.3.0.1.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/timf-app-demo/WidgetSender/commit/019fb309f7ae296f1eb23a51040b57c332fb8496">019fb309f7ae296f1eb23a51040b57c332fb8496</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
.NET and Visual Studio Denial of Service Vulnerability. This CVE ID is unique from CVE-2022-23267, CVE-2022-29145.
<p>Publish Date: 2022-05-10
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-29117>CVE-2022-29117</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-3rq8-h3gj-r5c6">https://github.com/advisories/GHSA-3rq8-h3gj-r5c6</a></p>
<p>Release Date: 2022-05-10</p>
<p>Fix Resolution: Microsoft.AspNetCore.App.Runtime - 3.1.25,5.0.17,6.0.5;Microsoft.Owin - 4.2.2;Microsoft.Owin.Security.Cookies - 4.2.2</p>
</p>
<p></p>
</details> | True | microsoft.owin.3.0.1.nupkg: 1 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>microsoft.owin.3.0.1.nupkg</b></p></summary>
<p>Provides a set of helper types and abstractions for simplifying the creation of OWIN components.</p>
<p>Library home page: <a href="https://api.nuget.org/packages/microsoft.owin.3.0.1.nupkg">https://api.nuget.org/packages/microsoft.owin.3.0.1.nupkg</a></p>
<p>Path to vulnerable library: /packages/Microsoft.Owin.3.0.1/Microsoft.Owin.3.0.1.nupkg</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/timf-app-demo/WidgetSender/commit/019fb309f7ae296f1eb23a51040b57c332fb8496">019fb309f7ae296f1eb23a51040b57c332fb8496</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (microsoft.owin.3.0.1.nupkg version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2022-29117](https://www.mend.io/vulnerability-database/CVE-2022-29117) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | microsoft.owin.3.0.1.nupkg | Direct | Microsoft.AspNetCore.App.Runtime - 3.1.25,5.0.17,6.0.5;Microsoft.Owin - 4.2.2;Microsoft.Owin.Security.Cookies - 4.2.2 | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2022-29117</summary>
### Vulnerable Library - <b>microsoft.owin.3.0.1.nupkg</b></p>
<p>Provides a set of helper types and abstractions for simplifying the creation of OWIN components.</p>
<p>Library home page: <a href="https://api.nuget.org/packages/microsoft.owin.3.0.1.nupkg">https://api.nuget.org/packages/microsoft.owin.3.0.1.nupkg</a></p>
<p>Path to vulnerable library: /packages/Microsoft.Owin.3.0.1/Microsoft.Owin.3.0.1.nupkg</p>
<p>
Dependency Hierarchy:
- :x: **microsoft.owin.3.0.1.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/timf-app-demo/WidgetSender/commit/019fb309f7ae296f1eb23a51040b57c332fb8496">019fb309f7ae296f1eb23a51040b57c332fb8496</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
.NET and Visual Studio Denial of Service Vulnerability. This CVE ID is unique from CVE-2022-23267, CVE-2022-29145.
<p>Publish Date: 2022-05-10
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-29117>CVE-2022-29117</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-3rq8-h3gj-r5c6">https://github.com/advisories/GHSA-3rq8-h3gj-r5c6</a></p>
<p>Release Date: 2022-05-10</p>
<p>Fix Resolution: Microsoft.AspNetCore.App.Runtime - 3.1.25,5.0.17,6.0.5;Microsoft.Owin - 4.2.2;Microsoft.Owin.Security.Cookies - 4.2.2</p>
</p>
<p></p>
</details> | non_priority | microsoft owin nupkg vulnerabilities highest severity is vulnerable library microsoft owin nupkg provides a set of helper types and abstractions for simplifying the creation of owin components library home page a href path to vulnerable library packages microsoft owin microsoft owin nupkg found in head commit a href vulnerabilities cve severity cvss dependency type fixed in microsoft owin nupkg version remediation available high microsoft owin nupkg direct microsoft aspnetcore app runtime microsoft owin microsoft owin security cookies details cve vulnerable library microsoft owin nupkg provides a set of helper types and abstractions for simplifying the creation of owin components library home page a href path to vulnerable library packages microsoft owin microsoft owin nupkg dependency hierarchy x microsoft owin nupkg vulnerable library found in head commit a href found in base branch master vulnerability details net and visual studio denial of service vulnerability this cve id is unique from cve cve publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution microsoft aspnetcore app runtime microsoft owin microsoft owin security cookies | 0 |
532,538 | 15,558,931,256 | IssuesEvent | 2021-03-16 10:52:17 | sunpy/sunpy | https://api.github.com/repos/sunpy/sunpy | closed | Observer-based RotatedSunFrame can't transform to a non-observer-based frame | Bug(?) Effort Medium Package Expert Priority Low coordinates | ```python
>>> from astropy import units as u
>>> from astropy.coordinates import SkyCoord
>>> from sunpy.coordinates import HeliographicStonyhurst, Helioprojective, RotatedSunFrame
>>> r = RotatedSunFrame(0*u.arcsec, 0*u.arcsec, base=Helioprojective(observer='earth', obstime='2021-01-01'))
>>> r
<RotatedSunHelioprojective Coordinate (base=<Helioprojective Frame (obstime=2021-01-01T00:00:00.000, rsun=695700.0 km, observer=<HeliographicStonyhurst Coordinate for 'earth'>)>, duration=0.0 d, rotation_model=howard): (Tx, Ty) in arcsec
(0., 0.)>
>>> r.transform_to(HeliographicStonyhurst(obstime=r.base.obstime))
...
ConvertError: This transformation cannot be performed because the Heliocentric frame has observer=None.
```
This is because neither `RotatedSunHelioprojective` nor `HeliographicStonyhurst` have the `observer` frame attribute, but the HCC->HGS transformation step needs to have a defined observer. (The `observer` frame attribute that you see in the repr for `RotatedSunHelioprojective` is a frame attribute of the `base` frame attribute.) There are several approaches to fix this, but I need to investigate which approach makes the most sense. | 1.0 | Observer-based RotatedSunFrame can't transform to a non-observer-based frame - ```python
>>> from astropy import units as u
>>> from astropy.coordinates import SkyCoord
>>> from sunpy.coordinates import HeliographicStonyhurst, Helioprojective, RotatedSunFrame
>>> r = RotatedSunFrame(0*u.arcsec, 0*u.arcsec, base=Helioprojective(observer='earth', obstime='2021-01-01'))
>>> r
<RotatedSunHelioprojective Coordinate (base=<Helioprojective Frame (obstime=2021-01-01T00:00:00.000, rsun=695700.0 km, observer=<HeliographicStonyhurst Coordinate for 'earth'>)>, duration=0.0 d, rotation_model=howard): (Tx, Ty) in arcsec
(0., 0.)>
>>> r.transform_to(HeliographicStonyhurst(obstime=r.base.obstime))
...
ConvertError: This transformation cannot be performed because the Heliocentric frame has observer=None.
```
This is because neither `RotatedSunHelioprojective` nor `HeliographicStonyhurst` have the `observer` frame attribute, but the HCC->HGS transformation step needs to have a defined observer. (The `observer` frame attribute that you see in the repr for `RotatedSunHelioprojective` is a frame attribute of the `base` frame attribute.) There are several approaches to fix this, but I need to investigate which approach makes the most sense. | priority | observer based rotatedsunframe can t transform to a non observer based frame python from astropy import units as u from astropy coordinates import skycoord from sunpy coordinates import heliographicstonyhurst helioprojective rotatedsunframe r rotatedsunframe u arcsec u arcsec base helioprojective observer earth obstime r duration d rotation model howard tx ty in arcsec r transform to heliographicstonyhurst obstime r base obstime converterror this transformation cannot be performed because the heliocentric frame has observer none this is because neither rotatedsunhelioprojective nor heliographicstonyhurst have the observer frame attribute but the hcc hgs transformation step needs to have a defined observer the observer frame attribute that you see in the repr for rotatedsunhelioprojective is a frame attribute of the base frame attribute there are several approaches to fix this but i need to investigate which approach makes the most sense | 1 |
27,556 | 12,641,941,080 | IssuesEvent | 2020-06-16 07:16:19 | microsoft/Oryx | https://api.github.com/repos/microsoft/Oryx | closed | Circular reference is generated in `/node_modules` | Waiting For AppService To Deploy ant-88 | ### Bug Report
<!--
Thanks for taking the time to open a bug report. For faster processing please describe:
-->
- At what date and time did you most recently experience the problem?
-> The time when App Service on Linux (Node.js blessed image) starts more than 3 times
- Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.
-> I think that it happens on only App Service on Linux (Node.js blessed image), because the issue is caused by `/opt/startup/startup.sh` for Node.js application.
- If your repo is publicly available please share its URL:
-> This issue can be reproduced by simple node.js application.
- What happened?
-> A symlink which links to `/node_modules` is generated in the directory itself,
i.e. the symlink is circular reference, `/node_modules/node_modules` -> `/node_modules`

This causes unexpected behavior on applications which follow all symlink.
e.g. Angular application which is set `preserveSymlink` to `true`.
And this causes `Maximum call stack size exceeded` error on executing `npm ls`.

- What did you expect or want to happen?
-> Any circular reference was never generated.
- How can we reproduce it?
-> It can be reproduced by repeating following steps 3 times at least.
1. Start any Node.js application on App Service on Linux
1. Access to the application by web browser for executing `/opt/start/startup.sh`
1. Stop the application.
- Do you have log output? Please include between the backticks:
-> Though there is no log, a reproduce process is found.
This is caused by `mv` command in `/opt/startup/startup.sh` which is [generated by oryx](https://github.com/microsoft/Oryx/blob/master/src/startupscriptgenerator/src/node/scriptgenerator.go#L100).
1. At first starting, symlink `/home/site/wwwroot/node_modules` is generated by `ln` at [this in the script](https://github.com/microsoft/Oryx/blob/master/src/startupscriptgenerator/src/node/scriptgenerator.go#L155).
Then `/home/site/wwwroot/node_modules` links to `/node_modules`.
2. At second starting, the symlink is moved to `/home/site/wwwroot/_del_node_modules` by `/home/site/wwwroot/node_modules` using `mv` at [this](https://github.com/microsoft/Oryx/blob/master/src/startupscriptgenerator/src/node/scriptgenerator.go#L150).
Then it is succeeded and `/home/site/wwwroot/_del_node_modules` which links to `/node_modules` is generated.
3. At third starting, the script tries to overwrite `/home/site/wwwroot/_del_node_modules` by `/home/site/wwwroot/node_modules` using the `mv` again.
But the `mv` doesn't overwrite for symlink to directories, it **moves** `/home/site/wwwroot/node_modules` **into** `/home/site/wwwroot/_del_node_modules` (i.e. `/node_nodules`).
As a result, `/node_modules` includes the symlink which links to itself.
A current workaround is to execute following command in a script specified as startup command
```sh
unlink /node_modules/node_modules &>/dev/null
```
<!--
Thanks again!
-->
Could you please look into this?
Regards, | 1.0 | Circular reference is generated in `/node_modules` - ### Bug Report
<!--
Thanks for taking the time to open a bug report. For faster processing please describe:
-->
- At what date and time did you most recently experience the problem?
-> The time when App Service on Linux (Node.js blessed image) starts more than 3 times
- Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.
-> I think that it happens on only App Service on Linux (Node.js blessed image), because the issue is caused by `/opt/startup/startup.sh` for Node.js application.
- If your repo is publicly available please share its URL:
-> This issue can be reproduced by simple node.js application.
- What happened?
-> A symlink which links to `/node_modules` is generated in the directory itself,
i.e. the symlink is circular reference, `/node_modules/node_modules` -> `/node_modules`

This causes unexpected behavior on applications which follow all symlink.
e.g. Angular application which is set `preserveSymlink` to `true`.
And this causes `Maximum call stack size exceeded` error on executing `npm ls`.

- What did you expect or want to happen?
-> Any circular reference was never generated.
- How can we reproduce it?
-> It can be reproduced by repeating following steps 3 times at least.
1. Start any Node.js application on App Service on Linux
1. Access to the application by web browser for executing `/opt/start/startup.sh`
1. Stop the application.
- Do you have log output? Please include between the backticks:
-> Though there is no log, a reproduce process is found.
This is caused by `mv` command in `/opt/startup/startup.sh` which is [generated by oryx](https://github.com/microsoft/Oryx/blob/master/src/startupscriptgenerator/src/node/scriptgenerator.go#L100).
1. At first starting, symlink `/home/site/wwwroot/node_modules` is generated by `ln` at [this in the script](https://github.com/microsoft/Oryx/blob/master/src/startupscriptgenerator/src/node/scriptgenerator.go#L155).
Then `/home/site/wwwroot/node_modules` links to `/node_modules`.
2. At second starting, the symlink is moved to `/home/site/wwwroot/_del_node_modules` by `/home/site/wwwroot/node_modules` using `mv` at [this](https://github.com/microsoft/Oryx/blob/master/src/startupscriptgenerator/src/node/scriptgenerator.go#L150).
Then it is succeeded and `/home/site/wwwroot/_del_node_modules` which links to `/node_modules` is generated.
3. At third starting, the script tries to overwrite `/home/site/wwwroot/_del_node_modules` by `/home/site/wwwroot/node_modules` using the `mv` again.
But the `mv` doesn't overwrite for symlink to directories, it **moves** `/home/site/wwwroot/node_modules` **into** `/home/site/wwwroot/_del_node_modules` (i.e. `/node_nodules`).
As a result, `/node_modules` includes the symlink which links to itself.
A current workaround is to execute following command in a script specified as startup command
```sh
unlink /node_modules/node_modules &>/dev/null
```
<!--
Thanks again!
-->
Could you please look into this?
Regards, | non_priority | circular reference is generated in node modules bug report thanks for taking the time to open a bug report for faster processing please describe at what date and time did you most recently experience the problem the time when app service on linux node js blessed image starts more than times where did you experience the problem e g azure web apps azure functions azure container registry or offline use i think that it happens on only app service on linux node js blessed image because the issue is caused by opt startup startup sh for node js application if your repo is publicly available please share its url this issue can be reproduced by simple node js application what happened a symlink which links to node modules is generated in the directory itself i e the symlink is circular reference node modules node modules node modules this causes unexpected behavior on applications which follow all symlink e g angular application which is set preservesymlink to true and this causes maximum call stack size exceeded error on executing npm ls what did you expect or want to happen any circular reference was never generated how can we reproduce it it can be reproduced by repeating following steps times at least start any node js application on app service on linux access to the application by web browser for executing opt start startup sh stop the application do you have log output please include between the backticks though there is no log a reproduce process is found this is caused by mv command in opt startup startup sh which is at first starting symlink home site wwwroot node modules is generated by ln at then home site wwwroot node modules links to node modules at second starting the symlink is moved to home site wwwroot del node modules by home site wwwroot node modules using mv at then it is succeeded and home site wwwroot del node modules which links to node modules is generated at third starting the script tries to overwrite home site wwwroot del node modules by home site wwwroot node modules using the mv again but the mv doesn t overwrite for symlink to directories it moves home site wwwroot node modules into home site wwwroot del node modules i e node nodules as a result node modules includes the symlink which links to itself a current workaround is to execute following command in a script specified as startup command sh unlink node modules node modules dev null thanks again could you please look into this regards | 0 |
508,225 | 14,693,478,881 | IssuesEvent | 2021-01-03 09:13:07 | abpframework/abp | https://api.github.com/repos/abpframework/abp | opened | Optimize IdentityServer data access on token request | abp-module-identityserver enhancement priority:normal | When we request access token from IDS endpoint, it performs 6-7 database queries. We can try to optimize these database operations. For example, we may exclude details while querying where it is not needed or try to reduce queries if possible.
Note: Adding `app.UseUnitOfWork()` middleware before `app.UseIdentityServer()` (#6968) helps to reduce DbContext creation. However, I think we can optimize it more. | 1.0 | Optimize IdentityServer data access on token request - When we request access token from IDS endpoint, it performs 6-7 database queries. We can try to optimize these database operations. For example, we may exclude details while querying where it is not needed or try to reduce queries if possible.
Note: Adding `app.UseUnitOfWork()` middleware before `app.UseIdentityServer()` (#6968) helps to reduce DbContext creation. However, I think we can optimize it more. | priority | optimize identityserver data access on token request when we request access token from ids endpoint it performs database queries we can try to optimize these database operations for example we may exclude details while querying where it is not needed or try to reduce queries if possible note adding app useunitofwork middleware before app useidentityserver helps to reduce dbcontext creation however i think we can optimize it more | 1 |
4 | 2,490,274,734 | IssuesEvent | 2015-01-02 11:58:56 | ethanp/trracker | https://api.github.com/repos/ethanp/trracker | opened | Time per Category chart data not getting embedded in the javascript for the amchart | < 1 hr bug chart useful usability issue | The data simply *vanished!* The code generated for parsing the JSON data is still getting received.... | True | Time per Category chart data not getting embedded in the javascript for the amchart - The data simply *vanished!* The code generated for parsing the JSON data is still getting received.... | non_priority | time per category chart data not getting embedded in the javascript for the amchart the data simply vanished the code generated for parsing the json data is still getting received | 0 |
326 | 2,528,531,875 | IssuesEvent | 2015-01-22 04:26:30 | p6spy/p6spy | https://api.github.com/repos/p6spy/p6spy | closed | P6OutagePreparedStatementSetParameterValueDelegate fails with java.lang.ArrayIndexOutOfBoundsException: 1 | Defect | P6OutagePreparedStatementSetParameterValueDelegate fails with java.lang.ArrayIndexOutOfBoundsException: 1 when invoking set methods on the PreparedStatement.
Can be reproduced by invoking the P6TestPreparedStatement.testCallingSetMethodsOnStatementInterface with the P6Test_outage.properties.
Stacktrace:
09:10:28,179 INFO [com.p6spy.engine.test.P6TestFramework.<init>] P6Spy will be configured using P6Test_outage.properties
09:10:28,254 INFO [com.p6spy.engine.test.BaseTestCase.starting]
*****************************************************************************************
Executing test testCallingSetMethodsOnStatementInterface[0: H2](com.p6spy.engine.spy.P6TestPreparedStatement)
*****************************************************************************************
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/et1205/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/et1205/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.0-rc1/log4j-slf4j-impl-2.0-rc1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/et1205/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
09:10:28,573 INFO [com.p6spy.engine.spy.P6TestUtil.setupTestData] Setting up database for testing
1421309430341|0|statement|connection 0|drop table prepstmt_test|
1421309430341|0|statement|connection 0|drop table prepstmt_test2|
1421309430341|0|statement|connection 0|drop table prepstmt_test3|
1421309430341|0|statement|connection 0|create table prepstmt_test (col1 varchar(255), col2 integer)|
1421309430342|0|statement|connection 0|create table prepstmt_test2 (col1 varchar(255), col2 integer)|
1421309430342|0|statement|connection 0|create table prepstmt_test3 (col1 timestamp)|
1421309430408|0|statement|connection 0|drop table prepstmt_test|
1421309430408|0|statement|connection 0|drop table prepstmt_test2|
1421309430408|0|statement|connection 0|drop table prepstmt_test3|
09:10:30,409 ERROR [com.p6spy.engine.test.BaseTestCase.failed] Failed test testCallingSetMethodsOnStatementInterface[0: H2](com.p6spy.engine.spy.P6TestPreparedStatement)
java.lang.ArrayIndexOutOfBoundsException: 1
at com.p6spy.engine.outage.P6OutagePreparedStatementSetParameterValueDelegate.invoke(P6OutagePreparedStatementSetParameterValueDelegate.java:42)
at com.p6spy.engine.proxy.GenericInvocationHandler.invoke(GenericInvocationHandler.java:116)
at org.p6spy.$java.sql.PreparedStatement$$EnhancerByCGLIB$$99c83682.setMaxRows(<generated>)
at com.p6spy.engine.spy.P6TestPreparedStatement.testCallingSetMethodsOnStatementInterface(P6TestPreparedStatement.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.junit.runners.Suite.runChild(Suite.java:127)
at org.junit.runners.Suite.runChild(Suite.java:26)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
09:10:30,411 INFO [com.p6spy.engine.test.BaseTestCase.finished] Completed test testCallingSetMethodsOnStatementInterface[0: H2](com.p6spy.engine.spy.P6TestPreparedStatement)
| 1.0 | P6OutagePreparedStatementSetParameterValueDelegate fails with java.lang.ArrayIndexOutOfBoundsException: 1 - P6OutagePreparedStatementSetParameterValueDelegate fails with java.lang.ArrayIndexOutOfBoundsException: 1 when invoking set methods on the PreparedStatement.
Can be reproduced by invoking the P6TestPreparedStatement.testCallingSetMethodsOnStatementInterface with the P6Test_outage.properties.
Stacktrace:
09:10:28,179 INFO [com.p6spy.engine.test.P6TestFramework.<init>] P6Spy will be configured using P6Test_outage.properties
09:10:28,254 INFO [com.p6spy.engine.test.BaseTestCase.starting]
*****************************************************************************************
Executing test testCallingSetMethodsOnStatementInterface[0: H2](com.p6spy.engine.spy.P6TestPreparedStatement)
*****************************************************************************************
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/et1205/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/et1205/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.0-rc1/log4j-slf4j-impl-2.0-rc1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/et1205/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
09:10:28,573 INFO [com.p6spy.engine.spy.P6TestUtil.setupTestData] Setting up database for testing
1421309430341|0|statement|connection 0|drop table prepstmt_test|
1421309430341|0|statement|connection 0|drop table prepstmt_test2|
1421309430341|0|statement|connection 0|drop table prepstmt_test3|
1421309430341|0|statement|connection 0|create table prepstmt_test (col1 varchar(255), col2 integer)|
1421309430342|0|statement|connection 0|create table prepstmt_test2 (col1 varchar(255), col2 integer)|
1421309430342|0|statement|connection 0|create table prepstmt_test3 (col1 timestamp)|
1421309430408|0|statement|connection 0|drop table prepstmt_test|
1421309430408|0|statement|connection 0|drop table prepstmt_test2|
1421309430408|0|statement|connection 0|drop table prepstmt_test3|
09:10:30,409 ERROR [com.p6spy.engine.test.BaseTestCase.failed] Failed test testCallingSetMethodsOnStatementInterface[0: H2](com.p6spy.engine.spy.P6TestPreparedStatement)
java.lang.ArrayIndexOutOfBoundsException: 1
at com.p6spy.engine.outage.P6OutagePreparedStatementSetParameterValueDelegate.invoke(P6OutagePreparedStatementSetParameterValueDelegate.java:42)
at com.p6spy.engine.proxy.GenericInvocationHandler.invoke(GenericInvocationHandler.java:116)
at org.p6spy.$java.sql.PreparedStatement$$EnhancerByCGLIB$$99c83682.setMaxRows(<generated>)
at com.p6spy.engine.spy.P6TestPreparedStatement.testCallingSetMethodsOnStatementInterface(P6TestPreparedStatement.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.junit.runners.Suite.runChild(Suite.java:127)
at org.junit.runners.Suite.runChild(Suite.java:26)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
09:10:30,411 INFO [com.p6spy.engine.test.BaseTestCase.finished] Completed test testCallingSetMethodsOnStatementInterface[0: H2](com.p6spy.engine.spy.P6TestPreparedStatement)
| non_priority | fails with java lang arrayindexoutofboundsexception fails with java lang arrayindexoutofboundsexception when invoking set methods on the preparedstatement can be reproduced by invoking the testcallingsetmethodsonstatementinterface with the outage properties stacktrace info will be configured using outage properties info executing test testcallingsetmethodsonstatementinterface com engine spy class path contains multiple bindings found binding in found binding in found binding in see for an explanation actual binding is of type info setting up database for testing statement connection drop table prepstmt test statement connection drop table prepstmt statement connection drop table prepstmt statement connection create table prepstmt test varchar integer statement connection create table prepstmt varchar integer statement connection create table prepstmt timestamp statement connection drop table prepstmt test statement connection drop table prepstmt statement connection drop table prepstmt error failed test testcallingsetmethodsonstatementinterface com engine spy java lang arrayindexoutofboundsexception at com engine outage invoke java at com engine proxy genericinvocationhandler invoke genericinvocationhandler java at org java sql preparedstatement enhancerbycglib setmaxrows at com engine spy testcallingsetmethodsonstatementinterface java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke unknown source at java lang reflect method invoke unknown source at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit rules testwatcher evaluate testwatcher java at org junit rules runrules evaluate runrules java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org eclipse jdt internal runner run java at org eclipse jdt internal junit runner testexecution run testexecution java at org eclipse jdt internal junit runner remotetestrunner runtests remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner runtests remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner run remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner main remotetestrunner java info completed test testcallingsetmethodsonstatementinterface com engine spy | 0 |
219,445 | 7,342,423,058 | IssuesEvent | 2018-03-07 07:47:47 | mozilla/addons-server | https://api.github.com/repos/mozilla/addons-server | closed | Incorrect spelling of `submit` for button type | component: devhub priority: p4 triaged | ### Describe the problem and steps to reproduce it:
Whilst figuring out #7405, I ran across a piece of code that has `sumbit` as the type for a button instead of `submit`.
### What happened?
N/A
### What did you expect to happen?
N/A
### Anything else we should know?
The source file in question can be found here:
https://github.com/mozilla/addons-server/blob/82a9e8cab26248c4ef4323922d85760b5592521e/src/olympia/devhub/templates/devhub/addons/submit/wizard.html#L80
| 1.0 | Incorrect spelling of `submit` for button type - ### Describe the problem and steps to reproduce it:
Whilst figuring out #7405, I ran across a piece of code that has `sumbit` as the type for a button instead of `submit`.
### What happened?
N/A
### What did you expect to happen?
N/A
### Anything else we should know?
The source file in question can be found here:
https://github.com/mozilla/addons-server/blob/82a9e8cab26248c4ef4323922d85760b5592521e/src/olympia/devhub/templates/devhub/addons/submit/wizard.html#L80
| priority | incorrect spelling of submit for button type describe the problem and steps to reproduce it whilst figuring out i ran across a piece of code that has sumbit as the type for a button instead of submit what happened n a what did you expect to happen n a anything else we should know the source file in question can be found here | 1 |
158,467 | 12,416,326,443 | IssuesEvent | 2020-05-22 17:57:50 | istio/istio | https://api.github.com/repos/istio/istio | closed | Error message in any `make` commands | area/test and release lifecycle/needs-triage | ```
$ make f
cp: preserving times for '/home/.kube': Read-only file system
make[1]: *** No rule to make target 'f'. Stop.
make: *** [Makefile:46: f] Error 2
``` | 1.0 | Error message in any `make` commands - ```
$ make f
cp: preserving times for '/home/.kube': Read-only file system
make[1]: *** No rule to make target 'f'. Stop.
make: *** [Makefile:46: f] Error 2
``` | non_priority | error message in any make commands make f cp preserving times for home kube read only file system make no rule to make target f stop make error | 0 |
41,010 | 6,887,149,242 | IssuesEvent | 2017-11-21 22:09:57 | EmadMokhtar/tafseer_api | https://api.github.com/repos/EmadMokhtar/tafseer_api | closed | Add languages to API docs | documentation | Add nav bar to the top of doc page and display the languages for this doc. | 1.0 | Add languages to API docs - Add nav bar to the top of doc page and display the languages for this doc. | non_priority | add languages to api docs add nav bar to the top of doc page and display the languages for this doc | 0 |
27,477 | 13,256,284,938 | IssuesEvent | 2020-08-20 12:27:00 | cpeditor/cpeditor | https://api.github.com/repos/cpeditor/cpeditor | closed | Use QStringLiteral | performance refactor stale | We can use `QStringLiteral` to have better performance. However, that makes the codes longer and harder to maintain. It can't significantly make the application faster, while notably makes the binary file larger.
So I'm wondering whether we should use `QStringLiteral` or not, or should use it in certain places.
BTW, if we use `QStringLiteral`, several things should be noted:
1. It's better to use `QLatin1String` with the `==` operator.
2. It's usually better to use `QStringLiteral`, even if the function has overloads for `const char *`. I've tested (outside of CP Editor) `=`, `+`, `+=`, `==`, `QTextStream::operator<<`, and in all of them `QStringLiteral` is faster than `const char *`.
3. Beware of `QByteArray` and `std::string`. We should use `QByteArrayLiteral` when operating with `QByteArray` or the expected parameter type is `QByteArray`, and use `const char *` when with `std::string`. | True | Use QStringLiteral - We can use `QStringLiteral` to have better performance. However, that makes the codes longer and harder to maintain. It can't significantly make the application faster, while notably makes the binary file larger.
So I'm wondering whether we should use `QStringLiteral` or not, or should use it in certain places.
BTW, if we use `QStringLiteral`, several things should be noted:
1. It's better to use `QLatin1String` with the `==` operator.
2. It's usually better to use `QStringLiteral`, even if the function has overloads for `const char *`. I've tested (outside of CP Editor) `=`, `+`, `+=`, `==`, `QTextStream::operator<<`, and in all of them `QStringLiteral` is faster than `const char *`.
3. Beware of `QByteArray` and `std::string`. We should use `QByteArrayLiteral` when operating with `QByteArray` or the expected parameter type is `QByteArray`, and use `const char *` when with `std::string`. | non_priority | use qstringliteral we can use qstringliteral to have better performance however that makes the codes longer and harder to maintain it can t significantly make the application faster while notably makes the binary file larger so i m wondering whether we should use qstringliteral or not or should use it in certain places btw if we use qstringliteral several things should be noted it s better to use with the operator it s usually better to use qstringliteral even if the function has overloads for const char i ve tested outside of cp editor qtextstream operator and in all of them qstringliteral is faster than const char beware of qbytearray and std string we should use qbytearrayliteral when operating with qbytearray or the expected parameter type is qbytearray and use const char when with std string | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.