Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
1.02k
labels
stringlengths
4
1.54k
body
stringlengths
1
262k
index
stringclasses
17 values
text_combine
stringlengths
95
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
140,181
11,303,698,686
IssuesEvent
2020-01-17 20:48:06
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
RecoveryIT and IndexingIT fail due to tripped mapping assertion
:Distributed/Distributed >test-failure
I've recently had a build fail due to test failures in RecoveryIT and IndexingIT. Looking into these test failures, the cluster and indices being tested fail to reach the green state within the timeout period. Ultimately the issue is caused by a tripped assertion, which causes a node to stop: ``` ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [v7.6.0-2] fatal error in thread [elasticsearch[v7.6.0-2][clusterApplierService#updateTask][T#1]], exiting |   java.lang.AssertionError: {task=DocumentMapper{mapperService=org.elasticsearch.index.mapper.MapperService@77c1e129, type='task', typeText=task, mappingSource={"task":{"dynamic":"strict","_meta":{"version":3},"properties":{"completed":{"type":"boolean"},"error":{"type":"object","enabled":false},"response":{"type":"object","enabled":false},"task":{"properties":{"action":{"type":"keyword"},"cancellable":{"type":"boolean"},"description":{"type":"text"},"headers":{"type":"object","enabled":false},"id":{"type":"long"},"node":{"type":"keyword"},"parent_task_id":{"type":"keyword"},"running_time_in_nanos":{"type":"long"},"start_time_in_millis":{"type":"long"},"status":{"type":"object","enabled":false},"type":{"type":"keyword"}}}}}}, mapping={"task":{"dynamic":"strict","_meta":{"version":3},"properties":{"completed":{"type":"boolean"},"error":{"type":"object","enabled":false},"response":{"type":"object","enabled":false},"task":{"properties":{"action":{"type":"keyword"},"cancellable":{"type":"boolean"},"description":{"type":"text"},"headers":{"type":"object","enabled":false},"id":{"type":"long"},"node":{"type":"keyword"},"parent_task_id":{"type":"keyword"},"running_time_in_nanos":{"type":"long"},"start_time_in_millis":{"type":"long"},"status":{"type":"object","enabled":false},"type":{"type":"keyword"}}}}}}, documentParser=org.elasticsearch.index.mapper.DocumentParser@35774e22, fieldMappers=org.elasticsearch.index.mapper.DocumentFieldMappers@3a085607, objectMappers={task.headers=org.elasticsearch.index.mapper.ObjectMapper@6b3be457, task=org.elasticsearch.index.mapper.ObjectMapper@130b88b0, response=org.elasticsearch.index.mapper.ObjectMapper@1c82c2ad, task.status=org.elasticsearch.index.mapper.ObjectMapper@64421754, error=org.elasticsearch.index.mapper.ObjectMapper@50ef5ed7}, hasNestedObjects=false, deleteTombstoneMetadataFieldMappers=[org.elasticsearch.index.mapper.IdFieldMapper@1f6e0272, org.elasticsearch.index.mapper.SeqNoFieldMapper@15f33c98, org.elasticsearch.index.mapper.TypeFieldMapper@617f71c5, org.elasticsearch.index.mapper.VersionFieldMapper@4bcc82db], noopTombstoneMetadataFieldMappers=[org.elasticsearch.index.mapper.SeqNoFieldMapper@15f33c98, org.elasticsearch.index.mapper.VersionFieldMapper@4bcc82db]}} at org.elasticsearch.index.mapper.MapperService.assertMappingVersion(MapperService.java:280) ~[elasticsearch-7.7.0-SNAPSHOT.jar:7.7.0-SNAPSHOT] ``` Build scans: https://gradle-enterprise.elastic.co/s/j5iirqv2bcpi6 https://gradle-enterprise.elastic.co/s/t76crudkugcq4 https://gradle-enterprise.elastic.co/s/5534denm6kbek https://gradle-enterprise.elastic.co/s/slb4rr2btp626 https://gradle-enterprise.elastic.co/s/jcscjs7jtiegq If I looked at emails of build failures correctly, it appears that this started on Jan 14th. I am not sure if this is related or not but there was a change, https://github.com/elastic/elasticsearch/pull/50960, that changed the DocumentMapper that day and this change was in the first failure I saw that manifested that way. @romseygeek do you think that change could be the cause of the tripped assertion?
1.0
RecoveryIT and IndexingIT fail due to tripped mapping assertion - I've recently had a build fail due to test failures in RecoveryIT and IndexingIT. Looking into these test failures, the cluster and indices being tested fail to reach the green state within the timeout period. Ultimately the issue is caused by a tripped assertion, which causes a node to stop: ``` ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [v7.6.0-2] fatal error in thread [elasticsearch[v7.6.0-2][clusterApplierService#updateTask][T#1]], exiting |   java.lang.AssertionError: {task=DocumentMapper{mapperService=org.elasticsearch.index.mapper.MapperService@77c1e129, type='task', typeText=task, mappingSource={"task":{"dynamic":"strict","_meta":{"version":3},"properties":{"completed":{"type":"boolean"},"error":{"type":"object","enabled":false},"response":{"type":"object","enabled":false},"task":{"properties":{"action":{"type":"keyword"},"cancellable":{"type":"boolean"},"description":{"type":"text"},"headers":{"type":"object","enabled":false},"id":{"type":"long"},"node":{"type":"keyword"},"parent_task_id":{"type":"keyword"},"running_time_in_nanos":{"type":"long"},"start_time_in_millis":{"type":"long"},"status":{"type":"object","enabled":false},"type":{"type":"keyword"}}}}}}, mapping={"task":{"dynamic":"strict","_meta":{"version":3},"properties":{"completed":{"type":"boolean"},"error":{"type":"object","enabled":false},"response":{"type":"object","enabled":false},"task":{"properties":{"action":{"type":"keyword"},"cancellable":{"type":"boolean"},"description":{"type":"text"},"headers":{"type":"object","enabled":false},"id":{"type":"long"},"node":{"type":"keyword"},"parent_task_id":{"type":"keyword"},"running_time_in_nanos":{"type":"long"},"start_time_in_millis":{"type":"long"},"status":{"type":"object","enabled":false},"type":{"type":"keyword"}}}}}}, documentParser=org.elasticsearch.index.mapper.DocumentParser@35774e22, fieldMappers=org.elasticsearch.index.mapper.DocumentFieldMappers@3a085607, objectMappers={task.headers=org.elasticsearch.index.mapper.ObjectMapper@6b3be457, task=org.elasticsearch.index.mapper.ObjectMapper@130b88b0, response=org.elasticsearch.index.mapper.ObjectMapper@1c82c2ad, task.status=org.elasticsearch.index.mapper.ObjectMapper@64421754, error=org.elasticsearch.index.mapper.ObjectMapper@50ef5ed7}, hasNestedObjects=false, deleteTombstoneMetadataFieldMappers=[org.elasticsearch.index.mapper.IdFieldMapper@1f6e0272, org.elasticsearch.index.mapper.SeqNoFieldMapper@15f33c98, org.elasticsearch.index.mapper.TypeFieldMapper@617f71c5, org.elasticsearch.index.mapper.VersionFieldMapper@4bcc82db], noopTombstoneMetadataFieldMappers=[org.elasticsearch.index.mapper.SeqNoFieldMapper@15f33c98, org.elasticsearch.index.mapper.VersionFieldMapper@4bcc82db]}} at org.elasticsearch.index.mapper.MapperService.assertMappingVersion(MapperService.java:280) ~[elasticsearch-7.7.0-SNAPSHOT.jar:7.7.0-SNAPSHOT] ``` Build scans: https://gradle-enterprise.elastic.co/s/j5iirqv2bcpi6 https://gradle-enterprise.elastic.co/s/t76crudkugcq4 https://gradle-enterprise.elastic.co/s/5534denm6kbek https://gradle-enterprise.elastic.co/s/slb4rr2btp626 https://gradle-enterprise.elastic.co/s/jcscjs7jtiegq If I looked at emails of build failures correctly, it appears that this started on Jan 14th. I am not sure if this is related or not but there was a change, https://github.com/elastic/elasticsearch/pull/50960, that changed the DocumentMapper that day and this change was in the first failure I saw that manifested that way. @romseygeek do you think that change could be the cause of the tripped assertion?
test
recoveryit and indexingit fail due to tripped mapping assertion i ve recently had a build fail due to test failures in recoveryit and indexingit looking into these test failures the cluster and indices being tested fail to reach the green state within the timeout period ultimately the issue is caused by a tripped assertion which causes a node to stop error fatal error in thread exiting   java lang assertionerror task documentmapper mapperservice org elasticsearch index mapper mapperservice type task typetext task mappingsource task dynamic strict meta version properties completed type boolean error type object enabled false response type object enabled false task properties action type keyword cancellable type boolean description type text headers type object enabled false id type long node type keyword parent task id type keyword running time in nanos type long start time in millis type long status type object enabled false type type keyword mapping task dynamic strict meta version properties completed type boolean error type object enabled false response type object enabled false task properties action type keyword cancellable type boolean description type text headers type object enabled false id type long node type keyword parent task id type keyword running time in nanos type long start time in millis type long status type object enabled false type type keyword documentparser org elasticsearch index mapper documentparser fieldmappers org elasticsearch index mapper documentfieldmappers objectmappers task headers org elasticsearch index mapper objectmapper task org elasticsearch index mapper objectmapper response org elasticsearch index mapper objectmapper task status org elasticsearch index mapper objectmapper error org elasticsearch index mapper objectmapper hasnestedobjects false deletetombstonemetadatafieldmappers nooptombstonemetadatafieldmappers at org elasticsearch index mapper mapperservice assertmappingversion mapperservice java build scans if i looked at emails of build failures correctly it appears that this started on jan i am not sure if this is related or not but there was a change that changed the documentmapper that day and this change was in the first failure i saw that manifested that way romseygeek do you think that change could be the cause of the tripped assertion
1
347,396
31,161,836,131
IssuesEvent
2023-08-16 16:33:32
azurenoops/ref-scca-enclave-landing-zone-starter
https://api.github.com/repos/azurenoops/ref-scca-enclave-landing-zone-starter
opened
TEST CASE - Deploy LZ Starter to MAG, Single Subscription, GitHub Actions, Remote State Storage
test case
This issue is a test case for landing zone starter deployment. ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X] test case - [ ] feature request - [ ] documentation issue or request - [ ] regression (a behavior that used to work and stopped in a new release) ``` ### Test steps 1. Create a Fork (in your personal GH org) for testing 1. Clone repository to your local computer (or into a Codespace) 1. Enable forked GitHub Actions in your forked repository. 1. Create required repository secrets (TBD; needs to be documented) 1. Configure your forked repo for (local|remote) terraform state storage (TBD; needs to be documented) 1. Configure your forked repo for (single|multi) subscription deployment, with subscription id(s). (TBD; needs to be documented) 1. Ensure your forked repository is configured to properly deploy to Azure Government. 1. Manually kick off provided GitHub Actions. ### Other helpful details - [ ] #47 - [ ] #48
1.0
TEST CASE - Deploy LZ Starter to MAG, Single Subscription, GitHub Actions, Remote State Storage - This issue is a test case for landing zone starter deployment. ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X] test case - [ ] feature request - [ ] documentation issue or request - [ ] regression (a behavior that used to work and stopped in a new release) ``` ### Test steps 1. Create a Fork (in your personal GH org) for testing 1. Clone repository to your local computer (or into a Codespace) 1. Enable forked GitHub Actions in your forked repository. 1. Create required repository secrets (TBD; needs to be documented) 1. Configure your forked repo for (local|remote) terraform state storage (TBD; needs to be documented) 1. Configure your forked repo for (single|multi) subscription deployment, with subscription id(s). (TBD; needs to be documented) 1. Ensure your forked repository is configured to properly deploy to Azure Government. 1. Manually kick off provided GitHub Actions. ### Other helpful details - [ ] #47 - [ ] #48
test
test case deploy lz starter to mag single subscription github actions remote state storage this issue is a test case for landing zone starter deployment this issue is for a mark with an x bug report please search issues before submitting test case feature request documentation issue or request regression a behavior that used to work and stopped in a new release test steps create a fork in your personal gh org for testing clone repository to your local computer or into a codespace enable forked github actions in your forked repository create required repository secrets tbd needs to be documented configure your forked repo for local remote terraform state storage tbd needs to be documented configure your forked repo for single multi subscription deployment with subscription id s tbd needs to be documented ensure your forked repository is configured to properly deploy to azure government manually kick off provided github actions other helpful details
1
324,991
27,837,704,028
IssuesEvent
2023-03-20 10:36:34
pyccel/psydac
https://api.github.com/repos/pyccel/psydac
closed
Future pytest problem
performance testing
Pytest is raising lots of warnings in the tests. Collecting warnings can be quite slow so this will be slowing down the tests. Example: ```python polar/tests/test_c1_linops.py::test_c1_linops[pads0-npts0-2] /opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/_pytest/python.py:199: PytestReturnNotNoneWarning: Expected None, but polar/tests/test_c1_linops.py::test_c1_linops[pads0-npts0-2] returned {'n0': 2, 'npts': [5, 8], 'pads': (2, 3), 'verbose': False, 'n1': 7, 'n2': 8, 'p1': 2, 'p2': 3, 'P1': False, 'P2': True, 'nc1': 5, 'nc2': 8, 'U': <psydac.polar.dense.DenseVectorSpace object at 0x7fc707a501c0>, 'domain_decomposition': <psydac.ddm.cart.DomainDecomposition object at 0x7fc707a50250>, 'global_starts': [array([0]), array([0])], 'global_ends': [array([4]), array([7])], 'axis': 1, 'es': array([0]), 'ee': array([7]), 'cart': <psydac.ddm.cart.CartDecomposition object at 0x7fc707a502e0>, 'V': <psydac.linalg.stencil.StencilVectorSpace object at 0x7fc707a501f0>, 'W': <psydac.linalg.block.BlockVectorSpace object at 0x7fc707a502b0>, 's1': 0, 's2': 0, 'e1': 4, 'e2': 7, 'Aa': array([[0.713, 0.813], [0.327, 0.22 ]]), 'Ba': array([[[0.327, 0.964, 0.096, 0.162, 0.694, 0.14 , 0.267, 0.803, 0.301, 0.597, 0.573, 0.265, 0.249, 0.29 ], [0.876, 0.019, 0.092, 0.341, 0.22 , 0.563, 0.539, 0.495, 0.301, 0.511, 0.786, 0.813, 0.533, 0.806]], [[0.034, 0.154, 0.748, 0.385, 0.318, 0.572, 0.372, 0.91 , 0.387, 0.836, 0.602, 0.912, 0.484, 0.959], [0.577, 0.028, 0.739, 0.861, 0.099, 0.963, 0.563, 0.741, 0.224, 0.941, 0.643, 0.543, 0.961, 0.557]]]), 'Ca': array([[[0.532, 0.045], [0.546, 0.744], [0.368, 0.679], [0.564, 0.208], [0.547, 0.476], [0.338, 0.663], [0.061, 0.373], [0.434, 0.974]], [[0.698, 0.626], [0.156, 0.435], [0.371, 0.94 ], [0.453, 0.855], [0.654, 0.879], [0.003, 0.925], [0.951, 0.155], [0.066, 0.317]]]), 'A': <psydac.polar.dense.DenseMatrix object at 0x7fc707a50340>, 'B': <psydac.polar.c1_linops.LinearOperator_StencilToDense object at 0x7fc707a50430>, 'C': <psydac.polar.c1_linops.LinearOperator_DenseToStencil object at 0x7fc707a50490>, 'D': <psydac.linalg.stencil.StencilMatrix object at 0x7fc707a504f0>, 'M': <psydac.linalg.block.BlockMatrix object at 0x7fc707a50550>, 'u': <psydac.polar.dense.DenseVector object at 0x7fc707a50520>, 'v': <psydac.linalg.stencil.StencilVector object at 0x7fc707a505b0>, 'w': <psydac.linalg.block.BlockVector object at 0x7fc707a50610>, 'x': <psydac.linalg.block.BlockVector object at 0x7fc707a50640>, 'x0': <psydac.polar.dense.DenseVector object at 0x7fc707a507c0>, 'x1': <psydac.linalg.stencil.StencilVector object at 0x7fc707a50730>, 'tols': {'rtol': 1e-12, 'atol': 1e-12}, '@py_assert1': None, '@py_assert3': None, '@py_assert5': None, '@py_assert7': None, '@py_assert10': None, '@py_assert12': None, '@py_assert15': None, 'Ma': array([[0.713, 0.813, 0.428, ..., 0. , 0. , 0. ], [0.327, 0.22 , 1.297, ..., 0. , 0. , 0. ], [0.532, 0.045, 0.541, ..., 0. , 0. , 0. ], ..., [0. , 0. , 0. , ..., 0.303, 0.432, 0.477], [0. , 0. , 0. , ..., 0.547, 0.635, 0.476], [0. , 0. , 0. , ..., 0.058, 0.965, 0.494]]), 'wa': array([0. , 1. , 0.273, 0.675, 0.356, 0.922, 0.373, 0.964, 0.187, 0.468, 0.527, 0.574, 0.399, 0.539, 0.238, 0.253, 0.076, 0.541, 0.489, 0.968, 0.786, 0.694, 0.285, 0.224, 0.691, 0.222, 0.074, 0.333, 0.551, 0.2 , 0.112, 0.865, 0.458, 0.004, 0.248, 0.045, 0.255, 0.425, 0.144, 0.937, 0.462, 0.86 ]), 'xa': array([6.283, 7.024, 6.028, 4.871, 5.918, 5.057, 5.728, 5.562, 4.746, 6.18 , 8.548, 5.611, 7.23 , 5.951, 9.08 , 7.193, 6.021, 5.638, 8.594, 6.505, 7.282, 8.045, 6.458, 7.789, 8.007, 6.587, 5.928, 4.911, 5.636, 5.316, 7.037, 5.443, 5.007, 5.569, 4.103, 4.804, 4.03 , 5.072, 4.738, 4.755, 3.103, 4.085]), '@py_assert8': None, '@py_assert11': None}, which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? ``` The problem is even worse if we read the contents of the warning: > polar/tests/test_c1_linops.py::test_c1_linops[pads0-npts0-2] > /opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/_pytest/python.py:199: PytestReturnNotNoneWarning: Expected None, but polar/tests/test_c1_linops.py::test_c1_linops[pads0-npts0-2] returned {...}, which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? as this will apparently become an error in a future pytest version
1.0
Future pytest problem - Pytest is raising lots of warnings in the tests. Collecting warnings can be quite slow so this will be slowing down the tests. Example: ```python polar/tests/test_c1_linops.py::test_c1_linops[pads0-npts0-2] /opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/_pytest/python.py:199: PytestReturnNotNoneWarning: Expected None, but polar/tests/test_c1_linops.py::test_c1_linops[pads0-npts0-2] returned {'n0': 2, 'npts': [5, 8], 'pads': (2, 3), 'verbose': False, 'n1': 7, 'n2': 8, 'p1': 2, 'p2': 3, 'P1': False, 'P2': True, 'nc1': 5, 'nc2': 8, 'U': <psydac.polar.dense.DenseVectorSpace object at 0x7fc707a501c0>, 'domain_decomposition': <psydac.ddm.cart.DomainDecomposition object at 0x7fc707a50250>, 'global_starts': [array([0]), array([0])], 'global_ends': [array([4]), array([7])], 'axis': 1, 'es': array([0]), 'ee': array([7]), 'cart': <psydac.ddm.cart.CartDecomposition object at 0x7fc707a502e0>, 'V': <psydac.linalg.stencil.StencilVectorSpace object at 0x7fc707a501f0>, 'W': <psydac.linalg.block.BlockVectorSpace object at 0x7fc707a502b0>, 's1': 0, 's2': 0, 'e1': 4, 'e2': 7, 'Aa': array([[0.713, 0.813], [0.327, 0.22 ]]), 'Ba': array([[[0.327, 0.964, 0.096, 0.162, 0.694, 0.14 , 0.267, 0.803, 0.301, 0.597, 0.573, 0.265, 0.249, 0.29 ], [0.876, 0.019, 0.092, 0.341, 0.22 , 0.563, 0.539, 0.495, 0.301, 0.511, 0.786, 0.813, 0.533, 0.806]], [[0.034, 0.154, 0.748, 0.385, 0.318, 0.572, 0.372, 0.91 , 0.387, 0.836, 0.602, 0.912, 0.484, 0.959], [0.577, 0.028, 0.739, 0.861, 0.099, 0.963, 0.563, 0.741, 0.224, 0.941, 0.643, 0.543, 0.961, 0.557]]]), 'Ca': array([[[0.532, 0.045], [0.546, 0.744], [0.368, 0.679], [0.564, 0.208], [0.547, 0.476], [0.338, 0.663], [0.061, 0.373], [0.434, 0.974]], [[0.698, 0.626], [0.156, 0.435], [0.371, 0.94 ], [0.453, 0.855], [0.654, 0.879], [0.003, 0.925], [0.951, 0.155], [0.066, 0.317]]]), 'A': <psydac.polar.dense.DenseMatrix object at 0x7fc707a50340>, 'B': <psydac.polar.c1_linops.LinearOperator_StencilToDense object at 0x7fc707a50430>, 'C': <psydac.polar.c1_linops.LinearOperator_DenseToStencil object at 0x7fc707a50490>, 'D': <psydac.linalg.stencil.StencilMatrix object at 0x7fc707a504f0>, 'M': <psydac.linalg.block.BlockMatrix object at 0x7fc707a50550>, 'u': <psydac.polar.dense.DenseVector object at 0x7fc707a50520>, 'v': <psydac.linalg.stencil.StencilVector object at 0x7fc707a505b0>, 'w': <psydac.linalg.block.BlockVector object at 0x7fc707a50610>, 'x': <psydac.linalg.block.BlockVector object at 0x7fc707a50640>, 'x0': <psydac.polar.dense.DenseVector object at 0x7fc707a507c0>, 'x1': <psydac.linalg.stencil.StencilVector object at 0x7fc707a50730>, 'tols': {'rtol': 1e-12, 'atol': 1e-12}, '@py_assert1': None, '@py_assert3': None, '@py_assert5': None, '@py_assert7': None, '@py_assert10': None, '@py_assert12': None, '@py_assert15': None, 'Ma': array([[0.713, 0.813, 0.428, ..., 0. , 0. , 0. ], [0.327, 0.22 , 1.297, ..., 0. , 0. , 0. ], [0.532, 0.045, 0.541, ..., 0. , 0. , 0. ], ..., [0. , 0. , 0. , ..., 0.303, 0.432, 0.477], [0. , 0. , 0. , ..., 0.547, 0.635, 0.476], [0. , 0. , 0. , ..., 0.058, 0.965, 0.494]]), 'wa': array([0. , 1. , 0.273, 0.675, 0.356, 0.922, 0.373, 0.964, 0.187, 0.468, 0.527, 0.574, 0.399, 0.539, 0.238, 0.253, 0.076, 0.541, 0.489, 0.968, 0.786, 0.694, 0.285, 0.224, 0.691, 0.222, 0.074, 0.333, 0.551, 0.2 , 0.112, 0.865, 0.458, 0.004, 0.248, 0.045, 0.255, 0.425, 0.144, 0.937, 0.462, 0.86 ]), 'xa': array([6.283, 7.024, 6.028, 4.871, 5.918, 5.057, 5.728, 5.562, 4.746, 6.18 , 8.548, 5.611, 7.23 , 5.951, 9.08 , 7.193, 6.021, 5.638, 8.594, 6.505, 7.282, 8.045, 6.458, 7.789, 8.007, 6.587, 5.928, 4.911, 5.636, 5.316, 7.037, 5.443, 5.007, 5.569, 4.103, 4.804, 4.03 , 5.072, 4.738, 4.755, 3.103, 4.085]), '@py_assert8': None, '@py_assert11': None}, which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? ``` The problem is even worse if we read the contents of the warning: > polar/tests/test_c1_linops.py::test_c1_linops[pads0-npts0-2] > /opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/_pytest/python.py:199: PytestReturnNotNoneWarning: Expected None, but polar/tests/test_c1_linops.py::test_c1_linops[pads0-npts0-2] returned {...}, which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? as this will apparently become an error in a future pytest version
test
future pytest problem pytest is raising lots of warnings in the tests collecting warnings can be quite slow so this will be slowing down the tests example python polar tests test linops py test linops opt hostedtoolcache python lib site packages pytest python py pytestreturnnotnonewarning expected none but polar tests test linops py test linops returned npts pads verbose false false true u domain decomposition global starts array global ends array axis es array ee array cart v w aa array ba array ca array a b c d m u v w x tols rtol atol py none py none py none py none py none py none py none ma array wa array xa array py none py none which will be an error in a future version of pytest did you mean to use assert instead of return the problem is even worse if we read the contents of the warning polar tests test linops py test linops opt hostedtoolcache python lib site packages pytest python py pytestreturnnotnonewarning expected none but polar tests test linops py test linops returned which will be an error in a future version of pytest did you mean to use assert instead of return as this will apparently become an error in a future pytest version
1
172,244
13,283,921,713
IssuesEvent
2020-08-24 04:53:35
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Manual test run on Linux for Ethereum Remote Client 1.0.21
OS/unix-like/linux QA/Yes release-notes/exclude tests
## Per release specialty tests - [ ] Crypto Wallets MetaMask V8 Upgrade.([#11311](https://github.com/brave/brave-browser/issues/11311)) ## Branding - [ ] Verify there are no appearances of the word MetaMask - [ ] Verify links to MetaMask resources such as websites and email should point to Brave resources - [ ] Verify all downloadable resources (Seed/Logs) contains Brave file names - [ ] Verify MetaFox logo is not present on any screen ## Component - [ ] Verify Ethereum client component is downloaded when you open brave://wallet for the first time - [ ] Verify Ethereum client component is successfully updated and doesn't corrupt the browser wallet - [ ] Delete component folder. Verify the component is downloaded successfully after browser relaunch ## Ðapps - [ ] Verify Ðapp can successfully connect to your crypto wallets account, signed via a pop-up notification - [ ] Verify Ðapp transactions where assets are set/received show up in the account activity view within the extension ## Import & Recovery - [ ] Verify you can import Brave Crypto Wallet using 24 seed words - [ ] Verify you can import MetaMask Wallet using only 12 seed words - [ ] Verify you can restore Brave CW/MM account from the login screen ## Transactions - [ ] Verify Eth/ERC-20 tokens can be received at the addresses generated for your account - [ ] Verify Eth/ERC-20 tokens can be sent to other addresses from your account - [ ] Verify a successful transaction can be done on a restored wallet ## Hardware - [ ] Verify you can link hardware wallet using Trezor and unlock the wallet - [ ] Verify you can link hardware wallet using Ledger Nano and unlock the wallet ## Responsive Screen - [ ] Verify vertical scroll bars are shown when browser resolution is smaller than the page viewport - [ ] Verify all controls/buttons on Crypto Wallet are responsive when browser resolution is changed
1.0
Manual test run on Linux for Ethereum Remote Client 1.0.21 - ## Per release specialty tests - [ ] Crypto Wallets MetaMask V8 Upgrade.([#11311](https://github.com/brave/brave-browser/issues/11311)) ## Branding - [ ] Verify there are no appearances of the word MetaMask - [ ] Verify links to MetaMask resources such as websites and email should point to Brave resources - [ ] Verify all downloadable resources (Seed/Logs) contains Brave file names - [ ] Verify MetaFox logo is not present on any screen ## Component - [ ] Verify Ethereum client component is downloaded when you open brave://wallet for the first time - [ ] Verify Ethereum client component is successfully updated and doesn't corrupt the browser wallet - [ ] Delete component folder. Verify the component is downloaded successfully after browser relaunch ## Ðapps - [ ] Verify Ðapp can successfully connect to your crypto wallets account, signed via a pop-up notification - [ ] Verify Ðapp transactions where assets are set/received show up in the account activity view within the extension ## Import & Recovery - [ ] Verify you can import Brave Crypto Wallet using 24 seed words - [ ] Verify you can import MetaMask Wallet using only 12 seed words - [ ] Verify you can restore Brave CW/MM account from the login screen ## Transactions - [ ] Verify Eth/ERC-20 tokens can be received at the addresses generated for your account - [ ] Verify Eth/ERC-20 tokens can be sent to other addresses from your account - [ ] Verify a successful transaction can be done on a restored wallet ## Hardware - [ ] Verify you can link hardware wallet using Trezor and unlock the wallet - [ ] Verify you can link hardware wallet using Ledger Nano and unlock the wallet ## Responsive Screen - [ ] Verify vertical scroll bars are shown when browser resolution is smaller than the page viewport - [ ] Verify all controls/buttons on Crypto Wallet are responsive when browser resolution is changed
test
manual test run on linux for ethereum remote client per release specialty tests crypto wallets metamask upgrade branding verify there are no appearances of the word metamask verify links to metamask resources such as websites and email should point to brave resources verify all downloadable resources seed logs contains brave file names verify metafox logo is not present on any screen component verify ethereum client component is downloaded when you open brave wallet for the first time verify ethereum client component is successfully updated and doesn t corrupt the browser wallet delete component folder verify the component is downloaded successfully after browser relaunch ðapps verify ðapp can successfully connect to your crypto wallets account signed via a pop up notification verify ðapp transactions where assets are set received show up in the account activity view within the extension import recovery verify you can import brave crypto wallet using seed words verify you can import metamask wallet using only seed words verify you can restore brave cw mm account from the login screen transactions verify eth erc tokens can be received at the addresses generated for your account verify eth erc tokens can be sent to other addresses from your account verify a successful transaction can be done on a restored wallet hardware verify you can link hardware wallet using trezor and unlock the wallet verify you can link hardware wallet using ledger nano and unlock the wallet responsive screen verify vertical scroll bars are shown when browser resolution is smaller than the page viewport verify all controls buttons on crypto wallet are responsive when browser resolution is changed
1
130,200
18,050,709,127
IssuesEvent
2021-09-19 17:46:27
obsproject/obs-studio
https://api.github.com/repos/obsproject/obs-studio
closed
Failed to initialize video: eglCreateImage not found on nvidia-340xx driver
By Design / Not a bug Linux
### Operating System Info Other ### Other OS Arch Linux ### OBS Studio Version 27.0.1 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://gist.github.com/alou-S/383f457e1539c24453dd6110baa6bb58 ### OBS Studio Crash Log URL _No response_ ### Expected Behavior Should start without any errors. Used to start perfectly on version `26.1.2`. Error started from `27.0.0` and still persists on `27.0.1`. ### Current Behavior Crashes on start with "Failed to initialize video: Graphics module not found" error and the following error in log ``` error: os_dlopen(libobs-opengl.so.0->libobs-opengl.so.0): /usr/lib/libobs-opengl.so.0: undefined symbol: eglCreateImage error: Failed to initialize video: Graphics module not found ``` ### Steps to Reproduce No real steps since the programs crashes right on startup. ### Anything else we should know? Error seem to be related to the GPU Driver I use since other users with the similar driver have the same issue. GPU : Nvidia 210 Driver : `nvidia-340xx-dkms` The error only occurs from version `27.0.1` and doesn't occur in `26.1.2` and previous versions.
1.0
Failed to initialize video: eglCreateImage not found on nvidia-340xx driver - ### Operating System Info Other ### Other OS Arch Linux ### OBS Studio Version 27.0.1 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://gist.github.com/alou-S/383f457e1539c24453dd6110baa6bb58 ### OBS Studio Crash Log URL _No response_ ### Expected Behavior Should start without any errors. Used to start perfectly on version `26.1.2`. Error started from `27.0.0` and still persists on `27.0.1`. ### Current Behavior Crashes on start with "Failed to initialize video: Graphics module not found" error and the following error in log ``` error: os_dlopen(libobs-opengl.so.0->libobs-opengl.so.0): /usr/lib/libobs-opengl.so.0: undefined symbol: eglCreateImage error: Failed to initialize video: Graphics module not found ``` ### Steps to Reproduce No real steps since the programs crashes right on startup. ### Anything else we should know? Error seem to be related to the GPU Driver I use since other users with the similar driver have the same issue. GPU : Nvidia 210 Driver : `nvidia-340xx-dkms` The error only occurs from version `27.0.1` and doesn't occur in `26.1.2` and previous versions.
non_test
failed to initialize video eglcreateimage not found on nvidia driver operating system info other other os arch linux obs studio version obs studio version other no response obs studio log url obs studio crash log url no response expected behavior should start without any errors used to start perfectly on version error started from and still persists on current behavior crashes on start with failed to initialize video graphics module not found error and the following error in log error os dlopen libobs opengl so libobs opengl so usr lib libobs opengl so undefined symbol eglcreateimage error failed to initialize video graphics module not found steps to reproduce no real steps since the programs crashes right on startup anything else we should know error seem to be related to the gpu driver i use since other users with the similar driver have the same issue gpu nvidia driver nvidia dkms the error only occurs from version and doesn t occur in and previous versions
0
11,122
13,957,685,989
IssuesEvent
2020-10-24 08:08:48
alexanderkotsev/geoportal
https://api.github.com/repos/alexanderkotsev/geoportal
opened
BE: Harvester in processing state
BE - Belgium Geoportal Harvesting process
Dear, Just like a couple of weeks ago the harvester for the Flemish/Belgian portal stays in processing state since last Friday. Thx Bart
1.0
BE: Harvester in processing state - Dear, Just like a couple of weeks ago the harvester for the Flemish/Belgian portal stays in processing state since last Friday. Thx Bart
non_test
be harvester in processing state dear just like a couple of weeks ago the harvester for the flemish belgian portal stays in processing state since last friday thx bart
0
134,149
10,884,307,791
IssuesEvent
2019-11-18 07:55:23
microsoft/azure-tools-for-java
https://api.github.com/repos/microsoft/azure-tools-for-java
opened
[Eclipse][Win] Can't create a project for Spark 2.3.0.
Eclipse HDInsight Internal Test
**Azure Toolkit for Java:** https://vscjavaci.cloudapp.net/job/Azure_Toolkits_for_Java/job/AzureToolsManager_develop/1297/Azure/processDownloadRequest/artifacts/WindowsAzurePlugin4EJ.develop.1297.11-18-2019.zip **Eclipse Version:** 2019-09 R (4.13.0) **Build id:** 20190917-1200 **Repro Step:** 1. Open Eclipse 2. Install the build 3. Navigate to File -> New -> Project 4. Expand HDInsight Project 5. Click on Spark on HDInsight (Scala), and click on Next button 6. Fill in the Project name 7. For Spark SDK, select Spark 2.3.0 (2.11.8), and click on Next button 8. Click on Finish button **Results:** No response 9. Click on "< Back" button **Results:** Show an Error dialog. ![image](https://user-images.githubusercontent.com/40199316/69034164-86316400-0a1b-11ea-89bf-d54a4295a0f9.png)
1.0
[Eclipse][Win] Can't create a project for Spark 2.3.0. - **Azure Toolkit for Java:** https://vscjavaci.cloudapp.net/job/Azure_Toolkits_for_Java/job/AzureToolsManager_develop/1297/Azure/processDownloadRequest/artifacts/WindowsAzurePlugin4EJ.develop.1297.11-18-2019.zip **Eclipse Version:** 2019-09 R (4.13.0) **Build id:** 20190917-1200 **Repro Step:** 1. Open Eclipse 2. Install the build 3. Navigate to File -> New -> Project 4. Expand HDInsight Project 5. Click on Spark on HDInsight (Scala), and click on Next button 6. Fill in the Project name 7. For Spark SDK, select Spark 2.3.0 (2.11.8), and click on Next button 8. Click on Finish button **Results:** No response 9. Click on "< Back" button **Results:** Show an Error dialog. ![image](https://user-images.githubusercontent.com/40199316/69034164-86316400-0a1b-11ea-89bf-d54a4295a0f9.png)
test
can t create a project for spark azure toolkit for java eclipse version r build id repro step open eclipse install the build navigate to file new project expand hdinsight project click on spark on hdinsight scala and click on next button fill in the project name for spark sdk select spark and click on next button click on finish button results no response click on back button results show an error dialog
1
33,909
9,213,782,044
IssuesEvent
2019-03-10 14:53:36
graknlabs/docs
https://api.github.com/repos/graknlabs/docs
closed
Depend on @graknlabs_graql through @graknlabs_grakn_core
build refactor
As we can see below, we currently depend on `@graknlabs_graql` directly: https://github.com/graknlabs/docs/blob/77db9b2110fbd51ebbd32c9fbe998fa91d1bebab/WORKSPACE#L60-L64 We've now decided that all Grakn repositories that depend on Graql should depend on `@graknlabs_graql` through `@graknlabs_grakn_core`, because: 1) simplifies the dependency-update propagation 2) we should only depend on the version of Graql that Grakn Core officially supports/implements. This is already done in `@grakn_core_client_java` which we can follow in `@graknlabs_docs` and `@graknlabs_examples`: https://github.com/graknlabs/client-java/blob/9036b5b2498e405f0a9b10d578446f2b6386b378/WORKSPACE#L36-L37
1.0
Depend on @graknlabs_graql through @graknlabs_grakn_core - As we can see below, we currently depend on `@graknlabs_graql` directly: https://github.com/graknlabs/docs/blob/77db9b2110fbd51ebbd32c9fbe998fa91d1bebab/WORKSPACE#L60-L64 We've now decided that all Grakn repositories that depend on Graql should depend on `@graknlabs_graql` through `@graknlabs_grakn_core`, because: 1) simplifies the dependency-update propagation 2) we should only depend on the version of Graql that Grakn Core officially supports/implements. This is already done in `@grakn_core_client_java` which we can follow in `@graknlabs_docs` and `@graknlabs_examples`: https://github.com/graknlabs/client-java/blob/9036b5b2498e405f0a9b10d578446f2b6386b378/WORKSPACE#L36-L37
non_test
depend on graknlabs graql through graknlabs grakn core as we can see below we currently depend on graknlabs graql directly we ve now decided that all grakn repositories that depend on graql should depend on graknlabs graql through graknlabs grakn core because simplifies the dependency update propagation we should only depend on the version of graql that grakn core officially supports implements this is already done in grakn core client java which we can follow in graknlabs docs and graknlabs examples
0
86,301
8,031,220,680
IssuesEvent
2018-07-27 23:24:53
aspnet/EntityFrameworkCore
https://api.github.com/repos/aspnet/EntityFrameworkCore
closed
Test: Re-enable tests in master which are blocked by PoolBlockingPeriod in SqlClient
area-test closed-fixed type-cleanup
Once fix for https://github.com/dotnet/corefx/issues/30720 propagates to our dependencies.
1.0
Test: Re-enable tests in master which are blocked by PoolBlockingPeriod in SqlClient - Once fix for https://github.com/dotnet/corefx/issues/30720 propagates to our dependencies.
test
test re enable tests in master which are blocked by poolblockingperiod in sqlclient once fix for propagates to our dependencies
1
265,379
23,163,769,584
IssuesEvent
2022-07-29 21:05:46
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
pkg/sql/logictest/tests/local-vec-off/local-vec-off_test: TestLogic_udf failed
C-test-failure O-robot branch-master
pkg/sql/logictest/tests/local-vec-off/local-vec-off_test.TestLogic_udf [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5905556?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5905556?buildTab=artifacts#/) on master @ [1b77518e5194972df726380d12d247df5e7995b3](https://github.com/cockroachdb/cockroach/commits/1b77518e5194972df726380d12d247df5e7995b3): ``` === RUN TestLogic_udf test_log_scope.go:162: test logs captured to: /artifacts/tmp/_tmp/937c109841397bf9baf5846210863a8f/logTestLogic_udf53067594 test_log_scope.go:80: use -show-logs to present logs inline [08:13:53] rng seed: -2182730375082689945 logic.go:2216: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2896/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-dbg/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/udf:18: expected: pq: unimplemented: functions do not currently support \* expressions\nHINT: You have attempted to use a feature that is not yet implemented\.\nSee: https://go\.crdb\.dev/issue-v/10028/v22\.2 got: pq: unimplemented: functions do not currently support * expressions HINT: You have attempted to use a feature that is not yet implemented. See: https://go.crdb.dev/issue-v/10028/dev [08:13:53] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2896/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-dbg/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/udf with config local-vec-off: 6 tests, 1 failures logic.go:3570: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2896/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-dbg/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/udf:21: error while processing logic.go:3570: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2896/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-dbg/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/udf:21: too many errors encountered, skipping the rest of the input panic.go:500: -- test log scope end -- --- FAIL: TestLogic_udf (0.61s) ``` <p>Parameters: <code>TAGS=bazel,gss</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestLogic_udf.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-18170
1.0
pkg/sql/logictest/tests/local-vec-off/local-vec-off_test: TestLogic_udf failed - pkg/sql/logictest/tests/local-vec-off/local-vec-off_test.TestLogic_udf [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5905556?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/5905556?buildTab=artifacts#/) on master @ [1b77518e5194972df726380d12d247df5e7995b3](https://github.com/cockroachdb/cockroach/commits/1b77518e5194972df726380d12d247df5e7995b3): ``` === RUN TestLogic_udf test_log_scope.go:162: test logs captured to: /artifacts/tmp/_tmp/937c109841397bf9baf5846210863a8f/logTestLogic_udf53067594 test_log_scope.go:80: use -show-logs to present logs inline [08:13:53] rng seed: -2182730375082689945 logic.go:2216: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2896/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-dbg/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/udf:18: expected: pq: unimplemented: functions do not currently support \* expressions\nHINT: You have attempted to use a feature that is not yet implemented\.\nSee: https://go\.crdb\.dev/issue-v/10028/v22\.2 got: pq: unimplemented: functions do not currently support * expressions HINT: You have attempted to use a feature that is not yet implemented. See: https://go.crdb.dev/issue-v/10028/dev [08:13:53] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2896/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-dbg/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/udf with config local-vec-off: 6 tests, 1 failures logic.go:3570: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2896/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-dbg/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/udf:21: error while processing logic.go:3570: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2896/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-dbg/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/udf:21: too many errors encountered, skipping the rest of the input panic.go:500: -- test log scope end -- --- FAIL: TestLogic_udf (0.61s) ``` <p>Parameters: <code>TAGS=bazel,gss</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestLogic_udf.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-18170
test
pkg sql logictest tests local vec off local vec off test testlogic udf failed pkg sql logictest tests local vec off local vec off test testlogic udf with on master run testlogic udf test log scope go test logs captured to artifacts tmp tmp logtestlogic test log scope go use show logs to present logs inline rng seed logic go home roach cache bazel bazel roach sandbox processwrapper sandbox execroot com github cockroachdb cockroach bazel out dbg bin pkg sql logictest tests local vec off local vec off test local vec off test runfiles com github cockroachdb cockroach pkg sql logictest testdata logic test udf expected pq unimplemented functions do not currently support expressions nhint you have attempted to use a feature that is not yet implemented nsee got pq unimplemented functions do not currently support expressions hint you have attempted to use a feature that is not yet implemented see done home roach cache bazel bazel roach sandbox processwrapper sandbox execroot com github cockroachdb cockroach bazel out dbg bin pkg sql logictest tests local vec off local vec off test local vec off test runfiles com github cockroachdb cockroach pkg sql logictest testdata logic test udf with config local vec off tests failures logic go home roach cache bazel bazel roach sandbox processwrapper sandbox execroot com github cockroachdb cockroach bazel out dbg bin pkg sql logictest tests local vec off local vec off test local vec off test runfiles com github cockroachdb cockroach pkg sql logictest testdata logic test udf error while processing logic go home roach cache bazel bazel roach sandbox processwrapper sandbox execroot com github cockroachdb cockroach bazel out dbg bin pkg sql logictest tests local vec off local vec off test local vec off test runfiles com github cockroachdb cockroach pkg sql logictest testdata logic test udf too many errors encountered skipping the rest of the input panic go test log scope end fail testlogic udf parameters tags bazel gss help see also jira issue crdb
1
52,372
12,957,746,330
IssuesEvent
2020-07-20 10:12:11
GoogleCloudPlatform/python-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples
reopened
translate_v3_batch_translate_text_test: test_batch_translate_text failed
buildcop: flaky buildcop: issue priority: p2 type: bug
This test failed! To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop). If I'm commenting on this issue too often, add the `buildcop: quiet` label and I will stop commenting. --- commit: 22788da481a8441500203ccc7fbf37cd9fcafa3b buildURL: [Build Status](https://source.cloud.google.com/results/invocations/562f6efb-c0ed-45ff-a9d4-1eb2c912de04), [Sponge](http://sponge2/562f6efb-c0ed-45ff-a9d4-1eb2c912de04) status: failed <details><summary>Test output</summary><br><pre>target = functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ff32205d128>>) predicate = <function if_exception_type.<locals>.if_exception_type_predicate at 0x7ff3251141e0> sleep_generator = <generator object exponential_sleep_generator at 0x7ff322105eb8> deadline = 180, on_error = None def retry_target(target, predicate, sleep_generator, deadline, on_error=None): """Call a function and retry if it fails. This is the lowest-level retry helper. Generally, you'll use the higher-level retry helper :class:`Retry`. Args: target(Callable): The function to call and retry. This must be a nullary function - apply arguments with `functools.partial`. predicate (Callable[Exception]): A callable used to determine if an exception raised by the target should be considered retryable. It should return True to retry or False otherwise. sleep_generator (Iterable[float]): An infinite iterator that determines how long to sleep between retries. deadline (float): How long to keep retrying the target. The last sleep period is shortened as necessary, so that the last retry runs at ``deadline`` (and not considerably beyond it). on_error (Callable[Exception]): A function to call while processing a retryable exception. Any error raised by this function will *not* be caught. Returns: Any: the return value of the target function. Raises: google.api_core.RetryError: If the deadline is exceeded while retrying. ValueError: If the sleep generator stops yielding values. Exception: If the target raises a method that isn't retryable. """ if deadline is not None: deadline_datetime = datetime_helpers.utcnow() + datetime.timedelta( seconds=deadline ) else: deadline_datetime = None last_exc = None for sleep in sleep_generator: try: > return target() .nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py:184: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <google.api_core.operation.Operation object at 0x7ff32205d128> def _done_or_raise(self): """Check if the future is done and raise if it's not.""" if not self.done(): > raise _OperationNotComplete() E google.api_core.future.polling._OperationNotComplete .nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py:84: _OperationNotComplete The above exception was the direct cause of the following exception: self = <google.api_core.operation.Operation object at 0x7ff32205d128> timeout = 180 def _blocking_poll(self, timeout=None): """Poll and wait for the Future to be resolved. Args: timeout (int): How long (in seconds) to wait for the operation to complete. If None, wait indefinitely. """ if self._result_set: return retry_ = self._retry.with_deadline(timeout) try: > retry_(self._done_or_raise)() .nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py:104: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (), kwargs = {} target = functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ff32205d128>>) sleep_generator = <generator object exponential_sleep_generator at 0x7ff322105eb8> @general_helpers.wraps(func) def retry_wrapped_func(*args, **kwargs): """A wrapper that calls target function with retry.""" target = functools.partial(func, *args, **kwargs) sleep_generator = exponential_sleep_generator( self._initial, self._maximum, multiplier=self._multiplier ) return retry_target( target, self._predicate, sleep_generator, self._deadline, > on_error=on_error, ) .nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py:286: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ target = functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ff32205d128>>) predicate = <function if_exception_type.<locals>.if_exception_type_predicate at 0x7ff3251141e0> sleep_generator = <generator object exponential_sleep_generator at 0x7ff322105eb8> deadline = 180, on_error = None def retry_target(target, predicate, sleep_generator, deadline, on_error=None): """Call a function and retry if it fails. This is the lowest-level retry helper. Generally, you'll use the higher-level retry helper :class:`Retry`. Args: target(Callable): The function to call and retry. This must be a nullary function - apply arguments with `functools.partial`. predicate (Callable[Exception]): A callable used to determine if an exception raised by the target should be considered retryable. It should return True to retry or False otherwise. sleep_generator (Iterable[float]): An infinite iterator that determines how long to sleep between retries. deadline (float): How long to keep retrying the target. The last sleep period is shortened as necessary, so that the last retry runs at ``deadline`` (and not considerably beyond it). on_error (Callable[Exception]): A function to call while processing a retryable exception. Any error raised by this function will *not* be caught. Returns: Any: the return value of the target function. Raises: google.api_core.RetryError: If the deadline is exceeded while retrying. ValueError: If the sleep generator stops yielding values. Exception: If the target raises a method that isn't retryable. """ if deadline is not None: deadline_datetime = datetime_helpers.utcnow() + datetime.timedelta( seconds=deadline ) else: deadline_datetime = None last_exc = None for sleep in sleep_generator: try: return target() # pylint: disable=broad-except # This function explicitly must deal with broad exceptions. except Exception as exc: if not predicate(exc): raise last_exc = exc if on_error is not None: on_error(exc) now = datetime_helpers.utcnow() if deadline_datetime is not None: if deadline_datetime <= now: six.raise_from( exceptions.RetryError( "Deadline of {:.1f}s exceeded while calling {}".format( deadline, target ), last_exc, ), > last_exc, ) .nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py:206: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ value = None, from_value = _OperationNotComplete() > ??? E google.api_core.exceptions.RetryError: Deadline of 180.0s exceeded while calling functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ff32205d128>>), last exception: <string>:3: RetryError During handling of the above exception, another exception occurred: capsys = <_pytest.capture.CaptureFixture object at 0x7ff32202c470> bucket = <Bucket: test-9769d114-2f22-424e-88ea-93a59599f17c> @pytest.mark.flaky(max_runs=3, min_passes=1) def test_batch_translate_text(capsys, bucket): translate_v3_batch_translate_text.batch_translate_text( "gs://cloud-samples-data/translation/text.txt", "gs://{}/translation/BATCH_TRANSLATION_OUTPUT/".format(bucket.name), > PROJECT_ID, ) translate_v3_batch_translate_text_test.py:44: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ translate_v3_batch_translate_text.py:49: in batch_translate_text response = operation.result(180) .nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py:125: in result self._blocking_poll(timeout=timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <google.api_core.operation.Operation object at 0x7ff32205d128> timeout = 180 def _blocking_poll(self, timeout=None): """Poll and wait for the Future to be resolved. Args: timeout (int): How long (in seconds) to wait for the operation to complete. If None, wait indefinitely. """ if self._result_set: return retry_ = self._retry.with_deadline(timeout) try: retry_(self._done_or_raise)() except exceptions.RetryError: raise concurrent.futures.TimeoutError( > "Operation did not complete within the designated " "timeout." ) E concurrent.futures._base.TimeoutError: Operation did not complete within the designated timeout. .nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py:107: TimeoutError</pre></details>
2.0
translate_v3_batch_translate_text_test: test_batch_translate_text failed - This test failed! To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop). If I'm commenting on this issue too often, add the `buildcop: quiet` label and I will stop commenting. --- commit: 22788da481a8441500203ccc7fbf37cd9fcafa3b buildURL: [Build Status](https://source.cloud.google.com/results/invocations/562f6efb-c0ed-45ff-a9d4-1eb2c912de04), [Sponge](http://sponge2/562f6efb-c0ed-45ff-a9d4-1eb2c912de04) status: failed <details><summary>Test output</summary><br><pre>target = functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ff32205d128>>) predicate = <function if_exception_type.<locals>.if_exception_type_predicate at 0x7ff3251141e0> sleep_generator = <generator object exponential_sleep_generator at 0x7ff322105eb8> deadline = 180, on_error = None def retry_target(target, predicate, sleep_generator, deadline, on_error=None): """Call a function and retry if it fails. This is the lowest-level retry helper. Generally, you'll use the higher-level retry helper :class:`Retry`. Args: target(Callable): The function to call and retry. This must be a nullary function - apply arguments with `functools.partial`. predicate (Callable[Exception]): A callable used to determine if an exception raised by the target should be considered retryable. It should return True to retry or False otherwise. sleep_generator (Iterable[float]): An infinite iterator that determines how long to sleep between retries. deadline (float): How long to keep retrying the target. The last sleep period is shortened as necessary, so that the last retry runs at ``deadline`` (and not considerably beyond it). on_error (Callable[Exception]): A function to call while processing a retryable exception. Any error raised by this function will *not* be caught. Returns: Any: the return value of the target function. Raises: google.api_core.RetryError: If the deadline is exceeded while retrying. ValueError: If the sleep generator stops yielding values. Exception: If the target raises a method that isn't retryable. """ if deadline is not None: deadline_datetime = datetime_helpers.utcnow() + datetime.timedelta( seconds=deadline ) else: deadline_datetime = None last_exc = None for sleep in sleep_generator: try: > return target() .nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py:184: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <google.api_core.operation.Operation object at 0x7ff32205d128> def _done_or_raise(self): """Check if the future is done and raise if it's not.""" if not self.done(): > raise _OperationNotComplete() E google.api_core.future.polling._OperationNotComplete .nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py:84: _OperationNotComplete The above exception was the direct cause of the following exception: self = <google.api_core.operation.Operation object at 0x7ff32205d128> timeout = 180 def _blocking_poll(self, timeout=None): """Poll and wait for the Future to be resolved. Args: timeout (int): How long (in seconds) to wait for the operation to complete. If None, wait indefinitely. """ if self._result_set: return retry_ = self._retry.with_deadline(timeout) try: > retry_(self._done_or_raise)() .nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py:104: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (), kwargs = {} target = functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ff32205d128>>) sleep_generator = <generator object exponential_sleep_generator at 0x7ff322105eb8> @general_helpers.wraps(func) def retry_wrapped_func(*args, **kwargs): """A wrapper that calls target function with retry.""" target = functools.partial(func, *args, **kwargs) sleep_generator = exponential_sleep_generator( self._initial, self._maximum, multiplier=self._multiplier ) return retry_target( target, self._predicate, sleep_generator, self._deadline, > on_error=on_error, ) .nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py:286: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ target = functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ff32205d128>>) predicate = <function if_exception_type.<locals>.if_exception_type_predicate at 0x7ff3251141e0> sleep_generator = <generator object exponential_sleep_generator at 0x7ff322105eb8> deadline = 180, on_error = None def retry_target(target, predicate, sleep_generator, deadline, on_error=None): """Call a function and retry if it fails. This is the lowest-level retry helper. Generally, you'll use the higher-level retry helper :class:`Retry`. Args: target(Callable): The function to call and retry. This must be a nullary function - apply arguments with `functools.partial`. predicate (Callable[Exception]): A callable used to determine if an exception raised by the target should be considered retryable. It should return True to retry or False otherwise. sleep_generator (Iterable[float]): An infinite iterator that determines how long to sleep between retries. deadline (float): How long to keep retrying the target. The last sleep period is shortened as necessary, so that the last retry runs at ``deadline`` (and not considerably beyond it). on_error (Callable[Exception]): A function to call while processing a retryable exception. Any error raised by this function will *not* be caught. Returns: Any: the return value of the target function. Raises: google.api_core.RetryError: If the deadline is exceeded while retrying. ValueError: If the sleep generator stops yielding values. Exception: If the target raises a method that isn't retryable. """ if deadline is not None: deadline_datetime = datetime_helpers.utcnow() + datetime.timedelta( seconds=deadline ) else: deadline_datetime = None last_exc = None for sleep in sleep_generator: try: return target() # pylint: disable=broad-except # This function explicitly must deal with broad exceptions. except Exception as exc: if not predicate(exc): raise last_exc = exc if on_error is not None: on_error(exc) now = datetime_helpers.utcnow() if deadline_datetime is not None: if deadline_datetime <= now: six.raise_from( exceptions.RetryError( "Deadline of {:.1f}s exceeded while calling {}".format( deadline, target ), last_exc, ), > last_exc, ) .nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py:206: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ value = None, from_value = _OperationNotComplete() > ??? E google.api_core.exceptions.RetryError: Deadline of 180.0s exceeded while calling functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ff32205d128>>), last exception: <string>:3: RetryError During handling of the above exception, another exception occurred: capsys = <_pytest.capture.CaptureFixture object at 0x7ff32202c470> bucket = <Bucket: test-9769d114-2f22-424e-88ea-93a59599f17c> @pytest.mark.flaky(max_runs=3, min_passes=1) def test_batch_translate_text(capsys, bucket): translate_v3_batch_translate_text.batch_translate_text( "gs://cloud-samples-data/translation/text.txt", "gs://{}/translation/BATCH_TRANSLATION_OUTPUT/".format(bucket.name), > PROJECT_ID, ) translate_v3_batch_translate_text_test.py:44: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ translate_v3_batch_translate_text.py:49: in batch_translate_text response = operation.result(180) .nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py:125: in result self._blocking_poll(timeout=timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <google.api_core.operation.Operation object at 0x7ff32205d128> timeout = 180 def _blocking_poll(self, timeout=None): """Poll and wait for the Future to be resolved. Args: timeout (int): How long (in seconds) to wait for the operation to complete. If None, wait indefinitely. """ if self._result_set: return retry_ = self._retry.with_deadline(timeout) try: retry_(self._done_or_raise)() except exceptions.RetryError: raise concurrent.futures.TimeoutError( > "Operation did not complete within the designated " "timeout." ) E concurrent.futures._base.TimeoutError: Operation did not complete within the designated timeout. .nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py:107: TimeoutError</pre></details>
non_test
translate batch translate text test test batch translate text failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting commit buildurl status failed test output target functools partial predicate if exception type predicate at sleep generator deadline on error none def retry target target predicate sleep generator deadline on error none call a function and retry if it fails this is the lowest level retry helper generally you ll use the higher level retry helper class retry args target callable the function to call and retry this must be a nullary function apply arguments with functools partial predicate callable a callable used to determine if an exception raised by the target should be considered retryable it should return true to retry or false otherwise sleep generator iterable an infinite iterator that determines how long to sleep between retries deadline float how long to keep retrying the target the last sleep period is shortened as necessary so that the last retry runs at deadline and not considerably beyond it on error callable a function to call while processing a retryable exception any error raised by this function will not be caught returns any the return value of the target function raises google api core retryerror if the deadline is exceeded while retrying valueerror if the sleep generator stops yielding values exception if the target raises a method that isn t retryable if deadline is not none deadline datetime datetime helpers utcnow datetime timedelta seconds deadline else deadline datetime none last exc none for sleep in sleep generator try return target nox py lib site packages google api core retry py self def done or raise self check if the future is done and raise if it s not if not self done raise operationnotcomplete e google api core future polling operationnotcomplete nox py lib site packages google api core future polling py operationnotcomplete the above exception was the direct cause of the following exception self timeout def blocking poll self timeout none poll and wait for the future to be resolved args timeout int how long in seconds to wait for the operation to complete if none wait indefinitely if self result set return retry self retry with deadline timeout try retry self done or raise nox py lib site packages google api core future polling py args kwargs target functools partial sleep generator general helpers wraps func def retry wrapped func args kwargs a wrapper that calls target function with retry target functools partial func args kwargs sleep generator exponential sleep generator self initial self maximum multiplier self multiplier return retry target target self predicate sleep generator self deadline on error on error nox py lib site packages google api core retry py target functools partial predicate if exception type predicate at sleep generator deadline on error none def retry target target predicate sleep generator deadline on error none call a function and retry if it fails this is the lowest level retry helper generally you ll use the higher level retry helper class retry args target callable the function to call and retry this must be a nullary function apply arguments with functools partial predicate callable a callable used to determine if an exception raised by the target should be considered retryable it should return true to retry or false otherwise sleep generator iterable an infinite iterator that determines how long to sleep between retries deadline float how long to keep retrying the target the last sleep period is shortened as necessary so that the last retry runs at deadline and not considerably beyond it on error callable a function to call while processing a retryable exception any error raised by this function will not be caught returns any the return value of the target function raises google api core retryerror if the deadline is exceeded while retrying valueerror if the sleep generator stops yielding values exception if the target raises a method that isn t retryable if deadline is not none deadline datetime datetime helpers utcnow datetime timedelta seconds deadline else deadline datetime none last exc none for sleep in sleep generator try return target pylint disable broad except this function explicitly must deal with broad exceptions except exception as exc if not predicate exc raise last exc exc if on error is not none on error exc now datetime helpers utcnow if deadline datetime is not none if deadline datetime now six raise from exceptions retryerror deadline of s exceeded while calling format deadline target last exc last exc nox py lib site packages google api core retry py value none from value operationnotcomplete e google api core exceptions retryerror deadline of exceeded while calling functools partial last exception retryerror during handling of the above exception another exception occurred capsys bucket pytest mark flaky max runs min passes def test batch translate text capsys bucket translate batch translate text batch translate text gs cloud samples data translation text txt gs translation batch translation output format bucket name project id translate batch translate text test py translate batch translate text py in batch translate text response operation result nox py lib site packages google api core future polling py in result self blocking poll timeout timeout self timeout def blocking poll self timeout none poll and wait for the future to be resolved args timeout int how long in seconds to wait for the operation to complete if none wait indefinitely if self result set return retry self retry with deadline timeout try retry self done or raise except exceptions retryerror raise concurrent futures timeouterror operation did not complete within the designated timeout e concurrent futures base timeouterror operation did not complete within the designated timeout nox py lib site packages google api core future polling py timeouterror
0
64,503
6,910,352,361
IssuesEvent
2017-11-28 01:47:29
xcat2/xcat-core
https://api.github.com/repos/xcat2/xcat-core
closed
rpower command intermittently reports 503 Service Unavailable Error
component: openbmc priority:high sprint1 status:pending test:testcase_requested type:bug
**Problem description** I intermittently see error messages for " Error: 503 Service Unavailable" while attempting to power on compute node. After failure message, my next attempt is generally successful. **Attempt to power on compute node** ``` # rpower cn06 on cn06: Error: 503 Service Unavailable # echo $? 1 # rpower cn06 state cn06: off # rpower cn06 on cn06: on # rpower cn06 state cn06: on ``` **xCAT version** ``` # lsxcatd -a Version 2.13.8 (git commit e4f452a44d417e2f9c64b6dd064e3fc316046ac4, built Sat Nov 4 07:15:42 EDT 2017) This is a Management Node cfgloc=Pg:dbname=xcatdb;host=192.168.95.1|xcatadm dbengine=Pg dbname=xcatdb dbhost=192.168.95.1 dbadmin=xcatadm ```
2.0
rpower command intermittently reports 503 Service Unavailable Error - **Problem description** I intermittently see error messages for " Error: 503 Service Unavailable" while attempting to power on compute node. After failure message, my next attempt is generally successful. **Attempt to power on compute node** ``` # rpower cn06 on cn06: Error: 503 Service Unavailable # echo $? 1 # rpower cn06 state cn06: off # rpower cn06 on cn06: on # rpower cn06 state cn06: on ``` **xCAT version** ``` # lsxcatd -a Version 2.13.8 (git commit e4f452a44d417e2f9c64b6dd064e3fc316046ac4, built Sat Nov 4 07:15:42 EDT 2017) This is a Management Node cfgloc=Pg:dbname=xcatdb;host=192.168.95.1|xcatadm dbengine=Pg dbname=xcatdb dbhost=192.168.95.1 dbadmin=xcatadm ```
test
rpower command intermittently reports service unavailable error problem description i intermittently see error messages for error service unavailable while attempting to power on compute node after failure message my next attempt is generally successful attempt to power on compute node rpower on error service unavailable echo rpower state off rpower on on rpower state on xcat version lsxcatd a version git commit built sat nov edt this is a management node cfgloc pg dbname xcatdb host xcatadm dbengine pg dbname xcatdb dbhost dbadmin xcatadm
1
288,968
24,945,870,707
IssuesEvent
2022-11-01 00:04:30
scylladb/scylladb
https://api.github.com/repos/scylladb/scylladb
closed
test_verify_latest_copy_removenode_node: shared_ptr accessed on non-owner cpu
bug Regression dtest master/high
Seen since https://jenkins.scylladb.com/view/master/job/scylla-master/job/dtest-daily-debug/70/artifact/logs-full.debug.028/1666414874050_update_cluster_layout_tests.py%3A%3ATestUpdateClusterLayout%3A%3Atest_verify_latest_copy_removenode_node/node1.log ``` INFO 2022-10-22 05:00:30,950 [shard 0] init - Scylla version 5.2.0~dev-0.20221022.4aa0b1685265 with build-id fd5a735818da4f244d9031b8db0756796e2e9e2e starting ... INFO 2022-10-22 05:01:10,981 [shard 0] repair - repair[7ae049ff-d68d-4fcb-bff5-13d4f9d28632]: sync data for keyspace=ks, status=started INFO 2022-10-22 05:01:10,984 [shard 0] repair - repair[7ae049ff-d68d-4fcb-bff5-13d4f9d28632]: Started to repair 1 out of 1 tables in keyspace=ks, table=cf, table_id=12123130-51c6-11ed-900a-0cd4fa6c437d, repair_reason=removenode ERROR 2022-10-22 05:01:10,985 [shard 1] seastar - shared_ptr accessed on non-owner cpu, at: 0x14f4a190 0x1d5d41ad 0x1d5d3e6d 0x1d5d6463 0x1d5d72f2 0x1c6611de 0x1c661d0a 0x150d1e55 0x150d1c65 0x1515df76 0x19e85dc3 0x19e85ad3 0x19e85a93 0x19e85a4b 0x19e85a03 0x19e858ce 0x19e84eb0 0x19e874c8 0x1c772a3e 0x1c778eae 0x1c77db12 0x1c86399b 0x1c862522 0x1c8623d2 0x1c861a22 0x1561ea7a 0x1c66618b /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libpthread.so.0+0x92a4 /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libc.so.6+0x100322 -------- seastar::smp_message_queue::async_work_item<seastar::sharded<repair_service>::invoke_on<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, , seastar::future<void> >(unsigned int, seastar::smp_submit_to_options, repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&)::{lambda()#1}> Aborting on shard 1. Backtrace: 0x14f4a190 0x1c8f28fd 0x1c8f24fc 0x1c753784 0x1c77f68e 0x1c86155c 0x1c8617bd 0x1c8615ea 0x7f09a34b9a1f /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libc.so.6+0x3d2a1 /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libc.so.6+0x268a3 0x1c661d14 0x150d1e55 0x150d1c65 0x1515df76 0x19e85dc3 0x19e85ad3 0x19e85a93 0x19e85a4b 0x19e85a03 0x19e858ce 0x19e84eb0 0x19e874c8 0x1c772a3e 0x1c778eae 0x1c77db12 0x1c86399b 0x1c862522 0x1c8623d2 0x1c861a22 0x1561ea7a 0x1c66618b /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libpthread.so.0+0x92a4 /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libc.so.6+0x100322 ``` Decoded: ``` [Backtrace #0] __interceptor_backtrace.part.0 at crtstuff.c:? void seastar::backtrace<seastar::current_backtrace_tasklocal()::$_3>(seastar::current_backtrace_tasklocal()::$_3&&) at ./build/debug/seastar/./seastar/include/seastar/util/backtrace.hh:59 seastar::current_backtrace_tasklocal() at ./build/debug/seastar/./seastar/src/util/backtrace.cc:86 seastar::current_tasktrace() at ./build/debug/seastar/./seastar/src/util/backtrace.cc:137 seastar::current_backtrace() at ./build/debug/seastar/./seastar/src/util/backtrace.cc:170 log_error_and_backtrace(seastar::logger&, std::basic_string_view<char, std::char_traits<char> >) at ./build/debug/seastar/./seastar/src/core/on_internal_error.cc:37 seastar::on_fatal_internal_error(seastar::logger&, std::basic_string_view<char, std::char_traits<char> >) at ./build/debug/seastar/./seastar/src/core/on_internal_error.cc:67 seastar::debug_shared_ptr_counter_type::check() const at ././seastar/include/seastar/core/shared_ptr_debug_helper.hh:68 seastar::debug_shared_ptr_counter_type::operator++() at ././seastar/include/seastar/core/shared_ptr_debug_helper.hh:48 shared_ptr at ././seastar/include/seastar/core/shared_ptr.hh:512 operator() at ./repair/repair.cc:1300 seastar::future<void> std::__invoke_impl<seastar::future<void>, repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, repair_service&>(std::__invoke_other, repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&, repair_service&) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:61 std::__invoke_result<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, repair_service&>::type std::__invoke<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, repair_service&>(std::__invoke_result&&, (repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&)...) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:96 decltype(auto) std::__apply_impl<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, std::tuple<repair_service&>, 0ul>(repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&, std::tuple<repair_service&>&&, std::integer_sequence<unsigned long, 0ul>) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/tuple:1858 decltype(auto) std::apply<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, std::tuple<repair_service&> >(repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&, std::tuple<repair_service&>&&) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/tuple:1869 operator() at ././seastar/include/seastar/core/sharded.hh:457 _ZN7seastar8futurizeINS_6futureIvEEE6invokeIRZNS_7shardedI14repair_serviceE9invoke_onIZZNS6_25do_sync_data_using_repairENS_13basic_sstringIcjLj15ELb1EEESt6vectorI20nonwrapping_intervalIN3dht5tokenEESaISF_EESt13unordered_mapISF_16repair_neighborsSt4hashISF_ESt8equal_toISF_ESaISt4pairIKSF_SJ_EEEN9streaming13stream_reasonENS_10shared_ptrI13node_ops_infoEEEN4$_27clEvEUlRS6_E_JES2_EET1_jNS_21smp_submit_to_optionsEOT_DpOT0_EUlvE_JEEES2_S14_S17_ at ././seastar/include/seastar/core/future.hh:2149 seastar::smp_message_queue::async_work_item<seastar::sharded<repair_service>::invoke_on<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, , seastar::future<void> >(unsigned int, seastar::smp_submit_to_options, repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&)::{lambda()#1}>::run_and_dispose() at ././seastar/include/seastar/core/smp.hh:231 seastar::reactor::run_tasks(seastar::reactor::task_queue&) at ./build/debug/seastar/./seastar/src/core/reactor.cc:2329 seastar::reactor::run_some_tasks() at ./build/debug/seastar/./seastar/src/core/reactor.cc:2736 seastar::reactor::do_run() at ./build/debug/seastar/./seastar/src/core/reactor.cc:2905 operator() at ./build/debug/seastar/./seastar/src/core/reactor.cc:4133 void std::__invoke_impl<void, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90&>(std::__invoke_other, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90&) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:61 std::enable_if<is_invocable_r_v<void, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90&>, void>::type std::__invoke_r<void, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90&>(seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90&) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:111 std::_Function_handler<void (), seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90>::_M_invoke(std::_Any_data const&) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/std_function.h:290 std::function<void ()>::operator()() const at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/std_function.h:590 seastar::posix_thread::start_routine(void*) at ./build/debug/seastar/./seastar/src/core/posix.cc:73 ``` Looks like the offending change is 8231b4ec1ba42d4e86ee2fdd20362a0ae3b484bb where https://github.com/scylladb/scylladb/blob/3dc7c338477394a8c948282f276c6865276a85c5/repair/repair.cc#L1300 copies the `node_ops_info->as` shared_ptr across shards
1.0
test_verify_latest_copy_removenode_node: shared_ptr accessed on non-owner cpu - Seen since https://jenkins.scylladb.com/view/master/job/scylla-master/job/dtest-daily-debug/70/artifact/logs-full.debug.028/1666414874050_update_cluster_layout_tests.py%3A%3ATestUpdateClusterLayout%3A%3Atest_verify_latest_copy_removenode_node/node1.log ``` INFO 2022-10-22 05:00:30,950 [shard 0] init - Scylla version 5.2.0~dev-0.20221022.4aa0b1685265 with build-id fd5a735818da4f244d9031b8db0756796e2e9e2e starting ... INFO 2022-10-22 05:01:10,981 [shard 0] repair - repair[7ae049ff-d68d-4fcb-bff5-13d4f9d28632]: sync data for keyspace=ks, status=started INFO 2022-10-22 05:01:10,984 [shard 0] repair - repair[7ae049ff-d68d-4fcb-bff5-13d4f9d28632]: Started to repair 1 out of 1 tables in keyspace=ks, table=cf, table_id=12123130-51c6-11ed-900a-0cd4fa6c437d, repair_reason=removenode ERROR 2022-10-22 05:01:10,985 [shard 1] seastar - shared_ptr accessed on non-owner cpu, at: 0x14f4a190 0x1d5d41ad 0x1d5d3e6d 0x1d5d6463 0x1d5d72f2 0x1c6611de 0x1c661d0a 0x150d1e55 0x150d1c65 0x1515df76 0x19e85dc3 0x19e85ad3 0x19e85a93 0x19e85a4b 0x19e85a03 0x19e858ce 0x19e84eb0 0x19e874c8 0x1c772a3e 0x1c778eae 0x1c77db12 0x1c86399b 0x1c862522 0x1c8623d2 0x1c861a22 0x1561ea7a 0x1c66618b /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libpthread.so.0+0x92a4 /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libc.so.6+0x100322 -------- seastar::smp_message_queue::async_work_item<seastar::sharded<repair_service>::invoke_on<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, , seastar::future<void> >(unsigned int, seastar::smp_submit_to_options, repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&)::{lambda()#1}> Aborting on shard 1. Backtrace: 0x14f4a190 0x1c8f28fd 0x1c8f24fc 0x1c753784 0x1c77f68e 0x1c86155c 0x1c8617bd 0x1c8615ea 0x7f09a34b9a1f /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libc.so.6+0x3d2a1 /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libc.so.6+0x268a3 0x1c661d14 0x150d1e55 0x150d1c65 0x1515df76 0x19e85dc3 0x19e85ad3 0x19e85a93 0x19e85a4b 0x19e85a03 0x19e858ce 0x19e84eb0 0x19e874c8 0x1c772a3e 0x1c778eae 0x1c77db12 0x1c86399b 0x1c862522 0x1c8623d2 0x1c861a22 0x1561ea7a 0x1c66618b /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libpthread.so.0+0x92a4 /jenkins/workspace/scylla-master/dtest-daily-debug/scylla/.ccm/scylla-repository/4aa0b16852656ce11f13b78156fbf28cffbe8c1a/scylla/libreloc/libc.so.6+0x100322 ``` Decoded: ``` [Backtrace #0] __interceptor_backtrace.part.0 at crtstuff.c:? void seastar::backtrace<seastar::current_backtrace_tasklocal()::$_3>(seastar::current_backtrace_tasklocal()::$_3&&) at ./build/debug/seastar/./seastar/include/seastar/util/backtrace.hh:59 seastar::current_backtrace_tasklocal() at ./build/debug/seastar/./seastar/src/util/backtrace.cc:86 seastar::current_tasktrace() at ./build/debug/seastar/./seastar/src/util/backtrace.cc:137 seastar::current_backtrace() at ./build/debug/seastar/./seastar/src/util/backtrace.cc:170 log_error_and_backtrace(seastar::logger&, std::basic_string_view<char, std::char_traits<char> >) at ./build/debug/seastar/./seastar/src/core/on_internal_error.cc:37 seastar::on_fatal_internal_error(seastar::logger&, std::basic_string_view<char, std::char_traits<char> >) at ./build/debug/seastar/./seastar/src/core/on_internal_error.cc:67 seastar::debug_shared_ptr_counter_type::check() const at ././seastar/include/seastar/core/shared_ptr_debug_helper.hh:68 seastar::debug_shared_ptr_counter_type::operator++() at ././seastar/include/seastar/core/shared_ptr_debug_helper.hh:48 shared_ptr at ././seastar/include/seastar/core/shared_ptr.hh:512 operator() at ./repair/repair.cc:1300 seastar::future<void> std::__invoke_impl<seastar::future<void>, repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, repair_service&>(std::__invoke_other, repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&, repair_service&) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:61 std::__invoke_result<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, repair_service&>::type std::__invoke<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, repair_service&>(std::__invoke_result&&, (repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&)...) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:96 decltype(auto) std::__apply_impl<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, std::tuple<repair_service&>, 0ul>(repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&, std::tuple<repair_service&>&&, std::integer_sequence<unsigned long, 0ul>) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/tuple:1858 decltype(auto) std::apply<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, std::tuple<repair_service&> >(repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&, std::tuple<repair_service&>&&) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/tuple:1869 operator() at ././seastar/include/seastar/core/sharded.hh:457 _ZN7seastar8futurizeINS_6futureIvEEE6invokeIRZNS_7shardedI14repair_serviceE9invoke_onIZZNS6_25do_sync_data_using_repairENS_13basic_sstringIcjLj15ELb1EEESt6vectorI20nonwrapping_intervalIN3dht5tokenEESaISF_EESt13unordered_mapISF_16repair_neighborsSt4hashISF_ESt8equal_toISF_ESaISt4pairIKSF_SJ_EEEN9streaming13stream_reasonENS_10shared_ptrI13node_ops_infoEEEN4$_27clEvEUlRS6_E_JES2_EET1_jNS_21smp_submit_to_optionsEOT_DpOT0_EUlvE_JEEES2_S14_S17_ at ././seastar/include/seastar/core/future.hh:2149 seastar::smp_message_queue::async_work_item<seastar::sharded<repair_service>::invoke_on<repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}, , seastar::future<void> >(unsigned int, seastar::smp_submit_to_options, repair_service::do_sync_data_using_repair(seastar::basic_sstring<char, unsigned int, 15u, true>, std::vector<nonwrapping_interval<dht::token>, std::allocator<nonwrapping_interval<dht::token> > >, std::unordered_map<nonwrapping_interval<dht::token>, repair_neighbors, std::hash<nonwrapping_interval<dht::token> >, std::equal_to<nonwrapping_interval<dht::token> >, std::allocator<std::pair<nonwrapping_interval<dht::token> const, repair_neighbors> > >, streaming::stream_reason, seastar::shared_ptr<node_ops_info>)::$_27::operator()()::{lambda(repair_service&)#1}&&)::{lambda()#1}>::run_and_dispose() at ././seastar/include/seastar/core/smp.hh:231 seastar::reactor::run_tasks(seastar::reactor::task_queue&) at ./build/debug/seastar/./seastar/src/core/reactor.cc:2329 seastar::reactor::run_some_tasks() at ./build/debug/seastar/./seastar/src/core/reactor.cc:2736 seastar::reactor::do_run() at ./build/debug/seastar/./seastar/src/core/reactor.cc:2905 operator() at ./build/debug/seastar/./seastar/src/core/reactor.cc:4133 void std::__invoke_impl<void, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90&>(std::__invoke_other, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90&) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:61 std::enable_if<is_invocable_r_v<void, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90&>, void>::type std::__invoke_r<void, seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90&>(seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90&) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/invoke.h:111 std::_Function_handler<void (), seastar::smp::configure(seastar::smp_options const&, seastar::reactor_options const&)::$_90>::_M_invoke(std::_Any_data const&) at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/std_function.h:290 std::function<void ()>::operator()() const at /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/std_function.h:590 seastar::posix_thread::start_routine(void*) at ./build/debug/seastar/./seastar/src/core/posix.cc:73 ``` Looks like the offending change is 8231b4ec1ba42d4e86ee2fdd20362a0ae3b484bb where https://github.com/scylladb/scylladb/blob/3dc7c338477394a8c948282f276c6865276a85c5/repair/repair.cc#L1300 copies the `node_ops_info->as` shared_ptr across shards
test
test verify latest copy removenode node shared ptr accessed on non owner cpu seen since info init scylla version dev with build id starting info repair repair sync data for keyspace ks status started info repair repair started to repair out of tables in keyspace ks table cf table id repair reason removenode error seastar shared ptr accessed on non owner cpu at jenkins workspace scylla master dtest daily debug scylla ccm scylla repository scylla libreloc libpthread so jenkins workspace scylla master dtest daily debug scylla ccm scylla repository scylla libreloc libc so seastar smp message queue async work item invoke on std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service seastar future unsigned int seastar smp submit to options repair service do sync data using repair seastar basic sstring std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service lambda aborting on shard backtrace jenkins workspace scylla master dtest daily debug scylla ccm scylla repository scylla libreloc libc so jenkins workspace scylla master dtest daily debug scylla ccm scylla repository scylla libreloc libc so jenkins workspace scylla master dtest daily debug scylla ccm scylla repository scylla libreloc libpthread so jenkins workspace scylla master dtest daily debug scylla ccm scylla repository scylla libreloc libc so decoded interceptor backtrace part at crtstuff c void seastar backtrace seastar current backtrace tasklocal at build debug seastar seastar include seastar util backtrace hh seastar current backtrace tasklocal at build debug seastar seastar src util backtrace cc seastar current tasktrace at build debug seastar seastar src util backtrace cc seastar current backtrace at build debug seastar seastar src util backtrace cc log error and backtrace seastar logger std basic string view at build debug seastar seastar src core on internal error cc seastar on fatal internal error seastar logger std basic string view at build debug seastar seastar src core on internal error cc seastar debug shared ptr counter type check const at seastar include seastar core shared ptr debug helper hh seastar debug shared ptr counter type operator at seastar include seastar core shared ptr debug helper hh shared ptr at seastar include seastar core shared ptr hh operator at repair repair cc seastar future std invoke impl repair service do sync data using repair seastar basic sstring std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service repair service std invoke other repair service do sync data using repair seastar basic sstring std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service repair service at usr lib gcc redhat linux include c bits invoke h std invoke result std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service repair service type std invoke std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service repair service std invoke result repair service do sync data using repair seastar basic sstring std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service at usr lib gcc redhat linux include c bits invoke h decltype auto std apply impl std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service std tuple repair service do sync data using repair seastar basic sstring std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service std tuple std integer sequence at usr lib gcc redhat linux include c tuple decltype auto std apply std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service std tuple repair service do sync data using repair seastar basic sstring std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service std tuple at usr lib gcc redhat linux include c tuple operator at seastar include seastar core sharded hh sync data using repairens mapisf toisf sj reasonens ops e jns submit to optionseot eulve at seastar include seastar core future hh seastar smp message queue async work item invoke on std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service seastar future unsigned int seastar smp submit to options repair service do sync data using repair seastar basic sstring std vector std allocator std unordered map repair neighbors std hash std equal to std allocator const repair neighbors streaming stream reason seastar shared ptr operator lambda repair service lambda run and dispose at seastar include seastar core smp hh seastar reactor run tasks seastar reactor task queue at build debug seastar seastar src core reactor cc seastar reactor run some tasks at build debug seastar seastar src core reactor cc seastar reactor do run at build debug seastar seastar src core reactor cc operator at build debug seastar seastar src core reactor cc void std invoke impl std invoke other seastar smp configure seastar smp options const seastar reactor options const at usr lib gcc redhat linux include c bits invoke h std enable if void type std invoke r seastar smp configure seastar smp options const seastar reactor options const at usr lib gcc redhat linux include c bits invoke h std function handler m invoke std any data const at usr lib gcc redhat linux include c bits std function h std function operator const at usr lib gcc redhat linux include c bits std function h seastar posix thread start routine void at build debug seastar seastar src core posix cc looks like the offending change is where copies the node ops info as shared ptr across shards
1
197,552
6,961,141,334
IssuesEvent
2017-12-08 08:08:07
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
opened
Missing first character using IME API on Safari
Cell type: base / text / password Guess: a day or more Priority: normal
### Description <!--- Tell us what happens and what should happen --> The first character entered into editor disappears. It occurs for Asia users when using IME API. ### Steps to reproduce <!--- Provide steps to reproduce this issue --> 1. Select Chinse (pinyin) keyboard layout; 2. Go to https://docs.handsontable.com/pro/1.15.0/demo-scrolling.html and select cell A1; 3. Press 'c' key; In result, editor becomes editable but without an entered key. ### Your environment * Handsontable version: 0.35.0 * Browser Name and version: Safari 11 * Operating System: macOS
1.0
Missing first character using IME API on Safari - ### Description <!--- Tell us what happens and what should happen --> The first character entered into editor disappears. It occurs for Asia users when using IME API. ### Steps to reproduce <!--- Provide steps to reproduce this issue --> 1. Select Chinse (pinyin) keyboard layout; 2. Go to https://docs.handsontable.com/pro/1.15.0/demo-scrolling.html and select cell A1; 3. Press 'c' key; In result, editor becomes editable but without an entered key. ### Your environment * Handsontable version: 0.35.0 * Browser Name and version: Safari 11 * Operating System: macOS
non_test
missing first character using ime api on safari description the first character entered into editor disappears it occurs for asia users when using ime api steps to reproduce select chinse pinyin keyboard layout go to and select cell press c key in result editor becomes editable but without an entered key your environment handsontable version browser name and version safari operating system macos
0
117,550
9,941,800,171
IssuesEvent
2019-07-03 12:31:39
OpenMS/OpenMS
https://api.github.com/repos/OpenMS/OpenMS
closed
have "RUN_TESTS"/"test" target depend on "test_build" [311]
(Unit) Tests minor task wontfix
Submitted by cbielow on 2011-06-06 13:50:18 currently the "RUN_TESTS" (Visual Studio name) or "test" (Makefile name) targets are created by CMake automatically, to run all tests created by "add_test()". However, one cannot enforce building all tests beforehand in an automatic fashion, as these targets are not available at CMake runtime (thus ADD_DEPENDENCY (test_build, test) ) is not valid. This is a known CMake bug: http://public.kitware.com/Bug/view.php?id=8438 Once its fixed, we should add this dependency. --- Commented by cbielow on 2013-06-13 14:32:40: reminder: as of 2013-06 this features request is still pending and not actively pursued by CMake developers
1.0
have "RUN_TESTS"/"test" target depend on "test_build" [311] - Submitted by cbielow on 2011-06-06 13:50:18 currently the "RUN_TESTS" (Visual Studio name) or "test" (Makefile name) targets are created by CMake automatically, to run all tests created by "add_test()". However, one cannot enforce building all tests beforehand in an automatic fashion, as these targets are not available at CMake runtime (thus ADD_DEPENDENCY (test_build, test) ) is not valid. This is a known CMake bug: http://public.kitware.com/Bug/view.php?id=8438 Once its fixed, we should add this dependency. --- Commented by cbielow on 2013-06-13 14:32:40: reminder: as of 2013-06 this features request is still pending and not actively pursued by CMake developers
test
have run tests test target depend on test build submitted by cbielow on currently the run tests visual studio name or test makefile name targets are created by cmake automatically to run all tests created by add test however one cannot enforce building all tests beforehand in an automatic fashion as these targets are not available at cmake runtime thus add dependency test build test is not valid this is a known cmake bug once its fixed we should add this dependency commented by cbielow on reminder as of this features request is still pending and not actively pursued by cmake developers
1
627,335
19,902,058,782
IssuesEvent
2022-01-25 09:02:10
JGuetschow/UNFCCC_non-AnnexI_data
https://api.github.com/repos/JGuetschow/UNFCCC_non-AnnexI_data
opened
Gabon BUR1
Priority high Data to read BUR
Gabon's first BUR. The NIR contains detailed inventories for 1994, 2000, 2005, 2010-2017. The NIR tables use the standard NIR format and should be easy to read.
1.0
Gabon BUR1 - Gabon's first BUR. The NIR contains detailed inventories for 1994, 2000, 2005, 2010-2017. The NIR tables use the standard NIR format and should be easy to read.
non_test
gabon gabon s first bur the nir contains detailed inventories for the nir tables use the standard nir format and should be easy to read
0
44,487
5,630,732,684
IssuesEvent
2017-04-05 13:02:47
containers/virtcontainers
https://api.github.com/repos/containers/virtcontainers
closed
TestRemoveNetworkFailureNetworkDoesNotExist is failing on master branch
bug P2 unit testing
Travis had previously passed the code at commit 8362442641ae0a370ba54ebb4d9c22aedd5d240e, but re-running the Travis CI tests now shows it is failing on test `TestRemoveNetworkFailureNetworkDoesNotExist`. See https://github.com/containers/virtcontainers/pull/165#issuecomment-288696677
1.0
TestRemoveNetworkFailureNetworkDoesNotExist is failing on master branch - Travis had previously passed the code at commit 8362442641ae0a370ba54ebb4d9c22aedd5d240e, but re-running the Travis CI tests now shows it is failing on test `TestRemoveNetworkFailureNetworkDoesNotExist`. See https://github.com/containers/virtcontainers/pull/165#issuecomment-288696677
test
testremovenetworkfailurenetworkdoesnotexist is failing on master branch travis had previously passed the code at commit but re running the travis ci tests now shows it is failing on test testremovenetworkfailurenetworkdoesnotexist see
1
330,166
28,355,527,939
IssuesEvent
2023-04-12 07:01:29
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
closed
Fix linalg.test_matmul
TensorFlow Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4662214694/jobs/8252323116" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4662214694/jobs/8252323116" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/4662214694/jobs/8252323116" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/4662214694/jobs/8252323116" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> <details> <summary>FAILED ivy_tests/test_ivy/test_functional/test_core/test_linalg.py::test_matmul[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-04-11T00:13:37.6425857Z E NameError: name 'current_backend' is not defined2023-04-11T00:13:37.6429295Z E ivy.utils.exceptions.IvyBackendException: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6435664Z E ivy.utils.exceptions.IvyBackendException: jax: is_float_dtype: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6436265Z E Falsifying example: test_matmul(2023-04-11T00:13:37.6436647Z E x=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6436962Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6437319Z E y=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6437631Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6438018Z E ground_truth_backend='tensorflow',2023-04-11T00:13:37.6438339Z E test_flags=FunctionTestFlags(2023-04-11T00:13:37.6438646Z E num_positional_args=2,2023-04-11T00:13:37.6438924Z E with_out=False,2023-04-11T00:13:37.6439206Z E instance_method=False,2023-04-11T00:13:37.6439492Z E test_gradients=None,2023-04-11T00:13:37.6439771Z E test_compile=None,2023-04-11T00:13:37.6440048Z E as_variable=[False],2023-04-11T00:13:37.6440432Z E native_arrays=[False],2023-04-11T00:13:37.6440718Z E container=[False],2023-04-11T00:13:37.6440973Z E ),2023-04-11T00:13:37.6441269Z E fn_name='matmul',2023-04-11T00:13:37.6441827Z E backend_fw=<module 'ivy.functional.backends.jax' from '/ivy/ivy/functional/backends/jax/__init__.py'>,2023-04-11T00:13:37.6442288Z E on_device='cpu',2023-04-11T00:13:37.6442536Z E )2023-04-11T00:13:37.6442753Z E 2023-04-11T00:13:37.6443351Z E You can reproduce this example by temporarily adding @reproduce_failure('6.71.0', b'AXicY2DADgAAGAAB') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_functional/test_core/test_linalg.py::test_matmul[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-04-11T00:13:37.6425857Z E NameError: name 'current_backend' is not defined2023-04-11T00:13:37.6429295Z E ivy.utils.exceptions.IvyBackendException: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6435664Z E ivy.utils.exceptions.IvyBackendException: jax: is_float_dtype: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6436265Z E Falsifying example: test_matmul(2023-04-11T00:13:37.6436647Z E x=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6436962Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6437319Z E y=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6437631Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6438018Z E ground_truth_backend='tensorflow',2023-04-11T00:13:37.6438339Z E test_flags=FunctionTestFlags(2023-04-11T00:13:37.6438646Z E num_positional_args=2,2023-04-11T00:13:37.6438924Z E with_out=False,2023-04-11T00:13:37.6439206Z E instance_method=False,2023-04-11T00:13:37.6439492Z E test_gradients=None,2023-04-11T00:13:37.6439771Z E test_compile=None,2023-04-11T00:13:37.6440048Z E as_variable=[False],2023-04-11T00:13:37.6440432Z E native_arrays=[False],2023-04-11T00:13:37.6440718Z E container=[False],2023-04-11T00:13:37.6440973Z E ),2023-04-11T00:13:37.6441269Z E fn_name='matmul',2023-04-11T00:13:37.6441827Z E backend_fw=<module 'ivy.functional.backends.jax' from '/ivy/ivy/functional/backends/jax/__init__.py'>,2023-04-11T00:13:37.6442288Z E on_device='cpu',2023-04-11T00:13:37.6442536Z E )2023-04-11T00:13:37.6442753Z E 2023-04-11T00:13:37.6443351Z E You can reproduce this example by temporarily adding @reproduce_failure('6.71.0', b'AXicY2DADgAAGAAB') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_functional/test_core/test_linalg.py::test_matmul[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-04-11T00:13:37.6425857Z E NameError: name 'current_backend' is not defined2023-04-11T00:13:37.6429295Z E ivy.utils.exceptions.IvyBackendException: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6435664Z E ivy.utils.exceptions.IvyBackendException: jax: is_float_dtype: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6436265Z E Falsifying example: test_matmul(2023-04-11T00:13:37.6436647Z E x=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6436962Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6437319Z E y=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6437631Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6438018Z E ground_truth_backend='tensorflow',2023-04-11T00:13:37.6438339Z E test_flags=FunctionTestFlags(2023-04-11T00:13:37.6438646Z E num_positional_args=2,2023-04-11T00:13:37.6438924Z E with_out=False,2023-04-11T00:13:37.6439206Z E instance_method=False,2023-04-11T00:13:37.6439492Z E test_gradients=None,2023-04-11T00:13:37.6439771Z E test_compile=None,2023-04-11T00:13:37.6440048Z E as_variable=[False],2023-04-11T00:13:37.6440432Z E native_arrays=[False],2023-04-11T00:13:37.6440718Z E container=[False],2023-04-11T00:13:37.6440973Z E ),2023-04-11T00:13:37.6441269Z E fn_name='matmul',2023-04-11T00:13:37.6441827Z E backend_fw=<module 'ivy.functional.backends.jax' from '/ivy/ivy/functional/backends/jax/__init__.py'>,2023-04-11T00:13:37.6442288Z E on_device='cpu',2023-04-11T00:13:37.6442536Z E )2023-04-11T00:13:37.6442753Z E 2023-04-11T00:13:37.6443351Z E You can reproduce this example by temporarily adding @reproduce_failure('6.71.0', b'AXicY2DADgAAGAAB') as a decorator on your test case </details>
1.0
Fix linalg.test_matmul - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4662214694/jobs/8252323116" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4662214694/jobs/8252323116" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/4662214694/jobs/8252323116" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/4662214694/jobs/8252323116" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> <details> <summary>FAILED ivy_tests/test_ivy/test_functional/test_core/test_linalg.py::test_matmul[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-04-11T00:13:37.6425857Z E NameError: name 'current_backend' is not defined2023-04-11T00:13:37.6429295Z E ivy.utils.exceptions.IvyBackendException: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6435664Z E ivy.utils.exceptions.IvyBackendException: jax: is_float_dtype: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6436265Z E Falsifying example: test_matmul(2023-04-11T00:13:37.6436647Z E x=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6436962Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6437319Z E y=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6437631Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6438018Z E ground_truth_backend='tensorflow',2023-04-11T00:13:37.6438339Z E test_flags=FunctionTestFlags(2023-04-11T00:13:37.6438646Z E num_positional_args=2,2023-04-11T00:13:37.6438924Z E with_out=False,2023-04-11T00:13:37.6439206Z E instance_method=False,2023-04-11T00:13:37.6439492Z E test_gradients=None,2023-04-11T00:13:37.6439771Z E test_compile=None,2023-04-11T00:13:37.6440048Z E as_variable=[False],2023-04-11T00:13:37.6440432Z E native_arrays=[False],2023-04-11T00:13:37.6440718Z E container=[False],2023-04-11T00:13:37.6440973Z E ),2023-04-11T00:13:37.6441269Z E fn_name='matmul',2023-04-11T00:13:37.6441827Z E backend_fw=<module 'ivy.functional.backends.jax' from '/ivy/ivy/functional/backends/jax/__init__.py'>,2023-04-11T00:13:37.6442288Z E on_device='cpu',2023-04-11T00:13:37.6442536Z E )2023-04-11T00:13:37.6442753Z E 2023-04-11T00:13:37.6443351Z E You can reproduce this example by temporarily adding @reproduce_failure('6.71.0', b'AXicY2DADgAAGAAB') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_functional/test_core/test_linalg.py::test_matmul[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-04-11T00:13:37.6425857Z E NameError: name 'current_backend' is not defined2023-04-11T00:13:37.6429295Z E ivy.utils.exceptions.IvyBackendException: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6435664Z E ivy.utils.exceptions.IvyBackendException: jax: is_float_dtype: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6436265Z E Falsifying example: test_matmul(2023-04-11T00:13:37.6436647Z E x=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6436962Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6437319Z E y=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6437631Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6438018Z E ground_truth_backend='tensorflow',2023-04-11T00:13:37.6438339Z E test_flags=FunctionTestFlags(2023-04-11T00:13:37.6438646Z E num_positional_args=2,2023-04-11T00:13:37.6438924Z E with_out=False,2023-04-11T00:13:37.6439206Z E instance_method=False,2023-04-11T00:13:37.6439492Z E test_gradients=None,2023-04-11T00:13:37.6439771Z E test_compile=None,2023-04-11T00:13:37.6440048Z E as_variable=[False],2023-04-11T00:13:37.6440432Z E native_arrays=[False],2023-04-11T00:13:37.6440718Z E container=[False],2023-04-11T00:13:37.6440973Z E ),2023-04-11T00:13:37.6441269Z E fn_name='matmul',2023-04-11T00:13:37.6441827Z E backend_fw=<module 'ivy.functional.backends.jax' from '/ivy/ivy/functional/backends/jax/__init__.py'>,2023-04-11T00:13:37.6442288Z E on_device='cpu',2023-04-11T00:13:37.6442536Z E )2023-04-11T00:13:37.6442753Z E 2023-04-11T00:13:37.6443351Z E You can reproduce this example by temporarily adding @reproduce_failure('6.71.0', b'AXicY2DADgAAGAAB') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_functional/test_core/test_linalg.py::test_matmul[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-04-11T00:13:37.6425857Z E NameError: name 'current_backend' is not defined2023-04-11T00:13:37.6429295Z E ivy.utils.exceptions.IvyBackendException: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6435664Z E ivy.utils.exceptions.IvyBackendException: jax: is_float_dtype: jax: as_ivy_dtype: name 'current_backend' is not defined2023-04-11T00:13:37.6436265Z E Falsifying example: test_matmul(2023-04-11T00:13:37.6436647Z E x=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6436962Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6437319Z E y=(['uint32'], array([[2, 2],2023-04-11T00:13:37.6437631Z E [2, 2]], dtype=uint32), False, False),2023-04-11T00:13:37.6438018Z E ground_truth_backend='tensorflow',2023-04-11T00:13:37.6438339Z E test_flags=FunctionTestFlags(2023-04-11T00:13:37.6438646Z E num_positional_args=2,2023-04-11T00:13:37.6438924Z E with_out=False,2023-04-11T00:13:37.6439206Z E instance_method=False,2023-04-11T00:13:37.6439492Z E test_gradients=None,2023-04-11T00:13:37.6439771Z E test_compile=None,2023-04-11T00:13:37.6440048Z E as_variable=[False],2023-04-11T00:13:37.6440432Z E native_arrays=[False],2023-04-11T00:13:37.6440718Z E container=[False],2023-04-11T00:13:37.6440973Z E ),2023-04-11T00:13:37.6441269Z E fn_name='matmul',2023-04-11T00:13:37.6441827Z E backend_fw=<module 'ivy.functional.backends.jax' from '/ivy/ivy/functional/backends/jax/__init__.py'>,2023-04-11T00:13:37.6442288Z E on_device='cpu',2023-04-11T00:13:37.6442536Z E )2023-04-11T00:13:37.6442753Z E 2023-04-11T00:13:37.6443351Z E You can reproduce this example by temporarily adding @reproduce_failure('6.71.0', b'AXicY2DADgAAGAAB') as a decorator on your test case </details>
test
fix linalg test matmul tensorflow img src torch img src numpy img src jax img src failed ivy tests test ivy test functional test core test linalg py test matmul e nameerror name current backend is not e ivy utils exceptions ivybackendexception jax as ivy dtype name current backend is not e ivy utils exceptions ivybackendexception jax is float dtype jax as ivy dtype name current backend is not e falsifying example test matmul e x array e dtype false false e y array e dtype false false e ground truth backend tensorflow e test flags functiontestflags e num positional args e with out false e instance method false e test gradients none e test compile none e as variable e native arrays e container e e fn name matmul e backend fw e on device cpu e e e you can reproduce this example by temporarily adding reproduce failure b as a decorator on your test case failed ivy tests test ivy test functional test core test linalg py test matmul e nameerror name current backend is not e ivy utils exceptions ivybackendexception jax as ivy dtype name current backend is not e ivy utils exceptions ivybackendexception jax is float dtype jax as ivy dtype name current backend is not e falsifying example test matmul e x array e dtype false false e y array e dtype false false e ground truth backend tensorflow e test flags functiontestflags e num positional args e with out false e instance method false e test gradients none e test compile none e as variable e native arrays e container e e fn name matmul e backend fw e on device cpu e e e you can reproduce this example by temporarily adding reproduce failure b as a decorator on your test case failed ivy tests test ivy test functional test core test linalg py test matmul e nameerror name current backend is not e ivy utils exceptions ivybackendexception jax as ivy dtype name current backend is not e ivy utils exceptions ivybackendexception jax is float dtype jax as ivy dtype name current backend is not e falsifying example test matmul e x array e dtype false false e y array e dtype false false e ground truth backend tensorflow e test flags functiontestflags e num positional args e with out false e instance method false e test gradients none e test compile none e as variable e native arrays e container e e fn name matmul e backend fw e on device cpu e e e you can reproduce this example by temporarily adding reproduce failure b as a decorator on your test case
1
239,312
26,223,049,496
IssuesEvent
2023-01-04 16:16:10
RG4421/jobcoin-boilerplate
https://api.github.com/repos/RG4421/jobcoin-boilerplate
opened
CVE-2022-0536 (Medium) detected in follow-redirects-1.5.10.tgz
security vulnerability
## CVE-2022-0536 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.5.10.tgz</b></p></summary> <p>HTTP and HTTPS modules that follow redirects.</p> <p>Library home page: <a href="https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz">https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz</a></p> <p>Path to dependency file: /node/package.json</p> <p>Path to vulnerable library: /node/node_modules/follow-redirects/package.json</p> <p> Dependency Hierarchy: - axios-0.19.0.tgz (Root Library) - :x: **follow-redirects-1.5.10.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/RG4421/jobcoin-boilerplate/commit/18b55726c485ed21ac52765d485039bed16c1846">18b55726c485ed21ac52765d485039bed16c1846</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> Exposure of Sensitive Information to an Unauthorized Actor in NPM follow-redirects prior to 1.14.8. <p>Publish Date: 2022-02-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-0536>CVE-2022-0536</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.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - 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-2022-0536">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0536</a></p> <p>Release Date: 2022-02-09</p> <p>Fix Resolution (follow-redirects): 1.14.8</p> <p>Direct dependency fix Resolution (axios): 0.20.0-0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
True
CVE-2022-0536 (Medium) detected in follow-redirects-1.5.10.tgz - ## CVE-2022-0536 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.5.10.tgz</b></p></summary> <p>HTTP and HTTPS modules that follow redirects.</p> <p>Library home page: <a href="https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz">https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz</a></p> <p>Path to dependency file: /node/package.json</p> <p>Path to vulnerable library: /node/node_modules/follow-redirects/package.json</p> <p> Dependency Hierarchy: - axios-0.19.0.tgz (Root Library) - :x: **follow-redirects-1.5.10.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/RG4421/jobcoin-boilerplate/commit/18b55726c485ed21ac52765d485039bed16c1846">18b55726c485ed21ac52765d485039bed16c1846</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> Exposure of Sensitive Information to an Unauthorized Actor in NPM follow-redirects prior to 1.14.8. <p>Publish Date: 2022-02-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-0536>CVE-2022-0536</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.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - 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-2022-0536">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0536</a></p> <p>Release Date: 2022-02-09</p> <p>Fix Resolution (follow-redirects): 1.14.8</p> <p>Direct dependency fix Resolution (axios): 0.20.0-0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
non_test
cve medium detected in follow redirects tgz cve medium severity vulnerability vulnerable library follow redirects tgz http and https modules that follow redirects library home page a href path to dependency file node package json path to vulnerable library node node modules follow redirects package json dependency hierarchy axios tgz root library x follow redirects tgz vulnerable library found in head commit a href found in base branch master vulnerability details exposure of sensitive information to an unauthorized actor in npm follow redirects prior to publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high 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 follow redirects direct dependency fix resolution axios rescue worker helmet automatic remediation is available for this issue
0
16,896
9,921,145,587
IssuesEvent
2019-06-30 15:41:25
davesag/irMobile
https://api.github.com/repos/davesag/irMobile
closed
don't allow keys to be visible in settings screen
enhancement security
set the prop `secureTextEntry` to `true` (see https://facebook.github.io/react-native/docs/textinput#securetextentry)
True
don't allow keys to be visible in settings screen - set the prop `secureTextEntry` to `true` (see https://facebook.github.io/react-native/docs/textinput#securetextentry)
non_test
don t allow keys to be visible in settings screen set the prop securetextentry to true see
0
179,983
13,914,458,992
IssuesEvent
2020-10-20 22:13:35
aws/aws-lambda-dotnet
https://api.github.com/repos/aws/aws-lambda-dotnet
closed
Error when executing Lambda: Error sending execute request, is the .NET Lambda Test Tool been still running?
bug module/lambda-test-tool response-requested
Per the screenshot, I receive the following error attempting to execute my Lambda: Error sending execute request, is the .NET Lambda Test Tool been still running? The function is not listed in the "Function" dropdown. The code I'm using functions as expected when the compiled code is published to AWS lambda and run online. ![image](https://user-images.githubusercontent.com/8284546/57709414-f8725780-7638-11e9-92fb-b4508b717348.png) I am using JetBrains Rider. Here is my debug configuration: ![image](https://user-images.githubusercontent.com/8284546/57711019-f958b880-763b-11e9-84c4-1121e462bb5c.png)
1.0
Error when executing Lambda: Error sending execute request, is the .NET Lambda Test Tool been still running? - Per the screenshot, I receive the following error attempting to execute my Lambda: Error sending execute request, is the .NET Lambda Test Tool been still running? The function is not listed in the "Function" dropdown. The code I'm using functions as expected when the compiled code is published to AWS lambda and run online. ![image](https://user-images.githubusercontent.com/8284546/57709414-f8725780-7638-11e9-92fb-b4508b717348.png) I am using JetBrains Rider. Here is my debug configuration: ![image](https://user-images.githubusercontent.com/8284546/57711019-f958b880-763b-11e9-84c4-1121e462bb5c.png)
test
error when executing lambda error sending execute request is the net lambda test tool been still running per the screenshot i receive the following error attempting to execute my lambda error sending execute request is the net lambda test tool been still running the function is not listed in the function dropdown the code i m using functions as expected when the compiled code is published to aws lambda and run online i am using jetbrains rider here is my debug configuration
1
300,016
25,942,971,234
IssuesEvent
2022-12-16 20:30:01
rancher/dashboard
https://api.github.com/repos/rancher/dashboard
closed
Azure node template tags
[zube]: To Test kind/enhancement priority/1 ember JIRA
Internal reference: SURE-2700 There's a request to add tags to the Rancher provisioned K8s clusters in Azure. Based on the docs (https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/node_template) it's supported for vSphere, AWS, Linode, DigitalOcean but not for the Azure. Specific to the request is to have this added to the Rancher2 Terraform provider. For the UI, the proposal: - Similar UI elements for adding tags to AWS and DO instances should be implemented to achieve feature parity. -- Extra field in the node-template for RKE1 -- Extra field under Advanced Options for RKE2 - UI would make the same API call for tagging resources as it does for AWS and DO Corresponding backend work: https://github.com/rancher/rancher/issues/26955 Possible earlier feature request to make RKE1 and RKE2 visuals around Azure for the better: - Github - rancher/dashboard#3938 - [Zube - #3945 (rancher/dashboard#3938)](https://zube.io/rancher/dashboard-ui/c/3945) Screenshot of the AWS usage (from the older Ember UI): ![81221100-5fa6bb80-8fb0-11ea-81a3-7251a1c5c82e.png](https://zube.io/files/rancher/96efc328bd84a8c3b11e61641c25f538-81221100-5fa6bb80-8fb0-11ea-81a3-7251a1c5c82e.png)
1.0
Azure node template tags - Internal reference: SURE-2700 There's a request to add tags to the Rancher provisioned K8s clusters in Azure. Based on the docs (https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/node_template) it's supported for vSphere, AWS, Linode, DigitalOcean but not for the Azure. Specific to the request is to have this added to the Rancher2 Terraform provider. For the UI, the proposal: - Similar UI elements for adding tags to AWS and DO instances should be implemented to achieve feature parity. -- Extra field in the node-template for RKE1 -- Extra field under Advanced Options for RKE2 - UI would make the same API call for tagging resources as it does for AWS and DO Corresponding backend work: https://github.com/rancher/rancher/issues/26955 Possible earlier feature request to make RKE1 and RKE2 visuals around Azure for the better: - Github - rancher/dashboard#3938 - [Zube - #3945 (rancher/dashboard#3938)](https://zube.io/rancher/dashboard-ui/c/3945) Screenshot of the AWS usage (from the older Ember UI): ![81221100-5fa6bb80-8fb0-11ea-81a3-7251a1c5c82e.png](https://zube.io/files/rancher/96efc328bd84a8c3b11e61641c25f538-81221100-5fa6bb80-8fb0-11ea-81a3-7251a1c5c82e.png)
test
azure node template tags internal reference sure there s a request to add tags to the rancher provisioned clusters in azure based on the docs it s supported for vsphere aws linode digitalocean but not for the azure specific to the request is to have this added to the terraform provider for the ui the proposal similar ui elements for adding tags to aws and do instances should be implemented to achieve feature parity extra field in the node template for extra field under advanced options for ui would make the same api call for tagging resources as it does for aws and do corresponding backend work possible earlier feature request to make and visuals around azure for the better github rancher dashboard screenshot of the aws usage from the older ember ui
1
8,103
2,963,135,188
IssuesEvent
2015-07-10 08:14:16
owncloud/client
https://api.github.com/repos/owncloud/client
closed
[Multiaccount] Closing with " Sign out everywhere ," and go to an account and click Sign in, ownCloud CRASHED
approved by qa bug ReadyToTest sev2-high
### Steps to reproduce 1. you need to have installed (user1 and user2) 2. Sync 3. Right Click to icon oC 4. Click in "Sing out everywhere" 5. Right click to icon oC 6. Go with one account (user1@....) 7. Sing in ### Expected behaviour should connect with the account ### Actual behaviour The ownCloud Crashed I send the report ![screen shot 2015-07-09 at 09 47 42](https://cloud.githubusercontent.com/assets/12032058/8590451/164d173e-2621-11e5-941d-c90f80f8ab1c.png) ### Server configuration Desktop v ownCloud-2.0.0.5255-nightly20150709-setup.exe Server v {"installed":true,"maintenance":false,"version":"8.1.0.8","versionstring":"8.1 RC2","edition":"Enterprise"}
1.0
[Multiaccount] Closing with " Sign out everywhere ," and go to an account and click Sign in, ownCloud CRASHED - ### Steps to reproduce 1. you need to have installed (user1 and user2) 2. Sync 3. Right Click to icon oC 4. Click in "Sing out everywhere" 5. Right click to icon oC 6. Go with one account (user1@....) 7. Sing in ### Expected behaviour should connect with the account ### Actual behaviour The ownCloud Crashed I send the report ![screen shot 2015-07-09 at 09 47 42](https://cloud.githubusercontent.com/assets/12032058/8590451/164d173e-2621-11e5-941d-c90f80f8ab1c.png) ### Server configuration Desktop v ownCloud-2.0.0.5255-nightly20150709-setup.exe Server v {"installed":true,"maintenance":false,"version":"8.1.0.8","versionstring":"8.1 RC2","edition":"Enterprise"}
test
closing with sign out everywhere and go to an account and click sign in owncloud crashed steps to reproduce you need to have installed and sync right click to icon oc click in sing out everywhere right click to icon oc go with one account sing in expected behaviour should connect with the account actual behaviour the owncloud crashed i send the report server configuration desktop v owncloud setup exe server v installed true maintenance false version versionstring edition enterprise
1
281,090
30,871,855,299
IssuesEvent
2023-08-03 11:55:43
varkalaramalingam/test-docker
https://api.github.com/repos/varkalaramalingam/test-docker
opened
CVE-2020-10672 (High) detected in jackson-databind-2.9.9.jar
Mend: dependency security vulnerability
## CVE-2020-10672 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.6.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.6.RELEASE.jar - :x: **jackson-databind-2.9.9.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/varkalaramalingam/test-docker/commit/0065cd94097d43e56e6878a9a26d9857c17c44b0">0065cd94097d43e56e6878a9a26d9857c17c44b0</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.aries.transaction.jms.internal.XaPooledConnectionFactory (aka aries.transaction.jms). <p>Publish Date: 2020-03-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-10672>CVE-2020-10672</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-10672">https://nvd.nist.gov/vuln/detail/CVE-2020-10672</a></p> <p>Release Date: 2020-03-18</p> <p>Fix Resolution (com.fasterxml.jackson.core:jackson-databind): 2.9.10.4</p> <p>Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 2.2.0.RELEASE</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-10672 (High) detected in jackson-databind-2.9.9.jar - ## CVE-2020-10672 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.6.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.6.RELEASE.jar - :x: **jackson-databind-2.9.9.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/varkalaramalingam/test-docker/commit/0065cd94097d43e56e6878a9a26d9857c17c44b0">0065cd94097d43e56e6878a9a26d9857c17c44b0</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.aries.transaction.jms.internal.XaPooledConnectionFactory (aka aries.transaction.jms). <p>Publish Date: 2020-03-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-10672>CVE-2020-10672</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-10672">https://nvd.nist.gov/vuln/detail/CVE-2020-10672</a></p> <p>Release Date: 2020-03-18</p> <p>Fix Resolution (com.fasterxml.jackson.core:jackson-databind): 2.9.10.4</p> <p>Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 2.2.0.RELEASE</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library spring boot starter json release jar x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache aries transaction jms internal xapooledconnectionfactory aka aries transaction jms publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind direct dependency fix resolution org springframework boot spring boot starter web release step up your open source security game with mend
0
313,847
26,958,080,178
IssuesEvent
2023-02-08 16:11:24
rancher/fleet
https://api.github.com/repos/rancher/fleet
closed
Bundle State and Bundle Diff
[zube]: To Test area/fleet team/fleet fleet/epic area/bundle JIRA
Resources created from controllers show up as orphaned and can't be ignored. Bundle diff don't work for deleted resources. * SURE-2739 * SURE-2811 * SURE-3257 * SURE-4466 * SURE-4968 * rancher/fleet#313 * rancher/fleet#327 * rancher/fleet#461 Mentioned: * https://github.com/rancher/fleet/issues/726 * https://github.com/rancher/fleet/issues/572
1.0
Bundle State and Bundle Diff - Resources created from controllers show up as orphaned and can't be ignored. Bundle diff don't work for deleted resources. * SURE-2739 * SURE-2811 * SURE-3257 * SURE-4466 * SURE-4968 * rancher/fleet#313 * rancher/fleet#327 * rancher/fleet#461 Mentioned: * https://github.com/rancher/fleet/issues/726 * https://github.com/rancher/fleet/issues/572
test
bundle state and bundle diff resources created from controllers show up as orphaned and can t be ignored bundle diff don t work for deleted resources sure sure sure sure sure rancher fleet rancher fleet rancher fleet mentioned
1
114,496
4,635,104,106
IssuesEvent
2016-09-29 05:18:19
yairodriguez/Twitter
https://api.github.com/repos/yairodriguez/Twitter
opened
Redux Flow
[priority] medium [status] accepted [type] feature
### Description --- ### Issue Checklist All issues in milestone: [0.3.0 milestone](https://github.com/yairodriguez/Twitter/milestone/3) --- ### Assignees - [ ] Final assign @yairodriguez
1.0
Redux Flow - ### Description --- ### Issue Checklist All issues in milestone: [0.3.0 milestone](https://github.com/yairodriguez/Twitter/milestone/3) --- ### Assignees - [ ] Final assign @yairodriguez
non_test
redux flow description issue checklist all issues in milestone assignees final assign yairodriguez
0
345,510
30,819,261,515
IssuesEvent
2023-08-01 15:16:10
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Jest Integration Tests.src/core/server/integration_tests/saved_objects/migrations/group2 - migration v2 migrates saved objects normally when multiple Kibana instances are started with an average interval
Team:Core failed-test skipped-test
A test failed on a tracked branch ``` [Error: [{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard cou [report_failure] output truncated to 8192 characters ``` First failure: [CI Build - 8.8](https://buildkite.com/elastic/kibana-on-merge/builds/29552#0187c463-0071-4f64-b721-48e1de502765) <!-- kibanaCiData = {"failed-test":{"test.class":"Jest Integration Tests.src/core/server/integration_tests/saved_objects/migrations/group2","test.name":"migration v2 migrates saved objects normally when multiple Kibana instances are started with an average interval","test.failCount":3}} -->
2.0
Failing test: Jest Integration Tests.src/core/server/integration_tests/saved_objects/migrations/group2 - migration v2 migrates saved objects normally when multiple Kibana instances are started with an average interval - A test failed on a tracked branch ``` [Error: [{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard count of [ALL] (have 1, needed 2). Timeout: [1m], request: [BulkShardRequest [[.kibana_8.8.0_reindex_temp][0]] containing [100] requests]"},{"type":"unavailable_shards_exception","reason":"[.kibana_8.8.0_reindex_temp][0] Not enough active copies to meet shard cou [report_failure] output truncated to 8192 characters ``` First failure: [CI Build - 8.8](https://buildkite.com/elastic/kibana-on-merge/builds/29552#0187c463-0071-4f64-b721-48e1de502765) <!-- kibanaCiData = {"failed-test":{"test.class":"Jest Integration Tests.src/core/server/integration_tests/saved_objects/migrations/group2","test.name":"migration v2 migrates saved objects normally when multiple Kibana instances are started with an average interval","test.failCount":3}} -->
test
failing test jest integration tests src core server integration tests saved objects migrations migration migrates saved objects normally when multiple kibana instances are started with an average interval a test failed on a tracked branch not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard count of have needed timeout request containing requests type unavailable shards exception reason not enough active copies to meet shard cou output truncated to characters first failure
1
306,740
26,492,456,042
IssuesEvent
2023-01-18 00:33:53
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
opened
Fix jax_numpy_math.test_jax_numpy_mod
JAX Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3941620207/jobs/6744294897" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/3941620207/jobs/6744305314" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/3923670163/jobs/6707413868" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/3941620207/jobs/6744293680" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> <details> <summary>Not found</summary> Not found </details> <details> <summary>Not found</summary> Not found </details> <details> <summary>Not found</summary> Not found </details>
1.0
Fix jax_numpy_math.test_jax_numpy_mod - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3941620207/jobs/6744294897" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/3941620207/jobs/6744305314" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/3923670163/jobs/6707413868" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/3941620207/jobs/6744293680" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> <details> <summary>Not found</summary> Not found </details> <details> <summary>Not found</summary> Not found </details> <details> <summary>Not found</summary> Not found </details>
test
fix jax numpy math test jax numpy mod tensorflow img src torch img src numpy img src jax img src not found not found not found not found not found not found
1
191,740
14,595,888,723
IssuesEvent
2020-12-20 13:35:45
Grinnode-live/2020-grin-bug-bash-challenge
https://api.github.com/repos/Grinnode-live/2020-grin-bug-bash-challenge
closed
[GRIN-Wallet][Owner API] testing retrieve payment proof method
Grin-Wallet Test-Case
**Description** Testing the retrieve payment proof method from the Owner API **Prerequisites** 1. GRIN-Node 2. GRIN-Wallet 3. A complete transaction that have been created with a payment proof. 4. An incomplete transaction. **Test procedure** 1. Run GRIN-Wallet in Owner API listener mode 2. Use [node.js](https://gist.github.com/marekyggdrasil/82716db323b34019bf02237012e0d16f) or [python](https://github.com/grinfans/grin.py/blob/main/wallet_v3.py) to run a encrypted request to [retrieve payment proof method](https://docs.rs/grin_wallet_api/4.0.0/grin_wallet_api/struct.Owner.html#method.retrieve_payment_proof) **Expected result:** Check if for completed transaction returns a single, exportable PaymentProof from a completed transaction within the wallet. For the incomplete transaction PaymentProof should not be returned. Check if returns an error if neither the tx_id or tx_slate_id argument are provided, or the function will return an error. Provide requests and response full payloads as well as wallet and node logs.
1.0
[GRIN-Wallet][Owner API] testing retrieve payment proof method - **Description** Testing the retrieve payment proof method from the Owner API **Prerequisites** 1. GRIN-Node 2. GRIN-Wallet 3. A complete transaction that have been created with a payment proof. 4. An incomplete transaction. **Test procedure** 1. Run GRIN-Wallet in Owner API listener mode 2. Use [node.js](https://gist.github.com/marekyggdrasil/82716db323b34019bf02237012e0d16f) or [python](https://github.com/grinfans/grin.py/blob/main/wallet_v3.py) to run a encrypted request to [retrieve payment proof method](https://docs.rs/grin_wallet_api/4.0.0/grin_wallet_api/struct.Owner.html#method.retrieve_payment_proof) **Expected result:** Check if for completed transaction returns a single, exportable PaymentProof from a completed transaction within the wallet. For the incomplete transaction PaymentProof should not be returned. Check if returns an error if neither the tx_id or tx_slate_id argument are provided, or the function will return an error. Provide requests and response full payloads as well as wallet and node logs.
test
testing retrieve payment proof method description testing the retrieve payment proof method from the owner api prerequisites grin node grin wallet a complete transaction that have been created with a payment proof an incomplete transaction test procedure run grin wallet in owner api listener mode use or to run a encrypted request to expected result check if for completed transaction returns a single exportable paymentproof from a completed transaction within the wallet for the incomplete transaction paymentproof should not be returned check if returns an error if neither the tx id or tx slate id argument are provided or the function will return an error provide requests and response full payloads as well as wallet and node logs
1
108,865
9,334,597,499
IssuesEvent
2019-03-28 16:39:40
vicrosa25/D02-Functional-Testing
https://api.github.com/repos/vicrosa25/D02-Functional-Testing
closed
Test requirement B.3 Brotherhood manage paths
TEST
Manage the paths of their parades, which includes listing, showing, creating, updating, and deleting them
1.0
Test requirement B.3 Brotherhood manage paths - Manage the paths of their parades, which includes listing, showing, creating, updating, and deleting them
test
test requirement b brotherhood manage paths manage the paths of their parades which includes listing showing creating updating and deleting them
1
301,705
26,089,495,066
IssuesEvent
2022-12-26 09:11:52
filecoin-project/venus
https://api.github.com/repos/filecoin-project/venus
closed
[venus-auth] The same user can add multiple same Miner / 同一用户可以添加多个相同的miner
C-bug C-need-testing
### 链服务模块 / Chain Service Components - [ ] venus - [X] venus-auth - [ ] venus-gateway - [ ] venus-messager - [ ] venus-miner - [ ] 文档 / docs ### 订单服务模块 / Deal Service Components - [ ] venus-market - [ ] 文档 / docs ### 算力服务模块 / Storage Power Service Components - [ ] venus-sector-manager - [ ] venus-worker - [ ] 文档 / docs ### 版本 / Version ```text venus-auth: v1.8.0 ``` ### 描述 / Describe the Bug 目前miners表user_miner_idx索引是Normal,导致可使用命令./venus-auth user miner add --openMining=false/true重复添加矿工容易造成混淆。user_miner_idx索引改成Unique root@calib-venus-102:~/venus-auth# ./venus-auth user miner list baiyu user: baiyu, miner count:2 idx miner openMining create-time 0 f01035 false Thu, 22 Dec 2022 17:04:10 CST 1 f01035 true Mon, 26 Dec 2022 15:59:30 CST ### 日志 / Logging Information ```text root@calib-venus-102:~/venus-auth# ./venus-auth user miner list baiyu user: baiyu, miner count:2 idx miner openMining create-time 0 f01035 false Thu, 22 Dec 2022 17:04:10 CST 1 f01035 true Mon, 26 Dec 2022 15:59:30 CST ``` ### 重现步骤 / Repo Steps _No response_
1.0
[venus-auth] The same user can add multiple same Miner / 同一用户可以添加多个相同的miner - ### 链服务模块 / Chain Service Components - [ ] venus - [X] venus-auth - [ ] venus-gateway - [ ] venus-messager - [ ] venus-miner - [ ] 文档 / docs ### 订单服务模块 / Deal Service Components - [ ] venus-market - [ ] 文档 / docs ### 算力服务模块 / Storage Power Service Components - [ ] venus-sector-manager - [ ] venus-worker - [ ] 文档 / docs ### 版本 / Version ```text venus-auth: v1.8.0 ``` ### 描述 / Describe the Bug 目前miners表user_miner_idx索引是Normal,导致可使用命令./venus-auth user miner add --openMining=false/true重复添加矿工容易造成混淆。user_miner_idx索引改成Unique root@calib-venus-102:~/venus-auth# ./venus-auth user miner list baiyu user: baiyu, miner count:2 idx miner openMining create-time 0 f01035 false Thu, 22 Dec 2022 17:04:10 CST 1 f01035 true Mon, 26 Dec 2022 15:59:30 CST ### 日志 / Logging Information ```text root@calib-venus-102:~/venus-auth# ./venus-auth user miner list baiyu user: baiyu, miner count:2 idx miner openMining create-time 0 f01035 false Thu, 22 Dec 2022 17:04:10 CST 1 f01035 true Mon, 26 Dec 2022 15:59:30 CST ``` ### 重现步骤 / Repo Steps _No response_
test
the same user can add multiple same miner 同一用户可以添加多个相同的miner 链服务模块 chain service components venus venus auth venus gateway venus messager venus miner 文档 docs 订单服务模块 deal service components venus market 文档 docs 算力服务模块 storage power service components venus sector manager venus worker 文档 docs 版本 version text venus auth 描述 describe the bug 目前miners表user miner idx索引是normal,导致可使用命令 venus auth user miner add openmining false true重复添加矿工容易造成混淆。user miner idx索引改成unique root calib venus venus auth venus auth user miner list baiyu user baiyu miner count idx miner openmining create time false thu dec cst true mon dec cst 日志 logging information text root calib venus venus auth venus auth user miner list baiyu user baiyu miner count idx miner openmining create time false thu dec cst true mon dec cst 重现步骤 repo steps no response
1
307,786
9,422,212,990
IssuesEvent
2019-04-11 08:51:35
mozilla/addons-frontend
https://api.github.com/repos/mozilla/addons-frontend
closed
Increased 500 errors after 2019.02.14-2 release
component: i18n component: static pages priority: p3 state: pull request ready
### Describe the problem and steps to reproduce it: We have seen increased 500 errors after 2019.02.14-2 release. Please see the sceenshot below: ![image](https://user-images.githubusercontent.com/2209111/52832422-4fde4700-308d-11e9-80ad-78786c65bfc7.png) Even thought the absolute rate (<0.06 per second) seems to be low, but it is considered 3 times more than before. So unless something has changed and this is expected, this much increase is definitely an indication of some issue. ### What happened? We are not sure yet. Operation conditions haven't changed for this release. And the increase of 500 happened immediate after the push finishes (judging by the time on the screenshot). The `disco-recommendations` waffle was enabled for this release, but not sure it's related or not. ### What did you expect to happen? If the increase of 500 is not expected due to some code changes, we should probably figure out a way to reduce it to its normal level. ### Anything else we should know? n/a
1.0
Increased 500 errors after 2019.02.14-2 release - ### Describe the problem and steps to reproduce it: We have seen increased 500 errors after 2019.02.14-2 release. Please see the sceenshot below: ![image](https://user-images.githubusercontent.com/2209111/52832422-4fde4700-308d-11e9-80ad-78786c65bfc7.png) Even thought the absolute rate (<0.06 per second) seems to be low, but it is considered 3 times more than before. So unless something has changed and this is expected, this much increase is definitely an indication of some issue. ### What happened? We are not sure yet. Operation conditions haven't changed for this release. And the increase of 500 happened immediate after the push finishes (judging by the time on the screenshot). The `disco-recommendations` waffle was enabled for this release, but not sure it's related or not. ### What did you expect to happen? If the increase of 500 is not expected due to some code changes, we should probably figure out a way to reduce it to its normal level. ### Anything else we should know? n/a
non_test
increased errors after release describe the problem and steps to reproduce it we have seen increased errors after release please see the sceenshot below even thought the absolute rate per second seems to be low but it is considered times more than before so unless something has changed and this is expected this much increase is definitely an indication of some issue what happened we are not sure yet operation conditions haven t changed for this release and the increase of happened immediate after the push finishes judging by the time on the screenshot the disco recommendations waffle was enabled for this release but not sure it s related or not what did you expect to happen if the increase of is not expected due to some code changes we should probably figure out a way to reduce it to its normal level anything else we should know n a
0
50,602
21,191,312,168
IssuesEvent
2022-04-08 17:45:22
BCDevOps/devops-requests
https://api.github.com/repos/BCDevOps/devops-requests
closed
We are testing our backup/restore procedures.
client-response ops and shared services
## Restore a backup Persistent Volume (PV) Please read through the documentation about [OCP4 Backup and Restore](https://developer.gov.bc.ca/OCP4-Backup-and-Restore) before proceeding with this request! > Note that only the `netapp-file-backup` type of Persistent Volume can be restored from OpenShift. ### Step 1 Fill out the following fields * Date: April 07, 2022 * Cluster: Silver * Source PV: pvc-d23e80a5-6ae3-4055-bbfa-9093b4c69990 * Destination PV: pvc-cd5bfd81-6850-4fb7-9a79-c1cd55ad3104/restore > Note that the Source and destination can be the same PVC or separate. You can specify sub-folders instead of the whole volume. > Note that we need the PV not the PVC name. ie: `pvc-<uuid>`
1.0
We are testing our backup/restore procedures. - ## Restore a backup Persistent Volume (PV) Please read through the documentation about [OCP4 Backup and Restore](https://developer.gov.bc.ca/OCP4-Backup-and-Restore) before proceeding with this request! > Note that only the `netapp-file-backup` type of Persistent Volume can be restored from OpenShift. ### Step 1 Fill out the following fields * Date: April 07, 2022 * Cluster: Silver * Source PV: pvc-d23e80a5-6ae3-4055-bbfa-9093b4c69990 * Destination PV: pvc-cd5bfd81-6850-4fb7-9a79-c1cd55ad3104/restore > Note that the Source and destination can be the same PVC or separate. You can specify sub-folders instead of the whole volume. > Note that we need the PV not the PVC name. ie: `pvc-<uuid>`
non_test
we are testing our backup restore procedures restore a backup persistent volume pv please read through the documentation about before proceeding with this request note that only the netapp file backup type of persistent volume can be restored from openshift step fill out the following fields date april cluster silver source pv pvc bbfa destination pv pvc restore note that the source and destination can be the same pvc or separate you can specify sub folders instead of the whole volume note that we need the pv not the pvc name ie pvc
0
386,913
11,452,738,689
IssuesEvent
2020-02-06 14:14:21
Longwelwind/swords-and-ravens
https://api.github.com/repos/Longwelwind/swords-and-ravens
closed
March order hides a unit of a three unit army in Pyke so it can't be selected for movement
priority:high type:bug
![image](https://user-images.githubusercontent.com/22304202/73355084-907fa200-4297-11ea-973f-ea74213bdf86.png) ![image](https://user-images.githubusercontent.com/22304202/73355168-c6248b00-4297-11ea-92fb-ae25ffe11157.png)
1.0
March order hides a unit of a three unit army in Pyke so it can't be selected for movement - ![image](https://user-images.githubusercontent.com/22304202/73355084-907fa200-4297-11ea-973f-ea74213bdf86.png) ![image](https://user-images.githubusercontent.com/22304202/73355168-c6248b00-4297-11ea-92fb-ae25ffe11157.png)
non_test
march order hides a unit of a three unit army in pyke so it can t be selected for movement
0
72,123
8,704,867,257
IssuesEvent
2018-12-05 20:40:00
flutter/website
https://api.github.com/repos/flutter/website
opened
Pages w/o TOCs still leave room for a TOC
design
Pages w/o TOCs still leave room for a TOC when the page is wider than or as wide as 1440px. E.g., see https://flutter.io/docs/reference/tutorials: ## Width > 1440px > <img width="1443" alt="screen shot 2018-12-05 at 15 34 24" src="https://user-images.githubusercontent.com/4140793/49542447-9a7c5f80-f8a3-11e8-8d27-767cfb8f8a95.png"> ## Width < 1440px > <img width="1438" alt="screen shot 2018-12-05 at 15 38 50" src="https://user-images.githubusercontent.com/4140793/49542544-e8916300-f8a3-11e8-8fd5-521c72616c43.png"> --- Most likely a breakpoint that is using the wrong key.
1.0
Pages w/o TOCs still leave room for a TOC - Pages w/o TOCs still leave room for a TOC when the page is wider than or as wide as 1440px. E.g., see https://flutter.io/docs/reference/tutorials: ## Width > 1440px > <img width="1443" alt="screen shot 2018-12-05 at 15 34 24" src="https://user-images.githubusercontent.com/4140793/49542447-9a7c5f80-f8a3-11e8-8d27-767cfb8f8a95.png"> ## Width < 1440px > <img width="1438" alt="screen shot 2018-12-05 at 15 38 50" src="https://user-images.githubusercontent.com/4140793/49542544-e8916300-f8a3-11e8-8fd5-521c72616c43.png"> --- Most likely a breakpoint that is using the wrong key.
non_test
pages w o tocs still leave room for a toc pages w o tocs still leave room for a toc when the page is wider than or as wide as e g see width img width alt screen shot at src width img width alt screen shot at src most likely a breakpoint that is using the wrong key
0
606,481
18,763,216,492
IssuesEvent
2021-11-05 19:12:01
creativecommons/cc-licenses-data
https://api.github.com/repos/creativecommons/cc-licenses-data
closed
[Bug] Legal Code translation on Transifex contain QA messages and extraneous whitespace
🟧 priority: high 🏁 status: ready for work 🛠 goal: fix 📄 aspect: text
## Description Legal Code translation on Transifex contain QA messages and extraneous whitespace (note that this is a bug about Transifex data, not data contained within this repository). ## Reproduction ### Extraneous whitespace examples - the local data is the red/`-` and is correct; the Transifex data is green/`+` and is wrong - the local data path is from a docker container ```diff --- CC BY-SA 4.0 PO File /home/cc-licenses-data/legalcode/lt/LC_MESSAGES/by-sa_40.po +++ CC BY-SA 4.0 Transifex by-sa_40 lt @@ -1,11 +1,11 @@ msgid "" "Nothing in this Public License constitutes or may be interpreted as a " "limitation upon, or waiver of, any privileges and immunities that apply to " "the Licensor or You, including from the legal processes of any jurisdiction " "or authority." msgstr "" -"Jokia šios Viešosios licencijos nuostata nenustato ir negali būti aiškinama " -"kaip nustatanti bet kokių Licenciarui ar Jums taikomų lengvatų ar išimčių " -"(imuniteto) apribojimą ar atsisakymą, įskaitant dėl teisinių procedūrų, bet " -"kokioje jurisdikcijoje atliekamų bet kokios institucijos." +"Jokia šios Viešosios licencijos nuostata nenustato ir negali būti aiškinama" +" kaip nustatanti bet kokių Licenciarui ar Jums taikomų lengvatų ar išimčių " +"(imuniteto) apribojimą ar atsisakymą, įskaitant dėl teisinių procedūrų, bet" +" kokioje jurisdikcijoje atliekamų bet kokios institucijos." ``` ```diff --- CC BY-ND 4.0 PO File /home/cc-licenses-data/legalcode/lt/LC_MESSAGES/by-nd_40.po +++ CC BY-ND 4.0 Transifex by-nd_40 lt @@ -1,7 +1,7 @@ msgid "" "a URI or hyperlink to the Licensed Material to the extent reasonably " "practicable;" msgstr "" -"universalųjį ištekliaus identifikatorių (URI) ar interaktyvią nuorodą į " +"universalųjį ištekliaus identifikatorių (URI) ar interaktyvią nuorodą į " "Licencijuojamą Objektą, kiek tai įmanoma;" ``` ### QA messages example - the local data is the red/`-` and is correct; the Transifex data is green/`+` and is wrong - the local data path is from a docker container ```diff --- CC BY 4.0 PO File /home/cc-licenses-data/legalcode/de/LC_MESSAGES/by_40.po +++ CC BY 4.0 Transifex by_40 de @@ -1,3 +1,3 @@ msgid "Attribution 4.0 International" -msgstr "Namensnennung 4.0 International" +msgstr "Namensnennung 4.0 International KAT EDIT" ``` ```diff --- CC BY 4.0 PO File /home/cc-licenses-data/legalcode/es/LC_MESSAGES/by_40.po +++ CC BY 4.0 Transifex by_40 es @@ -1,20 +1,21 @@ msgid "" "By exercising the Licensed Rights (defined below), You accept and agree to " "be bound by the terms and conditions of this Creative Commons Attribution " "4.0 International Public License (\"Public License\"). To the extent this " "Public License may be interpreted as a contract, You are granted the " "Licensed Rights in consideration of Your acceptance of these terms and " "conditions, and the Licensor grants You such rights in consideration of " "benefits the Licensor receives from making the Licensed Material available " "under these terms and conditions." msgstr "" "Al ejercer los Derechos Licenciados (definidos a continuación), Usted acepta" " y acuerda estar obligado por los términos y condiciones de esta Licencia " "Internacional Pública de Atribución/Reconocimiento 4.0 de Creative Commons " "(\"Licencia Pública\"). En la medida en que esta Licencia Pública pueda ser " "interpretada como un contrato, a Usted se le otorgan los Derechos " "Licenciados en consideración a su aceptación de estos términos y " "condiciones, y el Licenciante le concede a Usted tales derechos en " "consideración a los beneficios que el Licenciante recibe por poner a " -"disposición el Material Licenciado bajo estos términos y condiciones." +"disposición el Material Licenciado bajo estos términos y condiciones. KAT " +"TEST DELETE" ``` ## Expectation Translations should be free of errors and cruft. ## Additional context Related PRs: - [Transifex push (code) by TimidRobot · Pull Request #201 · creativecommons/cc-licenses](https://github.com/creativecommons/cc-licenses/pull/201) - #43
1.0
[Bug] Legal Code translation on Transifex contain QA messages and extraneous whitespace - ## Description Legal Code translation on Transifex contain QA messages and extraneous whitespace (note that this is a bug about Transifex data, not data contained within this repository). ## Reproduction ### Extraneous whitespace examples - the local data is the red/`-` and is correct; the Transifex data is green/`+` and is wrong - the local data path is from a docker container ```diff --- CC BY-SA 4.0 PO File /home/cc-licenses-data/legalcode/lt/LC_MESSAGES/by-sa_40.po +++ CC BY-SA 4.0 Transifex by-sa_40 lt @@ -1,11 +1,11 @@ msgid "" "Nothing in this Public License constitutes or may be interpreted as a " "limitation upon, or waiver of, any privileges and immunities that apply to " "the Licensor or You, including from the legal processes of any jurisdiction " "or authority." msgstr "" -"Jokia šios Viešosios licencijos nuostata nenustato ir negali būti aiškinama " -"kaip nustatanti bet kokių Licenciarui ar Jums taikomų lengvatų ar išimčių " -"(imuniteto) apribojimą ar atsisakymą, įskaitant dėl teisinių procedūrų, bet " -"kokioje jurisdikcijoje atliekamų bet kokios institucijos." +"Jokia šios Viešosios licencijos nuostata nenustato ir negali būti aiškinama" +" kaip nustatanti bet kokių Licenciarui ar Jums taikomų lengvatų ar išimčių " +"(imuniteto) apribojimą ar atsisakymą, įskaitant dėl teisinių procedūrų, bet" +" kokioje jurisdikcijoje atliekamų bet kokios institucijos." ``` ```diff --- CC BY-ND 4.0 PO File /home/cc-licenses-data/legalcode/lt/LC_MESSAGES/by-nd_40.po +++ CC BY-ND 4.0 Transifex by-nd_40 lt @@ -1,7 +1,7 @@ msgid "" "a URI or hyperlink to the Licensed Material to the extent reasonably " "practicable;" msgstr "" -"universalųjį ištekliaus identifikatorių (URI) ar interaktyvią nuorodą į " +"universalųjį ištekliaus identifikatorių (URI) ar interaktyvią nuorodą į " "Licencijuojamą Objektą, kiek tai įmanoma;" ``` ### QA messages example - the local data is the red/`-` and is correct; the Transifex data is green/`+` and is wrong - the local data path is from a docker container ```diff --- CC BY 4.0 PO File /home/cc-licenses-data/legalcode/de/LC_MESSAGES/by_40.po +++ CC BY 4.0 Transifex by_40 de @@ -1,3 +1,3 @@ msgid "Attribution 4.0 International" -msgstr "Namensnennung 4.0 International" +msgstr "Namensnennung 4.0 International KAT EDIT" ``` ```diff --- CC BY 4.0 PO File /home/cc-licenses-data/legalcode/es/LC_MESSAGES/by_40.po +++ CC BY 4.0 Transifex by_40 es @@ -1,20 +1,21 @@ msgid "" "By exercising the Licensed Rights (defined below), You accept and agree to " "be bound by the terms and conditions of this Creative Commons Attribution " "4.0 International Public License (\"Public License\"). To the extent this " "Public License may be interpreted as a contract, You are granted the " "Licensed Rights in consideration of Your acceptance of these terms and " "conditions, and the Licensor grants You such rights in consideration of " "benefits the Licensor receives from making the Licensed Material available " "under these terms and conditions." msgstr "" "Al ejercer los Derechos Licenciados (definidos a continuación), Usted acepta" " y acuerda estar obligado por los términos y condiciones de esta Licencia " "Internacional Pública de Atribución/Reconocimiento 4.0 de Creative Commons " "(\"Licencia Pública\"). En la medida en que esta Licencia Pública pueda ser " "interpretada como un contrato, a Usted se le otorgan los Derechos " "Licenciados en consideración a su aceptación de estos términos y " "condiciones, y el Licenciante le concede a Usted tales derechos en " "consideración a los beneficios que el Licenciante recibe por poner a " -"disposición el Material Licenciado bajo estos términos y condiciones." +"disposición el Material Licenciado bajo estos términos y condiciones. KAT " +"TEST DELETE" ``` ## Expectation Translations should be free of errors and cruft. ## Additional context Related PRs: - [Transifex push (code) by TimidRobot · Pull Request #201 · creativecommons/cc-licenses](https://github.com/creativecommons/cc-licenses/pull/201) - #43
non_test
legal code translation on transifex contain qa messages and extraneous whitespace description legal code translation on transifex contain qa messages and extraneous whitespace note that this is a bug about transifex data not data contained within this repository reproduction extraneous whitespace examples the local data is the red and is correct the transifex data is green and is wrong the local data path is from a docker container diff cc by sa po file home cc licenses data legalcode lt lc messages by sa po cc by sa transifex by sa lt msgid nothing in this public license constitutes or may be interpreted as a limitation upon or waiver of any privileges and immunities that apply to the licensor or you including from the legal processes of any jurisdiction or authority msgstr jokia šios viešosios licencijos nuostata nenustato ir negali būti aiškinama kaip nustatanti bet kokių licenciarui ar jums taikomų lengvatų ar išimčių imuniteto apribojimą ar atsisakymą įskaitant dėl teisinių procedūrų bet kokioje jurisdikcijoje atliekamų bet kokios institucijos jokia šios viešosios licencijos nuostata nenustato ir negali būti aiškinama kaip nustatanti bet kokių licenciarui ar jums taikomų lengvatų ar išimčių imuniteto apribojimą ar atsisakymą įskaitant dėl teisinių procedūrų bet kokioje jurisdikcijoje atliekamų bet kokios institucijos diff cc by nd po file home cc licenses data legalcode lt lc messages by nd po cc by nd transifex by nd lt msgid a uri or hyperlink to the licensed material to the extent reasonably practicable msgstr universalųjį ištekliaus identifikatorių uri ar interaktyvią nuorodą į universalųjį ištekliaus identifikatorių uri ar interaktyvią nuorodą į licencijuojamą objektą kiek tai įmanoma qa messages example the local data is the red and is correct the transifex data is green and is wrong the local data path is from a docker container diff cc by po file home cc licenses data legalcode de lc messages by po cc by transifex by de msgid attribution international msgstr namensnennung international msgstr namensnennung international kat edit diff cc by po file home cc licenses data legalcode es lc messages by po cc by transifex by es msgid by exercising the licensed rights defined below you accept and agree to be bound by the terms and conditions of this creative commons attribution international public license public license to the extent this public license may be interpreted as a contract you are granted the licensed rights in consideration of your acceptance of these terms and conditions and the licensor grants you such rights in consideration of benefits the licensor receives from making the licensed material available under these terms and conditions msgstr al ejercer los derechos licenciados definidos a continuación usted acepta y acuerda estar obligado por los términos y condiciones de esta licencia internacional pública de atribución reconocimiento de creative commons licencia pública en la medida en que esta licencia pública pueda ser interpretada como un contrato a usted se le otorgan los derechos licenciados en consideración a su aceptación de estos términos y condiciones y el licenciante le concede a usted tales derechos en consideración a los beneficios que el licenciante recibe por poner a disposición el material licenciado bajo estos términos y condiciones disposición el material licenciado bajo estos términos y condiciones kat test delete expectation translations should be free of errors and cruft additional context related prs
0
201,334
15,190,042,265
IssuesEvent
2021-02-15 17:17:15
ayumi-cloud/sc-security-module
https://api.github.com/repos/ayumi-cloud/sc-security-module
closed
Convert Platform to Operating System module
FINSIHED Firewall Priority: Medium Testing - Passed enhancement 👍
### Enhancement idea - [x] Convert Platform to Operating System module.
1.0
Convert Platform to Operating System module - ### Enhancement idea - [x] Convert Platform to Operating System module.
test
convert platform to operating system module enhancement idea convert platform to operating system module
1
237,852
19,679,470,138
IssuesEvent
2022-01-11 15:28:51
Dart-Code/Dart-Code
https://api.github.com/repos/Dart-Code/Dart-Code
closed
"Attempted to insert a duplicate test item ID" when modifying tests after running them using testGoldens from golden_toolkit
is bug in testing
```dart import 'package:golden_toolkit/golden_toolkit.dart'; import 'package:test/test.dart'; void main() { group('foo', () { testGoldens('test 1', (tester) async {}); }); } ``` Then **Test: Run All Tests**, wait for results, then try to modify the file (eg. add a new linebreak): <img width="1260" alt="Screenshot 2022-01-11 at 15 16 43" src="https://user-images.githubusercontent.com/1078012/148969607-480e6c49-c802-4605-882c-b7298284d33d.png">
1.0
"Attempted to insert a duplicate test item ID" when modifying tests after running them using testGoldens from golden_toolkit - ```dart import 'package:golden_toolkit/golden_toolkit.dart'; import 'package:test/test.dart'; void main() { group('foo', () { testGoldens('test 1', (tester) async {}); }); } ``` Then **Test: Run All Tests**, wait for results, then try to modify the file (eg. add a new linebreak): <img width="1260" alt="Screenshot 2022-01-11 at 15 16 43" src="https://user-images.githubusercontent.com/1078012/148969607-480e6c49-c802-4605-882c-b7298284d33d.png">
test
attempted to insert a duplicate test item id when modifying tests after running them using testgoldens from golden toolkit dart import package golden toolkit golden toolkit dart import package test test dart void main group foo testgoldens test tester async then test run all tests wait for results then try to modify the file eg add a new linebreak img width alt screenshot at src
1
155,357
24,452,325,209
IssuesEvent
2022-10-07 01:07:17
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
AnimatedTheme throws exceptions when lerping between default Theme and ThemeData.dark()
severe: crash framework f: material design a: error message has reproducible steps found in release: 2.10 found in release: 2.13
With the following code: ```dart import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/cupertino.dart'; void main() { debugDefaultTargetPlatformOverride = TargetPlatform.fuchsia; runApp(MyApp()); } class MyApp extends StatefulWidget { @override _MyAppState createState() => _MyAppState(); } class _MyAppState extends State<MyApp> { bool dark = false; @override Widget build(BuildContext context) { return MaterialApp( home: Material( child: AnimatedTheme( data: dark ? ThemeData.dark() : Theme.of(context), child: Center( child: Container( color: dark ? Colors.black : Colors.white, child: FlatButton( onPressed: () { setState(() { dark = !dark;}); }, child: Text('TEST'), ), ), ), ), ), ); } } ``` I get the following exception during the transition. It's fine at the either end of the lerp, just broken in the middle, it seems because `inherited` is false for one `ThemeData`, and true for the other. This occurs (at least) on Android and on Web. ## Exception <details> <pre> ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following assertion was thrown building AnimatedTheme(duration: 200ms, dirty, state: _AnimatedThemeState#f29b7(ticker active, ThemeDataTween(ThemeData#00000(buttonTheme: ButtonThemeData#00000(buttonColor: Color(0xffe0e0e0), focusColor: Color(0x1f000000), hoverColor: Color(0x0a000000), colorScheme: ColorScheme#00000(primary: MaterialColor(primary value: Color(0xff2196f3)), primaryVariant: Color(0xff1976d2), secondary: Color(0xff2196f3), secondaryVariant: Color(0xff1976d2), background: Color(0xff90caf9), error: Color(0xffd32f2f), onSecondary: Color(0xffffffff), onBackground: Color(0xffffffff)), materialTapTargetSize: MaterialTapTargetSize.padded), toggleButtonsTheme: ToggleButtonsThemeData#00000, textTheme: TextTheme#00000(display4: TextStyle(debugLabel: (englishLike display4 2014).merge(blackMountainView display4), inherit: false, color: Color(0x8a000000), family: Roboto, size: 112.0, weight: 100, baseline: alphabetic, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (englishLike display3 2014).merge(blackMountainView display3), inherit: false, color: Color(0x8a000000), family: Roboto, size: 56.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (englishLike display2 2014).merge(blackMountainView display2), inherit: false, color: Color(0x8a000000), family: Roboto, size: 45.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (englishLike display1 2014).merge(blackMountainView display1), inherit: false, color: Color(0x8a000000), family: Roboto, size: 34.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (englishLike headline 2014).merge(blackMountainView headline), inherit: false, color: Color(0xdd000000), family: Roboto, size: 24.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), title: TextStyle(debugLabel: (englishLike title 2014).merge(blackMountainView title), inherit: false, color: Color(0xdd000000), family: Roboto, size: 20.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (englishLike subhead 2014).merge(blackMountainView subhead), inherit: false, color: Color(0xdd000000), family: Roboto, size: 16.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (englishLike body2 2014).merge(blackMountainView body2), inherit: false, color: Color(0xdd000000), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (englishLike body1 2014).merge(blackMountainView body1), inherit: false, color: Color(0xdd000000), family: Roboto, size: 14.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (englishLike caption 2014).merge(blackMountainView caption), inherit: false, color: Color(0x8a000000), family: Roboto, size: 12.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), button: TextStyle(debugLabel: (englishLike button 2014).merge(blackMountainView button), inherit: false, color: Color(0xdd000000), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subtitle): TextStyle(debugLabel: (englishLike subtitle 2014).merge(blackMountainView subtitle), inherit: false, color: Color(0xff000000), family: Roboto, size: 14.0, weight: 500, letterSpacing: 0.1, baseline: alphabetic, decoration: TextDecoration.none), overline: TextStyle(debugLabel: (englishLike overline 2014).merge(blackMountainView overline), inherit: false, color: Color(0xff000000), family: Roboto, size: 10.0, weight: 400, letterSpacing: 1.5, baseline: alphabetic, decoration: TextDecoration.none)), primaryTextTheme: TextTheme#00000(display4: TextStyle(debugLabel: (englishLike display4 2014).merge(whiteMountainView display4), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 112.0, weight: 100, baseline: alphabetic, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (englishLike display3 2014).merge(whiteMountainView display3), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 56.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (englishLike display2 2014).merge(whiteMountainView display2), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 45.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (englishLike display1 2014).merge(whiteMountainView display1), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 34.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (englishLike headline 2014).merge(whiteMountainView headline), inherit: false, color: Color(0xffffffff), family: Roboto, size: 24.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), title: TextStyle(debugLabel: (englishLike title 2014).merge(whiteMountainView title), inherit: false, color: Color(0xffffffff), family: Roboto, size: 20.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (englishLike subhead 2014).merge(whiteMountainView subhead), inherit: false, color: Color(0xffffffff), family: Roboto, size: 16.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (englishLike body2 2014).merge(whiteMountainView body2), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (englishLike body1 2014).merge(whiteMountainView body1), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (englishLike caption 2014).merge(whiteMountainView caption), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 12.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), button: TextStyle(debugLabel: (englishLike button 2014).merge(whiteMountainView button), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subtitle): TextStyle(debugLabel: (englishLike subtitle 2014).merge(whiteMountainView subtitle), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, letterSpacing: 0.1, baseline: alphabetic, decoration: TextDecoration.none), overline: TextStyle(debugLabel: (englishLike overline 2014).merge(whiteMountainView overline), inherit: false, color: Color(0xffffffff), family: Roboto, size: 10.0, weight: 400, letterSpacing: 1.5, baseline: alphabetic, decoration: TextDecoration.none)), accentTextTheme: TextTheme#00000(display4: TextStyle(debugLabel: (englishLike display4 2014).merge(whiteMountainView display4), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 112.0, weight: 100, baseline: alphabetic, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (englishLike display3 2014).merge(whiteMountainView display3), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 56.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (englishLike display2 2014).merge(whiteMountainView display2), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 45.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (englishLike display1 2014).merge(whiteMountainView display1), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 34.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (englishLike headline 2014).merge(whiteMountainView headline), inherit: false, color: Color(0xffffffff), family: Roboto, size: 24.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), title: TextStyle(debugLabel: (englishLike title 2014).merge(whiteMountainView title), inherit: false, color: Color(0xffffffff), family: Roboto, size: 20.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (englishLike subhead 2014).merge(whiteMountainView subhead), inherit: false, color: Color(0xffffffff), family: Roboto, size: 16.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (englishLike body2 2014).merge(whiteMountainView body2), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (englishLike body1 2014).merge(whiteMountainView body1), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (englishLike caption 2014).merge(whiteMountainView caption), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 12.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), button: TextStyle(debugLabel: (englishLike button 2014).merge(whiteMountainView button), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subtitle): TextStyle(debugLabel: (englishLike subtitle 2014).merge(whiteMountainView subtitle), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, letterSpacing: 0.1, baseline: alphabetic, decoration: TextDecoration.none), overline: TextStyle(debugLabel: (englishLike overline 2014).merge(whiteMountainView overline), inherit: false, color: Color(0xffffffff), family: Roboto, size: 10.0, weight: 400, letterSpacing: 1.5, baseline: alphabetic, decoration: TextDecoration.none)), inputDecorationTheme: InputDecorationTheme#00000, iconTheme: IconThemeData#9f466(color: Color(0xdd000000)), primaryIconTheme: IconThemeData#49346(color: Color(0xffffffff)), accentIconTheme: IconThemeData#49346(color: Color(0xffffffff)), sliderTheme: SliderThemeData#00000, tabBarTheme: TabBarTheme#b33f1, tooltipTheme: TooltipThemeData#44c00, cardTheme: CardTheme#11859, chipTheme: ChipThemeData#00000, materialTapTargetSize: MaterialTapTargetSize.padded, applyElevationOverlayColor: false, pageTransitionsTheme: PageTransitionsTheme#30633) → ThemeData#00000(brightness: dark, primaryColor: Color(0xff212121), accentColor: Color(0xff64ffda), accentColorBrightness: light, canvasColor: Color(0xff303030), scaffoldBackgroundColor: Color(0xff303030), bottomAppBarColor: Color(0xff424242), cardColor: Color(0xff424242), dividerColor: Color(0x1fffffff), focusColor: Color(0x1fffffff), hoverColor: Color(0x0affffff), highlightColor: Color(0x40cccccc), splashColor: Color(0x40cccccc), unselectedWidgetColor: Color(0xb3ffffff), disabledColor: Color(0x62ffffff), buttonColor: Color(0xff1e88e5), secondaryHeaderColor: Color(0xff616161), textSelectionColor: Color(0xff64ffda), textSelectionHandleColor: Color(0xff1de9b6), backgroundColor: Color(0xff616161), dialogBackgroundColor: Color(0xff424242), indicatorColor: Color(0xff64ffda), hintColor: Color(0x80ffffff), toggleableActiveColor: Color(0xff64ffda), buttonTheme: ButtonThemeData#00000(buttonColor: Color(0xff1e88e5), focusColor: Color(0x1fffffff), hoverColor: Color(0x0affffff), colorScheme: ColorScheme#00000(primary: MaterialColor(primary value: Color(0xff2196f3)), primaryVariant: Color(0xff000000), secondary: Color(0xff64ffda), secondaryVariant: Color(0xff00bfa5), surface: Color(0xff424242), background: Color(0xff616161), error: Color(0xffd32f2f), onSurface: Color(0xffffffff), onBackground: Color(0xffffffff), onError: Color(0xff000000), brightness: Brightness.dark), materialTapTargetSize: MaterialTapTargetSize.padded), toggleButtonsTheme: ToggleButtonsThemeData#00000, textTheme: TextTheme#00000(display4: TextStyle(debugLabel: whiteMountainView display4, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display3: TextStyle(debugLabel: whiteMountainView display3, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display2: TextStyle(debugLabel: whiteMountainView display2, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display1: TextStyle(debugLabel: whiteMountainView display1, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), headline: TextStyle(debugLabel: whiteMountainView headline, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), title: TextStyle(debugLabel: whiteMountainView title, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: whiteMountainView subhead, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), body2: TextStyle(debugLabel: whiteMountainView body2, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), body1: TextStyle(debugLabel: whiteMountainView body1, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), caption: TextStyle(debugLabel: whiteMountainView caption, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), button: TextStyle(debugLabel: whiteMountainView button, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), subtitle): TextStyle(debugLabel: whiteMountainView subtitle, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), overline: TextStyle(debugLabel: whiteMountainView overline, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none)), primaryTextTheme: TextTheme#00000(display4: TextStyle(debugLabel: whiteMountainView display4, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display3: TextStyle(debugLabel: whiteMountainView display3, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display2: TextStyle(debugLabel: whiteMountainView display2, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display1: TextStyle(debugLabel: whiteMountainView display1, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), headline: TextStyle(debugLabel: whiteMountainView headline, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), title: TextStyle(debugLabel: whiteMountainView title, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: whiteMountainView subhead, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), body2: TextStyle(debugLabel: whiteMountainView body2, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), body1: TextStyle(debugLabel: whiteMountainView body1, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), caption: TextStyle(debugLabel: whiteMountainView caption, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), button: TextStyle(debugLabel: whiteMountainView button, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), subtitle): TextStyle(debugLabel: whiteMountainView subtitle, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), overline: TextStyle(debugLabel: whiteMountainView overline, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none)), accentTextTheme: TextTheme#00000, inputDecorationTheme: InputDecorationTheme#00000, iconTheme: IconThemeData#49346(color: Color(0xffffffff)), primaryIconTheme: IconThemeData#49346(color: Color(0xffffffff)), accentIconTheme: IconThemeData#c69fe(color: Color(0xff000000)), sliderTheme: SliderThemeData#00000, tabBarTheme: TabBarTheme#b33f1, tooltipTheme: TooltipThemeData#44c00, cardTheme: CardTheme#11859, chipTheme: ChipThemeData#00000(backgroundColor: Color(0x1fffffff), deleteIconColor: Color(0xdeffffff), disabledColor: Color(0x0cffffff), selectedColor: Color(0x3dffffff), secondarySelectedColor: Color(0x3d212121), labelStyle: TextStyle(debugLabel: (whiteMountainView body2).copyWith, inherit: true, color: Color(0xdeffffff), family: Roboto, decoration: TextDecoration.none), secondaryLabelStyle: TextStyle(debugLabel: (whiteMountainView body2).copyWith, inherit: true, color: Color(0xde212121), family: Roboto, decoration: TextDecoration.none), brightness: dark), materialTapTargetSize: MaterialTapTargetSize.padded, applyElevationOverlayColor: false, pageTransitionsTheme: PageTransitionsTheme#30633, colorScheme: ColorScheme#00000(primary: MaterialColor(primary value: Color(0xff2196f3)), primaryVariant: Color(0xff000000), secondary: Color(0xff64ffda), secondaryVariant: Color(0xff00bfa5), surface: Color(0xff424242), background: Color(0xff616161), error: Color(0xffd32f2f), onSurface: Color(0xffffffff), onBackground: Color(0xffffffff), onError: Color(0xff000000), brightness: Brightness.dark))))): Assertion failed: org-dartlang-app:///packages/flutter/src/painting/text_style.dart:929:12 t(a == null || b == null || a.inherit == b.inher is not true Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause. In either case, please report this assertion by filing a bug on GitHub: https://github.com/flutter/flutter/issues/new?template=BUG.md The relevant error-causing widget was: AnimatedTheme org-dartlang-app:///packages/mysample/main.dart:28:16 When the exception was thrown, this was the stack: package:dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 194:49 throw_ package:dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 24:3 assertFailed package:flutter/src/painting/text_style.dart 929:52 lerp package:flutter/src/material/text_theme.dart 462:27 lerp package:flutter/src/material/theme_data.dart 1226:28 lerp package:flutter/src/material/theme.dart 202:41 lerp package:flutter/src/animation/tween.dart 260:12 transform package:flutter/src/animation/tween.dart 53:46 evaluate package:flutter/src/material/theme.dart 266:19 build package:flutter/src/widgets/framework.dart 4064:27 build package:flutter/src/widgets/framework.dart 3958:15 performRebuild package:flutter/src/widgets/framework.dart 3755:5 rebuild package:flutter/src/widgets/framework.dart 2347:31 buildScope package:flutter/src/widgets/binding.dart 777:49 drawFrame package:flutter/src/rendering/binding.dart 283:5 [_handlePersistentFrameCallback] package:flutter/src/scheduler/binding.dart 1043:15 [_invokeFrameCallback] package:flutter/src/scheduler/binding.dart 982:9 handleDrawFrame package:flutter/src/scheduler/binding.dart 898:5 [_handleDrawFrame] package:build_web_compilers/lib/_engine/engine.dart 176:21 <fn> </pre> </details>
1.0
AnimatedTheme throws exceptions when lerping between default Theme and ThemeData.dark() - With the following code: ```dart import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/cupertino.dart'; void main() { debugDefaultTargetPlatformOverride = TargetPlatform.fuchsia; runApp(MyApp()); } class MyApp extends StatefulWidget { @override _MyAppState createState() => _MyAppState(); } class _MyAppState extends State<MyApp> { bool dark = false; @override Widget build(BuildContext context) { return MaterialApp( home: Material( child: AnimatedTheme( data: dark ? ThemeData.dark() : Theme.of(context), child: Center( child: Container( color: dark ? Colors.black : Colors.white, child: FlatButton( onPressed: () { setState(() { dark = !dark;}); }, child: Text('TEST'), ), ), ), ), ), ); } } ``` I get the following exception during the transition. It's fine at the either end of the lerp, just broken in the middle, it seems because `inherited` is false for one `ThemeData`, and true for the other. This occurs (at least) on Android and on Web. ## Exception <details> <pre> ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following assertion was thrown building AnimatedTheme(duration: 200ms, dirty, state: _AnimatedThemeState#f29b7(ticker active, ThemeDataTween(ThemeData#00000(buttonTheme: ButtonThemeData#00000(buttonColor: Color(0xffe0e0e0), focusColor: Color(0x1f000000), hoverColor: Color(0x0a000000), colorScheme: ColorScheme#00000(primary: MaterialColor(primary value: Color(0xff2196f3)), primaryVariant: Color(0xff1976d2), secondary: Color(0xff2196f3), secondaryVariant: Color(0xff1976d2), background: Color(0xff90caf9), error: Color(0xffd32f2f), onSecondary: Color(0xffffffff), onBackground: Color(0xffffffff)), materialTapTargetSize: MaterialTapTargetSize.padded), toggleButtonsTheme: ToggleButtonsThemeData#00000, textTheme: TextTheme#00000(display4: TextStyle(debugLabel: (englishLike display4 2014).merge(blackMountainView display4), inherit: false, color: Color(0x8a000000), family: Roboto, size: 112.0, weight: 100, baseline: alphabetic, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (englishLike display3 2014).merge(blackMountainView display3), inherit: false, color: Color(0x8a000000), family: Roboto, size: 56.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (englishLike display2 2014).merge(blackMountainView display2), inherit: false, color: Color(0x8a000000), family: Roboto, size: 45.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (englishLike display1 2014).merge(blackMountainView display1), inherit: false, color: Color(0x8a000000), family: Roboto, size: 34.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (englishLike headline 2014).merge(blackMountainView headline), inherit: false, color: Color(0xdd000000), family: Roboto, size: 24.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), title: TextStyle(debugLabel: (englishLike title 2014).merge(blackMountainView title), inherit: false, color: Color(0xdd000000), family: Roboto, size: 20.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (englishLike subhead 2014).merge(blackMountainView subhead), inherit: false, color: Color(0xdd000000), family: Roboto, size: 16.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (englishLike body2 2014).merge(blackMountainView body2), inherit: false, color: Color(0xdd000000), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (englishLike body1 2014).merge(blackMountainView body1), inherit: false, color: Color(0xdd000000), family: Roboto, size: 14.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (englishLike caption 2014).merge(blackMountainView caption), inherit: false, color: Color(0x8a000000), family: Roboto, size: 12.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), button: TextStyle(debugLabel: (englishLike button 2014).merge(blackMountainView button), inherit: false, color: Color(0xdd000000), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subtitle): TextStyle(debugLabel: (englishLike subtitle 2014).merge(blackMountainView subtitle), inherit: false, color: Color(0xff000000), family: Roboto, size: 14.0, weight: 500, letterSpacing: 0.1, baseline: alphabetic, decoration: TextDecoration.none), overline: TextStyle(debugLabel: (englishLike overline 2014).merge(blackMountainView overline), inherit: false, color: Color(0xff000000), family: Roboto, size: 10.0, weight: 400, letterSpacing: 1.5, baseline: alphabetic, decoration: TextDecoration.none)), primaryTextTheme: TextTheme#00000(display4: TextStyle(debugLabel: (englishLike display4 2014).merge(whiteMountainView display4), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 112.0, weight: 100, baseline: alphabetic, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (englishLike display3 2014).merge(whiteMountainView display3), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 56.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (englishLike display2 2014).merge(whiteMountainView display2), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 45.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (englishLike display1 2014).merge(whiteMountainView display1), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 34.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (englishLike headline 2014).merge(whiteMountainView headline), inherit: false, color: Color(0xffffffff), family: Roboto, size: 24.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), title: TextStyle(debugLabel: (englishLike title 2014).merge(whiteMountainView title), inherit: false, color: Color(0xffffffff), family: Roboto, size: 20.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (englishLike subhead 2014).merge(whiteMountainView subhead), inherit: false, color: Color(0xffffffff), family: Roboto, size: 16.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (englishLike body2 2014).merge(whiteMountainView body2), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (englishLike body1 2014).merge(whiteMountainView body1), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (englishLike caption 2014).merge(whiteMountainView caption), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 12.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), button: TextStyle(debugLabel: (englishLike button 2014).merge(whiteMountainView button), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subtitle): TextStyle(debugLabel: (englishLike subtitle 2014).merge(whiteMountainView subtitle), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, letterSpacing: 0.1, baseline: alphabetic, decoration: TextDecoration.none), overline: TextStyle(debugLabel: (englishLike overline 2014).merge(whiteMountainView overline), inherit: false, color: Color(0xffffffff), family: Roboto, size: 10.0, weight: 400, letterSpacing: 1.5, baseline: alphabetic, decoration: TextDecoration.none)), accentTextTheme: TextTheme#00000(display4: TextStyle(debugLabel: (englishLike display4 2014).merge(whiteMountainView display4), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 112.0, weight: 100, baseline: alphabetic, decoration: TextDecoration.none), display3: TextStyle(debugLabel: (englishLike display3 2014).merge(whiteMountainView display3), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 56.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display2: TextStyle(debugLabel: (englishLike display2 2014).merge(whiteMountainView display2), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 45.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), display1: TextStyle(debugLabel: (englishLike display1 2014).merge(whiteMountainView display1), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 34.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), headline: TextStyle(debugLabel: (englishLike headline 2014).merge(whiteMountainView headline), inherit: false, color: Color(0xffffffff), family: Roboto, size: 24.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), title: TextStyle(debugLabel: (englishLike title 2014).merge(whiteMountainView title), inherit: false, color: Color(0xffffffff), family: Roboto, size: 20.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: (englishLike subhead 2014).merge(whiteMountainView subhead), inherit: false, color: Color(0xffffffff), family: Roboto, size: 16.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), body2: TextStyle(debugLabel: (englishLike body2 2014).merge(whiteMountainView body2), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), body1: TextStyle(debugLabel: (englishLike body1 2014).merge(whiteMountainView body1), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), caption: TextStyle(debugLabel: (englishLike caption 2014).merge(whiteMountainView caption), inherit: false, color: Color(0xb3ffffff), family: Roboto, size: 12.0, weight: 400, baseline: alphabetic, decoration: TextDecoration.none), button: TextStyle(debugLabel: (englishLike button 2014).merge(whiteMountainView button), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, baseline: alphabetic, decoration: TextDecoration.none), subtitle): TextStyle(debugLabel: (englishLike subtitle 2014).merge(whiteMountainView subtitle), inherit: false, color: Color(0xffffffff), family: Roboto, size: 14.0, weight: 500, letterSpacing: 0.1, baseline: alphabetic, decoration: TextDecoration.none), overline: TextStyle(debugLabel: (englishLike overline 2014).merge(whiteMountainView overline), inherit: false, color: Color(0xffffffff), family: Roboto, size: 10.0, weight: 400, letterSpacing: 1.5, baseline: alphabetic, decoration: TextDecoration.none)), inputDecorationTheme: InputDecorationTheme#00000, iconTheme: IconThemeData#9f466(color: Color(0xdd000000)), primaryIconTheme: IconThemeData#49346(color: Color(0xffffffff)), accentIconTheme: IconThemeData#49346(color: Color(0xffffffff)), sliderTheme: SliderThemeData#00000, tabBarTheme: TabBarTheme#b33f1, tooltipTheme: TooltipThemeData#44c00, cardTheme: CardTheme#11859, chipTheme: ChipThemeData#00000, materialTapTargetSize: MaterialTapTargetSize.padded, applyElevationOverlayColor: false, pageTransitionsTheme: PageTransitionsTheme#30633) → ThemeData#00000(brightness: dark, primaryColor: Color(0xff212121), accentColor: Color(0xff64ffda), accentColorBrightness: light, canvasColor: Color(0xff303030), scaffoldBackgroundColor: Color(0xff303030), bottomAppBarColor: Color(0xff424242), cardColor: Color(0xff424242), dividerColor: Color(0x1fffffff), focusColor: Color(0x1fffffff), hoverColor: Color(0x0affffff), highlightColor: Color(0x40cccccc), splashColor: Color(0x40cccccc), unselectedWidgetColor: Color(0xb3ffffff), disabledColor: Color(0x62ffffff), buttonColor: Color(0xff1e88e5), secondaryHeaderColor: Color(0xff616161), textSelectionColor: Color(0xff64ffda), textSelectionHandleColor: Color(0xff1de9b6), backgroundColor: Color(0xff616161), dialogBackgroundColor: Color(0xff424242), indicatorColor: Color(0xff64ffda), hintColor: Color(0x80ffffff), toggleableActiveColor: Color(0xff64ffda), buttonTheme: ButtonThemeData#00000(buttonColor: Color(0xff1e88e5), focusColor: Color(0x1fffffff), hoverColor: Color(0x0affffff), colorScheme: ColorScheme#00000(primary: MaterialColor(primary value: Color(0xff2196f3)), primaryVariant: Color(0xff000000), secondary: Color(0xff64ffda), secondaryVariant: Color(0xff00bfa5), surface: Color(0xff424242), background: Color(0xff616161), error: Color(0xffd32f2f), onSurface: Color(0xffffffff), onBackground: Color(0xffffffff), onError: Color(0xff000000), brightness: Brightness.dark), materialTapTargetSize: MaterialTapTargetSize.padded), toggleButtonsTheme: ToggleButtonsThemeData#00000, textTheme: TextTheme#00000(display4: TextStyle(debugLabel: whiteMountainView display4, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display3: TextStyle(debugLabel: whiteMountainView display3, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display2: TextStyle(debugLabel: whiteMountainView display2, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display1: TextStyle(debugLabel: whiteMountainView display1, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), headline: TextStyle(debugLabel: whiteMountainView headline, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), title: TextStyle(debugLabel: whiteMountainView title, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: whiteMountainView subhead, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), body2: TextStyle(debugLabel: whiteMountainView body2, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), body1: TextStyle(debugLabel: whiteMountainView body1, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), caption: TextStyle(debugLabel: whiteMountainView caption, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), button: TextStyle(debugLabel: whiteMountainView button, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), subtitle): TextStyle(debugLabel: whiteMountainView subtitle, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), overline: TextStyle(debugLabel: whiteMountainView overline, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none)), primaryTextTheme: TextTheme#00000(display4: TextStyle(debugLabel: whiteMountainView display4, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display3: TextStyle(debugLabel: whiteMountainView display3, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display2: TextStyle(debugLabel: whiteMountainView display2, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), display1: TextStyle(debugLabel: whiteMountainView display1, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), headline: TextStyle(debugLabel: whiteMountainView headline, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), title: TextStyle(debugLabel: whiteMountainView title, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), subhead: TextStyle(debugLabel: whiteMountainView subhead, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), body2: TextStyle(debugLabel: whiteMountainView body2, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), body1: TextStyle(debugLabel: whiteMountainView body1, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), caption: TextStyle(debugLabel: whiteMountainView caption, inherit: true, color: Color(0xb3ffffff), family: Roboto, decoration: TextDecoration.none), button: TextStyle(debugLabel: whiteMountainView button, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), subtitle): TextStyle(debugLabel: whiteMountainView subtitle, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none), overline: TextStyle(debugLabel: whiteMountainView overline, inherit: true, color: Color(0xffffffff), family: Roboto, decoration: TextDecoration.none)), accentTextTheme: TextTheme#00000, inputDecorationTheme: InputDecorationTheme#00000, iconTheme: IconThemeData#49346(color: Color(0xffffffff)), primaryIconTheme: IconThemeData#49346(color: Color(0xffffffff)), accentIconTheme: IconThemeData#c69fe(color: Color(0xff000000)), sliderTheme: SliderThemeData#00000, tabBarTheme: TabBarTheme#b33f1, tooltipTheme: TooltipThemeData#44c00, cardTheme: CardTheme#11859, chipTheme: ChipThemeData#00000(backgroundColor: Color(0x1fffffff), deleteIconColor: Color(0xdeffffff), disabledColor: Color(0x0cffffff), selectedColor: Color(0x3dffffff), secondarySelectedColor: Color(0x3d212121), labelStyle: TextStyle(debugLabel: (whiteMountainView body2).copyWith, inherit: true, color: Color(0xdeffffff), family: Roboto, decoration: TextDecoration.none), secondaryLabelStyle: TextStyle(debugLabel: (whiteMountainView body2).copyWith, inherit: true, color: Color(0xde212121), family: Roboto, decoration: TextDecoration.none), brightness: dark), materialTapTargetSize: MaterialTapTargetSize.padded, applyElevationOverlayColor: false, pageTransitionsTheme: PageTransitionsTheme#30633, colorScheme: ColorScheme#00000(primary: MaterialColor(primary value: Color(0xff2196f3)), primaryVariant: Color(0xff000000), secondary: Color(0xff64ffda), secondaryVariant: Color(0xff00bfa5), surface: Color(0xff424242), background: Color(0xff616161), error: Color(0xffd32f2f), onSurface: Color(0xffffffff), onBackground: Color(0xffffffff), onError: Color(0xff000000), brightness: Brightness.dark))))): Assertion failed: org-dartlang-app:///packages/flutter/src/painting/text_style.dart:929:12 t(a == null || b == null || a.inherit == b.inher is not true Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause. In either case, please report this assertion by filing a bug on GitHub: https://github.com/flutter/flutter/issues/new?template=BUG.md The relevant error-causing widget was: AnimatedTheme org-dartlang-app:///packages/mysample/main.dart:28:16 When the exception was thrown, this was the stack: package:dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 194:49 throw_ package:dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 24:3 assertFailed package:flutter/src/painting/text_style.dart 929:52 lerp package:flutter/src/material/text_theme.dart 462:27 lerp package:flutter/src/material/theme_data.dart 1226:28 lerp package:flutter/src/material/theme.dart 202:41 lerp package:flutter/src/animation/tween.dart 260:12 transform package:flutter/src/animation/tween.dart 53:46 evaluate package:flutter/src/material/theme.dart 266:19 build package:flutter/src/widgets/framework.dart 4064:27 build package:flutter/src/widgets/framework.dart 3958:15 performRebuild package:flutter/src/widgets/framework.dart 3755:5 rebuild package:flutter/src/widgets/framework.dart 2347:31 buildScope package:flutter/src/widgets/binding.dart 777:49 drawFrame package:flutter/src/rendering/binding.dart 283:5 [_handlePersistentFrameCallback] package:flutter/src/scheduler/binding.dart 1043:15 [_invokeFrameCallback] package:flutter/src/scheduler/binding.dart 982:9 handleDrawFrame package:flutter/src/scheduler/binding.dart 898:5 [_handleDrawFrame] package:build_web_compilers/lib/_engine/engine.dart 176:21 <fn> </pre> </details>
non_test
animatedtheme throws exceptions when lerping between default theme and themedata dark with the following code dart import package flutter foundation dart import package flutter material dart import package flutter cupertino dart void main debugdefaulttargetplatformoverride targetplatform fuchsia runapp myapp class myapp extends statefulwidget override myappstate createstate myappstate class myappstate extends state bool dark false override widget build buildcontext context return materialapp home material child animatedtheme data dark themedata dark theme of context child center child container color dark colors black colors white child flatbutton onpressed setstate dark dark child text test i get the following exception during the transition it s fine at the either end of the lerp just broken in the middle it seems because inherited is false for one themedata and true for the other this occurs at least on android and on web exception ══╡ exception caught by widgets library ╞═══════════════════════════════════════════════════════════ the following assertion was thrown building animatedtheme duration dirty state animatedthemestate ticker active themedatatween themedata buttontheme buttonthemedata buttoncolor color focuscolor color hovercolor color colorscheme colorscheme primary materialcolor primary value color primaryvariant color secondary color secondaryvariant color background color error color onsecondary color onbackground color materialtaptargetsize materialtaptargetsize padded togglebuttonstheme togglebuttonsthemedata texttheme texttheme textstyle debuglabel englishlike merge blackmountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge blackmountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge blackmountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge blackmountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none headline textstyle debuglabel englishlike headline merge blackmountainview headline inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none title textstyle debuglabel englishlike title merge blackmountainview title inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none subhead textstyle debuglabel englishlike subhead merge blackmountainview subhead inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge blackmountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge blackmountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none caption textstyle debuglabel englishlike caption merge blackmountainview caption inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none button textstyle debuglabel englishlike button merge blackmountainview button inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none subtitle textstyle debuglabel englishlike subtitle merge blackmountainview subtitle inherit false color color family roboto size weight letterspacing baseline alphabetic decoration textdecoration none overline textstyle debuglabel englishlike overline merge blackmountainview overline inherit false color color family roboto size weight letterspacing baseline alphabetic decoration textdecoration none primarytexttheme texttheme textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none headline textstyle debuglabel englishlike headline merge whitemountainview headline inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none title textstyle debuglabel englishlike title merge whitemountainview title inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none subhead textstyle debuglabel englishlike subhead merge whitemountainview subhead inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none caption textstyle debuglabel englishlike caption merge whitemountainview caption inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none button textstyle debuglabel englishlike button merge whitemountainview button inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none subtitle textstyle debuglabel englishlike subtitle merge whitemountainview subtitle inherit false color color family roboto size weight letterspacing baseline alphabetic decoration textdecoration none overline textstyle debuglabel englishlike overline merge whitemountainview overline inherit false color color family roboto size weight letterspacing baseline alphabetic decoration textdecoration none accenttexttheme texttheme textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none headline textstyle debuglabel englishlike headline merge whitemountainview headline inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none title textstyle debuglabel englishlike title merge whitemountainview title inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none subhead textstyle debuglabel englishlike subhead merge whitemountainview subhead inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none textstyle debuglabel englishlike merge whitemountainview inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none caption textstyle debuglabel englishlike caption merge whitemountainview caption inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none button textstyle debuglabel englishlike button merge whitemountainview button inherit false color color family roboto size weight baseline alphabetic decoration textdecoration none subtitle textstyle debuglabel englishlike subtitle merge whitemountainview subtitle inherit false color color family roboto size weight letterspacing baseline alphabetic decoration textdecoration none overline textstyle debuglabel englishlike overline merge whitemountainview overline inherit false color color family roboto size weight letterspacing baseline alphabetic decoration textdecoration none inputdecorationtheme inputdecorationtheme icontheme iconthemedata color color primaryicontheme iconthemedata color color accenticontheme iconthemedata color color slidertheme sliderthemedata tabbartheme tabbartheme tooltiptheme tooltipthemedata cardtheme cardtheme chiptheme chipthemedata materialtaptargetsize materialtaptargetsize padded applyelevationoverlaycolor false pagetransitionstheme pagetransitionstheme → themedata brightness dark primarycolor color accentcolor color accentcolorbrightness light canvascolor color scaffoldbackgroundcolor color bottomappbarcolor color cardcolor color dividercolor color focuscolor color hovercolor color highlightcolor color splashcolor color unselectedwidgetcolor color disabledcolor color buttoncolor color secondaryheadercolor color textselectioncolor color textselectionhandlecolor color backgroundcolor color dialogbackgroundcolor color indicatorcolor color hintcolor color toggleableactivecolor color buttontheme buttonthemedata buttoncolor color focuscolor color hovercolor color colorscheme colorscheme primary materialcolor primary value color primaryvariant color secondary color secondaryvariant color surface color background color error color onsurface color onbackground color onerror color brightness brightness dark materialtaptargetsize materialtaptargetsize padded togglebuttonstheme togglebuttonsthemedata texttheme texttheme textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none headline textstyle debuglabel whitemountainview headline inherit true color color family roboto decoration textdecoration none title textstyle debuglabel whitemountainview title inherit true color color family roboto decoration textdecoration none subhead textstyle debuglabel whitemountainview subhead inherit true color color family roboto decoration textdecoration none textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none caption textstyle debuglabel whitemountainview caption inherit true color color family roboto decoration textdecoration none button textstyle debuglabel whitemountainview button inherit true color color family roboto decoration textdecoration none subtitle textstyle debuglabel whitemountainview subtitle inherit true color color family roboto decoration textdecoration none overline textstyle debuglabel whitemountainview overline inherit true color color family roboto decoration textdecoration none primarytexttheme texttheme textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none headline textstyle debuglabel whitemountainview headline inherit true color color family roboto decoration textdecoration none title textstyle debuglabel whitemountainview title inherit true color color family roboto decoration textdecoration none subhead textstyle debuglabel whitemountainview subhead inherit true color color family roboto decoration textdecoration none textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none textstyle debuglabel whitemountainview inherit true color color family roboto decoration textdecoration none caption textstyle debuglabel whitemountainview caption inherit true color color family roboto decoration textdecoration none button textstyle debuglabel whitemountainview button inherit true color color family roboto decoration textdecoration none subtitle textstyle debuglabel whitemountainview subtitle inherit true color color family roboto decoration textdecoration none overline textstyle debuglabel whitemountainview overline inherit true color color family roboto decoration textdecoration none accenttexttheme texttheme inputdecorationtheme inputdecorationtheme icontheme iconthemedata color color primaryicontheme iconthemedata color color accenticontheme iconthemedata color color slidertheme sliderthemedata tabbartheme tabbartheme tooltiptheme tooltipthemedata cardtheme cardtheme chiptheme chipthemedata backgroundcolor color deleteiconcolor color disabledcolor color selectedcolor color secondaryselectedcolor color labelstyle textstyle debuglabel whitemountainview copywith inherit true color color family roboto decoration textdecoration none secondarylabelstyle textstyle debuglabel whitemountainview copywith inherit true color color family roboto decoration textdecoration none brightness dark materialtaptargetsize materialtaptargetsize padded applyelevationoverlaycolor false pagetransitionstheme pagetransitionstheme colorscheme colorscheme primary materialcolor primary value color primaryvariant color secondary color secondaryvariant color surface color background color error color onsurface color onbackground color onerror color brightness brightness dark assertion failed org dartlang app packages flutter src painting text style dart t a null b null a inherit b inher is not true either the assertion indicates an error in the framework itself or we should provide substantially more information in this error message to help you determine and fix the underlying cause in either case please report this assertion by filing a bug on github the relevant error causing widget was animatedtheme org dartlang app packages mysample main dart when the exception was thrown this was the stack package dart sdk lib internal js dev runtime private ddc runtime errors dart throw package dart sdk lib internal js dev runtime private ddc runtime errors dart assertfailed package flutter src painting text style dart lerp package flutter src material text theme dart lerp package flutter src material theme data dart lerp package flutter src material theme dart lerp package flutter src animation tween dart transform package flutter src animation tween dart evaluate package flutter src material theme dart build package flutter src widgets framework dart build package flutter src widgets framework dart performrebuild package flutter src widgets framework dart rebuild package flutter src widgets framework dart buildscope package flutter src widgets binding dart drawframe package flutter src rendering binding dart package flutter src scheduler binding dart package flutter src scheduler binding dart handledrawframe package flutter src scheduler binding dart package build web compilers lib engine engine dart
0
47,951
12,132,994,752
IssuesEvent
2020-04-23 08:17:26
kwk/test-llvm-bz-import-5
https://api.github.com/repos/kwk/test-llvm-bz-import-5
closed
Can't `make install prefix=/tmp/llvm'. DESTDIR not supported either.
BZ-BUG-STATUS: RESOLVED BZ-RESOLUTION: FIXED Build scripts/Makefiles dummy import from bugzilla
This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=739.
1.0
Can't `make install prefix=/tmp/llvm'. DESTDIR not supported either. - This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=739.
non_test
can t make install prefix tmp llvm destdir not supported either this issue was imported from bugzilla
0
105,758
9,100,591,170
IssuesEvent
2019-02-20 08:58:32
intermine/intermine
https://api.github.com/repos/intermine/intermine
closed
Panther - Entry only has protein accession and the taxon id in place of the gene identifier.
data in-progress please-test
Adrian got a merging bug with biogrid and panther. no attributes except type = homologue?
1.0
Panther - Entry only has protein accession and the taxon id in place of the gene identifier. - Adrian got a merging bug with biogrid and panther. no attributes except type = homologue?
test
panther entry only has protein accession and the taxon id in place of the gene identifier adrian got a merging bug with biogrid and panther no attributes except type homologue
1
190,477
6,818,864,474
IssuesEvent
2017-11-07 08:00:55
De7vID/klingon-assistant
https://api.github.com/repos/De7vID/klingon-assistant
opened
detect if app notifications are disabled and turn off KWOTD automatically
enhancement Priority-Low
Slight improvement: make the app's KWOTD preference depend on the app's system notification permission.
1.0
detect if app notifications are disabled and turn off KWOTD automatically - Slight improvement: make the app's KWOTD preference depend on the app's system notification permission.
non_test
detect if app notifications are disabled and turn off kwotd automatically slight improvement make the app s kwotd preference depend on the app s system notification permission
0
41,638
5,379,581,820
IssuesEvent
2017-02-23 17:30:19
sphinx-doc/sphinx
https://api.github.com/repos/sphinx-doc/sphinx
reopened
``test_gettext_dont_rebuild_mo`` fails at my locale (mac os x 10.9.5)
test
Subject: gettext test fails at my locale ``` _________________________ test_gettext_dont_rebuild_mo _________________________ make_app = <function make_app.<locals>.make at 0x105cf7048> app_params = app_params(args=[], kwargs={'testroot': 'intl', 'confoverrides': {'gettext_compact': False, 'language': 'xx', 'locale_dirs': ['.']}, 'srcdir': 'test_gettext_dont_rebuild_mo'}) build_mo = <function build_mo.<locals>.builder at 0x1063f4a60> @sphinx_intl def test_gettext_dont_rebuild_mo(make_app, app_params, build_mo): # --- don't rebuild by .mo mtime def get_number_of_update_targets(app_): updated = app_.env.update(app_.config, app_.srcdir, app_.doctreedir, app_) return len(updated) # setup new directory args, kwargs = app_params kwargs['srcdir'] = 'test_gettext_dont_rebuild_mo' # phase1: build document with non-gettext builder and generate mo file in srcdir app0 = make_app('dummy', *args, **kwargs) build_mo(app0.srcdir) app0.build() assert (app0.srcdir / 'bom.mo') # Since it is after the build, the number of documents to be updated is 0 assert get_number_of_update_targets(app0) == 0 # When rewriting the timestamp of mo file, the number of documents to be # updated will be changed. (app0.srcdir / 'xx' / 'LC_MESSAGES' / 'bom.mo').utime(None) > assert get_number_of_update_targets(app0) == 1 E assert 0 == 1 E + where 0 = <function test_gettext_dont_rebuild_mo.<locals>.get_number_of_update_targets at 0x1063f4730>(<SphinxTestApp buildername='dummy'>) test_intl.py:505: AssertionError --------------------------- Captured stdout teardown --------------------------- # language: xx # locale_dirs: ['.'] # testroot: intl # builder: html # srcdir: /Users/XXX/YYY/ZZZ/sphinx/tests/build/intl # outdir: /Users/XXX/YYY/ZZZ/sphinx/tests/build/intl/_build/html # status: Running Sphinx v1.6 loading translations [xx]... not available for built-in messages loading pickled environment... not yet created # warning: ============== 1 failed, 893 passed, 16 skipped in 118.61 seconds ============== make: *** [Makefile:86: test] Error 1 ``` ### Environment info - OS: Mac 10.9.5 - Python version: 3.5.2 - Sphinx version: 1.6 (master at 71d0f50) For some time now in previous weeks I have observed this failed test at my locale but I am not good at understanding underlying reason, which is surely something simple ;-)
1.0
``test_gettext_dont_rebuild_mo`` fails at my locale (mac os x 10.9.5) - Subject: gettext test fails at my locale ``` _________________________ test_gettext_dont_rebuild_mo _________________________ make_app = <function make_app.<locals>.make at 0x105cf7048> app_params = app_params(args=[], kwargs={'testroot': 'intl', 'confoverrides': {'gettext_compact': False, 'language': 'xx', 'locale_dirs': ['.']}, 'srcdir': 'test_gettext_dont_rebuild_mo'}) build_mo = <function build_mo.<locals>.builder at 0x1063f4a60> @sphinx_intl def test_gettext_dont_rebuild_mo(make_app, app_params, build_mo): # --- don't rebuild by .mo mtime def get_number_of_update_targets(app_): updated = app_.env.update(app_.config, app_.srcdir, app_.doctreedir, app_) return len(updated) # setup new directory args, kwargs = app_params kwargs['srcdir'] = 'test_gettext_dont_rebuild_mo' # phase1: build document with non-gettext builder and generate mo file in srcdir app0 = make_app('dummy', *args, **kwargs) build_mo(app0.srcdir) app0.build() assert (app0.srcdir / 'bom.mo') # Since it is after the build, the number of documents to be updated is 0 assert get_number_of_update_targets(app0) == 0 # When rewriting the timestamp of mo file, the number of documents to be # updated will be changed. (app0.srcdir / 'xx' / 'LC_MESSAGES' / 'bom.mo').utime(None) > assert get_number_of_update_targets(app0) == 1 E assert 0 == 1 E + where 0 = <function test_gettext_dont_rebuild_mo.<locals>.get_number_of_update_targets at 0x1063f4730>(<SphinxTestApp buildername='dummy'>) test_intl.py:505: AssertionError --------------------------- Captured stdout teardown --------------------------- # language: xx # locale_dirs: ['.'] # testroot: intl # builder: html # srcdir: /Users/XXX/YYY/ZZZ/sphinx/tests/build/intl # outdir: /Users/XXX/YYY/ZZZ/sphinx/tests/build/intl/_build/html # status: Running Sphinx v1.6 loading translations [xx]... not available for built-in messages loading pickled environment... not yet created # warning: ============== 1 failed, 893 passed, 16 skipped in 118.61 seconds ============== make: *** [Makefile:86: test] Error 1 ``` ### Environment info - OS: Mac 10.9.5 - Python version: 3.5.2 - Sphinx version: 1.6 (master at 71d0f50) For some time now in previous weeks I have observed this failed test at my locale but I am not good at understanding underlying reason, which is surely something simple ;-)
test
test gettext dont rebuild mo fails at my locale mac os x subject gettext test fails at my locale test gettext dont rebuild mo make app make at app params app params args kwargs testroot intl confoverrides gettext compact false language xx locale dirs srcdir test gettext dont rebuild mo build mo builder at sphinx intl def test gettext dont rebuild mo make app app params build mo don t rebuild by mo mtime def get number of update targets app updated app env update app config app srcdir app doctreedir app return len updated setup new directory args kwargs app params kwargs test gettext dont rebuild mo build document with non gettext builder and generate mo file in srcdir make app dummy args kwargs build mo srcdir build assert srcdir bom mo since it is after the build the number of documents to be updated is assert get number of update targets when rewriting the timestamp of mo file the number of documents to be updated will be changed srcdir xx lc messages bom mo utime none assert get number of update targets e assert e where get number of update targets at test intl py assertionerror captured stdout teardown language xx locale dirs testroot intl builder html srcdir users xxx yyy zzz sphinx tests build intl outdir users xxx yyy zzz sphinx tests build intl build html status running sphinx loading translations not available for built in messages loading pickled environment not yet created warning failed passed skipped in seconds make error environment info os mac python version sphinx version master at for some time now in previous weeks i have observed this failed test at my locale but i am not good at understanding underlying reason which is surely something simple
1
263,182
28,026,458,644
IssuesEvent
2023-03-28 09:26:54
Dima2021/cargo-audit
https://api.github.com/repos/Dima2021/cargo-audit
closed
CVE-2021-32714 (High) detected in hyper-0.13.10.crate - autoclosed
Mend: dependency security vulnerability
## CVE-2021-32714 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hyper-0.13.10.crate</b></p></summary> <p>A fast and correct HTTP library.</p> <p>Library home page: <a href="https://crates.io/api/v1/crates/hyper/0.13.10/download">https://crates.io/api/v1/crates/hyper/0.13.10/download</a></p> <p> Dependency Hierarchy: - rustsec-0.23.3.crate (Root Library) - cargo-edit-0.7.0.crate - reqwest-0.10.10.crate - :x: **hyper-0.13.10.crate** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Dima2021/cargo-audit/commit/63e552029fc82c3158094a69b340ae2581a4905c">63e552029fc82c3158094a69b340ae2581a4905c</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> hyper is an HTTP library for Rust. In versions prior to 0.14.10, hyper's HTTP server and client code had a flaw that could trigger an integer overflow when decoding chunk sizes that are too big. This allows possible data loss, or if combined with an upstream HTTP proxy that allows chunk sizes larger than hyper does, can result in "request smuggling" or "desync attacks." The vulnerability is patched in version 0.14.10. Two possible workarounds exist. One may reject requests manually that contain a `Transfer-Encoding` header or ensure any upstream proxy rejects `Transfer-Encoding` chunk sizes greater than what fits in 64-bit unsigned integers. <p>Publish Date: 2021-07-07 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-32714>CVE-2021-32714</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32714">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32714</a></p> <p>Release Date: 2021-07-07</p> <p>Fix Resolution: hyper - 0.14.10</p> </p> </details> <p></p>
True
CVE-2021-32714 (High) detected in hyper-0.13.10.crate - autoclosed - ## CVE-2021-32714 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hyper-0.13.10.crate</b></p></summary> <p>A fast and correct HTTP library.</p> <p>Library home page: <a href="https://crates.io/api/v1/crates/hyper/0.13.10/download">https://crates.io/api/v1/crates/hyper/0.13.10/download</a></p> <p> Dependency Hierarchy: - rustsec-0.23.3.crate (Root Library) - cargo-edit-0.7.0.crate - reqwest-0.10.10.crate - :x: **hyper-0.13.10.crate** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Dima2021/cargo-audit/commit/63e552029fc82c3158094a69b340ae2581a4905c">63e552029fc82c3158094a69b340ae2581a4905c</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> hyper is an HTTP library for Rust. In versions prior to 0.14.10, hyper's HTTP server and client code had a flaw that could trigger an integer overflow when decoding chunk sizes that are too big. This allows possible data loss, or if combined with an upstream HTTP proxy that allows chunk sizes larger than hyper does, can result in "request smuggling" or "desync attacks." The vulnerability is patched in version 0.14.10. Two possible workarounds exist. One may reject requests manually that contain a `Transfer-Encoding` header or ensure any upstream proxy rejects `Transfer-Encoding` chunk sizes greater than what fits in 64-bit unsigned integers. <p>Publish Date: 2021-07-07 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-32714>CVE-2021-32714</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32714">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32714</a></p> <p>Release Date: 2021-07-07</p> <p>Fix Resolution: hyper - 0.14.10</p> </p> </details> <p></p>
non_test
cve high detected in hyper crate autoclosed cve high severity vulnerability vulnerable library hyper crate a fast and correct http library library home page a href dependency hierarchy rustsec crate root library cargo edit crate reqwest crate x hyper crate vulnerable library found in head commit a href found in base branch main vulnerability details hyper is an http library for rust in versions prior to hyper s http server and client code had a flaw that could trigger an integer overflow when decoding chunk sizes that are too big this allows possible data loss or if combined with an upstream http proxy that allows chunk sizes larger than hyper does can result in request smuggling or desync attacks the vulnerability is patched in version two possible workarounds exist one may reject requests manually that contain a transfer encoding header or ensure any upstream proxy rejects transfer encoding chunk sizes greater than what fits in bit unsigned integers publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution hyper
0
249,242
26,893,974,814
IssuesEvent
2023-02-06 10:59:46
frictionlessdata/application
https://api.github.com/repos/frictionlessdata/application
closed
Ensure server operations are always path-wise safe
security xServer
# Overview All the endpoints should ensure that paths are inside the `project.public` dir
True
Ensure server operations are always path-wise safe - # Overview All the endpoints should ensure that paths are inside the `project.public` dir
non_test
ensure server operations are always path wise safe overview all the endpoints should ensure that paths are inside the project public dir
0
227,014
7,526,074,211
IssuesEvent
2018-04-13 12:55:51
Automattic/liveblog
https://api.github.com/repos/Automattic/liveblog
closed
Simplify authors (multiple authors, no contributors)
Priority::High enhancement
We want updates to have: * multiple authors * only one UI field (no distinction between authors and contributors)
1.0
Simplify authors (multiple authors, no contributors) - We want updates to have: * multiple authors * only one UI field (no distinction between authors and contributors)
non_test
simplify authors multiple authors no contributors we want updates to have multiple authors only one ui field no distinction between authors and contributors
0
61,514
6,741,999,010
IssuesEvent
2017-10-20 04:56:49
geoffhumphrey/brewcompetitiononlineentry
https://api.github.com/repos/geoffhumphrey/brewcompetitiononlineentry
closed
tinymce is not defined
bug confirmed in latest master commit v2.1.10
I recently upgraded to 2.1.10 and in bcoem_custom.min.js I am getting the error uncaught referenceerror: tinymce is not defined. I am running on a windows installation backed with a MySQL 5.7.18 database. I am using PHP 5.6.31.
1.0
tinymce is not defined - I recently upgraded to 2.1.10 and in bcoem_custom.min.js I am getting the error uncaught referenceerror: tinymce is not defined. I am running on a windows installation backed with a MySQL 5.7.18 database. I am using PHP 5.6.31.
test
tinymce is not defined i recently upgraded to and in bcoem custom min js i am getting the error uncaught referenceerror tinymce is not defined i am running on a windows installation backed with a mysql database i am using php
1
48,241
5,950,261,501
IssuesEvent
2017-05-26 16:14:42
MyersResearchGroup/iBioSim
https://api.github.com/repos/MyersResearchGroup/iBioSim
closed
CHANGE: convert SBOL 1.1 to 2.0
CHANGE Needs Testing
On import of SBOL 1.1 file, it should be converted to 2.0. When opening a project with SBOL 1.1 files, they should be converted to 2.0.
1.0
CHANGE: convert SBOL 1.1 to 2.0 - On import of SBOL 1.1 file, it should be converted to 2.0. When opening a project with SBOL 1.1 files, they should be converted to 2.0.
test
change convert sbol to on import of sbol file it should be converted to when opening a project with sbol files they should be converted to
1
126,640
10,429,817,185
IssuesEvent
2019-09-17 04:24:03
Lenophie/MoniCAG
https://api.github.com/repos/Lenophie/MoniCAG
opened
Add browser test for super admin managing admins
minor testing
Most cases are already covered request-wise but it would be nice to have a browser test testing a super admin using the Edit Users page to manage admin roles and/or delete some admins.
1.0
Add browser test for super admin managing admins - Most cases are already covered request-wise but it would be nice to have a browser test testing a super admin using the Edit Users page to manage admin roles and/or delete some admins.
test
add browser test for super admin managing admins most cases are already covered request wise but it would be nice to have a browser test testing a super admin using the edit users page to manage admin roles and or delete some admins
1
183,530
14,235,808,443
IssuesEvent
2020-11-18 15:15:37
Dart-Code/Dart-Code
https://api.github.com/repos/Dart-Code/Dart-Code
closed
Stack frames are not linkified in Dart SDK tests
in cli in debugger in testing is bug
Running `test/src/services/correction/fix/bulk/remove_not_null_assertion_test.dart`, the stack trace is not linked at all: <img width="905" alt="Screenshot 2020-10-28 at 12 19 57" src="https://user-images.githubusercontent.com/1078012/97435180-fdec5c00-1917-11eb-9b32-7aa61ee67df1.png">
1.0
Stack frames are not linkified in Dart SDK tests - Running `test/src/services/correction/fix/bulk/remove_not_null_assertion_test.dart`, the stack trace is not linked at all: <img width="905" alt="Screenshot 2020-10-28 at 12 19 57" src="https://user-images.githubusercontent.com/1078012/97435180-fdec5c00-1917-11eb-9b32-7aa61ee67df1.png">
test
stack frames are not linkified in dart sdk tests running test src services correction fix bulk remove not null assertion test dart the stack trace is not linked at all img width alt screenshot at src
1
25,477
4,158,871,172
IssuesEvent
2016-06-17 06:11:51
NagiosEnterprises/ncpa
https://api.github.com/repos/NagiosEnterprises/ncpa
closed
Add upgrade option to installer
Feature Request Needs Testing
We should add an upgrade option when someone uses a newer version installer... this doesn't necessarily have to be shown to the user but we should run something to stop the active/passive listeners so that the install can overwrite their current version and then start the new version for them... would be nice if it could somehow know though so you wouldn't have to re-enter the config variables.
1.0
Add upgrade option to installer - We should add an upgrade option when someone uses a newer version installer... this doesn't necessarily have to be shown to the user but we should run something to stop the active/passive listeners so that the install can overwrite their current version and then start the new version for them... would be nice if it could somehow know though so you wouldn't have to re-enter the config variables.
test
add upgrade option to installer we should add an upgrade option when someone uses a newer version installer this doesn t necessarily have to be shown to the user but we should run something to stop the active passive listeners so that the install can overwrite their current version and then start the new version for them would be nice if it could somehow know though so you wouldn t have to re enter the config variables
1
91
3,373,988,748
IssuesEvent
2015-11-24 10:43:17
Automattic/wp-calypso
https://api.github.com/repos/Automattic/wp-calypso
closed
People: Ensure sign in link shows on logged out flow
People Management [Type] Task
At `/start/account/user`, there is a link at the bottom of the form that says "Already have a WordPress.com account? Log in now." We'll need something similar for the logged out invite accept flow. Clicking that link should probably take the user to WordPress.com to login. After the user logs in, we can redirect them back to the logged in flow.
1.0
People: Ensure sign in link shows on logged out flow - At `/start/account/user`, there is a link at the bottom of the form that says "Already have a WordPress.com account? Log in now." We'll need something similar for the logged out invite accept flow. Clicking that link should probably take the user to WordPress.com to login. After the user logs in, we can redirect them back to the logged in flow.
non_test
people ensure sign in link shows on logged out flow at start account user there is a link at the bottom of the form that says already have a wordpress com account log in now we ll need something similar for the logged out invite accept flow clicking that link should probably take the user to wordpress com to login after the user logs in we can redirect them back to the logged in flow
0
273,053
23,724,006,313
IssuesEvent
2022-08-30 17:48:13
red/red
https://api.github.com/repos/red/red
closed
String CORRUPTiON involving MAKE, PARSE and Unicode source file
status.built status.tested status.resolved test.written
**Describe the bug** Run this as a standalone script (`red myfile.red` or whatever): ``` Red [] ; without this line there's no string corruption (any unicode char does the trick): ; ☺ ; at least one argument in spec must be 2 or more chars long spec: [yz [float!] x] probe collect [ =arg=: [ set name word! opt [set types block!] (keep probe reduce [name probe make typeset! types]) ] parse spec [any [=arg=]] ] ``` It prints to console: ``` make typeset! [float!] [yz make typeset! [float!崠] make typeset! [float!] [x make typeset! [float!]] [yz make typeset! [float!崠 x make typeset! [float!崠] ``` Note the hieroglyphics ;) **Expected behavior** Expected `]` (5Dh) in place of char `崠` (5D20h) **Platform version (please complete the following information)** ``` Red 0.6.4 for Windows built 20-Dec-2019/19:03:46+03:00 commit #544a6e1 ```
2.0
String CORRUPTiON involving MAKE, PARSE and Unicode source file - **Describe the bug** Run this as a standalone script (`red myfile.red` or whatever): ``` Red [] ; without this line there's no string corruption (any unicode char does the trick): ; ☺ ; at least one argument in spec must be 2 or more chars long spec: [yz [float!] x] probe collect [ =arg=: [ set name word! opt [set types block!] (keep probe reduce [name probe make typeset! types]) ] parse spec [any [=arg=]] ] ``` It prints to console: ``` make typeset! [float!] [yz make typeset! [float!崠] make typeset! [float!] [x make typeset! [float!]] [yz make typeset! [float!崠 x make typeset! [float!崠] ``` Note the hieroglyphics ;) **Expected behavior** Expected `]` (5Dh) in place of char `崠` (5D20h) **Platform version (please complete the following information)** ``` Red 0.6.4 for Windows built 20-Dec-2019/19:03:46+03:00 commit #544a6e1 ```
test
string corruption involving make parse and unicode source file describe the bug run this as a standalone script red myfile red or whatever red without this line there s no string corruption any unicode char does the trick ☺ at least one argument in spec must be or more chars long spec x probe collect arg set name word opt keep probe reduce parse spec it prints to console make typeset make typeset note the hieroglyphics expected behavior expected in place of char 崠 platform version please complete the following information red for windows built dec commit
1
790,497
27,827,757,123
IssuesEvent
2023-03-19 23:25:35
openmsupply/open-msupply
https://api.github.com/repos/openmsupply/open-msupply
opened
data in the requisition modal are not making sense
bug Priority: High
## What went wrong? 😲 On the requisition line, I can see that I suggested quantity = 28 ![Screen Shot 2023-03-20 at 12 20 01 PM](https://user-images.githubusercontent.com/74992958/226216221-0eef534e-ee6e-4a97-94f5-62768dbe29fd.png) However when opening the modal, suggested qty = 0 and the charts is not making sense: ![Screen Shot 2023-03-20 at 12 20 51 PM](https://user-images.githubusercontent.com/74992958/226216257-d683dd0b-2933-4525-b33a-fa443de50b35.png) ## Expected behaviour 🤔 I should see the correct data in the in modal and charts should behave correctly. ## How to Reproduce 🔨 Steps to reproduce the behaviour: Store: ESPC Requisition #2 (I'm leaving it there) to District Sanitaire ## Your environment 🌱 - Version 1.1.4 - [Platform](https://demo-open.msupply.org/dashboard)
1.0
data in the requisition modal are not making sense - ## What went wrong? 😲 On the requisition line, I can see that I suggested quantity = 28 ![Screen Shot 2023-03-20 at 12 20 01 PM](https://user-images.githubusercontent.com/74992958/226216221-0eef534e-ee6e-4a97-94f5-62768dbe29fd.png) However when opening the modal, suggested qty = 0 and the charts is not making sense: ![Screen Shot 2023-03-20 at 12 20 51 PM](https://user-images.githubusercontent.com/74992958/226216257-d683dd0b-2933-4525-b33a-fa443de50b35.png) ## Expected behaviour 🤔 I should see the correct data in the in modal and charts should behave correctly. ## How to Reproduce 🔨 Steps to reproduce the behaviour: Store: ESPC Requisition #2 (I'm leaving it there) to District Sanitaire ## Your environment 🌱 - Version 1.1.4 - [Platform](https://demo-open.msupply.org/dashboard)
non_test
data in the requisition modal are not making sense what went wrong 😲 on the requisition line i can see that i suggested quantity however when opening the modal suggested qty and the charts is not making sense expected behaviour 🤔 i should see the correct data in the in modal and charts should behave correctly how to reproduce 🔨 steps to reproduce the behaviour store espc requisition i m leaving it there to district sanitaire your environment 🌱 version
0
99,190
8,693,007,832
IssuesEvent
2018-12-04 08:34:51
Microsoft/azure-pipelines-tasks
https://api.github.com/repos/Microsoft/azure-pipelines-tasks
closed
VSTest@2 task seem only able to run TP v1; need to run multi-targeted test project
Area: Test
## Environment - Server - Azure Pipelines - If using Azure Pipelines, provide the account name, team project name, build definition name/build number: https://dev.azure.com/true-myth/TrueMyth - Agent - Hosted - If using Hosted agent, provide agent queue name: Unsure; I'm using separate Windows (VS2017) and Linux (ubuntu-16.04) jobs ## Issue Description The problem I'm having is that I have a project targeting both `net461` and `netstandard2.0`, and I need VSTest to execute my test suite for both. My understanding is that TP v2 is required for this, but I am somehow unable to cause the `VSTest@2` task to use TP v2; it seems to only use the v1 executable and ignores the `vstestLocation` property in the YAML. https://dev.azure.com/true-myth/TrueMyth/_build/results?buildId=20&view=results My YAML file can be seen here: https://github.com/true-myth/true-myth-csharp/blob/next/azure-pipelines.yml How can I ensure that I'm using TPv2, and then also, how can I make the VSTest task run the test suite for all targeted frameworks?
1.0
VSTest@2 task seem only able to run TP v1; need to run multi-targeted test project - ## Environment - Server - Azure Pipelines - If using Azure Pipelines, provide the account name, team project name, build definition name/build number: https://dev.azure.com/true-myth/TrueMyth - Agent - Hosted - If using Hosted agent, provide agent queue name: Unsure; I'm using separate Windows (VS2017) and Linux (ubuntu-16.04) jobs ## Issue Description The problem I'm having is that I have a project targeting both `net461` and `netstandard2.0`, and I need VSTest to execute my test suite for both. My understanding is that TP v2 is required for this, but I am somehow unable to cause the `VSTest@2` task to use TP v2; it seems to only use the v1 executable and ignores the `vstestLocation` property in the YAML. https://dev.azure.com/true-myth/TrueMyth/_build/results?buildId=20&view=results My YAML file can be seen here: https://github.com/true-myth/true-myth-csharp/blob/next/azure-pipelines.yml How can I ensure that I'm using TPv2, and then also, how can I make the VSTest task run the test suite for all targeted frameworks?
test
vstest task seem only able to run tp need to run multi targeted test project environment server azure pipelines if using azure pipelines provide the account name team project name build definition name build number agent hosted if using hosted agent provide agent queue name unsure i m using separate windows and linux ubuntu jobs issue description the problem i m having is that i have a project targeting both and and i need vstest to execute my test suite for both my understanding is that tp is required for this but i am somehow unable to cause the vstest task to use tp it seems to only use the executable and ignores the vstestlocation property in the yaml my yaml file can be seen here how can i ensure that i m using and then also how can i make the vstest task run the test suite for all targeted frameworks
1
67,729
7,058,928,964
IssuesEvent
2018-01-04 22:30:48
NMBGMR/wellpy
https://api.github.com/repos/NMBGMR/wellpy
closed
Drag-select manual measurements for faster omit
testing required
Just want to be able to select and remove multiple measurements quicker. Some records have dozens of manual measurements that take place before the data logger is installed. Really painful clicking on each and every one.
1.0
Drag-select manual measurements for faster omit - Just want to be able to select and remove multiple measurements quicker. Some records have dozens of manual measurements that take place before the data logger is installed. Really painful clicking on each and every one.
test
drag select manual measurements for faster omit just want to be able to select and remove multiple measurements quicker some records have dozens of manual measurements that take place before the data logger is installed really painful clicking on each and every one
1
483,608
13,927,069,888
IssuesEvent
2020-10-21 19:15:10
magento/pwa-studio
https://api.github.com/repos/magento/pwa-studio
opened
[feature]: Update manifest with new Venia theme/background color
Event: mageconf Priority: P3 Severity: S3 enhancement help wanted
<!-- Thank you for taking the time to report this issue! GitHub Issues should only be created for problems/topics related to this project's codebase. Before submitting this issue, please make sure you are complying with our Code of Conduct: https://github.com/magento/pwa-studio/blob/develop/.github/CODE_OF_CONDUCT.md Issues that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion. Feel free to remove this section before creating this issue. --> **Is your feature request related to a problem? Please describe.** Manifest needs to be updated to reflect the new Venia brand/design refresh. This is currently orange and not blue. **Describe the solution you'd like** Replacement of theme_color and review of others in manifest so that it appears correctly in app. Color should be HEX #1F39FF / RGB: 31 57 255. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. ![2020-10-21_14-14-16](https://user-images.githubusercontent.com/2686596/96771789-cc1f4680-13a7-11eb-83f6-c0cfb665a402.png) **Please let us know what packages this feature is in regards to:** - [X] `venia-concept` - [X] `venia-ui` - [ ] `pwa-buildpack` - [ ] `peregrine` - [ ] `pwa-devdocs` - [ ] `upward-js` - [ ] `upward-spec` - [ ] `create-pwa`
1.0
[feature]: Update manifest with new Venia theme/background color - <!-- Thank you for taking the time to report this issue! GitHub Issues should only be created for problems/topics related to this project's codebase. Before submitting this issue, please make sure you are complying with our Code of Conduct: https://github.com/magento/pwa-studio/blob/develop/.github/CODE_OF_CONDUCT.md Issues that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion. Feel free to remove this section before creating this issue. --> **Is your feature request related to a problem? Please describe.** Manifest needs to be updated to reflect the new Venia brand/design refresh. This is currently orange and not blue. **Describe the solution you'd like** Replacement of theme_color and review of others in manifest so that it appears correctly in app. Color should be HEX #1F39FF / RGB: 31 57 255. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. ![2020-10-21_14-14-16](https://user-images.githubusercontent.com/2686596/96771789-cc1f4680-13a7-11eb-83f6-c0cfb665a402.png) **Please let us know what packages this feature is in regards to:** - [X] `venia-concept` - [X] `venia-ui` - [ ] `pwa-buildpack` - [ ] `peregrine` - [ ] `pwa-devdocs` - [ ] `upward-js` - [ ] `upward-spec` - [ ] `create-pwa`
non_test
update manifest with new venia theme background color thank you for taking the time to report this issue github issues should only be created for problems topics related to this project s codebase before submitting this issue please make sure you are complying with our code of conduct issues that do not comply with our code of conduct or do not contain enough information may be closed at the maintainers discretion feel free to remove this section before creating this issue is your feature request related to a problem please describe manifest needs to be updated to reflect the new venia brand design refresh this is currently orange and not blue describe the solution you d like replacement of theme color and review of others in manifest so that it appears correctly in app color should be hex rgb describe alternatives you ve considered a clear and concise description of any alternative solutions or features you ve considered additional context add any other context or screenshots about the feature request here please let us know what packages this feature is in regards to venia concept venia ui pwa buildpack peregrine pwa devdocs upward js upward spec create pwa
0
143,845
22,164,809,760
IssuesEvent
2022-06-05 03:20:44
hsmusic/hsmusic-wiki
https://api.github.com/repos/hsmusic/hsmusic-wiki
closed
Design & implement albums/releases which lack cover art
type: needs design scope: page generation - content
See https://notabug.org/hsmusic/hsmusic-data/issues/20 - from @Niklink: > Sometimes, music releases just don't have cover art of any kind! Right now if you include an album with no art you end up with a huge monochrome square that leads you to an error when you click on it. The wiki should be able to handle this better at some point. Although it may be necessary to have a default 'NO ART AVAILABLE' fallback or something for galleries. (29 Jan 2022)
1.0
Design & implement albums/releases which lack cover art - See https://notabug.org/hsmusic/hsmusic-data/issues/20 - from @Niklink: > Sometimes, music releases just don't have cover art of any kind! Right now if you include an album with no art you end up with a huge monochrome square that leads you to an error when you click on it. The wiki should be able to handle this better at some point. Although it may be necessary to have a default 'NO ART AVAILABLE' fallback or something for galleries. (29 Jan 2022)
non_test
design implement albums releases which lack cover art see from niklink sometimes music releases just don t have cover art of any kind right now if you include an album with no art you end up with a huge monochrome square that leads you to an error when you click on it the wiki should be able to handle this better at some point although it may be necessary to have a default no art available fallback or something for galleries jan
0
74,271
15,325,450,351
IssuesEvent
2021-02-26 01:20:26
idonthaveafifaaddiction/MapLoom
https://api.github.com/repos/idonthaveafifaaddiction/MapLoom
closed
CVE-2017-15010 (High) detected in tough-cookie-2.2.2.tgz - autoclosed
security vulnerability
## CVE-2017-15010 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tough-cookie-2.2.2.tgz</b></p></summary> <p>RFC6265 Cookies and Cookie Jar for node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz">https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz</a></p> <p>Path to dependency file: MapLoom/vendor/bootstrap/package.json</p> <p>Path to vulnerable library: MapLoom/vendor/bootstrap/node_modules/tough-cookie/package.json,MapLoom/vendor/bootstrap-sortable/node_modules/tough-cookie/package.json,MapLoom/vendor/angular-ui-router/node_modules/tough-cookie/package.json</p> <p> Dependency Hierarchy: - karma-phantomjs-launcher-0.1.4.tgz (Root Library) - phantomjs-1.9.20.tgz - request-2.67.0.tgz - :x: **tough-cookie-2.2.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/idonthaveafifaaddiction/MapLoom/commit/58d4532ed41534d625ef81d1ac77b1b561e8870b">58d4532ed41534d625ef81d1ac77b1b561e8870b</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A ReDoS (regular expression denial of service) flaw was found in the tough-cookie module before 2.3.3 for Node.js. An attacker that is able to make an HTTP request using a specially crafted cookie may cause the application to consume an excessive amount of CPU. <p>Publish Date: 2017-10-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-15010>CVE-2017-15010</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-15010">https://nvd.nist.gov/vuln/detail/CVE-2017-15010</a></p> <p>Release Date: 2017-10-04</p> <p>Fix Resolution: 2.3.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"tough-cookie","packageVersion":"2.2.2","packageFilePaths":["/vendor/bootstrap/package.json","/vendor/bootstrap-sortable/package.json","/vendor/angular-ui-router/package.json"],"isTransitiveDependency":true,"dependencyTree":"karma-phantomjs-launcher:0.1.4;phantomjs:1.9.20;request:2.67.0;tough-cookie:2.2.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.3.3"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2017-15010","vulnerabilityDetails":"A ReDoS (regular expression denial of service) flaw was found in the tough-cookie module before 2.3.3 for Node.js. An attacker that is able to make an HTTP request using a specially crafted cookie may cause the application to consume an excessive amount of CPU.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-15010","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2017-15010 (High) detected in tough-cookie-2.2.2.tgz - autoclosed - ## CVE-2017-15010 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tough-cookie-2.2.2.tgz</b></p></summary> <p>RFC6265 Cookies and Cookie Jar for node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz">https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz</a></p> <p>Path to dependency file: MapLoom/vendor/bootstrap/package.json</p> <p>Path to vulnerable library: MapLoom/vendor/bootstrap/node_modules/tough-cookie/package.json,MapLoom/vendor/bootstrap-sortable/node_modules/tough-cookie/package.json,MapLoom/vendor/angular-ui-router/node_modules/tough-cookie/package.json</p> <p> Dependency Hierarchy: - karma-phantomjs-launcher-0.1.4.tgz (Root Library) - phantomjs-1.9.20.tgz - request-2.67.0.tgz - :x: **tough-cookie-2.2.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/idonthaveafifaaddiction/MapLoom/commit/58d4532ed41534d625ef81d1ac77b1b561e8870b">58d4532ed41534d625ef81d1ac77b1b561e8870b</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A ReDoS (regular expression denial of service) flaw was found in the tough-cookie module before 2.3.3 for Node.js. An attacker that is able to make an HTTP request using a specially crafted cookie may cause the application to consume an excessive amount of CPU. <p>Publish Date: 2017-10-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-15010>CVE-2017-15010</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-15010">https://nvd.nist.gov/vuln/detail/CVE-2017-15010</a></p> <p>Release Date: 2017-10-04</p> <p>Fix Resolution: 2.3.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"tough-cookie","packageVersion":"2.2.2","packageFilePaths":["/vendor/bootstrap/package.json","/vendor/bootstrap-sortable/package.json","/vendor/angular-ui-router/package.json"],"isTransitiveDependency":true,"dependencyTree":"karma-phantomjs-launcher:0.1.4;phantomjs:1.9.20;request:2.67.0;tough-cookie:2.2.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.3.3"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2017-15010","vulnerabilityDetails":"A ReDoS (regular expression denial of service) flaw was found in the tough-cookie module before 2.3.3 for Node.js. An attacker that is able to make an HTTP request using a specially crafted cookie may cause the application to consume an excessive amount of CPU.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-15010","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_test
cve high detected in tough cookie tgz autoclosed cve high severity vulnerability vulnerable library tough cookie tgz cookies and cookie jar for node js library home page a href path to dependency file maploom vendor bootstrap package json path to vulnerable library maploom vendor bootstrap node modules tough cookie package json maploom vendor bootstrap sortable node modules tough cookie package json maploom vendor angular ui router node modules tough cookie package json dependency hierarchy karma phantomjs launcher tgz root library phantomjs tgz request tgz x tough cookie tgz vulnerable library found in head commit a href found in base branch master vulnerability details a redos regular expression denial of service flaw was found in the tough cookie module before for node js an attacker that is able to make an http request using a specially crafted cookie may cause the application to consume an excessive amount of cpu publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree karma phantomjs launcher phantomjs request tough cookie isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails a redos regular expression denial of service flaw was found in the tough cookie module before for node js an attacker that is able to make an http request using a specially crafted cookie may cause the application to consume an excessive amount of cpu vulnerabilityurl
0
164,135
12,780,398,612
IssuesEvent
2020-07-01 00:36:43
info-telecom-strasbourg/site-web
https://api.github.com/repos/info-telecom-strasbourg/site-web
closed
créeation de la migration pour les projets
a faire en premier a tester bdd-migration
voir schéma de la bdd - [x] table **projets** - [x] table **projets_participants** - [x] ajout d'un champs pour mentionner qu'il s'agit d'un projet RTS ou PSI (bdd 🤔)
1.0
créeation de la migration pour les projets - voir schéma de la bdd - [x] table **projets** - [x] table **projets_participants** - [x] ajout d'un champs pour mentionner qu'il s'agit d'un projet RTS ou PSI (bdd 🤔)
test
créeation de la migration pour les projets voir schéma de la bdd table projets table projets participants ajout d un champs pour mentionner qu il s agit d un projet rts ou psi bdd 🤔
1
186,562
6,737,098,004
IssuesEvent
2017-10-19 08:07:09
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Rethink the Minimap
enhancement Priority: Medium user story
Right now the position and the Grip of the Minimap are kind of not in line with the L&F of the other widgets. It might be a good idea to revisit it in terms of L&F and position.
1.0
Rethink the Minimap - Right now the position and the Grip of the Minimap are kind of not in line with the L&F of the other widgets. It might be a good idea to revisit it in terms of L&F and position.
non_test
rethink the minimap right now the position and the grip of the minimap are kind of not in line with the l f of the other widgets it might be a good idea to revisit it in terms of l f and position
0
202,668
15,294,752,944
IssuesEvent
2021-02-24 03:11:25
codeforboston/windfall-elimination
https://api.github.com/repos/codeforboston/windfall-elimination
closed
Snap/scroll downward on page after you've answered a question
user-testing-question
The first time (only), when someone answers a question on one of the pages with multiple parts, the original Figma design called for the page to scroll/jump down to the next section of that form.
1.0
Snap/scroll downward on page after you've answered a question - The first time (only), when someone answers a question on one of the pages with multiple parts, the original Figma design called for the page to scroll/jump down to the next section of that form.
test
snap scroll downward on page after you ve answered a question the first time only when someone answers a question on one of the pages with multiple parts the original figma design called for the page to scroll jump down to the next section of that form
1
401,471
11,790,663,738
IssuesEvent
2020-03-17 19:25:18
cityofaustin/census2020
https://api.github.com/repos/cityofaustin/census2020
opened
Volunteer Form link translations
Priority: ★★★
Next step is to - [ ] get translations - [ ] make text editable in CMS
1.0
Volunteer Form link translations - Next step is to - [ ] get translations - [ ] make text editable in CMS
non_test
volunteer form link translations next step is to get translations make text editable in cms
0
12,261
19,539,285,040
IssuesEvent
2021-12-31 16:01:35
NASA-PDS/PLAID
https://api.github.com/repos/NASA-PDS/PLAID
closed
Revise Docker and deployment docs for open source access
requirement B12.1 p.must-have sprint-backlog
<!-- For more information on how to populate this new feature request, see the PDS Wiki on User Story Development: https://github.com/NASA-PDS/nasa-pds.github.io/wiki/Issue-Tracking#user-story-development --> ## 📖 Additional Details <!-- Please prove any additional details or information that could help provide some context for the user story. --> * See PR here for initial version of docs: https://github.com/NASA-PDS/PLAID/pull/29 * Per [this comment](https://github.com/NASA-PDS/PLAID/pull/29#issuecomment-932635296), we need to update the Docker deployment and procedures to use publicly available images ## ⚖️ Acceptance Criteria **Given** a desire to deploy PLAID **When I perform** the procedure described here (link TBD) to deploy using docker containers for dev purposes **Then I expect** to be able to spin up PLAID and run in a dev environment **Given** a desire to deploy PLAID **When I perform** the procedure described here (link TBD) to deploy using docker containers for ops purposes (includes instructions for necessary HTTP proxying, file system mounting, etc) **Then I expect** to be able to spin up PLAID and run in a dev environment
1.0
Revise Docker and deployment docs for open source access - <!-- For more information on how to populate this new feature request, see the PDS Wiki on User Story Development: https://github.com/NASA-PDS/nasa-pds.github.io/wiki/Issue-Tracking#user-story-development --> ## 📖 Additional Details <!-- Please prove any additional details or information that could help provide some context for the user story. --> * See PR here for initial version of docs: https://github.com/NASA-PDS/PLAID/pull/29 * Per [this comment](https://github.com/NASA-PDS/PLAID/pull/29#issuecomment-932635296), we need to update the Docker deployment and procedures to use publicly available images ## ⚖️ Acceptance Criteria **Given** a desire to deploy PLAID **When I perform** the procedure described here (link TBD) to deploy using docker containers for dev purposes **Then I expect** to be able to spin up PLAID and run in a dev environment **Given** a desire to deploy PLAID **When I perform** the procedure described here (link TBD) to deploy using docker containers for ops purposes (includes instructions for necessary HTTP proxying, file system mounting, etc) **Then I expect** to be able to spin up PLAID and run in a dev environment
non_test
revise docker and deployment docs for open source access for more information on how to populate this new feature request see the pds wiki on user story development 📖 additional details see pr here for initial version of docs per we need to update the docker deployment and procedures to use publicly available images ⚖️ acceptance criteria given a desire to deploy plaid when i perform the procedure described here link tbd to deploy using docker containers for dev purposes then i expect to be able to spin up plaid and run in a dev environment given a desire to deploy plaid when i perform the procedure described here link tbd to deploy using docker containers for ops purposes includes instructions for necessary http proxying file system mounting etc then i expect to be able to spin up plaid and run in a dev environment
0
111,619
9,536,766,476
IssuesEvent
2019-04-30 10:36:54
pvrqualitasag/quagzws-sidef
https://api.github.com/repos/pvrqualitasag/quagzws-sidef
opened
Pedigreeaufbereitung für Interbull
test
Was: Pedigreeaufbereitung für Interbull Gewichtung: 2 Wer: mfi
1.0
Pedigreeaufbereitung für Interbull - Was: Pedigreeaufbereitung für Interbull Gewichtung: 2 Wer: mfi
test
pedigreeaufbereitung für interbull was pedigreeaufbereitung für interbull gewichtung wer mfi
1
346,958
31,070,743,309
IssuesEvent
2023-08-12 00:02:41
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
[Flaky Test] should insert a line break on shift+enter
[Status] Stale [Type] Flaky Test
<!-- __META_DATA__:{} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should insert a line break on shift+enter ## Test path `/test/e2e/specs/editor/blocks/list.spec.js` ## Errors <!-- __TEST_RESULTS_LIST__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2023-07-10T07:47:04.591Z"><code>[2023-07-10T07:47:04.591Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/5505163264"><code>trunk</code></a>. </summary> ``` Error: page.evaluate: Runtime.callFunction): Browser closed. ==================== Browser output: ==================== <launching> /home/runner/.cache/ms-playwright/firefox-1391/firefox/firefox -no-remote -headless -profile /tmp/playwright_firefoxdev_profile-9s3evO -juggler-pipe -silent <launched> pid=15001 [pid=15001][err] *** You are running in headless mode. [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: ({}) [pid=15001][out] [pid=15001][out] Juggler listening to the pipe [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: ({}) [pid=15001][out] console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at /tmp/playwright_firefoxdev_profile-9s3evO/search.json.mozlz4", (void 0))) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.warn: TopSitesFeed: Contile provided more links than permitted. (3 received, limit is 2) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][err] ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied [pid=15001][err] ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][err] JavaScript error: resource://gre/modules/XULStore.jsm, line 58: Error: Can't find profile directory. [pid=15001][err] JavaScript error: resource://gre/modules/XULStore.jsm, line 58: Error: Can't find profile directory. [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][err] JavaScript error: resource://gre/modules/XULStore.jsm, line 58: Error: Can't find profile directory. [pid=15001][err] JavaScript error: resource://gre/modules/XULStore.jsm, line 58: Error: Can't find profile directory. [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][err] Exiting due to channel error. [pid=15001][err] Exiting due to channel error. at Editor.insertBlock (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/insert-block.ts:22:18) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:865:16 ``` </details><!-- /__TEST_RESULT__ --> <!-- /__TEST_RESULTS_LIST__ -->
1.0
[Flaky Test] should insert a line break on shift+enter - <!-- __META_DATA__:{} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should insert a line break on shift+enter ## Test path `/test/e2e/specs/editor/blocks/list.spec.js` ## Errors <!-- __TEST_RESULTS_LIST__ --> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2023-07-10T07:47:04.591Z"><code>[2023-07-10T07:47:04.591Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/5505163264"><code>trunk</code></a>. </summary> ``` Error: page.evaluate: Runtime.callFunction): Browser closed. ==================== Browser output: ==================== <launching> /home/runner/.cache/ms-playwright/firefox-1391/firefox/firefox -no-remote -headless -profile /tmp/playwright_firefoxdev_profile-9s3evO -juggler-pipe -silent <launched> pid=15001 [pid=15001][err] *** You are running in headless mode. [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: ({}) [pid=15001][out] [pid=15001][out] Juggler listening to the pipe [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: ({}) [pid=15001][out] console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at /tmp/playwright_firefoxdev_profile-9s3evO/search.json.mozlz4", (void 0))) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.warn: TopSitesFeed: Contile provided more links than permitted. (3 received, limit is 2) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.error: (new SyntaxError("The URI is malformed.", (void 0), 133)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][err] ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied [pid=15001][err] ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][err] JavaScript error: resource://gre/modules/XULStore.jsm, line 58: Error: Can't find profile directory. [pid=15001][err] JavaScript error: resource://gre/modules/XULStore.jsm, line 58: Error: Can't find profile directory. [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][err] JavaScript error: resource://gre/modules/XULStore.jsm, line 58: Error: Can't find profile directory. [pid=15001][err] JavaScript error: resource://gre/modules/XULStore.jsm, line 58: Error: Can't find profile directory. [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][out] console.warn: services.settings: Ignoring preference override of remote settings server [pid=15001][out] console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment [pid=15001][out] console.error: (new TypeError("lazy.AsyncShutdown.profileBeforeChange is undefined", "resource://services-settings/Database.jsm", 603)) [pid=15001][err] Exiting due to channel error. [pid=15001][err] Exiting due to channel error. at Editor.insertBlock (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/insert-block.ts:22:18) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:865:16 ``` </details><!-- /__TEST_RESULT__ --> <!-- /__TEST_RESULTS_LIST__ -->
test
should insert a line break on shift enter flaky test detected this is an auto generated issue by github actions please do not edit this manually test title should insert a line break on shift enter test path test specs editor blocks list spec js errors test passed after failed attempt on a href error page evaluate runtime callfunction browser closed browser output home runner cache ms playwright firefox firefox firefox no remote headless profile tmp playwright firefoxdev profile juggler pipe silent pid you are running in headless mode console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error juggler listening to the pipe console error new syntaxerror the uri is malformed void console error console warn searchsettings get no settings file exists new profile new notfounderror could not open the file at tmp playwright firefoxdev profile search json void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console warn topsitesfeed contile provided more links than permitted received limit is console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console error new syntaxerror the uri is malformed void console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm alsa lib seq hw c snd seq hw open open dev snd seq failed permission denied alsa lib seq hw c snd seq hw open open dev snd seq failed permission denied console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm javascript error resource gre modules xulstore jsm line error can t find profile directory javascript error resource gre modules xulstore jsm line error can t find profile directory console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm javascript error resource gre modules xulstore jsm line error can t find profile directory javascript error resource gre modules xulstore jsm line error can t find profile directory console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm console warn services settings ignoring preference override of remote settings server console warn services settings allow by setting moz remote settings devtools in the environment console error new typeerror lazy asyncshutdown profilebeforechange is undefined resource services settings database jsm exiting due to channel error exiting due to channel error at editor insertblock home runner work gutenberg gutenberg packages test utils playwright src editor insert block ts at home runner work gutenberg gutenberg test specs editor blocks list spec js
1
119,042
10,023,552,745
IssuesEvent
2019-07-16 19:29:31
LiskHQ/lisk-sdk
https://api.github.com/repos/LiskHQ/lisk-sdk
closed
Add missing unit tests for transactions processing
test
### Expected behavior All the files related to transaction processing must have unit test. ### Actual behavior There are missing unit test for `submodule/transactions.js` ### Which version(s) does this affect? (Environment, OS, etc...) 2.0.0
1.0
Add missing unit tests for transactions processing - ### Expected behavior All the files related to transaction processing must have unit test. ### Actual behavior There are missing unit test for `submodule/transactions.js` ### Which version(s) does this affect? (Environment, OS, etc...) 2.0.0
test
add missing unit tests for transactions processing expected behavior all the files related to transaction processing must have unit test actual behavior there are missing unit test for submodule transactions js which version s does this affect environment os etc
1
236,366
7,748,747,998
IssuesEvent
2018-05-30 09:16:15
sethballantyne/Game-Demos
https://api.github.com/repos/sethballantyne/Game-Demos
closed
containerItems aren't being selected based on their selectedIndex value
Plexis-Game bug priority-critical
Given the following scene: ``` <scene id="new_game_prompt" initialScene="true"> <controls> <control type="label" x="215" y="275" font="green" text="ARE YOU SURE YOU WANT TO RESTART?" /> <control type="menuItemContainer"> <containerItem type="menuItem" x="485" y="300" font="white" text="YES" selectedIndex="1" navigateTo="game" navigationArgs="new" /> <containerItem type="menuItem" x="494" y="334" font="white" text="NO" selectedIndex="0" navigateTo="caller" /> </control> </controls> </scene> ``` the menuItem with the YES caption will be selected, when it should be the menuItem with the NO caption.
1.0
containerItems aren't being selected based on their selectedIndex value - Given the following scene: ``` <scene id="new_game_prompt" initialScene="true"> <controls> <control type="label" x="215" y="275" font="green" text="ARE YOU SURE YOU WANT TO RESTART?" /> <control type="menuItemContainer"> <containerItem type="menuItem" x="485" y="300" font="white" text="YES" selectedIndex="1" navigateTo="game" navigationArgs="new" /> <containerItem type="menuItem" x="494" y="334" font="white" text="NO" selectedIndex="0" navigateTo="caller" /> </control> </controls> </scene> ``` the menuItem with the YES caption will be selected, when it should be the menuItem with the NO caption.
non_test
containeritems aren t being selected based on their selectedindex value given the following scene the menuitem with the yes caption will be selected when it should be the menuitem with the no caption
0
186,549
21,944,190,909
IssuesEvent
2022-05-23 21:40:45
CMSgov/cms-carts-seds
https://api.github.com/repos/CMSgov/cms-carts-seds
closed
SHF - cms-carts-seds - main - MEDIUM - Instance i-0cd9e25dff7e97a2f is vulnerable to CVE-2020-0404
security-hub main
************************************************************** __This issue was generated from Security Hub data and is managed through automation.__ Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. Finding Id: inspector/us-east-1/519095364708/a85cd1107853190f6e27410b806effd8d93770a1 ************************************************************** ## Type of Issue: - [x] Security Hub Finding ## Title: Instance i-0cd9e25dff7e97a2f is vulnerable to CVE-2020-0404 ## Id: inspector/us-east-1/519095364708/a85cd1107853190f6e27410b806effd8d93770a1 (You may use this ID to lookup this finding's details in Security Hub) ## Description In uvc_scan_chain_forward of uvc_driver.c, there is a possible linked list corruption due to an unusual root cause. This could lead to local escalation of privilege in the kernel with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-111893654References: Upstream kernel ## Remediation undefined ## AC: - The security hub finding is resolved or suppressed, indicated by a Workflow Status of Resolved or Suppressed.
True
SHF - cms-carts-seds - main - MEDIUM - Instance i-0cd9e25dff7e97a2f is vulnerable to CVE-2020-0404 - ************************************************************** __This issue was generated from Security Hub data and is managed through automation.__ Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. Finding Id: inspector/us-east-1/519095364708/a85cd1107853190f6e27410b806effd8d93770a1 ************************************************************** ## Type of Issue: - [x] Security Hub Finding ## Title: Instance i-0cd9e25dff7e97a2f is vulnerable to CVE-2020-0404 ## Id: inspector/us-east-1/519095364708/a85cd1107853190f6e27410b806effd8d93770a1 (You may use this ID to lookup this finding's details in Security Hub) ## Description In uvc_scan_chain_forward of uvc_driver.c, there is a possible linked list corruption due to an unusual root cause. This could lead to local escalation of privilege in the kernel with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-111893654References: Upstream kernel ## Remediation undefined ## AC: - The security hub finding is resolved or suppressed, indicated by a Workflow Status of Resolved or Suppressed.
non_test
shf cms carts seds main medium instance i is vulnerable to cve this issue was generated from security hub data and is managed through automation please do not edit the title or body of this issue or remove the security hub tag all other edits comments are welcome finding id inspector us east type of issue security hub finding title instance i is vulnerable to cve id inspector us east you may use this id to lookup this finding s details in security hub description in uvc scan chain forward of uvc driver c there is a possible linked list corruption due to an unusual root cause this could lead to local escalation of privilege in the kernel with no additional execution privileges needed user interaction is not needed for exploitation product androidversions android kernelandroid id a upstream kernel remediation undefined ac the security hub finding is resolved or suppressed indicated by a workflow status of resolved or suppressed
0
195,151
6,904,701,418
IssuesEvent
2017-11-27 01:39:45
minetest/minetest
https://api.github.com/repos/minetest/minetest
closed
Deprecation messages should contain the mod's name
@ Script API Low priority Request / Suggestion
Hi all, With this transition from 0.14 to 0.16 some things and behaviors have changed. So Minetest is complaining about some mods, that's alright. My issue is that the warning messages are not mentioning the mod to blame. Since they are just warning messages maybe they are not even necessary, and if they are, I believe they should show the mod name so we can actually fix the issue. Otherwise, there is little use for these messages. Specially if the terminal and log is getting flooded with the same message several times a second. ``` <WARNING> 2017-11-20 13:18:21: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:21: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:21: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:23: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:23: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:23: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:24: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:24: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:24: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:25: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:25: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:25: [Server] WARNING: minetest.setting_* functions are deprecated. ======================== ```
1.0
Deprecation messages should contain the mod's name - Hi all, With this transition from 0.14 to 0.16 some things and behaviors have changed. So Minetest is complaining about some mods, that's alright. My issue is that the warning messages are not mentioning the mod to blame. Since they are just warning messages maybe they are not even necessary, and if they are, I believe they should show the mod name so we can actually fix the issue. Otherwise, there is little use for these messages. Specially if the terminal and log is getting flooded with the same message several times a second. ``` <WARNING> 2017-11-20 13:18:21: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:21: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:21: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:23: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:23: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:23: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:24: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:24: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:24: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:25: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:25: [Server] WARNING: minetest.setting_* functions are deprecated. Use methods on the minetest.settings object. <WARNING> 2017-11-20 13:18:25: [Server] WARNING: minetest.setting_* functions are deprecated. ======================== ```
non_test
deprecation messages should contain the mod s name hi all with this transition from to some things and behaviors have changed so minetest is complaining about some mods that s alright my issue is that the warning messages are not mentioning the mod to blame since they are just warning messages maybe they are not even necessary and if they are i believe they should show the mod name so we can actually fix the issue otherwise there is little use for these messages specially if the terminal and log is getting flooded with the same message several times a second warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated use methods on the minetest settings object warning minetest setting functions are deprecated
0
406,085
27,550,419,916
IssuesEvent
2023-03-07 14:36:48
ICOS-Carbon-Portal/jupyter
https://api.github.com/repos/ICOS-Carbon-Portal/jupyter
closed
Fix announcement ribbon
documentation improvement
- [x] Rework the content of the announcement. - [x] Fix the padding of the ribbon.
1.0
Fix announcement ribbon - - [x] Rework the content of the announcement. - [x] Fix the padding of the ribbon.
non_test
fix announcement ribbon rework the content of the announcement fix the padding of the ribbon
0
171,226
14,284,829,969
IssuesEvent
2020-11-23 13:05:28
cloudfoundry/stratos
https://api.github.com/repos/cloudfoundry/stratos
opened
Add stratos metrics docs to stratos.app
documentation
- add introduction to metrics style page to stratos.app - there's some docs in https://github.com/SUSE/stratos-metrics. Need to add those docs or referencet them
1.0
Add stratos metrics docs to stratos.app - - add introduction to metrics style page to stratos.app - there's some docs in https://github.com/SUSE/stratos-metrics. Need to add those docs or referencet them
non_test
add stratos metrics docs to stratos app add introduction to metrics style page to stratos app there s some docs in need to add those docs or referencet them
0
797,427
28,146,038,352
IssuesEvent
2023-04-02 13:50:27
GoogleCloudPlatform/python-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples
opened
people-and-planet-ai.weather-forecasting.tests.predictions_tests.test_predictions: test_predictions failed
priority: p1 type: bug flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 61d612e5db47ebd0a359b218423298b38f593606 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/3bb07730-fcf2-40c5-b8a5-0d6d60b9684a), [Sponge](http://sponge2/3bb07730-fcf2-40c5-b8a5-0d6d60b9684a) status: failed <details><summary>Test output</summary><br><pre>multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/usr/local/lib/python3.10/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar return list(map(*args)) File "/workspace/people-and-planet-ai/conftest.py", line 363, in _run_notebook_section run_notebook(**kwargs) File "/workspace/people-and-planet-ai/conftest.py", line 329, in run_notebook raise RuntimeError( RuntimeError: Error on 'notebooks/4-predictions.ipynb', section '# #x1F4BB Local predictions': An error occurred while executing the following cell: ------------------ model_path_gcs = 'gs://ppai-weather-predictions-a0718e/model' _run(f'''mkdir -p model''') _run(f'''gsutil cp {model_path_gcs}/* model''') ------------------ --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[4], line 4 1 model_path_gcs = 'gs://ppai-weather-predictions-a0718e/model' 3 _run(f'''mkdir -p model''') ----> 4 _run(f'''gsutil cp {model_path_gcs}/* model''') Cell In[1], line 14, in _run(cmd) 12 print(_stderr, file=_sys.stderr) 13 if _p.returncode: ---> 14 raise RuntimeError('\n'.join([ 15 f"Command returned non-zero exit status {_p.returncode}.", 16 f"-------- command --------", 17 f"{cmd}", 18 f"-------- stderr --------", 19 f"{_stderr}", 20 f"-------- stdout --------", 21 f"{_stdout}", 22 ])) RuntimeError: Command returned non-zero exit status 1. -------- command -------- gsutil cp gs://ppai-weather-predictions-a0718e/model/* model -------- stderr -------- Copying gs://ppai-weather-predictions-a0718e/model/config.json... / [0 files][ 0.0 B/ 3.3 KiB] / [1 files][ 3.3 KiB/ 3.3 KiB] Copying gs://ppai-weather-predictions-a0718e/model/pytorch_model.bin... / [1 files][ 3.3 KiB/412.7 KiB] OSError: No such file or directory. -------- stdout -------- RuntimeError: Command returned non-zero exit status 1. -------- command -------- gsutil cp gs://ppai-weather-predictions-a0718e/model/* model -------- stderr -------- Copying gs://ppai-weather-predictions-a0718e/model/config.json... / [0 files][ 0.0 B/ 3.3 KiB] / [1 files][ 3.3 KiB/ 3.3 KiB] Copying gs://ppai-weather-predictions-a0718e/model/pytorch_model.bin... / [1 files][ 3.3 KiB/412.7 KiB] OSError: No such file or directory. -------- stdout -------- """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/workspace/people-and-planet-ai/weather-forecasting/tests/predictions_tests/test_predictions.py", line 59, in test_predictions conftest.run_notebook_parallel( File "/workspace/people-and-planet-ai/conftest.py", line 358, in run_notebook_parallel pool.map(_run_notebook_section, args) File "/usr/local/lib/python3.10/multiprocessing/pool.py", line 367, in map return self._map_async(func, iterable, mapstar, chunksize).get() File "/usr/local/lib/python3.10/multiprocessing/pool.py", line 774, in get raise self._value RuntimeError: Error on 'notebooks/4-predictions.ipynb', section '# #x1F4BB Local predictions': An error occurred while executing the following cell: ------------------ model_path_gcs = 'gs://ppai-weather-predictions-a0718e/model' _run(f'''mkdir -p model''') _run(f'''gsutil cp {model_path_gcs}/* model''') ------------------ --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[4], line 4 1 model_path_gcs = 'gs://ppai-weather-predictions-a0718e/model' 3 _run(f'''mkdir -p model''') ----> 4 _run(f'''gsutil cp {model_path_gcs}/* model''') Cell In[1], line 14, in _run(cmd) 12 print(_stderr, file=_sys.stderr) 13 if _p.returncode: ---> 14 raise RuntimeError('\n'.join([ 15 f"Command returned non-zero exit status {_p.returncode}.", 16 f"-------- command --------", 17 f"{cmd}", 18 f"-------- stderr --------", 19 f"{_stderr}", 20 f"-------- stdout --------", 21 f"{_stdout}", 22 ])) RuntimeError: Command returned non-zero exit status 1. -------- command -------- gsutil cp gs://ppai-weather-predictions-a0718e/model/* model -------- stderr -------- Copying gs://ppai-weather-predictions-a0718e/model/config.json... / [0 files][ 0.0 B/ 3.3 KiB] / [1 files][ 3.3 KiB/ 3.3 KiB] Copying gs://ppai-weather-predictions-a0718e/model/pytorch_model.bin... / [1 files][ 3.3 KiB/412.7 KiB] OSError: No such file or directory. -------- stdout -------- RuntimeError: Command returned non-zero exit status 1. -------- command -------- gsutil cp gs://ppai-weather-predictions-a0718e/model/* model -------- stderr -------- Copying gs://ppai-weather-predictions-a0718e/model/config.json... / [0 files][ 0.0 B/ 3.3 KiB] / [1 files][ 3.3 KiB/ 3.3 KiB] Copying gs://ppai-weather-predictions-a0718e/model/pytorch_model.bin... / [1 files][ 3.3 KiB/412.7 KiB] OSError: No such file or directory. -------- stdout --------</pre></details>
1.0
people-and-planet-ai.weather-forecasting.tests.predictions_tests.test_predictions: test_predictions failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 61d612e5db47ebd0a359b218423298b38f593606 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/3bb07730-fcf2-40c5-b8a5-0d6d60b9684a), [Sponge](http://sponge2/3bb07730-fcf2-40c5-b8a5-0d6d60b9684a) status: failed <details><summary>Test output</summary><br><pre>multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/usr/local/lib/python3.10/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar return list(map(*args)) File "/workspace/people-and-planet-ai/conftest.py", line 363, in _run_notebook_section run_notebook(**kwargs) File "/workspace/people-and-planet-ai/conftest.py", line 329, in run_notebook raise RuntimeError( RuntimeError: Error on 'notebooks/4-predictions.ipynb', section '# #x1F4BB Local predictions': An error occurred while executing the following cell: ------------------ model_path_gcs = 'gs://ppai-weather-predictions-a0718e/model' _run(f'''mkdir -p model''') _run(f'''gsutil cp {model_path_gcs}/* model''') ------------------ --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[4], line 4 1 model_path_gcs = 'gs://ppai-weather-predictions-a0718e/model' 3 _run(f'''mkdir -p model''') ----> 4 _run(f'''gsutil cp {model_path_gcs}/* model''') Cell In[1], line 14, in _run(cmd) 12 print(_stderr, file=_sys.stderr) 13 if _p.returncode: ---> 14 raise RuntimeError('\n'.join([ 15 f"Command returned non-zero exit status {_p.returncode}.", 16 f"-------- command --------", 17 f"{cmd}", 18 f"-------- stderr --------", 19 f"{_stderr}", 20 f"-------- stdout --------", 21 f"{_stdout}", 22 ])) RuntimeError: Command returned non-zero exit status 1. -------- command -------- gsutil cp gs://ppai-weather-predictions-a0718e/model/* model -------- stderr -------- Copying gs://ppai-weather-predictions-a0718e/model/config.json... / [0 files][ 0.0 B/ 3.3 KiB] / [1 files][ 3.3 KiB/ 3.3 KiB] Copying gs://ppai-weather-predictions-a0718e/model/pytorch_model.bin... / [1 files][ 3.3 KiB/412.7 KiB] OSError: No such file or directory. -------- stdout -------- RuntimeError: Command returned non-zero exit status 1. -------- command -------- gsutil cp gs://ppai-weather-predictions-a0718e/model/* model -------- stderr -------- Copying gs://ppai-weather-predictions-a0718e/model/config.json... / [0 files][ 0.0 B/ 3.3 KiB] / [1 files][ 3.3 KiB/ 3.3 KiB] Copying gs://ppai-weather-predictions-a0718e/model/pytorch_model.bin... / [1 files][ 3.3 KiB/412.7 KiB] OSError: No such file or directory. -------- stdout -------- """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/workspace/people-and-planet-ai/weather-forecasting/tests/predictions_tests/test_predictions.py", line 59, in test_predictions conftest.run_notebook_parallel( File "/workspace/people-and-planet-ai/conftest.py", line 358, in run_notebook_parallel pool.map(_run_notebook_section, args) File "/usr/local/lib/python3.10/multiprocessing/pool.py", line 367, in map return self._map_async(func, iterable, mapstar, chunksize).get() File "/usr/local/lib/python3.10/multiprocessing/pool.py", line 774, in get raise self._value RuntimeError: Error on 'notebooks/4-predictions.ipynb', section '# #x1F4BB Local predictions': An error occurred while executing the following cell: ------------------ model_path_gcs = 'gs://ppai-weather-predictions-a0718e/model' _run(f'''mkdir -p model''') _run(f'''gsutil cp {model_path_gcs}/* model''') ------------------ --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[4], line 4 1 model_path_gcs = 'gs://ppai-weather-predictions-a0718e/model' 3 _run(f'''mkdir -p model''') ----> 4 _run(f'''gsutil cp {model_path_gcs}/* model''') Cell In[1], line 14, in _run(cmd) 12 print(_stderr, file=_sys.stderr) 13 if _p.returncode: ---> 14 raise RuntimeError('\n'.join([ 15 f"Command returned non-zero exit status {_p.returncode}.", 16 f"-------- command --------", 17 f"{cmd}", 18 f"-------- stderr --------", 19 f"{_stderr}", 20 f"-------- stdout --------", 21 f"{_stdout}", 22 ])) RuntimeError: Command returned non-zero exit status 1. -------- command -------- gsutil cp gs://ppai-weather-predictions-a0718e/model/* model -------- stderr -------- Copying gs://ppai-weather-predictions-a0718e/model/config.json... / [0 files][ 0.0 B/ 3.3 KiB] / [1 files][ 3.3 KiB/ 3.3 KiB] Copying gs://ppai-weather-predictions-a0718e/model/pytorch_model.bin... / [1 files][ 3.3 KiB/412.7 KiB] OSError: No such file or directory. -------- stdout -------- RuntimeError: Command returned non-zero exit status 1. -------- command -------- gsutil cp gs://ppai-weather-predictions-a0718e/model/* model -------- stderr -------- Copying gs://ppai-weather-predictions-a0718e/model/config.json... / [0 files][ 0.0 B/ 3.3 KiB] / [1 files][ 3.3 KiB/ 3.3 KiB] Copying gs://ppai-weather-predictions-a0718e/model/pytorch_model.bin... / [1 files][ 3.3 KiB/412.7 KiB] OSError: No such file or directory. -------- stdout --------</pre></details>
non_test
people and planet ai weather forecasting tests predictions tests test predictions test predictions failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output multiprocessing pool remotetraceback traceback most recent call last file usr local lib multiprocessing pool py line in worker result true func args kwds file usr local lib multiprocessing pool py line in mapstar return list map args file workspace people and planet ai conftest py line in run notebook section run notebook kwargs file workspace people and planet ai conftest py line in run notebook raise runtimeerror runtimeerror error on notebooks predictions ipynb section local predictions an error occurred while executing the following cell model path gcs gs ppai weather predictions model run f mkdir p model run f gsutil cp model path gcs model runtimeerror traceback most recent call last cell in line model path gcs gs ppai weather predictions model run f mkdir p model run f gsutil cp model path gcs model cell in line in run cmd print stderr file sys stderr if p returncode raise runtimeerror n join f command returned non zero exit status p returncode f command f cmd f stderr f stderr f stdout f stdout runtimeerror command returned non zero exit status command gsutil cp gs ppai weather predictions model model stderr copying gs ppai weather predictions model config json copying gs ppai weather predictions model pytorch model bin oserror no such file or directory stdout runtimeerror command returned non zero exit status command gsutil cp gs ppai weather predictions model model stderr copying gs ppai weather predictions model config json copying gs ppai weather predictions model pytorch model bin oserror no such file or directory stdout the above exception was the direct cause of the following exception traceback most recent call last file workspace people and planet ai weather forecasting tests predictions tests test predictions py line in test predictions conftest run notebook parallel file workspace people and planet ai conftest py line in run notebook parallel pool map run notebook section args file usr local lib multiprocessing pool py line in map return self map async func iterable mapstar chunksize get file usr local lib multiprocessing pool py line in get raise self value runtimeerror error on notebooks predictions ipynb section local predictions an error occurred while executing the following cell model path gcs gs ppai weather predictions model run f mkdir p model run f gsutil cp model path gcs model runtimeerror traceback most recent call last cell in line model path gcs gs ppai weather predictions model run f mkdir p model run f gsutil cp model path gcs model cell in line in run cmd print stderr file sys stderr if p returncode raise runtimeerror n join f command returned non zero exit status p returncode f command f cmd f stderr f stderr f stdout f stdout runtimeerror command returned non zero exit status command gsutil cp gs ppai weather predictions model model stderr copying gs ppai weather predictions model config json copying gs ppai weather predictions model pytorch model bin oserror no such file or directory stdout runtimeerror command returned non zero exit status command gsutil cp gs ppai weather predictions model model stderr copying gs ppai weather predictions model config json copying gs ppai weather predictions model pytorch model bin oserror no such file or directory stdout
0
165,254
12,835,497,807
IssuesEvent
2020-07-07 12:59:04
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
New unawaited annotation in meta package conflicts with the one from test_api
area-test
Using `meta ^1.2.0`, the following error occurs when precompiling the `test` package in our CI builds: ``` Failed to precompile test:test: /root/.pub-cache/hosted/pub.dartlang.org/test_core-0.3.7/lib/test_core.dart:69:5: Error: 'unawaited' is imported from both 'package:meta/meta.dart' and 'package:test_api/src/utils.dart'. unawaited(Future.error('Dummy exception to set exit code.')); ^^^^^^^^^ ```
1.0
New unawaited annotation in meta package conflicts with the one from test_api - Using `meta ^1.2.0`, the following error occurs when precompiling the `test` package in our CI builds: ``` Failed to precompile test:test: /root/.pub-cache/hosted/pub.dartlang.org/test_core-0.3.7/lib/test_core.dart:69:5: Error: 'unawaited' is imported from both 'package:meta/meta.dart' and 'package:test_api/src/utils.dart'. unawaited(Future.error('Dummy exception to set exit code.')); ^^^^^^^^^ ```
test
new unawaited annotation in meta package conflicts with the one from test api using meta the following error occurs when precompiling the test package in our ci builds failed to precompile test test root pub cache hosted pub dartlang org test core lib test core dart error unawaited is imported from both package meta meta dart and package test api src utils dart unawaited future error dummy exception to set exit code
1
323,200
27,704,013,467
IssuesEvent
2023-03-14 09:59:59
TencentBlueKing/bk-job
https://api.github.com/repos/TencentBlueKing/bk-job
closed
bugfix: 任务执行详情页面导出日志时不显示文件大小
kind/bug stage/test
**Version / Branch / tag** 3.5.x **出了什么问题?(What Happened?)** 任务执行详情页面导出日志时不显示文件大小 **如何复现?(How to reproduce?)** 执行一个任务,待任务执行完成后,在任务执行详情页面导出日志,下载框不显示文件大小 **预期结果(What you expect?)** 显示日志文件真实文件大小
1.0
bugfix: 任务执行详情页面导出日志时不显示文件大小 - **Version / Branch / tag** 3.5.x **出了什么问题?(What Happened?)** 任务执行详情页面导出日志时不显示文件大小 **如何复现?(How to reproduce?)** 执行一个任务,待任务执行完成后,在任务执行详情页面导出日志,下载框不显示文件大小 **预期结果(What you expect?)** 显示日志文件真实文件大小
test
bugfix 任务执行详情页面导出日志时不显示文件大小 version branch tag x 出了什么问题? what happened 任务执行详情页面导出日志时不显示文件大小 如何复现? how to reproduce 执行一个任务,待任务执行完成后,在任务执行详情页面导出日志,下载框不显示文件大小 预期结果 what you expect 显示日志文件真实文件大小
1
433,660
30,343,280,060
IssuesEvent
2023-07-11 13:59:33
nokaut/wsknn
https://api.github.com/repos/nokaut/wsknn
closed
No link to documentation from GitHub page
documentation
There are quality documentation pages hosted on RTD, and they are easily accessible from the PyPI page of the package, but a person who discovered the project through GitHub might get the wrong impression that there are no readily accessible docs. Please add the link to the documentation to README.
1.0
No link to documentation from GitHub page - There are quality documentation pages hosted on RTD, and they are easily accessible from the PyPI page of the package, but a person who discovered the project through GitHub might get the wrong impression that there are no readily accessible docs. Please add the link to the documentation to README.
non_test
no link to documentation from github page there are quality documentation pages hosted on rtd and they are easily accessible from the pypi page of the package but a person who discovered the project through github might get the wrong impression that there are no readily accessible docs please add the link to the documentation to readme
0
162,678
20,235,465,509
IssuesEvent
2022-02-14 01:11:31
JMD60260/fetchmeaband
https://api.github.com/repos/JMD60260/fetchmeaband
opened
CVE-2022-23633 (High) detected in actionpack-5.2.3.gem
security vulnerability
## CVE-2022-23633 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-5.2.3.gem</b></p></summary> <p>Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.</p> <p>Library home page: <a href="https://rubygems.org/gems/actionpack-5.2.3.gem">https://rubygems.org/gems/actionpack-5.2.3.gem</a></p> <p> Dependency Hierarchy: - coffee-rails-4.2.2.gem (Root Library) - railties-5.2.3.gem - :x: **actionpack-5.2.3.gem** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is *not* notified of a `close`, `ActionDispatch::Executor` will not know to reset thread local state for the next request. This can lead to data being leaked to subsequent requests.This has been fixed in Rails 7.0.2.1, 6.1.4.5, 6.0.4.5, and 5.2.6.1. Upgrading is highly recommended, but to work around this problem a middleware described in GHSA-wh98-p28r-vrc9 can be used. <p>Publish Date: 2022-02-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23633>CVE-2022-23633</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - 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://github.com/rails/rails/security/advisories/GHSA-wh98-p28r-vrc9">https://github.com/rails/rails/security/advisories/GHSA-wh98-p28r-vrc9</a></p> <p>Release Date: 2022-02-11</p> <p>Fix Resolution: 5.2.6.2, 6.0.4.6, 6.1.4.6, 7.0.2.2 </p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-23633 (High) detected in actionpack-5.2.3.gem - ## CVE-2022-23633 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-5.2.3.gem</b></p></summary> <p>Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.</p> <p>Library home page: <a href="https://rubygems.org/gems/actionpack-5.2.3.gem">https://rubygems.org/gems/actionpack-5.2.3.gem</a></p> <p> Dependency Hierarchy: - coffee-rails-4.2.2.gem (Root Library) - railties-5.2.3.gem - :x: **actionpack-5.2.3.gem** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is *not* notified of a `close`, `ActionDispatch::Executor` will not know to reset thread local state for the next request. This can lead to data being leaked to subsequent requests.This has been fixed in Rails 7.0.2.1, 6.1.4.5, 6.0.4.5, and 5.2.6.1. Upgrading is highly recommended, but to work around this problem a middleware described in GHSA-wh98-p28r-vrc9 can be used. <p>Publish Date: 2022-02-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23633>CVE-2022-23633</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - 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://github.com/rails/rails/security/advisories/GHSA-wh98-p28r-vrc9">https://github.com/rails/rails/security/advisories/GHSA-wh98-p28r-vrc9</a></p> <p>Release Date: 2022-02-11</p> <p>Fix Resolution: 5.2.6.2, 6.0.4.6, 6.1.4.6, 7.0.2.2 </p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in actionpack gem cve high severity vulnerability vulnerable library actionpack gem web apps on rails simple battle tested conventions for building and testing mvc web applications works with any rack compatible server library home page a href dependency hierarchy coffee rails gem root library railties gem x actionpack gem vulnerable library found in base branch master vulnerability details action pack is a framework for handling and responding to web requests under certain circumstances response bodies will not be closed in the event a response is not notified of a close actiondispatch executor will not know to reset thread local state for the next request this can lead to data being leaked to subsequent requests this has been fixed in rails and upgrading is highly recommended but to work around this problem a middleware described in ghsa can be used publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
192,039
14,598,745,820
IssuesEvent
2020-12-21 01:58:01
github-vet/rangeloop-pointer-findings
https://api.github.com/repos/github-vet/rangeloop-pointer-findings
closed
kubevirt/kubevirt: tests/vmi_configuration_test.go; 5 LoC
fresh test tiny
Found a possible issue in [kubevirt/kubevirt](https://www.github.com/kubevirt/kubevirt) at [tests/vmi_configuration_test.go](https://github.com/kubevirt/kubevirt/blob/9f28fffa1175c822effff4a4c0a4dabfba9c0ec7/tests/vmi_configuration_test.go#L2010-L2014) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > reference to container is reassigned at line 2012 [Click here to see the code in its original context.](https://github.com/kubevirt/kubevirt/blob/9f28fffa1175c822effff4a4c0a4dabfba9c0ec7/tests/vmi_configuration_test.go#L2010-L2014) <details> <summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary> ```go for _, container := range readyPod.Spec.Containers { if container.Name == "compute" { computeContainer = &container } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 9f28fffa1175c822effff4a4c0a4dabfba9c0ec7
1.0
kubevirt/kubevirt: tests/vmi_configuration_test.go; 5 LoC - Found a possible issue in [kubevirt/kubevirt](https://www.github.com/kubevirt/kubevirt) at [tests/vmi_configuration_test.go](https://github.com/kubevirt/kubevirt/blob/9f28fffa1175c822effff4a4c0a4dabfba9c0ec7/tests/vmi_configuration_test.go#L2010-L2014) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > reference to container is reassigned at line 2012 [Click here to see the code in its original context.](https://github.com/kubevirt/kubevirt/blob/9f28fffa1175c822effff4a4c0a4dabfba9c0ec7/tests/vmi_configuration_test.go#L2010-L2014) <details> <summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary> ```go for _, container := range readyPod.Spec.Containers { if container.Name == "compute" { computeContainer = &container } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 9f28fffa1175c822effff4a4c0a4dabfba9c0ec7
test
kubevirt kubevirt tests vmi configuration test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message reference to container is reassigned at line click here to show the line s of go which triggered the analyzer go for container range readypod spec containers if container name compute computecontainer container leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
135,608
11,012,894,063
IssuesEvent
2019-12-04 19:16:55
bcgov/range-web
https://api.github.com/repos/bcgov/range-web
closed
Drop down lists that allow typing need to identify that you can type or select.
ready to test small
Right now in staff view the top option of the drop down list for the fields below is displayed in grey. It isn't clear that you can: 1) select from the list 2) type to filter the list 3) type something other than on the list for "other" Default text (visible until field has been entered) should be something like "Type or select" **Related Fields** - Actions (Plant Communities) - Indicator Species - Readiness - Indicator Species - Stubble Height
1.0
Drop down lists that allow typing need to identify that you can type or select. - Right now in staff view the top option of the drop down list for the fields below is displayed in grey. It isn't clear that you can: 1) select from the list 2) type to filter the list 3) type something other than on the list for "other" Default text (visible until field has been entered) should be something like "Type or select" **Related Fields** - Actions (Plant Communities) - Indicator Species - Readiness - Indicator Species - Stubble Height
test
drop down lists that allow typing need to identify that you can type or select right now in staff view the top option of the drop down list for the fields below is displayed in grey it isn t clear that you can select from the list type to filter the list type something other than on the list for other default text visible until field has been entered should be something like type or select related fields actions plant communities indicator species readiness indicator species stubble height
1
128,014
10,511,529,708
IssuesEvent
2019-09-27 15:38:47
emory-libraries/dlp-curate
https://api.github.com/repos/emory-libraries/dlp-curate
closed
Add Rose Library users to Curate product
Functional Test Software Engineering pre-migrate
Group users when adding them. Use the process like we have in place for the Admin YAML file. See the [worksheet: Groups and Users tab](https://docs.google.com/spreadsheets/d/1vdercM6W3FZjHCjim0qyvPnlRo9tgbvY7XQ0SiDhx4o/edit#gid=1791455727) for epic #275. - [x] YAML File for repository-wide group: Repository Managers - [x] YAML file for each Rose user group: Rose Managers, Rose Viewers, Rose Depositors - [x] Add users to each YAML file - [x] Setup rake task to create group if missing, and add users to the group
1.0
Add Rose Library users to Curate product - Group users when adding them. Use the process like we have in place for the Admin YAML file. See the [worksheet: Groups and Users tab](https://docs.google.com/spreadsheets/d/1vdercM6W3FZjHCjim0qyvPnlRo9tgbvY7XQ0SiDhx4o/edit#gid=1791455727) for epic #275. - [x] YAML File for repository-wide group: Repository Managers - [x] YAML file for each Rose user group: Rose Managers, Rose Viewers, Rose Depositors - [x] Add users to each YAML file - [x] Setup rake task to create group if missing, and add users to the group
test
add rose library users to curate product group users when adding them use the process like we have in place for the admin yaml file see the for epic yaml file for repository wide group repository managers yaml file for each rose user group rose managers rose viewers rose depositors add users to each yaml file setup rake task to create group if missing and add users to the group
1
87,578
8,101,288,686
IssuesEvent
2018-08-12 11:57:53
scalda/Foolcraft_3
https://api.github.com/repos/scalda/Foolcraft_3
closed
ThermalFoundation Error
Close in 7 days update to Beat 1.5 and test please
<!-- Thank you for filing a bug report. Please be make sure to fill out the required information specified in the template. --> <!-- Do not delete the template, failure to fill in the template will result in the issue being marked "invalid" --> <!-- Also be sure to include a appropriate title for your issue! <!--> <!-- MODPACK INFORMATION - Please check the fitting checkboxes. <!-- To tick the checkboxes replace the "[ ]" with "[x]". --> <!-- PLEASE FILL IN THE CURRENT PACK VERSION --> ## Modpack Information <!--> * Current Pack Version: - [ Yes ] I am running FoolCraft via Curse/Twitch Launcher - [ Yes] I can reproduce this issue consistently - [ Yes] In single player - [ ] In multiplayer - [ 1 ] I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I'm having the same problem. - [Yes ] I am crashing and can provide my crash report(s) - [ no ] I have not altered the modpack [if you have, note the removed mods/added mods/changes in Additional Information] <!--> <!-- If your issue matches AT LEAST 4 of the criteria above or 1 of the below, continue. --> <!-- ISSUE DESCRIPTION - Please describe the issue in detail. --> ## Issue Description So i just started Foolcraft 3 regulary on the twitch launcher. Then i started it and crashed and this error log showed upp: The game crashed whilst there was a severe problem during mod loading that has caused the game to fail Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Thermal Foundation (thermalfoundation) <!-- REPRODUCE STEPS - Please describe how I can reproduce this issue below ## Reproduce Steps. --> ## Reproduce Steps <!-- ADDITIONAL INFORMATION - Please post any crash reports, screenshots, etc. here. (use Pastebin or Imgur accordingly) --> <!-- Please put crash reports onto pastebin, --> <!-- You can do so by going to Pastebin.com and copying and pasting the crashlog onto there and then clicking "Create New Paste" --> <!-- And then copying the link it puts you on to the Additional Information section--> <!--> <!-- For screenshots please use Imgur, --> <!-- You can do so by going to Imgur.com and dragging the images onto there. --> <!-- When they're done uploading you can copy the link to the image / album to the Additional Information section--> ## Additional Information
1.0
ThermalFoundation Error - <!-- Thank you for filing a bug report. Please be make sure to fill out the required information specified in the template. --> <!-- Do not delete the template, failure to fill in the template will result in the issue being marked "invalid" --> <!-- Also be sure to include a appropriate title for your issue! <!--> <!-- MODPACK INFORMATION - Please check the fitting checkboxes. <!-- To tick the checkboxes replace the "[ ]" with "[x]". --> <!-- PLEASE FILL IN THE CURRENT PACK VERSION --> ## Modpack Information <!--> * Current Pack Version: - [ Yes ] I am running FoolCraft via Curse/Twitch Launcher - [ Yes] I can reproduce this issue consistently - [ Yes] In single player - [ ] In multiplayer - [ 1 ] I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I'm having the same problem. - [Yes ] I am crashing and can provide my crash report(s) - [ no ] I have not altered the modpack [if you have, note the removed mods/added mods/changes in Additional Information] <!--> <!-- If your issue matches AT LEAST 4 of the criteria above or 1 of the below, continue. --> <!-- ISSUE DESCRIPTION - Please describe the issue in detail. --> ## Issue Description So i just started Foolcraft 3 regulary on the twitch launcher. Then i started it and crashed and this error log showed upp: The game crashed whilst there was a severe problem during mod loading that has caused the game to fail Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Thermal Foundation (thermalfoundation) <!-- REPRODUCE STEPS - Please describe how I can reproduce this issue below ## Reproduce Steps. --> ## Reproduce Steps <!-- ADDITIONAL INFORMATION - Please post any crash reports, screenshots, etc. here. (use Pastebin or Imgur accordingly) --> <!-- Please put crash reports onto pastebin, --> <!-- You can do so by going to Pastebin.com and copying and pasting the crashlog onto there and then clicking "Create New Paste" --> <!-- And then copying the link it puts you on to the Additional Information section--> <!--> <!-- For screenshots please use Imgur, --> <!-- You can do so by going to Imgur.com and dragging the images onto there. --> <!-- When they're done uploading you can copy the link to the image / album to the Additional Information section--> ## Additional Information
test
thermalfoundation error also be sure to include a appropriate title for your issue modpack information please check the fitting checkboxes modpack information current pack version i am running foolcraft via curse twitch launcher i can reproduce this issue consistently in single player in multiplayer i have searched for this issue previously and it was either not previously reported or previously fixed and i m having the same problem i am crashing and can provide my crash report s i have not altered the modpack issue description so i just started foolcraft regulary on the twitch launcher then i started it and crashed and this error log showed upp the game crashed whilst there was a severe problem during mod loading that has caused the game to fail error net minecraftforge fml common loaderexceptionmodcrash caught exception from thermal foundation thermalfoundation reproduce steps additional information
1
133,046
18,795,527,998
IssuesEvent
2021-11-08 21:48:44
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Error on using themedata after flutter upgrade
severe: regression framework f: material design has reproducible steps found in release: 2.5 found in release: 2.6
## Steps to Reproduce ### Full Code ```dart import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return MaterialApp( theme: ThemeData( primaryColor: Colors.black87, ), ); } } ``` **Temporary fix :** Problem is with certain colors. **using `primaryColor: Colors.deepPurple` or some other colors fixes the issue** ### Flutter version The error started showing after upgrading flutter and adding ThemeData to the MaterialApp. It was working properly before the upgrade. ``` % flutter --version Flutter 2.5.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision 18116933e7 (3 weeks ago) • 2021-10-15 10:46:35 -0700 Engine • revision d3ea636dc5 Tools • Dart 2.14.4 ``` ## Error logs ``` ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following assertion was thrown building WidgetsApp-[GlobalObjectKey _MaterialAppState#01835](dirty, state: _WidgetsAppState#f635c): 'package:flutter/src/widgets/title.dart': Failed assertion: line 24 pos 15: 'color != null && color.alpha == 0xFF': is not true. Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause. In either case, please report this assertion by filing a bug on GitHub: https://github.com/flutter/flutter/issues/new?template=2_bug.md The relevant error-causing widget was: MaterialApp MaterialApp:file:///D:/Developing/Flutter-projects/flutter_basics/lib/main.dart:12:12 When the exception was thrown, this was the stack: #2 new Title (package:flutter/src/widgets/title.dart:24:15) #3 _WidgetsAppState.build (package:flutter/src/widgets/app.dart:1643:15) #4 StatefulElement.build (package:flutter/src/widgets/framework.dart:4782:27) #5 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4665:15) #6 StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:4840:11) #7 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #8 StatefulElement.update (package:flutter/src/widgets/framework.dart:4872:5) #9 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #10 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:6202:14) #11 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #12 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #13 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #14 ProxyElement.update (package:flutter/src/widgets/framework.dart:5020:5) #15 _InheritedNotifierElement.update (package:flutter/src/widgets/inherited_notifier.dart:181:11) #16 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #17 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #18 StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:4840:11) #19 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #20 StatefulElement.update (package:flutter/src/widgets/framework.dart:4872:5) #21 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #22 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #23 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #24 ProxyElement.update (package:flutter/src/widgets/framework.dart:5020:5) #25 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #26 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #27 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #28 ProxyElement.update (package:flutter/src/widgets/framework.dart:5020:5) #29 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #30 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #31 StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:4840:11) #32 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #33 StatefulElement.update (package:flutter/src/widgets/framework.dart:4872:5) #34 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #35 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #36 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #37 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2620:33) #38 WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:882:21) #39 RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:319:5) #40 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1143:15) #41 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1080:9) #42 SchedulerBinding.scheduleWarmUpFrame.<anonymous closure> (package:flutter/src/scheduler/binding.dart:863:7) (elided 6 frames from class _AssertionError, class _RawReceivePortImpl, class _Timer, and dart:async-patch) ══════════════════════════════════════════════════════════════════════════════ ``` ## Flutter Doctor ``` %flutter doctor -v [√] Flutter (Channel stable, 2.5.3, on Microsoft Windows [Version 10.0.19042.1288], locale en-US) • Flutter version 2.5.3 at C:\Users\DELL\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 18116933e7 (3 weeks ago), 2021-10-15 10:46:35 -0700 • Engine revision d3ea636dc5 • Dart version 2.14.4 [√] Android toolchain - develop for Android devices (Android SDK version 30.0.1) • Android SDK at C:\Users\DELL\AppData\Local\Android\sdk • Platform android-30, build-tools 30.0.1 • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174) • All Android licenses accepted. [√] Chrome - develop for the web • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe [√] Android Studio (version 4.2) • Android Studio at C:\Program Files\Android\Android Studio • Flutter plugin can be installed from: https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174) [√] IntelliJ IDEA Community Edition (version 2020.2) • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.2.3 • Flutter plugin can be installed from: https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: https://plugins.jetbrains.com/plugin/6351-dart [√] VS Code (version 1.61.2) • VS Code at C:\Users\DELL\AppData\Local\Programs\Microsoft VS Code • Flutter extension version 3.24.0 [√] Connected device (4 available) • sdk gphone x86 (mobile) • emulator-5554 • android-x86 • Android 11 (API 30) (emulator) • Chrome (web) • chrome • web-javascript • Google Chrome 94.0.4606.81 • Edge (web) • edge • web-javascript • Microsoft Edge 95.0.1020.40 • No issues found! ```
1.0
Error on using themedata after flutter upgrade - ## Steps to Reproduce ### Full Code ```dart import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return MaterialApp( theme: ThemeData( primaryColor: Colors.black87, ), ); } } ``` **Temporary fix :** Problem is with certain colors. **using `primaryColor: Colors.deepPurple` or some other colors fixes the issue** ### Flutter version The error started showing after upgrading flutter and adding ThemeData to the MaterialApp. It was working properly before the upgrade. ``` % flutter --version Flutter 2.5.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision 18116933e7 (3 weeks ago) • 2021-10-15 10:46:35 -0700 Engine • revision d3ea636dc5 Tools • Dart 2.14.4 ``` ## Error logs ``` ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following assertion was thrown building WidgetsApp-[GlobalObjectKey _MaterialAppState#01835](dirty, state: _WidgetsAppState#f635c): 'package:flutter/src/widgets/title.dart': Failed assertion: line 24 pos 15: 'color != null && color.alpha == 0xFF': is not true. Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause. In either case, please report this assertion by filing a bug on GitHub: https://github.com/flutter/flutter/issues/new?template=2_bug.md The relevant error-causing widget was: MaterialApp MaterialApp:file:///D:/Developing/Flutter-projects/flutter_basics/lib/main.dart:12:12 When the exception was thrown, this was the stack: #2 new Title (package:flutter/src/widgets/title.dart:24:15) #3 _WidgetsAppState.build (package:flutter/src/widgets/app.dart:1643:15) #4 StatefulElement.build (package:flutter/src/widgets/framework.dart:4782:27) #5 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4665:15) #6 StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:4840:11) #7 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #8 StatefulElement.update (package:flutter/src/widgets/framework.dart:4872:5) #9 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #10 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:6202:14) #11 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #12 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #13 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #14 ProxyElement.update (package:flutter/src/widgets/framework.dart:5020:5) #15 _InheritedNotifierElement.update (package:flutter/src/widgets/inherited_notifier.dart:181:11) #16 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #17 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #18 StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:4840:11) #19 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #20 StatefulElement.update (package:flutter/src/widgets/framework.dart:4872:5) #21 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #22 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #23 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #24 ProxyElement.update (package:flutter/src/widgets/framework.dart:5020:5) #25 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #26 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #27 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #28 ProxyElement.update (package:flutter/src/widgets/framework.dart:5020:5) #29 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #30 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #31 StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:4840:11) #32 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #33 StatefulElement.update (package:flutter/src/widgets/framework.dart:4872:5) #34 Element.updateChild (package:flutter/src/widgets/framework.dart:3412:15) #35 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4690:16) #36 Element.rebuild (package:flutter/src/widgets/framework.dart:4355:5) #37 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2620:33) #38 WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:882:21) #39 RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:319:5) #40 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1143:15) #41 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1080:9) #42 SchedulerBinding.scheduleWarmUpFrame.<anonymous closure> (package:flutter/src/scheduler/binding.dart:863:7) (elided 6 frames from class _AssertionError, class _RawReceivePortImpl, class _Timer, and dart:async-patch) ══════════════════════════════════════════════════════════════════════════════ ``` ## Flutter Doctor ``` %flutter doctor -v [√] Flutter (Channel stable, 2.5.3, on Microsoft Windows [Version 10.0.19042.1288], locale en-US) • Flutter version 2.5.3 at C:\Users\DELL\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 18116933e7 (3 weeks ago), 2021-10-15 10:46:35 -0700 • Engine revision d3ea636dc5 • Dart version 2.14.4 [√] Android toolchain - develop for Android devices (Android SDK version 30.0.1) • Android SDK at C:\Users\DELL\AppData\Local\Android\sdk • Platform android-30, build-tools 30.0.1 • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174) • All Android licenses accepted. [√] Chrome - develop for the web • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe [√] Android Studio (version 4.2) • Android Studio at C:\Program Files\Android\Android Studio • Flutter plugin can be installed from: https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174) [√] IntelliJ IDEA Community Edition (version 2020.2) • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.2.3 • Flutter plugin can be installed from: https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: https://plugins.jetbrains.com/plugin/6351-dart [√] VS Code (version 1.61.2) • VS Code at C:\Users\DELL\AppData\Local\Programs\Microsoft VS Code • Flutter extension version 3.24.0 [√] Connected device (4 available) • sdk gphone x86 (mobile) • emulator-5554 • android-x86 • Android 11 (API 30) (emulator) • Chrome (web) • chrome • web-javascript • Google Chrome 94.0.4606.81 • Edge (web) • edge • web-javascript • Microsoft Edge 95.0.1020.40 • No issues found! ```
non_test
error on using themedata after flutter upgrade steps to reproduce full code dart import package flutter material dart void main runapp myapp class myapp extends statelesswidget const myapp key key super key key override widget build buildcontext context return materialapp theme themedata primarycolor colors temporary fix problem is with certain colors using primarycolor colors deeppurple or some other colors fixes the issue flutter version the error started showing after upgrading flutter and adding themedata to the materialapp it was working properly before the upgrade flutter version flutter • channel stable • framework • revision weeks ago • engine • revision tools • dart error logs ══╡ exception caught by widgets library ╞═══════════════════════════════════════════════════════════ the following assertion was thrown building widgetsapp globalobjectkey materialappstate dirty state widgetsappstate package flutter src widgets title dart failed assertion line pos color null color alpha is not true either the assertion indicates an error in the framework itself or we should provide substantially more information in this error message to help you determine and fix the underlying cause in either case please report this assertion by filing a bug on github the relevant error causing widget was materialapp materialapp file d developing flutter projects flutter basics lib main dart when the exception was thrown this was the stack new title package flutter src widgets title dart widgetsappstate build package flutter src widgets app dart statefulelement build package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart statefulelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statefulelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart singlechildrenderobjectelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart proxyelement update package flutter src widgets framework dart inheritednotifierelement update package flutter src widgets inherited notifier dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart statefulelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statefulelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart proxyelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart proxyelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart statefulelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statefulelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart buildowner buildscope package flutter src widgets framework dart widgetsbinding drawframe package flutter src widgets binding dart rendererbinding handlepersistentframecallback package flutter src rendering binding dart schedulerbinding invokeframecallback package flutter src scheduler binding dart schedulerbinding handledrawframe package flutter src scheduler binding dart schedulerbinding schedulewarmupframe package flutter src scheduler binding dart elided frames from class assertionerror class rawreceiveportimpl class timer and dart async patch ══════════════════════════════════════════════════════════════════════════════ flutter doctor flutter doctor v flutter channel stable on microsoft windows locale en us • flutter version at c users dell flutter • upstream repository • framework revision weeks ago • engine revision • dart version android toolchain develop for android devices android sdk version • android sdk at c users dell appdata local android sdk • platform android build tools • java binary at c program files android android studio jre bin java • java version openjdk runtime environment build • all android licenses accepted chrome develop for the web • chrome at c program files google chrome application chrome exe android studio version • android studio at c program files android android studio • flutter plugin can be installed from • dart plugin can be installed from • java version openjdk runtime environment build intellij idea community edition version • intellij at c program files jetbrains intellij idea community edition • flutter plugin can be installed from • dart plugin can be installed from vs code version • vs code at c users dell appdata local programs microsoft vs code • flutter extension version connected device available • sdk gphone mobile • emulator • android • android api emulator • chrome web • chrome • web javascript • google chrome • edge web • edge • web javascript • microsoft edge • no issues found
0
301,012
26,009,639,474
IssuesEvent
2022-12-20 23:32:48
project-chip/connectedhomeip
https://api.github.com/repos/project-chip/connectedhomeip
closed
Device Attestation fails for linux lightning-app & all-cluster-app
attestation stale v1.1
#### Problem Issue validated with [this commit](https://github.com/project-chip/connectedhomeip/tree/e169fcf99510c98ea16504e77c7fd8bf86f6b806). Currently, it is not possible to commission devices running the [linux lightning-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/linux) using the [chip-tool](https://github.com/project-chip/connectedhomeip/tree/master/examples/chip-tool) or the [python controller](https://github.com/project-chip/connectedhomeip/tree/master/src/controller/python). Output from chip-tool: ``` [1643102316864] [44242:8515226] CHIP: [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0001 [1643102316864] [44242:8515226] CHIP: [ZCL] AttestationResponse: [1643102316864] [44242:8515226] CHIP: [ZCL] AttestationElements: 278 [1643102316864] [44242:8515226] CHIP: [ZCL] Signature: 64 [1643102316864] [44242:8515226] CHIP: [CTL] Received Attestation Information from the device [1643102316864] [44242:8515226] CHIP: [CTL] Verifying attestation [1643102316868] [44242:8515226] CHIP: [CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationResult enum to understand the errors [1643102316868] [44242:8515226] CHIP: [CTL] Failed to perform commissioning step 7 [1643102316868] [44242:8515226] CHIP: [TOO] Secure Pairing Failed [1643102316870] [44242:8515226] CHIP: [TOO] Pairing Failure: ../../src/controller/CHIPDeviceController.cpp:1100: CHIP Error 0x000000AC: Internal error ``` Output from python controller: ``` [1643101546337] [38361:8482195] CHIP: [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0001 [1643101546337] [38361:8482195] CHIP: [ZCL] AttestationResponse: [1643101546337] [38361:8482195] CHIP: [ZCL] AttestationElements: 278 [1643101546337] [38361:8482195] CHIP: [ZCL] Signature: 64 [1643101546337] [38361:8482195] CHIP: [CTL] Received Attestation Information from the device [1643101546337] [38361:8482195] CHIP: [CTL] Verifying attestation [1643101546342] [38361:8482195] CHIP: [CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationResult enum to understand the errors [1643101546342] [38361:8482195] CHIP: [CTL] Failed to perform commissioning step 7 Failed to establish secure session to device: 172 ``` #### Proposed Solution Provide app example with certificates that pass the device attestation or add instructions on how to do so.
1.0
Device Attestation fails for linux lightning-app & all-cluster-app - #### Problem Issue validated with [this commit](https://github.com/project-chip/connectedhomeip/tree/e169fcf99510c98ea16504e77c7fd8bf86f6b806). Currently, it is not possible to commission devices running the [linux lightning-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/linux) using the [chip-tool](https://github.com/project-chip/connectedhomeip/tree/master/examples/chip-tool) or the [python controller](https://github.com/project-chip/connectedhomeip/tree/master/src/controller/python). Output from chip-tool: ``` [1643102316864] [44242:8515226] CHIP: [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0001 [1643102316864] [44242:8515226] CHIP: [ZCL] AttestationResponse: [1643102316864] [44242:8515226] CHIP: [ZCL] AttestationElements: 278 [1643102316864] [44242:8515226] CHIP: [ZCL] Signature: 64 [1643102316864] [44242:8515226] CHIP: [CTL] Received Attestation Information from the device [1643102316864] [44242:8515226] CHIP: [CTL] Verifying attestation [1643102316868] [44242:8515226] CHIP: [CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationResult enum to understand the errors [1643102316868] [44242:8515226] CHIP: [CTL] Failed to perform commissioning step 7 [1643102316868] [44242:8515226] CHIP: [TOO] Secure Pairing Failed [1643102316870] [44242:8515226] CHIP: [TOO] Pairing Failure: ../../src/controller/CHIPDeviceController.cpp:1100: CHIP Error 0x000000AC: Internal error ``` Output from python controller: ``` [1643101546337] [38361:8482195] CHIP: [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0001 [1643101546337] [38361:8482195] CHIP: [ZCL] AttestationResponse: [1643101546337] [38361:8482195] CHIP: [ZCL] AttestationElements: 278 [1643101546337] [38361:8482195] CHIP: [ZCL] Signature: 64 [1643101546337] [38361:8482195] CHIP: [CTL] Received Attestation Information from the device [1643101546337] [38361:8482195] CHIP: [CTL] Verifying attestation [1643101546342] [38361:8482195] CHIP: [CTL] Failed in verifying 'Attestation Information' command received from the device: err 101. Look at AttestationVerificationResult enum to understand the errors [1643101546342] [38361:8482195] CHIP: [CTL] Failed to perform commissioning step 7 Failed to establish secure session to device: 172 ``` #### Proposed Solution Provide app example with certificates that pass the device attestation or add instructions on how to do so.
test
device attestation fails for linux lightning app all cluster app problem issue validated with currently it is not possible to commission devices running the using the or the output from chip tool chip received command response data endpoint cluster command chip attestationresponse chip attestationelements chip signature chip received attestation information from the device chip verifying attestation chip failed in verifying attestation information command received from the device err look at attestationverificationresult enum to understand the errors chip failed to perform commissioning step chip secure pairing failed chip pairing failure src controller chipdevicecontroller cpp chip error internal error output from python controller chip received command response data endpoint cluster command chip attestationresponse chip attestationelements chip signature chip received attestation information from the device chip verifying attestation chip failed in verifying attestation information command received from the device err look at attestationverificationresult enum to understand the errors chip failed to perform commissioning step failed to establish secure session to device proposed solution provide app example with certificates that pass the device attestation or add instructions on how to do so
1
264,536
23,123,201,793
IssuesEvent
2022-07-28 00:57:42
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
opened
DISABLED test_find_unused_parameters_kwarg_debug_off (__main__.DistributedDataParallelTest)
module: flaky-tests skipped module: unknown
Platforms: linux This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_find_unused_parameters_kwarg_debug_off&suite=DistributedDataParallelTest&file=distributed/test_c10d_nccl.py) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/7548584581). Over the past 3 hours, it has been determined flaky in 1 workflow(s) with 1 red and 1 green.
1.0
DISABLED test_find_unused_parameters_kwarg_debug_off (__main__.DistributedDataParallelTest) - Platforms: linux This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_find_unused_parameters_kwarg_debug_off&suite=DistributedDataParallelTest&file=distributed/test_c10d_nccl.py) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/7548584581). Over the past 3 hours, it has been determined flaky in 1 workflow(s) with 1 red and 1 green.
test
disabled test find unused parameters kwarg debug off main distributeddataparalleltest platforms linux this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with red and green
1
25,677
12,269,952,104
IssuesEvent
2020-05-07 14:48:25
cityofaustin/atd-data-tech
https://api.github.com/repos/cityofaustin/atd-data-tech
opened
Easement Data Team - Prep / Meeting on 5/15/20
Service: Geo Type: Meeting Workgroup: CTM
Jacquie sent out a table with EASEMENT_TYPE for comment from the departments. I forwarded the email to Scott (AMD), Cole (SDD), Nathan (ATSD), Dipti (TE), Ryan (ROW) for feedback before the meeting.
1.0
Easement Data Team - Prep / Meeting on 5/15/20 - Jacquie sent out a table with EASEMENT_TYPE for comment from the departments. I forwarded the email to Scott (AMD), Cole (SDD), Nathan (ATSD), Dipti (TE), Ryan (ROW) for feedback before the meeting.
non_test
easement data team prep meeting on jacquie sent out a table with easement type for comment from the departments i forwarded the email to scott amd cole sdd nathan atsd dipti te ryan row for feedback before the meeting
0
36,265
5,040,792,297
IssuesEvent
2016-12-19 07:41:53
db0sch/mnmlist
https://api.github.com/repos/db0sch/mnmlist
closed
Testing // Sign up & Sign In
primary ready testing
Write feature specs (which acts as a user on the browser) for sign up, sign in, problem with sign up and sign in. Editing password, username, fisrt_name, and last_name... etc.
1.0
Testing // Sign up & Sign In - Write feature specs (which acts as a user on the browser) for sign up, sign in, problem with sign up and sign in. Editing password, username, fisrt_name, and last_name... etc.
test
testing sign up sign in write feature specs which acts as a user on the browser for sign up sign in problem with sign up and sign in editing password username fisrt name and last name etc
1
216,421
16,761,172,749
IssuesEvent
2021-06-13 20:23:14
nucypher/rust-umbral
https://api.github.com/repos/nucypher/rust-umbral
closed
Only enable `console_error_panic_hook` in tests
WASM tests
`console_error_panic_hook` library is very useful for testing in WASM bindings, but should the release version of the library have it? It increases the WASM size noticeably. Also figure out where it is better to initialize it. Currently `console_error_panic_hook::set_once()` is called from `SecretKey::random()` which may not be used at all in some scenarios.
1.0
Only enable `console_error_panic_hook` in tests - `console_error_panic_hook` library is very useful for testing in WASM bindings, but should the release version of the library have it? It increases the WASM size noticeably. Also figure out where it is better to initialize it. Currently `console_error_panic_hook::set_once()` is called from `SecretKey::random()` which may not be used at all in some scenarios.
test
only enable console error panic hook in tests console error panic hook library is very useful for testing in wasm bindings but should the release version of the library have it it increases the wasm size noticeably also figure out where it is better to initialize it currently console error panic hook set once is called from secretkey random which may not be used at all in some scenarios
1
68,460
7,097,262,371
IssuesEvent
2018-01-14 17:24:03
Proyecto-EGC-G1/GeneracionEstatica-EGC-G1
https://api.github.com/repos/Proyecto-EGC-G1/GeneracionEstatica-EGC-G1
closed
Revisión de las funciones por problemas con los test
change/upgrade high started test
Las funciones deben ser modificadas para que los valores de configuración se les pase a través de variables al llamar a la función ya que en los test no funciona el comando "get_option('valor');".
1.0
Revisión de las funciones por problemas con los test - Las funciones deben ser modificadas para que los valores de configuración se les pase a través de variables al llamar a la función ya que en los test no funciona el comando "get_option('valor');".
test
revisión de las funciones por problemas con los test las funciones deben ser modificadas para que los valores de configuración se les pase a través de variables al llamar a la función ya que en los test no funciona el comando get option valor
1
431,256
30,224,785,054
IssuesEvent
2023-07-05 22:53:51
OSOceanAcoustics/echoshader
https://api.github.com/repos/OSOceanAcoustics/echoshader
opened
Update documentation
documentation
The current documentation is/will be outdated as we progress on refactoring, so before the first release let's update the documentation to reflect all changes and update the example notebooks. ### Tasks - [ ] Add a brief introduction for echoshader - [ ] Add installation instructions - [ ] Update example notebooks, so that each suite of functionalities are demonstrated in a notebook. Also need 1-2 notebooks to demonstrate how to put multiple functionalities together and set up a server.
1.0
Update documentation - The current documentation is/will be outdated as we progress on refactoring, so before the first release let's update the documentation to reflect all changes and update the example notebooks. ### Tasks - [ ] Add a brief introduction for echoshader - [ ] Add installation instructions - [ ] Update example notebooks, so that each suite of functionalities are demonstrated in a notebook. Also need 1-2 notebooks to demonstrate how to put multiple functionalities together and set up a server.
non_test
update documentation the current documentation is will be outdated as we progress on refactoring so before the first release let s update the documentation to reflect all changes and update the example notebooks tasks add a brief introduction for echoshader add installation instructions update example notebooks so that each suite of functionalities are demonstrated in a notebook also need notebooks to demonstrate how to put multiple functionalities together and set up a server
0
167,705
13,039,636,602
IssuesEvent
2020-07-28 17:05:27
Realm667/WolfenDoom
https://api.github.com/repos/Realm667/WolfenDoom
closed
Feedbacks from N00b and russian community
bug gameplay playtesting suggestion
These are from the Facebook chat. I'm posting them here to ensure they don't get lost. - [x] First > Which plans does the team currently have on Stierlitz? Will he just be given a part of Stern's dialogue, or could there be a possibility to add some small plot details connected with him, for example, to add his agents to some later C3 maps disguised as ordinary scientists/technicians/soldiers/SS members (without any exclamation marks above them!). They will not shoot the player or other troops unless provoked (I would try just +FRIENDLY monsters who stand still 'guarding' and have A_Look removed from their Spawn for this effect), and if talked to, they will provide the player with goodies (i.e. ammo, health, armor, a weapon, a key for a shortcut or a gate in previously visited area behind which is a large cache of supplies or money) or information (where to find a secret or what to expect from the next playing area). A scientist or a technician could also sabotage some mechanisms and 'clear the path' for the player a bit, or prevent triggering an ambush. If any of them is killed by the player though, the other agents will not spawn on later maps, making their further help inaccessible. - [x] Second > I would also like to add such an agent to C3M4 (Fuehrerbunker) who could in addition give the player a paper with some encrypted text which the player will need to show Colonel Volkoff later in the INTERMAP. If done so, Volkoff will decrypt it, tell Blazkowicz some of the information there (there could be some details on Hitler's current plans), then thank him, say something good about Stierlitz and the network of his agents, and tell Blazkowicz a passphrase (an inventory token) to say to the last agent in C3M5_A or the start of C3M5_B. That person will reward the player with a giant cache of supplies (full ammo refill, items like Totale Macht, Field Kits and Adrenaline, heavy armor, health packs and some cool weapon like UMG43 or Klein Nebelwerfer). As most of that is apparently going to be confiscated before C3M5_C, there better be some slaughtermap-style fights on C3M5_B 🙂 Also, providing the information to Volkoff could also result in some bombs being dropped on Wolfenstein (wiping two or three outdoor areas and/or destroying some walls and opening some passages in the castle)... - [x] Third > There are some problems in C3M1: first, it is too foggy to snipe the single MP 40 red door guard from the tower. He cannot be seen at all from that position. Maybe add a light source or a chimney to the building so that he would be right under it and his position could be at least guessed? Second, the red door he guards blocks the player when he is trying to leave the building (the door opens to the right, and the railing near it is apparently set to "Impassable", not to "Walkable middle texture", so Blazkowicz can't jump over it), you can only use noclip to escape. Third, there is a (slight) possibility for player to jump from one of the barracks onto the right pillar of Zyklon C barrel storage and, walking over barbed wire, to end up outside of the camp. After doing this, the guards are still not alerted (but after picking up the radio from the other side, they are 🙂 )
1.0
Feedbacks from N00b and russian community - These are from the Facebook chat. I'm posting them here to ensure they don't get lost. - [x] First > Which plans does the team currently have on Stierlitz? Will he just be given a part of Stern's dialogue, or could there be a possibility to add some small plot details connected with him, for example, to add his agents to some later C3 maps disguised as ordinary scientists/technicians/soldiers/SS members (without any exclamation marks above them!). They will not shoot the player or other troops unless provoked (I would try just +FRIENDLY monsters who stand still 'guarding' and have A_Look removed from their Spawn for this effect), and if talked to, they will provide the player with goodies (i.e. ammo, health, armor, a weapon, a key for a shortcut or a gate in previously visited area behind which is a large cache of supplies or money) or information (where to find a secret or what to expect from the next playing area). A scientist or a technician could also sabotage some mechanisms and 'clear the path' for the player a bit, or prevent triggering an ambush. If any of them is killed by the player though, the other agents will not spawn on later maps, making their further help inaccessible. - [x] Second > I would also like to add such an agent to C3M4 (Fuehrerbunker) who could in addition give the player a paper with some encrypted text which the player will need to show Colonel Volkoff later in the INTERMAP. If done so, Volkoff will decrypt it, tell Blazkowicz some of the information there (there could be some details on Hitler's current plans), then thank him, say something good about Stierlitz and the network of his agents, and tell Blazkowicz a passphrase (an inventory token) to say to the last agent in C3M5_A or the start of C3M5_B. That person will reward the player with a giant cache of supplies (full ammo refill, items like Totale Macht, Field Kits and Adrenaline, heavy armor, health packs and some cool weapon like UMG43 or Klein Nebelwerfer). As most of that is apparently going to be confiscated before C3M5_C, there better be some slaughtermap-style fights on C3M5_B 🙂 Also, providing the information to Volkoff could also result in some bombs being dropped on Wolfenstein (wiping two or three outdoor areas and/or destroying some walls and opening some passages in the castle)... - [x] Third > There are some problems in C3M1: first, it is too foggy to snipe the single MP 40 red door guard from the tower. He cannot be seen at all from that position. Maybe add a light source or a chimney to the building so that he would be right under it and his position could be at least guessed? Second, the red door he guards blocks the player when he is trying to leave the building (the door opens to the right, and the railing near it is apparently set to "Impassable", not to "Walkable middle texture", so Blazkowicz can't jump over it), you can only use noclip to escape. Third, there is a (slight) possibility for player to jump from one of the barracks onto the right pillar of Zyklon C barrel storage and, walking over barbed wire, to end up outside of the camp. After doing this, the guards are still not alerted (but after picking up the radio from the other side, they are 🙂 )
test
feedbacks from and russian community these are from the facebook chat i m posting them here to ensure they don t get lost first which plans does the team currently have on stierlitz will he just be given a part of stern s dialogue or could there be a possibility to add some small plot details connected with him for example to add his agents to some later maps disguised as ordinary scientists technicians soldiers ss members without any exclamation marks above them they will not shoot the player or other troops unless provoked i would try just friendly monsters who stand still guarding and have a look removed from their spawn for this effect and if talked to they will provide the player with goodies i e ammo health armor a weapon a key for a shortcut or a gate in previously visited area behind which is a large cache of supplies or money or information where to find a secret or what to expect from the next playing area a scientist or a technician could also sabotage some mechanisms and clear the path for the player a bit or prevent triggering an ambush if any of them is killed by the player though the other agents will not spawn on later maps making their further help inaccessible second i would also like to add such an agent to fuehrerbunker who could in addition give the player a paper with some encrypted text which the player will need to show colonel volkoff later in the intermap if done so volkoff will decrypt it tell blazkowicz some of the information there there could be some details on hitler s current plans then thank him say something good about stierlitz and the network of his agents and tell blazkowicz a passphrase an inventory token to say to the last agent in a or the start of b that person will reward the player with a giant cache of supplies full ammo refill items like totale macht field kits and adrenaline heavy armor health packs and some cool weapon like or klein nebelwerfer as most of that is apparently going to be confiscated before c there better be some slaughtermap style fights on b 🙂 also providing the information to volkoff could also result in some bombs being dropped on wolfenstein wiping two or three outdoor areas and or destroying some walls and opening some passages in the castle third there are some problems in first it is too foggy to snipe the single mp red door guard from the tower he cannot be seen at all from that position maybe add a light source or a chimney to the building so that he would be right under it and his position could be at least guessed second the red door he guards blocks the player when he is trying to leave the building the door opens to the right and the railing near it is apparently set to impassable not to walkable middle texture so blazkowicz can t jump over it you can only use noclip to escape third there is a slight possibility for player to jump from one of the barracks onto the right pillar of zyklon c barrel storage and walking over barbed wire to end up outside of the camp after doing this the guards are still not alerted but after picking up the radio from the other side they are 🙂
1
64,669
18,789,816,132
IssuesEvent
2021-11-08 15:42:53
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: Java binding does not support calling quit in shutdown hook
C-java I-defect
### What happened? The Java binding does not support calling quit in shutdown hook since 4.0.0-beta-2. It appears that the java binding has a shutdown hook that closes netty clients and this hook is executed prior to a user-registered hook designed to quit the driver. ### How can we reproduce the issue? ```shell static void main(String[] args) { WebDriver driver = new FirefoxDriver(); Runtime.getRuntime().addShutdownHook(new Thread(driver::quit)); driver.get("http://localhost/"); } ``` ### Relevant log output ```shell The browser remains open. ``` ### Operating System Windows 10 ### Selenium version 4.0.0-beta-2 and later ### What are the browser(s) and version(s) where you see this issue? Firefox ### What are the browser driver(s) and version(s) where you see this issue? - ### Are you using Selenium Grid? -
1.0
[🐛 Bug]: Java binding does not support calling quit in shutdown hook - ### What happened? The Java binding does not support calling quit in shutdown hook since 4.0.0-beta-2. It appears that the java binding has a shutdown hook that closes netty clients and this hook is executed prior to a user-registered hook designed to quit the driver. ### How can we reproduce the issue? ```shell static void main(String[] args) { WebDriver driver = new FirefoxDriver(); Runtime.getRuntime().addShutdownHook(new Thread(driver::quit)); driver.get("http://localhost/"); } ``` ### Relevant log output ```shell The browser remains open. ``` ### Operating System Windows 10 ### Selenium version 4.0.0-beta-2 and later ### What are the browser(s) and version(s) where you see this issue? Firefox ### What are the browser driver(s) and version(s) where you see this issue? - ### Are you using Selenium Grid? -
non_test
java binding does not support calling quit in shutdown hook what happened the java binding does not support calling quit in shutdown hook since beta it appears that the java binding has a shutdown hook that closes netty clients and this hook is executed prior to a user registered hook designed to quit the driver how can we reproduce the issue shell static void main string args webdriver driver new firefoxdriver runtime getruntime addshutdownhook new thread driver quit driver get relevant log output shell the browser remains open operating system windows selenium version beta and later what are the browser s and version s where you see this issue firefox what are the browser driver s and version s where you see this issue are you using selenium grid
0
141,935
11,447,676,103
IssuesEvent
2020-02-06 00:34:33
Coopss/cse423-compiler
https://api.github.com/repos/Coopss/cse423-compiler
closed
TokenLabeler unit tests must be updated to reflect changes in c497c74a2c04705668a273223fe338c94af543a4
frontend testing
### Issue Description As described by title ### Feature branch: #54 #58 ### Definition of Success * [ ] Unit test is updated
1.0
TokenLabeler unit tests must be updated to reflect changes in c497c74a2c04705668a273223fe338c94af543a4 - ### Issue Description As described by title ### Feature branch: #54 #58 ### Definition of Success * [ ] Unit test is updated
test
tokenlabeler unit tests must be updated to reflect changes in issue description as described by title feature branch definition of success unit test is updated
1
597,948
18,216,784,955
IssuesEvent
2021-09-30 06:00:53
github/docs
https://api.github.com/repos/github/docs
closed
Docs pages display HTML source code snippets instead of rendering the HTML
engineering priority-2
### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? The problem occurs throughout the GraphQL documentation, for example: - https://docs.github.com/en/graphql/reference/unions - https://docs.github.com/en/graphql/reference/interfaces From what I can tell, these HTML source code snippets are intended to be actual HTML in the page that gets properly rendered by the browser. Here's a screenshot: ![Unions - GitHub Docs 2021-09-24 11-27-52](https://user-images.githubusercontent.com/307393/134723174-2b837561-1fc6-4841-80a0-f26fe628fc78.png) ### What changes are you suggesting? These HTML snippets are likely intended to be compiled directly into the HTML of the documentation page and rendered by the browser, instead of being compiled onto the page as a source code snippet. ### Additional information _No response_
1.0
Docs pages display HTML source code snippets instead of rendering the HTML - ### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? The problem occurs throughout the GraphQL documentation, for example: - https://docs.github.com/en/graphql/reference/unions - https://docs.github.com/en/graphql/reference/interfaces From what I can tell, these HTML source code snippets are intended to be actual HTML in the page that gets properly rendered by the browser. Here's a screenshot: ![Unions - GitHub Docs 2021-09-24 11-27-52](https://user-images.githubusercontent.com/307393/134723174-2b837561-1fc6-4841-80a0-f26fe628fc78.png) ### What changes are you suggesting? These HTML snippets are likely intended to be compiled directly into the HTML of the documentation page and rendered by the browser, instead of being compiled onto the page as a source code snippet. ### Additional information _No response_
non_test
docs pages display html source code snippets instead of rendering the html code of conduct i have read and agree to the github docs project s what article on docs github com is affected the problem occurs throughout the graphql documentation for example from what i can tell these html source code snippets are intended to be actual html in the page that gets properly rendered by the browser here s a screenshot what changes are you suggesting these html snippets are likely intended to be compiled directly into the html of the documentation page and rendered by the browser instead of being compiled onto the page as a source code snippet additional information no response
0
341,288
10,291,266,143
IssuesEvent
2019-08-27 15:06:30
xwikisas/application-diagram
https://api.github.com/repos/xwikisas/application-diagram
closed
Preview from "Export as URL" is not working
Priority: Major Status: Duplicate Type: Bug
Steps to reproduce: 1. Edit a Diagram 2. Click on File > Export as > URL... 3. Click on the Create button 4. Click on Preview Expected results: The diagram appears as a preview. Actual results: "http:localhost:8080/xwiki/bin/view/Diagram/DiagramViewSheet?lightbox=1&highlight=0000ff&edit=_blank&layers=1&nav=1&title=Diagram1&source=url#RvZdds5owEIZ%2FjbcdIIL0Vo89vWinZ8aLtpcRFkhPYJm4KPbXN0iUz1Y6g95o9l3y9ewmLAu2SctXxfPkK4YgF44Vlgv2snAcZvv6txLOteBadi3ESoS11BJ24jcY0TJqIUI4dB4kREki74oBZhkE1NG4UnjqPhah7M6a8xgGwi7gcqh%2BFyElRrW9j43jM4g4MVP7zqp27HnwHissMjNfhhnUnpRfhzF7PCQ8xFNLYtsF2yhEqltpuQFZUb0Sq%2Ft9%2Bov3tmQFGU3p4NQdjlwWZtdmXXS%2BYtAdNHFtrE%2BJINjlPKg8Jx1zrSWUSm3ZuskPeR2GSJSgx19HQsoNSlSXgVgURU4QaP1ACt%2Bh5Qm9ved62jNcvtnRERRB2ZLMdl4BUyB11o8Y75XsuWuemgj6RkrasTMaNzkT38Zt4OmG4TfOkt1nqcOdV02REaiMyx2humThPbZNSn0rSIoMjN5DHHLwo1HEXuDDPpoHsb3qMl4%2Bj%2FFyOmO6%2FN0D289RP4DxHN377tK1ZgLo9ZKUDQnazghC25qBofvIMz8DnR4cxtgH92kJ5t2HQ0rwLJYT6MwAY9k%2FasNM8R6EYvU%2FeXI9dYHEInwKGZv18sSdeIjmYONPv4f0JrmUIDFWPNVbz0EJPR%2Bovu%2BtcTwDX%2B%2BY2SO3%2BCg%2BbwZ8tj1MpVAXX8ZERQnGqF%2BQ20ZdX15%2F1SXzYnVpQCnoRyXre6K2fhrPLyA6m8qSF4Raasb%2Bgpjf43nAQgW9urRa6T8JK5CcxLFbRo7hMl3fUNcDrcj0SxinR5y4ioFMrx702zKmxcGansez1Szz34r246o8bTbVeE24%2Bdhh2z8%3D" appears. Environment: Windows 10, XWiki 8.4.5 Standard and IE11 Linked to: https://github.com/xwikisas/application-diagram/issues/24 ![Preview](https://user-images.githubusercontent.com/40691112/63698335-506b4d80-c827-11e9-8be8-78978e35a55d.jpg)
1.0
Preview from "Export as URL" is not working - Steps to reproduce: 1. Edit a Diagram 2. Click on File > Export as > URL... 3. Click on the Create button 4. Click on Preview Expected results: The diagram appears as a preview. Actual results: "http:localhost:8080/xwiki/bin/view/Diagram/DiagramViewSheet?lightbox=1&highlight=0000ff&edit=_blank&layers=1&nav=1&title=Diagram1&source=url#RvZdds5owEIZ%2FjbcdIIL0Vo89vWinZ8aLtpcRFkhPYJm4KPbXN0iUz1Y6g95o9l3y9ewmLAu2SctXxfPkK4YgF44Vlgv2snAcZvv6txLOteBadi3ESoS11BJ24jcY0TJqIUI4dB4kREki74oBZhkE1NG4UnjqPhah7M6a8xgGwi7gcqh%2BFyElRrW9j43jM4g4MVP7zqp27HnwHissMjNfhhnUnpRfhzF7PCQ8xFNLYtsF2yhEqltpuQFZUb0Sq%2Ft9%2Bov3tmQFGU3p4NQdjlwWZtdmXXS%2BYtAdNHFtrE%2BJINjlPKg8Jx1zrSWUSm3ZuskPeR2GSJSgx19HQsoNSlSXgVgURU4QaP1ACt%2Bh5Qm9ved62jNcvtnRERRB2ZLMdl4BUyB11o8Y75XsuWuemgj6RkrasTMaNzkT38Zt4OmG4TfOkt1nqcOdV02REaiMyx2humThPbZNSn0rSIoMjN5DHHLwo1HEXuDDPpoHsb3qMl4%2Bj%2FFyOmO6%2FN0D289RP4DxHN377tK1ZgLo9ZKUDQnazghC25qBofvIMz8DnR4cxtgH92kJ5t2HQ0rwLJYT6MwAY9k%2FasNM8R6EYvU%2FeXI9dYHEInwKGZv18sSdeIjmYONPv4f0JrmUIDFWPNVbz0EJPR%2Bovu%2BtcTwDX%2B%2BY2SO3%2BCg%2BbwZ8tj1MpVAXX8ZERQnGqF%2BQ20ZdX15%2F1SXzYnVpQCnoRyXre6K2fhrPLyA6m8qSF4Raasb%2Bgpjf43nAQgW9urRa6T8JK5CcxLFbRo7hMl3fUNcDrcj0SxinR5y4ioFMrx702zKmxcGansez1Szz34r246o8bTbVeE24%2Bdhh2z8%3D" appears. Environment: Windows 10, XWiki 8.4.5 Standard and IE11 Linked to: https://github.com/xwikisas/application-diagram/issues/24 ![Preview](https://user-images.githubusercontent.com/40691112/63698335-506b4d80-c827-11e9-8be8-78978e35a55d.jpg)
non_test
preview from export as url is not working steps to reproduce edit a diagram click on file export as url click on the create button click on preview expected results the diagram appears as a preview actual results http localhost xwiki bin view diagram diagramviewsheet lightbox highlight edit blank layers nav title source url appears environment windows xwiki standard and linked to
0
124,283
4,894,374,946
IssuesEvent
2016-11-19 07:59:18
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
[k8s.io] DNS config map should be able to change configuration {Kubernetes e2e suite}
kind/flake priority/P2
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-kubenet/175/ Failed: [k8s.io] DNS config map should be able to change configuration {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns_configmap.go:66 Expected error: <exec.CodeExitError>: { Err: { s: "command terminated with exit code 10", }, Code: 10, } command terminated with exit code 10 not to have occurred /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns_configmap.go:203 ```
1.0
[k8s.io] DNS config map should be able to change configuration {Kubernetes e2e suite} - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-kubenet/175/ Failed: [k8s.io] DNS config map should be able to change configuration {Kubernetes e2e suite} ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns_configmap.go:66 Expected error: <exec.CodeExitError>: { Err: { s: "command terminated with exit code 10", }, Code: 10, } command terminated with exit code 10 not to have occurred /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns_configmap.go:203 ```
non_test
dns config map should be able to change configuration kubernetes suite failed dns config map should be able to change configuration kubernetes suite go src io kubernetes output dockerized go src io kubernetes test dns configmap go expected error err s command terminated with exit code code command terminated with exit code not to have occurred go src io kubernetes output dockerized go src io kubernetes test dns configmap go
0
181,538
14,880,044,785
IssuesEvent
2021-01-20 08:38:30
chartjs/Chart.js
https://api.github.com/repos/chartjs/Chart.js
opened
Documentation search index wrong linking
type: documentation
Documentation Is: <!-- Please place an x (no spaces!) in all [ ] that apply --> - [ ] Missing or needed - [ x ] Confusing - [ ] Not Sure? ### Please Explain in Detail... If you use the search bar in the new documentation it looks like it will scan all the possible docs versions, most of the dead links happen because I am on the master docs and it tries to load the next docs or the other way around. In this case it will put /docs/next behind /docs/master. This makes the page return a 404. When writing this issue I found one that also tried returning a search result for 2.9.3: https://www.chartjs.org/docs/master/docs/2.9.3/charts/bar.html#barpercentage-vs-categorypercentage When clicking the search result there is no way of seeing to which version of the docs it will take you. This will be frustrating once version 3 goes out of beta and new people will try to work with it and search for things. ### Your Proposal for Changes Try to eliminate that it indexes other folders of the docs as the latest. This will make it not good for now while its in beta but it will work nice when out of beta and wont deliver any headaches then. The nicer option is, if possible only return search results for the folder in which it is, so if its at the master docs only return those
1.0
Documentation search index wrong linking - Documentation Is: <!-- Please place an x (no spaces!) in all [ ] that apply --> - [ ] Missing or needed - [ x ] Confusing - [ ] Not Sure? ### Please Explain in Detail... If you use the search bar in the new documentation it looks like it will scan all the possible docs versions, most of the dead links happen because I am on the master docs and it tries to load the next docs or the other way around. In this case it will put /docs/next behind /docs/master. This makes the page return a 404. When writing this issue I found one that also tried returning a search result for 2.9.3: https://www.chartjs.org/docs/master/docs/2.9.3/charts/bar.html#barpercentage-vs-categorypercentage When clicking the search result there is no way of seeing to which version of the docs it will take you. This will be frustrating once version 3 goes out of beta and new people will try to work with it and search for things. ### Your Proposal for Changes Try to eliminate that it indexes other folders of the docs as the latest. This will make it not good for now while its in beta but it will work nice when out of beta and wont deliver any headaches then. The nicer option is, if possible only return search results for the folder in which it is, so if its at the master docs only return those
non_test
documentation search index wrong linking documentation is missing or needed confusing not sure please explain in detail if you use the search bar in the new documentation it looks like it will scan all the possible docs versions most of the dead links happen because i am on the master docs and it tries to load the next docs or the other way around in this case it will put docs next behind docs master this makes the page return a when writing this issue i found one that also tried returning a search result for when clicking the search result there is no way of seeing to which version of the docs it will take you this will be frustrating once version goes out of beta and new people will try to work with it and search for things your proposal for changes try to eliminate that it indexes other folders of the docs as the latest this will make it not good for now while its in beta but it will work nice when out of beta and wont deliver any headaches then the nicer option is if possible only return search results for the folder in which it is so if its at the master docs only return those
0
108,356
4,337,750,113
IssuesEvent
2016-07-28 02:20:29
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
ng new command with --mobile flag fails while without --mobile flag works fine.
priority: 2 (required) type: bug
OS: Mac OSX El Capitan NG Version: angular-cli: 1.0.0-beta.6, node: 6.2.2, os: darwin x64 Reproduction step: ng new project_name --mobile (the issue happens here, to see proper log need to do npm install inside the project folder) cd project_name npm install log: --------------------------------------------------------------------------------------------------------------------------------- playbook-new-mobile4@0.0.0 /Users/yogeshofit/Desktop/angular2/workspace/Playbook-new-mobile4 ├── UNMET PEER DEPENDENCY @angular/core@2.0.0-rc.2 ├─┬ angular-cli@1.0.0-beta.6 │ ├── typescript@1.8.10 │ └─┬ typings@0.8.1 │ ├── bluebird@3.4.0 │ ├── minimist@1.2.0 │ └── wordwrap@1.0.0 ├─┬ UNMET PEER DEPENDENCY angular2-universal@0.100.5 │ └── UNMET PEER DEPENDENCY angular2-universal@^0.102.0 └─┬ protractor@3.3.0 └─┬ request@2.67.0 └─┬ http-signature@1.1.1 └─┬ sshpk@1.8.3 ├── ecc-jsbn@0.1.1 ├── jodid25519@1.0.2 ├── jsbn@0.1.0 └── tweetnacl@0.13.3 npm WARN @angular/app-shell@0.0.0 requires a peer of @angular/core@2.0.0-rc.1 but none was installed. npm WARN angular2-express-engine@0.14.2 requires a peer of angular2-universal@^0.102.0 but none was installed. npm WARN angular2-hapi-engine@0.14.0 requires a peer of angular2-universal@^0.102.0 but none was installed. npm WARN angular2-express-engine@0.14.2 requires a peer of angular2-universal@^0.102.0 but none was installed. npm WARN angular2-hapi-engine@0.14.0 requires a peer of angular2-universal@^0.102.0 but none was installed. --------------------------------------------------------------------------------------------------------------------------------- Similar issue happened in Angular/QuickStart (https://github.com/angular/quickstart/issues/135) Regards, Yogesh Surendran alias CarreraPHP
1.0
ng new command with --mobile flag fails while without --mobile flag works fine. - OS: Mac OSX El Capitan NG Version: angular-cli: 1.0.0-beta.6, node: 6.2.2, os: darwin x64 Reproduction step: ng new project_name --mobile (the issue happens here, to see proper log need to do npm install inside the project folder) cd project_name npm install log: --------------------------------------------------------------------------------------------------------------------------------- playbook-new-mobile4@0.0.0 /Users/yogeshofit/Desktop/angular2/workspace/Playbook-new-mobile4 ├── UNMET PEER DEPENDENCY @angular/core@2.0.0-rc.2 ├─┬ angular-cli@1.0.0-beta.6 │ ├── typescript@1.8.10 │ └─┬ typings@0.8.1 │ ├── bluebird@3.4.0 │ ├── minimist@1.2.0 │ └── wordwrap@1.0.0 ├─┬ UNMET PEER DEPENDENCY angular2-universal@0.100.5 │ └── UNMET PEER DEPENDENCY angular2-universal@^0.102.0 └─┬ protractor@3.3.0 └─┬ request@2.67.0 └─┬ http-signature@1.1.1 └─┬ sshpk@1.8.3 ├── ecc-jsbn@0.1.1 ├── jodid25519@1.0.2 ├── jsbn@0.1.0 └── tweetnacl@0.13.3 npm WARN @angular/app-shell@0.0.0 requires a peer of @angular/core@2.0.0-rc.1 but none was installed. npm WARN angular2-express-engine@0.14.2 requires a peer of angular2-universal@^0.102.0 but none was installed. npm WARN angular2-hapi-engine@0.14.0 requires a peer of angular2-universal@^0.102.0 but none was installed. npm WARN angular2-express-engine@0.14.2 requires a peer of angular2-universal@^0.102.0 but none was installed. npm WARN angular2-hapi-engine@0.14.0 requires a peer of angular2-universal@^0.102.0 but none was installed. --------------------------------------------------------------------------------------------------------------------------------- Similar issue happened in Angular/QuickStart (https://github.com/angular/quickstart/issues/135) Regards, Yogesh Surendran alias CarreraPHP
non_test
ng new command with mobile flag fails while without mobile flag works fine os mac osx el capitan ng version angular cli beta node os darwin reproduction step ng new project name mobile the issue happens here to see proper log need to do npm install inside the project folder cd project name npm install log playbook new users yogeshofit desktop workspace playbook new ├── unmet peer dependency angular core rc ├─┬ angular cli beta │ ├── typescript │ └─┬ typings │ ├── bluebird │ ├── minimist │ └── wordwrap ├─┬ unmet peer dependency universal │ └── unmet peer dependency universal └─┬ protractor └─┬ request └─┬ http signature └─┬ sshpk ├── ecc jsbn ├── ├── jsbn └── tweetnacl npm warn angular app shell requires a peer of angular core rc but none was installed npm warn express engine requires a peer of universal but none was installed npm warn hapi engine requires a peer of universal but none was installed npm warn express engine requires a peer of universal but none was installed npm warn hapi engine requires a peer of universal but none was installed similar issue happened in angular quickstart regards yogesh surendran alias carreraphp
0
168,604
26,670,675,256
IssuesEvent
2023-01-26 10:00:08
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
[Factions] Toy Hammer unable to trigger event
Bug Design Severe
### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [ ] My issue happened while using mods. ### What happened? Hitting an abyss creature with a Toy Hammer after completing the Path of the Bike Horn 2 event doesn't seem to trigger the event `toyhammeronabyssmonster`. ### Reproduction steps _No response_ ### Bug prevalence Happens regularly ### Version Faction/endgame test branch ### - _No response_ ### Which operating system did you encounter this bug on? Windows ### Relevant error messages and crash reports _No response_
1.0
[Factions] Toy Hammer unable to trigger event - ### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [ ] My issue happened while using mods. ### What happened? Hitting an abyss creature with a Toy Hammer after completing the Path of the Bike Horn 2 event doesn't seem to trigger the event `toyhammeronabyssmonster`. ### Reproduction steps _No response_ ### Bug prevalence Happens regularly ### Version Faction/endgame test branch ### - _No response_ ### Which operating system did you encounter this bug on? Windows ### Relevant error messages and crash reports _No response_
non_test
toy hammer unable to trigger event disclaimers i have searched the issue tracker to check if the issue has already been reported my issue happened while using mods what happened hitting an abyss creature with a toy hammer after completing the path of the bike horn event doesn t seem to trigger the event toyhammeronabyssmonster reproduction steps no response bug prevalence happens regularly version faction endgame test branch no response which operating system did you encounter this bug on windows relevant error messages and crash reports no response
0
321,339
23,850,940,427
IssuesEvent
2022-09-06 17:51:50
coderlore/todo-mvc-auth-local
https://api.github.com/repos/coderlore/todo-mvc-auth-local
closed
Update the README.md
documentation enhancement
Should be updated to reflect the project. Thinking we should also adopt a licence. I'm a fan of the MIT licence.
1.0
Update the README.md - Should be updated to reflect the project. Thinking we should also adopt a licence. I'm a fan of the MIT licence.
non_test
update the readme md should be updated to reflect the project thinking we should also adopt a licence i m a fan of the mit licence
0
141,133
11,395,178,596
IssuesEvent
2020-01-30 10:51:36
hazelcast/hazelcast-jet
https://api.github.com/repos/hazelcast/hazelcast-jet
closed
com.hazelcast.jet.pipeline.SourceBuilder_TopologyChangeTest failure
test-failure
http://jenkins.hazelcast.com/job/jet-oss-pr-builder/1655/testReport/junit/com.hazelcast.jet.pipeline/SourceBuilder_TopologyChangeTest/com_hazelcast_jet_pipeline_SourceBuilder_TopologyChangeTest/ Happened on PR#1655 build (commit c801d8cd54f94d859e460b3b3c2c37ed5e806834), but I think it's not related to changes there, that it also reproduces on `master` Stacktrace: ``` org.junit.runners.model.TestTimedOutException: test timed out after 900 seconds ```
1.0
com.hazelcast.jet.pipeline.SourceBuilder_TopologyChangeTest failure - http://jenkins.hazelcast.com/job/jet-oss-pr-builder/1655/testReport/junit/com.hazelcast.jet.pipeline/SourceBuilder_TopologyChangeTest/com_hazelcast_jet_pipeline_SourceBuilder_TopologyChangeTest/ Happened on PR#1655 build (commit c801d8cd54f94d859e460b3b3c2c37ed5e806834), but I think it's not related to changes there, that it also reproduces on `master` Stacktrace: ``` org.junit.runners.model.TestTimedOutException: test timed out after 900 seconds ```
test
com hazelcast jet pipeline sourcebuilder topologychangetest failure happened on pr build commit but i think it s not related to changes there that it also reproduces on master stacktrace org junit runners model testtimedoutexception test timed out after seconds
1