Unnamed: 0
int64
1
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
3
438
labels
stringlengths
4
308
body
stringlengths
7
254k
index
stringclasses
7 values
text_combine
stringlengths
96
254k
label
stringclasses
2 values
text
stringlengths
96
246k
binary_label
int64
0
1
4,603
23,849,817,593
IssuesEvent
2022-09-06 16:50:40
ocsf/ocsf-schema
https://api.github.com/repos/ocsf/ocsf-schema
closed
All first release event classes complete and merged into main
maintainers
First release Event Classes, checkbox checked if class complete and merged into main - [ ] Account Change Audit - [ ] Application Lifecycle - [ ] Authentication Audit - [ ] Authorization Audit - [ ] Base Inventory - [ ] Cloud API - [ ] Container Lifecycle - [ ] DHCP Activity - [ ] DNS Activity - [ ] Database Lifecycle - [ ] Device Status - [ ] Entity Audit - [ ] File Access Activity - [ ] File Activity - [ ] Folder Activity - [ ] HTTP Activity - [ ] Kernel Activity - [ ] Memory Activity - [ ] Module Activity - [ ] Network Activity - [ ] Peripheral Activity - [ ] Process Activity - [ ] RDP Activity - [ ] Registry Key Activity - [ ] Registry Value Activity - [ ] Resource Activity - [ ] SMB Activity - [ ] Scheduled Job Activity - [ ] Security Finding
True
All first release event classes complete and merged into main - First release Event Classes, checkbox checked if class complete and merged into main - [ ] Account Change Audit - [ ] Application Lifecycle - [ ] Authentication Audit - [ ] Authorization Audit - [ ] Base Inventory - [ ] Cloud API - [ ] Container Lifecycle - [ ] DHCP Activity - [ ] DNS Activity - [ ] Database Lifecycle - [ ] Device Status - [ ] Entity Audit - [ ] File Access Activity - [ ] File Activity - [ ] Folder Activity - [ ] HTTP Activity - [ ] Kernel Activity - [ ] Memory Activity - [ ] Module Activity - [ ] Network Activity - [ ] Peripheral Activity - [ ] Process Activity - [ ] RDP Activity - [ ] Registry Key Activity - [ ] Registry Value Activity - [ ] Resource Activity - [ ] SMB Activity - [ ] Scheduled Job Activity - [ ] Security Finding
main
all first release event classes complete and merged into main first release event classes checkbox checked if class complete and merged into main account change audit application lifecycle authentication audit authorization audit base inventory cloud api container lifecycle dhcp activity dns activity database lifecycle device status entity audit file access activity file activity folder activity http activity kernel activity memory activity module activity network activity peripheral activity process activity rdp activity registry key activity registry value activity resource activity smb activity scheduled job activity security finding
1
297,444
25,731,912,270
IssuesEvent
2022-12-07 21:01:00
bounswe/bounswe2022group2
https://api.github.com/repos/bounswe/bounswe2022group2
closed
Frontend: Unit Tests for Categories Page
priority-medium status-needreview front-end tests
### Issue Description The development of the categories page was strongly dependent on the other parts of our web application. Thus, it was not ready for unit test by the second customer demo. However, since the categories page is now complete, we need to test it by using unit tests before getting it done completely. So, I will implement unit tests for the categories page and provide results here. ### Step Details Steps that will be performed: - [x] Test the page snapshot - [x] Test if components are rendered correctly - [x] Share results ### Final Actions I will create a separate branch on our frontend development branch and then do the implementation of the unit testing. When everything is set and done, I will be creating a pull request accordingly and link that pull request to this issue. Upon approval and merging, the changes will be live on our development branch and this issue will be closed. ### Deadline of the Issue 07.12.2022 - Wednesday - 23.59 ### Reviewer Koray Tekin ### Deadline for the Review 08.12.2022 - Thursday - 23.59
1.0
Frontend: Unit Tests for Categories Page - ### Issue Description The development of the categories page was strongly dependent on the other parts of our web application. Thus, it was not ready for unit test by the second customer demo. However, since the categories page is now complete, we need to test it by using unit tests before getting it done completely. So, I will implement unit tests for the categories page and provide results here. ### Step Details Steps that will be performed: - [x] Test the page snapshot - [x] Test if components are rendered correctly - [x] Share results ### Final Actions I will create a separate branch on our frontend development branch and then do the implementation of the unit testing. When everything is set and done, I will be creating a pull request accordingly and link that pull request to this issue. Upon approval and merging, the changes will be live on our development branch and this issue will be closed. ### Deadline of the Issue 07.12.2022 - Wednesday - 23.59 ### Reviewer Koray Tekin ### Deadline for the Review 08.12.2022 - Thursday - 23.59
non_main
frontend unit tests for categories page issue description the development of the categories page was strongly dependent on the other parts of our web application thus it was not ready for unit test by the second customer demo however since the categories page is now complete we need to test it by using unit tests before getting it done completely so i will implement unit tests for the categories page and provide results here step details steps that will be performed test the page snapshot test if components are rendered correctly share results final actions i will create a separate branch on our frontend development branch and then do the implementation of the unit testing when everything is set and done i will be creating a pull request accordingly and link that pull request to this issue upon approval and merging the changes will be live on our development branch and this issue will be closed deadline of the issue wednesday reviewer koray tekin deadline for the review thursday
0
1,651
6,572,678,837
IssuesEvent
2017-09-11 04:20:40
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
Support for fuzzy versioning in openbsd_pkg to handle non-branch ambiguities
affects_2.2 feature_idea waiting_on_maintainer
##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME openbsd_pkg ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION ``` [privilege_escalation] become = True ``` Managed host running OpenBSD 6.0: ``` ansible_become_method: doas ``` ##### OS / ENVIRONMENT Ansible run from OpenBSD 5.7 & Python 2.7.9, managed OS OpenBSD 6.0 & Python 2.7.12. ##### SUMMARY Referring back to #97 - with addition of support for branches, some ambiguities in OpenBSD package version matching are addressed, but others it seems remain. For example, installing the gnupg-2 package requires fuzzy versioning as the version is not a 'branch'. ##### STEPS TO REPRODUCE In OpenBSD 6.0, the GnuPG package exists in three versions: two for 1.4 and one for 2.1. ``` $ pkg_info gnupg | fgrep .openbsd.org Information for http://ftp5.usa.openbsd.org/pub/OpenBSD/6.0/packages/amd64/gnupg-1.4.19p2.tgz Information for http://ftp5.usa.openbsd.org/pub/OpenBSD/6.0/packages/amd64/gnupg-1.4.19p2-card-ldap.tgz Information for http://ftp5.usa.openbsd.org/pub/OpenBSD/6.0/packages/amd64/gnupg-2.1.9p0.tgz ``` I can't find a way to install the 2.x package without specifying the complete version (as gnupg-2.1.9p0), unless using the fuzzy package addition support (*pkg_add(1)* `-z`). The following from the command line does the trick: ``` $ doas pkg_add -z 'gnupg-2*' quirks-2.241 signed on 2016-07-26T16:56:10Z gnupg-2.1.9p0:npth-1.2: ok gnupg-2.1.9p0:gmp-5.0.2p3: ok gnupg-2.1.9p0:libnettle-3.2: ok gnupg-2.1.9p0:libtasn1-4.8: ok gnupg-2.1.9p0:p11-kit-0.23.2p0: ok gnupg-2.1.9p0:gnutls-3.4.14: ok gnupg-2.1.9p0:libgpg-error-1.23: ok gnupg-2.1.9p0:libksba-1.3.3p0: ok gnupg-2.1.9p0:libusb1-1.0.20: ok gnupg-2.1.9p0:libusb-compat-0.1.5p0: ok gnupg-2.1.9p0:libassuan-2.1.1: ok gnupg-2.1.9p0:pcre-8.38p0: ok gnupg-2.1.9p0:libelf-0.8.13p3: ok gnupg-2.1.9p0:glib2-2.48.1: ok gnupg-2.1.9p0:libgcrypt-1.7.1: ok gnupg-2.1.9p0:libsecret-0.18.5: ok gnupg-2.1.9p0:pinentry-0.9.6p3: ok gnupg-2.1.9p0: ok Look in /usr/local/share/doc/pkg-readmes for extra documentation. ``` This notably fails: ``` - name: install package openbsd_pkg: name: "{{ item }}" state: present with_items: - gnupg-2* ``` ``` TASK [openbsd_common : install common packages] ******************************** failed: [molodetz-new] (item=gnupg-2*) => {"failed": true, "item": "gnupg-2*", "msg": "Error from http://ftp5.usa.openbsd.org/pub/OpenBSD/6.0/packages/amd64/gnupg-2*.tgz\nftp: Error retrieving file: 404 Not Found\n"} ``` ##### EXPECTED RESULTS With support for fuzzy package addition as an option (e.g. using `fuzzy=yes` as considered in #97, users could handle use cases like this at the risk of some of the potential complications @eest / @landryb conceived. ##### ACTUAL RESULTS Currently it seems that some important convenience (futureproofing/reducing failures & maintenance of playbooks) cannot be achieved without parity to the underlying `pkg_add` tool.
True
Support for fuzzy versioning in openbsd_pkg to handle non-branch ambiguities - ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME openbsd_pkg ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION ``` [privilege_escalation] become = True ``` Managed host running OpenBSD 6.0: ``` ansible_become_method: doas ``` ##### OS / ENVIRONMENT Ansible run from OpenBSD 5.7 & Python 2.7.9, managed OS OpenBSD 6.0 & Python 2.7.12. ##### SUMMARY Referring back to #97 - with addition of support for branches, some ambiguities in OpenBSD package version matching are addressed, but others it seems remain. For example, installing the gnupg-2 package requires fuzzy versioning as the version is not a 'branch'. ##### STEPS TO REPRODUCE In OpenBSD 6.0, the GnuPG package exists in three versions: two for 1.4 and one for 2.1. ``` $ pkg_info gnupg | fgrep .openbsd.org Information for http://ftp5.usa.openbsd.org/pub/OpenBSD/6.0/packages/amd64/gnupg-1.4.19p2.tgz Information for http://ftp5.usa.openbsd.org/pub/OpenBSD/6.0/packages/amd64/gnupg-1.4.19p2-card-ldap.tgz Information for http://ftp5.usa.openbsd.org/pub/OpenBSD/6.0/packages/amd64/gnupg-2.1.9p0.tgz ``` I can't find a way to install the 2.x package without specifying the complete version (as gnupg-2.1.9p0), unless using the fuzzy package addition support (*pkg_add(1)* `-z`). The following from the command line does the trick: ``` $ doas pkg_add -z 'gnupg-2*' quirks-2.241 signed on 2016-07-26T16:56:10Z gnupg-2.1.9p0:npth-1.2: ok gnupg-2.1.9p0:gmp-5.0.2p3: ok gnupg-2.1.9p0:libnettle-3.2: ok gnupg-2.1.9p0:libtasn1-4.8: ok gnupg-2.1.9p0:p11-kit-0.23.2p0: ok gnupg-2.1.9p0:gnutls-3.4.14: ok gnupg-2.1.9p0:libgpg-error-1.23: ok gnupg-2.1.9p0:libksba-1.3.3p0: ok gnupg-2.1.9p0:libusb1-1.0.20: ok gnupg-2.1.9p0:libusb-compat-0.1.5p0: ok gnupg-2.1.9p0:libassuan-2.1.1: ok gnupg-2.1.9p0:pcre-8.38p0: ok gnupg-2.1.9p0:libelf-0.8.13p3: ok gnupg-2.1.9p0:glib2-2.48.1: ok gnupg-2.1.9p0:libgcrypt-1.7.1: ok gnupg-2.1.9p0:libsecret-0.18.5: ok gnupg-2.1.9p0:pinentry-0.9.6p3: ok gnupg-2.1.9p0: ok Look in /usr/local/share/doc/pkg-readmes for extra documentation. ``` This notably fails: ``` - name: install package openbsd_pkg: name: "{{ item }}" state: present with_items: - gnupg-2* ``` ``` TASK [openbsd_common : install common packages] ******************************** failed: [molodetz-new] (item=gnupg-2*) => {"failed": true, "item": "gnupg-2*", "msg": "Error from http://ftp5.usa.openbsd.org/pub/OpenBSD/6.0/packages/amd64/gnupg-2*.tgz\nftp: Error retrieving file: 404 Not Found\n"} ``` ##### EXPECTED RESULTS With support for fuzzy package addition as an option (e.g. using `fuzzy=yes` as considered in #97, users could handle use cases like this at the risk of some of the potential complications @eest / @landryb conceived. ##### ACTUAL RESULTS Currently it seems that some important convenience (futureproofing/reducing failures & maintenance of playbooks) cannot be achieved without parity to the underlying `pkg_add` tool.
main
support for fuzzy versioning in openbsd pkg to handle non branch ambiguities issue type feature idea component name openbsd pkg ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration become true managed host running openbsd ansible become method doas os environment ansible run from openbsd python managed os openbsd python summary referring back to with addition of support for branches some ambiguities in openbsd package version matching are addressed but others it seems remain for example installing the gnupg package requires fuzzy versioning as the version is not a branch steps to reproduce in openbsd the gnupg package exists in three versions two for and one for pkg info gnupg fgrep openbsd org information for information for information for i can t find a way to install the x package without specifying the complete version as gnupg unless using the fuzzy package addition support pkg add z the following from the command line does the trick doas pkg add z gnupg quirks signed on gnupg npth ok gnupg gmp ok gnupg libnettle ok gnupg ok gnupg kit ok gnupg gnutls ok gnupg libgpg error ok gnupg libksba ok gnupg ok gnupg libusb compat ok gnupg libassuan ok gnupg pcre ok gnupg libelf ok gnupg ok gnupg libgcrypt ok gnupg libsecret ok gnupg pinentry ok gnupg ok look in usr local share doc pkg readmes for extra documentation this notably fails name install package openbsd pkg name item state present with items gnupg task failed item gnupg failed true item gnupg msg error from error retrieving file not found n expected results with support for fuzzy package addition as an option e g using fuzzy yes as considered in users could handle use cases like this at the risk of some of the potential complications eest landryb conceived actual results currently it seems that some important convenience futureproofing reducing failures maintenance of playbooks cannot be achieved without parity to the underlying pkg add tool
1
151,164
23,771,737,256
IssuesEvent
2022-09-01 16:56:22
bcgov/cloud-pathfinder
https://api.github.com/repos/bcgov/cloud-pathfinder
reopened
Onboard new Service Design contractor
Service Design CPF Member Onboarding
**Describe the issue** We have a CPF dedicated resource for Service Design and we would like to onboard them. **Additional context** - Bahaa has prepped for this in a prior ticket - PO will have a couple intro meetings then intro to Bahaa **Definition of done** - Bahaa introduces UX/Service Design in gov, give history of team and warm welcome - Book meetings to attend the multi-disciplinary onboarding, technical onboarding
1.0
Onboard new Service Design contractor - **Describe the issue** We have a CPF dedicated resource for Service Design and we would like to onboard them. **Additional context** - Bahaa has prepped for this in a prior ticket - PO will have a couple intro meetings then intro to Bahaa **Definition of done** - Bahaa introduces UX/Service Design in gov, give history of team and warm welcome - Book meetings to attend the multi-disciplinary onboarding, technical onboarding
non_main
onboard new service design contractor describe the issue we have a cpf dedicated resource for service design and we would like to onboard them additional context bahaa has prepped for this in a prior ticket po will have a couple intro meetings then intro to bahaa definition of done bahaa introduces ux service design in gov give history of team and warm welcome book meetings to attend the multi disciplinary onboarding technical onboarding
0
116,964
25,020,008,407
IssuesEvent
2022-11-03 23:02:07
iree-org/iree
https://api.github.com/repos/iree-org/iree
closed
LLVM throws an incompatible argument type error during llvm::cast when compiling training for a simple DNN model
bug 🐞 codegen/llvm
### What happened? IREE fails to compile the training step for a simple two-layer DNN model created using IREE-JAX and [PAX](https://github.com/google/paxml) to `llvm-cpu` due to the following error: ``` iree-compile: .../iree/third_party/llvm-project/llvm/include/llvm/Support/Casting.h:566: decltype(auto) llvm::cast(const From &) [To = mlir::IntegerType, From = mlir::Type]: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed ``` Being as simple as it is, this model would need to work in order for IREE to be able to train any other PAX models, including hotword and ASR. ### Steps to reproduce your issue The error can be reproduced by running the following command on [`hotword_raw_dnn.mlir`](https://gist.github.com/phoenix-meadowlark/ccd130689fb9ae8164cb5159abc4b89c): ```shell iree-compile \ --iree-hal-target-backends=llvm-cpu \ --iree-input-type=mhlo \ /tmp/hotword_raw_dnn.mlir \ -o /tmp/hotword_raw_dnn.vmfb ``` ``` iree-compile: .../iree/third_party/llvm-project/llvm/include/llvm/Support/Casting.h:566: decltype(auto) llvm::cast(const From &) [To = mlir::IntegerType, From = mlir::Type]: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed. PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. #0 0x000055fd4b873e83 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) .../iree/third_party/llvm-project/llvm/lib/Support/Unix/Signals.inc:569:13 #1 0x000055fd4b872100 llvm::sys::RunSignalHandlers() .../iree/third_party/llvm-project/llvm/lib/Support/Signals.cpp:105:18 #2 0x000055fd4b8741ea SignalHandler(int) .../iree/third_party/llvm-project/llvm/lib/Support/Unix/Signals.inc:407:1 #3 0x00007f3e5ac93200 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12200) #4 0x00007f3e5a45f8c1 raise ./signal/../sysdeps/unix/sysv/linux/raise.c:50:1 #5 0x00007f3e5a449546 abort ./stdlib/abort.c:81:7 #6 0x00007f3e5a44942f get_sysdep_segment_value ./intl/loadmsgcat.c:509:8 #7 0x00007f3e5a44942f _nl_load_domain ./intl/loadmsgcat.c:970:34 #8 0x00007f3e5a458242 (/lib/x86_64-linux-gnu/libc.so.6+0x31242) #9 0x000055fd4b60ebad decltype(auto) llvm::cast<mlir::IntegerAttr, mlir::Attribute>(mlir::Attribute const&) .../iree/third_party/llvm-project/llvm/include/llvm/Support/Casting.h:566:3 #10 0x000055fd4b60ebad mlir::IntegerAttr mlir::Attribute::cast<mlir::IntegerAttr>() const .../iree/third_party/llvm-project/mlir/include/mlir/IR/Attributes.h:138:10 #11 0x000055fd4b60ebad mlir::arith::CmpIOp::fold(llvm::ArrayRef<mlir::Attribute>) .../iree/third_party/llvm-project/mlir/lib/Dialect/Arith/IR/ArithOps.cpp:1501:30 #12 0x000055fd4b658953 mlir::LogicalResult mlir::Op<mlir::arith::CmpIOp, mlir::OpTrait::ZeroRegions, mlir::OpTrait::OneResult, mlir::OpTrait::OneTypedResult<mlir::Type>::Impl, mlir::OpTrait::ZeroSuccessors, mlir::OpTrait::NOperands<2u>::Impl, mlir::OpTrait::OpInvariants, mlir::InferIntRangeInterface::Trait, mlir::OpTrait::SameTypeOperands, mlir::ConditionallySpeculatable::Trait, mlir::OpTrait::AlwaysSpeculatableImplTrait, mlir::MemoryEffectOpInterface::Trait, mlir::VectorUnrollOpInterface::Trait, mlir::OpTrait::Elementwise, mlir::OpTrait::Scalarizable, mlir::OpTrait::Vectorizable, mlir::OpTrait::Tensorizable>::foldSingleResultHook<mlir::arith::CmpIOp>(mlir::Operation*, llvm::ArrayRef<mlir::Attribute>, llvm::SmallVectorImpl<mlir::OpFoldResult>&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/OpDefinition.h:1801:49 #13 0x000055fd4b73492e llvm::unique_function<mlir::LogicalResult (mlir::Operation*, llvm::ArrayRef<mlir::Attribute>, llvm::SmallVectorImpl<mlir::OpFoldResult>&) const>::operator()(mlir::Operation*, llvm::ArrayRef<mlir::Attribute>, llvm::SmallVectorImpl<mlir::OpFoldResult>&) const .../iree/third_party/llvm-project/llvm/include/llvm/ADT/FunctionExtras.h:409:12 #14 0x000055fd4b73492e mlir::RegisteredOperationName::foldHook(mlir::Operation*, llvm::ArrayRef<mlir::Attribute>, llvm::SmallVectorImpl<mlir::OpFoldResult>&) const .../iree/third_party/llvm-project/mlir/include/mlir/IR/OperationSupport.h:334:12 #15 0x000055fd4b73492e mlir::Operation::fold(llvm::ArrayRef<mlir::Attribute>, llvm::SmallVectorImpl<mlir::OpFoldResult>&) .../iree/third_party/llvm-project/mlir/lib/IR/Operation.cpp:495:31 #16 0x000055fd4b4e445f mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #17 0x000055fd4b4e445f mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #18 0x000055fd4b4e445f mlir::OperationFolder::tryToFold(mlir::OpBuilder&, mlir::Operation*, llvm::SmallVectorImpl<mlir::Value>&, llvm::function_ref<void (mlir::Operation*)>) .../iree/third_party/llvm-project/mlir/lib/Transforms/Utils/FoldUtils.cpp:254:7 #19 0x000055fd4b4e3e05 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #20 0x000055fd4b4e3e05 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #21 0x000055fd4b4e3e05 mlir::OperationFolder::tryToFold(mlir::Operation*, llvm::function_ref<void (mlir::Operation*)>, llvm::function_ref<void (mlir::Operation*)>, bool*) .../iree/third_party/llvm-project/mlir/lib/Transforms/Utils/FoldUtils.cpp:90:7 #22 0x000055fd4b4e89b6 mlir::LogicalResult::succeeded() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:41:35 #23 0x000055fd4b4e89b6 mlir::succeeded(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:68:61 #24 0x000055fd4b4e89b6 (anonymous namespace)::GreedyPatternRewriteDriver::simplify(llvm::MutableArrayRef<mlir::Region>) .../iree/third_party/llvm-project/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp:237:12 #25 0x000055fd4b4e89b6 mlir::applyPatternsAndFoldGreedily(llvm::MutableArrayRef<mlir::Region>, mlir::FrozenRewritePatternSet const&, mlir::GreedyRewriteConfig) .../iree/third_party/llvm-project/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp:405:27 #26 0x000055fd495a8e76 mlir::iree_compiler::IREE::LinalgExt::(anonymous namespace)::LinalgStrategyVectorizePass::runOnOperation() .../iree/llvm-external-projects/iree-dialects/lib/Dialect/LinalgExt/Transforms/Transforms.cpp:571:5 #27 0x000055fd4b53c1de mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:11 #28 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #29 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #30 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #31 0x000055fd4b540cc3 mlir::LogicalResult llvm::function_ref<mlir::LogicalResult (mlir::OpPassManager&, mlir::Operation*)>::callback_fn<mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int)::$_4>(long, mlir::OpPassManager&, mlir::Operation*) .../iree/third_party/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:5 #32 0x000055fd48d2aa3c mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #33 0x000055fd48d2aa3c mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #34 0x000055fd48d2aa3c (anonymous namespace)::LinalgSingleTilingExpertPass::runOnOperation() .../iree/compiler/src/iree/compiler/Codegen/Sandbox/LinalgTensorCodegenDriver.cpp:637:7 #35 0x000055fd4b53c1de mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:11 #36 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #37 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #38 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #39 0x000055fd4b53e078 std::vector<std::atomic<bool>, std::allocator<std::atomic<bool> > >::operator[](unsigned long) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/stl_vector.h:1124:25 #40 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12::operator()(mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo&) const .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:758:5 #41 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:46:18 #42 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:92:10 #43 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:763:14 #44 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::runOnOperation(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:5 #45 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:467:14 #46 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #47 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #48 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #49 0x000055fd4b53e078 std::vector<std::atomic<bool>, std::allocator<std::atomic<bool> > >::operator[](unsigned long) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/stl_vector.h:1124:25 #50 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12::operator()(mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo&) const .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:758:5 #51 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:46:18 #52 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:92:10 #53 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:763:14 #54 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::runOnOperation(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:5 #55 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:467:14 #56 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #57 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #58 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #59 0x000055fd4b540cc3 mlir::LogicalResult llvm::function_ref<mlir::LogicalResult (mlir::OpPassManager&, mlir::Operation*)>::callback_fn<mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int)::$_4>(long, mlir::OpPassManager&, mlir::Operation*) .../iree/third_party/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:5 #60 0x000055fd4835adf8 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/llvm/../mlir/include/mlir/Support/LogicalResult.h:44:33 #61 0x000055fd4835adf8 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/llvm/../mlir/include/mlir/Support/LogicalResult.h:72:58 #62 0x000055fd4835adf8 mlir::iree_compiler::(anonymous namespace)::LLVMCPULowerExecutableTargetPass::runOnOperation() .../iree/compiler/src/iree/compiler/Codegen/LLVMCPU/LLVMCPULowerExecutableTarget.cpp:248:7 #63 0x000055fd4b53c1de mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:11 #64 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #65 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #66 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #67 0x000055fd4b540cc3 mlir::LogicalResult llvm::function_ref<mlir::LogicalResult (mlir::OpPassManager&, mlir::Operation*)>::callback_fn<mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int)::$_4>(long, mlir::OpPassManager&, mlir::Operation*) .../iree/third_party/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:5 #68 0x000055fd49cdfd09 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #69 0x000055fd49cdfd09 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #70 0x000055fd49cdfd09 mlir::iree_compiler::IREE::HAL::TranslateTargetExecutableVariantsPass::runOnOperation() .../iree/compiler/src/iree/compiler/Dialect/HAL/Transforms/TranslateExecutables.cpp:67:9 #71 0x000055fd4b53c1de mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:11 #72 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #73 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #74 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #75 0x000055fd4b53e078 std::vector<std::atomic<bool>, std::allocator<std::atomic<bool> > >::operator[](unsigned long) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/stl_vector.h:1124:25 #76 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12::operator()(mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo&) const .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:758:5 #77 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:46:18 #78 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:92:10 #79 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:763:14 #80 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::runOnOperation(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:5 #81 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:467:14 #82 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #83 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #84 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #85 0x000055fd4b540cc3 mlir::LogicalResult llvm::function_ref<mlir::LogicalResult (mlir::OpPassManager&, mlir::Operation*)>::callback_fn<mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int)::$_4>(long, mlir::OpPassManager&, mlir::Operation*) .../iree/third_party/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:5 #86 0x000055fd49ce0805 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #87 0x000055fd49ce0805 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #88 0x000055fd49ce0805 mlir::iree_compiler::IREE::HAL::TranslateExecutablesPass::runOnOperation() .../iree/compiler/src/iree/compiler/Dialect/HAL/Transforms/TranslateExecutables.cpp:121:9 #89 0x000055fd4b53c1de mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:11 #90 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #91 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #92 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #93 0x000055fd4b54184f mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12::operator()(mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo&) const .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:758:5 #94 0x000055fd4b54184f mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&)::'lambda'()::operator()() const .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:62:18 #95 0x000055fd4b54184f __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > > std::__invoke_impl<void, mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&)::'lambda'()&>(std::__invoke_other, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:61:14 #96 0x000055fd4b54184f std::enable_if<is_invocable_r_v<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > > >::type std::__invoke_r<void, mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&)::'lambda'()&>(mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:111:2 #97 0x000055fd4b54184f std::_Function_handler<void (), mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&)::'lambda'()>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_function.h:290:9 #98 0x000055fd4b4c3936 std::__shared_ptr<std::promise<void>, (__gnu_cxx::_Lock_policy)2>::get() const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/shared_ptr_base.h:1666:16 #99 0x000055fd4b4c3936 std::__shared_ptr_access<std::promise<void>, (__gnu_cxx::_Lock_policy)2, false, false>::_M_get() const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/shared_ptr_base.h:1363:66 #100 0x000055fd4b4c3936 std::__shared_ptr_access<std::promise<void>, (__gnu_cxx::_Lock_policy)2, false, false>::operator->() const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/shared_ptr_base.h:1357:9 #101 0x000055fd4b4c3936 llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()::operator()() const .../iree/third_party/llvm-project/llvm/include/llvm/Support/ThreadPool.h:136:15 #102 0x000055fd4b4c3936 void std::__invoke_impl<void, llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()&>(std::__invoke_other, llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:61:14 #103 0x000055fd4b4c3936 std::enable_if<is_invocable_r_v<void, llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()&>, void>::type std::__invoke_r<void, llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()&>(llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:111:2 #104 0x000055fd4b4c3936 std::_Function_handler<void (), llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_function.h:290:9 #105 0x000055fd4b81af60 llvm::ThreadPool::processTasks(llvm::ThreadPoolTaskGroup*) .../iree/third_party/llvm-project/llvm/lib/Support/ThreadPool.cpp:102:5 #106 0x000055fd4b81bce3 std::default_delete<std::tuple<llvm::ThreadPool::grow(int)::$_0> >::operator()(std::tuple<llvm::ThreadPool::grow(int)::$_0>*) const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/unique_ptr.h:95:2 #107 0x000055fd4b81bce3 std::unique_ptr<std::tuple<llvm::ThreadPool::grow(int)::$_0>, std::default_delete<std::tuple<llvm::ThreadPool::grow(int)::$_0> > >::~unique_ptr() /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/unique_ptr.h:396:4 #108 0x000055fd4b81bce3 void llvm::thread::GenericThreadProxy<std::tuple<llvm::ThreadPool::grow(int)::$_0> >(void*) .../iree/third_party/llvm-project/llvm/include/llvm/Support/thread.h:51:3 #109 0x000055fd4b81bce3 void* llvm::thread::ThreadProxy<std::tuple<llvm::ThreadPool::grow(int)::$_0> >(void*) .../iree/third_party/llvm-project/llvm/include/llvm/Support/thread.h:60:5 #110 0x00007f3e5ac88d80 start_thread ./nptl/pthread_create.c:482:7 #111 0x00007f3e5a521baf __clone ./misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:97:0 [1] 3772733 IOT instruction iree-compile --iree-hal-target-backends=llvm-cpu --iree-input-type=mhlo -o ``` ### What component(s) does this issue relate to? Compiler ### Version information 4d1b61368ce94b254b57caba66b0cca5b3bda032 ### Additional context _No response_
1.0
LLVM throws an incompatible argument type error during llvm::cast when compiling training for a simple DNN model - ### What happened? IREE fails to compile the training step for a simple two-layer DNN model created using IREE-JAX and [PAX](https://github.com/google/paxml) to `llvm-cpu` due to the following error: ``` iree-compile: .../iree/third_party/llvm-project/llvm/include/llvm/Support/Casting.h:566: decltype(auto) llvm::cast(const From &) [To = mlir::IntegerType, From = mlir::Type]: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed ``` Being as simple as it is, this model would need to work in order for IREE to be able to train any other PAX models, including hotword and ASR. ### Steps to reproduce your issue The error can be reproduced by running the following command on [`hotword_raw_dnn.mlir`](https://gist.github.com/phoenix-meadowlark/ccd130689fb9ae8164cb5159abc4b89c): ```shell iree-compile \ --iree-hal-target-backends=llvm-cpu \ --iree-input-type=mhlo \ /tmp/hotword_raw_dnn.mlir \ -o /tmp/hotword_raw_dnn.vmfb ``` ``` iree-compile: .../iree/third_party/llvm-project/llvm/include/llvm/Support/Casting.h:566: decltype(auto) llvm::cast(const From &) [To = mlir::IntegerType, From = mlir::Type]: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed. PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. #0 0x000055fd4b873e83 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) .../iree/third_party/llvm-project/llvm/lib/Support/Unix/Signals.inc:569:13 #1 0x000055fd4b872100 llvm::sys::RunSignalHandlers() .../iree/third_party/llvm-project/llvm/lib/Support/Signals.cpp:105:18 #2 0x000055fd4b8741ea SignalHandler(int) .../iree/third_party/llvm-project/llvm/lib/Support/Unix/Signals.inc:407:1 #3 0x00007f3e5ac93200 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12200) #4 0x00007f3e5a45f8c1 raise ./signal/../sysdeps/unix/sysv/linux/raise.c:50:1 #5 0x00007f3e5a449546 abort ./stdlib/abort.c:81:7 #6 0x00007f3e5a44942f get_sysdep_segment_value ./intl/loadmsgcat.c:509:8 #7 0x00007f3e5a44942f _nl_load_domain ./intl/loadmsgcat.c:970:34 #8 0x00007f3e5a458242 (/lib/x86_64-linux-gnu/libc.so.6+0x31242) #9 0x000055fd4b60ebad decltype(auto) llvm::cast<mlir::IntegerAttr, mlir::Attribute>(mlir::Attribute const&) .../iree/third_party/llvm-project/llvm/include/llvm/Support/Casting.h:566:3 #10 0x000055fd4b60ebad mlir::IntegerAttr mlir::Attribute::cast<mlir::IntegerAttr>() const .../iree/third_party/llvm-project/mlir/include/mlir/IR/Attributes.h:138:10 #11 0x000055fd4b60ebad mlir::arith::CmpIOp::fold(llvm::ArrayRef<mlir::Attribute>) .../iree/third_party/llvm-project/mlir/lib/Dialect/Arith/IR/ArithOps.cpp:1501:30 #12 0x000055fd4b658953 mlir::LogicalResult mlir::Op<mlir::arith::CmpIOp, mlir::OpTrait::ZeroRegions, mlir::OpTrait::OneResult, mlir::OpTrait::OneTypedResult<mlir::Type>::Impl, mlir::OpTrait::ZeroSuccessors, mlir::OpTrait::NOperands<2u>::Impl, mlir::OpTrait::OpInvariants, mlir::InferIntRangeInterface::Trait, mlir::OpTrait::SameTypeOperands, mlir::ConditionallySpeculatable::Trait, mlir::OpTrait::AlwaysSpeculatableImplTrait, mlir::MemoryEffectOpInterface::Trait, mlir::VectorUnrollOpInterface::Trait, mlir::OpTrait::Elementwise, mlir::OpTrait::Scalarizable, mlir::OpTrait::Vectorizable, mlir::OpTrait::Tensorizable>::foldSingleResultHook<mlir::arith::CmpIOp>(mlir::Operation*, llvm::ArrayRef<mlir::Attribute>, llvm::SmallVectorImpl<mlir::OpFoldResult>&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/OpDefinition.h:1801:49 #13 0x000055fd4b73492e llvm::unique_function<mlir::LogicalResult (mlir::Operation*, llvm::ArrayRef<mlir::Attribute>, llvm::SmallVectorImpl<mlir::OpFoldResult>&) const>::operator()(mlir::Operation*, llvm::ArrayRef<mlir::Attribute>, llvm::SmallVectorImpl<mlir::OpFoldResult>&) const .../iree/third_party/llvm-project/llvm/include/llvm/ADT/FunctionExtras.h:409:12 #14 0x000055fd4b73492e mlir::RegisteredOperationName::foldHook(mlir::Operation*, llvm::ArrayRef<mlir::Attribute>, llvm::SmallVectorImpl<mlir::OpFoldResult>&) const .../iree/third_party/llvm-project/mlir/include/mlir/IR/OperationSupport.h:334:12 #15 0x000055fd4b73492e mlir::Operation::fold(llvm::ArrayRef<mlir::Attribute>, llvm::SmallVectorImpl<mlir::OpFoldResult>&) .../iree/third_party/llvm-project/mlir/lib/IR/Operation.cpp:495:31 #16 0x000055fd4b4e445f mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #17 0x000055fd4b4e445f mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #18 0x000055fd4b4e445f mlir::OperationFolder::tryToFold(mlir::OpBuilder&, mlir::Operation*, llvm::SmallVectorImpl<mlir::Value>&, llvm::function_ref<void (mlir::Operation*)>) .../iree/third_party/llvm-project/mlir/lib/Transforms/Utils/FoldUtils.cpp:254:7 #19 0x000055fd4b4e3e05 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #20 0x000055fd4b4e3e05 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #21 0x000055fd4b4e3e05 mlir::OperationFolder::tryToFold(mlir::Operation*, llvm::function_ref<void (mlir::Operation*)>, llvm::function_ref<void (mlir::Operation*)>, bool*) .../iree/third_party/llvm-project/mlir/lib/Transforms/Utils/FoldUtils.cpp:90:7 #22 0x000055fd4b4e89b6 mlir::LogicalResult::succeeded() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:41:35 #23 0x000055fd4b4e89b6 mlir::succeeded(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:68:61 #24 0x000055fd4b4e89b6 (anonymous namespace)::GreedyPatternRewriteDriver::simplify(llvm::MutableArrayRef<mlir::Region>) .../iree/third_party/llvm-project/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp:237:12 #25 0x000055fd4b4e89b6 mlir::applyPatternsAndFoldGreedily(llvm::MutableArrayRef<mlir::Region>, mlir::FrozenRewritePatternSet const&, mlir::GreedyRewriteConfig) .../iree/third_party/llvm-project/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp:405:27 #26 0x000055fd495a8e76 mlir::iree_compiler::IREE::LinalgExt::(anonymous namespace)::LinalgStrategyVectorizePass::runOnOperation() .../iree/llvm-external-projects/iree-dialects/lib/Dialect/LinalgExt/Transforms/Transforms.cpp:571:5 #27 0x000055fd4b53c1de mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:11 #28 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #29 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #30 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #31 0x000055fd4b540cc3 mlir::LogicalResult llvm::function_ref<mlir::LogicalResult (mlir::OpPassManager&, mlir::Operation*)>::callback_fn<mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int)::$_4>(long, mlir::OpPassManager&, mlir::Operation*) .../iree/third_party/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:5 #32 0x000055fd48d2aa3c mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #33 0x000055fd48d2aa3c mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #34 0x000055fd48d2aa3c (anonymous namespace)::LinalgSingleTilingExpertPass::runOnOperation() .../iree/compiler/src/iree/compiler/Codegen/Sandbox/LinalgTensorCodegenDriver.cpp:637:7 #35 0x000055fd4b53c1de mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:11 #36 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #37 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #38 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #39 0x000055fd4b53e078 std::vector<std::atomic<bool>, std::allocator<std::atomic<bool> > >::operator[](unsigned long) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/stl_vector.h:1124:25 #40 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12::operator()(mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo&) const .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:758:5 #41 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:46:18 #42 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:92:10 #43 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:763:14 #44 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::runOnOperation(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:5 #45 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:467:14 #46 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #47 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #48 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #49 0x000055fd4b53e078 std::vector<std::atomic<bool>, std::allocator<std::atomic<bool> > >::operator[](unsigned long) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/stl_vector.h:1124:25 #50 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12::operator()(mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo&) const .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:758:5 #51 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:46:18 #52 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:92:10 #53 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:763:14 #54 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::runOnOperation(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:5 #55 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:467:14 #56 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #57 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #58 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #59 0x000055fd4b540cc3 mlir::LogicalResult llvm::function_ref<mlir::LogicalResult (mlir::OpPassManager&, mlir::Operation*)>::callback_fn<mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int)::$_4>(long, mlir::OpPassManager&, mlir::Operation*) .../iree/third_party/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:5 #60 0x000055fd4835adf8 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/llvm/../mlir/include/mlir/Support/LogicalResult.h:44:33 #61 0x000055fd4835adf8 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/llvm/../mlir/include/mlir/Support/LogicalResult.h:72:58 #62 0x000055fd4835adf8 mlir::iree_compiler::(anonymous namespace)::LLVMCPULowerExecutableTargetPass::runOnOperation() .../iree/compiler/src/iree/compiler/Codegen/LLVMCPU/LLVMCPULowerExecutableTarget.cpp:248:7 #63 0x000055fd4b53c1de mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:11 #64 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #65 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #66 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #67 0x000055fd4b540cc3 mlir::LogicalResult llvm::function_ref<mlir::LogicalResult (mlir::OpPassManager&, mlir::Operation*)>::callback_fn<mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int)::$_4>(long, mlir::OpPassManager&, mlir::Operation*) .../iree/third_party/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:5 #68 0x000055fd49cdfd09 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #69 0x000055fd49cdfd09 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #70 0x000055fd49cdfd09 mlir::iree_compiler::IREE::HAL::TranslateTargetExecutableVariantsPass::runOnOperation() .../iree/compiler/src/iree/compiler/Dialect/HAL/Transforms/TranslateExecutables.cpp:67:9 #71 0x000055fd4b53c1de mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:11 #72 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #73 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #74 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #75 0x000055fd4b53e078 std::vector<std::atomic<bool>, std::allocator<std::atomic<bool> > >::operator[](unsigned long) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/stl_vector.h:1124:25 #76 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12::operator()(mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo&) const .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:758:5 #77 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:46:18 #78 0x000055fd4b53e078 mlir::LogicalResult mlir::failableParallelForEach<std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> >&, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:92:10 #79 0x000055fd4b53e078 mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:763:14 #80 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::runOnOperation(bool) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:5 #81 0x000055fd4b53c2b4 mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:467:14 #82 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #83 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #84 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #85 0x000055fd4b540cc3 mlir::LogicalResult llvm::function_ref<mlir::LogicalResult (mlir::OpPassManager&, mlir::Operation*)>::callback_fn<mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int)::$_4>(long, mlir::OpPassManager&, mlir::Operation*) .../iree/third_party/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:5 #86 0x000055fd49ce0805 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #87 0x000055fd49ce0805 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #88 0x000055fd49ce0805 mlir::iree_compiler::IREE::HAL::TranslateExecutablesPass::runOnOperation() .../iree/compiler/src/iree/compiler/Dialect/HAL/Transforms/TranslateExecutables.cpp:121:9 #89 0x000055fd4b53c1de mlir::detail::OpToOpPassAdaptor::run(mlir::Pass*, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:0:11 #90 0x000055fd4b53c908 mlir::LogicalResult::failed() const .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:44:33 #91 0x000055fd4b53c908 mlir::failed(mlir::LogicalResult) .../iree/third_party/llvm-project/mlir/include/mlir/Support/LogicalResult.h:72:58 #92 0x000055fd4b53c908 mlir::detail::OpToOpPassAdaptor::runPipeline(mlir::OpPassManager&, mlir::Operation*, mlir::AnalysisManager, bool, unsigned int, mlir::PassInstrumentor*, mlir::PassInstrumentation::PipelineParentInfo const*) .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:533:9 #93 0x000055fd4b54184f mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12::operator()(mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo&) const .../iree/third_party/llvm-project/mlir/lib/Pass/Pass.cpp:758:5 #94 0x000055fd4b54184f mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&)::'lambda'()::operator()() const .../iree/third_party/llvm-project/mlir/include/mlir/IR/Threading.h:62:18 #95 0x000055fd4b54184f __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > > std::__invoke_impl<void, mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&)::'lambda'()&>(std::__invoke_other, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:61:14 #96 0x000055fd4b54184f std::enable_if<is_invocable_r_v<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > > >::type std::__invoke_r<void, mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&)::'lambda'()&>(mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:111:2 #97 0x000055fd4b54184f std::_Function_handler<void (), mlir::LogicalResult mlir::failableParallelForEach<__gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&>(mlir::MLIRContext*, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, __gnu_cxx::__normal_iterator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo*, std::vector<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo, std::allocator<mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::OpPMInfo> > >, mlir::detail::OpToOpPassAdaptor::runOnOperationAsyncImpl(bool)::$_12&)::'lambda'()>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_function.h:290:9 #98 0x000055fd4b4c3936 std::__shared_ptr<std::promise<void>, (__gnu_cxx::_Lock_policy)2>::get() const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/shared_ptr_base.h:1666:16 #99 0x000055fd4b4c3936 std::__shared_ptr_access<std::promise<void>, (__gnu_cxx::_Lock_policy)2, false, false>::_M_get() const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/shared_ptr_base.h:1363:66 #100 0x000055fd4b4c3936 std::__shared_ptr_access<std::promise<void>, (__gnu_cxx::_Lock_policy)2, false, false>::operator->() const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/shared_ptr_base.h:1357:9 #101 0x000055fd4b4c3936 llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()::operator()() const .../iree/third_party/llvm-project/llvm/include/llvm/Support/ThreadPool.h:136:15 #102 0x000055fd4b4c3936 void std::__invoke_impl<void, llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()&>(std::__invoke_other, llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:61:14 #103 0x000055fd4b4c3936 std::enable_if<is_invocable_r_v<void, llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()&>, void>::type std::__invoke_r<void, llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()&>(llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/invoke.h:111:2 #104 0x000055fd4b4c3936 std::_Function_handler<void (), llvm::ThreadPool::createTaskAndFuture(std::function<void ()>)::'lambda'()>::_M_invoke(std::_Any_data const&) /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/std_function.h:290:9 #105 0x000055fd4b81af60 llvm::ThreadPool::processTasks(llvm::ThreadPoolTaskGroup*) .../iree/third_party/llvm-project/llvm/lib/Support/ThreadPool.cpp:102:5 #106 0x000055fd4b81bce3 std::default_delete<std::tuple<llvm::ThreadPool::grow(int)::$_0> >::operator()(std::tuple<llvm::ThreadPool::grow(int)::$_0>*) const /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/unique_ptr.h:95:2 #107 0x000055fd4b81bce3 std::unique_ptr<std::tuple<llvm::ThreadPool::grow(int)::$_0>, std::default_delete<std::tuple<llvm::ThreadPool::grow(int)::$_0> > >::~unique_ptr() /usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/unique_ptr.h:396:4 #108 0x000055fd4b81bce3 void llvm::thread::GenericThreadProxy<std::tuple<llvm::ThreadPool::grow(int)::$_0> >(void*) .../iree/third_party/llvm-project/llvm/include/llvm/Support/thread.h:51:3 #109 0x000055fd4b81bce3 void* llvm::thread::ThreadProxy<std::tuple<llvm::ThreadPool::grow(int)::$_0> >(void*) .../iree/third_party/llvm-project/llvm/include/llvm/Support/thread.h:60:5 #110 0x00007f3e5ac88d80 start_thread ./nptl/pthread_create.c:482:7 #111 0x00007f3e5a521baf __clone ./misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:97:0 [1] 3772733 IOT instruction iree-compile --iree-hal-target-backends=llvm-cpu --iree-input-type=mhlo -o ``` ### What component(s) does this issue relate to? Compiler ### Version information 4d1b61368ce94b254b57caba66b0cca5b3bda032 ### Additional context _No response_
non_main
llvm throws an incompatible argument type error during llvm cast when compiling training for a simple dnn model what happened iree fails to compile the training step for a simple two layer dnn model created using iree jax and to llvm cpu due to the following error iree compile iree third party llvm project llvm include llvm support casting h decltype auto llvm cast const from assertion isa val cast argument of incompatible type failed being as simple as it is this model would need to work in order for iree to be able to train any other pax models including hotword and asr steps to reproduce your issue the error can be reproduced by running the following command on shell iree compile iree hal target backends llvm cpu iree input type mhlo tmp hotword raw dnn mlir o tmp hotword raw dnn vmfb iree compile iree third party llvm project llvm include llvm support casting h decltype auto llvm cast const from assertion isa val cast argument of incompatible type failed please submit a bug report to and include the crash backtrace llvm sys printstacktrace llvm raw ostream int iree third party llvm project llvm lib support unix signals inc llvm sys runsignalhandlers iree third party llvm project llvm lib support signals cpp signalhandler int iree third party llvm project llvm lib support unix signals inc restore rt lib linux gnu libpthread so raise signal sysdeps unix sysv linux raise c abort stdlib abort c get sysdep segment value intl loadmsgcat c nl load domain intl loadmsgcat c lib linux gnu libc so decltype auto llvm cast mlir attribute const iree third party llvm project llvm include llvm support casting h mlir integerattr mlir attribute cast const iree third party llvm project mlir include mlir ir attributes h mlir arith cmpiop fold llvm arrayref iree third party llvm project mlir lib dialect arith ir arithops cpp mlir logicalresult mlir op impl mlir optrait zerosuccessors mlir optrait noperands impl mlir optrait opinvariants mlir inferintrangeinterface trait mlir optrait sametypeoperands mlir conditionallyspeculatable trait mlir optrait alwaysspeculatableimpltrait mlir memoryeffectopinterface trait mlir vectorunrollopinterface trait mlir optrait elementwise mlir optrait scalarizable mlir optrait vectorizable mlir optrait tensorizable foldsingleresulthook mlir operation llvm arrayref llvm smallvectorimpl iree third party llvm project mlir include mlir ir opdefinition h llvm unique function llvm smallvectorimpl const operator mlir operation llvm arrayref llvm smallvectorimpl const iree third party llvm project llvm include llvm adt functionextras h mlir registeredoperationname foldhook mlir operation llvm arrayref llvm smallvectorimpl const iree third party llvm project mlir include mlir ir operationsupport h mlir operation fold llvm arrayref llvm smallvectorimpl iree third party llvm project mlir lib ir operation cpp mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir operationfolder trytofold mlir opbuilder mlir operation llvm smallvectorimpl llvm function ref iree third party llvm project mlir lib transforms utils foldutils cpp mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir operationfolder trytofold mlir operation llvm function ref llvm function ref bool iree third party llvm project mlir lib transforms utils foldutils cpp mlir logicalresult succeeded const iree third party llvm project mlir include mlir support logicalresult h mlir succeeded mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h anonymous namespace greedypatternrewritedriver simplify llvm mutablearrayref iree third party llvm project mlir lib transforms utils greedypatternrewritedriver cpp mlir applypatternsandfoldgreedily llvm mutablearrayref mlir frozenrewritepatternset const mlir greedyrewriteconfig iree third party llvm project mlir lib transforms utils greedypatternrewritedriver cpp mlir iree compiler iree linalgext anonymous namespace linalgstrategyvectorizepass runonoperation iree llvm external projects iree dialects lib dialect linalgext transforms transforms cpp mlir detail optooppassadaptor run mlir pass mlir operation mlir analysismanager bool unsigned int iree third party llvm project mlir lib pass pass cpp mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir detail optooppassadaptor runpipeline mlir oppassmanager mlir operation mlir analysismanager bool unsigned int mlir passinstrumentor mlir passinstrumentation pipelineparentinfo const iree third party llvm project mlir lib pass pass cpp mlir logicalresult llvm function ref callback fn long mlir oppassmanager mlir operation iree third party llvm project llvm include llvm adt stlfunctionalextras h mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h anonymous namespace linalgsingletilingexpertpass runonoperation iree compiler src iree compiler codegen sandbox linalgtensorcodegendriver cpp mlir detail optooppassadaptor run mlir pass mlir operation mlir analysismanager bool unsigned int iree third party llvm project mlir lib pass pass cpp mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir detail optooppassadaptor runpipeline mlir oppassmanager mlir operation mlir analysismanager bool unsigned int mlir passinstrumentor mlir passinstrumentation pipelineparentinfo const iree third party llvm project mlir lib pass pass cpp std vector std allocator operator unsigned long usr bin lib gcc linux gnu include c bits stl vector h mlir detail optooppassadaptor runonoperationasyncimpl bool operator mlir detail optooppassadaptor runonoperationasyncimpl bool oppminfo const iree third party llvm project mlir lib pass pass cpp mlir logicalresult mlir failableparallelforeach mlir detail optooppassadaptor runonoperationasyncimpl bool mlir mlircontext gnu cxx normal iterator gnu cxx normal iterator mlir detail optooppassadaptor runonoperationasyncimpl bool iree third party llvm project mlir include mlir ir threading h mlir logicalresult mlir failableparallelforeach mlir detail optooppassadaptor runonoperationasyncimpl bool mlir mlircontext std vector mlir detail optooppassadaptor runonoperationasyncimpl bool iree third party llvm project mlir include mlir ir threading h mlir detail optooppassadaptor runonoperationasyncimpl bool iree third party llvm project mlir lib pass pass cpp mlir detail optooppassadaptor runonoperation bool iree third party llvm project mlir lib pass pass cpp mlir detail optooppassadaptor run mlir pass mlir operation mlir analysismanager bool unsigned int iree third party llvm project mlir lib pass pass cpp mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir detail optooppassadaptor runpipeline mlir oppassmanager mlir operation mlir analysismanager bool unsigned int mlir passinstrumentor mlir passinstrumentation pipelineparentinfo const iree third party llvm project mlir lib pass pass cpp std vector std allocator operator unsigned long usr bin lib gcc linux gnu include c bits stl vector h mlir detail optooppassadaptor runonoperationasyncimpl bool operator mlir detail optooppassadaptor runonoperationasyncimpl bool oppminfo const iree third party llvm project mlir lib pass pass cpp mlir logicalresult mlir failableparallelforeach mlir detail optooppassadaptor runonoperationasyncimpl bool mlir mlircontext gnu cxx normal iterator gnu cxx normal iterator mlir detail optooppassadaptor runonoperationasyncimpl bool iree third party llvm project mlir include mlir ir threading h mlir logicalresult mlir failableparallelforeach mlir detail optooppassadaptor runonoperationasyncimpl bool mlir mlircontext std vector mlir detail optooppassadaptor runonoperationasyncimpl bool iree third party llvm project mlir include mlir ir threading h mlir detail optooppassadaptor runonoperationasyncimpl bool iree third party llvm project mlir lib pass pass cpp mlir detail optooppassadaptor runonoperation bool iree third party llvm project mlir lib pass pass cpp mlir detail optooppassadaptor run mlir pass mlir operation mlir analysismanager bool unsigned int iree third party llvm project mlir lib pass pass cpp mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir detail optooppassadaptor runpipeline mlir oppassmanager mlir operation mlir analysismanager bool unsigned int mlir passinstrumentor mlir passinstrumentation pipelineparentinfo const iree third party llvm project mlir lib pass pass cpp mlir logicalresult llvm function ref callback fn long mlir oppassmanager mlir operation iree third party llvm project llvm include llvm adt stlfunctionalextras h mlir logicalresult failed const iree third party llvm project llvm mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project llvm mlir include mlir support logicalresult h mlir iree compiler anonymous namespace llvmcpulowerexecutabletargetpass runonoperation iree compiler src iree compiler codegen llvmcpu llvmcpulowerexecutabletarget cpp mlir detail optooppassadaptor run mlir pass mlir operation mlir analysismanager bool unsigned int iree third party llvm project mlir lib pass pass cpp mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir detail optooppassadaptor runpipeline mlir oppassmanager mlir operation mlir analysismanager bool unsigned int mlir passinstrumentor mlir passinstrumentation pipelineparentinfo const iree third party llvm project mlir lib pass pass cpp mlir logicalresult llvm function ref callback fn long mlir oppassmanager mlir operation iree third party llvm project llvm include llvm adt stlfunctionalextras h mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir iree compiler iree hal translatetargetexecutablevariantspass runonoperation iree compiler src iree compiler dialect hal transforms translateexecutables cpp mlir detail optooppassadaptor run mlir pass mlir operation mlir analysismanager bool unsigned int iree third party llvm project mlir lib pass pass cpp mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir detail optooppassadaptor runpipeline mlir oppassmanager mlir operation mlir analysismanager bool unsigned int mlir passinstrumentor mlir passinstrumentation pipelineparentinfo const iree third party llvm project mlir lib pass pass cpp std vector std allocator operator unsigned long usr bin lib gcc linux gnu include c bits stl vector h mlir detail optooppassadaptor runonoperationasyncimpl bool operator mlir detail optooppassadaptor runonoperationasyncimpl bool oppminfo const iree third party llvm project mlir lib pass pass cpp mlir logicalresult mlir failableparallelforeach mlir detail optooppassadaptor runonoperationasyncimpl bool mlir mlircontext gnu cxx normal iterator gnu cxx normal iterator mlir detail optooppassadaptor runonoperationasyncimpl bool iree third party llvm project mlir include mlir ir threading h mlir logicalresult mlir failableparallelforeach mlir detail optooppassadaptor runonoperationasyncimpl bool mlir mlircontext std vector mlir detail optooppassadaptor runonoperationasyncimpl bool iree third party llvm project mlir include mlir ir threading h mlir detail optooppassadaptor runonoperationasyncimpl bool iree third party llvm project mlir lib pass pass cpp mlir detail optooppassadaptor runonoperation bool iree third party llvm project mlir lib pass pass cpp mlir detail optooppassadaptor run mlir pass mlir operation mlir analysismanager bool unsigned int iree third party llvm project mlir lib pass pass cpp mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir detail optooppassadaptor runpipeline mlir oppassmanager mlir operation mlir analysismanager bool unsigned int mlir passinstrumentor mlir passinstrumentation pipelineparentinfo const iree third party llvm project mlir lib pass pass cpp mlir logicalresult llvm function ref callback fn long mlir oppassmanager mlir operation iree third party llvm project llvm include llvm adt stlfunctionalextras h mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir iree compiler iree hal translateexecutablespass runonoperation iree compiler src iree compiler dialect hal transforms translateexecutables cpp mlir detail optooppassadaptor run mlir pass mlir operation mlir analysismanager bool unsigned int iree third party llvm project mlir lib pass pass cpp mlir logicalresult failed const iree third party llvm project mlir include mlir support logicalresult h mlir failed mlir logicalresult iree third party llvm project mlir include mlir support logicalresult h mlir detail optooppassadaptor runpipeline mlir oppassmanager mlir operation mlir analysismanager bool unsigned int mlir passinstrumentor mlir passinstrumentation pipelineparentinfo const iree third party llvm project mlir lib pass pass cpp mlir detail optooppassadaptor runonoperationasyncimpl bool operator mlir detail optooppassadaptor runonoperationasyncimpl bool oppminfo const iree third party llvm project mlir lib pass pass cpp mlir logicalresult mlir failableparallelforeach mlir detail optooppassadaptor runonoperationasyncimpl bool mlir mlircontext gnu cxx normal iterator gnu cxx normal iterator mlir detail optooppassadaptor runonoperationasyncimpl bool lambda operator const iree third party llvm project mlir include mlir ir threading h gnu cxx normal iterator std invoke impl mlir detail optooppassadaptor runonoperationasyncimpl bool mlir mlircontext gnu cxx normal iterator gnu cxx normal iterator mlir detail optooppassadaptor runonoperationasyncimpl bool lambda std invoke other mlir detail optooppassadaptor runonoperationasyncimpl bool usr bin lib gcc linux gnu include c bits invoke h std enable if mlir detail optooppassadaptor runonoperationasyncimpl bool gnu cxx normal iterator type std invoke r mlir detail optooppassadaptor runonoperationasyncimpl bool mlir mlircontext gnu cxx normal iterator gnu cxx normal iterator mlir detail optooppassadaptor runonoperationasyncimpl bool lambda mlir detail optooppassadaptor runonoperationasyncimpl bool usr bin lib gcc linux gnu include c bits invoke h std function handler mlir detail optooppassadaptor runonoperationasyncimpl bool mlir mlircontext gnu cxx normal iterator gnu cxx normal iterator mlir detail optooppassadaptor runonoperationasyncimpl bool lambda m invoke std any data const usr bin lib gcc linux gnu include c bits std function h std shared ptr gnu cxx lock policy get const usr bin lib gcc linux gnu include c bits shared ptr base h std shared ptr access gnu cxx lock policy false false m get const usr bin lib gcc linux gnu include c bits shared ptr base h std shared ptr access gnu cxx lock policy false false operator const usr bin lib gcc linux gnu include c bits shared ptr base h llvm threadpool createtaskandfuture std function lambda operator const iree third party llvm project llvm include llvm support threadpool h void std invoke impl lambda std invoke other llvm threadpool createtaskandfuture std function lambda usr bin lib gcc linux gnu include c bits invoke h std enable if lambda void type std invoke r lambda llvm threadpool createtaskandfuture std function lambda usr bin lib gcc linux gnu include c bits invoke h std function handler lambda m invoke std any data const usr bin lib gcc linux gnu include c bits std function h llvm threadpool processtasks llvm threadpooltaskgroup iree third party llvm project llvm lib support threadpool cpp std default delete operator std tuple const usr bin lib gcc linux gnu include c bits unique ptr h std unique ptr std default delete unique ptr usr bin lib gcc linux gnu include c bits unique ptr h void llvm thread genericthreadproxy void iree third party llvm project llvm include llvm support thread h void llvm thread threadproxy void iree third party llvm project llvm include llvm support thread h start thread nptl pthread create c clone misc sysdeps unix sysv linux clone s iot instruction iree compile iree hal target backends llvm cpu iree input type mhlo o what component s does this issue relate to compiler version information additional context no response
0
74,082
14,174,922,245
IssuesEvent
2020-11-12 20:42:35
carbon-design-system/carbon-website
https://api.github.com/repos/carbon-design-system/carbon-website
opened
[code snippet] add light prop styles to style docs
component: code-snippet type: docs 📖
For single line and multi-line: - Fix hover-ui-light to say `hover-light-ui` - Add `active-light-ui` for light prop active state for copy functionality. For inline: - Add `field-02` for light prop background - Fix hover-ui-light to say `hover-light-ui` - Add `active-light-ui` for light prop active state for copy functionality.
1.0
[code snippet] add light prop styles to style docs - For single line and multi-line: - Fix hover-ui-light to say `hover-light-ui` - Add `active-light-ui` for light prop active state for copy functionality. For inline: - Add `field-02` for light prop background - Fix hover-ui-light to say `hover-light-ui` - Add `active-light-ui` for light prop active state for copy functionality.
non_main
add light prop styles to style docs for single line and multi line fix hover ui light to say hover light ui add active light ui for light prop active state for copy functionality for inline add field for light prop background fix hover ui light to say hover light ui add active light ui for light prop active state for copy functionality
0
3,304
12,749,105,772
IssuesEvent
2020-06-26 21:46:43
tgstation/tgstation-server
https://api.github.com/repos/tgstation/tgstation-server
closed
Create a checklist for the release process
CI Maintainability Issue Work In Progress
Things to include - Release note touchup on PRs - Major/Minor/Patch selection - API/Client/Server versioning - Proper use of TGSDeploy and NugetDeploy - Announcement channels
True
Create a checklist for the release process - Things to include - Release note touchup on PRs - Major/Minor/Patch selection - API/Client/Server versioning - Proper use of TGSDeploy and NugetDeploy - Announcement channels
main
create a checklist for the release process things to include release note touchup on prs major minor patch selection api client server versioning proper use of tgsdeploy and nugetdeploy announcement channels
1
257,099
27,561,769,346
IssuesEvent
2023-03-07 22:45:13
samqws-marketing/box_mojito
https://api.github.com/repos/samqws-marketing/box_mojito
closed
CVE-2016-1000339 (Medium) detected in bcprov-jdk15on-1.52.jar - autoclosed
Mend: dependency security vulnerability
## CVE-2016-1000339 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15on-1.52.jar</b></p></summary> <p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.</p> <p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p> <p>Path to dependency file: /webapp/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.jar</p> <p> Dependency Hierarchy: - box-java-sdk-2.1.1.jar (Root Library) - :x: **bcprov-jdk15on-1.52.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/box_mojito/commit/65290aeb818102fa2443a637efdccebebfed1eb9">65290aeb818102fa2443a637efdccebebfed1eb9</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> In the Bouncy Castle JCE Provider version 1.55 and earlier the primary engine class used for AES was AESFastEngine. Due to the highly table driven approach used in the algorithm it turns out that if the data channel on the CPU can be monitored the lookup table accesses are sufficient to leak information on the AES key being used. There was also a leak in AESEngine although it was substantially less. AESEngine has been modified to remove any signs of leakage (testing carried out on Intel X86-64) and is now the primary AES class for the BC JCE provider from 1.56. Use of AESFastEngine is now only recommended where otherwise deemed appropriate. <p>Publish Date: 2018-06-04 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-1000339>CVE-2016-1000339</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.3</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: Low - Integrity Impact: None - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000339">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000339</a></p> <p>Release Date: 2018-06-04</p> <p>Fix Resolution (org.bouncycastle:bcprov-jdk15on): 1.56</p> <p>Direct dependency fix Resolution (com.box:box-java-sdk): 2.25.1</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
True
CVE-2016-1000339 (Medium) detected in bcprov-jdk15on-1.52.jar - autoclosed - ## CVE-2016-1000339 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15on-1.52.jar</b></p></summary> <p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.</p> <p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p> <p>Path to dependency file: /webapp/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.jar</p> <p> Dependency Hierarchy: - box-java-sdk-2.1.1.jar (Root Library) - :x: **bcprov-jdk15on-1.52.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/box_mojito/commit/65290aeb818102fa2443a637efdccebebfed1eb9">65290aeb818102fa2443a637efdccebebfed1eb9</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> In the Bouncy Castle JCE Provider version 1.55 and earlier the primary engine class used for AES was AESFastEngine. Due to the highly table driven approach used in the algorithm it turns out that if the data channel on the CPU can be monitored the lookup table accesses are sufficient to leak information on the AES key being used. There was also a leak in AESEngine although it was substantially less. AESEngine has been modified to remove any signs of leakage (testing carried out on Intel X86-64) and is now the primary AES class for the BC JCE provider from 1.56. Use of AESFastEngine is now only recommended where otherwise deemed appropriate. <p>Publish Date: 2018-06-04 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-1000339>CVE-2016-1000339</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.3</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: Low - Integrity Impact: None - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000339">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000339</a></p> <p>Release Date: 2018-06-04</p> <p>Fix Resolution (org.bouncycastle:bcprov-jdk15on): 1.56</p> <p>Direct dependency fix Resolution (com.box:box-java-sdk): 2.25.1</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
non_main
cve medium detected in bcprov jar autoclosed cve medium severity vulnerability vulnerable library bcprov jar the bouncy castle crypto package is a java implementation of cryptographic algorithms this jar contains jce provider and lightweight api for the bouncy castle cryptography apis for jdk to jdk library home page a href path to dependency file webapp pom xml path to vulnerable library home wss scanner repository org bouncycastle bcprov bcprov jar dependency hierarchy box java sdk jar root library x bcprov jar vulnerable library found in head commit a href found in base branch master vulnerability details in the bouncy castle jce provider version and earlier the primary engine class used for aes was aesfastengine due to the highly table driven approach used in the algorithm it turns out that if the data channel on the cpu can be monitored the lookup table accesses are sufficient to leak information on the aes key being used there was also a leak in aesengine although it was substantially less aesengine has been modified to remove any signs of leakage testing carried out on intel and is now the primary aes class for the bc jce provider from use of aesfastengine is now only recommended where otherwise deemed appropriate 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 low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org bouncycastle bcprov direct dependency fix resolution com box box java sdk check this box to open an automated fix pr
0
1,175
5,096,327,818
IssuesEvent
2017-01-03 17:50:47
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
[2.2][hostname module] Could not set property: Failed to activate service 'org.freedesktop.hostname1': timed out
affects_2.2 bug_report waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME hostname module ##### ANSIBLE VERSION ``` # ansible --version ansible 2.2.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### OS / ENVIRONMENT local run on ubuntu xenial (inside lxc containers with kitchen-test+kitchen-ansible) ##### SUMMARY hostname module fails to set with above error ##### STEPS TO REPRODUCE ``` - debug: var=hostname_hostname - name: set hostname hostname: "name={{ hostname_hostname }}" ``` ##### EXPECTED RESULTS set hostname without error. was working with ansible 2.1 ##### ACTUAL RESULTS task is failing ``` TASK [hostname : debug] ******************************************************** task path: /tmp/kitchen/hostname/tasks/main.yml:3 ok: [localhost] => { "hostname_hostname": "example" } TASK [hostname : set hostname] ************************************************* task path: /tmp/kitchen/hostname/tasks/main.yml:4 Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/core/system/hostname.py <localhost> ESTABLISH LOCAL CONNECTION FOR USER: root <localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250 `" && echo ansible-tmp-1478906878.17-90221180289250="` echo $HOME/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250 `" ) && sleep 0' <localhost> PUT /tmp/tmpDdbhyS TO /root/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250/hostname.py <localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250/ /root/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250/hostname.py && sleep 0' <localhost> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250/hostname.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250/" > /dev/null 2>&1 && sleep 0' fatal: [localhost]: FAILED! => { "changed": false, "failed": true, "invocation": { "module_args": { "name": "example" }, "module_name": "hostname" }, "msg": "Command failed rc=1, out=, err=Could not set property: Failed to activate service 'org.freedesktop.hostname1': timed out\n" } to retry, use: --limit @/tmp/kitchen/default.retry PLAY RECAP ********************************************************************* localhost : ok=2 changed=0 unreachable=0 failed=1 ``` trying ``` systemctl restart systemd-logind ``` and restarting playbook doesn't help using hostname command directly is working.
True
[2.2][hostname module] Could not set property: Failed to activate service 'org.freedesktop.hostname1': timed out - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME hostname module ##### ANSIBLE VERSION ``` # ansible --version ansible 2.2.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### OS / ENVIRONMENT local run on ubuntu xenial (inside lxc containers with kitchen-test+kitchen-ansible) ##### SUMMARY hostname module fails to set with above error ##### STEPS TO REPRODUCE ``` - debug: var=hostname_hostname - name: set hostname hostname: "name={{ hostname_hostname }}" ``` ##### EXPECTED RESULTS set hostname without error. was working with ansible 2.1 ##### ACTUAL RESULTS task is failing ``` TASK [hostname : debug] ******************************************************** task path: /tmp/kitchen/hostname/tasks/main.yml:3 ok: [localhost] => { "hostname_hostname": "example" } TASK [hostname : set hostname] ************************************************* task path: /tmp/kitchen/hostname/tasks/main.yml:4 Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/core/system/hostname.py <localhost> ESTABLISH LOCAL CONNECTION FOR USER: root <localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250 `" && echo ansible-tmp-1478906878.17-90221180289250="` echo $HOME/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250 `" ) && sleep 0' <localhost> PUT /tmp/tmpDdbhyS TO /root/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250/hostname.py <localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250/ /root/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250/hostname.py && sleep 0' <localhost> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250/hostname.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1478906878.17-90221180289250/" > /dev/null 2>&1 && sleep 0' fatal: [localhost]: FAILED! => { "changed": false, "failed": true, "invocation": { "module_args": { "name": "example" }, "module_name": "hostname" }, "msg": "Command failed rc=1, out=, err=Could not set property: Failed to activate service 'org.freedesktop.hostname1': timed out\n" } to retry, use: --limit @/tmp/kitchen/default.retry PLAY RECAP ********************************************************************* localhost : ok=2 changed=0 unreachable=0 failed=1 ``` trying ``` systemctl restart systemd-logind ``` and restarting playbook doesn't help using hostname command directly is working.
main
could not set property failed to activate service org freedesktop timed out issue type bug report component name hostname module ansible version ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides os environment local run on ubuntu xenial inside lxc containers with kitchen test kitchen ansible summary hostname module fails to set with above error steps to reproduce debug var hostname hostname name set hostname hostname name hostname hostname expected results set hostname without error was working with ansible actual results task is failing task task path tmp kitchen hostname tasks main yml ok hostname hostname example task task path tmp kitchen hostname tasks main yml using module file usr local lib dist packages ansible modules core system hostname py establish local connection for user root exec bin sh c umask mkdir p echo home ansible tmp ansible tmp echo ansible tmp echo home ansible tmp ansible tmp sleep put tmp tmpddbhys to root ansible tmp ansible tmp hostname py exec bin sh c chmod u x root ansible tmp ansible tmp root ansible tmp ansible tmp hostname py sleep exec bin sh c usr bin python root ansible tmp ansible tmp hostname py rm rf root ansible tmp ansible tmp dev null sleep fatal failed changed false failed true invocation module args name example module name hostname msg command failed rc out err could not set property failed to activate service org freedesktop timed out n to retry use limit tmp kitchen default retry play recap localhost ok changed unreachable failed trying systemctl restart systemd logind and restarting playbook doesn t help using hostname command directly is working
1
2,236
7,875,840,510
IssuesEvent
2018-06-25 21:52:00
react-navigation/react-navigation
https://api.github.com/repos/react-navigation/react-navigation
closed
Constructor called twice when navigate with both routeName and key specified
needs response from maintainer
### Current Behavior the constructor called twice when nav. <img src="https://user-images.githubusercontent.com/11990205/40289426-c586b888-5cea-11e8-84f2-be31b47fd8bd.png" width="300"/> **i tried specify routeName only, and it works well.** ### Your Environment | software | version | ---------------- | ------- | react-navigation | 2.0.1 | react-native | 0.52.0 | node | 10.0.0 | npm or yarn | 5.6.0 ### my route stack construct ```js rootStack = createSwitchNavigator({ authStack, mainStack }) mainStack = createStackNavigator({ tabStack, ...others }) tabStack = createBottomTabNavigator({ home, user }) home = createStackNavigator({ homeView }) user = createStackNavigator({ userView }) ``` - HomeView ```jsx ... navigation.navigate({ routeName: 'UserView', key: 'UserView', params: { initialPage: 2 }, }); ... ``` - UserView ```jsx ... constructor(props) { super(props); console.log('------>I\'m constructor'); } ... ``` there is a button in homeView, when it clicked ,i want to nav from homeView to userView with some params.
True
Constructor called twice when navigate with both routeName and key specified - ### Current Behavior the constructor called twice when nav. <img src="https://user-images.githubusercontent.com/11990205/40289426-c586b888-5cea-11e8-84f2-be31b47fd8bd.png" width="300"/> **i tried specify routeName only, and it works well.** ### Your Environment | software | version | ---------------- | ------- | react-navigation | 2.0.1 | react-native | 0.52.0 | node | 10.0.0 | npm or yarn | 5.6.0 ### my route stack construct ```js rootStack = createSwitchNavigator({ authStack, mainStack }) mainStack = createStackNavigator({ tabStack, ...others }) tabStack = createBottomTabNavigator({ home, user }) home = createStackNavigator({ homeView }) user = createStackNavigator({ userView }) ``` - HomeView ```jsx ... navigation.navigate({ routeName: 'UserView', key: 'UserView', params: { initialPage: 2 }, }); ... ``` - UserView ```jsx ... constructor(props) { super(props); console.log('------>I\'m constructor'); } ... ``` there is a button in homeView, when it clicked ,i want to nav from homeView to userView with some params.
main
constructor called twice when navigate with both routename and key specified current behavior the constructor called twice when nav i tried specify routename only and it works well your environment software version react navigation react native node npm or yarn my route stack construct js rootstack createswitchnavigator authstack mainstack mainstack createstacknavigator tabstack others tabstack createbottomtabnavigator home user home createstacknavigator homeview user createstacknavigator userview homeview jsx navigation navigate routename userview key userview params initialpage userview jsx constructor props super props console log i m constructor there is a button in homeview when it clicked i want to nav from homeview to userview with some params
1
168,341
14,146,266,151
IssuesEvent
2020-11-10 18:57:08
holtzmak/Medi-App
https://api.github.com/repos/holtzmak/Medi-App
opened
Create the Class Presentation Poster
documentation
Blocked in part by #14 and #15, because the poster is a summary of the slides. Make the poster as per the following (taken from course project instructions): _The poster (pdf file) must include:_ 1. project title 2. list of the students participating in the project 3. a brief presentation of your project that includes : - a project summary - project objective(s) - approaches or methodologies investigated - results - conclusion - references _Your poster must be in the pdf format, in portrait orientation of not more than A1 size, i.e. 594 x 841 mm (23.39 x 33.11 in). The content of your poster should be brief, with lots of visual aids such as images, figures, diagrams, charts and tables, with sections and headings clearly indicated._
1.0
Create the Class Presentation Poster - Blocked in part by #14 and #15, because the poster is a summary of the slides. Make the poster as per the following (taken from course project instructions): _The poster (pdf file) must include:_ 1. project title 2. list of the students participating in the project 3. a brief presentation of your project that includes : - a project summary - project objective(s) - approaches or methodologies investigated - results - conclusion - references _Your poster must be in the pdf format, in portrait orientation of not more than A1 size, i.e. 594 x 841 mm (23.39 x 33.11 in). The content of your poster should be brief, with lots of visual aids such as images, figures, diagrams, charts and tables, with sections and headings clearly indicated._
non_main
create the class presentation poster blocked in part by and because the poster is a summary of the slides make the poster as per the following taken from course project instructions the poster pdf file must include project title list of the students participating in the project a brief presentation of your project that includes a project summary project objective s approaches or methodologies investigated results conclusion references your poster must be in the pdf format in portrait orientation of not more than size i e x mm x in the content of your poster should be brief with lots of visual aids such as images figures diagrams charts and tables with sections and headings clearly indicated
0
379,984
26,397,107,399
IssuesEvent
2023-01-12 20:31:18
raphaelquast/EOmaps
https://api.github.com/repos/raphaelquast/EOmaps
opened
improve documentation
documentation enhancement help wanted
the documentation always needs improvements... suggestions are welcome! - [ ] add (or improve) examples - [ ] make sure all functionalities are well documented - [ ] create nice images (add a showcase page to show nice maps incl. source code?)
1.0
improve documentation - the documentation always needs improvements... suggestions are welcome! - [ ] add (or improve) examples - [ ] make sure all functionalities are well documented - [ ] create nice images (add a showcase page to show nice maps incl. source code?)
non_main
improve documentation the documentation always needs improvements suggestions are welcome add or improve examples make sure all functionalities are well documented create nice images add a showcase page to show nice maps incl source code
0
246,881
26,644,721,274
IssuesEvent
2023-01-25 09:04:49
st4sd/st4sd-registry-ui
https://api.github.com/repos/st4sd/st4sd-registry-ui
closed
Update axios/axios to release v1.2.3
security
Issue: Release v1.2.3 of axios/axios has been published: https://github.com/axios/axios/releases/tag/v1.2.3 As it's part of our dependencies, we should update to it. Done when: - [ ] We are using axios/axios v.1.2.3
True
Update axios/axios to release v1.2.3 - Issue: Release v1.2.3 of axios/axios has been published: https://github.com/axios/axios/releases/tag/v1.2.3 As it's part of our dependencies, we should update to it. Done when: - [ ] We are using axios/axios v.1.2.3
non_main
update axios axios to release issue release of axios axios has been published as it s part of our dependencies we should update to it done when we are using axios axios v
0
845
4,494,338,694
IssuesEvent
2016-08-31 05:35:06
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
Add disperse volume support to gluster_volume
feature_idea waiting_on_maintainer
##### ISSUE TYPE Feature Idea ##### COMPONENT NAME gluster_volume module ##### ANSIBLE VERSION N/A ##### SUMMARY gluster_volume module currently does not support disperse volumes. Please update the module to support disperse volume creation.
True
Add disperse volume support to gluster_volume - ##### ISSUE TYPE Feature Idea ##### COMPONENT NAME gluster_volume module ##### ANSIBLE VERSION N/A ##### SUMMARY gluster_volume module currently does not support disperse volumes. Please update the module to support disperse volume creation.
main
add disperse volume support to gluster volume issue type feature idea component name gluster volume module ansible version n a summary gluster volume module currently does not support disperse volumes please update the module to support disperse volume creation
1
9,879
8,736,876,549
IssuesEvent
2018-12-11 20:50:18
Azure/azure-cli
https://api.github.com/repos/Azure/azure-cli
closed
Azure Stack: ADFS: Keyvault Secret cmds don't work
KeyVault Service Attention
### Description Secret set in a keyvault should succeed if the access permissions were set for the Tenant. But logs show it fails even with proper permissions set. 01:01:06.4380: [INFO] [DESCRIPTION] Create a key vault store to put the certificate secret 01:01:47.9054: [EXCEPTION] System.Management.Automation.RemoteException: ERROR: Operation returned an invalid status code 'Unauthorized' **Yugang's investigation:** This is a bug falling into either stack’s ADFS token service or key-vault service . In detail, the token service gives out a token with type as “bearer” under both original token acquisition request and the later refresh request; but, key-vault service expects: “Bearer”. So the round trip is not working. The workaround is to hard-code to “Bearer” in Key-vault data plane library, which I guess is what PS does. But CLI always uses the type returned from token response, which is the right thing. {"access_token":"…","token_type":"bearer","expires_in":3600,"resource":"https://management.adfs.azurestack.local/6c2dc67f-8ac0-4573-b8f2-75228aff7491","refresh_token":"…","refresh_token_expires_in":28799,"scope":"openid","id_token":"…"}
1.0
Azure Stack: ADFS: Keyvault Secret cmds don't work - ### Description Secret set in a keyvault should succeed if the access permissions were set for the Tenant. But logs show it fails even with proper permissions set. 01:01:06.4380: [INFO] [DESCRIPTION] Create a key vault store to put the certificate secret 01:01:47.9054: [EXCEPTION] System.Management.Automation.RemoteException: ERROR: Operation returned an invalid status code 'Unauthorized' **Yugang's investigation:** This is a bug falling into either stack’s ADFS token service or key-vault service . In detail, the token service gives out a token with type as “bearer” under both original token acquisition request and the later refresh request; but, key-vault service expects: “Bearer”. So the round trip is not working. The workaround is to hard-code to “Bearer” in Key-vault data plane library, which I guess is what PS does. But CLI always uses the type returned from token response, which is the right thing. {"access_token":"…","token_type":"bearer","expires_in":3600,"resource":"https://management.adfs.azurestack.local/6c2dc67f-8ac0-4573-b8f2-75228aff7491","refresh_token":"…","refresh_token_expires_in":28799,"scope":"openid","id_token":"…"}
non_main
azure stack adfs keyvault secret cmds don t work description secret set in a keyvault should succeed if the access permissions were set for the tenant but logs show it fails even with proper permissions set create a key vault store to put the certificate secret system management automation remoteexception error operation returned an invalid status code unauthorized yugang s investigation this is a bug falling into either stack’s adfs token service or key vault service in detail the token service gives out a token with type as “bearer” under both original token acquisition request and the later refresh request but key vault service expects “bearer” so the round trip is not working the workaround is to hard code to “bearer” in key vault data plane library which i guess is what ps does but cli always uses the type returned from token response which is the right thing access token … token type bearer expires in resource
0
239,192
19,828,079,768
IssuesEvent
2022-01-20 09:07:09
elastic/cloud-on-k8s
https://api.github.com/repos/elastic/cloud-on-k8s
opened
TestESSuspendPod needs to handle conflicts when adding or removing annotations
good first issue >flaky_test
``` === RUN TestESSuspendPod/Remove_the_suspend_annotation suspend_test.go:70: Error Trace: suspend_test.go:70 Error: Received unexpected error: Operation cannot be fulfilled on elasticsearches.elasticsearch.k8s.elastic.co "test-suspend-pod-qsxl": the object has been modified; please apply your changes to the latest version and try again Test: TestESSuspendPod/Remove_the_suspend_annotation {"log.level":"error","@timestamp":"2022-01-20T06:02:03.059Z","message":"stopping early","service.version":"0.0.0-SNAPSHOT+00000000","service.type":"eck","ecs.version":"1.4.0","error":"test failure","error.stack_trace":"github.com/elastic/cloud-on-k8s/test/e2e/test.StepList.RunSequential\n\t/go/src/github.com/elastic/cloud-on-k8s/test/e2e/test/step.go:44\ngithub.com/elastic/cloud-on-k8s/test/e2e/es.TestESSuspendPod\n\t/go/src/github.com/elastic/cloud-on-k8s/test/e2e/es/suspend_test.go:79\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1259"} --- FAIL: TestESSuspendPod/Remove_the_suspend_annotation (0.02s) ```
1.0
TestESSuspendPod needs to handle conflicts when adding or removing annotations - ``` === RUN TestESSuspendPod/Remove_the_suspend_annotation suspend_test.go:70: Error Trace: suspend_test.go:70 Error: Received unexpected error: Operation cannot be fulfilled on elasticsearches.elasticsearch.k8s.elastic.co "test-suspend-pod-qsxl": the object has been modified; please apply your changes to the latest version and try again Test: TestESSuspendPod/Remove_the_suspend_annotation {"log.level":"error","@timestamp":"2022-01-20T06:02:03.059Z","message":"stopping early","service.version":"0.0.0-SNAPSHOT+00000000","service.type":"eck","ecs.version":"1.4.0","error":"test failure","error.stack_trace":"github.com/elastic/cloud-on-k8s/test/e2e/test.StepList.RunSequential\n\t/go/src/github.com/elastic/cloud-on-k8s/test/e2e/test/step.go:44\ngithub.com/elastic/cloud-on-k8s/test/e2e/es.TestESSuspendPod\n\t/go/src/github.com/elastic/cloud-on-k8s/test/e2e/es/suspend_test.go:79\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:1259"} --- FAIL: TestESSuspendPod/Remove_the_suspend_annotation (0.02s) ```
non_main
testessuspendpod needs to handle conflicts when adding or removing annotations run testessuspendpod remove the suspend annotation suspend test go error trace suspend test go error received unexpected error operation cannot be fulfilled on elasticsearches elasticsearch elastic co test suspend pod qsxl the object has been modified please apply your changes to the latest version and try again test testessuspendpod remove the suspend annotation log level error timestamp message stopping early service version snapshot service type eck ecs version error test failure error stack trace github com elastic cloud on test test steplist runsequential n t go src github com elastic cloud on test test step go ngithub com elastic cloud on test es testessuspendpod n t go src github com elastic cloud on test es suspend test go ntesting trunner n t usr local go src testing testing go fail testessuspendpod remove the suspend annotation
0
49,489
6,028,561,775
IssuesEvent
2017-06-08 15:59:13
MDAnalysis/mdanalysis
https://api.github.com/repos/MDAnalysis/mdanalysis
closed
the testsuite quits at core/test_topologyattrs.py:TestResids.test_set_atoms without any errors
testing
### Expected behaviour All tests pass and testsuite completes. ### Actual behaviour Test execution dies when running `core/test_topologyattrs.py:TestResids.test_set_atoms`, but only when testing at least the whole file. ### Code to reproduce the behaviour ``` bash ./mda_nosetests --exe -v core/test_topologyattrs.py MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_get_atoms ... ok Unless overriden by child class, this should yield values for all ... ok Unless overriden by child class, this should yield values for all ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_len ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_set_atom_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_set_atoms_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_set_atoms_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_set_atoms_singular ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_get_atoms ... ok Unless overriden by child class, this should yield values for all ... ok Unless overriden by child class, this should yield values for all ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_len ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_set_atom_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_set_atoms_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_set_atoms_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_set_atoms_singular ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_get_atoms ... ok Unless overriden by child class, this should yield values for all ... ok Unless overriden by child class, this should yield values for all ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_len ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_set_atom_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_set_atoms_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_set_atoms_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_set_atoms_singular ... ok MDAnalysisTests.core.test_topologyattrs.TestAttr.test_align_principal_axes_with_self ... ok MDAnalysisTests.core.test_topologyattrs.TestAttr.test_align_principal_axes_with_x ... ok MDAnalysisTests.core.test_topologyattrs.TestAttr.test_principal_axes ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_get_atoms ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_get_residues ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_get_segment ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_get_segments ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_len ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_set_atom_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_set_atoms_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_set_atoms_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_set_atoms_singular ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<AtomGroup with 10 atoms>, 'resids') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<Atom 1: AAA resid 1 and segid SegA>, 'resid') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<AtomGroup with 10 atoms>, 'segids') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<Atom 1: AAA resid 1 and segid SegA>, 'segid') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<ResidueGroup with 5 residues>, 'names') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<ResidueGroup with 5 residues>, 'segids') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<Residue 1>, 'segid') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<SegmentGroup with 2 segments>, 'names') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<SegmentGroup with 2 segments>, 'resids') ... ok MDAnalysisTests.core.test_topologyattrs.TestIndicesClasses.test_cant_set_atom_indices ... ok MDAnalysisTests.core.test_topologyattrs.TestIndicesClasses.test_cant_set_residue_indices ... ok MDAnalysisTests.core.test_topologyattrs.TestIndicesClasses.test_cant_set_segment_indices ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_get_atoms ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_get_residues ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_get_segment ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_get_segments ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_len ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_set_atom_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_set_atoms_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_set_atoms_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_set_atoms_singular ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_get_atoms ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_get_residues ... ok Unless overriden by child class, this should yield values for all ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_len ... ok Setting the resids of atoms changes their residue membership. ... -bash-4.4$ ``` Strangely enough, it passes if I limit the execution to the single class: ``` bash ./mda_nosetests --exe -v core/test_topologyattrs.py:TestResids MDAnalysisTests.core.test_topologyattrs.TestResids.test_get_atoms ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_get_residues ... ok Unless overriden by child class, this should yield values for all ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_len ... ok Setting the resids of atoms changes their residue membership. ... KNOWNFAIL: Test skipped due to expected failure MDAnalysisTests.core.test_topologyattrs.TestResids.test_set_residue_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_set_residues ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_set_residues_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_set_residues_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_set_residues_singular ... ok Cleanup: deleting offset files in /builddir/build/BUILD/MDAnalysis-0.16.0/MDAnalysisTests-0.16.0/MDAnalysisTests/data By the end of the tests, there are 0 open handles for 0 files: ---------------------------------------------------------------------- Ran 10 tests in 0.006s OK (KNOWNFAIL=1) ``` ### Currently version of MDAnalysis: 0.16.0 This is on Fedora rawhide (27).
1.0
the testsuite quits at core/test_topologyattrs.py:TestResids.test_set_atoms without any errors - ### Expected behaviour All tests pass and testsuite completes. ### Actual behaviour Test execution dies when running `core/test_topologyattrs.py:TestResids.test_set_atoms`, but only when testing at least the whole file. ### Code to reproduce the behaviour ``` bash ./mda_nosetests --exe -v core/test_topologyattrs.py MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_get_atoms ... ok Unless overriden by child class, this should yield values for all ... ok Unless overriden by child class, this should yield values for all ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_len ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_set_atom_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_set_atoms_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_set_atoms_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomAttr.test_set_atoms_singular ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_get_atoms ... ok Unless overriden by child class, this should yield values for all ... ok Unless overriden by child class, this should yield values for all ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_len ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_set_atom_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_set_atoms_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_set_atoms_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomids.test_set_atoms_singular ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_get_atoms ... ok Unless overriden by child class, this should yield values for all ... ok Unless overriden by child class, this should yield values for all ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_len ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_set_atom_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_set_atoms_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_set_atoms_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestAtomnames.test_set_atoms_singular ... ok MDAnalysisTests.core.test_topologyattrs.TestAttr.test_align_principal_axes_with_self ... ok MDAnalysisTests.core.test_topologyattrs.TestAttr.test_align_principal_axes_with_x ... ok MDAnalysisTests.core.test_topologyattrs.TestAttr.test_principal_axes ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_get_atoms ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_get_residues ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_get_segment ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_get_segments ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_len ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_set_atom_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_set_atoms_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_set_atoms_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestCharges.test_set_atoms_singular ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<AtomGroup with 10 atoms>, 'resids') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<Atom 1: AAA resid 1 and segid SegA>, 'resid') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<AtomGroup with 10 atoms>, 'segids') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<Atom 1: AAA resid 1 and segid SegA>, 'segid') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<ResidueGroup with 5 residues>, 'names') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<ResidueGroup with 5 residues>, 'segids') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<Residue 1>, 'segid') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<SegmentGroup with 2 segments>, 'names') ... ok MDAnalysisTests.core.test_topologyattrs.TestCrossLevelAttributeSetting.test_set_crosslevel(<SegmentGroup with 2 segments>, 'resids') ... ok MDAnalysisTests.core.test_topologyattrs.TestIndicesClasses.test_cant_set_atom_indices ... ok MDAnalysisTests.core.test_topologyattrs.TestIndicesClasses.test_cant_set_residue_indices ... ok MDAnalysisTests.core.test_topologyattrs.TestIndicesClasses.test_cant_set_segment_indices ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_get_atoms ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_get_residues ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_get_segment ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_get_segments ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_len ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_set_atom_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_set_atoms_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_set_atoms_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestMasses.test_set_atoms_singular ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_get_atoms ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_get_residues ... ok Unless overriden by child class, this should yield values for all ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_len ... ok Setting the resids of atoms changes their residue membership. ... -bash-4.4$ ``` Strangely enough, it passes if I limit the execution to the single class: ``` bash ./mda_nosetests --exe -v core/test_topologyattrs.py:TestResids MDAnalysisTests.core.test_topologyattrs.TestResids.test_get_atoms ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_get_residues ... ok Unless overriden by child class, this should yield values for all ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_len ... ok Setting the resids of atoms changes their residue membership. ... KNOWNFAIL: Test skipped due to expected failure MDAnalysisTests.core.test_topologyattrs.TestResids.test_set_residue_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_set_residues ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_set_residues_VE ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_set_residues_plural ... ok MDAnalysisTests.core.test_topologyattrs.TestResids.test_set_residues_singular ... ok Cleanup: deleting offset files in /builddir/build/BUILD/MDAnalysis-0.16.0/MDAnalysisTests-0.16.0/MDAnalysisTests/data By the end of the tests, there are 0 open handles for 0 files: ---------------------------------------------------------------------- Ran 10 tests in 0.006s OK (KNOWNFAIL=1) ``` ### Currently version of MDAnalysis: 0.16.0 This is on Fedora rawhide (27).
non_main
the testsuite quits at core test topologyattrs py testresids test set atoms without any errors expected behaviour all tests pass and testsuite completes actual behaviour test execution dies when running core test topologyattrs py testresids test set atoms but only when testing at least the whole file code to reproduce the behaviour bash mda nosetests exe v core test topologyattrs py mdanalysistests core test topologyattrs testatomattr test get atoms ok unless overriden by child class this should yield values for all ok unless overriden by child class this should yield values for all ok mdanalysistests core test topologyattrs testatomattr test len ok mdanalysistests core test topologyattrs testatomattr test set atom ve ok mdanalysistests core test topologyattrs testatomattr test set atoms ve ok mdanalysistests core test topologyattrs testatomattr test set atoms plural ok mdanalysistests core test topologyattrs testatomattr test set atoms singular ok mdanalysistests core test topologyattrs testatomids test get atoms ok unless overriden by child class this should yield values for all ok unless overriden by child class this should yield values for all ok mdanalysistests core test topologyattrs testatomids test len ok mdanalysistests core test topologyattrs testatomids test set atom ve ok mdanalysistests core test topologyattrs testatomids test set atoms ve ok mdanalysistests core test topologyattrs testatomids test set atoms plural ok mdanalysistests core test topologyattrs testatomids test set atoms singular ok mdanalysistests core test topologyattrs testatomnames test get atoms ok unless overriden by child class this should yield values for all ok unless overriden by child class this should yield values for all ok mdanalysistests core test topologyattrs testatomnames test len ok mdanalysistests core test topologyattrs testatomnames test set atom ve ok mdanalysistests core test topologyattrs testatomnames test set atoms ve ok mdanalysistests core test topologyattrs testatomnames test set atoms plural ok mdanalysistests core test topologyattrs testatomnames test set atoms singular ok mdanalysistests core test topologyattrs testattr test align principal axes with self ok mdanalysistests core test topologyattrs testattr test align principal axes with x ok mdanalysistests core test topologyattrs testattr test principal axes ok mdanalysistests core test topologyattrs testcharges test get atoms ok mdanalysistests core test topologyattrs testcharges test get residues ok mdanalysistests core test topologyattrs testcharges test get segment ok mdanalysistests core test topologyattrs testcharges test get segments ok mdanalysistests core test topologyattrs testcharges test len ok mdanalysistests core test topologyattrs testcharges test set atom ve ok mdanalysistests core test topologyattrs testcharges test set atoms ve ok mdanalysistests core test topologyattrs testcharges test set atoms plural ok mdanalysistests core test topologyattrs testcharges test set atoms singular ok mdanalysistests core test topologyattrs testcrosslevelattributesetting test set crosslevel resids ok mdanalysistests core test topologyattrs testcrosslevelattributesetting test set crosslevel resid ok mdanalysistests core test topologyattrs testcrosslevelattributesetting test set crosslevel segids ok mdanalysistests core test topologyattrs testcrosslevelattributesetting test set crosslevel segid ok mdanalysistests core test topologyattrs testcrosslevelattributesetting test set crosslevel names ok mdanalysistests core test topologyattrs testcrosslevelattributesetting test set crosslevel segids ok mdanalysistests core test topologyattrs testcrosslevelattributesetting test set crosslevel segid ok mdanalysistests core test topologyattrs testcrosslevelattributesetting test set crosslevel names ok mdanalysistests core test topologyattrs testcrosslevelattributesetting test set crosslevel resids ok mdanalysistests core test topologyattrs testindicesclasses test cant set atom indices ok mdanalysistests core test topologyattrs testindicesclasses test cant set residue indices ok mdanalysistests core test topologyattrs testindicesclasses test cant set segment indices ok mdanalysistests core test topologyattrs testmasses test get atoms ok mdanalysistests core test topologyattrs testmasses test get residues ok mdanalysistests core test topologyattrs testmasses test get segment ok mdanalysistests core test topologyattrs testmasses test get segments ok mdanalysistests core test topologyattrs testmasses test len ok mdanalysistests core test topologyattrs testmasses test set atom ve ok mdanalysistests core test topologyattrs testmasses test set atoms ve ok mdanalysistests core test topologyattrs testmasses test set atoms plural ok mdanalysistests core test topologyattrs testmasses test set atoms singular ok mdanalysistests core test topologyattrs testresids test get atoms ok mdanalysistests core test topologyattrs testresids test get residues ok unless overriden by child class this should yield values for all ok mdanalysistests core test topologyattrs testresids test len ok setting the resids of atoms changes their residue membership bash strangely enough it passes if i limit the execution to the single class bash mda nosetests exe v core test topologyattrs py testresids mdanalysistests core test topologyattrs testresids test get atoms ok mdanalysistests core test topologyattrs testresids test get residues ok unless overriden by child class this should yield values for all ok mdanalysistests core test topologyattrs testresids test len ok setting the resids of atoms changes their residue membership knownfail test skipped due to expected failure mdanalysistests core test topologyattrs testresids test set residue ve ok mdanalysistests core test topologyattrs testresids test set residues ok mdanalysistests core test topologyattrs testresids test set residues ve ok mdanalysistests core test topologyattrs testresids test set residues plural ok mdanalysistests core test topologyattrs testresids test set residues singular ok cleanup deleting offset files in builddir build build mdanalysis mdanalysistests mdanalysistests data by the end of the tests there are open handles for files ran tests in ok knownfail currently version of mdanalysis this is on fedora rawhide
0
90,806
3,830,924,559
IssuesEvent
2016-03-31 16:04:20
vivliostyle/vivliostyle.js
https://api.github.com/repos/vivliostyle/vivliostyle.js
opened
multi-column is ignored on IE11
bug priority: urgent
multi-column properties (specified outside page partitions) are ignored on IE10/IE11. (it seems column-* properties are not passed to the browser. Note that IE10/IE11 supports css3 multicol) [Test sample](https://www.dropbox.com/s/nyjvttm861if28i/bugtest3.html?dl=0)
1.0
multi-column is ignored on IE11 - multi-column properties (specified outside page partitions) are ignored on IE10/IE11. (it seems column-* properties are not passed to the browser. Note that IE10/IE11 supports css3 multicol) [Test sample](https://www.dropbox.com/s/nyjvttm861if28i/bugtest3.html?dl=0)
non_main
multi column is ignored on multi column properties specified outside page partitions are ignored on it seems column properties are not passed to the browser note that supports multicol
0
1,289
5,452,096,031
IssuesEvent
2017-03-08 01:34:38
commercialhaskell/path
https://api.github.com/repos/commercialhaskell/path
opened
Make validity-test compatible with GHC-7.10 and GHC-7.8
maintainability
This would be nice for checking backwards compatibility and should allow us to remove the `validity` flag which would in turn simplify our CI configs. This is currently blocked by our dependency on validity which requires `base >= 4.8` and on genvalidity-hspec which [(implicitly) requires `base >= 4.9`](https://github.com/NorfairKing/validity/issues/4). It looks like validity can easily be made compatible with base-4.7, but genvalidity-hspec relies heavily on `TypeApplications`. We could probably make some ad-hoc helpers with hspec and QuickCheck to replace our use of genvalidity-hspec.
True
Make validity-test compatible with GHC-7.10 and GHC-7.8 - This would be nice for checking backwards compatibility and should allow us to remove the `validity` flag which would in turn simplify our CI configs. This is currently blocked by our dependency on validity which requires `base >= 4.8` and on genvalidity-hspec which [(implicitly) requires `base >= 4.9`](https://github.com/NorfairKing/validity/issues/4). It looks like validity can easily be made compatible with base-4.7, but genvalidity-hspec relies heavily on `TypeApplications`. We could probably make some ad-hoc helpers with hspec and QuickCheck to replace our use of genvalidity-hspec.
main
make validity test compatible with ghc and ghc this would be nice for checking backwards compatibility and should allow us to remove the validity flag which would in turn simplify our ci configs this is currently blocked by our dependency on validity which requires base and on genvalidity hspec which it looks like validity can easily be made compatible with base but genvalidity hspec relies heavily on typeapplications we could probably make some ad hoc helpers with hspec and quickcheck to replace our use of genvalidity hspec
1
311,230
9,530,712,246
IssuesEvent
2019-04-29 14:27:56
fedora-infra/bodhi
https://api.github.com/repos/fedora-infra/bodhi
reopened
[S] - API users should be able to create updates based on Koji side tags
API High priority RFE WebUI
Bodhi currently allows users to create updates by specifying a list of builds via the API. In order to support Rawhide gating without addition additional steps to packagers for Rawhide packaging*, we will need to provide a way for packagers to create multi-build updates. In #3007 we are planning to automatically create updates when we see builds tagged into particular Koji tags. That will work for single build updates, but packagers often need to update multiple packages atomically due to build dependencies. The plan here is to allow packagers to work in Koji side tags to do their builds. When they are ready to publish their work, they will ask Bodhi to create an update based on that side tag. Bodhi will then query Koji to get the needed information and create an update with the builds found there. The API needs to allow packagers to create updates based on NVRs, as they do today, or based on koji side tag names. When packagers use a side tag, Koji should be queried to find the list of NVRs, and then Bodhi can proceed as it would have before. * Packagers are not used to dealing with Bodhi for Rawhide. We could just start using Bodhi for Rawhide today, but many packagers would be confused and some may dislike the extra step. This plan is about trying to minimize any extra burden placed on packagers as we add gating to Rawhide.
1.0
[S] - API users should be able to create updates based on Koji side tags - Bodhi currently allows users to create updates by specifying a list of builds via the API. In order to support Rawhide gating without addition additional steps to packagers for Rawhide packaging*, we will need to provide a way for packagers to create multi-build updates. In #3007 we are planning to automatically create updates when we see builds tagged into particular Koji tags. That will work for single build updates, but packagers often need to update multiple packages atomically due to build dependencies. The plan here is to allow packagers to work in Koji side tags to do their builds. When they are ready to publish their work, they will ask Bodhi to create an update based on that side tag. Bodhi will then query Koji to get the needed information and create an update with the builds found there. The API needs to allow packagers to create updates based on NVRs, as they do today, or based on koji side tag names. When packagers use a side tag, Koji should be queried to find the list of NVRs, and then Bodhi can proceed as it would have before. * Packagers are not used to dealing with Bodhi for Rawhide. We could just start using Bodhi for Rawhide today, but many packagers would be confused and some may dislike the extra step. This plan is about trying to minimize any extra burden placed on packagers as we add gating to Rawhide.
non_main
api users should be able to create updates based on koji side tags bodhi currently allows users to create updates by specifying a list of builds via the api in order to support rawhide gating without addition additional steps to packagers for rawhide packaging we will need to provide a way for packagers to create multi build updates in we are planning to automatically create updates when we see builds tagged into particular koji tags that will work for single build updates but packagers often need to update multiple packages atomically due to build dependencies the plan here is to allow packagers to work in koji side tags to do their builds when they are ready to publish their work they will ask bodhi to create an update based on that side tag bodhi will then query koji to get the needed information and create an update with the builds found there the api needs to allow packagers to create updates based on nvrs as they do today or based on koji side tag names when packagers use a side tag koji should be queried to find the list of nvrs and then bodhi can proceed as it would have before packagers are not used to dealing with bodhi for rawhide we could just start using bodhi for rawhide today but many packagers would be confused and some may dislike the extra step this plan is about trying to minimize any extra burden placed on packagers as we add gating to rawhide
0