Skip to content

fix: ringsize = filelength for perf tests #540

fix: ringsize = filelength for perf tests

fix: ringsize = filelength for perf tests #540

Triggered via pull request October 16, 2023 20:08
Status Success
Total duration 42m 14s
Artifacts

asan.yml

on: pull_request
Matrix: test_with_sanitizers
Fit to window
Zoom out
Zoom in

Annotations

69 warnings
asan.macos-latest.vcpkg-asan-debug
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
asan.macos-latest.vcpkg-asan-debug: rlclientlib/sampling.cc#L130
'sample_after_normalizing<std::__wrap_iter<float *>>' is deprecated: Moved to VW::exploration explorece [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-asan-debug: rlclientlib/sampling.cc#L138
'swap_chosen<reinforcement_learning::container_iterator<reinforcement_learning::action_prob>>' is deprecated: Moved to VW::exploration explorece [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L24
'seed_vw_model' is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L30
'io_buf' is deprecated: io_buf moved into VW namespace [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L33
'initialize' is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L39
'io_buf' is deprecated: io_buf moved into VW namespace [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L42
'initialize' is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L48
'initialize' is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L55
'dealloc_examples' is deprecated: This function is no longer needed and will be removed. [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L60
'finish' is deprecated: If needing to cleanup memory, rely on the workspace destructor. Driver finalization is now handled by VW::workspace::finish(). [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/cmake/VowpalWabbitFeatures.cmake#L24
BUILD_FLATBUFFERS is deprecated. Use -DVW_FEAT_FLATBUFFERS=On instead.
asan.ubuntu-latest.vcpkg-asan-debug
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
asan.ubuntu-latest.vcpkg-asan-debug: rlclientlib/live_model.cc#L131
‘int reinforcement_learning::live_model::request_decision(reinforcement_learning::string_view, unsigned int, reinforcement_learning::decision_response&, reinforcement_learning::api_status*)’ is deprecated: New interface unifying CB with CCB is coming [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-asan-debug: rlclientlib/live_model.cc#L145
‘int reinforcement_learning::live_model::request_multi_slot_decision(const char*, reinforcement_learning::string_view, unsigned int, reinforcement_learning::multi_slot_response&, reinforcement_learning::api_status*)’ is deprecated: New unified example builder interface is coming [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-asan-debug: rlclientlib/live_model.cc#L157
‘int reinforcement_learning::live_model::request_multi_slot_decision(reinforcement_learning::string_view, unsigned int, reinforcement_learning::multi_slot_response&, reinforcement_learning::api_status*)’ is deprecated: New unified example builder interface is coming [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-asan-debug: rlclientlib/live_model.cc#L183
‘int reinforcement_learning::live_model::request_multi_slot_decision(const char*, reinforcement_learning::string_view, unsigned int, reinforcement_learning::multi_slot_response_detailed&, reinforcement_learning::api_status*)’ is deprecated: New unified example builder interface is coming [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-asan-debug: rlclientlib/live_model.cc#L196
‘int reinforcement_learning::live_model::request_multi_slot_decision(reinforcement_learning::string_view, unsigned int, reinforcement_learning::multi_slot_response_detailed&, reinforcement_learning::api_status*)’ is deprecated: New unified example builder interface is coming [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-asan-debug: rlclientlib/sampling.cc#L130
‘int exploration::sample_after_normalizing(uint64_t, It, It, uint32_t&) [with It = __gnu_cxx::__normal_iterator<float*, std::vector<float> >; uint64_t = long unsigned int; uint32_t = unsigned int]’ is deprecated: Moved to VW::exploration explorece [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-asan-debug: rlclientlib/sampling.cc#L138
‘int exploration::swap_chosen(ActionIt, ActionIt, uint32_t) [with ActionIt = reinforcement_learning::container_iterator<reinforcement_learning::action_prob, std::vector<reinforcement_learning::action_prob> >; uint32_t = unsigned int]’ is deprecated: Moved to VW::exploration explorece [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L24
‘VW::workspace* VW::seed_vw_model(VW::workspace*, const string&, VW::trace_message_t, void*)’ is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L30
‘using io_buf = class VW::io_buf’ is deprecated: io_buf moved into VW namespace [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-asan-debug: rlclientlib/vw_model/safe_vw.cc#L33
‘VW::workspace* VW::initialize(const string&, VW::io_buf*, bool, VW::trace_message_t, void*)’ is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-asan-debug
openssl currently requires the following library from the system package
asan.ubuntu-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/cmake/VowpalWabbitFeatures.cmake#L24
BUILD_FLATBUFFERS is deprecated. Use -DVW_FEAT_FLATBUFFERS=On instead.
asan.ubuntu-latest.vcpkg-ubsan-debug
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
asan.ubuntu-latest.vcpkg-ubsan-debug
openssl currently requires the following library from the system package
asan.ubuntu-latest.vcpkg-ubsan-debug: ext_libs/vowpal_wabbit/cmake/VowpalWabbitFeatures.cmake#L24
BUILD_FLATBUFFERS is deprecated. Use -DVW_FEAT_FLATBUFFERS=On instead.
asan.ubuntu-latest.vcpkg-ubsan-debug: rlclientlib/live_model.cc#L131
‘int reinforcement_learning::live_model::request_decision(reinforcement_learning::string_view, unsigned int, reinforcement_learning::decision_response&, reinforcement_learning::api_status*)’ is deprecated: New interface unifying CB with CCB is coming [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-ubsan-debug: rlclientlib/live_model.cc#L145
‘int reinforcement_learning::live_model::request_multi_slot_decision(const char*, reinforcement_learning::string_view, unsigned int, reinforcement_learning::multi_slot_response&, reinforcement_learning::api_status*)’ is deprecated: New unified example builder interface is coming [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-ubsan-debug: rlclientlib/live_model.cc#L157
‘int reinforcement_learning::live_model::request_multi_slot_decision(reinforcement_learning::string_view, unsigned int, reinforcement_learning::multi_slot_response&, reinforcement_learning::api_status*)’ is deprecated: New unified example builder interface is coming [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-ubsan-debug: rlclientlib/live_model.cc#L183
‘int reinforcement_learning::live_model::request_multi_slot_decision(const char*, reinforcement_learning::string_view, unsigned int, reinforcement_learning::multi_slot_response_detailed&, reinforcement_learning::api_status*)’ is deprecated: New unified example builder interface is coming [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-ubsan-debug: rlclientlib/live_model.cc#L196
‘int reinforcement_learning::live_model::request_multi_slot_decision(reinforcement_learning::string_view, unsigned int, reinforcement_learning::multi_slot_response_detailed&, reinforcement_learning::api_status*)’ is deprecated: New unified example builder interface is coming [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-ubsan-debug: rlclientlib/sampling.cc#L130
‘int exploration::sample_after_normalizing(uint64_t, It, It, uint32_t&) [with It = __gnu_cxx::__normal_iterator<float*, std::vector<float> >; uint64_t = long unsigned int; uint32_t = unsigned int]’ is deprecated: Moved to VW::exploration explorece [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-ubsan-debug: rlclientlib/sampling.cc#L138
‘int exploration::swap_chosen(ActionIt, ActionIt, uint32_t) [with ActionIt = reinforcement_learning::container_iterator<reinforcement_learning::action_prob, std::vector<reinforcement_learning::action_prob> >; uint32_t = unsigned int]’ is deprecated: Moved to VW::exploration explorece [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L24
‘VW::workspace* VW::seed_vw_model(VW::workspace*, const string&, VW::trace_message_t, void*)’ is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L30
‘using io_buf = class VW::io_buf’ is deprecated: io_buf moved into VW namespace [-Wdeprecated-declarations]
asan.ubuntu-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L33
‘VW::workspace* VW::initialize(const string&, VW::io_buf*, bool, VW::trace_message_t, void*)’ is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.windows-latest.vcpkg-asan-debug
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/vowpalwabbit/allreduce/src/allreduce_sockets.cc#L117
'hostent': type name first seen using 'struct' now seen using 'class'
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/vowpalwabbit/core/include/vw/core/hashstring.h#L40
'return': conversion from 'size_t' to 'uint32_t', possible loss of data
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/vowpalwabbit/core/include/vw/core/hashstring.h#L40
'return': conversion from 'size_t' to 'uint32_t', possible loss of data
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/vowpalwabbit/core/include/vw/core/vw.h#L298
'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/vowpalwabbit/core/include/vw/core/vw.h#L303
'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/vowpalwabbit/core/include/vw/core/vw.h#L308
'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/vowpalwabbit/core/include/vw/core/vw.h#L315
'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/vowpalwabbit/core/include/vw/core/vw.h#L323
'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/vowpalwabbit/core/include/vw/core/vw.h#L338
'return': conversion from 'uint64_t' to 'uint32_t', possible loss of data
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/vowpalwabbit/core/include/vw/core/hashstring.h#L40
'return': conversion from 'size_t' to 'uint32_t', possible loss of data
asan.windows-latest.vcpkg-asan-debug
Cannot compute hash of vcpkg.json as it was not found (or multiple hits) with glob expression 'D:\a\reinforcement_learning\reinforcement_learning/vcpkg.json'.
asan.windows-latest.vcpkg-asan-debug
boost-system's buildsystem uses very long paths and may fail on your
asan.windows-latest.vcpkg-asan-debug: ext_libs/vowpal_wabbit/cmake/VowpalWabbitFeatures.cmake#L24
BUILD_FLATBUFFERS is deprecated. Use -DVW_FEAT_FLATBUFFERS=On instead.
asan.macos-latest.vcpkg-ubsan-debug
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
asan.macos-latest.vcpkg-ubsan-debug: rlclientlib/sampling.cc#L130
'sample_after_normalizing<std::__wrap_iter<float *>>' is deprecated: Moved to VW::exploration explorece [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-ubsan-debug: rlclientlib/sampling.cc#L138
'swap_chosen<reinforcement_learning::container_iterator<reinforcement_learning::action_prob>>' is deprecated: Moved to VW::exploration explorece [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L24
'seed_vw_model' is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L30
'io_buf' is deprecated: io_buf moved into VW namespace [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L33
'initialize' is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L39
'io_buf' is deprecated: io_buf moved into VW namespace [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L42
'initialize' is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L48
'initialize' is deprecated: Replaced with new unique_ptr based overload. [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L55
'dealloc_examples' is deprecated: This function is no longer needed and will be removed. [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-ubsan-debug: rlclientlib/vw_model/safe_vw.cc#L60
'finish' is deprecated: If needing to cleanup memory, rely on the workspace destructor. Driver finalization is now handled by VW::workspace::finish(). [-Wdeprecated-declarations]
asan.macos-latest.vcpkg-ubsan-debug: ext_libs/vowpal_wabbit/cmake/VowpalWabbitFeatures.cmake#L24
BUILD_FLATBUFFERS is deprecated. Use -DVW_FEAT_FLATBUFFERS=On instead.