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
82,837
7,853,842,327
IssuesEvent
2018-06-20 18:44:30
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
AD Users authorized by AD groups don't have correct rights with kubectl
area/rbac kind/bug status/blocker status/resolved status/to-test version/2.0
**Rancher versions:** rancher/server or rancher/rancher: 2.0.2 rancher/agent or rancher/rancher-agent: 2.0.2 **Steps to Reproduce:** Configure AD Authentication Grant a cluster role and a project role to a group which contains a given user Login with the said user, it can access what he should have access to in the UI Try to use kubectl with this user. **Results:** User authorized via group on cluster and project level: ``` kubectl -n namespace get all error: the server doesn't have a resource type "cronjobs" ``` User authorized by name on the cluster and by group on project level: ``` kubectl -n namespace get all Error from server (Forbidden): pods is forbidden: User "user-tbrqz" cannot list pods in the namespace "namespace" Error from server (Forbidden): replicationcontrollers is forbidden: User "user-tbrqz" cannot list replicationcontrollers in the namespace "namespace" Error from server (Forbidden): services is forbidden: User "user-tbrqz" cannot list services in the namespace "namespace" Error from server (Forbidden): daemonsets.apps is forbidden: User "user-tbrqz" cannot list daemonsets.apps in the namespace "namespace" Error from server (Forbidden): deployments.apps is forbidden: User "user-tbrqz" cannot list deployments.apps in the namespace "namespace" Error from server (Forbidden): replicasets.apps is forbidden: User "user-tbrqz" cannot list replicasets.apps in the namespace "namespace" Error from server (Forbidden): statefulsets.apps is forbidden: User "user-tbrqz" cannot list statefulsets.apps in the namespace "namespace" Error from server (Forbidden): horizontalpodautoscalers.autoscaling is forbidden: User "user-tbrqz" cannot list horizontalpodautoscalers.autoscaling in the namespace "namespace" Error from server (Forbidden): jobs.batch is forbidden: User "user-tbrqz" cannot list jobs.batch in the namespace "namespace" Error from server (Forbidden): cronjobs.batch is forbidden: User "user-tbrqz" cannot list cronjobs.batch in the namespace "namespace" ``` User authorized by name on the cluster and on the project level: ``` # kubectl -n namespace get all NAME READY STATUS RESTARTS AGE pod/myapi-657f76457b-cw25v 0/1 ContainerCreating 0 3s pod/myapi-657f76457b-gh777 1/1 Running 0 52m pod/myapi-657f76457b-xp4z5 1/1 Running 0 22s pod/myapi-b559c49bd-2qzwf 1/1 Terminating 0 48m pod/myapi-b559c49bd-kbmsx 1/1 Terminating 0 48m pod/myapi-b559c49bd-z7nb5 1/1 Running 0 48m pod/myapp-c67b4c96d-jttr4 1/1 Running 0 53m pod/myapp-c67b4c96d-lnd8t 1/1 Running 0 53m pod/myapp-c67b4c96d-n2jbc 1/1 Running 0 53m NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE service/myapi ClusterIP 10.43.64.145 <none> 9000/TCP 53m service/myapp ClusterIP 10.43.55.169 <none> 80/TCP 53m NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE deployment.apps/myapi 3 4 3 3 53m deployment.apps/myapp 3 3 3 3 53m NAME DESIRED CURRENT READY AGE replicaset.apps/myapi-5d6d48b6b7 0 0 0 53m replicaset.apps/myapi-657f76457b 3 3 2 52m replicaset.apps/myapi-b559c49bd 1 1 1 48m replicaset.apps/myapp-c67b4c96d 3 3 3 53m ``` Expected behavior would be that when the user is authorized by group it should have the same access with kubectl that if it was authorized by name
1.0
AD Users authorized by AD groups don't have correct rights with kubectl - **Rancher versions:** rancher/server or rancher/rancher: 2.0.2 rancher/agent or rancher/rancher-agent: 2.0.2 **Steps to Reproduce:** Configure AD Authentication Grant a cluster role and a project role to a group which contains a given user Login with the said user, it can access what he should have access to in the UI Try to use kubectl with this user. **Results:** User authorized via group on cluster and project level: ``` kubectl -n namespace get all error: the server doesn't have a resource type "cronjobs" ``` User authorized by name on the cluster and by group on project level: ``` kubectl -n namespace get all Error from server (Forbidden): pods is forbidden: User "user-tbrqz" cannot list pods in the namespace "namespace" Error from server (Forbidden): replicationcontrollers is forbidden: User "user-tbrqz" cannot list replicationcontrollers in the namespace "namespace" Error from server (Forbidden): services is forbidden: User "user-tbrqz" cannot list services in the namespace "namespace" Error from server (Forbidden): daemonsets.apps is forbidden: User "user-tbrqz" cannot list daemonsets.apps in the namespace "namespace" Error from server (Forbidden): deployments.apps is forbidden: User "user-tbrqz" cannot list deployments.apps in the namespace "namespace" Error from server (Forbidden): replicasets.apps is forbidden: User "user-tbrqz" cannot list replicasets.apps in the namespace "namespace" Error from server (Forbidden): statefulsets.apps is forbidden: User "user-tbrqz" cannot list statefulsets.apps in the namespace "namespace" Error from server (Forbidden): horizontalpodautoscalers.autoscaling is forbidden: User "user-tbrqz" cannot list horizontalpodautoscalers.autoscaling in the namespace "namespace" Error from server (Forbidden): jobs.batch is forbidden: User "user-tbrqz" cannot list jobs.batch in the namespace "namespace" Error from server (Forbidden): cronjobs.batch is forbidden: User "user-tbrqz" cannot list cronjobs.batch in the namespace "namespace" ``` User authorized by name on the cluster and on the project level: ``` # kubectl -n namespace get all NAME READY STATUS RESTARTS AGE pod/myapi-657f76457b-cw25v 0/1 ContainerCreating 0 3s pod/myapi-657f76457b-gh777 1/1 Running 0 52m pod/myapi-657f76457b-xp4z5 1/1 Running 0 22s pod/myapi-b559c49bd-2qzwf 1/1 Terminating 0 48m pod/myapi-b559c49bd-kbmsx 1/1 Terminating 0 48m pod/myapi-b559c49bd-z7nb5 1/1 Running 0 48m pod/myapp-c67b4c96d-jttr4 1/1 Running 0 53m pod/myapp-c67b4c96d-lnd8t 1/1 Running 0 53m pod/myapp-c67b4c96d-n2jbc 1/1 Running 0 53m NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE service/myapi ClusterIP 10.43.64.145 <none> 9000/TCP 53m service/myapp ClusterIP 10.43.55.169 <none> 80/TCP 53m NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE deployment.apps/myapi 3 4 3 3 53m deployment.apps/myapp 3 3 3 3 53m NAME DESIRED CURRENT READY AGE replicaset.apps/myapi-5d6d48b6b7 0 0 0 53m replicaset.apps/myapi-657f76457b 3 3 2 52m replicaset.apps/myapi-b559c49bd 1 1 1 48m replicaset.apps/myapp-c67b4c96d 3 3 3 53m ``` Expected behavior would be that when the user is authorized by group it should have the same access with kubectl that if it was authorized by name
test
ad users authorized by ad groups don t have correct rights with kubectl rancher versions rancher server or rancher rancher rancher agent or rancher rancher agent steps to reproduce configure ad authentication grant a cluster role and a project role to a group which contains a given user login with the said user it can access what he should have access to in the ui try to use kubectl with this user results user authorized via group on cluster and project level kubectl n namespace get all error the server doesn t have a resource type cronjobs user authorized by name on the cluster and by group on project level kubectl n namespace get all error from server forbidden pods is forbidden user user tbrqz cannot list pods in the namespace namespace error from server forbidden replicationcontrollers is forbidden user user tbrqz cannot list replicationcontrollers in the namespace namespace error from server forbidden services is forbidden user user tbrqz cannot list services in the namespace namespace error from server forbidden daemonsets apps is forbidden user user tbrqz cannot list daemonsets apps in the namespace namespace error from server forbidden deployments apps is forbidden user user tbrqz cannot list deployments apps in the namespace namespace error from server forbidden replicasets apps is forbidden user user tbrqz cannot list replicasets apps in the namespace namespace error from server forbidden statefulsets apps is forbidden user user tbrqz cannot list statefulsets apps in the namespace namespace error from server forbidden horizontalpodautoscalers autoscaling is forbidden user user tbrqz cannot list horizontalpodautoscalers autoscaling in the namespace namespace error from server forbidden jobs batch is forbidden user user tbrqz cannot list jobs batch in the namespace namespace error from server forbidden cronjobs batch is forbidden user user tbrqz cannot list cronjobs batch in the namespace namespace user authorized by name on the cluster and on the project level kubectl n namespace get all name ready status restarts age pod myapi containercreating pod myapi running pod myapi running pod myapi terminating pod myapi kbmsx terminating pod myapi running pod myapp running pod myapp running pod myapp running name type cluster ip external ip port s age service myapi clusterip tcp service myapp clusterip tcp name desired current up to date available age deployment apps myapi deployment apps myapp name desired current ready age replicaset apps myapi replicaset apps myapi replicaset apps myapi replicaset apps myapp expected behavior would be that when the user is authorized by group it should have the same access with kubectl that if it was authorized by name
1
206,744
15,771,956,504
IssuesEvent
2021-03-31 21:10:48
sympy/sympy
https://api.github.com/repos/sympy/sympy
opened
Improve doctest skipping in rst files
Testing
Right now if a doctest needs to be conditionally skipped (because some dependency isn't installed) in an rst file, it is done by adding it to a blacklist in sympy/testing/runtests.py. We should instead use a Sphinx directive to do this. For instance, https://www.sphinx-doc.org/en/master/usage/extensions/doctest.html#skipping-tests-conditionally, or, if that cannot be applied directly, we can make our own Sphinx directive to do it. Another issue is that blacklisted rst files aren't shown as skipped when the doctest runner runs. They just aren't printed at all. This is misleading. Blacklisted files should still be shown as skipped, with a reason, so that we can be aware of which doctests aren't actually being run.
1.0
Improve doctest skipping in rst files - Right now if a doctest needs to be conditionally skipped (because some dependency isn't installed) in an rst file, it is done by adding it to a blacklist in sympy/testing/runtests.py. We should instead use a Sphinx directive to do this. For instance, https://www.sphinx-doc.org/en/master/usage/extensions/doctest.html#skipping-tests-conditionally, or, if that cannot be applied directly, we can make our own Sphinx directive to do it. Another issue is that blacklisted rst files aren't shown as skipped when the doctest runner runs. They just aren't printed at all. This is misleading. Blacklisted files should still be shown as skipped, with a reason, so that we can be aware of which doctests aren't actually being run.
test
improve doctest skipping in rst files right now if a doctest needs to be conditionally skipped because some dependency isn t installed in an rst file it is done by adding it to a blacklist in sympy testing runtests py we should instead use a sphinx directive to do this for instance or if that cannot be applied directly we can make our own sphinx directive to do it another issue is that blacklisted rst files aren t shown as skipped when the doctest runner runs they just aren t printed at all this is misleading blacklisted files should still be shown as skipped with a reason so that we can be aware of which doctests aren t actually being run
1
25,877
5,204,851,722
IssuesEvent
2017-01-24 16:30:19
tamarin-prover/tamarin-prover
https://api.github.com/repos/tamarin-prover/tamarin-prover
closed
The main page (readme.md) of master/develop still point to the obsolete manual
documentation website
These links should be updated asap to: http://tamarin-prover.github.io/manual/
1.0
The main page (readme.md) of master/develop still point to the obsolete manual - These links should be updated asap to: http://tamarin-prover.github.io/manual/
non_test
the main page readme md of master develop still point to the obsolete manual these links should be updated asap to
0
497,324
14,367,989,438
IssuesEvent
2020-12-01 07:40:30
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Getting 404 while login to console as a user with only login and workflow management permission.
Priority/High bug console good first issue ux
**Describe the issue:** When login to the console as a user with only login , workflow management and humantask management permissions, getting a 404 not found page. **How to reproduce:** 1. Go to 'management console' 2. Create user 3. Create Role, select permissions Login, Workflow Management, and HumanTask (as below screenshot) ![image](https://user-images.githubusercontent.com/5061791/100195157-ee633180-2f1c-11eb-8310-57be450fd2ae.png) 4. Assign the role to the user created. 5. Log in to the `console` with the user-created 6. User ends up in https://localhost:9443/console/404 page. ![image](https://user-images.githubusercontent.com/5061791/100195389-4863f700-2f1d-11eb-9f65-6e98777521f4.png) **Expected behavior:** User should be directed to the https://localhost:9443/console/manage/approvals page automatically. **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: [IS 5.10.0-RC] - OS: [Mac] - Database: [H2] **Related issues:** https://github.com/wso2/product-is/issues/10396 https://github.com/wso2/product-is/issues/8796
1.0
Getting 404 while login to console as a user with only login and workflow management permission. - **Describe the issue:** When login to the console as a user with only login , workflow management and humantask management permissions, getting a 404 not found page. **How to reproduce:** 1. Go to 'management console' 2. Create user 3. Create Role, select permissions Login, Workflow Management, and HumanTask (as below screenshot) ![image](https://user-images.githubusercontent.com/5061791/100195157-ee633180-2f1c-11eb-8310-57be450fd2ae.png) 4. Assign the role to the user created. 5. Log in to the `console` with the user-created 6. User ends up in https://localhost:9443/console/404 page. ![image](https://user-images.githubusercontent.com/5061791/100195389-4863f700-2f1d-11eb-9f65-6e98777521f4.png) **Expected behavior:** User should be directed to the https://localhost:9443/console/manage/approvals page automatically. **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: [IS 5.10.0-RC] - OS: [Mac] - Database: [H2] **Related issues:** https://github.com/wso2/product-is/issues/10396 https://github.com/wso2/product-is/issues/8796
non_test
getting while login to console as a user with only login and workflow management permission describe the issue when login to the console as a user with only login workflow management and humantask management permissions getting a not found page how to reproduce go to management console create user create role select permissions login workflow management and humantask as below screenshot assign the role to the user created log in to the console with the user created user ends up in page expected behavior user should be directed to the page automatically environment information please complete the following information remove any unnecessary fields product version os database related issues
0
231,397
18,764,887,344
IssuesEvent
2021-11-05 21:44:32
elastic/kibana
https://api.github.com/repos/elastic/kibana
reopened
Failing test: X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/tests/exception_operators_data_types/text_array·ts - detection engine api security and spaces enabled Detection exceptions data types and operators Rule exception operators for data type text "is in list" operator will return only the empty array for results if we have a list that includes all text
failed-test skipped-test Team:Detections and Resp
A test failed on a tracked branch ``` Error: expected [] to sort of equal [ [] ] at Assertion.assert (/var/lib/buildkite-agent/builds/kb-cigroup-6-cd068393551458f1/elastic/kibana-daily/kibana/node_modules/@kbn/expect/expect.js:100:11) at Assertion.eql (/var/lib/buildkite-agent/builds/kb-cigroup-6-cd068393551458f1/elastic/kibana-daily/kibana/node_modules/@kbn/expect/expect.js:244:8) at Context.<anonymous> (test/detection_engine_api_integration/security_and_spaces/tests/exception_operators_data_types/text_array.ts:515:25) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at Object.apply (/var/lib/buildkite-agent/builds/kb-cigroup-6-cd068393551458f1/elastic/kibana-daily/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16) { actual: '[]', expected: '[\n []\n]', showDiff: true } ``` First failure: [CI Build](https://buildkite.com/elastic/kibana-daily/builds/129#510baca5-711d-4c21-bdad-dde2e2d342c5) <!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/tests/exception_operators_data_types/text_array·ts","test.name":"detection engine api security and spaces enabled Detection exceptions data types and operators Rule exception operators for data type text \"is in list\" operator will return only the empty array for results if we have a list that includes all text","test.failCount":5}} -->
2.0
Failing test: X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/tests/exception_operators_data_types/text_array·ts - detection engine api security and spaces enabled Detection exceptions data types and operators Rule exception operators for data type text "is in list" operator will return only the empty array for results if we have a list that includes all text - A test failed on a tracked branch ``` Error: expected [] to sort of equal [ [] ] at Assertion.assert (/var/lib/buildkite-agent/builds/kb-cigroup-6-cd068393551458f1/elastic/kibana-daily/kibana/node_modules/@kbn/expect/expect.js:100:11) at Assertion.eql (/var/lib/buildkite-agent/builds/kb-cigroup-6-cd068393551458f1/elastic/kibana-daily/kibana/node_modules/@kbn/expect/expect.js:244:8) at Context.<anonymous> (test/detection_engine_api_integration/security_and_spaces/tests/exception_operators_data_types/text_array.ts:515:25) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at Object.apply (/var/lib/buildkite-agent/builds/kb-cigroup-6-cd068393551458f1/elastic/kibana-daily/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16) { actual: '[]', expected: '[\n []\n]', showDiff: true } ``` First failure: [CI Build](https://buildkite.com/elastic/kibana-daily/builds/129#510baca5-711d-4c21-bdad-dde2e2d342c5) <!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/tests/exception_operators_data_types/text_array·ts","test.name":"detection engine api security and spaces enabled Detection exceptions data types and operators Rule exception operators for data type text \"is in list\" operator will return only the empty array for results if we have a list that includes all text","test.failCount":5}} -->
test
failing test x pack detection engine api integration tests x pack test detection engine api integration security and spaces tests exception operators data types text array·ts detection engine api security and spaces enabled detection exceptions data types and operators rule exception operators for data type text is in list operator will return only the empty array for results if we have a list that includes all text a test failed on a tracked branch error expected to sort of equal at assertion assert var lib buildkite agent builds kb cigroup elastic kibana daily kibana node modules kbn expect expect js at assertion eql var lib buildkite agent builds kb cigroup elastic kibana daily kibana node modules kbn expect expect js at context test detection engine api integration security and spaces tests exception operators data types text array ts at runmicrotasks at processticksandrejections internal process task queues js at object apply var lib buildkite agent builds kb cigroup elastic kibana daily kibana node modules kbn test target node functional test runner lib mocha wrap function js actual expected n showdiff true first failure
1
175,160
13,537,029,550
IssuesEvent
2020-09-16 09:53:14
Muhammad-Mamduh/Muhammad-Mamduh
https://api.github.com/repos/Muhammad-Mamduh/Muhammad-Mamduh
opened
details sent with
Taggg (a) Taggggggg (b) Taggggggg (c) test tag0 test tag1 test tag2 test tag3 test tag4 test tag5 test tag6 test tag7 test tag8 test tag9
# :clipboard: Bug Details >details sent with key | value --|-- Reported At | 2020-09-16 09:52:33 UTC Email | test@example.com Categories | Report a bug Tags | test tag0, test tag1, test tag2, test tag3, test tag4, test tag5, test tag6, test tag7, test tag8, test tag9, Taggg (a), Taggggggg (b), Taggggggg (c) App Version | 1.0-kotlin (1) Session Duration | 58 Device | Google Android SDK built for x86, OS Level 29 Display | 1080x1920 (xhdpi) Location | Tanta, Egypt (en) ## :point_right: [View Full Bug Report on Instabug](https://dashboard.instabug.com/applications/test/beta/bugs/22?utm_source=github&utm_medium=integrations) :point_left: ___ # :iphone: View Hierarchy This bug was reported from **com.example.instabug.developerOption.DeveloperOptionFragment** Find its interactive view hierarchy with all its subviews here: :point_right: **[Check View Hierarchy](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-hierarchy-view=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :chart_with_downwards_trend: Session Profiler Here is what the app was doing right before the bug was reported: Key | Value --|-- Used Memory | 48.7% - 0.95/1.95 GB Used Storage | 25.6% - 2.96/11.58 GB Connectivity | WiFi Battery | 100% - unplugged Orientation | portrait Find all the changes that happened in the parameters mentioned above during the last 60 seconds before the bug was reported here: :point_right: **[View Full Session Profiler](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-session-profiler=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :bust_in_silhouette: User Info ### User Data ``` This is userdata ``` ### User Attributes ``` user1: user1:value user2: user2:value user0: user0:value carteron: meshi zamalke: second user9: user9:value user7: user7:value user8: user8:value LoggedIn: True user5: user5:value user6: user6:value user3: user3:value Ahlu: fu2 l gami3 Name: True user4: user4:value ismaili: darawish School: rowad Length: 16 Club: ahil Hobby: foot Width: 10 Age: 18 ``` ___ # :mag_right: Logs ### Network Log This bug report has **1 failed** (4xx, 5xx or no response) requests. Here are some of them: ``` 09:35:09 0 GET http://10.0.2.2:8080/resp ``` Find all the network requests with more details about each one, its duration, method, URL, headers, and response here: :point_right: **[View Detailed Network Logs](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-logs=network_log&utm_source=github&utm_medium=integrations)** :point_left: ### User Steps Here are the last 10 steps done by the user right before the bug was reported: ``` 09:52:27 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.main.MainFragment was paused. 09:52:27 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.main.MainFragment was stopped. 09:52:27 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.developerOption.DeveloperOptionFragment was created. 09:52:27 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.developerOption.DeveloperOptionFragment was started. 09:52:27 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.developerOption.DeveloperOptionFragment was resumed. 09:52:28 Long press in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.instabug.main.MainActivity" 09:52:29 com.example.instabug.main.MainActivity was paused. 09:52:29 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.developerOption.DeveloperOptionFragment was paused. 09:52:31 Long press in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.instabug.main.MainActivity" 09:52:32 Long press in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.instabug.main.MainActivity" ``` Find all the user steps done by the user throughout the session here: :point_right: **[View All User Steps](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-logs=user_steps&utm_source=github&utm_medium=integrations)** :point_left: ### User Events Here are the last 10 user events logged right before the bug was reported: ``` 09:52:28 Logged proud 09:52:28 Logged loud 09:52:28 Logged profound 09:52:28 Logged less 09:52:28 Logged mess 09:52:28 Logged dress 09:52:28 Logged weak 09:52:28 Logged freak 09:52:28 Logged car 09:52:29 Logged tar ``` Find all the logged user events throughout the session here: :point_right: **[View All User Events](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-logs=user_events&utm_source=github&utm_medium=integrations)** :point_left: ### Instabug Log Here are the last 10 instabug logs logged right before the bug was reported: ``` 09:10:47 log #155 09:10:47 log #151 09:10:47 log #152 09:10:47 log #148 09:10:47 log #149 09:10:47 log #150 09:10:47 log #147 09:10:47 log #144 09:10:47 log #145 09:10:47 log #146 ``` Find all the logged Instabug logs throughout the session here: :point_right: **[View All Instabug Log](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-logs=instabug_log&utm_source=github&utm_medium=integrations)** :point_left: ### Console Log Here are the last 10 console logs logged right before the bug was reported: ``` 09:52:53 D/IB-BaseReportingPresenter( 416): checkUserEmailValid :test@example.com 09:52:54 V/IB-PoolProvider( 416): postTask 09:52:54 D/IB-ActionsOrchestrator( 416): runAction 09:52:54 D/IB-AttachmentsUtility( 416): encryptAttachments 09:52:54 D/EGL_emulation( 416): eglMakeCurrent: 0xdc01a4e0: ver 3 0 (tinfo 0xdc00fc80) 09:52:54 D/EGL_emulation( 416): eglMakeCurrent: 0xdc01a4e0: ver 3 0 (tinfo 0xdc00fc80) 09:52:54 D/EGL_emulation( 416): eglMakeCurrent: 0xdc01a4e0: ver 3 0 (tinfo 0xdc00fc80) 09:52:54 D/EGL_emulation( 416): eglMakeCurrent: 0xdc01a4e0: ver 3 0 (tinfo 0xdc00fc80) 09:52:54 D/EGL_emulation( 416): eglMakeCurrent: 0xdc01a4e0: ver 3 0 (tinfo 0xdc00fc80) 09:52:55 W/System ( 416): A resource failed to call close. ``` Find all the logged console logs throughout the session here: :point_right: **[View All Console Log](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-logs=console_log&utm_source=github&utm_medium=integrations)** :point_left: ___ # :camera: Images [![image attachment](https://s3.us-east-1.amazonaws.com/instabug-backend-4540/attachments/bugs/8631642/2503d2c49b9686185d5dae5e61ea806f_one_bug_thumb/7547417/bug_1600249949749_.jpg?1600249982)](https://s3.us-east-1.amazonaws.com/instabug-backend-4540/attachments/bugs/8631642/2503d2c49b9686185d5dae5e61ea806f_original/7547417/bug_1600249949749_.jpg?1600249982)
10.0
details sent with - # :clipboard: Bug Details >details sent with key | value --|-- Reported At | 2020-09-16 09:52:33 UTC Email | test@example.com Categories | Report a bug Tags | test tag0, test tag1, test tag2, test tag3, test tag4, test tag5, test tag6, test tag7, test tag8, test tag9, Taggg (a), Taggggggg (b), Taggggggg (c) App Version | 1.0-kotlin (1) Session Duration | 58 Device | Google Android SDK built for x86, OS Level 29 Display | 1080x1920 (xhdpi) Location | Tanta, Egypt (en) ## :point_right: [View Full Bug Report on Instabug](https://dashboard.instabug.com/applications/test/beta/bugs/22?utm_source=github&utm_medium=integrations) :point_left: ___ # :iphone: View Hierarchy This bug was reported from **com.example.instabug.developerOption.DeveloperOptionFragment** Find its interactive view hierarchy with all its subviews here: :point_right: **[Check View Hierarchy](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-hierarchy-view=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :chart_with_downwards_trend: Session Profiler Here is what the app was doing right before the bug was reported: Key | Value --|-- Used Memory | 48.7% - 0.95/1.95 GB Used Storage | 25.6% - 2.96/11.58 GB Connectivity | WiFi Battery | 100% - unplugged Orientation | portrait Find all the changes that happened in the parameters mentioned above during the last 60 seconds before the bug was reported here: :point_right: **[View Full Session Profiler](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-session-profiler=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :bust_in_silhouette: User Info ### User Data ``` This is userdata ``` ### User Attributes ``` user1: user1:value user2: user2:value user0: user0:value carteron: meshi zamalke: second user9: user9:value user7: user7:value user8: user8:value LoggedIn: True user5: user5:value user6: user6:value user3: user3:value Ahlu: fu2 l gami3 Name: True user4: user4:value ismaili: darawish School: rowad Length: 16 Club: ahil Hobby: foot Width: 10 Age: 18 ``` ___ # :mag_right: Logs ### Network Log This bug report has **1 failed** (4xx, 5xx or no response) requests. Here are some of them: ``` 09:35:09 0 GET http://10.0.2.2:8080/resp ``` Find all the network requests with more details about each one, its duration, method, URL, headers, and response here: :point_right: **[View Detailed Network Logs](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-logs=network_log&utm_source=github&utm_medium=integrations)** :point_left: ### User Steps Here are the last 10 steps done by the user right before the bug was reported: ``` 09:52:27 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.main.MainFragment was paused. 09:52:27 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.main.MainFragment was stopped. 09:52:27 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.developerOption.DeveloperOptionFragment was created. 09:52:27 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.developerOption.DeveloperOptionFragment was started. 09:52:27 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.developerOption.DeveloperOptionFragment was resumed. 09:52:28 Long press in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.instabug.main.MainActivity" 09:52:29 com.example.instabug.main.MainActivity was paused. 09:52:29 In activity com.example.instabug.main.MainActivity: fragment com.example.instabug.developerOption.DeveloperOptionFragment was paused. 09:52:31 Long press in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.instabug.main.MainActivity" 09:52:32 Long press in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.instabug.main.MainActivity" ``` Find all the user steps done by the user throughout the session here: :point_right: **[View All User Steps](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-logs=user_steps&utm_source=github&utm_medium=integrations)** :point_left: ### User Events Here are the last 10 user events logged right before the bug was reported: ``` 09:52:28 Logged proud 09:52:28 Logged loud 09:52:28 Logged profound 09:52:28 Logged less 09:52:28 Logged mess 09:52:28 Logged dress 09:52:28 Logged weak 09:52:28 Logged freak 09:52:28 Logged car 09:52:29 Logged tar ``` Find all the logged user events throughout the session here: :point_right: **[View All User Events](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-logs=user_events&utm_source=github&utm_medium=integrations)** :point_left: ### Instabug Log Here are the last 10 instabug logs logged right before the bug was reported: ``` 09:10:47 log #155 09:10:47 log #151 09:10:47 log #152 09:10:47 log #148 09:10:47 log #149 09:10:47 log #150 09:10:47 log #147 09:10:47 log #144 09:10:47 log #145 09:10:47 log #146 ``` Find all the logged Instabug logs throughout the session here: :point_right: **[View All Instabug Log](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-logs=instabug_log&utm_source=github&utm_medium=integrations)** :point_left: ### Console Log Here are the last 10 console logs logged right before the bug was reported: ``` 09:52:53 D/IB-BaseReportingPresenter( 416): checkUserEmailValid :test@example.com 09:52:54 V/IB-PoolProvider( 416): postTask 09:52:54 D/IB-ActionsOrchestrator( 416): runAction 09:52:54 D/IB-AttachmentsUtility( 416): encryptAttachments 09:52:54 D/EGL_emulation( 416): eglMakeCurrent: 0xdc01a4e0: ver 3 0 (tinfo 0xdc00fc80) 09:52:54 D/EGL_emulation( 416): eglMakeCurrent: 0xdc01a4e0: ver 3 0 (tinfo 0xdc00fc80) 09:52:54 D/EGL_emulation( 416): eglMakeCurrent: 0xdc01a4e0: ver 3 0 (tinfo 0xdc00fc80) 09:52:54 D/EGL_emulation( 416): eglMakeCurrent: 0xdc01a4e0: ver 3 0 (tinfo 0xdc00fc80) 09:52:54 D/EGL_emulation( 416): eglMakeCurrent: 0xdc01a4e0: ver 3 0 (tinfo 0xdc00fc80) 09:52:55 W/System ( 416): A resource failed to call close. ``` Find all the logged console logs throughout the session here: :point_right: **[View All Console Log](https://dashboard.instabug.com/applications/test/beta/bugs/22?show-logs=console_log&utm_source=github&utm_medium=integrations)** :point_left: ___ # :camera: Images [![image attachment](https://s3.us-east-1.amazonaws.com/instabug-backend-4540/attachments/bugs/8631642/2503d2c49b9686185d5dae5e61ea806f_one_bug_thumb/7547417/bug_1600249949749_.jpg?1600249982)](https://s3.us-east-1.amazonaws.com/instabug-backend-4540/attachments/bugs/8631642/2503d2c49b9686185d5dae5e61ea806f_original/7547417/bug_1600249949749_.jpg?1600249982)
test
details sent with clipboard bug details details sent with key value reported at utc email test example com categories report a bug tags test test test test test test test test test test taggg a taggggggg b taggggggg c app version kotlin session duration device google android sdk built for os level display xhdpi location tanta egypt en point right point left iphone view hierarchy this bug was reported from com example instabug developeroption developeroptionfragment find its interactive view hierarchy with all its subviews here point right point left chart with downwards trend session profiler here is what the app was doing right before the bug was reported key value used memory gb used storage gb connectivity wifi battery unplugged orientation portrait find all the changes that happened in the parameters mentioned above during the last seconds before the bug was reported here point right point left bust in silhouette user info user data this is userdata user attributes value value value carteron meshi zamalke second value value value loggedin true value value value ahlu l name true value ismaili darawish school rowad length club ahil hobby foot width age mag right logs network log this bug report has failed or no response requests here are some of them get find all the network requests with more details about each one its duration method url headers and response here point right point left user steps here are the last steps done by the user right before the bug was reported in activity com example instabug main mainactivity fragment com example instabug main mainfragment was paused in activity com example instabug main mainactivity fragment com example instabug main mainfragment was stopped in activity com example instabug main mainactivity fragment com example instabug developeroption developeroptionfragment was created in activity com example instabug main mainactivity fragment com example instabug developeroption developeroptionfragment was started in activity com example instabug main mainactivity fragment com example instabug developeroption developeroptionfragment was resumed long press in androidx constraintlayout widget constraintlayout in com example instabug main mainactivity com example instabug main mainactivity was paused in activity com example instabug main mainactivity fragment com example instabug developeroption developeroptionfragment was paused long press in androidx constraintlayout widget constraintlayout in com example instabug main mainactivity long press in androidx constraintlayout widget constraintlayout in com example instabug main mainactivity find all the user steps done by the user throughout the session here point right point left user events here are the last user events logged right before the bug was reported logged proud logged loud logged profound logged less logged mess logged dress logged weak logged freak logged car logged tar find all the logged user events throughout the session here point right point left instabug log here are the last instabug logs logged right before the bug was reported log log log log log log log log log log find all the logged instabug logs throughout the session here point right point left console log here are the last console logs logged right before the bug was reported d ib basereportingpresenter checkuseremailvalid test example com v ib poolprovider posttask d ib actionsorchestrator runaction d ib attachmentsutility encryptattachments d egl emulation eglmakecurrent ver tinfo d egl emulation eglmakecurrent ver tinfo d egl emulation eglmakecurrent ver tinfo d egl emulation eglmakecurrent ver tinfo d egl emulation eglmakecurrent ver tinfo w system a resource failed to call close find all the logged console logs throughout the session here point right point left camera images
1
322,117
9,813,168,644
IssuesEvent
2019-06-13 07:16:53
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
mail.ru - see bug description
browser-firefox engine-gecko priority-critical
<!-- @browser: Firefox 68.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://mail.ru/ **Browser / Version**: Firefox 68.0 **Operating System**: Windows 7 **Tested Another Browser**: Unknown **Problem type**: Something else **Description**: i cannot understand the language **Steps to Reproduce**: i dont how mail.ru had come instead of mozzila and it is in russian language so i cannot understand it [![Screenshot Description](https://webcompat.com/uploads/2019/6/a18e219c-645c-4419-a0b6-8ca70c2a13b0-thumb.jpeg)](https://webcompat.com/uploads/2019/6/a18e219c-645c-4419-a0b6-8ca70c2a13b0.jpeg) [![Screenshot Description](https://webcompat.com/uploads/2019/6/5a3842ba-531c-4e56-a609-12fa7ea5b807-thumb.jpeg)](https://webcompat.com/uploads/2019/6/5a3842ba-531c-4e56-a609-12fa7ea5b807.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190610153228</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Warning: "Content Security Policy: Directive child-src has been deprecated. Please use directive worker-src to control workers, or directive frame-src to control frames respectively."]', u'[JavaScript Warning: "The script from https://top-fwz1.mail.ru/js/code.js was loaded even though its MIME type (text/plain) is not a valid JavaScript MIME type." {file: "https://mail.ru/" line: 0}]', u'[JavaScript Warning: "Loading failed for the <script> with source https://saltcdn2.googleapis.com/loader.js?v=1." {file: "https://mail.ru/" line: 1}]', u'[JavaScript Error: "Content Security Policy: The pages settings blocked the loading of a resource at https://saltcdn2.googleapis.com/log.html (frame-src)."]', u'[JavaScript Error: "Content Security Policy: The pages settings blocked the loading of a resource at https://saltcdn2.googleapis.com/loader.js?v=1 (script-src)."]', u'[console.time(headline.inline.js) https://img.imgsmail.ru/ph/0.58.22/inline.js:168:94]', u'[console.timeEnd(headline.inline.js) https://img.imgsmail.ru/ph/0.58.22/inline.js:224:400]', u'[console.time(headline.external.js) https://img.imgsmail.ru/ph/0.58.22/external.min.js:25:348]', u'[console.timeEnd(headline.external.js) https://img.imgsmail.ru/ph/0.58.22/external.min.js:231:305]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
mail.ru - see bug description - <!-- @browser: Firefox 68.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://mail.ru/ **Browser / Version**: Firefox 68.0 **Operating System**: Windows 7 **Tested Another Browser**: Unknown **Problem type**: Something else **Description**: i cannot understand the language **Steps to Reproduce**: i dont how mail.ru had come instead of mozzila and it is in russian language so i cannot understand it [![Screenshot Description](https://webcompat.com/uploads/2019/6/a18e219c-645c-4419-a0b6-8ca70c2a13b0-thumb.jpeg)](https://webcompat.com/uploads/2019/6/a18e219c-645c-4419-a0b6-8ca70c2a13b0.jpeg) [![Screenshot Description](https://webcompat.com/uploads/2019/6/5a3842ba-531c-4e56-a609-12fa7ea5b807-thumb.jpeg)](https://webcompat.com/uploads/2019/6/5a3842ba-531c-4e56-a609-12fa7ea5b807.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190610153228</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Warning: "Content Security Policy: Directive child-src has been deprecated. Please use directive worker-src to control workers, or directive frame-src to control frames respectively."]', u'[JavaScript Warning: "The script from https://top-fwz1.mail.ru/js/code.js was loaded even though its MIME type (text/plain) is not a valid JavaScript MIME type." {file: "https://mail.ru/" line: 0}]', u'[JavaScript Warning: "Loading failed for the <script> with source https://saltcdn2.googleapis.com/loader.js?v=1." {file: "https://mail.ru/" line: 1}]', u'[JavaScript Error: "Content Security Policy: The pages settings blocked the loading of a resource at https://saltcdn2.googleapis.com/log.html (frame-src)."]', u'[JavaScript Error: "Content Security Policy: The pages settings blocked the loading of a resource at https://saltcdn2.googleapis.com/loader.js?v=1 (script-src)."]', u'[console.time(headline.inline.js) https://img.imgsmail.ru/ph/0.58.22/inline.js:168:94]', u'[console.timeEnd(headline.inline.js) https://img.imgsmail.ru/ph/0.58.22/inline.js:224:400]', u'[console.time(headline.external.js) https://img.imgsmail.ru/ph/0.58.22/external.min.js:25:348]', u'[console.timeEnd(headline.external.js) https://img.imgsmail.ru/ph/0.58.22/external.min.js:231:305]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
mail ru see bug description url browser version firefox operating system windows tested another browser unknown problem type something else description i cannot understand the language steps to reproduce i dont how mail ru had come instead of mozzila and it is in russian language so i cannot understand it browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen false mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel beta console messages u u u u u u u u from with ❤️
0
13,394
9,962,644,094
IssuesEvent
2019-07-07 16:13:45
18F/cg-product
https://api.github.com/repos/18F/cg-product
closed
Create plan for migrating service: elasticsearch
service
In order for our cloud.gov team to help our users migrate, we need to figure out how each service will get migrated. Write down: - This is what you have to do to migrate it now without tools Evaluate: - Can we expect users to do that? Evaluate: - Do we need to build a tool? Acceptance criteria: - [ ] We have a tenant-friendly written document somewhere that explains this. - [ ] This document has been vetted by an Atlas team member as usable and workable. - [ ] We've filed next steps as GitHub issues.
1.0
Create plan for migrating service: elasticsearch - In order for our cloud.gov team to help our users migrate, we need to figure out how each service will get migrated. Write down: - This is what you have to do to migrate it now without tools Evaluate: - Can we expect users to do that? Evaluate: - Do we need to build a tool? Acceptance criteria: - [ ] We have a tenant-friendly written document somewhere that explains this. - [ ] This document has been vetted by an Atlas team member as usable and workable. - [ ] We've filed next steps as GitHub issues.
non_test
create plan for migrating service elasticsearch in order for our cloud gov team to help our users migrate we need to figure out how each service will get migrated write down this is what you have to do to migrate it now without tools evaluate can we expect users to do that evaluate do we need to build a tool acceptance criteria we have a tenant friendly written document somewhere that explains this this document has been vetted by an atlas team member as usable and workable we ve filed next steps as github issues
0
414,103
27,978,174,762
IssuesEvent
2023-03-25 21:01:26
kirkhauck/rancid-tomatillos
https://api.github.com/repos/kirkhauck/rancid-tomatillos
closed
User Story 4
documentation
User Story: As a user, I want to be able to go back to the homepage, so that I can pick a new movie. Acceptance Criteria: Given that I have seen the movie details, when I click on a Go Home button, then I will go back to the homepage and see all the movies
1.0
User Story 4 - User Story: As a user, I want to be able to go back to the homepage, so that I can pick a new movie. Acceptance Criteria: Given that I have seen the movie details, when I click on a Go Home button, then I will go back to the homepage and see all the movies
non_test
user story user story as a user i want to be able to go back to the homepage so that i can pick a new movie acceptance criteria given that i have seen the movie details when i click on a go home button then i will go back to the homepage and see all the movies
0
4,118
4,204,106,730
IssuesEvent
2016-06-28 08:42:45
cocos2d/cocos2d-x
https://api.github.com/repos/cocos2d/cocos2d-x
opened
Don't have to check APK if the path is an absolute path
platform:android type:performance
[FileUtilsAndroid::isDirectoryExistInternal()](https://github.com/cocos2d/cocos2d-x/blob/v3/cocos/platform/android/CCFileUtils-android.cpp#L196) will search APK if the file path is an absolute path, but it is not needed.
True
Don't have to check APK if the path is an absolute path - [FileUtilsAndroid::isDirectoryExistInternal()](https://github.com/cocos2d/cocos2d-x/blob/v3/cocos/platform/android/CCFileUtils-android.cpp#L196) will search APK if the file path is an absolute path, but it is not needed.
non_test
don t have to check apk if the path is an absolute path will search apk if the file path is an absolute path but it is not needed
0
184,599
14,289,555,569
IssuesEvent
2020-11-23 19:27:02
dotnet/efcore
https://api.github.com/repos/dotnet/efcore
closed
InMemory: Tests which fail for relational but work for InMemory
area-in-memory area-query area-test closed-fixed punted-for-3.1
Since InMemory literally evaluate every member/methodcall which relational cannot always, Filing issue so I can disable tests.
1.0
InMemory: Tests which fail for relational but work for InMemory - Since InMemory literally evaluate every member/methodcall which relational cannot always, Filing issue so I can disable tests.
test
inmemory tests which fail for relational but work for inmemory since inmemory literally evaluate every member methodcall which relational cannot always filing issue so i can disable tests
1
174,914
13,526,189,903
IssuesEvent
2020-09-15 13:57:30
CSOIreland/PxStat
https://api.github.com/repos/CSOIreland/PxStat
closed
[BUG] Error on validation with multilingual px files with no timeval
bug fixed released tested
Error occurs when you try to validate a multilingual px file with no timeval
1.0
[BUG] Error on validation with multilingual px files with no timeval - Error occurs when you try to validate a multilingual px file with no timeval
test
error on validation with multilingual px files with no timeval error occurs when you try to validate a multilingual px file with no timeval
1
63,676
6,877,881,020
IssuesEvent
2017-11-20 09:50:10
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
Test failing with [discovery error for unexpected group: schema.GroupVersion{Group:"metrics.k8s.io", Version:"v1beta1"}]
kind/bug priority/failing-test sig/api-machinery
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-correctness/27 failed with: ``` STEP: Destroying namespace "e2e-tests-pod-disks-mp8xp" for this suite. Nov 14 08:44:17.673: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"metrics.k8s.io", Version:"v1beta1"} Nov 14 08:44:17.673: INFO: Couldn't delete ns: "e2e-tests-pod-disks-mp8xp": unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server could not find the requested resource (&discovery.ErrGroupDiscoveryFailed{Groups:map[schema.GroupVersion]error{schema.GroupVersion{Group:"metrics.k8s.io", Version:"v1beta1"}:(*errors.StatusError)(0xc4202bdef0)}}) ``` Dear @kubernetes/sig-api-machinery-bugs can you please help figure out what this means? /priority failing-test Umbrella issue - #55194
1.0
Test failing with [discovery error for unexpected group: schema.GroupVersion{Group:"metrics.k8s.io", Version:"v1beta1"}] - **Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-correctness/27 failed with: ``` STEP: Destroying namespace "e2e-tests-pod-disks-mp8xp" for this suite. Nov 14 08:44:17.673: INFO: discovery error for unexpected group: schema.GroupVersion{Group:"metrics.k8s.io", Version:"v1beta1"} Nov 14 08:44:17.673: INFO: Couldn't delete ns: "e2e-tests-pod-disks-mp8xp": unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server could not find the requested resource (&discovery.ErrGroupDiscoveryFailed{Groups:map[schema.GroupVersion]error{schema.GroupVersion{Group:"metrics.k8s.io", Version:"v1beta1"}:(*errors.StatusError)(0xc4202bdef0)}}) ``` Dear @kubernetes/sig-api-machinery-bugs can you please help figure out what this means? /priority failing-test Umbrella issue - #55194
test
test failing with is this a bug report or feature request kind bug what happened failed with step destroying namespace tests pod disks for this suite nov info discovery error for unexpected group schema groupversion group metrics io version nov info couldn t delete ns tests pod disks unable to retrieve the complete list of server apis metrics io the server could not find the requested resource discovery errgroupdiscoveryfailed groups map error schema groupversion group metrics io version errors statuserror dear kubernetes sig api machinery bugs can you please help figure out what this means priority failing test umbrella issue
1
65,946
27,287,222,682
IssuesEvent
2023-02-23 14:19:42
docker-mailserver/docker-mailserver
https://api.github.com/repos/docker-mailserver/docker-mailserver
closed
[FR] Disable "AUTH LOGIN" for non-submission smtp port
priority/low service/postfix kind/improvement area/configuration (file) stale-bot/ignore
# Feature Request ## Context Currently is possible to connect to 25 port and send email after "AUTH LOGIN" command. I want to disallow any type of sending emails by connection to this port and use it only for receiving emails. Sending should be possible only by connecting to submission ports which can be protected by firewall. ### Describe the Solution you'd like Add environment variable to disable this and set it by default by security reasons ### Are you going to implement it? First I want to know maybe this issue can be handled by existing way. Maybe I missed something
1.0
[FR] Disable "AUTH LOGIN" for non-submission smtp port - # Feature Request ## Context Currently is possible to connect to 25 port and send email after "AUTH LOGIN" command. I want to disallow any type of sending emails by connection to this port and use it only for receiving emails. Sending should be possible only by connecting to submission ports which can be protected by firewall. ### Describe the Solution you'd like Add environment variable to disable this and set it by default by security reasons ### Are you going to implement it? First I want to know maybe this issue can be handled by existing way. Maybe I missed something
non_test
disable auth login for non submission smtp port feature request context currently is possible to connect to port and send email after auth login command i want to disallow any type of sending emails by connection to this port and use it only for receiving emails sending should be possible only by connecting to submission ports which can be protected by firewall describe the solution you d like add environment variable to disable this and set it by default by security reasons are you going to implement it first i want to know maybe this issue can be handled by existing way maybe i missed something
0
18,103
4,233,226,511
IssuesEvent
2016-07-05 06:46:38
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
PV Acess policy API documentation states that PVs are node scoped
area/storage kind/documentation priority/P3 team/cluster
PVs are Pod scoped right? Why do we talk about nodes in the API documentation. https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/types.go#L466 cc @kubernetes/sig-storage
1.0
PV Acess policy API documentation states that PVs are node scoped - PVs are Pod scoped right? Why do we talk about nodes in the API documentation. https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/types.go#L466 cc @kubernetes/sig-storage
non_test
pv acess policy api documentation states that pvs are node scoped pvs are pod scoped right why do we talk about nodes in the api documentation cc kubernetes sig storage
0
254,593
21,797,261,875
IssuesEvent
2022-05-15 20:19:31
variar/klogg
https://api.github.com/repos/variar/klogg
closed
Search result is incorrect when there are many null chars in a line
type: bug status: ready for testing
Issue: Accidentally my program generated a log with many null characters in a line, and using the klogg to search, the matched lines shown in the result panel give an incorrect result. I used back the glogg and have no problem on that. Following is the screen cap of the issue: ![image](https://user-images.githubusercontent.com/3008619/166459667-da220ac0-b762-4ff4-aaad-ccf04ef19a48.png) Following is the log files that i used for reproducing the issue: [test_log.zip](https://github.com/variar/klogg/files/8610666/test_log.zip) Version of klogg: 22.04.0.1234 OS: Windows 10
1.0
Search result is incorrect when there are many null chars in a line - Issue: Accidentally my program generated a log with many null characters in a line, and using the klogg to search, the matched lines shown in the result panel give an incorrect result. I used back the glogg and have no problem on that. Following is the screen cap of the issue: ![image](https://user-images.githubusercontent.com/3008619/166459667-da220ac0-b762-4ff4-aaad-ccf04ef19a48.png) Following is the log files that i used for reproducing the issue: [test_log.zip](https://github.com/variar/klogg/files/8610666/test_log.zip) Version of klogg: 22.04.0.1234 OS: Windows 10
test
search result is incorrect when there are many null chars in a line issue accidentally my program generated a log with many null characters in a line and using the klogg to search the matched lines shown in the result panel give an incorrect result i used back the glogg and have no problem on that following is the screen cap of the issue following is the log files that i used for reproducing the issue version of klogg os windows
1
779,209
27,344,290,562
IssuesEvent
2023-02-27 02:41:22
ansible-collections/azure
https://api.github.com/repos/ansible-collections/azure
closed
Application Gateway ssl_certificates - Add support to reference a key vault secret ID
has_pr medium_priority
<!--- Verify first that your feature was not already discussed on GitHub --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY <!--- Describe the new feature/improvement briefly below --> The **key-vault-secret-id** is a parameter supported both in the az cli (https://docs.microsoft.com/en-us/cli/azure/network/application-gateway/ssl-cert?view=azure-cli-latest#az-network-application-gateway-ssl-cert-create-optional-parameters) and terraform (https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/application_gateway#key_vault_secret_id), so it is expected to have Ansible supporting this parameter too. ##### ISSUE TYPE - Feature Idea - Match Ansible functionality with other tools ##### COMPONENT NAME <!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure --> azure_rm_appgateway ##### ADDITIONAL INFORMATION <!--- Describe how the feature would be used, why it is needed and what it would solve --> Having this parameter would make the playbook a lot simpler, since currently, the only way to handle a certificate saved in Azure Key Vault and used in an Application Gateway is to save the certificate as a _secret_ in Key Vault, so then the playbook can read the contents of the secret to upload it as the _ssl_certificate.data_ field. This is all too cumbersome, because, first, there is no ansible module to support the Azure Key Vault Certificates (only for keys and secrets, that's why the certificate has to be saved as _secret_ and not _certificate_) but most importantly, the application gateway already support the key vault reference so it is just a matter of adding it to the ansible module.
1.0
Application Gateway ssl_certificates - Add support to reference a key vault secret ID - <!--- Verify first that your feature was not already discussed on GitHub --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY <!--- Describe the new feature/improvement briefly below --> The **key-vault-secret-id** is a parameter supported both in the az cli (https://docs.microsoft.com/en-us/cli/azure/network/application-gateway/ssl-cert?view=azure-cli-latest#az-network-application-gateway-ssl-cert-create-optional-parameters) and terraform (https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/application_gateway#key_vault_secret_id), so it is expected to have Ansible supporting this parameter too. ##### ISSUE TYPE - Feature Idea - Match Ansible functionality with other tools ##### COMPONENT NAME <!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure --> azure_rm_appgateway ##### ADDITIONAL INFORMATION <!--- Describe how the feature would be used, why it is needed and what it would solve --> Having this parameter would make the playbook a lot simpler, since currently, the only way to handle a certificate saved in Azure Key Vault and used in an Application Gateway is to save the certificate as a _secret_ in Key Vault, so then the playbook can read the contents of the secret to upload it as the _ssl_certificate.data_ field. This is all too cumbersome, because, first, there is no ansible module to support the Azure Key Vault Certificates (only for keys and secrets, that's why the certificate has to be saved as _secret_ and not _certificate_) but most importantly, the application gateway already support the key vault reference so it is just a matter of adding it to the ansible module.
non_test
application gateway ssl certificates add support to reference a key vault secret id summary the key vault secret id is a parameter supported both in the az cli and terraform so it is expected to have ansible supporting this parameter too issue type feature idea match ansible functionality with other tools component name azure rm appgateway additional information having this parameter would make the playbook a lot simpler since currently the only way to handle a certificate saved in azure key vault and used in an application gateway is to save the certificate as a secret in key vault so then the playbook can read the contents of the secret to upload it as the ssl certificate data field this is all too cumbersome because first there is no ansible module to support the azure key vault certificates only for keys and secrets that s why the certificate has to be saved as secret and not certificate but most importantly the application gateway already support the key vault reference so it is just a matter of adding it to the ansible module
0
31,763
5,995,699,128
IssuesEvent
2017-06-03 06:20:24
minetest/minetest
https://api.github.com/repos/minetest/minetest
closed
Documentation issues with player:get_attribute and player:set_attribute
@ Documentation Bug
`lua_api.txt` claims that you can use `get_attribute` and `set_attribute` on player objects to set attributes. There are some things not mentioned: * `set_attribute` does not work with *arbitrary* values (tables, userdata or functions don't work). It is undocumented which types are accepted * `set_attribute` seems to return something after being called, but this is not documented either * `set_attribute` apparently silently turns numbers into strings (which can be a major gotcha). Let `player` be a player object, then entering this into console (with `luacmd` mod installed): ``` /lua player:set_attribute("test", 5) /lua x = player:get_attribute("test") /lua print(x) /lua print(type(x)) ``` Prints out: > 5 > string The third problem could also be just Lua's type coercion. Tested in: 1681a00
1.0
Documentation issues with player:get_attribute and player:set_attribute - `lua_api.txt` claims that you can use `get_attribute` and `set_attribute` on player objects to set attributes. There are some things not mentioned: * `set_attribute` does not work with *arbitrary* values (tables, userdata or functions don't work). It is undocumented which types are accepted * `set_attribute` seems to return something after being called, but this is not documented either * `set_attribute` apparently silently turns numbers into strings (which can be a major gotcha). Let `player` be a player object, then entering this into console (with `luacmd` mod installed): ``` /lua player:set_attribute("test", 5) /lua x = player:get_attribute("test") /lua print(x) /lua print(type(x)) ``` Prints out: > 5 > string The third problem could also be just Lua's type coercion. Tested in: 1681a00
non_test
documentation issues with player get attribute and player set attribute lua api txt claims that you can use get attribute and set attribute on player objects to set attributes there are some things not mentioned set attribute does not work with arbitrary values tables userdata or functions don t work it is undocumented which types are accepted set attribute seems to return something after being called but this is not documented either set attribute apparently silently turns numbers into strings which can be a major gotcha let player be a player object then entering this into console with luacmd mod installed lua player set attribute test lua x player get attribute test lua print x lua print type x prints out string the third problem could also be just lua s type coercion tested in
0
129,372
10,572,660,865
IssuesEvent
2019-10-07 10:04:23
kodiondemand/addon
https://api.github.com/repos/kodiondemand/addon
closed
pincopallo.py
Test Canale
Documento Template per il Test del canale Specifica, dove possibile, il tipo di problema che incontri, anche se non è presente alcuna voce per indicarlo. Se hai suggerimenti/consigli/dubbi sui test...Proponili e/o chiedi! **Avvertenze:** Per il test dei canali DEVI utilizzare la versione **[BETA](https://kodiondemand.github.io/repo/KoD-installer-BETA.zip)** di KOD! **ABILITA IL DEBUG PER I LOG** **Per far apparire le spunte devi mettere una X tra le [ ], puoi vedere il risultato finale andando nel tab "Preview"** * *SE hai un ERRORE con avviso di LOG, copia IMMEDIATAMENTE il file kodi.log [qua](https://del.dog/) e incolla il link nel punto del TEST che da l'errore* Se hai problemi non previsti dal test, segnalali aggiungendoli in fondo al test. *** I file relativi al canale li trovi: - su browser: "Apre la pagina dei Canali":https://github.com/kodiondemand/addon/tree/master/channels - sul device [nella specifica cartella](https://github.com/kodiondemand/addon/wiki/Percorsi-sui-diversi-S.O.) , .kodi/addons/channels. Per aprirli non servono programmi particolari un semplice editor di testo è sufficiente. **Test N.1**: Controllo del file .json Occorrente: file .json **1. Indica la coerenza delle voci presenti in "language" con i contenuti presenti sul sito:** valori: ita, vosi (sub-ita) - [x] coerenti - [ ] non coerenti Se non sono coerenti il test è FALLITO, continua comunque a revisionare il resto **2. Icone del canale** Controlla sia presente qualcosa, tra le " " di thumbnail e banner, e che le immagini appaiano su KoD **in thumbnail:** - [ ] Presente - [ ] Assente **in banner:** - [ ] Presente - [ ] Assente **3. Verifica la coerenza delle voci presenti in "categories" con i contenuti presenti sul sito:** Riepilogo voci: movie, tvshow, anime, documentary, vos, adult (se il sito contiene film e serie, devono esserci sia movie che tvshow, se contiene solo film, solo movie) - [ ] Corrette - [ ] 1 o più Errata/e - [ ] Assenti - Non sono presenti voci in categories, in questo caso non puoi continuare il test. Se le voci sono: Assenti, dopo aver compilato la risposta, salva il test e **NON** proseguire. **TEST FALLITO** *** **Test su KOD.** Entra in KOD -> Canali. Nella lista accedi al canale che stai testando. **N.B.**: Il nome del canale è il campo **name** nel file .json. **Test N.2: Pagina Canale** **1. Cerca o Cerca Film...** Cerca un titolo a caso in KOD e lo stesso titolo sul sito. Confronta i risultati. - [ ] OK - indica il tipo di problema **Sezione FILM **TestN.3: Pagina dei Titoli *Test da effettuare mentre sei dentro un menu del canale (film, serietv, in corso ecc..)*. Voci nel menu contestuale di KOD. Posizionati su di un titolo e controlla se hai le seguenti voci, nel menu contestuale (tasto c o tenendo enter premuto): **1. Aggiungi Film in videoteca** - [ ] Si - [ ] No **2. Scarica Film (devi avere il download abilitato)** - [ ] Si - [ ] No **Fine test menu contestuale **Fondo pagina dei titoli **3. Paginazione, controlla cia sia la voce "Successivo" (se non c'è controlla sul sito se è presente)** - [ ] Sì - [ ] NO **Dentro un titolo **4. Entra nella pagina del titolo e verifica ci sia almeno 1 server:** - [ ] Si - [x] No **5. Eventuali problemi riscontrati** - scrivi qui il problema/i **Sezione Serie TV Test da effettuare mentre sei nella pagina dei titoli. Per ogni titolo verifica ci siano le voci nel menu contestuale. **1. Aggiungi Serie in videoteca** - [x] Si - [ ] No **2. Scarica Stagione (devi avere il download abilitato)** - [x] Si - [ ] No **3. Scarica Serie (devi avere il download abilitato)** - [ ] Si - [ ] No **4. Cerca o Cerca Serie...** Cerca un titolo a caso in KOD e lo stesso titolo sul sito. Confronta i risultati. - [x] Ok - indica il tipo di problema **5. Entra nella pagina della serie, verifica che come ultima voce ci sia "Aggiungi in videoteca":** - [ ] Si, appare - [ ] Non appare **6. Entra nella pagina dell'episodio, **NON** deve apparire la voce "Aggiungi in videoteca":** - [x] Si, appare - [ ] Non appare **7. Eventuali problemi riscontrati** - scrivi qui il problema/i **Sezione Anime Test da effettuare mentre sei nella pagina dei titoli. Per ogni titolo verifica ci siano le voci nel menu contestuale. **1. Rinumerazione (se gli episodi non appaiono nella forma 1x01)** - [ ] Si - [ ] No **2. Aggiungi Serie in videoteca** - [ ] Si - [ ] No **3. Aggiungi 2-3 titoli in videoteca.** - [ ] Aggiunti correttamente - [Indica eventuali problemi] (copia-incolla per tutti i titoli con cui hai avuto il problema) - COPIA qui l'ERRORE dal LOG **4. Scarica Serie** - [ ] Si - [ ] No **5. Cerca o Cerca Serie...** Cerca un titolo a caso in KOD e lo stesso titolo sul sito. Confronta i risultati. - [ ] Ok - indica il tipo di problema **6. Entra nella pagina della serie, verifica che come ultima voce ci sia "Aggiungi in videoteca":** - [ ] Appare - [x] Non appare **7. Entra nella pagina dell'episodio, NON ci deve essere la voce "Aggiungi in videoteca":** - [ ] Non appare - [ ] Appare **8. Eventuali problemi riscontrati** - scrivi qui il problema/i ** TEST PER IL CONFRONTO TRA SITO E CANALE ** **TestN.4: Pagina Sito - Menu Canale** Occorrente: Browser, KOD! e il file canale.py ( da browser o da file ) Avviso: - Sul Browser disattiva eventuali componenti aggiuntivi che bloccano i JS (javascript), li riattivi alla fine del test. Entra in ogni menu e controlla che i risultati siano gli stessi che trovi sul sito, comprese le varie info (ita/sub-ita, qualità ecc..), inoltre entra, se ci sono, nei menu dei generi - anni - lettera, verifica che cliccando su una voce si visualizzino i titoli. *Copia questa sezione per ogni voce che presenta problemi:* - [ ] Voce menu ( del canale dove riscontri errori) Titoli non corrispondenti: - [ ] Il totale dei Titoli è diverso da quello del sito. Alcuni Titoli non compaiono. - [ ] Appaiono titoli per pagine informative o link a siti esterni. Es: Avviso agli utenti. - [ ] La lingua, del titolo, è diversa da quella riportata dal sito - [ ] Non è indicato in 1 o più titoli che sono SUB-ITA - [ ] Cliccando su "Successivo" non si visualizzano titoli - [ ] Non è indicata la qualità: Hd-DVD/rip e altri, nonostante sul sito siano presenti - [ ] NO *Fine Copia* **Test.N5: Ricerca Globale** Per questo test ti consiglio di inserire come UNICO sito quello che stai testando, come canale incluso in: Ricerca Globale -> scegli i canali da includere Il test è già compilato con le spunte, dato che devi copiarlo solo in caso di errori. Togli la spunta dove funziona. Si consiglia di cercare almeno a fino 5 titoli. O perlomeno non fermarti al 1°. Cerca 5 FILM a tuo piacimento, se il titolo non esce controlla confrontando i risultati sul sito...: *Copia questa sezione per ogni voce che presenta problemi* controlla ci siano queste voci se titolo è un FILM: - [ ] inserisci il titolo cercato che da problemi - [x] Aggiungi in videoteca - [x] Scarica Film *Fine Copia* controlla ci siano queste voci se titolo è una SERIE/ANIME: *Copia questa sezione per ogni voce che presenta problemi* controlla ci siano queste voci se titolo è un FILM: - [ ] inserisci il titolo cercato che da problemi - [x] Aggiungi in videoteca - [x] Scarica Serie - [x] Scarica Stagione - [ ] inserisci il titolo cercato che da problemi *Fine Copia* Se il canale ha la parte Novità. **Test.N6: Novità.** Per questo test ti consiglio di inserire come UNICO sito quello che stai testando, come canale incluso in: Novità -> categoria (film, serie o altro ) - [ ] Descrivere il problema Fine TEST! Grazie mille da parte di tutto il team KoD! [kodi.log](https://github.com/kodiondemand/addon/files/3694674/kodi.log)
1.0
pincopallo.py - Documento Template per il Test del canale Specifica, dove possibile, il tipo di problema che incontri, anche se non è presente alcuna voce per indicarlo. Se hai suggerimenti/consigli/dubbi sui test...Proponili e/o chiedi! **Avvertenze:** Per il test dei canali DEVI utilizzare la versione **[BETA](https://kodiondemand.github.io/repo/KoD-installer-BETA.zip)** di KOD! **ABILITA IL DEBUG PER I LOG** **Per far apparire le spunte devi mettere una X tra le [ ], puoi vedere il risultato finale andando nel tab "Preview"** * *SE hai un ERRORE con avviso di LOG, copia IMMEDIATAMENTE il file kodi.log [qua](https://del.dog/) e incolla il link nel punto del TEST che da l'errore* Se hai problemi non previsti dal test, segnalali aggiungendoli in fondo al test. *** I file relativi al canale li trovi: - su browser: "Apre la pagina dei Canali":https://github.com/kodiondemand/addon/tree/master/channels - sul device [nella specifica cartella](https://github.com/kodiondemand/addon/wiki/Percorsi-sui-diversi-S.O.) , .kodi/addons/channels. Per aprirli non servono programmi particolari un semplice editor di testo è sufficiente. **Test N.1**: Controllo del file .json Occorrente: file .json **1. Indica la coerenza delle voci presenti in "language" con i contenuti presenti sul sito:** valori: ita, vosi (sub-ita) - [x] coerenti - [ ] non coerenti Se non sono coerenti il test è FALLITO, continua comunque a revisionare il resto **2. Icone del canale** Controlla sia presente qualcosa, tra le " " di thumbnail e banner, e che le immagini appaiano su KoD **in thumbnail:** - [ ] Presente - [ ] Assente **in banner:** - [ ] Presente - [ ] Assente **3. Verifica la coerenza delle voci presenti in "categories" con i contenuti presenti sul sito:** Riepilogo voci: movie, tvshow, anime, documentary, vos, adult (se il sito contiene film e serie, devono esserci sia movie che tvshow, se contiene solo film, solo movie) - [ ] Corrette - [ ] 1 o più Errata/e - [ ] Assenti - Non sono presenti voci in categories, in questo caso non puoi continuare il test. Se le voci sono: Assenti, dopo aver compilato la risposta, salva il test e **NON** proseguire. **TEST FALLITO** *** **Test su KOD.** Entra in KOD -> Canali. Nella lista accedi al canale che stai testando. **N.B.**: Il nome del canale è il campo **name** nel file .json. **Test N.2: Pagina Canale** **1. Cerca o Cerca Film...** Cerca un titolo a caso in KOD e lo stesso titolo sul sito. Confronta i risultati. - [ ] OK - indica il tipo di problema **Sezione FILM **TestN.3: Pagina dei Titoli *Test da effettuare mentre sei dentro un menu del canale (film, serietv, in corso ecc..)*. Voci nel menu contestuale di KOD. Posizionati su di un titolo e controlla se hai le seguenti voci, nel menu contestuale (tasto c o tenendo enter premuto): **1. Aggiungi Film in videoteca** - [ ] Si - [ ] No **2. Scarica Film (devi avere il download abilitato)** - [ ] Si - [ ] No **Fine test menu contestuale **Fondo pagina dei titoli **3. Paginazione, controlla cia sia la voce "Successivo" (se non c'è controlla sul sito se è presente)** - [ ] Sì - [ ] NO **Dentro un titolo **4. Entra nella pagina del titolo e verifica ci sia almeno 1 server:** - [ ] Si - [x] No **5. Eventuali problemi riscontrati** - scrivi qui il problema/i **Sezione Serie TV Test da effettuare mentre sei nella pagina dei titoli. Per ogni titolo verifica ci siano le voci nel menu contestuale. **1. Aggiungi Serie in videoteca** - [x] Si - [ ] No **2. Scarica Stagione (devi avere il download abilitato)** - [x] Si - [ ] No **3. Scarica Serie (devi avere il download abilitato)** - [ ] Si - [ ] No **4. Cerca o Cerca Serie...** Cerca un titolo a caso in KOD e lo stesso titolo sul sito. Confronta i risultati. - [x] Ok - indica il tipo di problema **5. Entra nella pagina della serie, verifica che come ultima voce ci sia "Aggiungi in videoteca":** - [ ] Si, appare - [ ] Non appare **6. Entra nella pagina dell'episodio, **NON** deve apparire la voce "Aggiungi in videoteca":** - [x] Si, appare - [ ] Non appare **7. Eventuali problemi riscontrati** - scrivi qui il problema/i **Sezione Anime Test da effettuare mentre sei nella pagina dei titoli. Per ogni titolo verifica ci siano le voci nel menu contestuale. **1. Rinumerazione (se gli episodi non appaiono nella forma 1x01)** - [ ] Si - [ ] No **2. Aggiungi Serie in videoteca** - [ ] Si - [ ] No **3. Aggiungi 2-3 titoli in videoteca.** - [ ] Aggiunti correttamente - [Indica eventuali problemi] (copia-incolla per tutti i titoli con cui hai avuto il problema) - COPIA qui l'ERRORE dal LOG **4. Scarica Serie** - [ ] Si - [ ] No **5. Cerca o Cerca Serie...** Cerca un titolo a caso in KOD e lo stesso titolo sul sito. Confronta i risultati. - [ ] Ok - indica il tipo di problema **6. Entra nella pagina della serie, verifica che come ultima voce ci sia "Aggiungi in videoteca":** - [ ] Appare - [x] Non appare **7. Entra nella pagina dell'episodio, NON ci deve essere la voce "Aggiungi in videoteca":** - [ ] Non appare - [ ] Appare **8. Eventuali problemi riscontrati** - scrivi qui il problema/i ** TEST PER IL CONFRONTO TRA SITO E CANALE ** **TestN.4: Pagina Sito - Menu Canale** Occorrente: Browser, KOD! e il file canale.py ( da browser o da file ) Avviso: - Sul Browser disattiva eventuali componenti aggiuntivi che bloccano i JS (javascript), li riattivi alla fine del test. Entra in ogni menu e controlla che i risultati siano gli stessi che trovi sul sito, comprese le varie info (ita/sub-ita, qualità ecc..), inoltre entra, se ci sono, nei menu dei generi - anni - lettera, verifica che cliccando su una voce si visualizzino i titoli. *Copia questa sezione per ogni voce che presenta problemi:* - [ ] Voce menu ( del canale dove riscontri errori) Titoli non corrispondenti: - [ ] Il totale dei Titoli è diverso da quello del sito. Alcuni Titoli non compaiono. - [ ] Appaiono titoli per pagine informative o link a siti esterni. Es: Avviso agli utenti. - [ ] La lingua, del titolo, è diversa da quella riportata dal sito - [ ] Non è indicato in 1 o più titoli che sono SUB-ITA - [ ] Cliccando su "Successivo" non si visualizzano titoli - [ ] Non è indicata la qualità: Hd-DVD/rip e altri, nonostante sul sito siano presenti - [ ] NO *Fine Copia* **Test.N5: Ricerca Globale** Per questo test ti consiglio di inserire come UNICO sito quello che stai testando, come canale incluso in: Ricerca Globale -> scegli i canali da includere Il test è già compilato con le spunte, dato che devi copiarlo solo in caso di errori. Togli la spunta dove funziona. Si consiglia di cercare almeno a fino 5 titoli. O perlomeno non fermarti al 1°. Cerca 5 FILM a tuo piacimento, se il titolo non esce controlla confrontando i risultati sul sito...: *Copia questa sezione per ogni voce che presenta problemi* controlla ci siano queste voci se titolo è un FILM: - [ ] inserisci il titolo cercato che da problemi - [x] Aggiungi in videoteca - [x] Scarica Film *Fine Copia* controlla ci siano queste voci se titolo è una SERIE/ANIME: *Copia questa sezione per ogni voce che presenta problemi* controlla ci siano queste voci se titolo è un FILM: - [ ] inserisci il titolo cercato che da problemi - [x] Aggiungi in videoteca - [x] Scarica Serie - [x] Scarica Stagione - [ ] inserisci il titolo cercato che da problemi *Fine Copia* Se il canale ha la parte Novità. **Test.N6: Novità.** Per questo test ti consiglio di inserire come UNICO sito quello che stai testando, come canale incluso in: Novità -> categoria (film, serie o altro ) - [ ] Descrivere il problema Fine TEST! Grazie mille da parte di tutto il team KoD! [kodi.log](https://github.com/kodiondemand/addon/files/3694674/kodi.log)
test
pincopallo py documento template per il test del canale specifica dove possibile il tipo di problema che incontri anche se non è presente alcuna voce per indicarlo se hai suggerimenti consigli dubbi sui test proponili e o chiedi avvertenze per il test dei canali devi utilizzare la versione di kod abilita il debug per i log per far apparire le spunte devi mettere una x tra le puoi vedere il risultato finale andando nel tab preview se hai un errore con avviso di log copia immediatamente il file kodi log e incolla il link nel punto del test che da l errore se hai problemi non previsti dal test segnalali aggiungendoli in fondo al test i file relativi al canale li trovi su browser apre la pagina dei canali sul device kodi addons channels per aprirli non servono programmi particolari un semplice editor di testo è sufficiente test n controllo del file json occorrente file json indica la coerenza delle voci presenti in language con i contenuti presenti sul sito valori ita vosi sub ita coerenti non coerenti se non sono coerenti il test è fallito continua comunque a revisionare il resto icone del canale controlla sia presente qualcosa tra le di thumbnail e banner e che le immagini appaiano su kod in thumbnail presente assente in banner presente assente verifica la coerenza delle voci presenti in categories con i contenuti presenti sul sito riepilogo voci movie tvshow anime documentary vos adult se il sito contiene film e serie devono esserci sia movie che tvshow se contiene solo film solo movie corrette o più errata e assenti non sono presenti voci in categories in questo caso non puoi continuare il test se le voci sono assenti dopo aver compilato la risposta salva il test e non proseguire test fallito test su kod entra in kod canali nella lista accedi al canale che stai testando n b il nome del canale è il campo name nel file json test n pagina canale cerca o cerca film cerca un titolo a caso in kod e lo stesso titolo sul sito confronta i risultati ok indica il tipo di problema sezione film testn pagina dei titoli test da effettuare mentre sei dentro un menu del canale film serietv in corso ecc voci nel menu contestuale di kod posizionati su di un titolo e controlla se hai le seguenti voci nel menu contestuale tasto c o tenendo enter premuto aggiungi film in videoteca si no scarica film devi avere il download abilitato si no fine test menu contestuale fondo pagina dei titoli paginazione controlla cia sia la voce successivo se non c è controlla sul sito se è presente sì no dentro un titolo entra nella pagina del titolo e verifica ci sia almeno server si no eventuali problemi riscontrati scrivi qui il problema i sezione serie tv test da effettuare mentre sei nella pagina dei titoli per ogni titolo verifica ci siano le voci nel menu contestuale aggiungi serie in videoteca si no scarica stagione devi avere il download abilitato si no scarica serie devi avere il download abilitato si no cerca o cerca serie cerca un titolo a caso in kod e lo stesso titolo sul sito confronta i risultati ok indica il tipo di problema entra nella pagina della serie verifica che come ultima voce ci sia aggiungi in videoteca si appare non appare entra nella pagina dell episodio non deve apparire la voce aggiungi in videoteca si appare non appare eventuali problemi riscontrati scrivi qui il problema i sezione anime test da effettuare mentre sei nella pagina dei titoli per ogni titolo verifica ci siano le voci nel menu contestuale rinumerazione se gli episodi non appaiono nella forma si no aggiungi serie in videoteca si no aggiungi titoli in videoteca aggiunti correttamente copia incolla per tutti i titoli con cui hai avuto il problema copia qui l errore dal log scarica serie si no cerca o cerca serie cerca un titolo a caso in kod e lo stesso titolo sul sito confronta i risultati ok indica il tipo di problema entra nella pagina della serie verifica che come ultima voce ci sia aggiungi in videoteca appare non appare entra nella pagina dell episodio non ci deve essere la voce aggiungi in videoteca non appare appare eventuali problemi riscontrati scrivi qui il problema i test per il confronto tra sito e canale testn pagina sito menu canale occorrente browser kod e il file canale py da browser o da file avviso sul browser disattiva eventuali componenti aggiuntivi che bloccano i js javascript li riattivi alla fine del test entra in ogni menu e controlla che i risultati siano gli stessi che trovi sul sito comprese le varie info ita sub ita qualità ecc inoltre entra se ci sono nei menu dei generi anni lettera verifica che cliccando su una voce si visualizzino i titoli copia questa sezione per ogni voce che presenta problemi voce menu del canale dove riscontri errori titoli non corrispondenti il totale dei titoli è diverso da quello del sito alcuni titoli non compaiono appaiono titoli per pagine informative o link a siti esterni es avviso agli utenti la lingua del titolo è diversa da quella riportata dal sito non è indicato in o più titoli che sono sub ita cliccando su successivo non si visualizzano titoli non è indicata la qualità hd dvd rip e altri nonostante sul sito siano presenti no fine copia test ricerca globale per questo test ti consiglio di inserire come unico sito quello che stai testando come canale incluso in ricerca globale scegli i canali da includere il test è già compilato con le spunte dato che devi copiarlo solo in caso di errori togli la spunta dove funziona si consiglia di cercare almeno a fino titoli o perlomeno non fermarti al ° cerca film a tuo piacimento se il titolo non esce controlla confrontando i risultati sul sito copia questa sezione per ogni voce che presenta problemi controlla ci siano queste voci se titolo è un film inserisci il titolo cercato che da problemi aggiungi in videoteca scarica film fine copia controlla ci siano queste voci se titolo è una serie anime copia questa sezione per ogni voce che presenta problemi controlla ci siano queste voci se titolo è un film inserisci il titolo cercato che da problemi aggiungi in videoteca scarica serie scarica stagione inserisci il titolo cercato che da problemi fine copia se il canale ha la parte novità test novità per questo test ti consiglio di inserire come unico sito quello che stai testando come canale incluso in novità categoria film serie o altro descrivere il problema fine test grazie mille da parte di tutto il team kod
1
244,067
7,870,331,415
IssuesEvent
2018-06-25 00:32:39
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Rebase tool wishlist
component/internal-tools lifecycle/rotten priority/P2
In no particular order, but while I'm dealing with some pain. 1. Auto-fork pick to openshift/kubernetes and rebump in openshift/origin. This would keep the list up to date. 2. Auto-list of pulls already merged into a particular level of kube. 3. Building on 2, auto-creation of the pick list for the next rebase. 4. Also building on 2, nag issues in openshift for pulls that are closed without merging.
1.0
Rebase tool wishlist - In no particular order, but while I'm dealing with some pain. 1. Auto-fork pick to openshift/kubernetes and rebump in openshift/origin. This would keep the list up to date. 2. Auto-list of pulls already merged into a particular level of kube. 3. Building on 2, auto-creation of the pick list for the next rebase. 4. Also building on 2, nag issues in openshift for pulls that are closed without merging.
non_test
rebase tool wishlist in no particular order but while i m dealing with some pain auto fork pick to openshift kubernetes and rebump in openshift origin this would keep the list up to date auto list of pulls already merged into a particular level of kube building on auto creation of the pick list for the next rebase also building on nag issues in openshift for pulls that are closed without merging
0
143,828
11,580,436,535
IssuesEvent
2020-02-21 20:08:25
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Failing test: Jest Tests.src/dev/notice - src/dev/build/tasks/notice_file/generate_notice generateBuildNoticeText() includes node version
failed-test
A test failed on a tracked branch ``` Error: expect(received).toBe(expected) // Object.is equality Expected: "/var/lib/jenkins/workspace/elastic+kibana+master/kibana/packages/kbn-optimizer/target/.bootstrap-cache" Received: "/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/__fixtures__/node_modules/foo/NOTICE.txt" at jest.requireMock.readFile.mockImplementation (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/packages/kbn-optimizer/src/optimizer/cache_keys.test.ts:60:20) at finalReturnValue (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:480:41) at /var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:489:13 at mockConstructor (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:182:19) at text.cb (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:32:29) at tryCatcher (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/bluebird/js/release/util.js:16:23) at Promise.fromNode.Promise.fromCallback (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/bluebird/js/release/promise.js:185:30) at map (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:32:19) at Array.map (<anonymous>) at getBundledNotices (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:30:11) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/3115/) <!-- kibanaCiData = {"failed-test":{"test.class":"Jest Tests.src/dev/notice","test.name":"src/dev/build/tasks/notice_file/generate_notice generateBuildNoticeText() includes node version","test.failCount":1}} -->
1.0
Failing test: Jest Tests.src/dev/notice - src/dev/build/tasks/notice_file/generate_notice generateBuildNoticeText() includes node version - A test failed on a tracked branch ``` Error: expect(received).toBe(expected) // Object.is equality Expected: "/var/lib/jenkins/workspace/elastic+kibana+master/kibana/packages/kbn-optimizer/target/.bootstrap-cache" Received: "/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/__fixtures__/node_modules/foo/NOTICE.txt" at jest.requireMock.readFile.mockImplementation (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/packages/kbn-optimizer/src/optimizer/cache_keys.test.ts:60:20) at finalReturnValue (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:480:41) at /var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:489:13 at mockConstructor (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-mock/build/index.js:182:19) at text.cb (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:32:29) at tryCatcher (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/bluebird/js/release/util.js:16:23) at Promise.fromNode.Promise.fromCallback (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/bluebird/js/release/promise.js:185:30) at map (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:32:19) at Array.map (<anonymous>) at getBundledNotices (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/bundled_notices.js:30:11) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/3115/) <!-- kibanaCiData = {"failed-test":{"test.class":"Jest Tests.src/dev/notice","test.name":"src/dev/build/tasks/notice_file/generate_notice generateBuildNoticeText() includes node version","test.failCount":1}} -->
test
failing test jest tests src dev notice src dev build tasks notice file generate notice generatebuildnoticetext includes node version a test failed on a tracked branch error expect received tobe expected object is equality expected var lib jenkins workspace elastic kibana master kibana packages kbn optimizer target bootstrap cache received var lib jenkins workspace elastic kibana master kibana src dev notice fixtures node modules foo notice txt at jest requiremock readfile mockimplementation var lib jenkins workspace elastic kibana master kibana packages kbn optimizer src optimizer cache keys test ts at finalreturnvalue var lib jenkins workspace elastic kibana master kibana node modules jest mock build index js at var lib jenkins workspace elastic kibana master kibana node modules jest mock build index js at mockconstructor var lib jenkins workspace elastic kibana master kibana node modules jest mock build index js at text cb var lib jenkins workspace elastic kibana master kibana src dev notice bundled notices js at trycatcher var lib jenkins workspace elastic kibana master kibana node modules bluebird js release util js at promise fromnode promise fromcallback var lib jenkins workspace elastic kibana master kibana node modules bluebird js release promise js at map var lib jenkins workspace elastic kibana master kibana src dev notice bundled notices js at array map at getbundlednotices var lib jenkins workspace elastic kibana master kibana src dev notice bundled notices js first failure
1
711,987
24,481,311,160
IssuesEvent
2022-10-08 21:48:52
kapresoft/wow-addon-actionbar-plus
https://api.github.com/repos/kapresoft/wow-addon-actionbar-plus
closed
Implement range indicator for macros with spells
Priority: High
**Describe the bug** Range indicator (keybind text or a circle text) should be red if target is out of range. **Workaround Limitation** Note that the limitation still exists where the ActionbarPlus frames do not receive the proper events needed to update the current spell in a case of a macro with a `castsequene` or other conditional keywords like `[mod:shift]`, etc. The workaround for this is to add the same macro in any of the standard world of warcraft actionbars. The source code triggering these events in the standard actionbars are not available for me investigate.
1.0
Implement range indicator for macros with spells - **Describe the bug** Range indicator (keybind text or a circle text) should be red if target is out of range. **Workaround Limitation** Note that the limitation still exists where the ActionbarPlus frames do not receive the proper events needed to update the current spell in a case of a macro with a `castsequene` or other conditional keywords like `[mod:shift]`, etc. The workaround for this is to add the same macro in any of the standard world of warcraft actionbars. The source code triggering these events in the standard actionbars are not available for me investigate.
non_test
implement range indicator for macros with spells describe the bug range indicator keybind text or a circle text should be red if target is out of range workaround limitation note that the limitation still exists where the actionbarplus frames do not receive the proper events needed to update the current spell in a case of a macro with a castsequene or other conditional keywords like etc the workaround for this is to add the same macro in any of the standard world of warcraft actionbars the source code triggering these events in the standard actionbars are not available for me investigate
0
250,616
21,316,561,316
IssuesEvent
2022-04-16 11:34:51
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: zfs/ycsb/A/nodes=3/cpu=8 failed
C-test-failure O-robot O-roachtest branch-master release-blocker
roachtest.zfs/ycsb/A/nodes=3/cpu=8 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4907635&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4907635&tab=artifacts#/zfs/ycsb/A/nodes=3/cpu=8) on master @ [771432d1099e516dbc11827c5458886c176e73e3](https://github.com/cockroachdb/cockroach/commits/771432d1099e516dbc11827c5458886c176e73e3): ``` | 212.0s 0 6423.0 6856.4 7.1 19.9 48.2 335.5 update | 213.0s 0 6604.9 6858.8 1.8 12.6 79.7 167.8 read | 213.0s 0 6704.9 6855.7 7.3 19.9 46.1 486.5 update | 214.0s 0 6558.7 6857.4 1.9 13.1 88.1 159.4 read | 214.0s 0 6490.7 6854.0 7.9 21.0 41.9 226.5 update | 215.0s 0 1186.1 6831.1 1.6 6.8 100.7 167.8 read | 215.0s 0 1264.2 6828.0 7.1 15.2 75.5 243.3 update | 216.0s 0 0.0 6799.4 0.0 0.0 0.0 0.0 read | 216.0s 0 0.0 6796.4 0.0 0.0 0.0 0.0 update | 217.0s 0 0.0 6768.1 0.0 0.0 0.0 0.0 read | 217.0s 0 0.0 6765.1 0.0 0.0 0.0 0.0 update Wraps: (4) COMMAND_PROBLEM Wraps: (5) Node 4. Command with error: | `````` | ./workload run ycsb --init --insert-count=1000000 --workload=A --concurrency=96 --splits=3 --histograms=perf/stats.json --select-for-update=true --ramp=2m --duration=30m {pgurl:1-3} | `````` Wraps: (6) exit status 1 Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) errors.Cmd (5) *hintdetail.withDetail (6) *exec.ExitError monitor.go:127,ycsb.go:84,ycsb.go:111,test_runner.go:875: monitor failure: monitor task failed: t.Fatal() was called (1) attached stack trace -- stack trace: | main.(*monitorImpl).WaitE | main/pkg/cmd/roachtest/monitor.go:115 | main.(*monitorImpl).Wait | main/pkg/cmd/roachtest/monitor.go:123 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerYCSB.func1 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/ycsb.go:84 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerYCSB.func3 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/ycsb.go:111 | main.(*testRunner).runTest.func2 | main/pkg/cmd/roachtest/test_runner.go:875 Wraps: (2) monitor failure Wraps: (3) attached stack trace -- stack trace: | main.(*monitorImpl).wait.func2 | main/pkg/cmd/roachtest/monitor.go:171 Wraps: (4) monitor task failed Wraps: (5) attached stack trace -- stack trace: | main.init | main/pkg/cmd/roachtest/monitor.go:80 | runtime.doInit | GOROOT/src/runtime/proc.go:6498 | runtime.main | GOROOT/src/runtime/proc.go:238 | runtime.goexit | GOROOT/src/runtime/asm_amd64.s:1581 Wraps: (6) t.Fatal() was called Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError ``` <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/storage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*zfs/ycsb/A/nodes=3/cpu=8.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: zfs/ycsb/A/nodes=3/cpu=8 failed - roachtest.zfs/ycsb/A/nodes=3/cpu=8 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4907635&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4907635&tab=artifacts#/zfs/ycsb/A/nodes=3/cpu=8) on master @ [771432d1099e516dbc11827c5458886c176e73e3](https://github.com/cockroachdb/cockroach/commits/771432d1099e516dbc11827c5458886c176e73e3): ``` | 212.0s 0 6423.0 6856.4 7.1 19.9 48.2 335.5 update | 213.0s 0 6604.9 6858.8 1.8 12.6 79.7 167.8 read | 213.0s 0 6704.9 6855.7 7.3 19.9 46.1 486.5 update | 214.0s 0 6558.7 6857.4 1.9 13.1 88.1 159.4 read | 214.0s 0 6490.7 6854.0 7.9 21.0 41.9 226.5 update | 215.0s 0 1186.1 6831.1 1.6 6.8 100.7 167.8 read | 215.0s 0 1264.2 6828.0 7.1 15.2 75.5 243.3 update | 216.0s 0 0.0 6799.4 0.0 0.0 0.0 0.0 read | 216.0s 0 0.0 6796.4 0.0 0.0 0.0 0.0 update | 217.0s 0 0.0 6768.1 0.0 0.0 0.0 0.0 read | 217.0s 0 0.0 6765.1 0.0 0.0 0.0 0.0 update Wraps: (4) COMMAND_PROBLEM Wraps: (5) Node 4. Command with error: | `````` | ./workload run ycsb --init --insert-count=1000000 --workload=A --concurrency=96 --splits=3 --histograms=perf/stats.json --select-for-update=true --ramp=2m --duration=30m {pgurl:1-3} | `````` Wraps: (6) exit status 1 Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) errors.Cmd (5) *hintdetail.withDetail (6) *exec.ExitError monitor.go:127,ycsb.go:84,ycsb.go:111,test_runner.go:875: monitor failure: monitor task failed: t.Fatal() was called (1) attached stack trace -- stack trace: | main.(*monitorImpl).WaitE | main/pkg/cmd/roachtest/monitor.go:115 | main.(*monitorImpl).Wait | main/pkg/cmd/roachtest/monitor.go:123 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerYCSB.func1 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/ycsb.go:84 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerYCSB.func3 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/ycsb.go:111 | main.(*testRunner).runTest.func2 | main/pkg/cmd/roachtest/test_runner.go:875 Wraps: (2) monitor failure Wraps: (3) attached stack trace -- stack trace: | main.(*monitorImpl).wait.func2 | main/pkg/cmd/roachtest/monitor.go:171 Wraps: (4) monitor task failed Wraps: (5) attached stack trace -- stack trace: | main.init | main/pkg/cmd/roachtest/monitor.go:80 | runtime.doInit | GOROOT/src/runtime/proc.go:6498 | runtime.main | GOROOT/src/runtime/proc.go:238 | runtime.goexit | GOROOT/src/runtime/asm_amd64.s:1581 Wraps: (6) t.Fatal() was called Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError ``` <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/storage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*zfs/ycsb/A/nodes=3/cpu=8.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
roachtest zfs ycsb a nodes cpu failed roachtest zfs ycsb a nodes cpu with on master update read update read update read update read update read update wraps command problem wraps node command with error workload run ycsb init insert count workload a concurrency splits histograms perf stats json select for update true ramp duration pgurl wraps exit status error types withstack withstack errutil withprefix cluster withcommanddetails errors cmd hintdetail withdetail exec exiterror monitor go ycsb go ycsb go test runner go monitor failure monitor task failed t fatal was called attached stack trace stack trace main monitorimpl waite main pkg cmd roachtest monitor go main monitorimpl wait main pkg cmd roachtest monitor go github com cockroachdb cockroach pkg cmd roachtest tests registerycsb github com cockroachdb cockroach pkg cmd roachtest tests ycsb go github com cockroachdb cockroach pkg cmd roachtest tests registerycsb github com cockroachdb cockroach pkg cmd roachtest tests ycsb go main testrunner runtest main pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace stack trace main monitorimpl wait main pkg cmd roachtest monitor go wraps monitor task failed wraps attached stack trace stack trace main init main pkg cmd roachtest monitor go runtime doinit goroot src runtime proc go runtime main goroot src runtime proc go runtime goexit goroot src runtime asm s wraps t fatal was called error types withstack withstack errutil withprefix withstack withstack errutil withprefix withstack withstack errutil leaferror help see see cc cockroachdb storage
1
122,086
17,687,305,458
IssuesEvent
2021-08-24 04:39:29
AlexRogalskiy/typescript-tools
https://api.github.com/repos/AlexRogalskiy/typescript-tools
opened
CVE-2015-9251 (Medium) detected in jquery-1.8.1.min.js, jquery-1.9.1.js
security vulnerability
## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.8.1.min.js</b>, <b>jquery-1.9.1.js</b></p></summary> <p> <details><summary><b>jquery-1.8.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p> <p>Path to dependency file: typescript-tools/node_modules/redeyed/examples/browser/index.html</p> <p>Path to vulnerable library: /node_modules/redeyed/examples/browser/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.8.1.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.9.1.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js</a></p> <p>Path to dependency file: typescript-tools/node_modules/tinygradient/bower_components/tinycolor/index.html</p> <p>Path to vulnerable library: /node_modules/tinygradient/bower_components/tinycolor/demo/jquery-1.9.1.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.9.1.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/typescript-tools/commit/ef6126dab77cb83aade7a91d4c6a279db91c0d0b">ef6126dab77cb83aade7a91d4c6a279db91c0d0b</a></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> jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-9251>CVE-2015-9251</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v3.0.0</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-2015-9251 (Medium) detected in jquery-1.8.1.min.js, jquery-1.9.1.js - ## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.8.1.min.js</b>, <b>jquery-1.9.1.js</b></p></summary> <p> <details><summary><b>jquery-1.8.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p> <p>Path to dependency file: typescript-tools/node_modules/redeyed/examples/browser/index.html</p> <p>Path to vulnerable library: /node_modules/redeyed/examples/browser/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.8.1.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.9.1.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js</a></p> <p>Path to dependency file: typescript-tools/node_modules/tinygradient/bower_components/tinycolor/index.html</p> <p>Path to vulnerable library: /node_modules/tinygradient/bower_components/tinycolor/demo/jquery-1.9.1.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.9.1.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/typescript-tools/commit/ef6126dab77cb83aade7a91d4c6a279db91c0d0b">ef6126dab77cb83aade7a91d4c6a279db91c0d0b</a></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> jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-9251>CVE-2015-9251</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v3.0.0</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 medium detected in jquery min js jquery js cve medium severity vulnerability vulnerable libraries jquery min js jquery js jquery min js javascript library for dom operations library home page a href path to dependency file typescript tools node modules redeyed examples browser index html path to vulnerable library node modules redeyed examples browser index html dependency hierarchy x jquery min js vulnerable library jquery js javascript library for dom operations library home page a href path to dependency file typescript tools node modules tinygradient bower components tinycolor index html path to vulnerable library node modules tinygradient bower components tinycolor demo jquery js dependency hierarchy x jquery js vulnerable library found in head commit a href vulnerability details jquery before is vulnerable to cross site scripting xss attacks when a cross domain ajax request is performed without the datatype option causing text javascript responses to be executed publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource
0
7,485
6,912,897,943
IssuesEvent
2017-11-28 13:40:10
hpi-swt2/sport-portal
https://api.github.com/repos/hpi-swt2/sport-portal
opened
Event abilities are neither configured nor used
bug security
PR #142 introduced event organizers, users that created an event and are able to edit it. This is done by **not rendering the form if the user cannot edit the event**. Of course, any malicious user might still manually post to the correct url, event thought he does not have permission to do so. Also a user that is not signed in can still create an event, which causes [this error](https://swt2-errbit-2017.herokuapp.com/apps/5a031be36caee90014ce8531/problems/5a1c6d90c157e400062df9c5). Because the `current_user`, which is `nil` when no user is signed in, is added to the editors collection, which results in the mentioned error. As a solution, only logged in user should be allow to create events, and only editors of an event should be allowed to edit events. This should be expressed in the `models/ability.rb` from [cancancan](https://github.com/CanCanCommunity/cancancan/wiki/defining-abilities). Additionally the event controller should have a `load_and_authorize_resource ...` line comparable to the one in the users controller.
True
Event abilities are neither configured nor used - PR #142 introduced event organizers, users that created an event and are able to edit it. This is done by **not rendering the form if the user cannot edit the event**. Of course, any malicious user might still manually post to the correct url, event thought he does not have permission to do so. Also a user that is not signed in can still create an event, which causes [this error](https://swt2-errbit-2017.herokuapp.com/apps/5a031be36caee90014ce8531/problems/5a1c6d90c157e400062df9c5). Because the `current_user`, which is `nil` when no user is signed in, is added to the editors collection, which results in the mentioned error. As a solution, only logged in user should be allow to create events, and only editors of an event should be allowed to edit events. This should be expressed in the `models/ability.rb` from [cancancan](https://github.com/CanCanCommunity/cancancan/wiki/defining-abilities). Additionally the event controller should have a `load_and_authorize_resource ...` line comparable to the one in the users controller.
non_test
event abilities are neither configured nor used pr introduced event organizers users that created an event and are able to edit it this is done by not rendering the form if the user cannot edit the event of course any malicious user might still manually post to the correct url event thought he does not have permission to do so also a user that is not signed in can still create an event which causes because the current user which is nil when no user is signed in is added to the editors collection which results in the mentioned error as a solution only logged in user should be allow to create events and only editors of an event should be allowed to edit events this should be expressed in the models ability rb from additionally the event controller should have a load and authorize resource line comparable to the one in the users controller
0
176,620
13,647,468,449
IssuesEvent
2020-09-26 03:29:25
userfrosting/UserFrosting
https://api.github.com/repos/userfrosting/UserFrosting
closed
Add CSS linter to gulp tasks
assets testing wontfix
It's possible to write malformed CSS that can be properly interpreted by most browsers, but will cause problems when passed through the minification process. As a result, you can end up with styling that worked fine in development, but fails in production. Adding a CSS linter to the build pipeline would ensure that problems like this are flagged, rather than silently breaking styling when you deploy malformed CSS.
1.0
Add CSS linter to gulp tasks - It's possible to write malformed CSS that can be properly interpreted by most browsers, but will cause problems when passed through the minification process. As a result, you can end up with styling that worked fine in development, but fails in production. Adding a CSS linter to the build pipeline would ensure that problems like this are flagged, rather than silently breaking styling when you deploy malformed CSS.
test
add css linter to gulp tasks it s possible to write malformed css that can be properly interpreted by most browsers but will cause problems when passed through the minification process as a result you can end up with styling that worked fine in development but fails in production adding a css linter to the build pipeline would ensure that problems like this are flagged rather than silently breaking styling when you deploy malformed css
1
349,857
31,836,201,163
IssuesEvent
2023-09-14 13:40:13
UtkinIvan/Laba3RPR
https://api.github.com/repos/UtkinIvan/Laba3RPR
closed
Список частей
test
Как: пользователь-капитан, хочу: видеть список частей, чтобы: добавлять части, изменять и удалять их - [ ] добавлять части - [ ] изменять части - [ ] удалять части
1.0
Список частей - Как: пользователь-капитан, хочу: видеть список частей, чтобы: добавлять части, изменять и удалять их - [ ] добавлять части - [ ] изменять части - [ ] удалять части
test
список частей как пользователь капитан хочу видеть список частей чтобы добавлять части изменять и удалять их добавлять части изменять части удалять части
1
263,139
23,037,526,237
IssuesEvent
2022-07-22 20:44:58
oxidecomputer/omicron
https://api.github.com/repos/oxidecomputer/omicron
opened
CI filesystem failure generating rustdocs
⁉️ Test Flake
I had a [PR fail](https://github.com/oxidecomputer/omicron/runs/7471094535?check_suite_focus=true) with a filesystem error I haven't seen before: ``` error: couldn't generate documentation: No such file or directory (os error 2) | = note: failed to create or modify "/home/runner/work/omicron/omicron/target/doc/omicron_common/api/external/struct.L4PortRange.html" warning: `omicron-common` (lib doc) generated 1 warning error: could not document `omicron-common` ``` Retrying succeeded. This doesn't seem like a "disk full" issue (a la #1380), so I figured I'd note it in a new issue.
1.0
CI filesystem failure generating rustdocs - I had a [PR fail](https://github.com/oxidecomputer/omicron/runs/7471094535?check_suite_focus=true) with a filesystem error I haven't seen before: ``` error: couldn't generate documentation: No such file or directory (os error 2) | = note: failed to create or modify "/home/runner/work/omicron/omicron/target/doc/omicron_common/api/external/struct.L4PortRange.html" warning: `omicron-common` (lib doc) generated 1 warning error: could not document `omicron-common` ``` Retrying succeeded. This doesn't seem like a "disk full" issue (a la #1380), so I figured I'd note it in a new issue.
test
ci filesystem failure generating rustdocs i had a with a filesystem error i haven t seen before error couldn t generate documentation no such file or directory os error note failed to create or modify home runner work omicron omicron target doc omicron common api external struct html warning omicron common lib doc generated warning error could not document omicron common retrying succeeded this doesn t seem like a disk full issue a la so i figured i d note it in a new issue
1
215,578
16,679,628,737
IssuesEvent
2021-06-07 21:08:48
pyvista/pyvista
https://api.github.com/repos/pyvista/pyvista
closed
Hypothesis vs. numpy 1.21.0 breakage (heads-up)
priority-high testing
I noticed that two of our tests break using numpy's 1.21.0rc1 release candidate. The issue seems to be with hypothesis, and [I've opened an issue there](https://github.com/HypothesisWorks/hypothesis/issues/2975) (this might actually be a numpy issue so I've raised there too). This is a heads-up that we will probably have to handle this temporary incompatibility of hypothesis and numpy (in that the soon-to-be numpy 1.21 release will break hypothesis until they push out a new release). Unless there's something we have to do differently in our tests using hypothesis. Cc. @akaszynski
1.0
Hypothesis vs. numpy 1.21.0 breakage (heads-up) - I noticed that two of our tests break using numpy's 1.21.0rc1 release candidate. The issue seems to be with hypothesis, and [I've opened an issue there](https://github.com/HypothesisWorks/hypothesis/issues/2975) (this might actually be a numpy issue so I've raised there too). This is a heads-up that we will probably have to handle this temporary incompatibility of hypothesis and numpy (in that the soon-to-be numpy 1.21 release will break hypothesis until they push out a new release). Unless there's something we have to do differently in our tests using hypothesis. Cc. @akaszynski
test
hypothesis vs numpy breakage heads up i noticed that two of our tests break using numpy s release candidate the issue seems to be with hypothesis and this might actually be a numpy issue so i ve raised there too this is a heads up that we will probably have to handle this temporary incompatibility of hypothesis and numpy in that the soon to be numpy release will break hypothesis until they push out a new release unless there s something we have to do differently in our tests using hypothesis cc akaszynski
1
348,413
31,562,301,614
IssuesEvent
2023-09-03 12:05:21
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Images: Height gets ignored
[Type] Bug Needs Testing [Status] Stale [Block] Image [Block] Gallery
### Description Images width a defined height will not correctly displayed on the front end. <details><summary>Block Markup</summary> <p> ```html <!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"backgroundColor":"neutral-20","layout":{"type":"default"}} --> <div class="wp-block-group has-neutral-20-background-color has-background" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:group {"style":{"spacing":{"padding":{"right":"clamp(16px,6vw,96px)","left":"clamp(16px,6vw,96px)","top":"var:preset|spacing|v-padding-xl","bottom":"var:preset|spacing|v-padding-xl"}}},"backgroundColor":"neutral-20","layout":{"type":"default"}} --> <div class="wp-block-group has-neutral-20-background-color has-background" style="padding-top:var(--wp--preset--spacing--v-padding-xl);padding-right:clamp(16px,6vw,96px);padding-bottom:var(--wp--preset--spacing--v-padding-xl);padding-left:clamp(16px,6vw,96px)"><!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:group {"align":"wide","layout":{"type":"flex","orientation":"vertical"}} --> <div class="wp-block-group alignwide"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|xs"}},"layout":{"type":"flex","orientation":"vertical"}} --> <div class="wp-block-group"><!-- wp:heading {"level":1,"fontSize":"display-sm"} --> <h1 class="wp-block-heading has-display-sm-font-size">The easiest way to build beautiful websites with Gutenberg</h1> <!-- /wp:heading --> <!-- wp:paragraph {"fontSize":"heading-6"} --> <p class="has-heading-6-font-size">Simple and clean templates for Wordpress Gutenberg. <br>With hundreds of patterns, Figma files and everything else digital teams needs.</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"primary-90"} --> <div class="wp-block-button"><a class="wp-block-button__link has-primary-90-background-color has-background wp-element-button">Learn more!</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --> <!-- wp:spacer {"style":{"layout":{"flexSize":null,"selfStretch":"fill"}}} --> <div aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> <div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|xxs"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> <div class="wp-block-group"><!-- wp:image {"id":445,"width":56,"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="http://prolooks.local/wp-content/uploads/2023/07/image-683x1024.jpeg" alt="" class="wp-image-445" style="aspect-ratio:1;object-fit:cover;width:56px" width="56"/></figure> <!-- /wp:image --> <!-- wp:image {"id":402,"width":56,"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-IKEX2B0tJJY-unsplash-683x1024.jpg" alt="" class="wp-image-402" style="aspect-ratio:1;object-fit:cover;width:56px" width="56"/></figure> <!-- /wp:image --> <!-- wp:image {"id":403,"width":56,"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-UlxfzEEN3HU-unsplash-683x1024.jpg" alt="" class="wp-image-403" style="aspect-ratio:1;object-fit:cover;width:56px" width="56"/></figure> <!-- /wp:image --> <!-- wp:image {"id":401,"width":56,"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-gPVzwSi5mws-unsplash-1024x683.jpg" alt="" class="wp-image-401" style="aspect-ratio:1;object-fit:cover;width:56px" width="56"/></figure> <!-- /wp:image --></div> <!-- /wp:group --> <!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical"}} --> <div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1","fontStyle":"normal","fontWeight":"600"}},"fontSize":"heading-3"} --> <p class="has-heading-3-font-size" style="font-style:normal;font-weight:600;line-height:1">200+</p> <!-- /wp:paragraph --> <!-- wp:paragraph {"fontSize":"paragraph-sm"} --> <p class="has-paragraph-sm-font-size">happy customers</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> <!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical"}} --> <div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1","fontStyle":"normal","fontWeight":"600"}},"fontSize":"heading-3"} --> <p class="has-heading-3-font-size" style="font-style:normal;font-weight:600;line-height:1">15+</p> <!-- /wp:paragraph --> <!-- wp:paragraph {"fontSize":"paragraph-sm"} --> <p class="has-paragraph-sm-font-size">years experience</p> <!-- /wp:paragraph --></div> <!-- /wp:group --></div> <!-- /wp:group --></div> <!-- /wp:group --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:gallery {"columns":2,"linkTo":"none"} --> <figure class="wp-block-gallery has-nested-images columns-2 is-cropped"><!-- wp:image {"id":445,"height":250,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} --> <figure class="wp-block-image size-large is-resized is-style-default"><img src="http://prolooks.local/wp-content/uploads/2023/07/image-683x1024.jpeg" alt="" class="wp-image-445" style="height:250px" height="250"/></figure> <!-- /wp:image --> <!-- wp:image {"id":403,"height":250,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} --> <figure class="wp-block-image size-large is-resized is-style-default"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-UlxfzEEN3HU-unsplash-683x1024.jpg" alt="" class="wp-image-403" style="height:250px" height="250"/></figure> <!-- /wp:image --> <!-- wp:image {"id":402,"height":250,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} --> <figure class="wp-block-image size-large is-resized is-style-default"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-IKEX2B0tJJY-unsplash-683x1024.jpg" alt="" class="wp-image-402" style="height:250px" height="250"/></figure> <!-- /wp:image --> <!-- wp:image {"id":401,"height":250,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} --> <figure class="wp-block-image size-large is-resized is-style-default"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-gPVzwSi5mws-unsplash-1024x683.jpg" alt="" class="wp-image-401" style="height:250px" height="250"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group --></div> <!-- /wp:group --> ``` </p> </details> ### Step-by-step reproduction instructions 1. Put images in a gallery 2. Set a height 3. See how it looks correct on the editor, not so on the front end though ### Screenshots, screen recording, code snippet https://github.com/WordPress/gutenberg/assets/17861443/550ae770-e475-4df0-a58a-edbf3ef5ec02 ### Environment info - WP 6.2.2 - GB 16.2.1 - Custom theme ### Please confirm that you have searched existing issues in the repo. No ### Please confirm that you have tested with all plugins deactivated except Gutenberg. Yes
1.0
Images: Height gets ignored - ### Description Images width a defined height will not correctly displayed on the front end. <details><summary>Block Markup</summary> <p> ```html <!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"backgroundColor":"neutral-20","layout":{"type":"default"}} --> <div class="wp-block-group has-neutral-20-background-color has-background" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:group {"style":{"spacing":{"padding":{"right":"clamp(16px,6vw,96px)","left":"clamp(16px,6vw,96px)","top":"var:preset|spacing|v-padding-xl","bottom":"var:preset|spacing|v-padding-xl"}}},"backgroundColor":"neutral-20","layout":{"type":"default"}} --> <div class="wp-block-group has-neutral-20-background-color has-background" style="padding-top:var(--wp--preset--spacing--v-padding-xl);padding-right:clamp(16px,6vw,96px);padding-bottom:var(--wp--preset--spacing--v-padding-xl);padding-left:clamp(16px,6vw,96px)"><!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:group {"align":"wide","layout":{"type":"flex","orientation":"vertical"}} --> <div class="wp-block-group alignwide"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|xs"}},"layout":{"type":"flex","orientation":"vertical"}} --> <div class="wp-block-group"><!-- wp:heading {"level":1,"fontSize":"display-sm"} --> <h1 class="wp-block-heading has-display-sm-font-size">The easiest way to build beautiful websites with Gutenberg</h1> <!-- /wp:heading --> <!-- wp:paragraph {"fontSize":"heading-6"} --> <p class="has-heading-6-font-size">Simple and clean templates for Wordpress Gutenberg. <br>With hundreds of patterns, Figma files and everything else digital teams needs.</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"primary-90"} --> <div class="wp-block-button"><a class="wp-block-button__link has-primary-90-background-color has-background wp-element-button">Learn more!</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --> <!-- wp:spacer {"style":{"layout":{"flexSize":null,"selfStretch":"fill"}}} --> <div aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} --> <div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|xxs"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> <div class="wp-block-group"><!-- wp:image {"id":445,"width":56,"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="http://prolooks.local/wp-content/uploads/2023/07/image-683x1024.jpeg" alt="" class="wp-image-445" style="aspect-ratio:1;object-fit:cover;width:56px" width="56"/></figure> <!-- /wp:image --> <!-- wp:image {"id":402,"width":56,"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-IKEX2B0tJJY-unsplash-683x1024.jpg" alt="" class="wp-image-402" style="aspect-ratio:1;object-fit:cover;width:56px" width="56"/></figure> <!-- /wp:image --> <!-- wp:image {"id":403,"width":56,"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-UlxfzEEN3HU-unsplash-683x1024.jpg" alt="" class="wp-image-403" style="aspect-ratio:1;object-fit:cover;width:56px" width="56"/></figure> <!-- /wp:image --> <!-- wp:image {"id":401,"width":56,"aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-gPVzwSi5mws-unsplash-1024x683.jpg" alt="" class="wp-image-401" style="aspect-ratio:1;object-fit:cover;width:56px" width="56"/></figure> <!-- /wp:image --></div> <!-- /wp:group --> <!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical"}} --> <div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1","fontStyle":"normal","fontWeight":"600"}},"fontSize":"heading-3"} --> <p class="has-heading-3-font-size" style="font-style:normal;font-weight:600;line-height:1">200+</p> <!-- /wp:paragraph --> <!-- wp:paragraph {"fontSize":"paragraph-sm"} --> <p class="has-paragraph-sm-font-size">happy customers</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> <!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical"}} --> <div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1","fontStyle":"normal","fontWeight":"600"}},"fontSize":"heading-3"} --> <p class="has-heading-3-font-size" style="font-style:normal;font-weight:600;line-height:1">15+</p> <!-- /wp:paragraph --> <!-- wp:paragraph {"fontSize":"paragraph-sm"} --> <p class="has-paragraph-sm-font-size">years experience</p> <!-- /wp:paragraph --></div> <!-- /wp:group --></div> <!-- /wp:group --></div> <!-- /wp:group --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:gallery {"columns":2,"linkTo":"none"} --> <figure class="wp-block-gallery has-nested-images columns-2 is-cropped"><!-- wp:image {"id":445,"height":250,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} --> <figure class="wp-block-image size-large is-resized is-style-default"><img src="http://prolooks.local/wp-content/uploads/2023/07/image-683x1024.jpeg" alt="" class="wp-image-445" style="height:250px" height="250"/></figure> <!-- /wp:image --> <!-- wp:image {"id":403,"height":250,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} --> <figure class="wp-block-image size-large is-resized is-style-default"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-UlxfzEEN3HU-unsplash-683x1024.jpg" alt="" class="wp-image-403" style="height:250px" height="250"/></figure> <!-- /wp:image --> <!-- wp:image {"id":402,"height":250,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} --> <figure class="wp-block-image size-large is-resized is-style-default"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-IKEX2B0tJJY-unsplash-683x1024.jpg" alt="" class="wp-image-402" style="height:250px" height="250"/></figure> <!-- /wp:image --> <!-- wp:image {"id":401,"height":250,"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} --> <figure class="wp-block-image size-large is-resized is-style-default"><img src="http://prolooks.local/wp-content/uploads/2023/07/martin-martz-gPVzwSi5mws-unsplash-1024x683.jpg" alt="" class="wp-image-401" style="height:250px" height="250"/></figure> <!-- /wp:image --></figure> <!-- /wp:gallery --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group --></div> <!-- /wp:group --> ``` </p> </details> ### Step-by-step reproduction instructions 1. Put images in a gallery 2. Set a height 3. See how it looks correct on the editor, not so on the front end though ### Screenshots, screen recording, code snippet https://github.com/WordPress/gutenberg/assets/17861443/550ae770-e475-4df0-a58a-edbf3ef5ec02 ### Environment info - WP 6.2.2 - GB 16.2.1 - Custom theme ### Please confirm that you have searched existing issues in the repo. No ### Please confirm that you have tested with all plugins deactivated except Gutenberg. Yes
test
images height gets ignored description images width a defined height will not correctly displayed on the front end block markup html the easiest way to build beautiful websites with gutenberg simple and clean templates for wordpress gutenberg with hundreds of patterns figma files and everything else digital teams needs learn more happy customers years experience step by step reproduction instructions put images in a gallery set a height see how it looks correct on the editor not so on the front end though screenshots screen recording code snippet environment info wp gb custom theme please confirm that you have searched existing issues in the repo no please confirm that you have tested with all plugins deactivated except gutenberg yes
1
285,804
8,774,785,070
IssuesEvent
2018-12-18 20:55:42
BendroCorp/bendrocorp-app
https://api.github.com/repos/BendroCorp/bendrocorp-app
closed
Application Interview QoL
effort: low enhancement priority:normal
Quality of life pass for applicant interview packet To-Dos - [x] Check for typos - [x] Move check boxes under policy blocks - [x] Section for random interview questions - [x] Make textareas bigger - [x] Review permissions for Directors
1.0
Application Interview QoL - Quality of life pass for applicant interview packet To-Dos - [x] Check for typos - [x] Move check boxes under policy blocks - [x] Section for random interview questions - [x] Make textareas bigger - [x] Review permissions for Directors
non_test
application interview qol quality of life pass for applicant interview packet to dos check for typos move check boxes under policy blocks section for random interview questions make textareas bigger review permissions for directors
0
16,361
3,519,625,329
IssuesEvent
2016-01-12 17:31:46
ngageoint/hootenanny-ui
https://api.github.com/repos/ngageoint/hootenanny-ui
closed
Getting reviews with single features when conflating POIs
Category: UI Identified During Regression Test Priority: Medium Status: In Progress
When conflating a Sao Paulo subset of the Brazil (geonames, OSM) data I observed a number of single feature reviews where only one feature was shown in the review table. In some cases the highlight color of the map POI does not match the review table, in other cases it does. Typically clicking resolve proceeds to the next review but if you happen to click merge (even though there is nothing to merge) a longer delay occurs. Some ex: Geonames: Comfort Hotel Downtown; L'Hotel; Gran Corona OSM: Bela Vista; Largo Treze ![single poi](https://cloud.githubusercontent.com/assets/7560096/12210874/072b3cf0-b612-11e5-8e15-90c5e139e2f2.png)
1.0
Getting reviews with single features when conflating POIs - When conflating a Sao Paulo subset of the Brazil (geonames, OSM) data I observed a number of single feature reviews where only one feature was shown in the review table. In some cases the highlight color of the map POI does not match the review table, in other cases it does. Typically clicking resolve proceeds to the next review but if you happen to click merge (even though there is nothing to merge) a longer delay occurs. Some ex: Geonames: Comfort Hotel Downtown; L'Hotel; Gran Corona OSM: Bela Vista; Largo Treze ![single poi](https://cloud.githubusercontent.com/assets/7560096/12210874/072b3cf0-b612-11e5-8e15-90c5e139e2f2.png)
test
getting reviews with single features when conflating pois when conflating a sao paulo subset of the brazil geonames osm data i observed a number of single feature reviews where only one feature was shown in the review table in some cases the highlight color of the map poi does not match the review table in other cases it does typically clicking resolve proceeds to the next review but if you happen to click merge even though there is nothing to merge a longer delay occurs some ex geonames comfort hotel downtown l hotel gran corona osm bela vista largo treze
1
154,746
12,227,204,592
IssuesEvent
2020-05-03 14:20:36
kowainik/extensions
https://api.github.com/repos/kowainik/extensions
closed
Test cabal parsing granularly
question tests
Currently it's not easy to test cabal parsing functions only on cabal-files, since the function requires `IO` to check whether the module actually exist. I think cabal parsing functions can be patched, and I see a few ways to do this. 1. Pass a function of type `Monad m => FilePath -> m Bool` that checks whether the module exist. So in `IO` we will pass the `doesFileExist` function, and in tests we will pass `const $ pure True` (or something more sophisticated for better testing). 2. Read all files recursively from all `hs-source-dirs` using a package like `dir-traverse` at the beginning, and then instead of checking whether the file exist, we can just check whether it's in the given list. Option 1 is easier to implement and won't require to have a separate dependency. But maybe Option 2 sounds better in theory. Also, maybe I'm missing something else... @vrom911 What do you think?
1.0
Test cabal parsing granularly - Currently it's not easy to test cabal parsing functions only on cabal-files, since the function requires `IO` to check whether the module actually exist. I think cabal parsing functions can be patched, and I see a few ways to do this. 1. Pass a function of type `Monad m => FilePath -> m Bool` that checks whether the module exist. So in `IO` we will pass the `doesFileExist` function, and in tests we will pass `const $ pure True` (or something more sophisticated for better testing). 2. Read all files recursively from all `hs-source-dirs` using a package like `dir-traverse` at the beginning, and then instead of checking whether the file exist, we can just check whether it's in the given list. Option 1 is easier to implement and won't require to have a separate dependency. But maybe Option 2 sounds better in theory. Also, maybe I'm missing something else... @vrom911 What do you think?
test
test cabal parsing granularly currently it s not easy to test cabal parsing functions only on cabal files since the function requires io to check whether the module actually exist i think cabal parsing functions can be patched and i see a few ways to do this pass a function of type monad m filepath m bool that checks whether the module exist so in io we will pass the doesfileexist function and in tests we will pass const pure true or something more sophisticated for better testing read all files recursively from all hs source dirs using a package like dir traverse at the beginning and then instead of checking whether the file exist we can just check whether it s in the given list option is easier to implement and won t require to have a separate dependency but maybe option sounds better in theory also maybe i m missing something else what do you think
1
134,156
10,884,491,545
IssuesEvent
2019-11-18 08:24:52
qmetry/qaf
https://api.github.com/repos/qmetry/qaf
closed
Enforce meta-data rules in dryrun
bdd-qaf feature test-authoring
During dry run enforce meta-data rule. If meta-data not provided as per rule fail/skip the test.
1.0
Enforce meta-data rules in dryrun - During dry run enforce meta-data rule. If meta-data not provided as per rule fail/skip the test.
test
enforce meta data rules in dryrun during dry run enforce meta data rule if meta data not provided as per rule fail skip the test
1
224,316
17,688,695,637
IssuesEvent
2021-08-24 07:11:13
ckeditor/ckeditor4
https://api.github.com/repos/ckeditor/ckeditor4
closed
Failing test: tests/plugins/toolbar/manual/hover/androidrichcombo
status:confirmed browser:android plugin:toolbar type:failingtest
## Type of report Failing test ## Provide detailed reproduction steps (if any) 1. Run test and perform step 1 ### Expected result According to the test scenario, rich combos should have "darker background" ### Actual result The background is lighter (looks the same as in the toggle ON state). Looks like this for both: `iframe` and `div` based editor. ## Other details * Browser: Chrome(mobile) 90.0.4430.91 * OS: Android 10 * CKEditor version: 4.16.1 * Installed CKEditor plugins: -
1.0
Failing test: tests/plugins/toolbar/manual/hover/androidrichcombo - ## Type of report Failing test ## Provide detailed reproduction steps (if any) 1. Run test and perform step 1 ### Expected result According to the test scenario, rich combos should have "darker background" ### Actual result The background is lighter (looks the same as in the toggle ON state). Looks like this for both: `iframe` and `div` based editor. ## Other details * Browser: Chrome(mobile) 90.0.4430.91 * OS: Android 10 * CKEditor version: 4.16.1 * Installed CKEditor plugins: -
test
failing test tests plugins toolbar manual hover androidrichcombo type of report failing test provide detailed reproduction steps if any run test and perform step expected result according to the test scenario rich combos should have darker background actual result the background is lighter looks the same as in the toggle on state looks like this for both iframe and div based editor other details browser chrome mobile os android ckeditor version installed ckeditor plugins
1
191,299
14,593,753,124
IssuesEvent
2020-12-20 00:51:19
github-vet/rangeloop-pointer-findings
https://api.github.com/repos/github-vet/rangeloop-pointer-findings
closed
riscv/riscv-go: src/time/format_test.go; 8 LoC
fresh test tiny
Found a possible issue in [riscv/riscv-go](https://www.github.com/riscv/riscv-go) at [src/time/format_test.go](https://github.com/riscv/riscv-go/blob/124ebd6fcc8e6c6aed193c1dce855709d8614fd2/src/time/format_test.go#L186-L193) 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. > function call which takes a reference to test at line 191 may start a goroutine [Click here to see the code in its original context.](https://github.com/riscv/riscv-go/blob/124ebd6fcc8e6c6aed193c1dce855709d8614fd2/src/time/format_test.go#L186-L193) <details> <summary>Click here to show the 8 line(s) of Go which triggered the analyzer.</summary> ```go for _, test := range parseTests { time, err := Parse(test.format, test.value) if err != nil { t.Errorf("%s error: %v", test.name, err) } else { checkTime(time, &test, t) } } ``` </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: 124ebd6fcc8e6c6aed193c1dce855709d8614fd2
1.0
riscv/riscv-go: src/time/format_test.go; 8 LoC - Found a possible issue in [riscv/riscv-go](https://www.github.com/riscv/riscv-go) at [src/time/format_test.go](https://github.com/riscv/riscv-go/blob/124ebd6fcc8e6c6aed193c1dce855709d8614fd2/src/time/format_test.go#L186-L193) 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. > function call which takes a reference to test at line 191 may start a goroutine [Click here to see the code in its original context.](https://github.com/riscv/riscv-go/blob/124ebd6fcc8e6c6aed193c1dce855709d8614fd2/src/time/format_test.go#L186-L193) <details> <summary>Click here to show the 8 line(s) of Go which triggered the analyzer.</summary> ```go for _, test := range parseTests { time, err := Parse(test.format, test.value) if err != nil { t.Errorf("%s error: %v", test.name, err) } else { checkTime(time, &test, t) } } ``` </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: 124ebd6fcc8e6c6aed193c1dce855709d8614fd2
test
riscv riscv go src time format 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 function call which takes a reference to test at line may start a goroutine click here to show the line s of go which triggered the analyzer go for test range parsetests time err parse test format test value if err nil t errorf s error v test name err else checktime time test t 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
69,060
30,022,696,696
IssuesEvent
2023-06-27 01:49:54
hashicorp/terraform-provider-aws
https://api.github.com/repos/hashicorp/terraform-provider-aws
closed
[Bug]: terraform import aws_cloudfront_function stuck
service/cloudfront
### Terraform Core Version 1.5.1 ### AWS Provider Version 5.5.0 ### Affected Resource(s) aws_cloudfront_function ### Expected Behavior The resource should get imported successfully in tfstate. ### Actual Behavior The command gets stuck with no error. ### Relevant Error/Panic Output Snippet _No response_ ### Terraform Configuration Files ```terraform provider "aws" { region = "us-east-1" } terraform { required_providers { aws = { source = "hashicorp/aws" version = "5.5.0" } } backend "s3" { bucket = "terraform-state" key = "us_east_1/global.tfstate" region = "us-east-1" dynamodb_table = "terraform-state" } } ``` ### Steps to Reproduce `terraform import aws_cloudfront_function.shrink "arn:aws:cloudfront::XXXXXXXXXXXX:function/shrink"` ### Debug Output ```shell 2023-06-25T06:32:16.088Z [TRACE] dag/walk: vertex "root" is waiting for "import aws_cloudfront_function.shrink result" 2023-06-25T06:32:16.435Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_cloudfront_function.shrink (expand)" 2023-06-25T06:32:19.017Z [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" 2023-06-25T06:32:20.597Z [TRACE] dag/walk: vertex "root" is waiting for "aws_cloudfront_function.shrink (import id \"arn:aws:cloudfront::XXXXXXXXXXXX:function/shrink\")" ``` ### Panic Output _No response_ ### Important Factoids _No response_ ### References _No response_ ### Would you like to implement a fix? No
1.0
[Bug]: terraform import aws_cloudfront_function stuck - ### Terraform Core Version 1.5.1 ### AWS Provider Version 5.5.0 ### Affected Resource(s) aws_cloudfront_function ### Expected Behavior The resource should get imported successfully in tfstate. ### Actual Behavior The command gets stuck with no error. ### Relevant Error/Panic Output Snippet _No response_ ### Terraform Configuration Files ```terraform provider "aws" { region = "us-east-1" } terraform { required_providers { aws = { source = "hashicorp/aws" version = "5.5.0" } } backend "s3" { bucket = "terraform-state" key = "us_east_1/global.tfstate" region = "us-east-1" dynamodb_table = "terraform-state" } } ``` ### Steps to Reproduce `terraform import aws_cloudfront_function.shrink "arn:aws:cloudfront::XXXXXXXXXXXX:function/shrink"` ### Debug Output ```shell 2023-06-25T06:32:16.088Z [TRACE] dag/walk: vertex "root" is waiting for "import aws_cloudfront_function.shrink result" 2023-06-25T06:32:16.435Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "aws_cloudfront_function.shrink (expand)" 2023-06-25T06:32:19.017Z [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" 2023-06-25T06:32:20.597Z [TRACE] dag/walk: vertex "root" is waiting for "aws_cloudfront_function.shrink (import id \"arn:aws:cloudfront::XXXXXXXXXXXX:function/shrink\")" ``` ### Panic Output _No response_ ### Important Factoids _No response_ ### References _No response_ ### Would you like to implement a fix? No
non_test
terraform import aws cloudfront function stuck terraform core version aws provider version affected resource s aws cloudfront function expected behavior the resource should get imported successfully in tfstate actual behavior the command gets stuck with no error relevant error panic output snippet no response terraform configuration files terraform provider aws region us east terraform required providers aws source hashicorp aws version backend bucket terraform state key us east global tfstate region us east dynamodb table terraform state steps to reproduce terraform import aws cloudfront function shrink arn aws cloudfront xxxxxxxxxxxx function shrink debug output shell dag walk vertex root is waiting for import aws cloudfront function shrink result dag walk vertex provider close is waiting for aws cloudfront function shrink expand dag walk vertex root is waiting for provider close dag walk vertex root is waiting for aws cloudfront function shrink import id arn aws cloudfront xxxxxxxxxxxx function shrink panic output no response important factoids no response references no response would you like to implement a fix no
0
180,857
21,625,842,530
IssuesEvent
2022-05-05 01:57:07
AlexRogalskiy/java-patterns
https://api.github.com/repos/AlexRogalskiy/java-patterns
opened
CVE-2017-15010 (High) detected in tough-cookie-2.3.1.tgz, tough-cookie-2.3.2.tgz
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 Libraries - <b>tough-cookie-2.3.1.tgz</b>, <b>tough-cookie-2.3.2.tgz</b></p></summary> <p> <details><summary><b>tough-cookie-2.3.1.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.3.1.tgz">https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/npmi/node_modules/npm/node_modules/request/node_modules/tough-cookie/package.json</p> <p> Dependency Hierarchy: - gitbook-cli-2.3.2.tgz (Root Library) - npmi-1.0.1.tgz - npm-2.15.12.tgz - request-2.74.0.tgz - :x: **tough-cookie-2.3.1.tgz** (Vulnerable Library) </details> <details><summary><b>tough-cookie-2.3.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.3.2.tgz">https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/npm/node_modules/request/node_modules/tough-cookie/package.json</p> <p> Dependency Hierarchy: - gitbook-cli-2.3.2.tgz (Root Library) - npm-5.1.0.tgz - request-2.81.0.tgz - :x: **tough-cookie-2.3.2.tgz** (Vulnerable Library) </details> <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> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2017-15010 (High) detected in tough-cookie-2.3.1.tgz, tough-cookie-2.3.2.tgz - ## CVE-2017-15010 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>tough-cookie-2.3.1.tgz</b>, <b>tough-cookie-2.3.2.tgz</b></p></summary> <p> <details><summary><b>tough-cookie-2.3.1.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.3.1.tgz">https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/npmi/node_modules/npm/node_modules/request/node_modules/tough-cookie/package.json</p> <p> Dependency Hierarchy: - gitbook-cli-2.3.2.tgz (Root Library) - npmi-1.0.1.tgz - npm-2.15.12.tgz - request-2.74.0.tgz - :x: **tough-cookie-2.3.1.tgz** (Vulnerable Library) </details> <details><summary><b>tough-cookie-2.3.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.3.2.tgz">https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/npm/node_modules/request/node_modules/tough-cookie/package.json</p> <p> Dependency Hierarchy: - gitbook-cli-2.3.2.tgz (Root Library) - npm-5.1.0.tgz - request-2.81.0.tgz - :x: **tough-cookie-2.3.2.tgz** (Vulnerable Library) </details> <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> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in tough cookie tgz tough cookie tgz cve high severity vulnerability vulnerable libraries tough cookie tgz tough cookie tgz tough cookie tgz cookies and cookie jar for node js library home page a href path to dependency file package json path to vulnerable library node modules npmi node modules npm node modules request node modules tough cookie package json dependency hierarchy gitbook cli tgz root library npmi tgz npm tgz request tgz x tough cookie tgz vulnerable library tough cookie tgz cookies and cookie jar for node js library home page a href path to dependency file package json path to vulnerable library node modules npm node modules request node modules tough cookie package json dependency hierarchy gitbook cli tgz root library npm tgz request tgz x tough cookie tgz vulnerable library 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 step up your open source security game with whitesource
0
221,915
17,377,183,730
IssuesEvent
2021-07-31 00:39:11
backend-br/vagas
https://api.github.com/repos/backend-br/vagas
closed
[Brasil] Node Developer Pleno @ CI&T
CI CLT CSS DevOps Docker Git NodeJS Pleno Stale Testes automatizados TypeScript VueJS
Vaga Remota durante a pandemia ## Nossa empresa CI&T é seu parceiro de transformação digital de ponta a ponta. Como um nativo digital, trazemos um histórico de 25 anos de aceleração do impacto nos negócios por meio de soluções digitais completas e escaláveis. Com uma presença global de mais de 3.300 profissionais em estratégia, pesquisa, ciência de dados, design e engenharia, desbloqueamos crescimento de primeira linha, melhoramos a experiência do cliente e impulsionamos a eficiência operacional. ## Procuramos uma pessoa que: Ame novos desafios e seja curiosa; Esteja disposta a descobrir e aprender todos os dias; Goste de contribuir e correr pelo tempo; Consiga entender são quais os objetivos de negócios e usar a tecnologia para viabilizar resultados; Atue com autonomia, usando a liberdade para opinar em processos e questões relacionadas ao cliente quando for preciso; Consiga se comunicar muito bem durante as chamadas com o tempo e o cliente, sabendo explicar e defender idéias, promover mudanças e se adaptar a novos contextos rapidamente. ## Sua missão: Atuação autônoma dentro do nosso tempo que desenvolver uma solução digital que está em constante evolução para uma empresa de bebidas com foco em B2B. A application é uma solução conversacional construída em uma ferramenta de fluxo conversacional e NodeJs / TypeScript em nuvem ambiente Azure com uso de Functions e consumindo dados de integrações com outros serviços. ## Os requisitos para o desafio são: - NodeJs - VueJs - Azure (Functions, Tables, Queues, Application Insights e CosmosDB); - HTML5, CSS; - Sólido conhecimento em Git; - Inglês para conversação; ## Você irá se destacar se tiver conhecimento em: - Testes automatizados; - Sem servidor; - Automação de CI / CD - Docker; - Azure DevOps Pipelines; - Espanhol para conversação; ## Benefícios - Plano de saúde - Seguro de vida - VR de R$ X/dia - Auxílio creche ## Como se candidatar Por favor realize [Cadastra-se](https://jobs.lever.co/ciandt/1f36eb9a-ab87-4464-9f4f-db7327633511?lever-via=z3i9nirTcZ) aqui #### Regime - CLT #### Nível - Pleno
1.0
[Brasil] Node Developer Pleno @ CI&T - Vaga Remota durante a pandemia ## Nossa empresa CI&T é seu parceiro de transformação digital de ponta a ponta. Como um nativo digital, trazemos um histórico de 25 anos de aceleração do impacto nos negócios por meio de soluções digitais completas e escaláveis. Com uma presença global de mais de 3.300 profissionais em estratégia, pesquisa, ciência de dados, design e engenharia, desbloqueamos crescimento de primeira linha, melhoramos a experiência do cliente e impulsionamos a eficiência operacional. ## Procuramos uma pessoa que: Ame novos desafios e seja curiosa; Esteja disposta a descobrir e aprender todos os dias; Goste de contribuir e correr pelo tempo; Consiga entender são quais os objetivos de negócios e usar a tecnologia para viabilizar resultados; Atue com autonomia, usando a liberdade para opinar em processos e questões relacionadas ao cliente quando for preciso; Consiga se comunicar muito bem durante as chamadas com o tempo e o cliente, sabendo explicar e defender idéias, promover mudanças e se adaptar a novos contextos rapidamente. ## Sua missão: Atuação autônoma dentro do nosso tempo que desenvolver uma solução digital que está em constante evolução para uma empresa de bebidas com foco em B2B. A application é uma solução conversacional construída em uma ferramenta de fluxo conversacional e NodeJs / TypeScript em nuvem ambiente Azure com uso de Functions e consumindo dados de integrações com outros serviços. ## Os requisitos para o desafio são: - NodeJs - VueJs - Azure (Functions, Tables, Queues, Application Insights e CosmosDB); - HTML5, CSS; - Sólido conhecimento em Git; - Inglês para conversação; ## Você irá se destacar se tiver conhecimento em: - Testes automatizados; - Sem servidor; - Automação de CI / CD - Docker; - Azure DevOps Pipelines; - Espanhol para conversação; ## Benefícios - Plano de saúde - Seguro de vida - VR de R$ X/dia - Auxílio creche ## Como se candidatar Por favor realize [Cadastra-se](https://jobs.lever.co/ciandt/1f36eb9a-ab87-4464-9f4f-db7327633511?lever-via=z3i9nirTcZ) aqui #### Regime - CLT #### Nível - Pleno
test
node developer pleno ci t vaga remota durante a pandemia nossa empresa ci t é seu parceiro de transformação digital de ponta a ponta como um nativo digital trazemos um histórico de anos de aceleração do impacto nos negócios por meio de soluções digitais completas e escaláveis com uma presença global de mais de profissionais em estratégia pesquisa ciência de dados design e engenharia desbloqueamos crescimento de primeira linha melhoramos a experiência do cliente e impulsionamos a eficiência operacional procuramos uma pessoa que ame novos desafios e seja curiosa esteja disposta a descobrir e aprender todos os dias goste de contribuir e correr pelo tempo consiga entender são quais os objetivos de negócios e usar a tecnologia para viabilizar resultados atue com autonomia usando a liberdade para opinar em processos e questões relacionadas ao cliente quando for preciso consiga se comunicar muito bem durante as chamadas com o tempo e o cliente sabendo explicar e defender idéias promover mudanças e se adaptar a novos contextos rapidamente sua missão atuação autônoma dentro do nosso tempo que desenvolver uma solução digital que está em constante evolução para uma empresa de bebidas com foco em a application é uma solução conversacional construída em uma ferramenta de fluxo conversacional e nodejs typescript em nuvem ambiente azure com uso de functions e consumindo dados de integrações com outros serviços os requisitos para o desafio são nodejs vuejs azure functions tables queues application insights e cosmosdb css sólido conhecimento em git inglês para conversação você irá se destacar se tiver conhecimento em testes automatizados sem servidor automação de ci cd docker azure devops pipelines espanhol para conversação benefícios plano de saúde seguro de vida vr de r x dia auxílio creche como se candidatar por favor realize aqui regime clt nível pleno
1
73,100
7,327,132,857
IssuesEvent
2018-03-04 05:49:30
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Ingress - "503 Service Temporarily Unavailable" when providing targets from other namespace (other than were ingress is created).
area/loadbalancer area/ui kind/bug status/resolved status/to-test version/2.0
Steps to reproduce the problem: Create a project with 2 namespaces , n1 and n2. Create ingress in n1 with targets pointing to workloads in n2. Accessing ingress url results in "503 Service Temporarily Unavailable". ``` Sangeethas-MBP:testwget sangeethahariharan1$ wget --header="host: hello.com" http:<ip>//name.html --2018-02-26 14:27:57-- http://<ip>/name.html Connecting to 159.65.160.243:80... connected. HTTP request sent, awaiting response... 503 Service Temporarily Unavailable 2018-02-26 14:27:57 ERROR 503: Service Temporarily Unavailable. Sangeethas-MBP:testwget sangeethahariharan1$ ``` Should we not allow for creating rules with targets from different namespace ?
1.0
Ingress - "503 Service Temporarily Unavailable" when providing targets from other namespace (other than were ingress is created). - Steps to reproduce the problem: Create a project with 2 namespaces , n1 and n2. Create ingress in n1 with targets pointing to workloads in n2. Accessing ingress url results in "503 Service Temporarily Unavailable". ``` Sangeethas-MBP:testwget sangeethahariharan1$ wget --header="host: hello.com" http:<ip>//name.html --2018-02-26 14:27:57-- http://<ip>/name.html Connecting to 159.65.160.243:80... connected. HTTP request sent, awaiting response... 503 Service Temporarily Unavailable 2018-02-26 14:27:57 ERROR 503: Service Temporarily Unavailable. Sangeethas-MBP:testwget sangeethahariharan1$ ``` Should we not allow for creating rules with targets from different namespace ?
test
ingress service temporarily unavailable when providing targets from other namespace other than were ingress is created steps to reproduce the problem create a project with namespaces and create ingress in with targets pointing to workloads in accessing ingress url results in service temporarily unavailable sangeethas mbp testwget wget header host hello com http name html connecting to connected http request sent awaiting response service temporarily unavailable error service temporarily unavailable sangeethas mbp testwget should we not allow for creating rules with targets from different namespace
1
665,271
22,306,059,540
IssuesEvent
2022-06-13 13:09:06
IGS/gEAR
https://api.github.com/repos/IGS/gEAR
opened
Ability to download data through the dataset explorer
enhancement Low Priority
Currently, for a user to download public data (either as a bundled file or as a h5ad) they have to find that dataset in a profile and then use the dropdown menu. To make it easier for individuals to find and download data, could a download button be added to the dataset explorer (ref https://github.com/IGS/gEAR/issues/337)?
1.0
Ability to download data through the dataset explorer - Currently, for a user to download public data (either as a bundled file or as a h5ad) they have to find that dataset in a profile and then use the dropdown menu. To make it easier for individuals to find and download data, could a download button be added to the dataset explorer (ref https://github.com/IGS/gEAR/issues/337)?
non_test
ability to download data through the dataset explorer currently for a user to download public data either as a bundled file or as a they have to find that dataset in a profile and then use the dropdown menu to make it easier for individuals to find and download data could a download button be added to the dataset explorer ref
0
326,217
27,979,484,737
IssuesEvent
2023-03-26 01:02:16
F4KER-X/TalentVault-SOEN-341-Project-2023
https://api.github.com/repos/F4KER-X/TalentVault-SOEN-341-Project-2023
opened
UAT 1.2: Sign Up V2
user acceptance test User Story 1
**User Acceptance Flow** 1. User enters already used email 2. User clicks on Sign up button 3. Error is displayed for the user to change the email 4. Data is not saved and no redirection happens
1.0
UAT 1.2: Sign Up V2 - **User Acceptance Flow** 1. User enters already used email 2. User clicks on Sign up button 3. Error is displayed for the user to change the email 4. Data is not saved and no redirection happens
test
uat sign up user acceptance flow user enters already used email user clicks on sign up button error is displayed for the user to change the email data is not saved and no redirection happens
1
32,228
4,757,829,490
IssuesEvent
2016-10-24 17:44:11
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
Manual tests for Windows ia-32 0.12.6 RC1
OS/Windows tests
## Installer 1. [ ] Check that installer is close to the size of last release. 2. [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window. 3. [ ] Check Brave, electron, and libchromiumcontent version in About and make sure it is EXACTLY as expected. ## Per release specialty tests RC 1 - [ ] Selecting and Cutting the UrlBar text reverts the text back ([#4941](https://github.com/brave/browser-laptop/issues/4941)) - [ ] tab bar and find bar unaligned design ([#5005](https://github.com/brave/browser-laptop/issues/5005)) - [ ] Bookmark Icon position in title mode looks bad ([#4985](https://github.com/brave/browser-laptop/issues/4985)) - [ ] Bookmark Icon position in title mode looks bad ([#5041](https://github.com/brave/browser-laptop/pull/5041)) - [ ] Creating a bookmark in about:bookmark page creates a folder instead of bookmark ([#5031](https://github.com/brave/browser-laptop/issues/5031)) - [ ] Add missing location to "new bookmark" button on about:bookmarks ([#5038](https://github.com/brave/browser-laptop/pull/5038)) - [ ] Disable option to add a bookmark without location and a folder without a title. ([#5034](https://github.com/brave/browser-laptop/pull/5034)) - [ ] Deleting newtab added as a bookmark crashes Brave ([#5010](https://github.com/brave/browser-laptop/issues/5010)) - [ ] Clicking on Allow protocol registration opens up system settings ([#5028](https://github.com/brave/browser-laptop/issues/5028)) - [ ] Upgrade to brave/electron 1.4.17 ([#5016](https://github.com/brave/browser-laptop/issues/5016)) ## Ledger 1. [ ] Create a wallet with a value other than $5 selected in the monthly budget dropdown. Click on the 'Add Funds' button and check that Coinbase transactions are blocked. 2. [ ] Remove all `ledger-*.json` files from `~/Library/Application\ Support/Brave/`. Go to the Payments tab in about:preferences, enable payments, click on `create wallet`. Check that the `add funds` button appears after a wallet is created. 3. [ ] Click on `add funds` and verify that adding funds through Coinbase increases the account balance. 4. [ ] Repeat the step above but add funds by scanning the QR code in a mobile bitcoin app instead of through Coinbase. 5. [ ] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table. 6. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click the register button. In the Payments tab, click `add funds`. Verify that the `transfer funds` button is visible and that clicking on `transfer funds` opens a jsfiddle URL in a new tab. 7. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click `unregister`. Verify that the `transfer funds` button no longer appears in the `add funds` modal. 8. [ ] Check that disabling payments and enabling them again does not lose state. ## Data 1. [ ] Make sure that data from the last version appears in the new version OK. 2. [ ] Test that the previous version's cookies are preserved in the next version. ## About pages 1. [ ] Test that about:adblock loads 2. [ ] Test that about:autofill loads 3. [ ] Test that about:bookmarks loads bookmarks 4. [ ] Test that about:downloads loads downloads 5. [ ] Test that about:extensions loads 6. [ ] Test that about:history loads history 7. [ ] Test that about:passwords loads 8. [ ] Test that about:preferences changing a preference takes effect right away 9. [ ] Test that about:preferences language change takes effect on re-start 10. [ ] Test that about.com without the http protocol is loaded from URL bar ## Bookmarks 1. [ ] Test that creating a bookmark on the bookmarks toolbar works 2. [ ] Test that creating a bookmark folder on the bookmarks toolbar works 3. [ ] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works 4. [ ] Test that clicking a bookmark in the toolbar loads the bookmark. 5. [ ] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark. ## Context menus 1. [ ] Make sure context menu items in the URL bar work 2. [ ] Make sure context menu items on content work with no selected text. 3. [ ] Make sure context menu items on content work with selected text. 4. [ ] Make sure context menu items on content work inside an editable control (input, textarea, or contenteditable). ## Find on page 1. [ ] Ensure search box is shown with shortcut 2. [ ] Test successful find 3. [ ] Test forward and backward find navigation 4. [ ] Test failed find shows 0 results 5. [ ] Test match case find ## Geolocation 1. [ ] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation works ## Site hacks 1. [ ] Test https://www.twitch.tv/adobe sub-page loads a video and you can play it ## Downloads 1. [ ] Test downloading a file works and that all actions on the download item works. ## Fullscreen 1. [ ] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc). 2. [ ] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com) ## Tabs and Pinning 1. [ ] Test that tabs are pinnable 2. [ ] Test that tabs are unpinnable 3. [ ] Test that tabs are draggable to same tabset 4. [ ] Test that tabs are draggable to alternate tabset ## Zoom 1. [ ] Test zoom in / out shortcut works 2. [ ] Test hamburger menu zooms. 3. [ ] Test zoom saved when you close the browser and restore on a single site. 4. [ ] Test zoom saved when you navigate within a single origin site. 5. [ ] Test that navigating to a different origin resets the zoom ## Bravery settings 1. [ ] Check that HTTPS Everywhere works by loading http://www.apple.com 2. [ ] Turning HTTPS Everywhere off and shields off both disable the redirect to https://www.apple.com 3. [ ] Check that ad replacement works on http://slashdot.org 4. [ ] Check that toggling to blocking and allow ads works as expected. 5. [ ] Test that clicking through a cert error in https://badssl.com/ works. 6. [ ] Test that Safe Browsing works (http://excellentmovies.net/) 7. [ ] Turning Safe Browsing off and shields off both disable safe browsing for http://excellentmovies.net/. 8. [ ] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work. 9. [ ] Test that about:preferences default Bravery settings take effect on pages with no site settings. 10. [ ] Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked. 11. [ ] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked. 12. [ ] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on. ## Content tests 1. [ ] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab. 2. [ ] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows. 3. [ ] Go to http://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown. 4. [ ] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the password is autofilled. 5. [ ] Open a github issue and type some misspellings, make sure they are underlined. 6. [ ] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text. 7. [ ] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded. 8. [ ] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works. 9. [ ] Test that PDF is loaded at http://www.orimi.com/pdf-test.pdf 10. [ ] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run). ## Flash tests 1. [ ] Turn on Flash in about:preferences#security. Test that clicking on 'Install Flash' banner on myspace.com shows a notification to allow Flash and that the banner disappears when 'Allow' is clicked. 2. [ ] Test that flash placeholder appears on http://www.y8.com/games/superfighters ## Autofill tests 1. [ ] Test that autofill works on http://www.roboform.com/filling-test-all-fields ## Session storage Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder. 1. [ ] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu) 2. [ ] Test that windows and tabs restore when closed, including active tab. 3. [ ] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu) ## Cookie and Cache 1. [ ] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified. 2. [ ] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value. ## Update tests 1. [ ] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly.
1.0
Manual tests for Windows ia-32 0.12.6 RC1 - ## Installer 1. [ ] Check that installer is close to the size of last release. 2. [ ] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave.app/` and make sure it returns `accepted`. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window. 3. [ ] Check Brave, electron, and libchromiumcontent version in About and make sure it is EXACTLY as expected. ## Per release specialty tests RC 1 - [ ] Selecting and Cutting the UrlBar text reverts the text back ([#4941](https://github.com/brave/browser-laptop/issues/4941)) - [ ] tab bar and find bar unaligned design ([#5005](https://github.com/brave/browser-laptop/issues/5005)) - [ ] Bookmark Icon position in title mode looks bad ([#4985](https://github.com/brave/browser-laptop/issues/4985)) - [ ] Bookmark Icon position in title mode looks bad ([#5041](https://github.com/brave/browser-laptop/pull/5041)) - [ ] Creating a bookmark in about:bookmark page creates a folder instead of bookmark ([#5031](https://github.com/brave/browser-laptop/issues/5031)) - [ ] Add missing location to "new bookmark" button on about:bookmarks ([#5038](https://github.com/brave/browser-laptop/pull/5038)) - [ ] Disable option to add a bookmark without location and a folder without a title. ([#5034](https://github.com/brave/browser-laptop/pull/5034)) - [ ] Deleting newtab added as a bookmark crashes Brave ([#5010](https://github.com/brave/browser-laptop/issues/5010)) - [ ] Clicking on Allow protocol registration opens up system settings ([#5028](https://github.com/brave/browser-laptop/issues/5028)) - [ ] Upgrade to brave/electron 1.4.17 ([#5016](https://github.com/brave/browser-laptop/issues/5016)) ## Ledger 1. [ ] Create a wallet with a value other than $5 selected in the monthly budget dropdown. Click on the 'Add Funds' button and check that Coinbase transactions are blocked. 2. [ ] Remove all `ledger-*.json` files from `~/Library/Application\ Support/Brave/`. Go to the Payments tab in about:preferences, enable payments, click on `create wallet`. Check that the `add funds` button appears after a wallet is created. 3. [ ] Click on `add funds` and verify that adding funds through Coinbase increases the account balance. 4. [ ] Repeat the step above but add funds by scanning the QR code in a mobile bitcoin app instead of through Coinbase. 5. [ ] Visit nytimes.com for a few seconds and make sure it shows up in the Payments table. 6. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click the register button. In the Payments tab, click `add funds`. Verify that the `transfer funds` button is visible and that clicking on `transfer funds` opens a jsfiddle URL in a new tab. 7. [ ] Go to https://jsfiddle.net/LnwtLckc/5/ and click `unregister`. Verify that the `transfer funds` button no longer appears in the `add funds` modal. 8. [ ] Check that disabling payments and enabling them again does not lose state. ## Data 1. [ ] Make sure that data from the last version appears in the new version OK. 2. [ ] Test that the previous version's cookies are preserved in the next version. ## About pages 1. [ ] Test that about:adblock loads 2. [ ] Test that about:autofill loads 3. [ ] Test that about:bookmarks loads bookmarks 4. [ ] Test that about:downloads loads downloads 5. [ ] Test that about:extensions loads 6. [ ] Test that about:history loads history 7. [ ] Test that about:passwords loads 8. [ ] Test that about:preferences changing a preference takes effect right away 9. [ ] Test that about:preferences language change takes effect on re-start 10. [ ] Test that about.com without the http protocol is loaded from URL bar ## Bookmarks 1. [ ] Test that creating a bookmark on the bookmarks toolbar works 2. [ ] Test that creating a bookmark folder on the bookmarks toolbar works 3. [ ] Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works 4. [ ] Test that clicking a bookmark in the toolbar loads the bookmark. 5. [ ] Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark. ## Context menus 1. [ ] Make sure context menu items in the URL bar work 2. [ ] Make sure context menu items on content work with no selected text. 3. [ ] Make sure context menu items on content work with selected text. 4. [ ] Make sure context menu items on content work inside an editable control (input, textarea, or contenteditable). ## Find on page 1. [ ] Ensure search box is shown with shortcut 2. [ ] Test successful find 3. [ ] Test forward and backward find navigation 4. [ ] Test failed find shows 0 results 5. [ ] Test match case find ## Geolocation 1. [ ] Check that https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation works ## Site hacks 1. [ ] Test https://www.twitch.tv/adobe sub-page loads a video and you can play it ## Downloads 1. [ ] Test downloading a file works and that all actions on the download item works. ## Fullscreen 1. [ ] Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc). 2. [ ] Test that entering HTML5 full screen works. And Esc to go back. (youtube.com) ## Tabs and Pinning 1. [ ] Test that tabs are pinnable 2. [ ] Test that tabs are unpinnable 3. [ ] Test that tabs are draggable to same tabset 4. [ ] Test that tabs are draggable to alternate tabset ## Zoom 1. [ ] Test zoom in / out shortcut works 2. [ ] Test hamburger menu zooms. 3. [ ] Test zoom saved when you close the browser and restore on a single site. 4. [ ] Test zoom saved when you navigate within a single origin site. 5. [ ] Test that navigating to a different origin resets the zoom ## Bravery settings 1. [ ] Check that HTTPS Everywhere works by loading http://www.apple.com 2. [ ] Turning HTTPS Everywhere off and shields off both disable the redirect to https://www.apple.com 3. [ ] Check that ad replacement works on http://slashdot.org 4. [ ] Check that toggling to blocking and allow ads works as expected. 5. [ ] Test that clicking through a cert error in https://badssl.com/ works. 6. [ ] Test that Safe Browsing works (http://excellentmovies.net/) 7. [ ] Turning Safe Browsing off and shields off both disable safe browsing for http://excellentmovies.net/. 8. [ ] Visit https://brianbondy.com/ and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work. 9. [ ] Test that about:preferences default Bravery settings take effect on pages with no site settings. 10. [ ] Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked. 11. [ ] Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked. 12. [ ] Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on. ## Content tests 1. [ ] Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab. 2. [ ] Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows. 3. [ ] Go to http://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown. 4. [ ] Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in `about:passwords`. Then reload https://trac.torproject.org/projects/tor/login and make sure the password is autofilled. 5. [ ] Open a github issue and type some misspellings, make sure they are underlined. 6. [ ] Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text. 7. [ ] Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded. 8. [ ] Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works. 9. [ ] Test that PDF is loaded at http://www.orimi.com/pdf-test.pdf 10. [ ] Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run). ## Flash tests 1. [ ] Turn on Flash in about:preferences#security. Test that clicking on 'Install Flash' banner on myspace.com shows a notification to allow Flash and that the banner disappears when 'Allow' is clicked. 2. [ ] Test that flash placeholder appears on http://www.y8.com/games/superfighters ## Autofill tests 1. [ ] Test that autofill works on http://www.roboform.com/filling-test-all-fields ## Session storage Do not forget to make a backup of your entire `~/Library/Application\ Support/Brave` folder. 1. [ ] Temporarily move away your `~/Library/Application\ Support/Brave/session-store-1` and test that clean session storage works. (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu) 2. [ ] Test that windows and tabs restore when closed, including active tab. 3. [ ] Move away your entire `~/Library/Application\ Support/Brave` folder (`%appdata%\Brave in Windows`, `./config/brave` in Ubuntu) ## Cookie and Cache 1. [ ] Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified. 2. [ ] Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value. ## Update tests 1. [ ] Test that updating using `BRAVE_UPDATE_VERSION=0.8.3` env variable works correctly.
test
manual tests for windows ia installer check that installer is close to the size of last release check signature if os run spctl assess verbose applications brave app and make sure it returns accepted if windows right click on the installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window check brave electron and libchromiumcontent version in about and make sure it is exactly as expected per release specialty tests rc selecting and cutting the urlbar text reverts the text back tab bar and find bar unaligned design bookmark icon position in title mode looks bad bookmark icon position in title mode looks bad creating a bookmark in about bookmark page creates a folder instead of bookmark add missing location to new bookmark button on about bookmarks disable option to add a bookmark without location and a folder without a title deleting newtab added as a bookmark crashes brave clicking on allow protocol registration opens up system settings upgrade to brave electron ledger create a wallet with a value other than selected in the monthly budget dropdown click on the add funds button and check that coinbase transactions are blocked remove all ledger json files from library application support brave go to the payments tab in about preferences enable payments click on create wallet check that the add funds button appears after a wallet is created click on add funds and verify that adding funds through coinbase increases the account balance repeat the step above but add funds by scanning the qr code in a mobile bitcoin app instead of through coinbase visit nytimes com for a few seconds and make sure it shows up in the payments table go to and click the register button in the payments tab click add funds verify that the transfer funds button is visible and that clicking on transfer funds opens a jsfiddle url in a new tab go to and click unregister verify that the transfer funds button no longer appears in the add funds modal check that disabling payments and enabling them again does not lose state data make sure that data from the last version appears in the new version ok test that the previous version s cookies are preserved in the next version about pages test that about adblock loads test that about autofill loads test that about bookmarks loads bookmarks test that about downloads loads downloads test that about extensions loads test that about history loads history test that about passwords loads test that about preferences changing a preference takes effect right away test that about preferences language change takes effect on re start test that about com without the http protocol is loaded from url bar bookmarks test that creating a bookmark on the bookmarks toolbar works test that creating a bookmark folder on the bookmarks toolbar works test that moving a bookmark into a folder by drag and drop on the bookmarks folder works test that clicking a bookmark in the toolbar loads the bookmark test that clicking a bookmark in a bookmark toolbar folder loads the bookmark context menus make sure context menu items in the url bar work make sure context menu items on content work with no selected text make sure context menu items on content work with selected text make sure context menu items on content work inside an editable control input textarea or contenteditable find on page ensure search box is shown with shortcut test successful find test forward and backward find navigation test failed find shows results test match case find geolocation check that works site hacks test sub page loads a video and you can play it downloads test downloading a file works and that all actions on the download item works fullscreen test that entering full screen window works view toggle full screen and exit back not esc test that entering full screen works and esc to go back youtube com tabs and pinning test that tabs are pinnable test that tabs are unpinnable test that tabs are draggable to same tabset test that tabs are draggable to alternate tabset zoom test zoom in out shortcut works test hamburger menu zooms test zoom saved when you close the browser and restore on a single site test zoom saved when you navigate within a single origin site test that navigating to a different origin resets the zoom bravery settings check that https everywhere works by loading turning https everywhere off and shields off both disable the redirect to check that ad replacement works on check that toggling to blocking and allow ads works as expected test that clicking through a cert error in works test that safe browsing works turning safe browsing off and shields off both disable safe browsing for visit and then turn on script blocking nothing should load allow it from the script blocking ui in the url bar and it should work test that about preferences default bravery settings take effect on pages with no site settings test that turning on fingerprinting protection in about preferences shows fingerprints blocked at test that turning it off in the bravery menu shows fingerprints blocked test that party storage results are blank at when party cookies are blocked and not blank when party cookies are unblocked test that audio fingerprint is blocked at when fingerprinting protection is on content tests go to and click on the twitter icon on the top right test that context menus work in the new twitter tab load twitter and click on a tweet so the popup div shows click to dismiss and repeat with another div make sure it shows go to and test that clicking on show pops up a notification asking for permission make sure that clicking deny leads to no notifications being shown go to and make sure that the password can be saved make sure the saved password shows up in about passwords then reload and make sure the password is autofilled open a github issue and type some misspellings make sure they are underlined make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text make sure that command click control click on windows control click on ubuntu on a link opens a new tab but does not switch to it click on it and make sure it is already loaded open an email on or inbox google com and click on a link make sure it works test that pdf is loaded at test that shows up as grey not red no mixed content scripts are run flash tests turn on flash in about preferences security test that clicking on install flash banner on myspace com shows a notification to allow flash and that the banner disappears when allow is clicked test that flash placeholder appears on autofill tests test that autofill works on session storage do not forget to make a backup of your entire library application support brave folder temporarily move away your library application support brave session store and test that clean session storage works appdata brave in windows config brave in ubuntu test that windows and tabs restore when closed including active tab move away your entire library application support brave folder appdata brave in windows config brave in ubuntu cookie and cache make a backup of your profile turn on all clearing in preferences and shut down make sure when you bring the browser back up everything is gone that is specified go to and set an evercookie check that going to prefs clearing site data and cache and going back to the evercookie site does not remember the old evercookie value update tests test that updating using brave update version env variable works correctly
1
73,695
24,757,463,883
IssuesEvent
2022-10-21 19:16:50
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Fix spelling error in HazelcastCacheManager Javadoc
Type: Defect
"Spring" is misspelled (as "Sprint") in the [rendered (HTML) Javadoc](https://docs.hazelcast.org/docs/latest/javadoc/com/hazelcast/spring/cache/HazelcastCacheManager.html) for the `HazelcastCacheManager` class, found in source, [here](https://github.com/hazelcast/hazelcast/blob/master/hazelcast-spring/src/main/java/com/hazelcast/spring/cache/HazelcastCacheManager.java#L38).
1.0
Fix spelling error in HazelcastCacheManager Javadoc - "Spring" is misspelled (as "Sprint") in the [rendered (HTML) Javadoc](https://docs.hazelcast.org/docs/latest/javadoc/com/hazelcast/spring/cache/HazelcastCacheManager.html) for the `HazelcastCacheManager` class, found in source, [here](https://github.com/hazelcast/hazelcast/blob/master/hazelcast-spring/src/main/java/com/hazelcast/spring/cache/HazelcastCacheManager.java#L38).
non_test
fix spelling error in hazelcastcachemanager javadoc spring is misspelled as sprint in the for the hazelcastcachemanager class found in source
0
41,299
16,679,789,384
IssuesEvent
2021-06-07 21:23:52
BCDevOps/OpenShift4-RollOut
https://api.github.com/repos/BCDevOps/OpenShift4-RollOut
closed
Configure Cluster Monitoring Operator
Blocked ops and shared services team/DXC tech/automation
**Describe the issue** The Cluster Monitoring Operator (Prometheus, Grafana, AlertManager) needs to be configured by CCM and set to send alerts to RocketChat and Nagios. **Which Sprint Goal is this issue related to?** **Additional context** **Definition of done Checklist (where applicable)** - [x] Cluster Monitoring instance installed in each cluster - [x] Test that alerts go to a per-cluster Rocket Chat channel - [ ] Test that alerts go to Nagios and onto the On-Call email
1.0
Configure Cluster Monitoring Operator - **Describe the issue** The Cluster Monitoring Operator (Prometheus, Grafana, AlertManager) needs to be configured by CCM and set to send alerts to RocketChat and Nagios. **Which Sprint Goal is this issue related to?** **Additional context** **Definition of done Checklist (where applicable)** - [x] Cluster Monitoring instance installed in each cluster - [x] Test that alerts go to a per-cluster Rocket Chat channel - [ ] Test that alerts go to Nagios and onto the On-Call email
non_test
configure cluster monitoring operator describe the issue the cluster monitoring operator prometheus grafana alertmanager needs to be configured by ccm and set to send alerts to rocketchat and nagios which sprint goal is this issue related to additional context definition of done checklist where applicable cluster monitoring instance installed in each cluster test that alerts go to a per cluster rocket chat channel test that alerts go to nagios and onto the on call email
0
297,583
25,744,335,650
IssuesEvent
2022-12-08 08:50:09
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
kv/kvserver: TestReplicateQueueDownReplicate failed
C-test-failure O-robot branch-master T-kv T-kv-replication
kv/kvserver.TestReplicateQueueDownReplicate [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7723622?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7723622?buildTab=artifacts#/) on master @ [1a6e9f885baa124d5ff2996adb966ea15a1a9b2b](https://github.com/cockroachdb/cockroach/commits/1a6e9f885baa124d5ff2996adb966ea15a1a9b2b): Fatal error: ``` panic: test timed out after 59m55s ``` Stack: ``` goroutine 262714599 [running]: testing.(*M).startAlarm.func1() GOROOT/src/testing/testing.go:2036 +0x8e created by time.goFunc GOROOT/src/time/sleep.go:176 +0x32 ``` <details><summary>Log preceding fatal error</summary> <p> ``` === RUN TestReplicateQueueDownReplicate test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/33e1d369c27b9c01b2b6009c561815a3/logTestReplicateQueueDownReplicate276259767 test_log_scope.go:79: use -show-logs to present logs inline ``` </p> </details> <p>Parameters: <code>TAGS=bazel,gss,deadlock</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> /cc @cockroachdb/kv <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestReplicateQueueDownReplicate.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-21860
1.0
kv/kvserver: TestReplicateQueueDownReplicate failed - kv/kvserver.TestReplicateQueueDownReplicate [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7723622?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7723622?buildTab=artifacts#/) on master @ [1a6e9f885baa124d5ff2996adb966ea15a1a9b2b](https://github.com/cockroachdb/cockroach/commits/1a6e9f885baa124d5ff2996adb966ea15a1a9b2b): Fatal error: ``` panic: test timed out after 59m55s ``` Stack: ``` goroutine 262714599 [running]: testing.(*M).startAlarm.func1() GOROOT/src/testing/testing.go:2036 +0x8e created by time.goFunc GOROOT/src/time/sleep.go:176 +0x32 ``` <details><summary>Log preceding fatal error</summary> <p> ``` === RUN TestReplicateQueueDownReplicate test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/33e1d369c27b9c01b2b6009c561815a3/logTestReplicateQueueDownReplicate276259767 test_log_scope.go:79: use -show-logs to present logs inline ``` </p> </details> <p>Parameters: <code>TAGS=bazel,gss,deadlock</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> /cc @cockroachdb/kv <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestReplicateQueueDownReplicate.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-21860
test
kv kvserver testreplicatequeuedownreplicate failed kv kvserver testreplicatequeuedownreplicate with on master fatal error panic test timed out after stack goroutine testing m startalarm goroot src testing testing go created by time gofunc goroot src time sleep go log preceding fatal error run testreplicatequeuedownreplicate test log scope go test logs captured to artifacts tmp tmp test log scope go use show logs to present logs inline parameters tags bazel gss deadlock help see also cc cockroachdb kv jira issue crdb
1
85,220
7,964,229,511
IssuesEvent
2018-07-13 20:36:03
stevector/nerdologues-d8
https://api.github.com/repos/stevector/nerdologues-d8
closed
Mp3 Clipping
Needs behat test beta-blocker
https://www.nerdologues.com/recently-update-clips-feed?ee ``` <?xml version="1.0" encoding="UTF-8" ?> <nodes> <node> <title>Cover Stories: The Beautiful People</title> <originalmp3>http://podcasts.nerdologues.com/yourstories/HorrorStories32.mp3</originalmp3> <int_end_time>3212</int_end_time> <int_start_time>2979</int_start_time> <creators> Katie Johnston-Smith and Eric Garneau </creators> <float-end-time></float-end-time> <float-start-time></float-start-time> <body></body> <episodetitle>Horror Stories 3, Part 2</episodetitle> <podcast>Your Stories</podcast> <podcastimage>public://field_image/podcast/Nerdologues-2017-refresh-13_0.jpg</podcastimage> </node> </nodes> ```
1.0
Mp3 Clipping - https://www.nerdologues.com/recently-update-clips-feed?ee ``` <?xml version="1.0" encoding="UTF-8" ?> <nodes> <node> <title>Cover Stories: The Beautiful People</title> <originalmp3>http://podcasts.nerdologues.com/yourstories/HorrorStories32.mp3</originalmp3> <int_end_time>3212</int_end_time> <int_start_time>2979</int_start_time> <creators> Katie Johnston-Smith and Eric Garneau </creators> <float-end-time></float-end-time> <float-start-time></float-start-time> <body></body> <episodetitle>Horror Stories 3, Part 2</episodetitle> <podcast>Your Stories</podcast> <podcastimage>public://field_image/podcast/Nerdologues-2017-refresh-13_0.jpg</podcastimage> </node> </nodes> ```
test
clipping cover stories the beautiful people katie johnston smith and eric garneau horror stories part your stories public field image podcast nerdologues refresh jpg
1
117,399
9,933,974,614
IssuesEvent
2019-07-02 13:32:35
OpenLiberty/open-liberty
https://api.github.com/repos/OpenLiberty/open-liberty
opened
Feature Test Summary: Liberty integration with PostgreSQL
Feature Test Summary team:Zombie Apocalypse
Please complete the following Feature Test Summary when you have completed all your testing. This will be used as part of the FAT Complete Review. **Part 1:** Describe the test strategy & approach for this feature, and describe how the approach verifies the functions delivered by this feature. The description should include the positive and negative testing done, whether all testing is automated, what manual tests exist (if any) and where the tests are stored (source control). Automated testing is expected for all features with manual testing considered an exception to the rule. > For any feature, be aware that only FAT tests (not unit or BVT) are executed in our cross platform testing. To ensure cross platform testing ensure you have sufficient FAT coverage to verify the feature. > If delivering tests outside of the standard Liberty FAT framework, do the tests push the results into cognitive testing database (if not, consult with the CSI Team who can provide advice and verify if results are being received)?_ Automated FAT tests in the com.ibm.ws.jdbc_fat_postgresql bucket: <fill in tests here> **Part 2:** Collectively as a team you need to assess your confidence in the testing delivered based on the values below. This should be done as a team and not an individual to ensure more eyes are on it and that pressures to deliver quickly are absorbed by the team as a whole. > Please indicate your confidence in the testing (up to and including FAT) delivered with this feature by selecting one of these values: > 0 - No automated testing delivered > 1 - We have minimal automated coverage of the feature including golden paths. There is a relatively high risk that defects or issues could be found in this feature. > 2 - We have delivered a reasonable automated coverage of the golden paths of this feature but are aware of gaps and extra testing that could be done here. Error/outlying scenarios are not really covered. There are likely risks that issues may exist in the golden paths > 3 - We have delivered all automated testing we believe is needed for the golden paths of this feature and minimal coverage of the error/outlying scenarios. There is a risk when the feature is used outside the golden paths however we are confident on the golden path. Note: This may still be a valid end state for a feature... things like Beta features may well suffice at this level. > 4 - We have delivered all automated testing we believe is needed for the golden paths of this feature and have good coverage of the error/outlying scenarios. While more testing of the error/outlying scenarios could be added we believe there is minimal risk here and the cost of providing these is considered higher than the benefit they would provide. > 5 - We have delivered all automated testing we believe is needed for this feature. The testing covers all golden path cases as well as all the error/outlying scenarios that make sense. We are not aware of any gaps in the testing at this time. No manual testing is required to verify this feature. > Based on your answer above, for any answer other than a 4 or 5 please provide details of what drove your answer. Please be aware, it may be perfectly reasonable in some scenarios to deliver with any value above. We may accept no automated testing is needed for some features, we may be happy with low levels of testing on samples for instance so please don't feel the need to drive to a 5. We need your honest assessment as a team and the reasoning for why you believe shipping at that level is valid. What are the gaps, what is the risk etc. Please also provide links to the follow on work that is needed to close the gaps (should you deem it needed) Confidence: Comments:
1.0
Feature Test Summary: Liberty integration with PostgreSQL - Please complete the following Feature Test Summary when you have completed all your testing. This will be used as part of the FAT Complete Review. **Part 1:** Describe the test strategy & approach for this feature, and describe how the approach verifies the functions delivered by this feature. The description should include the positive and negative testing done, whether all testing is automated, what manual tests exist (if any) and where the tests are stored (source control). Automated testing is expected for all features with manual testing considered an exception to the rule. > For any feature, be aware that only FAT tests (not unit or BVT) are executed in our cross platform testing. To ensure cross platform testing ensure you have sufficient FAT coverage to verify the feature. > If delivering tests outside of the standard Liberty FAT framework, do the tests push the results into cognitive testing database (if not, consult with the CSI Team who can provide advice and verify if results are being received)?_ Automated FAT tests in the com.ibm.ws.jdbc_fat_postgresql bucket: <fill in tests here> **Part 2:** Collectively as a team you need to assess your confidence in the testing delivered based on the values below. This should be done as a team and not an individual to ensure more eyes are on it and that pressures to deliver quickly are absorbed by the team as a whole. > Please indicate your confidence in the testing (up to and including FAT) delivered with this feature by selecting one of these values: > 0 - No automated testing delivered > 1 - We have minimal automated coverage of the feature including golden paths. There is a relatively high risk that defects or issues could be found in this feature. > 2 - We have delivered a reasonable automated coverage of the golden paths of this feature but are aware of gaps and extra testing that could be done here. Error/outlying scenarios are not really covered. There are likely risks that issues may exist in the golden paths > 3 - We have delivered all automated testing we believe is needed for the golden paths of this feature and minimal coverage of the error/outlying scenarios. There is a risk when the feature is used outside the golden paths however we are confident on the golden path. Note: This may still be a valid end state for a feature... things like Beta features may well suffice at this level. > 4 - We have delivered all automated testing we believe is needed for the golden paths of this feature and have good coverage of the error/outlying scenarios. While more testing of the error/outlying scenarios could be added we believe there is minimal risk here and the cost of providing these is considered higher than the benefit they would provide. > 5 - We have delivered all automated testing we believe is needed for this feature. The testing covers all golden path cases as well as all the error/outlying scenarios that make sense. We are not aware of any gaps in the testing at this time. No manual testing is required to verify this feature. > Based on your answer above, for any answer other than a 4 or 5 please provide details of what drove your answer. Please be aware, it may be perfectly reasonable in some scenarios to deliver with any value above. We may accept no automated testing is needed for some features, we may be happy with low levels of testing on samples for instance so please don't feel the need to drive to a 5. We need your honest assessment as a team and the reasoning for why you believe shipping at that level is valid. What are the gaps, what is the risk etc. Please also provide links to the follow on work that is needed to close the gaps (should you deem it needed) Confidence: Comments:
test
feature test summary liberty integration with postgresql please complete the following feature test summary when you have completed all your testing this will be used as part of the fat complete review part describe the test strategy approach for this feature and describe how the approach verifies the functions delivered by this feature the description should include the positive and negative testing done whether all testing is automated what manual tests exist if any and where the tests are stored source control automated testing is expected for all features with manual testing considered an exception to the rule for any feature be aware that only fat tests not unit or bvt are executed in our cross platform testing to ensure cross platform testing ensure you have sufficient fat coverage to verify the feature if delivering tests outside of the standard liberty fat framework do the tests push the results into cognitive testing database if not consult with the csi team who can provide advice and verify if results are being received automated fat tests in the com ibm ws jdbc fat postgresql bucket part collectively as a team you need to assess your confidence in the testing delivered based on the values below this should be done as a team and not an individual to ensure more eyes are on it and that pressures to deliver quickly are absorbed by the team as a whole please indicate your confidence in the testing up to and including fat delivered with this feature by selecting one of these values no automated testing delivered we have minimal automated coverage of the feature including golden paths there is a relatively high risk that defects or issues could be found in this feature we have delivered a reasonable automated coverage of the golden paths of this feature but are aware of gaps and extra testing that could be done here error outlying scenarios are not really covered there are likely risks that issues may exist in the golden paths we have delivered all automated testing we believe is needed for the golden paths of this feature and minimal coverage of the error outlying scenarios there is a risk when the feature is used outside the golden paths however we are confident on the golden path note this may still be a valid end state for a feature things like beta features may well suffice at this level we have delivered all automated testing we believe is needed for the golden paths of this feature and have good coverage of the error outlying scenarios while more testing of the error outlying scenarios could be added we believe there is minimal risk here and the cost of providing these is considered higher than the benefit they would provide we have delivered all automated testing we believe is needed for this feature the testing covers all golden path cases as well as all the error outlying scenarios that make sense we are not aware of any gaps in the testing at this time no manual testing is required to verify this feature based on your answer above for any answer other than a or please provide details of what drove your answer please be aware it may be perfectly reasonable in some scenarios to deliver with any value above we may accept no automated testing is needed for some features we may be happy with low levels of testing on samples for instance so please don t feel the need to drive to a we need your honest assessment as a team and the reasoning for why you believe shipping at that level is valid what are the gaps what is the risk etc please also provide links to the follow on work that is needed to close the gaps should you deem it needed confidence comments
1
124,017
10,291,687,486
IssuesEvent
2019-08-27 13:02:07
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed test: _comma_delim_direct=false
C-test-failure O-robot
The following tests appear to have failed on master (testrace): _comma_delim_direct=false You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_comma_delim_direct=false). [#1451983](https://teamcity.cockroachdb.com/viewLog.html?buildId=1451983): ``` _comma_delim_direct=false --- FAIL: testrace/TestImportData/PGCOPY:_comma_delim_direct=false (0.000s) Test ended in panic. ------- Stdout: ------- I190823 22:18:15.119435 861 sql/event_log.go:130 [n1,client=127.0.0.1:46736,user=root] Event: "create_database", target: 105, info: {DatabaseName:d26 Statement:CREATE DATABASE d26 User:root} I190823 22:18:15.433691 13998 storage/replica_command.go:284 [n1,s1,r77/1:/{Table/104/1-Max}] initiating a split of this range at key /Table/106/1 [r79] (manual) I190823 22:18:15.463176 13997 ccl/importccl/read_import_proc.go:83 [n1,import-distsql-ingest] could not fetch file size; falling back to per-file progress: bad ContentLength: -1 W190823 22:18:15.532809 13998 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. W190823 22:18:15.556376 195 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. W190823 22:18:15.556874 195 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. I190823 22:18:15.713052 13971 storage/replica_command.go:284 [n1,split,s1,r77/1:/Table/10{4/1-6/1}] initiating a split of this range at key /Table/106 [r80] (zone config) I190823 22:18:15.714283 14047 storage/replica_command.go:598 [n1,merge,s1,r52/1:/Table/8{0-2}] initiating a merge of r54:/Table/8{2-4} [(n1,s1):1, next=2, gen=20] into this range (lhs+rhs has (size=0 B+0 B qps=0.00+0.00 --> 0.00qps) below threshold (size=0 B, qps=0.00)) I190823 22:18:15.780591 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/62/1 - /Table/62/2 that contains live data I190823 22:18:15.780842 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/64/1 - /Table/66 that contains live data I190823 22:18:15.781067 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/70/1 - /Table/72 that contains live data I190823 22:18:15.781200 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/72/1 - /Table/74 that contains live data I190823 22:18:15.781324 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/74/1 - /Table/76 that contains live data I190823 22:18:15.781441 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/76/1 - /Table/78 that contains live data I190823 22:18:15.781570 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/78/1 - /Table/80 that contains live data I190823 22:18:15.801321 170 storage/store.go:2593 [n1,s1,r52/1:/Table/8{0-2}] removing replica r54/1 I190823 22:18:16.149377 861 sql/sqlbase/structured.go:1511 [n1,client=127.0.0.1:46736,user=root] publish: descID=106 (t) version=3 mtime=2019-08-23 22:18:15.90589185 +0000 UTC I190823 22:18:16.284458 861 sql/event_log.go:130 [n1,client=127.0.0.1:46736,user=root] Event: "drop_database", target: 105, info: {DatabaseName:d26 Statement:DROP DATABASE d26 User:root DroppedSchemaObjects:[d26.public.t]} I190823 22:18:16.382406 861 sql/sqlbase/structured.go:1511 [n1,client=127.0.0.1:46736,user=root,scExec] publish: descID=106 (t) version=4 mtime=2019-08-23 22:18:16.378568473 +0000 UTC I190823 22:18:16.690085 14427 storage/replica_command.go:598 [n1,merge,s1,r59/1:/Table/86{-/1}] initiating a merge of r57:/Table/8{6/1-8} [(n1,s1):1, next=2, gen=23] into this range (lhs+rhs has (size=0 B+84 B qps=0.00+0.00 --> 0.00qps) below threshold (size=84 B, qps=0.00)) ``` Please assign, take a look and update the issue accordingly.
1.0
teamcity: failed test: _comma_delim_direct=false - The following tests appear to have failed on master (testrace): _comma_delim_direct=false You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_comma_delim_direct=false). [#1451983](https://teamcity.cockroachdb.com/viewLog.html?buildId=1451983): ``` _comma_delim_direct=false --- FAIL: testrace/TestImportData/PGCOPY:_comma_delim_direct=false (0.000s) Test ended in panic. ------- Stdout: ------- I190823 22:18:15.119435 861 sql/event_log.go:130 [n1,client=127.0.0.1:46736,user=root] Event: "create_database", target: 105, info: {DatabaseName:d26 Statement:CREATE DATABASE d26 User:root} I190823 22:18:15.433691 13998 storage/replica_command.go:284 [n1,s1,r77/1:/{Table/104/1-Max}] initiating a split of this range at key /Table/106/1 [r79] (manual) I190823 22:18:15.463176 13997 ccl/importccl/read_import_proc.go:83 [n1,import-distsql-ingest] could not fetch file size; falling back to per-file progress: bad ContentLength: -1 W190823 22:18:15.532809 13998 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. W190823 22:18:15.556376 195 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. W190823 22:18:15.556874 195 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. I190823 22:18:15.713052 13971 storage/replica_command.go:284 [n1,split,s1,r77/1:/Table/10{4/1-6/1}] initiating a split of this range at key /Table/106 [r80] (zone config) I190823 22:18:15.714283 14047 storage/replica_command.go:598 [n1,merge,s1,r52/1:/Table/8{0-2}] initiating a merge of r54:/Table/8{2-4} [(n1,s1):1, next=2, gen=20] into this range (lhs+rhs has (size=0 B+0 B qps=0.00+0.00 --> 0.00qps) below threshold (size=0 B, qps=0.00)) I190823 22:18:15.780591 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/62/1 - /Table/62/2 that contains live data I190823 22:18:15.780842 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/64/1 - /Table/66 that contains live data I190823 22:18:15.781067 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/70/1 - /Table/72 that contains live data I190823 22:18:15.781200 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/72/1 - /Table/74 that contains live data I190823 22:18:15.781324 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/74/1 - /Table/76 that contains live data I190823 22:18:15.781441 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/76/1 - /Table/78 that contains live data I190823 22:18:15.781570 232 storage/compactor/compactor.go:325 [n1,s1,compactor] purging suggested compaction for range /Table/78/1 - /Table/80 that contains live data I190823 22:18:15.801321 170 storage/store.go:2593 [n1,s1,r52/1:/Table/8{0-2}] removing replica r54/1 I190823 22:18:16.149377 861 sql/sqlbase/structured.go:1511 [n1,client=127.0.0.1:46736,user=root] publish: descID=106 (t) version=3 mtime=2019-08-23 22:18:15.90589185 +0000 UTC I190823 22:18:16.284458 861 sql/event_log.go:130 [n1,client=127.0.0.1:46736,user=root] Event: "drop_database", target: 105, info: {DatabaseName:d26 Statement:DROP DATABASE d26 User:root DroppedSchemaObjects:[d26.public.t]} I190823 22:18:16.382406 861 sql/sqlbase/structured.go:1511 [n1,client=127.0.0.1:46736,user=root,scExec] publish: descID=106 (t) version=4 mtime=2019-08-23 22:18:16.378568473 +0000 UTC I190823 22:18:16.690085 14427 storage/replica_command.go:598 [n1,merge,s1,r59/1:/Table/86{-/1}] initiating a merge of r57:/Table/8{6/1-8} [(n1,s1):1, next=2, gen=23] into this range (lhs+rhs has (size=0 B+84 B qps=0.00+0.00 --> 0.00qps) below threshold (size=84 B, qps=0.00)) ``` Please assign, take a look and update the issue accordingly.
test
teamcity failed test comma delim direct false the following tests appear to have failed on master testrace comma delim direct false you may want to check comma delim direct false fail testrace testimportdata pgcopy comma delim direct false test ended in panic stdout sql event log go event create database target info databasename statement create database user root storage replica command go initiating a split of this range at key table manual ccl importccl read import proc go could not fetch file size falling back to per file progress bad contentlength storage engine rocksdb go more existing levels in db than needed max bytes for level multiplier may not be guaranteed storage engine rocksdb go more existing levels in db than needed max bytes for level multiplier may not be guaranteed storage engine rocksdb go more existing levels in db than needed max bytes for level multiplier may not be guaranteed storage replica command go initiating a split of this range at key table zone config storage replica command go initiating a merge of table into this range lhs rhs has size b b qps below threshold size b qps storage compactor compactor go purging suggested compaction for range table table that contains live data storage compactor compactor go purging suggested compaction for range table table that contains live data storage compactor compactor go purging suggested compaction for range table table that contains live data storage compactor compactor go purging suggested compaction for range table table that contains live data storage compactor compactor go purging suggested compaction for range table table that contains live data storage compactor compactor go purging suggested compaction for range table table that contains live data storage compactor compactor go purging suggested compaction for range table table that contains live data storage store go removing replica sql sqlbase structured go publish descid t version mtime utc sql event log go event drop database target info databasename statement drop database user root droppedschemaobjects sql sqlbase structured go publish descid t version mtime utc storage replica command go initiating a merge of table into this range lhs rhs has size b b qps below threshold size b qps please assign take a look and update the issue accordingly
1
432,795
30,295,230,397
IssuesEvent
2023-07-09 19:23:00
ShadowMario/FNF-PsychEngine
https://api.github.com/repos/ShadowMario/FNF-PsychEngine
closed
Error: The object does not have the property "alpha"
documentation
### What needs to be documented? flixel/tweens/misc/VarTween.hx (line 99) flixel/tweens/misc/VarTween.hx (line 55) flixel/tweens/FlxTween.hx (line 1263) flixel/FlxGame.hx (line 750) flixel/FlxGame.hx (line 682) flixel/FlxGame.hx (line 556) openfl/events/EventDispatcher.hx (line 402) openfl/display/DisplayObject.hx (line 1399) Uncaught Error: The object does not have the property "alpha" I tried to make an additional option in timebar settings.
1.0
Error: The object does not have the property "alpha" - ### What needs to be documented? flixel/tweens/misc/VarTween.hx (line 99) flixel/tweens/misc/VarTween.hx (line 55) flixel/tweens/FlxTween.hx (line 1263) flixel/FlxGame.hx (line 750) flixel/FlxGame.hx (line 682) flixel/FlxGame.hx (line 556) openfl/events/EventDispatcher.hx (line 402) openfl/display/DisplayObject.hx (line 1399) Uncaught Error: The object does not have the property "alpha" I tried to make an additional option in timebar settings.
non_test
error the object does not have the property alpha what needs to be documented flixel tweens misc vartween hx line flixel tweens misc vartween hx line flixel tweens flxtween hx line flixel flxgame hx line flixel flxgame hx line flixel flxgame hx line openfl events eventdispatcher hx line openfl display displayobject hx line uncaught error the object does not have the property alpha i tried to make an additional option in timebar settings
0
346,946
31,047,316,908
IssuesEvent
2023-08-11 01:49:31
softeerbootcamp-2nd/A2-CarTag
https://api.github.com/repos/softeerbootcamp-2nd/A2-CarTag
closed
[BE] Model 테이블 수정으로 인한 테스트 코드 변경
bug backend test sub task
## Description 모델 관련 테스트에서 수정사항 수정 - main task: #7 ## Todo - [ ] 테스트가 동작하도록 수정
1.0
[BE] Model 테이블 수정으로 인한 테스트 코드 변경 - ## Description 모델 관련 테스트에서 수정사항 수정 - main task: #7 ## Todo - [ ] 테스트가 동작하도록 수정
test
model 테이블 수정으로 인한 테스트 코드 변경 description 모델 관련 테스트에서 수정사항 수정 main task todo 테스트가 동작하도록 수정
1
200,830
15,801,822,407
IssuesEvent
2021-04-03 06:43:30
lirc572/ped
https://api.github.com/repos/lirc572/ped
opened
Possible to add more examples
severity.VeryLow type.DocumentationBug
![image.png](https://raw.githubusercontent.com/lirc572/ped/master/files/9ec1940f-ea37-4af0-996c-8fcf67f0b11e.png) Here it would be nice to provide an example of adding multiple tags in the `add` command. <!--session: 1617429637314-8b96ce30-7b28-40f3-bccd-90f37ab94878-->
1.0
Possible to add more examples - ![image.png](https://raw.githubusercontent.com/lirc572/ped/master/files/9ec1940f-ea37-4af0-996c-8fcf67f0b11e.png) Here it would be nice to provide an example of adding multiple tags in the `add` command. <!--session: 1617429637314-8b96ce30-7b28-40f3-bccd-90f37ab94878-->
non_test
possible to add more examples here it would be nice to provide an example of adding multiple tags in the add command
0
2,216
3,066,317,560
IssuesEvent
2015-08-18 00:28:33
geneontology/noctua
https://api.github.com/repos/geneontology/noctua
closed
Evidence nodes in annotations on entities that appear in another node's subgraph may not appear
bug (B: affects usability)
Evidence nodes in annotations on entities that appear in another node's subgraph may not appear in the exploded view. For example, in the current Scratch model, the default exploded editors' view does not show the evidence for the enabled_by and occurs_in subgraph.
True
Evidence nodes in annotations on entities that appear in another node's subgraph may not appear - Evidence nodes in annotations on entities that appear in another node's subgraph may not appear in the exploded view. For example, in the current Scratch model, the default exploded editors' view does not show the evidence for the enabled_by and occurs_in subgraph.
non_test
evidence nodes in annotations on entities that appear in another node s subgraph may not appear evidence nodes in annotations on entities that appear in another node s subgraph may not appear in the exploded view for example in the current scratch model the default exploded editors view does not show the evidence for the enabled by and occurs in subgraph
0
297,290
25,717,995,940
IssuesEvent
2022-12-07 11:43:36
usethesource/rascal-language-servers
https://api.github.com/repos/usethesource/rascal-language-servers
opened
[RELEASE] version 0.6.0
release testing
# Preliminaries * Every time this document says "release X" ; we mean to execute the instructions of this Wiki page: https://github.com/usethesource/rascal/wiki/How-to-make-a-release-of-a-Rascal-implemenation-project * The current release instructions are focused on the rascal-language-servers project and the VScode extension that is included there * If you edit this template, then please push relevant improvements to the template itself for future reference. # Pre-releasing dependent tools in unstable First a "pre-release" of the supporting compiler/typechecker tools must be done, so we know we are releasing a consistently compiled standard library. - [ ] typepal and rascal-core compile in the continuous integration environment and no tests fail - [ ] release typepal - [ ] release rascal-core - [ ] bump typepal and rascal-core versions in rascal-maven-plugin to latest releases - [ ] release rascal-maven-plugin - [ ] bump rascal-maven-plugin dependency in rascal and rascal-lsp projects - [ ] bump typepal and rascal-core versions in rascal-lsp project - [ ] fix new errors and warnings in rascal and rascal-lsp project # Manual version checks - [ ] Continuous Integration runs all unit and integration tests and fails no test - [ ] Maximum number of compiler warnings are resolved - [ ] Version numbers are verified manually # Manual feature tests - [ ] Build VScode extension locally download and install latest .vsix file in VScode for testing purposes The list below was copied from the rascal-eclipse release; have to adapt while we go: - [ ] Open a Rascal REPL using the CMD+P start-rascal-terminal command (without a project) - [ ] Manually create a new Rascal project, with src folder, META-INF/RASCAL.MF file with `Required-Libraries: |lib://rascal-lsp|` - [ ] Can edit a new Rascal file in the Rascal project - [ ] Save on Rascal file triggers type-checker, errors visible - [ ] Rascal outline works - [ ] Clicking links in REPL opens editors and websites - [ ] `rascal>1 + 1` on the REPL - [ ] `import IO; println("Hello Rascal!");` - [ ] in editor, click on use of name jumps to definition - [ ] jump-to-definition also work to libraries and inside of libraries #150 - [ ] clicking in outline jumps to editor to right position - [ ] syntax highlighting in editor works - [ ] add dependency on another project by editing `RASCAL.MF`: `Require-Libraries: |lib://otherProject|`, import a module and test the type-checker as well as the interpreter for correct resolution, also test a new REPL and import a library modules from the imported library. - [ ] Run `import demo::lang::pico::LanguageServer;` and `demo::lang::pico::LanguageServer::main();` and test the editor of some example pico files: - [ ] pico syntax highlighting - [ ] pico parse errors - [ ] pico jump-to-definition - [ ] pico code lenses with command (Rename variables a to b) - [ ] try `:edit demo::lang::pico::LanguageServer` #151 # Actual release - [ ] write release notes in README.md (used on the marketplace pages) - [ ] release rascal project (when resolving SNAPSHOT dependencies choose the right versions of vallang etc, and make sure to bump the new rascal SNAPSHOT release one minor version) - [ ] release rascal-language-servers project (take care to choose the right release versions of typepal and rascal-core you release earlier and choose their new SNAPSHOT dependencies to the latest) - [ ] Set the proper version inside `rascal-lsp/pom.xml` (in most cases, remove `-SNAPSHOT) - [ ] Set proper version information in `rascal-vscode-extension/package.json` (in most cases by removing `-head` from the current version) - [ ] `git commit -am "[release] set release version"` - [ ] `git tag vNewVersion` - [ ] `git tag rascal-lsp-vNewVersion` (fill the rascal-lsp version that is released here) - [ ] Set next version in package.json with `head` suffix; e.g. `0.2.0-head` - [ ] Set next version in pom.xml with `snapshot` suffix; e.g. `2.2.0-SNAPSHOT` - [ ] `git commit -am "[release] prepare for next release` - [ ] `git push` - [ ] `git push --tags` - [ ] test the released vsix file from the VScode marketplace
1.0
[RELEASE] version 0.6.0 - # Preliminaries * Every time this document says "release X" ; we mean to execute the instructions of this Wiki page: https://github.com/usethesource/rascal/wiki/How-to-make-a-release-of-a-Rascal-implemenation-project * The current release instructions are focused on the rascal-language-servers project and the VScode extension that is included there * If you edit this template, then please push relevant improvements to the template itself for future reference. # Pre-releasing dependent tools in unstable First a "pre-release" of the supporting compiler/typechecker tools must be done, so we know we are releasing a consistently compiled standard library. - [ ] typepal and rascal-core compile in the continuous integration environment and no tests fail - [ ] release typepal - [ ] release rascal-core - [ ] bump typepal and rascal-core versions in rascal-maven-plugin to latest releases - [ ] release rascal-maven-plugin - [ ] bump rascal-maven-plugin dependency in rascal and rascal-lsp projects - [ ] bump typepal and rascal-core versions in rascal-lsp project - [ ] fix new errors and warnings in rascal and rascal-lsp project # Manual version checks - [ ] Continuous Integration runs all unit and integration tests and fails no test - [ ] Maximum number of compiler warnings are resolved - [ ] Version numbers are verified manually # Manual feature tests - [ ] Build VScode extension locally download and install latest .vsix file in VScode for testing purposes The list below was copied from the rascal-eclipse release; have to adapt while we go: - [ ] Open a Rascal REPL using the CMD+P start-rascal-terminal command (without a project) - [ ] Manually create a new Rascal project, with src folder, META-INF/RASCAL.MF file with `Required-Libraries: |lib://rascal-lsp|` - [ ] Can edit a new Rascal file in the Rascal project - [ ] Save on Rascal file triggers type-checker, errors visible - [ ] Rascal outline works - [ ] Clicking links in REPL opens editors and websites - [ ] `rascal>1 + 1` on the REPL - [ ] `import IO; println("Hello Rascal!");` - [ ] in editor, click on use of name jumps to definition - [ ] jump-to-definition also work to libraries and inside of libraries #150 - [ ] clicking in outline jumps to editor to right position - [ ] syntax highlighting in editor works - [ ] add dependency on another project by editing `RASCAL.MF`: `Require-Libraries: |lib://otherProject|`, import a module and test the type-checker as well as the interpreter for correct resolution, also test a new REPL and import a library modules from the imported library. - [ ] Run `import demo::lang::pico::LanguageServer;` and `demo::lang::pico::LanguageServer::main();` and test the editor of some example pico files: - [ ] pico syntax highlighting - [ ] pico parse errors - [ ] pico jump-to-definition - [ ] pico code lenses with command (Rename variables a to b) - [ ] try `:edit demo::lang::pico::LanguageServer` #151 # Actual release - [ ] write release notes in README.md (used on the marketplace pages) - [ ] release rascal project (when resolving SNAPSHOT dependencies choose the right versions of vallang etc, and make sure to bump the new rascal SNAPSHOT release one minor version) - [ ] release rascal-language-servers project (take care to choose the right release versions of typepal and rascal-core you release earlier and choose their new SNAPSHOT dependencies to the latest) - [ ] Set the proper version inside `rascal-lsp/pom.xml` (in most cases, remove `-SNAPSHOT) - [ ] Set proper version information in `rascal-vscode-extension/package.json` (in most cases by removing `-head` from the current version) - [ ] `git commit -am "[release] set release version"` - [ ] `git tag vNewVersion` - [ ] `git tag rascal-lsp-vNewVersion` (fill the rascal-lsp version that is released here) - [ ] Set next version in package.json with `head` suffix; e.g. `0.2.0-head` - [ ] Set next version in pom.xml with `snapshot` suffix; e.g. `2.2.0-SNAPSHOT` - [ ] `git commit -am "[release] prepare for next release` - [ ] `git push` - [ ] `git push --tags` - [ ] test the released vsix file from the VScode marketplace
test
version preliminaries every time this document says release x we mean to execute the instructions of this wiki page the current release instructions are focused on the rascal language servers project and the vscode extension that is included there if you edit this template then please push relevant improvements to the template itself for future reference pre releasing dependent tools in unstable first a pre release of the supporting compiler typechecker tools must be done so we know we are releasing a consistently compiled standard library typepal and rascal core compile in the continuous integration environment and no tests fail release typepal release rascal core bump typepal and rascal core versions in rascal maven plugin to latest releases release rascal maven plugin bump rascal maven plugin dependency in rascal and rascal lsp projects bump typepal and rascal core versions in rascal lsp project fix new errors and warnings in rascal and rascal lsp project manual version checks continuous integration runs all unit and integration tests and fails no test maximum number of compiler warnings are resolved version numbers are verified manually manual feature tests build vscode extension locally download and install latest vsix file in vscode for testing purposes the list below was copied from the rascal eclipse release have to adapt while we go open a rascal repl using the cmd p start rascal terminal command without a project manually create a new rascal project with src folder meta inf rascal mf file with required libraries lib rascal lsp can edit a new rascal file in the rascal project save on rascal file triggers type checker errors visible rascal outline works clicking links in repl opens editors and websites rascal on the repl import io println hello rascal in editor click on use of name jumps to definition jump to definition also work to libraries and inside of libraries clicking in outline jumps to editor to right position syntax highlighting in editor works add dependency on another project by editing rascal mf require libraries lib otherproject import a module and test the type checker as well as the interpreter for correct resolution also test a new repl and import a library modules from the imported library run import demo lang pico languageserver and demo lang pico languageserver main and test the editor of some example pico files pico syntax highlighting pico parse errors pico jump to definition pico code lenses with command rename variables a to b try edit demo lang pico languageserver actual release write release notes in readme md used on the marketplace pages release rascal project when resolving snapshot dependencies choose the right versions of vallang etc and make sure to bump the new rascal snapshot release one minor version release rascal language servers project take care to choose the right release versions of typepal and rascal core you release earlier and choose their new snapshot dependencies to the latest set the proper version inside rascal lsp pom xml in most cases remove snapshot set proper version information in rascal vscode extension package json in most cases by removing head from the current version git commit am set release version git tag vnewversion git tag rascal lsp vnewversion fill the rascal lsp version that is released here set next version in package json with head suffix e g head set next version in pom xml with snapshot suffix e g snapshot git commit am prepare for next release git push git push tags test the released vsix file from the vscode marketplace
1
329,158
28,179,366,984
IssuesEvent
2023-04-04 00:21:14
spedas/pyspedas
https://api.github.com/repos/spedas/pyspedas
closed
Check compatibility with pandas 2.0
QA/Testing
pandas 2.0 was released today; we need to do some testing to make sure nothing is broken: https://pandas.pydata.org/docs/dev/whatsnew/v2.0.0.html
1.0
Check compatibility with pandas 2.0 - pandas 2.0 was released today; we need to do some testing to make sure nothing is broken: https://pandas.pydata.org/docs/dev/whatsnew/v2.0.0.html
test
check compatibility with pandas pandas was released today we need to do some testing to make sure nothing is broken
1
340,461
30,517,899,957
IssuesEvent
2023-07-19 05:34:20
ray-project/ray
https://api.github.com/repos/ray-project/ray
closed
Release test tune_scalability_network_overhead.smoke-test failed
bug P0 release-test ml
Release test **tune_scalability_network_overhead.smoke-test** failed. See https://buildkite.com/ray-project/release-tests-branch/builds/1957#01896b39-b171-4c14-b026-c9339df02df0 for more details. Managed by OSS Test Policy
1.0
Release test tune_scalability_network_overhead.smoke-test failed - Release test **tune_scalability_network_overhead.smoke-test** failed. See https://buildkite.com/ray-project/release-tests-branch/builds/1957#01896b39-b171-4c14-b026-c9339df02df0 for more details. Managed by OSS Test Policy
test
release test tune scalability network overhead smoke test failed release test tune scalability network overhead smoke test failed see for more details managed by oss test policy
1
110,563
13,914,695,877
IssuesEvent
2020-10-20 22:43:23
bcgov/digital.gov.bc.ca
https://api.github.com/repos/bcgov/digital.gov.bc.ca
closed
Design for updates to Digital Framework page
task: design
Need to visit other jurisdiction websites specifically NZ one and explore some design patterns which could be used to design for any updates to the Digital Framework page. See [Figma file](https://www.figma.com/file/IriR79YsGk0KynDbBLC5EG/DigitalGov?node-id=0%3A1) This task is dependent on #287 being complete before this can be completed. #### Acceptance Criteria - [x] Priority actions are displayed as cards or accordion with the title of the action - [x] Each priority action has a label or tag: (To be started, Started, Ongoing, or Complete) - [x] Card expands/collapses (like an accordion) to reveal/hide detailed content
1.0
Design for updates to Digital Framework page - Need to visit other jurisdiction websites specifically NZ one and explore some design patterns which could be used to design for any updates to the Digital Framework page. See [Figma file](https://www.figma.com/file/IriR79YsGk0KynDbBLC5EG/DigitalGov?node-id=0%3A1) This task is dependent on #287 being complete before this can be completed. #### Acceptance Criteria - [x] Priority actions are displayed as cards or accordion with the title of the action - [x] Each priority action has a label or tag: (To be started, Started, Ongoing, or Complete) - [x] Card expands/collapses (like an accordion) to reveal/hide detailed content
non_test
design for updates to digital framework page need to visit other jurisdiction websites specifically nz one and explore some design patterns which could be used to design for any updates to the digital framework page see this task is dependent on being complete before this can be completed acceptance criteria priority actions are displayed as cards or accordion with the title of the action each priority action has a label or tag to be started started ongoing or complete card expands collapses like an accordion to reveal hide detailed content
0
336,768
30,220,894,252
IssuesEvent
2023-07-05 19:18:15
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
cmd/internal/issues: TestPost failed
C-test-failure O-robot branch-master T-dev-inf
cmd/internal/issues.TestPost [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3976512&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3976512&tab=artifacts#/) on master @ [cadf1bf18001d00fc03f32f22d4e18b920e583ba](https://github.com/cockroachdb/cockroach/commits/cadf1bf18001d00fc03f32f22d4e18b920e583ba): ``` === RUN TestPost/failure-no-issue.txt ``` <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Parameters in this failure: - TAGS=bazel,gss,deadlock </p> </details> /cc @cockroachdb/test-eng <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestPost.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-11967
1.0
cmd/internal/issues: TestPost failed - cmd/internal/issues.TestPost [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3976512&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3976512&tab=artifacts#/) on master @ [cadf1bf18001d00fc03f32f22d4e18b920e583ba](https://github.com/cockroachdb/cockroach/commits/cadf1bf18001d00fc03f32f22d4e18b920e583ba): ``` === RUN TestPost/failure-no-issue.txt ``` <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Parameters in this failure: - TAGS=bazel,gss,deadlock </p> </details> /cc @cockroachdb/test-eng <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestPost.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-11967
test
cmd internal issues testpost failed cmd internal issues testpost with on master run testpost failure no issue txt help see also parameters in this failure tags bazel gss deadlock cc cockroachdb test eng jira issue crdb
1
485,150
13,961,917,779
IssuesEvent
2020-10-25 06:35:55
AY2021S1-CS2113T-T09-1/tp
https://api.github.com/repos/AY2021S1-CS2113T-T09-1/tp
closed
Add Estimated Time to Tasks
priority.High type.Story
As a project manager I should be able to add estimated time to tasks.
1.0
Add Estimated Time to Tasks - As a project manager I should be able to add estimated time to tasks.
non_test
add estimated time to tasks as a project manager i should be able to add estimated time to tasks
0
590,354
17,776,947,009
IssuesEvent
2021-08-30 20:32:41
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
opened
Translation errors in regression tests
Type: Bug Priority: Medium Category: Translation Status: Defined
Seeing many translations errors when running the regression tests. Here is an example: `20:30:18.990 ERROR <empty handle>( 650) "Unable to store \"hoot:score:detail\":\"The feature pair with a match score of 1 was matched because it met the threshold for a match at 0.6.;The feature pair with a match score of 1 was matched because it met the threshold for a match at 0.6.;The feature pair with a match score of 1 was matched because it met the threshold for a match at 0.6.\" in a text field!"` Know for sure they're happening in the smoke tests. There may be others.
1.0
Translation errors in regression tests - Seeing many translations errors when running the regression tests. Here is an example: `20:30:18.990 ERROR <empty handle>( 650) "Unable to store \"hoot:score:detail\":\"The feature pair with a match score of 1 was matched because it met the threshold for a match at 0.6.;The feature pair with a match score of 1 was matched because it met the threshold for a match at 0.6.;The feature pair with a match score of 1 was matched because it met the threshold for a match at 0.6.\" in a text field!"` Know for sure they're happening in the smoke tests. There may be others.
non_test
translation errors in regression tests seeing many translations errors when running the regression tests here is an example error unable to store hoot score detail the feature pair with a match score of was matched because it met the threshold for a match at the feature pair with a match score of was matched because it met the threshold for a match at the feature pair with a match score of was matched because it met the threshold for a match at in a text field know for sure they re happening in the smoke tests there may be others
0
352,301
10,534,767,709
IssuesEvent
2019-10-01 15:23:45
ComPWA/ComPWA
https://api.github.com/repos/ComPWA/ComPWA
closed
Increase cmake boost version compatibility
Priority: Medium Status: Completed Type: Enhancement Type: Maintenance
**Describe the bug** When using boost 1.70.0 (probably also above), the dynamic linking to boost libraries does not work anymore. Boost comes with its own CMake config code now, which changes the previous default settings. `set(BUILD_SHARED_LIBS ON)` has to be used now. **To Reproduce** Try to compile ComPWA with boost 1.70.0
1.0
Increase cmake boost version compatibility - **Describe the bug** When using boost 1.70.0 (probably also above), the dynamic linking to boost libraries does not work anymore. Boost comes with its own CMake config code now, which changes the previous default settings. `set(BUILD_SHARED_LIBS ON)` has to be used now. **To Reproduce** Try to compile ComPWA with boost 1.70.0
non_test
increase cmake boost version compatibility describe the bug when using boost probably also above the dynamic linking to boost libraries does not work anymore boost comes with its own cmake config code now which changes the previous default settings set build shared libs on has to be used now to reproduce try to compile compwa with boost
0
164,072
12,759,601,017
IssuesEvent
2020-06-29 06:16:51
softmatterlab/Braph-2.0-Matlab
https://api.github.com/repos/softmatterlab/Braph-2.0-Matlab
closed
Add and Update: GlobalEfficiency and GlobalEfficiencyAv
measure test
- [x] GlobalEfficiency.m - [x] test_GlobalEfficiency.m - [x] GlobalEfficiencyAv.m - [x] test_GlobalEfficiencyAv.m
1.0
Add and Update: GlobalEfficiency and GlobalEfficiencyAv - - [x] GlobalEfficiency.m - [x] test_GlobalEfficiency.m - [x] GlobalEfficiencyAv.m - [x] test_GlobalEfficiencyAv.m
test
add and update globalefficiency and globalefficiencyav globalefficiency m test globalefficiency m globalefficiencyav m test globalefficiencyav m
1
319,997
27,414,070,469
IssuesEvent
2023-03-01 12:36:48
web-platform-tests/interop
https://api.github.com/repos/web-platform-tests/interop
opened
[forms] Don't include <compat-auto> appearance tests for square-button / push-button / slider-horizontal
test-change-proposal
### Test List * https://wpt.fyi/results/css/css-ui/appearance-push-button-001.html * https://wpt.fyi/results/css/css-ui/webkit-appearance-push-button-001.html * https://wpt.fyi/results//css/css-ui/appearance-slider-horizontal-001.html * https://wpt.fyi/results//css/css-ui/webkit-appearance-slider-horizontal-001.html * https://wpt.fyi/results//css/css-ui/appearance-square-button-001.html * https://wpt.fyi/results//css/css-ui/webkit-appearance-square-button-001.html ### Rationale These are tests for legacy values that are supposedly needed for compat: https://drafts.csswg.org/css-ui-4/#typedef-appearance-compat-auto: > If any of these values are not needed for web compat, they should be dropped from this list; conversely, any value needed for compat not included in this list should be added. Firefox doesn't implement these and we haven't seen any compat issue, so I'm proposing getting these removed from the spec in https://github.com/w3c/csswg-drafts/issues/8506. I don't think we want to implement these just for the sake of passing these tests, so I'd rather get them removed from the interop dashboard (or even from wpt altogether maybe).
1.0
[forms] Don't include <compat-auto> appearance tests for square-button / push-button / slider-horizontal - ### Test List * https://wpt.fyi/results/css/css-ui/appearance-push-button-001.html * https://wpt.fyi/results/css/css-ui/webkit-appearance-push-button-001.html * https://wpt.fyi/results//css/css-ui/appearance-slider-horizontal-001.html * https://wpt.fyi/results//css/css-ui/webkit-appearance-slider-horizontal-001.html * https://wpt.fyi/results//css/css-ui/appearance-square-button-001.html * https://wpt.fyi/results//css/css-ui/webkit-appearance-square-button-001.html ### Rationale These are tests for legacy values that are supposedly needed for compat: https://drafts.csswg.org/css-ui-4/#typedef-appearance-compat-auto: > If any of these values are not needed for web compat, they should be dropped from this list; conversely, any value needed for compat not included in this list should be added. Firefox doesn't implement these and we haven't seen any compat issue, so I'm proposing getting these removed from the spec in https://github.com/w3c/csswg-drafts/issues/8506. I don't think we want to implement these just for the sake of passing these tests, so I'd rather get them removed from the interop dashboard (or even from wpt altogether maybe).
test
don t include appearance tests for square button push button slider horizontal test list rationale these are tests for legacy values that are supposedly needed for compat if any of these values are not needed for web compat they should be dropped from this list conversely any value needed for compat not included in this list should be added firefox doesn t implement these and we haven t seen any compat issue so i m proposing getting these removed from the spec in i don t think we want to implement these just for the sake of passing these tests so i d rather get them removed from the interop dashboard or even from wpt altogether maybe
1
90,707
8,263,334,971
IssuesEvent
2018-09-14 01:44:44
SpongePowered/SpongeForge
https://api.github.com/repos/SpongePowered/SpongeForge
closed
Botania spark and corporea spark has limit. (config file already has the option.)
status: needs testing system: entity version: 1.12
- SpongeForge version: spongeforge-1.12.2-2655-7.1.0-BETA-3065 - Forge version: forge-1.12.2-14.23.3.2655 - Java version: jre-8u171-windows-x64 - Operating System: windows server 2016 (64x) (I don't use latest version because Thaumcraft made some crash when update latest version) Plugins (4): Minecraft, Minecraft Coder Pack, SpongeAPI, SpongeForge Mods (111): Minecraft, Minecraft Coder Pack, Forge Mod Loader, Minecraft Forge, SpongeAPI, SpongeForge, /dank/null, AppleCore, AppleSkin, Baubles, Better Builder's Wands, BiblioCraft, Biomes O' Plenty, Blockcraftery, Botania, Brandon's Core, Chameleon, ChickenChunks, Chisel, Clay WorldGen, CoFH Core, CoFH World, CodeChicken Lib, CommonCapabilities, CompactDrawers, Cooking for Blockheads, CraftTweaker JEI Support, CraftTweaker2, Crafting Tweaks, Cyclops Core, Draconic Evolution, EluCore, EluLib, Ender IO, Ender IO Base, Ender IO Conduits, Ender IO Integration with Forestry, Ender IO Integration with Tinkers' Construct, Ender IO Integration with Tinkers' Construct, Ender IO Machines, Ender IO Powertools, EnderCore, EnderStorage, Exchangers, Extra Utilities 2, Extreme Reactors, FTB Utilities, FTBLib, Fast Leaf Decay, FastWorkbench, Forge Microblocks, Forge Multipart CBE, Grappling hook mod, Hunger Overhaul, Immersive Cables, Immersive Engineering, Immersive Petroleum, Immersive Tech, Iron Backpacks, Iron Chest, JourneyMap, Just Enough Items, MTLib, MalisisCore, MalisisDoors, Mantle, McJtyLib, Minecraft Multipart Plugin, Mod Tweaker, Morpheus, Multiple Lights, NetherPortalFix, Not Enough Wands, OpenBlocks, OpenModsLib, OpenModsLib Core, Pam's HarvestCraft, Placebo, PortalGun, RFTools, RFToolsPower, Reborn Core, RebornStorage, Redstone Arsenal, Redstone Flux, Refined Storage, Refined Storage Addons, Signpost, Simple Inventory sorting, Simply Jetpacks 2, Storage Drawers, Storage Drawers Extras, SwingThroughGrass, TOP Addons, Thaumcraft, Thaumic Periphery, The One Probe, The Twilight Forest, Thermal Cultivation, Thermal Dynamics, Thermal Expansion, Thermal Foundation, Thermal Innovation, Tinkers' Construct, Translocators, UniDict, WanionLib, Waystones, Zero CORE, iChunUtil, p455w0rd's Library Same as #1000. Botania spark and corporea spark has limit. (config file already has the option. weird.) max-entities-within-aabb=8 # Per-mod overrides. Refer to the minecraft default mod for example. mods { botania { blocks {} # Default maximum collisions used for all entities/blocks unless overridden. defaults {} # If 'false', entity collision rules for this mod will be ignored. enabled=true entities { botaniacorporeaspark=-1 botaniaspark=-1 }
1.0
Botania spark and corporea spark has limit. (config file already has the option.) - - SpongeForge version: spongeforge-1.12.2-2655-7.1.0-BETA-3065 - Forge version: forge-1.12.2-14.23.3.2655 - Java version: jre-8u171-windows-x64 - Operating System: windows server 2016 (64x) (I don't use latest version because Thaumcraft made some crash when update latest version) Plugins (4): Minecraft, Minecraft Coder Pack, SpongeAPI, SpongeForge Mods (111): Minecraft, Minecraft Coder Pack, Forge Mod Loader, Minecraft Forge, SpongeAPI, SpongeForge, /dank/null, AppleCore, AppleSkin, Baubles, Better Builder's Wands, BiblioCraft, Biomes O' Plenty, Blockcraftery, Botania, Brandon's Core, Chameleon, ChickenChunks, Chisel, Clay WorldGen, CoFH Core, CoFH World, CodeChicken Lib, CommonCapabilities, CompactDrawers, Cooking for Blockheads, CraftTweaker JEI Support, CraftTweaker2, Crafting Tweaks, Cyclops Core, Draconic Evolution, EluCore, EluLib, Ender IO, Ender IO Base, Ender IO Conduits, Ender IO Integration with Forestry, Ender IO Integration with Tinkers' Construct, Ender IO Integration with Tinkers' Construct, Ender IO Machines, Ender IO Powertools, EnderCore, EnderStorage, Exchangers, Extra Utilities 2, Extreme Reactors, FTB Utilities, FTBLib, Fast Leaf Decay, FastWorkbench, Forge Microblocks, Forge Multipart CBE, Grappling hook mod, Hunger Overhaul, Immersive Cables, Immersive Engineering, Immersive Petroleum, Immersive Tech, Iron Backpacks, Iron Chest, JourneyMap, Just Enough Items, MTLib, MalisisCore, MalisisDoors, Mantle, McJtyLib, Minecraft Multipart Plugin, Mod Tweaker, Morpheus, Multiple Lights, NetherPortalFix, Not Enough Wands, OpenBlocks, OpenModsLib, OpenModsLib Core, Pam's HarvestCraft, Placebo, PortalGun, RFTools, RFToolsPower, Reborn Core, RebornStorage, Redstone Arsenal, Redstone Flux, Refined Storage, Refined Storage Addons, Signpost, Simple Inventory sorting, Simply Jetpacks 2, Storage Drawers, Storage Drawers Extras, SwingThroughGrass, TOP Addons, Thaumcraft, Thaumic Periphery, The One Probe, The Twilight Forest, Thermal Cultivation, Thermal Dynamics, Thermal Expansion, Thermal Foundation, Thermal Innovation, Tinkers' Construct, Translocators, UniDict, WanionLib, Waystones, Zero CORE, iChunUtil, p455w0rd's Library Same as #1000. Botania spark and corporea spark has limit. (config file already has the option. weird.) max-entities-within-aabb=8 # Per-mod overrides. Refer to the minecraft default mod for example. mods { botania { blocks {} # Default maximum collisions used for all entities/blocks unless overridden. defaults {} # If 'false', entity collision rules for this mod will be ignored. enabled=true entities { botaniacorporeaspark=-1 botaniaspark=-1 }
test
botania spark and corporea spark has limit config file already has the option spongeforge version spongeforge beta forge version forge java version jre windows operating system windows server i don t use latest version because thaumcraft made some crash when update latest version plugins minecraft minecraft coder pack spongeapi spongeforge mods minecraft minecraft coder pack forge mod loader minecraft forge spongeapi spongeforge dank null applecore appleskin baubles better builder s wands bibliocraft biomes o plenty blockcraftery botania brandon s core chameleon chickenchunks chisel clay worldgen cofh core cofh world codechicken lib commoncapabilities compactdrawers cooking for blockheads crafttweaker jei support crafting tweaks cyclops core draconic evolution elucore elulib ender io ender io base ender io conduits ender io integration with forestry ender io integration with tinkers construct ender io integration with tinkers construct ender io machines ender io powertools endercore enderstorage exchangers extra utilities extreme reactors ftb utilities ftblib fast leaf decay fastworkbench forge microblocks forge multipart cbe grappling hook mod hunger overhaul immersive cables immersive engineering immersive petroleum immersive tech iron backpacks iron chest journeymap just enough items mtlib malisiscore malisisdoors mantle mcjtylib minecraft multipart plugin mod tweaker morpheus multiple lights netherportalfix not enough wands openblocks openmodslib openmodslib core pam s harvestcraft placebo portalgun rftools rftoolspower reborn core rebornstorage redstone arsenal redstone flux refined storage refined storage addons signpost simple inventory sorting simply jetpacks storage drawers storage drawers extras swingthroughgrass top addons thaumcraft thaumic periphery the one probe the twilight forest thermal cultivation thermal dynamics thermal expansion thermal foundation thermal innovation tinkers construct translocators unidict wanionlib waystones zero core ichunutil s library same as botania spark and corporea spark has limit config file already has the option weird max entities within aabb per mod overrides refer to the minecraft default mod for example mods botania blocks default maximum collisions used for all entities blocks unless overridden defaults if false entity collision rules for this mod will be ignored enabled true entities botaniacorporeaspark botaniaspark
1
344,584
30,751,761,960
IssuesEvent
2023-07-28 19:59:45
saltstack/salt
https://api.github.com/repos/saltstack/salt
opened
[Increase Test Coverage] Batch 140
Tests
Increase the code coverage percent on the following files to at least 80%. Please be aware that currently the percentage might be inaccurate if the module uses salt due to #64696 File | Percent salt/pillar/virtkey.py 50 salt/proxy/arista_pyeapi.py 46 salt/proxy/chronos.py 39 salt/proxy/cisconso.py 42 salt/roster/cloud.py 8
1.0
[Increase Test Coverage] Batch 140 - Increase the code coverage percent on the following files to at least 80%. Please be aware that currently the percentage might be inaccurate if the module uses salt due to #64696 File | Percent salt/pillar/virtkey.py 50 salt/proxy/arista_pyeapi.py 46 salt/proxy/chronos.py 39 salt/proxy/cisconso.py 42 salt/roster/cloud.py 8
test
batch increase the code coverage percent on the following files to at least please be aware that currently the percentage might be inaccurate if the module uses salt due to file percent salt pillar virtkey py salt proxy arista pyeapi py salt proxy chronos py salt proxy cisconso py salt roster cloud py
1
38,903
5,204,216,824
IssuesEvent
2017-01-24 15:02:44
emfoundation/ce100-app
https://api.github.com/repos/emfoundation/ce100-app
closed
Secondary user group
admin please-test priority-2 T4h user-story
As an EMF admin, I can assign users to a "Secondary" user group, so that more than one contact per organisation can use the app. Every secondary user is linked to an organisation. An organisation can hold multiple (or no) secondary users. A third radio button should be added next to "Admin" and "Primary" on the user creation/edit screen.
1.0
Secondary user group - As an EMF admin, I can assign users to a "Secondary" user group, so that more than one contact per organisation can use the app. Every secondary user is linked to an organisation. An organisation can hold multiple (or no) secondary users. A third radio button should be added next to "Admin" and "Primary" on the user creation/edit screen.
test
secondary user group as an emf admin i can assign users to a secondary user group so that more than one contact per organisation can use the app every secondary user is linked to an organisation an organisation can hold multiple or no secondary users a third radio button should be added next to admin and primary on the user creation edit screen
1
5,087
7,700,418,267
IssuesEvent
2018-05-20 00:39:09
ice1000/julia-intellij
https://api.github.com/repos/ice1000/julia-intellij
closed
[auto-generated:-497494493] null
bug compatibility
- Julia Version: 0.6.2 - Plugin Name: Julia - Plugin Version: 0.2.2 - OS Name: Windows 10 - Java Version: 1.8.0_152-release - App Name: IDEA - App Full Name: IntelliJ IDEA - App Version name: IntelliJ IDEA - Is EAP: true - App Build: IU-182.2371.4 - App Version: 2018.2 EAP - Last Action: ``` java.lang.NullPointerException at javax.swing.ImageIcon.<init>(ImageIcon.java:217) at org.ice1000.julia.lang.module.ui.JuliaProjectConfigurable.$$$setupUI$$$(JuliaProjectConfigurable.java) at org.ice1000.julia.lang.module.ui.JuliaProjectConfigurable.<init>(JuliaProjectConfigurable.java:12) at org.ice1000.julia.lang.module.ui.JuliaProjectConfigurableImpl.<init>(ui-impl.kt:107) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193) at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:99) at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:76) at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:59) at com.intellij.openapi.extensions.AbstractExtensionPointBean.instantiate(AbstractExtensionPointBean.java:75) at com.intellij.openapi.options.ConfigurableEP$ClassProducer.createElement(ConfigurableEP.java:334) at com.intellij.openapi.options.ConfigurableEP.createConfigurable(ConfigurableEP.java:260) at com.intellij.openapi.options.ex.ConfigurableWrapper.createConfigurable(ConfigurableWrapper.java:57) at com.intellij.openapi.options.ex.ConfigurableWrapper.getConfigurable(ConfigurableWrapper.java:116) at com.intellij.openapi.options.ex.ConfigurableWrapper.cast(ConfigurableWrapper.java:97) at com.intellij.openapi.options.ex.ConfigurableWrapper.getDisplayName(ConfigurableWrapper.java:137) at com.intellij.openapi.options.ex.Weighted.lambda$static$0(Weighted.java:35) at java.util.TimSort.binarySort(TimSort.java:296) at java.util.TimSort.sort(TimSort.java:221) at java.util.Arrays.sort(Arrays.java:1512) at java.util.ArrayList.sort(ArrayList.java:1456) at java.util.Collections.sort(Collections.java:175) at com.intellij.openapi.options.ex.SortedConfigurableGroup.buildConfigurables(SortedConfigurableGroup.java:53) at com.intellij.openapi.options.SearchableConfigurable$Parent$Abstract.getConfigurables(SearchableConfigurable.java:94) at com.intellij.ide.ui.search.SearchUtil.addChildren(SearchUtil.java:548) at com.intellij.ide.ui.search.SearchUtil.expandGroup(SearchUtil.java:539) at com.intellij.ide.ui.search.SearchUtil.expand(SearchUtil.java:529) at com.intellij.ide.actions.ShowSettingsUtilImpl.findPreselectedByDisplayName(ShowSettingsUtilImpl.java:141) at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:136) at de.plushnikov.intellij.plugin.LombokPluginProjectValidatorComponent$SettingsOpeningListener.hyperlinkActivated(LombokPluginProjectValidatorComponent.java:184) at com.intellij.notification.NotificationListener$Adapter.hyperlinkUpdate(NotificationListener.java:31) at com.intellij.notification.EventLog$NotificationHyperlinkInfo.navigate(EventLog.java:607) at com.intellij.execution.impl.EditorHyperlinkSupport.lambda$getLinkNavigationRunnable$0(EditorHyperlinkSupport.java:135) at com.intellij.execution.impl.EditorHyperlinkSupport$1.mouseClicked(EditorHyperlinkSupport.java:69) at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.runMouseClickedCommand(EditorImpl.java:3630) at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.mouseReleased(EditorImpl.java:3559) at java.awt.Component.processMouseEvent(Component.java:6541) at javax.swing.JComponent.processMouseEvent(JComponent.java:3325) at java.awt.Component.processEvent(Component.java:6306) at java.awt.Container.processEvent(Container.java:2237) at java.awt.Component.dispatchEventImpl(Component.java:4897) at java.awt.Container.dispatchEventImpl(Container.java:2295) at java.awt.Component.dispatchEvent(Component.java:4719) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4889) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4526) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4467) at java.awt.Container.dispatchEventImpl(Container.java:2281) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4719) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764) at java.awt.EventQueue.access$500(EventQueue.java:98) at java.awt.EventQueue$3.run(EventQueue.java:715) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90) at java.awt.EventQueue$4.run(EventQueue.java:737) at java.awt.EventQueue$4.run(EventQueue.java:735) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:734) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:779) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:716) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:382) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) ```
True
[auto-generated:-497494493] null - - Julia Version: 0.6.2 - Plugin Name: Julia - Plugin Version: 0.2.2 - OS Name: Windows 10 - Java Version: 1.8.0_152-release - App Name: IDEA - App Full Name: IntelliJ IDEA - App Version name: IntelliJ IDEA - Is EAP: true - App Build: IU-182.2371.4 - App Version: 2018.2 EAP - Last Action: ``` java.lang.NullPointerException at javax.swing.ImageIcon.<init>(ImageIcon.java:217) at org.ice1000.julia.lang.module.ui.JuliaProjectConfigurable.$$$setupUI$$$(JuliaProjectConfigurable.java) at org.ice1000.julia.lang.module.ui.JuliaProjectConfigurable.<init>(JuliaProjectConfigurable.java:12) at org.ice1000.julia.lang.module.ui.JuliaProjectConfigurableImpl.<init>(ui-impl.kt:107) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193) at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:99) at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:76) at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:59) at com.intellij.openapi.extensions.AbstractExtensionPointBean.instantiate(AbstractExtensionPointBean.java:75) at com.intellij.openapi.options.ConfigurableEP$ClassProducer.createElement(ConfigurableEP.java:334) at com.intellij.openapi.options.ConfigurableEP.createConfigurable(ConfigurableEP.java:260) at com.intellij.openapi.options.ex.ConfigurableWrapper.createConfigurable(ConfigurableWrapper.java:57) at com.intellij.openapi.options.ex.ConfigurableWrapper.getConfigurable(ConfigurableWrapper.java:116) at com.intellij.openapi.options.ex.ConfigurableWrapper.cast(ConfigurableWrapper.java:97) at com.intellij.openapi.options.ex.ConfigurableWrapper.getDisplayName(ConfigurableWrapper.java:137) at com.intellij.openapi.options.ex.Weighted.lambda$static$0(Weighted.java:35) at java.util.TimSort.binarySort(TimSort.java:296) at java.util.TimSort.sort(TimSort.java:221) at java.util.Arrays.sort(Arrays.java:1512) at java.util.ArrayList.sort(ArrayList.java:1456) at java.util.Collections.sort(Collections.java:175) at com.intellij.openapi.options.ex.SortedConfigurableGroup.buildConfigurables(SortedConfigurableGroup.java:53) at com.intellij.openapi.options.SearchableConfigurable$Parent$Abstract.getConfigurables(SearchableConfigurable.java:94) at com.intellij.ide.ui.search.SearchUtil.addChildren(SearchUtil.java:548) at com.intellij.ide.ui.search.SearchUtil.expandGroup(SearchUtil.java:539) at com.intellij.ide.ui.search.SearchUtil.expand(SearchUtil.java:529) at com.intellij.ide.actions.ShowSettingsUtilImpl.findPreselectedByDisplayName(ShowSettingsUtilImpl.java:141) at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:136) at de.plushnikov.intellij.plugin.LombokPluginProjectValidatorComponent$SettingsOpeningListener.hyperlinkActivated(LombokPluginProjectValidatorComponent.java:184) at com.intellij.notification.NotificationListener$Adapter.hyperlinkUpdate(NotificationListener.java:31) at com.intellij.notification.EventLog$NotificationHyperlinkInfo.navigate(EventLog.java:607) at com.intellij.execution.impl.EditorHyperlinkSupport.lambda$getLinkNavigationRunnable$0(EditorHyperlinkSupport.java:135) at com.intellij.execution.impl.EditorHyperlinkSupport$1.mouseClicked(EditorHyperlinkSupport.java:69) at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.runMouseClickedCommand(EditorImpl.java:3630) at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.mouseReleased(EditorImpl.java:3559) at java.awt.Component.processMouseEvent(Component.java:6541) at javax.swing.JComponent.processMouseEvent(JComponent.java:3325) at java.awt.Component.processEvent(Component.java:6306) at java.awt.Container.processEvent(Container.java:2237) at java.awt.Component.dispatchEventImpl(Component.java:4897) at java.awt.Container.dispatchEventImpl(Container.java:2295) at java.awt.Component.dispatchEvent(Component.java:4719) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4889) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4526) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4467) at java.awt.Container.dispatchEventImpl(Container.java:2281) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4719) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764) at java.awt.EventQueue.access$500(EventQueue.java:98) at java.awt.EventQueue$3.run(EventQueue.java:715) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90) at java.awt.EventQueue$4.run(EventQueue.java:737) at java.awt.EventQueue$4.run(EventQueue.java:735) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:734) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:779) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:716) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:382) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) ```
non_test
null julia version plugin name julia plugin version os name windows java version release app name idea app full name intellij idea app version name intellij idea is eap true app build iu app version eap last action java lang nullpointerexception at javax swing imageicon imageicon java at org julia lang module ui juliaprojectconfigurable setupui juliaprojectconfigurable java at org julia lang module ui juliaprojectconfigurable juliaprojectconfigurable java at org julia lang module ui juliaprojectconfigurableimpl ui impl kt at sun reflect nativeconstructoraccessorimpl native method at sun reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java at sun reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java at java lang reflect constructor newinstance constructor java at org picocontainer defaults instantiatingcomponentadapter newinstance instantiatingcomponentadapter java at com intellij util pico cachingconstructorinjectioncomponentadapter dogetcomponentinstance cachingconstructorinjectioncomponentadapter java at com intellij util pico cachingconstructorinjectioncomponentadapter instantiateguarded cachingconstructorinjectioncomponentadapter java at com intellij util pico cachingconstructorinjectioncomponentadapter getcomponentinstance cachingconstructorinjectioncomponentadapter java at com intellij openapi extensions abstractextensionpointbean instantiate abstractextensionpointbean java at com intellij openapi options configurableep classproducer createelement configurableep java at com intellij openapi options configurableep createconfigurable configurableep java at com intellij openapi options ex configurablewrapper createconfigurable configurablewrapper java at com intellij openapi options ex configurablewrapper getconfigurable configurablewrapper java at com intellij openapi options ex configurablewrapper cast configurablewrapper java at com intellij openapi options ex configurablewrapper getdisplayname configurablewrapper java at com intellij openapi options ex weighted lambda static weighted java at java util timsort binarysort timsort java at java util timsort sort timsort java at java util arrays sort arrays java at java util arraylist sort arraylist java at java util collections sort collections java at com intellij openapi options ex sortedconfigurablegroup buildconfigurables sortedconfigurablegroup java at com intellij openapi options searchableconfigurable parent abstract getconfigurables searchableconfigurable java at com intellij ide ui search searchutil addchildren searchutil java at com intellij ide ui search searchutil expandgroup searchutil java at com intellij ide ui search searchutil expand searchutil java at com intellij ide actions showsettingsutilimpl findpreselectedbydisplayname showsettingsutilimpl java at com intellij ide actions showsettingsutilimpl showsettingsdialog showsettingsutilimpl java at de plushnikov intellij plugin lombokpluginprojectvalidatorcomponent settingsopeninglistener hyperlinkactivated lombokpluginprojectvalidatorcomponent java at com intellij notification notificationlistener adapter hyperlinkupdate notificationlistener java at com intellij notification eventlog notificationhyperlinkinfo navigate eventlog java at com intellij execution impl editorhyperlinksupport lambda getlinknavigationrunnable editorhyperlinksupport java at com intellij execution impl editorhyperlinksupport mouseclicked editorhyperlinksupport java at com intellij openapi editor impl editorimpl mymouseadapter runmouseclickedcommand editorimpl java at com intellij openapi editor impl editorimpl mymouseadapter mousereleased editorimpl java at java awt component processmouseevent component java at javax swing jcomponent processmouseevent jcomponent java at java awt component processevent component java at java awt container processevent container java at java awt component dispatcheventimpl component java at java awt container dispatcheventimpl container java at java awt component dispatchevent component java at java awt lightweightdispatcher retargetmouseevent container java at java awt lightweightdispatcher processmouseevent container java at java awt lightweightdispatcher dispatchevent container java at java awt container dispatcheventimpl container java at java awt window dispatcheventimpl window java at java awt component dispatchevent component java at java awt eventqueue dispatcheventimpl eventqueue java at java awt eventqueue access eventqueue java at java awt eventqueue run eventqueue java at java awt eventqueue run eventqueue java at java security accesscontroller doprivileged native method at java security protectiondomain javasecurityaccessimpl dointersectionprivilege protectiondomain java at java security protectiondomain javasecurityaccessimpl dointersectionprivilege protectiondomain java at java awt eventqueue run eventqueue java at java awt eventqueue run eventqueue java at java security accesscontroller doprivileged native method at java security protectiondomain javasecurityaccessimpl dointersectionprivilege protectiondomain java at java awt eventqueue dispatchevent eventqueue java at com intellij ide ideeventqueue defaultdispatchevent ideeventqueue java at com intellij ide ideeventqueue dispatchevent ideeventqueue java at com intellij ide ideeventqueue dispatchevent ideeventqueue java at java awt eventdispatchthread pumponeeventforfilters eventdispatchthread java at java awt eventdispatchthread pumpeventsforfilter eventdispatchthread java at java awt eventdispatchthread pumpeventsforhierarchy eventdispatchthread java at java awt eventdispatchthread pumpevents eventdispatchthread java at java awt eventdispatchthread pumpevents eventdispatchthread java at java awt eventdispatchthread run eventdispatchthread java
0
402,099
11,802,022,289
IssuesEvent
2020-03-18 20:40:34
Broken-Gem-Studio/Broken-Engine
https://api.github.com/repos/Broken-Gem-Studio/Broken-Engine
opened
Null AABB on DrawScene that triggers MathGeoLib's assert (Debug)
Bug Low Priority
## Bug Description When using MathGeoLib's Intersects function with a null aabb, an assert is triggered. Controlled the situation checking first if the aabb is null, but should look into why an aabb is null in the first place. ## Type of Bug Select the type of bug with and "x" ([x]) * [ ] Visual * [ ] Physics * [ ] Audio * [ ] Particles * [ ] Resource Management & Save/Load * [ ] Materials * [ ] Components * [X] Game Objects * [ ] UI/UX * [X] Other ## Severity Select the severity of bug affection and mark with "x" ([x]) - [X] Crash (controlled) - [ ] Game stopper/slower - [ ] Cosmetic ## Reproduction Steps to reproduce the behavior: 1. Get Vertical Slice 1 build assets 2. comment aabb.isFinite() condition (check image below) 3. Run on Debug (does not happen in Release) 4. ## Frequency Select the frequency with which the bug appears and mark it "x" ([x]) * [X] Always * [ ] Very Often * [ ] Usually * [ ] Few Times * [ ] Few Times under specific conditions ## Conduct ### Expected result: No assert is triggered, no aabb is null ### Actual result: aabb is null, assert triggered, engine closes on exception! ## Screenshots and Illustrations: ![Untitled-1](https://user-images.githubusercontent.com/36265599/77004462-6bd2ad00-695f-11ea-93ff-d4596682a29a.png) ## Build - **Please specify the build:** ``Insert the build here`` Dev branch commit 1175 ## Observations and Additional Information
1.0
Null AABB on DrawScene that triggers MathGeoLib's assert (Debug) - ## Bug Description When using MathGeoLib's Intersects function with a null aabb, an assert is triggered. Controlled the situation checking first if the aabb is null, but should look into why an aabb is null in the first place. ## Type of Bug Select the type of bug with and "x" ([x]) * [ ] Visual * [ ] Physics * [ ] Audio * [ ] Particles * [ ] Resource Management & Save/Load * [ ] Materials * [ ] Components * [X] Game Objects * [ ] UI/UX * [X] Other ## Severity Select the severity of bug affection and mark with "x" ([x]) - [X] Crash (controlled) - [ ] Game stopper/slower - [ ] Cosmetic ## Reproduction Steps to reproduce the behavior: 1. Get Vertical Slice 1 build assets 2. comment aabb.isFinite() condition (check image below) 3. Run on Debug (does not happen in Release) 4. ## Frequency Select the frequency with which the bug appears and mark it "x" ([x]) * [X] Always * [ ] Very Often * [ ] Usually * [ ] Few Times * [ ] Few Times under specific conditions ## Conduct ### Expected result: No assert is triggered, no aabb is null ### Actual result: aabb is null, assert triggered, engine closes on exception! ## Screenshots and Illustrations: ![Untitled-1](https://user-images.githubusercontent.com/36265599/77004462-6bd2ad00-695f-11ea-93ff-d4596682a29a.png) ## Build - **Please specify the build:** ``Insert the build here`` Dev branch commit 1175 ## Observations and Additional Information
non_test
null aabb on drawscene that triggers mathgeolib s assert debug bug description when using mathgeolib s intersects function with a null aabb an assert is triggered controlled the situation checking first if the aabb is null but should look into why an aabb is null in the first place type of bug select the type of bug with and x visual physics audio particles resource management save load materials components game objects ui ux other severity select the severity of bug affection and mark with x crash controlled game stopper slower cosmetic reproduction steps to reproduce the behavior get vertical slice build assets comment aabb isfinite condition check image below run on debug does not happen in release frequency select the frequency with which the bug appears and mark it x always very often usually few times few times under specific conditions conduct expected result no assert is triggered no aabb is null actual result aabb is null assert triggered engine closes on exception screenshots and illustrations build please specify the build insert the build here dev branch commit observations and additional information
0
134,426
18,460,683,942
IssuesEvent
2021-10-16 00:56:11
atlslscsrv-app/master
https://api.github.com/repos/atlslscsrv-app/master
opened
CVE-2018-16492 (High) detected in extend-1.2.1.tgz, extend-3.0.1.tgz
security vulnerability
## CVE-2018-16492 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>extend-1.2.1.tgz</b>, <b>extend-3.0.1.tgz</b></p></summary> <p> <details><summary><b>extend-1.2.1.tgz</b></p></summary> <p>Port of jQuery.extend for Node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/extend/-/extend-1.2.1.tgz">https://registry.npmjs.org/extend/-/extend-1.2.1.tgz</a></p> <p>Path to dependency file: master/build/package.json</p> <p>Path to vulnerable library: master/build/node_modules/extend/package.json</p> <p> Dependency Hierarchy: - azure-storage-2.6.0.tgz (Root Library) - :x: **extend-1.2.1.tgz** (Vulnerable Library) </details> <details><summary><b>extend-3.0.1.tgz</b></p></summary> <p>Port of jQuery.extend for node.js and the browser</p> <p>Library home page: <a href="https://registry.npmjs.org/extend/-/extend-3.0.1.tgz">https://registry.npmjs.org/extend/-/extend-3.0.1.tgz</a></p> <p>Path to dependency file: master/extensions/emmet/package.json</p> <p>Path to vulnerable library: master/extensions/emmet/node_modules/extend/package.json,master/extensions/vscode-colorize-tests/node_modules/extend/package.json,master/extensions/vscode-api-tests/node_modules/extend/package.json,master/extensions/markdown-language-features/node_modules/extend/package.json,master/node_modules/extend/package.json,master/build/node_modules/extend/package.json</p> <p> Dependency Hierarchy: - vinyl-fs-3.0.3.tgz (Root Library) - glob-stream-6.1.0.tgz - :x: **extend-3.0.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/atlslscsrv-app/master/commit/da08c331585156b9b601e3c369c0937a7b8a83d5">da08c331585156b9b601e3c369c0937a7b8a83d5</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 prototype pollution vulnerability was found in module extend <2.0.2, ~<3.0.2 that allows an attacker to inject arbitrary properties onto Object.prototype. <p>Publish Date: 2019-02-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-16492>CVE-2018-16492</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://hackerone.com/reports/381185">https://hackerone.com/reports/381185</a></p> <p>Release Date: 2019-02-01</p> <p>Fix Resolution: extend - v3.0.2,v2.0.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-2018-16492 (High) detected in extend-1.2.1.tgz, extend-3.0.1.tgz - ## CVE-2018-16492 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>extend-1.2.1.tgz</b>, <b>extend-3.0.1.tgz</b></p></summary> <p> <details><summary><b>extend-1.2.1.tgz</b></p></summary> <p>Port of jQuery.extend for Node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/extend/-/extend-1.2.1.tgz">https://registry.npmjs.org/extend/-/extend-1.2.1.tgz</a></p> <p>Path to dependency file: master/build/package.json</p> <p>Path to vulnerable library: master/build/node_modules/extend/package.json</p> <p> Dependency Hierarchy: - azure-storage-2.6.0.tgz (Root Library) - :x: **extend-1.2.1.tgz** (Vulnerable Library) </details> <details><summary><b>extend-3.0.1.tgz</b></p></summary> <p>Port of jQuery.extend for node.js and the browser</p> <p>Library home page: <a href="https://registry.npmjs.org/extend/-/extend-3.0.1.tgz">https://registry.npmjs.org/extend/-/extend-3.0.1.tgz</a></p> <p>Path to dependency file: master/extensions/emmet/package.json</p> <p>Path to vulnerable library: master/extensions/emmet/node_modules/extend/package.json,master/extensions/vscode-colorize-tests/node_modules/extend/package.json,master/extensions/vscode-api-tests/node_modules/extend/package.json,master/extensions/markdown-language-features/node_modules/extend/package.json,master/node_modules/extend/package.json,master/build/node_modules/extend/package.json</p> <p> Dependency Hierarchy: - vinyl-fs-3.0.3.tgz (Root Library) - glob-stream-6.1.0.tgz - :x: **extend-3.0.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/atlslscsrv-app/master/commit/da08c331585156b9b601e3c369c0937a7b8a83d5">da08c331585156b9b601e3c369c0937a7b8a83d5</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 prototype pollution vulnerability was found in module extend <2.0.2, ~<3.0.2 that allows an attacker to inject arbitrary properties onto Object.prototype. <p>Publish Date: 2019-02-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-16492>CVE-2018-16492</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://hackerone.com/reports/381185">https://hackerone.com/reports/381185</a></p> <p>Release Date: 2019-02-01</p> <p>Fix Resolution: extend - v3.0.2,v2.0.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 extend tgz extend tgz cve high severity vulnerability vulnerable libraries extend tgz extend tgz extend tgz port of jquery extend for node js library home page a href path to dependency file master build package json path to vulnerable library master build node modules extend package json dependency hierarchy azure storage tgz root library x extend tgz vulnerable library extend tgz port of jquery extend for node js and the browser library home page a href path to dependency file master extensions emmet package json path to vulnerable library master extensions emmet node modules extend package json master extensions vscode colorize tests node modules extend package json master extensions vscode api tests node modules extend package json master extensions markdown language features node modules extend package json master node modules extend package json master build node modules extend package json dependency hierarchy vinyl fs tgz root library glob stream tgz x extend tgz vulnerable library found in head commit a href found in base branch master vulnerability details a prototype pollution vulnerability was found in module extend that allows an attacker to inject arbitrary properties onto object prototype publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution extend step up your open source security game with whitesource
0
444,760
31,145,580,281
IssuesEvent
2023-08-16 06:06:29
wiremock/wiremock
https://api.github.com/repos/wiremock/wiremock
closed
Recent releases are not available on Maven central
bug documentation
### Proposal Please make sure that recent releases of wiremock are published on Maven central. Group id: `com.github.tomakehurst` Artifact ids: - `wiremock` - `wiremock-standalone` Missing versions: - `2.35.0` - `2.34.0` - `2.33.2` - `2.33.1` - `2.33.0` - `2.32.0` - `2.31.0` - `2.30.0` - `2.29.1` - `2.29.0` - `2.28.1` - `2.28.0` (plus some beta releases) ### Reproduction steps Add the following configuration to your pom file, where `[ver]` is one of the missing versions stated above: ``` <dependency> <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock-standalone</artifactId> <version>[ver]</version> <scope>test</scope> </dependency> ``` Execute `mvn test` and observe download attempt of the specified artifact failing. Similarly, download will also fail if the `<artifactId>` is replaced with one of the other wiremock artifacts. ### References references: https://mvnrepository.com/artifact/com.github.tomakehurst/wiremock https://central.sonatype.com/artifact/com.github.tomakehurst/wiremock/3.0.0-beta-8/versions ### Comment The corresponding version numbers exists for [wiremock-jre8](https://central.sonatype.com/artifact/com.github.tomakehurst/wiremock-jre8/2.35.0/versions) and [wiremock-jre8-standalone](https://central.sonatype.com/artifact/com.github.tomakehurst/wiremock-jre8-standalone/2.35.0/versions) artifacts.
1.0
Recent releases are not available on Maven central - ### Proposal Please make sure that recent releases of wiremock are published on Maven central. Group id: `com.github.tomakehurst` Artifact ids: - `wiremock` - `wiremock-standalone` Missing versions: - `2.35.0` - `2.34.0` - `2.33.2` - `2.33.1` - `2.33.0` - `2.32.0` - `2.31.0` - `2.30.0` - `2.29.1` - `2.29.0` - `2.28.1` - `2.28.0` (plus some beta releases) ### Reproduction steps Add the following configuration to your pom file, where `[ver]` is one of the missing versions stated above: ``` <dependency> <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock-standalone</artifactId> <version>[ver]</version> <scope>test</scope> </dependency> ``` Execute `mvn test` and observe download attempt of the specified artifact failing. Similarly, download will also fail if the `<artifactId>` is replaced with one of the other wiremock artifacts. ### References references: https://mvnrepository.com/artifact/com.github.tomakehurst/wiremock https://central.sonatype.com/artifact/com.github.tomakehurst/wiremock/3.0.0-beta-8/versions ### Comment The corresponding version numbers exists for [wiremock-jre8](https://central.sonatype.com/artifact/com.github.tomakehurst/wiremock-jre8/2.35.0/versions) and [wiremock-jre8-standalone](https://central.sonatype.com/artifact/com.github.tomakehurst/wiremock-jre8-standalone/2.35.0/versions) artifacts.
non_test
recent releases are not available on maven central proposal please make sure that recent releases of wiremock are published on maven central group id com github tomakehurst artifact ids wiremock wiremock standalone missing versions plus some beta releases reproduction steps add the following configuration to your pom file where is one of the missing versions stated above com github tomakehurst wiremock standalone test execute mvn test and observe download attempt of the specified artifact failing similarly download will also fail if the is replaced with one of the other wiremock artifacts references references comment the corresponding version numbers exists for and artifacts
0
156,766
12,337,441,594
IssuesEvent
2020-05-14 15:00:02
spacetelescope/jwst
https://api.github.com/repos/spacetelescope/jwst
closed
Regression test results are used as input to different regression tests
testing
A couple of our regression tests run a pipeline and compare the results to a truth file. Then another tests takes that output or truth file as input. This means that when `test1` fails due to a code change, then often `test2` fails at the same time, for no apparent reason. More insidiously, if we use the truth file from `test1` as input for `test2`, when we update the truth file, then `test2` will fail for no apparent reason (i.e. no changes in code or upstream dependencies) other than its input file has changed inadvertently in trying to get `test1` to pass. So you could get different combinations of failures depending on which order the tests are run in, or if one test is run and not the other, as is often done in interactive testing. It would good to make this linking explicit in the tests. If a test passing depends on 2 pipelines being run, then that should be explicit in the test. So if `Detector1Pipeline` and `Image2Pipeline` are run back-to-back, and the results of the first are used as the input to the second, then this process should be a single fixture, with a single test (or group of tests) that then test the outputs in one shot. Make the the linkage explicit in the structure of the tests. Currently, the tests that do this are: - [ ] The _cal and _calints results from `nircam/test_sloperpipeline_3.py` are fed into `pipelines/test_image2pipeline_2.py` and `pipelines/test_image2pipeline_2b.py`, respectively. So these tests show both situations described above. Files below. ``` test_detector1pipeline30/jw82500001003_02101_00001_NRCALONG_ramp.fits test_detector1pipeline30/jw82500001003_02101_00001_NRCALONG_rate.fits test_detector1pipeline30/jw82500001003_02101_00001_NRCALONG_rateints.fits test_image2pipeline2b0/jw82500001003_02101_00001_NRCALONG_calints.fits test_image2pipeline2_cal0/jw82500001003_02101_00001_NRCALONG_cal.fits test_image2pipeline2_cal0/jw82500001003_02101_00001_NRCALONG_i2d.fits ``` Will add more to this as more tests that do this are discovered.
1.0
Regression test results are used as input to different regression tests - A couple of our regression tests run a pipeline and compare the results to a truth file. Then another tests takes that output or truth file as input. This means that when `test1` fails due to a code change, then often `test2` fails at the same time, for no apparent reason. More insidiously, if we use the truth file from `test1` as input for `test2`, when we update the truth file, then `test2` will fail for no apparent reason (i.e. no changes in code or upstream dependencies) other than its input file has changed inadvertently in trying to get `test1` to pass. So you could get different combinations of failures depending on which order the tests are run in, or if one test is run and not the other, as is often done in interactive testing. It would good to make this linking explicit in the tests. If a test passing depends on 2 pipelines being run, then that should be explicit in the test. So if `Detector1Pipeline` and `Image2Pipeline` are run back-to-back, and the results of the first are used as the input to the second, then this process should be a single fixture, with a single test (or group of tests) that then test the outputs in one shot. Make the the linkage explicit in the structure of the tests. Currently, the tests that do this are: - [ ] The _cal and _calints results from `nircam/test_sloperpipeline_3.py` are fed into `pipelines/test_image2pipeline_2.py` and `pipelines/test_image2pipeline_2b.py`, respectively. So these tests show both situations described above. Files below. ``` test_detector1pipeline30/jw82500001003_02101_00001_NRCALONG_ramp.fits test_detector1pipeline30/jw82500001003_02101_00001_NRCALONG_rate.fits test_detector1pipeline30/jw82500001003_02101_00001_NRCALONG_rateints.fits test_image2pipeline2b0/jw82500001003_02101_00001_NRCALONG_calints.fits test_image2pipeline2_cal0/jw82500001003_02101_00001_NRCALONG_cal.fits test_image2pipeline2_cal0/jw82500001003_02101_00001_NRCALONG_i2d.fits ``` Will add more to this as more tests that do this are discovered.
test
regression test results are used as input to different regression tests a couple of our regression tests run a pipeline and compare the results to a truth file then another tests takes that output or truth file as input this means that when fails due to a code change then often fails at the same time for no apparent reason more insidiously if we use the truth file from as input for when we update the truth file then will fail for no apparent reason i e no changes in code or upstream dependencies other than its input file has changed inadvertently in trying to get to pass so you could get different combinations of failures depending on which order the tests are run in or if one test is run and not the other as is often done in interactive testing it would good to make this linking explicit in the tests if a test passing depends on pipelines being run then that should be explicit in the test so if and are run back to back and the results of the first are used as the input to the second then this process should be a single fixture with a single test or group of tests that then test the outputs in one shot make the the linkage explicit in the structure of the tests currently the tests that do this are the cal and calints results from nircam test sloperpipeline py are fed into pipelines test py and pipelines test py respectively so these tests show both situations described above files below test nrcalong ramp fits test nrcalong rate fits test nrcalong rateints fits test nrcalong calints fits test nrcalong cal fits test nrcalong fits will add more to this as more tests that do this are discovered
1
160,217
12,505,885,174
IssuesEvent
2020-06-02 11:34:30
aliasrobotics/RVD
https://api.github.com/repos/aliasrobotics/RVD
opened
Using ServerProxy to parse untrusted XML data is known to be vulnerable..., /opt/ros_melodic_ws/src/ros_comm/rosgraph/src/rosgraph/impl/graph.py:50
bandit bug static analysis testing triage
```yaml { "id": 1, "title": "Using ServerProxy to parse untrusted XML data is known to be vulnerable..., /opt/ros_melodic_ws/src/ros_comm/rosgraph/src/rosgraph/impl/graph.py:50", "type": "bug", "description": "HIGH confidence of HIGH severity bug. Using ServerProxy to parse untrusted XML data is known to be vulnerable to XML attacks. Use defused.xmlrpc.monkey_patch() function to monkey-patch xmlrpclib and mitigate XML vulnerabilities. at /opt/ros_melodic_ws/src/ros_comm/rosgraph/src/rosgraph/impl/graph.py:50 See links for more info on the bug.", "cwe": "None", "cve": "None", "keywords": [ "bandit", "bug", "static analysis", "testing", "triage", "bug" ], "system": "", "vendor": null, "severity": { "rvss-score": 0, "rvss-vector": "", "severity-description": "", "cvss-score": 0, "cvss-vector": "" }, "links": "", "flaw": { "phase": "testing", "specificity": "subject-specific", "architectural-location": "application-specific", "application": "N/A", "subsystem": "N/A", "package": "N/A", "languages": "None", "date-detected": "2020-06-02 (11:34)", "detected-by": "Alias Robotics", "detected-by-method": "testing static", "date-reported": "2020-06-02 (11:34)", "reported-by": "Alias Robotics", "reported-by-relationship": "automatic", "issue": "", "reproducibility": "always", "trace": "/opt/ros_melodic_ws/src/ros_comm/rosgraph/src/rosgraph/impl/graph.py:50", "reproduction": "See artifacts below (if available)", "reproduction-image": "" }, "exploitation": { "description": "", "exploitation-image": "", "exploitation-vector": "" }, "mitigation": { "description": "", "pull-request": "", "date-mitigation": "" } } ```
1.0
Using ServerProxy to parse untrusted XML data is known to be vulnerable..., /opt/ros_melodic_ws/src/ros_comm/rosgraph/src/rosgraph/impl/graph.py:50 - ```yaml { "id": 1, "title": "Using ServerProxy to parse untrusted XML data is known to be vulnerable..., /opt/ros_melodic_ws/src/ros_comm/rosgraph/src/rosgraph/impl/graph.py:50", "type": "bug", "description": "HIGH confidence of HIGH severity bug. Using ServerProxy to parse untrusted XML data is known to be vulnerable to XML attacks. Use defused.xmlrpc.monkey_patch() function to monkey-patch xmlrpclib and mitigate XML vulnerabilities. at /opt/ros_melodic_ws/src/ros_comm/rosgraph/src/rosgraph/impl/graph.py:50 See links for more info on the bug.", "cwe": "None", "cve": "None", "keywords": [ "bandit", "bug", "static analysis", "testing", "triage", "bug" ], "system": "", "vendor": null, "severity": { "rvss-score": 0, "rvss-vector": "", "severity-description": "", "cvss-score": 0, "cvss-vector": "" }, "links": "", "flaw": { "phase": "testing", "specificity": "subject-specific", "architectural-location": "application-specific", "application": "N/A", "subsystem": "N/A", "package": "N/A", "languages": "None", "date-detected": "2020-06-02 (11:34)", "detected-by": "Alias Robotics", "detected-by-method": "testing static", "date-reported": "2020-06-02 (11:34)", "reported-by": "Alias Robotics", "reported-by-relationship": "automatic", "issue": "", "reproducibility": "always", "trace": "/opt/ros_melodic_ws/src/ros_comm/rosgraph/src/rosgraph/impl/graph.py:50", "reproduction": "See artifacts below (if available)", "reproduction-image": "" }, "exploitation": { "description": "", "exploitation-image": "", "exploitation-vector": "" }, "mitigation": { "description": "", "pull-request": "", "date-mitigation": "" } } ```
test
using serverproxy to parse untrusted xml data is known to be vulnerable opt ros melodic ws src ros comm rosgraph src rosgraph impl graph py yaml id title using serverproxy to parse untrusted xml data is known to be vulnerable opt ros melodic ws src ros comm rosgraph src rosgraph impl graph py type bug description high confidence of high severity bug using serverproxy to parse untrusted xml data is known to be vulnerable to xml attacks use defused xmlrpc monkey patch function to monkey patch xmlrpclib and mitigate xml vulnerabilities at opt ros melodic ws src ros comm rosgraph src rosgraph impl graph py see links for more info on the bug cwe none cve none keywords bandit bug static analysis testing triage bug system vendor null severity rvss score rvss vector severity description cvss score cvss vector links flaw phase testing specificity subject specific architectural location application specific application n a subsystem n a package n a languages none date detected detected by alias robotics detected by method testing static date reported reported by alias robotics reported by relationship automatic issue reproducibility always trace opt ros melodic ws src ros comm rosgraph src rosgraph impl graph py reproduction see artifacts below if available reproduction image exploitation description exploitation image exploitation vector mitigation description pull request date mitigation
1
144,800
11,632,275,801
IssuesEvent
2020-02-28 04:29:07
elastic/kibana
https://api.github.com/repos/elastic/kibana
reopened
Failing test: Plugin Functional Tests.test/plugin_functional/test_suites/core_plugins/legacy_plugins·ts - core plugins legacy plugins application service compatibility layer can render legacy apps
failed-test
A test failed on a tracked branch ``` Error: expected false to equal true at Assertion.assert (packages/kbn-expect/expect.js:100:11) at Assertion.be.Assertion.equal (packages/kbn-expect/expect.js:227:8) at Assertion.be (packages/kbn-expect/expect.js:69:22) at Context.it (test/plugin_functional/test_suites/core_plugins/legacy_plugins.ts:49:68) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/60/) <!-- kibanaCiData = {"failed-test":{"test.class":"Plugin Functional Tests.test/plugin_functional/test_suites/core_plugins/legacy_plugins·ts","test.name":"core plugins legacy plugins application service compatibility layer can render legacy apps","test.failCount":1}} -->
1.0
Failing test: Plugin Functional Tests.test/plugin_functional/test_suites/core_plugins/legacy_plugins·ts - core plugins legacy plugins application service compatibility layer can render legacy apps - A test failed on a tracked branch ``` Error: expected false to equal true at Assertion.assert (packages/kbn-expect/expect.js:100:11) at Assertion.be.Assertion.equal (packages/kbn-expect/expect.js:227:8) at Assertion.be (packages/kbn-expect/expect.js:69:22) at Context.it (test/plugin_functional/test_suites/core_plugins/legacy_plugins.ts:49:68) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/60/) <!-- kibanaCiData = {"failed-test":{"test.class":"Plugin Functional Tests.test/plugin_functional/test_suites/core_plugins/legacy_plugins·ts","test.name":"core plugins legacy plugins application service compatibility layer can render legacy apps","test.failCount":1}} -->
test
failing test plugin functional tests test plugin functional test suites core plugins legacy plugins·ts core plugins legacy plugins application service compatibility layer can render legacy apps a test failed on a tracked branch error expected false to equal true at assertion assert packages kbn expect expect js at assertion be assertion equal packages kbn expect expect js at assertion be packages kbn expect expect js at context it test plugin functional test suites core plugins legacy plugins ts first failure
1
126,619
4,998,228,828
IssuesEvent
2016-12-09 19:11:49
concrete5/concrete5
https://api.github.com/repos/concrete5/concrete5
closed
Updating to 8
accepted:ready to start priority:love to have type:bug
1. Successfully updated to 5.7.5.10 2. Downloaded 8 Zip and uploaded to server. Extracted file and went to Dashboard / Update. 3. Update to 8 showed as ready to install and all add-ons green ticked as compatible. Clicked to proceed and came up with screen ( see attached) where salient message is as follows: [code] Doctrine\DBAL\Exception\NotNullConstraintViolationException thrown with message "An exception occurred while executing 'INSERT INTO AttributeKeys (akID, akName, akHandle, akIsSearchable, akIsSearchableIndexed, atID, akIsInternal, pkgID, akCategory) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["28", "Email", "email", "0", "0", "1", "0", "12", null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'akCategory' cannot be null" Stacktrace: #18 Doctrine\DBAL\Exception\NotNullConstraintViolationException in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112 #17 Doctrine\DBAL\Driver\AbstractMySQLDriver:convertException in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:116 #16 Doctrine\DBAL\DBALException:driverExceptionDuringQuery in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:996 #15 Doctrine\DBAL\Driver\PDOException in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:93 #14 PDOException in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91 #13 PDOStatement:execute in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91 #12 Doctrine\DBAL\Driver\PDOStatement:execute in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:989 #11 Doctrine\DBAL\Connection:executeUpdate in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:696 #10 Doctrine\DBAL\Connection:insert in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Updater/Migrations/Migrations/Version20160725000000.php:291 #9 Concrete\Core\Updater\Migrations\Migrations\Version20160725000000:importAttributeKeys in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Updater/Migrations/Migrations/Version20160725000000.php:1184 #8 Concrete\Core\Updater\Migrations\Migrations\Version20160725000000:up in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Version.php:290 #7 Doctrine\DBAL\Migrations\Version:execute in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Updater/Update.php:208 #6 Concrete\Core\Updater\Update:updateToCurrentVersion in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Application/Application.php:258 #5 Concrete\Core\Application\Application:handleAutomaticUpdates in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Foundation/Runtime/Run/DefaultRunner.php:64 #4 Concrete\Core\Foundation\Runtime\Run\DefaultRunner:run in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Foundation/Runtime/DefaultRuntime.php:102 #3 Concrete\Core\Foundation\Runtime\DefaultRuntime:run in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/dispatcher.php:39 #2 require in /home/adabbdcb/public_html/concrete/bootstrap/configure.php:52 #1 require in /home/adabbdcb/public_html/concrete/dispatcher.php:18 #0 require in /home/adabbdcb/public_html/index.php:2 [/code] 4. Now the site is broken, and even though I had kept and renamed the previous version of the concrete file (5.7.5.10) renaming the new one (as OLD) and the old one back to concrete so as to get myself back up and running doesn't work Any advice please? Separately I'll post this in Concrete5 forum under "Installation" ![concrete5 has encountered an issue v8 0 0 04dec2016](https://cloud.githubusercontent.com/assets/9248970/20865674/9449cd88-ba10-11e6-9815-4785707beb0c.jpeg)
1.0
Updating to 8 - 1. Successfully updated to 5.7.5.10 2. Downloaded 8 Zip and uploaded to server. Extracted file and went to Dashboard / Update. 3. Update to 8 showed as ready to install and all add-ons green ticked as compatible. Clicked to proceed and came up with screen ( see attached) where salient message is as follows: [code] Doctrine\DBAL\Exception\NotNullConstraintViolationException thrown with message "An exception occurred while executing 'INSERT INTO AttributeKeys (akID, akName, akHandle, akIsSearchable, akIsSearchableIndexed, atID, akIsInternal, pkgID, akCategory) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["28", "Email", "email", "0", "0", "1", "0", "12", null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'akCategory' cannot be null" Stacktrace: #18 Doctrine\DBAL\Exception\NotNullConstraintViolationException in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112 #17 Doctrine\DBAL\Driver\AbstractMySQLDriver:convertException in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:116 #16 Doctrine\DBAL\DBALException:driverExceptionDuringQuery in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:996 #15 Doctrine\DBAL\Driver\PDOException in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:93 #14 PDOException in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91 #13 PDOStatement:execute in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:91 #12 Doctrine\DBAL\Driver\PDOStatement:execute in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:989 #11 Doctrine\DBAL\Connection:executeUpdate in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:696 #10 Doctrine\DBAL\Connection:insert in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Updater/Migrations/Migrations/Version20160725000000.php:291 #9 Concrete\Core\Updater\Migrations\Migrations\Version20160725000000:importAttributeKeys in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Updater/Migrations/Migrations/Version20160725000000.php:1184 #8 Concrete\Core\Updater\Migrations\Migrations\Version20160725000000:up in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/vendor/doctrine/migrations/lib/Doctrine/DBAL/Migrations/Version.php:290 #7 Doctrine\DBAL\Migrations\Version:execute in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Updater/Update.php:208 #6 Concrete\Core\Updater\Update:updateToCurrentVersion in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Application/Application.php:258 #5 Concrete\Core\Application\Application:handleAutomaticUpdates in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Foundation/Runtime/Run/DefaultRunner.php:64 #4 Concrete\Core\Foundation\Runtime\Run\DefaultRunner:run in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/src/Foundation/Runtime/DefaultRuntime.php:102 #3 Concrete\Core\Foundation\Runtime\DefaultRuntime:run in /home/adabbdcb/public_html/updates/concrete5-8.0.0/concrete/dispatcher.php:39 #2 require in /home/adabbdcb/public_html/concrete/bootstrap/configure.php:52 #1 require in /home/adabbdcb/public_html/concrete/dispatcher.php:18 #0 require in /home/adabbdcb/public_html/index.php:2 [/code] 4. Now the site is broken, and even though I had kept and renamed the previous version of the concrete file (5.7.5.10) renaming the new one (as OLD) and the old one back to concrete so as to get myself back up and running doesn't work Any advice please? Separately I'll post this in Concrete5 forum under "Installation" ![concrete5 has encountered an issue v8 0 0 04dec2016](https://cloud.githubusercontent.com/assets/9248970/20865674/9449cd88-ba10-11e6-9815-4785707beb0c.jpeg)
non_test
updating to successfully updated to downloaded zip and uploaded to server extracted file and went to dashboard update update to showed as ready to install and all add ons green ticked as compatible clicked to proceed and came up with screen see attached where salient message is as follows doctrine dbal exception notnullconstraintviolationexception thrown with message an exception occurred while executing insert into attributekeys akid akname akhandle akissearchable akissearchableindexed atid akisinternal pkgid akcategory values with params sqlstate integrity constraint violation column akcategory cannot be null stacktrace doctrine dbal exception notnullconstraintviolationexception in home adabbdcb public html updates concrete vendor doctrine dbal lib doctrine dbal driver abstractmysqldriver php doctrine dbal driver abstractmysqldriver convertexception in home adabbdcb public html updates concrete vendor doctrine dbal lib doctrine dbal dbalexception php doctrine dbal dbalexception driverexceptionduringquery in home adabbdcb public html updates concrete vendor doctrine dbal lib doctrine dbal connection php doctrine dbal driver pdoexception in home adabbdcb public html updates concrete vendor doctrine dbal lib doctrine dbal driver pdostatement php pdoexception in home adabbdcb public html updates concrete vendor doctrine dbal lib doctrine dbal driver pdostatement php pdostatement execute in home adabbdcb public html updates concrete vendor doctrine dbal lib doctrine dbal driver pdostatement php doctrine dbal driver pdostatement execute in home adabbdcb public html updates concrete vendor doctrine dbal lib doctrine dbal connection php doctrine dbal connection executeupdate in home adabbdcb public html updates concrete vendor doctrine dbal lib doctrine dbal connection php doctrine dbal connection insert in home adabbdcb public html updates concrete src updater migrations migrations php concrete core updater migrations migrations importattributekeys in home adabbdcb public html updates concrete src updater migrations migrations php concrete core updater migrations migrations up in home adabbdcb public html updates concrete vendor doctrine migrations lib doctrine dbal migrations version php doctrine dbal migrations version execute in home adabbdcb public html updates concrete src updater update php concrete core updater update updatetocurrentversion in home adabbdcb public html updates concrete src application application php concrete core application application handleautomaticupdates in home adabbdcb public html updates concrete src foundation runtime run defaultrunner php concrete core foundation runtime run defaultrunner run in home adabbdcb public html updates concrete src foundation runtime defaultruntime php concrete core foundation runtime defaultruntime run in home adabbdcb public html updates concrete dispatcher php require in home adabbdcb public html concrete bootstrap configure php require in home adabbdcb public html concrete dispatcher php require in home adabbdcb public html index php now the site is broken and even though i had kept and renamed the previous version of the concrete file renaming the new one as old and the old one back to concrete so as to get myself back up and running doesn t work any advice please separately i ll post this in forum under installation
0
253,326
21,674,138,198
IssuesEvent
2022-05-08 12:44:44
herbmillerjr/Celeste
https://api.github.com/repos/herbmillerjr/Celeste
closed
Gauntlet exercise path is wrong on Windows
bug testing
Path should be relative to project directory, not executable.
1.0
Gauntlet exercise path is wrong on Windows - Path should be relative to project directory, not executable.
test
gauntlet exercise path is wrong on windows path should be relative to project directory not executable
1
284,687
24,615,799,348
IssuesEvent
2022-10-15 09:44:39
hoppscotch/hoppscotch
https://api.github.com/repos/hoppscotch/hoppscotch
closed
[bug]: Failed to load schema for "src/helpers/backend/backend-schema.json"
bug need testing
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When i ran pnpm install i got below errors packages/hoppscotch-app postinstall$ pnpm run gql-codegen │ > hoppscotch-app@3.0.1 gql-codegen /home/yashram/apiclient/hoppscotch/packages/hoppscotch-app │ > graphql-codegen --require dotenv/config --config gql-codegen.yml │ [STARTED] Parse Configuration │ [SUCCESS] Parse Configuration │ [STARTED] Generate outputs │ [STARTED] Generate src/helpers/backend/graphql.ts │ [STARTED] Load GraphQL schemas │ [FAILED] Failed to load schema │ [FAILED] Failed to load schema │ Failed to load schema for "src/helpers/backend/backend-schema.json" │ Failed to load schema from undefined: │ │ Unable to find any GraphQL type definitions for the following pointers: │ │ - undefined ' ' ' ' ' │ [STARTED] Generate src/helpers/backend/backend-schema.json │ [STARTED] Load GraphQL schemas │ [SUCCESS] Generate outputs │  ELIFECYCLE  Command failed with exit code 1. └─ Failed in 1.7s  ELIFECYCLE  Command failed with exit code 1. ### Steps to reproduce Run pnpm install you will get error ### Environment Deploy preview ### Version Self-hosted
1.0
[bug]: Failed to load schema for "src/helpers/backend/backend-schema.json" - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When i ran pnpm install i got below errors packages/hoppscotch-app postinstall$ pnpm run gql-codegen │ > hoppscotch-app@3.0.1 gql-codegen /home/yashram/apiclient/hoppscotch/packages/hoppscotch-app │ > graphql-codegen --require dotenv/config --config gql-codegen.yml │ [STARTED] Parse Configuration │ [SUCCESS] Parse Configuration │ [STARTED] Generate outputs │ [STARTED] Generate src/helpers/backend/graphql.ts │ [STARTED] Load GraphQL schemas │ [FAILED] Failed to load schema │ [FAILED] Failed to load schema │ Failed to load schema for "src/helpers/backend/backend-schema.json" │ Failed to load schema from undefined: │ │ Unable to find any GraphQL type definitions for the following pointers: │ │ - undefined ' ' ' ' ' │ [STARTED] Generate src/helpers/backend/backend-schema.json │ [STARTED] Load GraphQL schemas │ [SUCCESS] Generate outputs │  ELIFECYCLE  Command failed with exit code 1. └─ Failed in 1.7s  ELIFECYCLE  Command failed with exit code 1. ### Steps to reproduce Run pnpm install you will get error ### Environment Deploy preview ### Version Self-hosted
test
failed to load schema for src helpers backend backend schema json is there an existing issue for this i have searched the existing issues current behavior when i ran pnpm install i got below errors packages hoppscotch app postinstall pnpm run gql codegen │ hoppscotch app gql codegen home yashram apiclient hoppscotch packages hoppscotch app │ graphql codegen require dotenv config config gql codegen yml │ parse configuration │ parse configuration │ generate outputs │ generate src helpers backend graphql ts │ load graphql schemas │ failed to load schema │ failed to load schema │ failed to load schema for src helpers backend backend schema json │ failed to load schema from undefined │ │ unable to find any graphql type definitions for the following pointers │ │ undefined │ generate src helpers backend backend schema json │ load graphql schemas │ generate outputs │  elifecycle  command failed with exit code └─ failed in  elifecycle  command failed with exit code steps to reproduce run pnpm install you will get error environment deploy preview version self hosted
1
172,020
13,259,444,020
IssuesEvent
2020-08-20 16:43:23
gdgkirkley/readingly
https://api.github.com/repos/gdgkirkley/readingly
opened
Integration tests for resolvers
testing
There are some resolvers that don't have integration tests yet. I'll audit the tests and add a comment with all of the resolvers that still need integration tests.
1.0
Integration tests for resolvers - There are some resolvers that don't have integration tests yet. I'll audit the tests and add a comment with all of the resolvers that still need integration tests.
test
integration tests for resolvers there are some resolvers that don t have integration tests yet i ll audit the tests and add a comment with all of the resolvers that still need integration tests
1
152,457
12,109,692,398
IssuesEvent
2020-04-21 09:10:55
amitdavidson234/test-repo
https://api.github.com/repos/amitdavidson234/test-repo
opened
Test TestCreateTools is failing
Test Failure
The test failed here: https://circleci.com/gh/demisto/server/70287#tests/containers/4 The logs are: ``` --- FAIL: TestWhenEventHasTypeWhichIsNotClassified (36.98s) incidentutil.go:512: Error Trace: incidentutil.go:512 mapper_test.go:831 Error: Received unexpected error: timeout after polling for 30s Test: TestWhenEventHasTypeWhichIsNotClassified Messages: Failed to poll incident by name [id17e14e97087a848588ab4063c939d8c30] from server. Incident: null ```
1.0
Test TestCreateTools is failing - The test failed here: https://circleci.com/gh/demisto/server/70287#tests/containers/4 The logs are: ``` --- FAIL: TestWhenEventHasTypeWhichIsNotClassified (36.98s) incidentutil.go:512: Error Trace: incidentutil.go:512 mapper_test.go:831 Error: Received unexpected error: timeout after polling for 30s Test: TestWhenEventHasTypeWhichIsNotClassified Messages: Failed to poll incident by name [id17e14e97087a848588ab4063c939d8c30] from server. Incident: null ```
test
test testcreatetools is failing the test failed here the logs are fail testwheneventhastypewhichisnotclassified incidentutil go error trace incidentutil go mapper test go error received unexpected error timeout after polling for test testwheneventhastypewhichisnotclassified messages failed to poll incident by name from server incident null
1
9,237
3,265,771,440
IssuesEvent
2015-10-22 17:42:46
0u812/sbnw
https://api.github.com/repos/0u812/sbnw
closed
What does the method gf_getCanvas actually return?
Documentation Error/Enhancement question
The docs says that the method gf_canvas gf_getCanvas returns a canvas, but what is this canvas? gf_canvas appears to be a void*. The docs are unclear in this matter.
1.0
What does the method gf_getCanvas actually return? - The docs says that the method gf_canvas gf_getCanvas returns a canvas, but what is this canvas? gf_canvas appears to be a void*. The docs are unclear in this matter.
non_test
what does the method gf getcanvas actually return the docs says that the method gf canvas gf getcanvas returns a canvas but what is this canvas gf canvas appears to be a void the docs are unclear in this matter
0
165,070
12,827,558,910
IssuesEvent
2020-07-06 18:43:57
spacetelescope/calcos
https://api.github.com/repos/spacetelescope/calcos
closed
Test #8: DQ Weighting of Error column in x1dsum
In Testing
Issue [COSPIP-84](https://jira.stsci.edu/browse/COSPIP-84) was created by Rachel Plesha: Test #8: DQ Weighting of Error column in x1dsum
1.0
Test #8: DQ Weighting of Error column in x1dsum - Issue [COSPIP-84](https://jira.stsci.edu/browse/COSPIP-84) was created by Rachel Plesha: Test #8: DQ Weighting of Error column in x1dsum
test
test dq weighting of error column in issue was created by rachel plesha test dq weighting of error column in
1
244,152
26,367,011,643
IssuesEvent
2023-01-11 17:20:26
CMSgov/cms-carts-seds
https://api.github.com/repos/CMSgov/cms-carts-seds
closed
SHF - cms-carts-seds - main - LOW - Amazon S3 Block Public Access was disabled for S3 bucket carts-cloudfrontlogs-master.
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: arn:aws:guardduty:us-east-1:519095364708:detector/54bfa053f46be628d30bcddb4526fc03/finding/4ac2769552d13f1ba9d8a42ed07bae7e ************************************************************** ## Type of Issue: - [x] Security Hub Finding ## Title: Amazon S3 Block Public Access was disabled for S3 bucket carts-cloudfrontlogs-master. ## Id: arn:aws:guardduty:us-east-1:519095364708:detector/54bfa053f46be628d30bcddb4526fc03/finding/4ac2769552d13f1ba9d8a42ed07bae7e (You may use this ID to lookup this finding's details in Security Hub) ## Description Amazon S3 Block Public Access was disabled for S3 bucket carts-cloudfrontlogs-master by ct-ado-mdctcarts-application-admin calling DeleteBucketPublicAccessBlock. If this behavior is not expected, it may indicate a configuration mistake or that your credentials are compromised. ## 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 - LOW - Amazon S3 Block Public Access was disabled for S3 bucket carts-cloudfrontlogs-master. - ************************************************************** __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: arn:aws:guardduty:us-east-1:519095364708:detector/54bfa053f46be628d30bcddb4526fc03/finding/4ac2769552d13f1ba9d8a42ed07bae7e ************************************************************** ## Type of Issue: - [x] Security Hub Finding ## Title: Amazon S3 Block Public Access was disabled for S3 bucket carts-cloudfrontlogs-master. ## Id: arn:aws:guardduty:us-east-1:519095364708:detector/54bfa053f46be628d30bcddb4526fc03/finding/4ac2769552d13f1ba9d8a42ed07bae7e (You may use this ID to lookup this finding's details in Security Hub) ## Description Amazon S3 Block Public Access was disabled for S3 bucket carts-cloudfrontlogs-master by ct-ado-mdctcarts-application-admin calling DeleteBucketPublicAccessBlock. If this behavior is not expected, it may indicate a configuration mistake or that your credentials are compromised. ## 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 low amazon block public access was disabled for bucket carts cloudfrontlogs master 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 arn aws guardduty us east detector finding type of issue security hub finding title amazon block public access was disabled for bucket carts cloudfrontlogs master id arn aws guardduty us east detector finding you may use this id to lookup this finding s details in security hub description amazon block public access was disabled for bucket carts cloudfrontlogs master by ct ado mdctcarts application admin calling deletebucketpublicaccessblock if this behavior is not expected it may indicate a configuration mistake or that your credentials are compromised remediation undefined ac the security hub finding is resolved or suppressed indicated by a workflow status of resolved or suppressed
0
785,161
27,602,207,006
IssuesEvent
2023-03-09 10:40:53
tealeg/xlsx
https://api.github.com/repos/tealeg/xlsx
closed
More examples
help wanted triaged no-issue-activity priority:critial
Apart from the very basic [example_read_test.go](https://github.com/tealeg/xlsx/blob/master/example_read_test.go) I couldn't find any example of how to create a sheet with headers, set default styles, set a cell data type, enable auto-filtering, add a chart, etc. Are there any docs apart from the API docs? If not, how to do all of the above? It's not very clear from the API docs (actually, to me not at all).
1.0
More examples - Apart from the very basic [example_read_test.go](https://github.com/tealeg/xlsx/blob/master/example_read_test.go) I couldn't find any example of how to create a sheet with headers, set default styles, set a cell data type, enable auto-filtering, add a chart, etc. Are there any docs apart from the API docs? If not, how to do all of the above? It's not very clear from the API docs (actually, to me not at all).
non_test
more examples apart from the very basic i couldn t find any example of how to create a sheet with headers set default styles set a cell data type enable auto filtering add a chart etc are there any docs apart from the api docs if not how to do all of the above it s not very clear from the api docs actually to me not at all
0
62,274
25,937,524,145
IssuesEvent
2022-12-16 15:22:59
laradock/laradock
https://api.github.com/repos/laradock/laradock
closed
build php-worker fails while installing amqp
Type: Bug Service: php-worker
### Description: @tancou (https://github.com/laradock/laradock/pull/3148) fixed php-worker build failure when installing amqp using php 8.x. I am still getting the bellow error (on mac only, on my ubuntu 20.04 it works): ``` ------ executor failed running [/bin/sh -c if [ ${INSTALL_AMQP} = true ]; then docker-php-ext-install sockets; apk --update add -q rabbitmq-c rabbitmq-c-dev && if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then printf "\n" | pecl install amqp-1.11.0; else printf "\n" | pecl install amqp; fi && docker-php-ext-enable amqp && apk del -q rabbitmq-c-dev; php -m | grep -oiE '^amqp$' ;fi]: exit code: 1 ERROR: Service 'php-worker' failed to build : Build failed ``` ### Expected Behavior: Build should not fail in PHP 8.x ### Context information: **Output of `git rev-parse HEAD`** ``` 1df09d5fd22d0d94e4ece133ba2f8466a891bfe9 ``` **Output of `docker version`** ``` 20.10.17 ``` **Output of `docker-compose version`** ``` 1.29.2 ``` **System info: Mac, Windows or Linux. Include which disto/version** ``` Mac 12.6 ``` ### Steps to reproduce the issue: <!--- How can we reproduce the issue? --> 1. set `PHP_WORKER_INSTALL_AMQP=true` in .env 2. run `docker-compose build --no-cache php-worker` ### Stacktrace & Additional info: ``` => ERROR [21/39] RUN if [ true = true ]; then docker-php-ext-install sockets; apk --update add -q rabbitmq-c rabbitmq-c-d 14.3s ------ > [21/39] RUN if [ true = true ]; then docker-php-ext-install sockets; apk --update add -q rabbitmq-c rabbitmq-c-dev && if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then printf "\n" | pecl install amqp-1.11.0; else printf "\n" | pecl install amqp; fi && docker-php-ext-enable amqp && apk del -q rabbitmq-c-dev; php -m | grep -oiE '^amqp$' ;fi: #24 2.958 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz #24 3.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz #24 3.755 (1/4) Installing dpkg-dev (1.21.9-r0) #24 3.828 (2/4) Installing dpkg (1.21.9-r0) #24 3.920 (3/4) Installing re2c (3.0-r0) #24 4.072 (4/4) Installing .phpize-deps (20221213.112428) #24 4.074 Executing busybox-1.35.0-r29.trigger #24 4.088 OK: 418 MiB in 111 packages #24 4.219 Configuring for: #24 4.219 PHP Api Version: 20210902 #24 4.219 Zend Module Api No: 20210902 #24 4.219 Zend Extension Api No: 420210902 #24 4.656 configure.ac:18: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead #24 4.656 build/php.m4:2111: PHP_CONFIG_NICE is expanded from... #24 4.656 configure.ac:18: the top level #24 4.656 configure.ac:161: warning: The macro `AC_LANG_C' is obsolete. #24 4.656 configure.ac:161: You should run autoupdate. #24 4.656 ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... #24 4.656 build/libtool.m4:2739: _LT_AC_LANG_C_CONFIG is expanded from... #24 4.656 build/libtool.m4:2738: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #24 4.656 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.656 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.656 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.656 configure.ac:161: the top level #24 4.657 configure.ac:161: warning: The macro `AC_LANG_C' is obsolete. #24 4.657 configure.ac:161: You should run autoupdate. #24 4.657 ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... #24 4.657 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... #24 4.657 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... #24 4.657 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... #24 4.657 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... #24 4.657 build/libtool.m4:561: _LT_AC_LOCK is expanded from... #24 4.657 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.657 build/libtool.m4:2739: _LT_AC_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:2738: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.657 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.657 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.657 configure.ac:161: the top level #24 4.657 configure.ac:161: warning: The macro `AC_TRY_LINK' is obsolete. #24 4.657 configure.ac:161: You should run autoupdate. #24 4.657 ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... #24 4.657 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... #24 4.657 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... #24 4.657 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... #24 4.657 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... #24 4.657 build/libtool.m4:561: _LT_AC_LOCK is expanded from... #24 4.657 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.657 build/libtool.m4:2739: _LT_AC_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:2738: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.657 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.657 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.657 configure.ac:161: the top level #24 4.657 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #24 4.657 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.657 build/libtool.m4:2739: _LT_AC_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:2738: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.657 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.657 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.657 configure.ac:161: the top level #24 4.657 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #24 4.657 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.657 build/libtool.m4:2739: _LT_AC_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:2738: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.657 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.657 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.657 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not exist #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not exist #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not look like a libtool script #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not look like a libtool script #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile' #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile' #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.659 configure.ac:161: warning: back quotes and double quotes must not be escaped in: tag name \"$tagname\" already exists #24 4.659 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.659 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.659 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.659 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.659 configure.ac:161: the top level #24 4.659 configure.ac:161: warning: The macro `AC_LANG_CPLUSPLUS' is obsolete. #24 4.659 configure.ac:161: You should run autoupdate. #24 4.659 ./lib/autoconf/c.m4:262: AC_LANG_CPLUSPLUS is expanded from... #24 4.659 build/libtool.m4:2821: _LT_AC_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:2820: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.659 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.659 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.659 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.659 configure.ac:161: the top level #24 4.659 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #24 4.659 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.659 build/libtool.m4:2821: _LT_AC_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:2820: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.659 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.659 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.659 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.659 configure.ac:161: the top level #24 4.659 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #24 4.659 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.659 build/libtool.m4:2821: _LT_AC_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:2820: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.659 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.659 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.659 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.659 configure.ac:161: the top level #24 5.376 checking for grep that handles long lines and -e... /bin/grep #24 5.418 checking for egrep... /bin/grep -E #24 5.419 checking for a sed that does not truncate output... /bin/sed #24 5.434 checking for pkg-config... /usr/bin/pkg-config #24 5.435 checking pkg-config is at least version 0.9.0... yes #24 5.436 checking for cc... cc #24 5.460 checking whether the C compiler works... yes #24 5.506 checking for C compiler default output file name... a.out #24 5.507 checking for suffix of executables... #24 5.548 checking whether we are cross compiling... no #24 5.593 checking for suffix of object files... o #24 5.622 checking whether the compiler supports GNU C... yes #24 5.648 checking whether cc accepts -g... yes #24 5.678 checking for cc option to enable C11 features... none needed #24 5.750 checking how to run the C preprocessor... cc -E #24 5.809 checking for icc... no #24 5.824 checking for suncc... no #24 5.839 checking for system library directory... lib #24 5.839 checking if compiler supports -Wl,-rpath,... yes #24 5.882 checking build system type... x86_64-pc-linux-musl #24 5.886 checking host system type... x86_64-pc-linux-musl #24 5.886 checking target system type... x86_64-pc-linux-musl #24 5.939 checking for PHP prefix... /usr/local #24 5.939 checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib #24 5.939 checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20210902 #24 5.940 checking for PHP installed headers prefix... /usr/local/include/php #24 5.940 checking if debug is enabled... no #24 5.958 checking if zts is enabled... no #24 5.976 checking for gawk... no #24 5.976 checking for nawk... no #24 5.976 checking for awk... awk #24 5.977 checking if awk is broken... no #24 5.978 checking whether to enable sockets support... yes, shared #24 5.979 checking for hstrerror... yes #24 6.020 checking for if_nametoindex... yes #24 6.062 checking for if_indextoname... yes #24 6.104 checking for stdio.h... yes #24 6.129 checking for stdlib.h... yes #24 6.157 checking for string.h... yes #24 6.188 checking for inttypes.h... yes #24 6.220 checking for stdint.h... yes #24 6.251 checking for strings.h... yes #24 6.283 checking for sys/stat.h... yes #24 6.316 checking for sys/types.h... yes #24 6.347 checking for unistd.h... yes #24 6.380 checking for netinet/tcp.h... yes #24 6.425 checking for sys/un.h... yes #24 6.461 checking for sys/sockio.h... no #24 6.495 checking for field ss_family in struct sockaddr_storage... yes #24 6.531 checking if getaddrinfo supports AI_V4MAPPED... yes #24 6.565 checking if getaddrinfo supports AI_ALL... yes #24 6.600 checking if getaddrinfo supports AI_IDN... no #24 6.625 checking if ancillary credentials uses ucred... yes #24 6.657 checking if ancillary credentials uses cmsgcred... no #24 6.687 checking for a sed that does not truncate output... /bin/sed #24 6.689 checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld #24 6.699 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes #24 6.701 checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r #24 6.701 checking for BSD-compatible nm... /usr/bin/nm -B #24 6.703 checking whether ln -s works... yes #24 6.703 checking how to recognize dependent libraries... pass_all #24 6.723 checking for dlfcn.h... yes #24 6.760 checking the maximum length of command line arguments... 98304 #24 6.762 checking command to parse /usr/bin/nm -B output from cc object... ok #24 6.829 checking for objdir... .libs #24 6.832 checking for ar... ar #24 6.832 checking for ranlib... ranlib #24 6.833 checking for strip... strip #24 6.890 checking if cc supports -fno-rtti -fno-exceptions... no #24 6.911 checking for cc option to produce PIC... -fPIC #24 6.912 checking if cc PIC flag -fPIC works... yes #24 6.934 checking if cc static flag -static works... yes #24 6.976 checking if cc supports -c -o file.o... yes #24 7.008 checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes #24 7.025 checking whether -lc should be explicitly linked in... no #24 7.058 checking dynamic linker characteristics... GNU/Linux ld.so #24 7.067 checking how to hardcode library paths into programs... immediate #24 7.068 checking whether stripping libraries is possible... yes #24 7.071 checking if libtool supports shared libraries... yes #24 7.071 checking whether to build shared libraries... yes #24 7.071 checking whether to build static libraries... no #24 7.156 #24 7.156 creating libtool #24 7.213 appending configuration tag "CXX" to libtool #24 7.290 configure: patching config.h.in #24 7.293 configure: creating ./config.status #24 7.331 config.status: creating config.h #24 7.372 /bin/sh /usr/src/php/ext/sockets/libtool --mode=compile cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sockets.c -o sockets.lo -MMD -MF sockets.dep -MT sockets.lo #24 7.433 mkdir .libs #24 7.434 cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sockets.c -MMD -MF sockets.dep -MT sockets.lo -fPIC -DPIC -o .libs/sockets.o #24 9.047 /bin/sh /usr/src/php/ext/sockets/libtool --mode=compile cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/multicast.c -o multicast.lo -MMD -MF multicast.dep -MT multicast.lo #24 9.115 cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/multicast.c -MMD -MF multicast.dep -MT multicast.lo -fPIC -DPIC -o .libs/multicast.o #24 9.633 /bin/sh /usr/src/php/ext/sockets/libtool --mode=compile cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/conversions.c -o conversions.lo -MMD -MF conversions.dep -MT conversions.lo #24 9.747 cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/conversions.c -MMD -MF conversions.dep -MT conversions.lo -fPIC -DPIC -o .libs/conversions.o #24 10.98 /bin/sh /usr/src/php/ext/sockets/libtool --mode=compile cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sockaddr_conv.c -o sockaddr_conv.lo -MMD -MF sockaddr_conv.dep -MT sockaddr_conv.lo #24 11.04 cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sockaddr_conv.c -MMD -MF sockaddr_conv.dep -MT sockaddr_conv.lo -fPIC -DPIC -o .libs/sockaddr_conv.o #24 11.36 /bin/sh /usr/src/php/ext/sockets/libtool --mode=compile cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sendrecvmsg.c -o sendrecvmsg.lo -MMD -MF sendrecvmsg.dep -MT sendrecvmsg.lo #24 11.42 cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sendrecvmsg.c -MMD -MF sendrecvmsg.dep -MT sendrecvmsg.lo -fPIC -DPIC -o .libs/sendrecvmsg.o #24 11.79 /bin/sh /usr/src/php/ext/sockets/libtool --mode=link cc -shared -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -pie -o sockets.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/sockets/modules sockets.lo multicast.lo conversions.lo sockaddr_conv.lo sendrecvmsg.lo #24 11.85 cc -shared .libs/sockets.o .libs/multicast.o .libs/conversions.o .libs/sockaddr_conv.o .libs/sendrecvmsg.o -Wl,-O1 -Wl,-soname -Wl,sockets.so -o .libs/sockets.so #24 11.87 creating sockets.la #24 11.87 (cd .libs && rm -f sockets.la && ln -s ../sockets.la sockets.la) #24 11.87 /bin/sh /usr/src/php/ext/sockets/libtool --mode=install cp ./sockets.la /usr/src/php/ext/sockets/modules #24 11.89 cp ./.libs/sockets.so /usr/src/php/ext/sockets/modules/sockets.so #24 11.90 cp ./.libs/sockets.lai /usr/src/php/ext/sockets/modules/sockets.la #24 11.91 PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/sockets/modules #24 11.91 ---------------------------------------------------------------------- #24 11.91 Libraries have been installed in: #24 11.91 /usr/src/php/ext/sockets/modules #24 11.91 #24 11.91 If you ever happen to want to link against installed libraries #24 11.91 in a given directory, LIBDIR, you must either use libtool, and #24 11.91 specify the full pathname of the library, or use the `-LLIBDIR' #24 11.91 flag during linking and do at least one of the following: #24 11.91 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable #24 11.91 during execution #24 11.91 - add LIBDIR to the `LD_RUN_PATH' environment variable #24 11.91 during linking #24 11.91 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag #24 11.91 #24 11.91 See any operating system documentation about shared libraries for #24 11.91 more information, such as the ld(1) and ld.so(8) manual pages. #24 11.91 ---------------------------------------------------------------------- #24 11.91 #24 11.91 Build complete. #24 11.91 Don't forget to run 'make test'. #24 11.91 #24 11.93 + strip --strip-all modules/sockets.so #24 11.96 Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/ #24 12.04 Installing header files: /usr/local/include/php/ #24 12.13 find . -name \*.gcno -o -name \*.gcda | xargs rm -f #24 12.13 find . -name \*.lo -o -name \*.o -o -name \*.dep | xargs rm -f #24 12.14 find . -name \*.la -o -name \*.a | xargs rm -f #24 12.14 find . -name \*.so | xargs rm -f #24 12.14 find . -name .libs -a -type d|xargs rm -rf #24 12.15 rm -f libphp.la modules/* libs/* #24 12.15 rm -f ext/opcache/jit/zend_jit_x86.c #24 12.15 rm -f ext/opcache/jit/zend_jit_arm64.c #24 12.45 (1/4) Purging .phpize-deps (20221213.112428) #24 12.45 (2/4) Purging dpkg-dev (1.21.9-r0) #24 12.46 (3/4) Purging dpkg (1.21.9-r0) #24 12.46 (4/4) Purging re2c (3.0-r0) #24 12.46 Executing busybox-1.35.0-r29.trigger #24 12.47 OK: 414 MiB in 107 packages #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/aes.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/asn1.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/asn1t.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/bio.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/blowfish.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/bn.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/buffer.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/camellia.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/cast.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/cmac.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/cms.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/comp.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/conf.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/conf_api.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/crypto.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ct.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/des.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/dh.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/dsa.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/dtls1.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ec.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ecdh.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ecdsa.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/engine.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/err.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/evp.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/hmac.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/idea.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/kdf.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/lhash.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/md4.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/md5.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/modes.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/obj_mac.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/objects.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ocsp.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/opensslconf.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/opensslv.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ossl_typ.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/pem.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/pem2.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/pkcs12.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/pkcs7.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/rand.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/rc2.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/rc4.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ripemd.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/rsa.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/safestack.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/sha.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/srtp.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ssl.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ssl2.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ssl3.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/stack.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/tls1.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ts.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/txt_db.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ui.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/whrlpool.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/x509.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/x509_vfy.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/x509v3.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/lib/libcrypto.so owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/lib/libssl.so owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/lib/pkgconfig/libcrypto.pc owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/lib/pkgconfig/libssl.pc owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/lib/pkgconfig/openssl.pc owned by libressl-dev-3.6.1-r0. ------ executor failed running [/bin/sh -c if [ ${INSTALL_AMQP} = true ]; then docker-php-ext-install sockets; apk --update add -q rabbitmq-c rabbitmq-c-dev && if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then printf "\n" | pecl install amqp-1.11.0; else printf "\n" | pecl install amqp; fi && docker-php-ext-enable amqp && apk del -q rabbitmq-c-dev; php -m | grep -oiE '^amqp$' ;fi]: exit code: 1 ERROR: Service 'php-worker' failed to build : Build failed ```
1.0
build php-worker fails while installing amqp - ### Description: @tancou (https://github.com/laradock/laradock/pull/3148) fixed php-worker build failure when installing amqp using php 8.x. I am still getting the bellow error (on mac only, on my ubuntu 20.04 it works): ``` ------ executor failed running [/bin/sh -c if [ ${INSTALL_AMQP} = true ]; then docker-php-ext-install sockets; apk --update add -q rabbitmq-c rabbitmq-c-dev && if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then printf "\n" | pecl install amqp-1.11.0; else printf "\n" | pecl install amqp; fi && docker-php-ext-enable amqp && apk del -q rabbitmq-c-dev; php -m | grep -oiE '^amqp$' ;fi]: exit code: 1 ERROR: Service 'php-worker' failed to build : Build failed ``` ### Expected Behavior: Build should not fail in PHP 8.x ### Context information: **Output of `git rev-parse HEAD`** ``` 1df09d5fd22d0d94e4ece133ba2f8466a891bfe9 ``` **Output of `docker version`** ``` 20.10.17 ``` **Output of `docker-compose version`** ``` 1.29.2 ``` **System info: Mac, Windows or Linux. Include which disto/version** ``` Mac 12.6 ``` ### Steps to reproduce the issue: <!--- How can we reproduce the issue? --> 1. set `PHP_WORKER_INSTALL_AMQP=true` in .env 2. run `docker-compose build --no-cache php-worker` ### Stacktrace & Additional info: ``` => ERROR [21/39] RUN if [ true = true ]; then docker-php-ext-install sockets; apk --update add -q rabbitmq-c rabbitmq-c-d 14.3s ------ > [21/39] RUN if [ true = true ]; then docker-php-ext-install sockets; apk --update add -q rabbitmq-c rabbitmq-c-dev && if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then printf "\n" | pecl install amqp-1.11.0; else printf "\n" | pecl install amqp; fi && docker-php-ext-enable amqp && apk del -q rabbitmq-c-dev; php -m | grep -oiE '^amqp$' ;fi: #24 2.958 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz #24 3.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz #24 3.755 (1/4) Installing dpkg-dev (1.21.9-r0) #24 3.828 (2/4) Installing dpkg (1.21.9-r0) #24 3.920 (3/4) Installing re2c (3.0-r0) #24 4.072 (4/4) Installing .phpize-deps (20221213.112428) #24 4.074 Executing busybox-1.35.0-r29.trigger #24 4.088 OK: 418 MiB in 111 packages #24 4.219 Configuring for: #24 4.219 PHP Api Version: 20210902 #24 4.219 Zend Module Api No: 20210902 #24 4.219 Zend Extension Api No: 420210902 #24 4.656 configure.ac:18: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead #24 4.656 build/php.m4:2111: PHP_CONFIG_NICE is expanded from... #24 4.656 configure.ac:18: the top level #24 4.656 configure.ac:161: warning: The macro `AC_LANG_C' is obsolete. #24 4.656 configure.ac:161: You should run autoupdate. #24 4.656 ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... #24 4.656 build/libtool.m4:2739: _LT_AC_LANG_C_CONFIG is expanded from... #24 4.656 build/libtool.m4:2738: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #24 4.656 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.656 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.656 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.656 configure.ac:161: the top level #24 4.657 configure.ac:161: warning: The macro `AC_LANG_C' is obsolete. #24 4.657 configure.ac:161: You should run autoupdate. #24 4.657 ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... #24 4.657 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... #24 4.657 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... #24 4.657 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... #24 4.657 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... #24 4.657 build/libtool.m4:561: _LT_AC_LOCK is expanded from... #24 4.657 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.657 build/libtool.m4:2739: _LT_AC_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:2738: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.657 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.657 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.657 configure.ac:161: the top level #24 4.657 configure.ac:161: warning: The macro `AC_TRY_LINK' is obsolete. #24 4.657 configure.ac:161: You should run autoupdate. #24 4.657 ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... #24 4.657 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... #24 4.657 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... #24 4.657 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... #24 4.657 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... #24 4.657 build/libtool.m4:561: _LT_AC_LOCK is expanded from... #24 4.657 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.657 build/libtool.m4:2739: _LT_AC_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:2738: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.657 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.657 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.657 configure.ac:161: the top level #24 4.657 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #24 4.657 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.657 build/libtool.m4:2739: _LT_AC_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:2738: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.657 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.657 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.657 configure.ac:161: the top level #24 4.657 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #24 4.657 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.657 build/libtool.m4:2739: _LT_AC_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:2738: AC_LIBTOOL_LANG_C_CONFIG is expanded from... #24 4.657 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.657 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.657 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.657 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not exist #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not exist #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not look like a libtool script #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not look like a libtool script #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile' #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.658 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile' #24 4.658 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.658 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.658 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.658 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.658 configure.ac:161: the top level #24 4.659 configure.ac:161: warning: back quotes and double quotes must not be escaped in: tag name \"$tagname\" already exists #24 4.659 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.659 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.659 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.659 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.659 configure.ac:161: the top level #24 4.659 configure.ac:161: warning: The macro `AC_LANG_CPLUSPLUS' is obsolete. #24 4.659 configure.ac:161: You should run autoupdate. #24 4.659 ./lib/autoconf/c.m4:262: AC_LANG_CPLUSPLUS is expanded from... #24 4.659 build/libtool.m4:2821: _LT_AC_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:2820: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.659 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.659 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.659 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.659 configure.ac:161: the top level #24 4.659 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #24 4.659 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.659 build/libtool.m4:2821: _LT_AC_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:2820: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.659 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.659 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.659 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.659 configure.ac:161: the top level #24 4.659 configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe #24 4.659 build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... #24 4.659 build/libtool.m4:2821: _LT_AC_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:2820: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... #24 4.659 build/libtool.m4:1929: _LT_AC_TAGCONFIG is expanded from... #24 4.659 build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from... #24 4.659 build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from... #24 4.659 build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from... #24 4.659 configure.ac:161: the top level #24 5.376 checking for grep that handles long lines and -e... /bin/grep #24 5.418 checking for egrep... /bin/grep -E #24 5.419 checking for a sed that does not truncate output... /bin/sed #24 5.434 checking for pkg-config... /usr/bin/pkg-config #24 5.435 checking pkg-config is at least version 0.9.0... yes #24 5.436 checking for cc... cc #24 5.460 checking whether the C compiler works... yes #24 5.506 checking for C compiler default output file name... a.out #24 5.507 checking for suffix of executables... #24 5.548 checking whether we are cross compiling... no #24 5.593 checking for suffix of object files... o #24 5.622 checking whether the compiler supports GNU C... yes #24 5.648 checking whether cc accepts -g... yes #24 5.678 checking for cc option to enable C11 features... none needed #24 5.750 checking how to run the C preprocessor... cc -E #24 5.809 checking for icc... no #24 5.824 checking for suncc... no #24 5.839 checking for system library directory... lib #24 5.839 checking if compiler supports -Wl,-rpath,... yes #24 5.882 checking build system type... x86_64-pc-linux-musl #24 5.886 checking host system type... x86_64-pc-linux-musl #24 5.886 checking target system type... x86_64-pc-linux-musl #24 5.939 checking for PHP prefix... /usr/local #24 5.939 checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib #24 5.939 checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20210902 #24 5.940 checking for PHP installed headers prefix... /usr/local/include/php #24 5.940 checking if debug is enabled... no #24 5.958 checking if zts is enabled... no #24 5.976 checking for gawk... no #24 5.976 checking for nawk... no #24 5.976 checking for awk... awk #24 5.977 checking if awk is broken... no #24 5.978 checking whether to enable sockets support... yes, shared #24 5.979 checking for hstrerror... yes #24 6.020 checking for if_nametoindex... yes #24 6.062 checking for if_indextoname... yes #24 6.104 checking for stdio.h... yes #24 6.129 checking for stdlib.h... yes #24 6.157 checking for string.h... yes #24 6.188 checking for inttypes.h... yes #24 6.220 checking for stdint.h... yes #24 6.251 checking for strings.h... yes #24 6.283 checking for sys/stat.h... yes #24 6.316 checking for sys/types.h... yes #24 6.347 checking for unistd.h... yes #24 6.380 checking for netinet/tcp.h... yes #24 6.425 checking for sys/un.h... yes #24 6.461 checking for sys/sockio.h... no #24 6.495 checking for field ss_family in struct sockaddr_storage... yes #24 6.531 checking if getaddrinfo supports AI_V4MAPPED... yes #24 6.565 checking if getaddrinfo supports AI_ALL... yes #24 6.600 checking if getaddrinfo supports AI_IDN... no #24 6.625 checking if ancillary credentials uses ucred... yes #24 6.657 checking if ancillary credentials uses cmsgcred... no #24 6.687 checking for a sed that does not truncate output... /bin/sed #24 6.689 checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld #24 6.699 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes #24 6.701 checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r #24 6.701 checking for BSD-compatible nm... /usr/bin/nm -B #24 6.703 checking whether ln -s works... yes #24 6.703 checking how to recognize dependent libraries... pass_all #24 6.723 checking for dlfcn.h... yes #24 6.760 checking the maximum length of command line arguments... 98304 #24 6.762 checking command to parse /usr/bin/nm -B output from cc object... ok #24 6.829 checking for objdir... .libs #24 6.832 checking for ar... ar #24 6.832 checking for ranlib... ranlib #24 6.833 checking for strip... strip #24 6.890 checking if cc supports -fno-rtti -fno-exceptions... no #24 6.911 checking for cc option to produce PIC... -fPIC #24 6.912 checking if cc PIC flag -fPIC works... yes #24 6.934 checking if cc static flag -static works... yes #24 6.976 checking if cc supports -c -o file.o... yes #24 7.008 checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes #24 7.025 checking whether -lc should be explicitly linked in... no #24 7.058 checking dynamic linker characteristics... GNU/Linux ld.so #24 7.067 checking how to hardcode library paths into programs... immediate #24 7.068 checking whether stripping libraries is possible... yes #24 7.071 checking if libtool supports shared libraries... yes #24 7.071 checking whether to build shared libraries... yes #24 7.071 checking whether to build static libraries... no #24 7.156 #24 7.156 creating libtool #24 7.213 appending configuration tag "CXX" to libtool #24 7.290 configure: patching config.h.in #24 7.293 configure: creating ./config.status #24 7.331 config.status: creating config.h #24 7.372 /bin/sh /usr/src/php/ext/sockets/libtool --mode=compile cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sockets.c -o sockets.lo -MMD -MF sockets.dep -MT sockets.lo #24 7.433 mkdir .libs #24 7.434 cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sockets.c -MMD -MF sockets.dep -MT sockets.lo -fPIC -DPIC -o .libs/sockets.o #24 9.047 /bin/sh /usr/src/php/ext/sockets/libtool --mode=compile cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/multicast.c -o multicast.lo -MMD -MF multicast.dep -MT multicast.lo #24 9.115 cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/multicast.c -MMD -MF multicast.dep -MT multicast.lo -fPIC -DPIC -o .libs/multicast.o #24 9.633 /bin/sh /usr/src/php/ext/sockets/libtool --mode=compile cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/conversions.c -o conversions.lo -MMD -MF conversions.dep -MT conversions.lo #24 9.747 cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/conversions.c -MMD -MF conversions.dep -MT conversions.lo -fPIC -DPIC -o .libs/conversions.o #24 10.98 /bin/sh /usr/src/php/ext/sockets/libtool --mode=compile cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sockaddr_conv.c -o sockaddr_conv.lo -MMD -MF sockaddr_conv.dep -MT sockaddr_conv.lo #24 11.04 cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sockaddr_conv.c -MMD -MF sockaddr_conv.dep -MT sockaddr_conv.lo -fPIC -DPIC -o .libs/sockaddr_conv.o #24 11.36 /bin/sh /usr/src/php/ext/sockets/libtool --mode=compile cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sendrecvmsg.c -o sendrecvmsg.lo -MMD -MF sendrecvmsg.dep -MT sendrecvmsg.lo #24 11.42 cc -I. -I/usr/src/php/ext/sockets -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/sockets/sendrecvmsg.c -MMD -MF sendrecvmsg.dep -MT sendrecvmsg.lo -fPIC -DPIC -o .libs/sendrecvmsg.o #24 11.79 /bin/sh /usr/src/php/ext/sockets/libtool --mode=link cc -shared -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -pie -o sockets.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/sockets/modules sockets.lo multicast.lo conversions.lo sockaddr_conv.lo sendrecvmsg.lo #24 11.85 cc -shared .libs/sockets.o .libs/multicast.o .libs/conversions.o .libs/sockaddr_conv.o .libs/sendrecvmsg.o -Wl,-O1 -Wl,-soname -Wl,sockets.so -o .libs/sockets.so #24 11.87 creating sockets.la #24 11.87 (cd .libs && rm -f sockets.la && ln -s ../sockets.la sockets.la) #24 11.87 /bin/sh /usr/src/php/ext/sockets/libtool --mode=install cp ./sockets.la /usr/src/php/ext/sockets/modules #24 11.89 cp ./.libs/sockets.so /usr/src/php/ext/sockets/modules/sockets.so #24 11.90 cp ./.libs/sockets.lai /usr/src/php/ext/sockets/modules/sockets.la #24 11.91 PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/sockets/modules #24 11.91 ---------------------------------------------------------------------- #24 11.91 Libraries have been installed in: #24 11.91 /usr/src/php/ext/sockets/modules #24 11.91 #24 11.91 If you ever happen to want to link against installed libraries #24 11.91 in a given directory, LIBDIR, you must either use libtool, and #24 11.91 specify the full pathname of the library, or use the `-LLIBDIR' #24 11.91 flag during linking and do at least one of the following: #24 11.91 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable #24 11.91 during execution #24 11.91 - add LIBDIR to the `LD_RUN_PATH' environment variable #24 11.91 during linking #24 11.91 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag #24 11.91 #24 11.91 See any operating system documentation about shared libraries for #24 11.91 more information, such as the ld(1) and ld.so(8) manual pages. #24 11.91 ---------------------------------------------------------------------- #24 11.91 #24 11.91 Build complete. #24 11.91 Don't forget to run 'make test'. #24 11.91 #24 11.93 + strip --strip-all modules/sockets.so #24 11.96 Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/ #24 12.04 Installing header files: /usr/local/include/php/ #24 12.13 find . -name \*.gcno -o -name \*.gcda | xargs rm -f #24 12.13 find . -name \*.lo -o -name \*.o -o -name \*.dep | xargs rm -f #24 12.14 find . -name \*.la -o -name \*.a | xargs rm -f #24 12.14 find . -name \*.so | xargs rm -f #24 12.14 find . -name .libs -a -type d|xargs rm -rf #24 12.15 rm -f libphp.la modules/* libs/* #24 12.15 rm -f ext/opcache/jit/zend_jit_x86.c #24 12.15 rm -f ext/opcache/jit/zend_jit_arm64.c #24 12.45 (1/4) Purging .phpize-deps (20221213.112428) #24 12.45 (2/4) Purging dpkg-dev (1.21.9-r0) #24 12.46 (3/4) Purging dpkg (1.21.9-r0) #24 12.46 (4/4) Purging re2c (3.0-r0) #24 12.46 Executing busybox-1.35.0-r29.trigger #24 12.47 OK: 414 MiB in 107 packages #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/aes.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/asn1.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/asn1t.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/bio.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/blowfish.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/bn.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/buffer.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/camellia.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/cast.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/cmac.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/cms.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/comp.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/conf.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/conf_api.h owned by libressl-dev-3.6.1-r0. #24 14.04 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/crypto.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ct.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/des.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/dh.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/dsa.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/dtls1.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ec.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ecdh.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ecdsa.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/engine.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/err.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/evp.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/hmac.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/idea.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/kdf.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/lhash.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/md4.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/md5.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/modes.h owned by libressl-dev-3.6.1-r0. #24 14.05 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/obj_mac.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/objects.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ocsp.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/opensslconf.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/opensslv.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ossl_typ.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/pem.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/pem2.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/pkcs12.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/pkcs7.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/rand.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/rc2.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/rc4.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ripemd.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/rsa.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/safestack.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/sha.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/srtp.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ssl.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ssl2.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ssl3.h owned by libressl-dev-3.6.1-r0. #24 14.06 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/stack.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/tls1.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ts.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/txt_db.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/ui.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/whrlpool.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/x509.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/x509_vfy.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/include/openssl/x509v3.h owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/lib/libcrypto.so owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/lib/libssl.so owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/lib/pkgconfig/libcrypto.pc owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/lib/pkgconfig/libssl.pc owned by libressl-dev-3.6.1-r0. #24 14.07 ERROR: openssl-dev-3.0.7-r0: trying to overwrite usr/lib/pkgconfig/openssl.pc owned by libressl-dev-3.6.1-r0. ------ executor failed running [/bin/sh -c if [ ${INSTALL_AMQP} = true ]; then docker-php-ext-install sockets; apk --update add -q rabbitmq-c rabbitmq-c-dev && if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then printf "\n" | pecl install amqp-1.11.0; else printf "\n" | pecl install amqp; fi && docker-php-ext-enable amqp && apk del -q rabbitmq-c-dev; php -m | grep -oiE '^amqp$' ;fi]: exit code: 1 ERROR: Service 'php-worker' failed to build : Build failed ```
non_test
build php worker fails while installing amqp description tancou fixed php worker build failure when installing amqp using php x i am still getting the bellow error on mac only on my ubuntu it works executor failed running then docker php ext install sockets apk update add q rabbitmq c rabbitmq c dev if then printf n pecl install amqp else printf n pecl install amqp fi docker php ext enable amqp apk del q rabbitmq c dev php m grep oie amqp fi exit code error service php worker failed to build build failed expected behavior build should not fail in php x context information output of git rev parse head output of docker version output of docker compose version system info mac windows or linux include which disto version mac steps to reproduce the issue set php worker install amqp true in env run docker compose build no cache php worker stacktrace additional info error run if then docker php ext install sockets apk update add q rabbitmq c rabbitmq c d run if then docker php ext install sockets apk update add q rabbitmq c rabbitmq c dev if then printf n pecl install amqp else printf n pecl install amqp fi docker php ext enable amqp apk del q rabbitmq c dev php m grep oie amqp fi fetch fetch installing dpkg dev installing dpkg installing installing phpize deps executing busybox trigger ok mib in packages configuring for php api version zend module api no zend extension api no configure ac warning as echo is obsolete use as echo instead build php php config nice is expanded from configure ac the top level configure ac warning the macro ac lang c is obsolete configure ac you should run autoupdate lib autoconf c ac lang c is expanded from build libtool lt ac lang c config is expanded from build libtool ac libtool lang c config is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning the macro ac lang c is obsolete configure ac you should run autoupdate lib autoconf c ac lang c is expanded from lib as if else is expanded from lib as if is expanded from lib autoconf general ac cache val is expanded from lib autoconf general ac cache check is expanded from build libtool lt ac lock is expanded from build libtool ac libtool sys hard link locks is expanded from build libtool lt ac lang c config is expanded from build libtool ac libtool lang c config is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning the macro ac try link is obsolete configure ac you should run autoupdate lib autoconf general ac try link is expanded from lib as if else is expanded from lib as if is expanded from lib autoconf general ac cache val is expanded from lib autoconf general ac cache check is expanded from build libtool lt ac lock is expanded from build libtool ac libtool sys hard link locks is expanded from build libtool lt ac lang c config is expanded from build libtool ac libtool lang c config is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in as me as lineno lineno warning cc does not support c o so make j may be unsafe build libtool ac libtool sys hard link locks is expanded from build libtool lt ac lang c config is expanded from build libtool ac libtool lang c config is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in as me warning cc does not support c o so make j may be unsafe build libtool ac libtool sys hard link locks is expanded from build libtool lt ac lang c config is expanded from build libtool ac libtool lang c config is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in as me as lineno lineno warning output file ofile does not exist build libtool lt ac tagconfig is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in as me warning output file ofile does not exist build libtool lt ac tagconfig is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in as me as lineno lineno warning output file ofile does not look like a libtool script build libtool lt ac tagconfig is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in as me warning output file ofile does not look like a libtool script build libtool lt ac tagconfig is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in as me as lineno lineno warning using ltcc ltcc extracted from ofile build libtool lt ac tagconfig is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in as me warning using ltcc ltcc extracted from ofile build libtool lt ac tagconfig is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in tag name tagname already exists build libtool lt ac tagconfig is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning the macro ac lang cplusplus is obsolete configure ac you should run autoupdate lib autoconf c ac lang cplusplus is expanded from build libtool lt ac lang cxx config is expanded from build libtool ac libtool lang cxx config is expanded from build libtool lt ac tagconfig is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in as me as lineno lineno warning cc does not support c o so make j may be unsafe build libtool ac libtool sys hard link locks is expanded from build libtool lt ac lang cxx config is expanded from build libtool ac libtool lang cxx config is expanded from build libtool lt ac tagconfig is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level configure ac warning back quotes and double quotes must not be escaped in as me warning cc does not support c o so make j may be unsafe build libtool ac libtool sys hard link locks is expanded from build libtool lt ac lang cxx config is expanded from build libtool ac libtool lang cxx config is expanded from build libtool lt ac tagconfig is expanded from build libtool ac libtool setup is expanded from build libtool ac prog libtool is expanded from build libtool ac prog libtool is expanded from configure ac the top level checking for grep that handles long lines and e bin grep checking for egrep bin grep e checking for a sed that does not truncate output bin sed checking for pkg config usr bin pkg config checking pkg config is at least version yes checking for cc cc checking whether the c compiler works yes checking for c compiler default output file name a out checking for suffix of executables checking whether we are cross compiling no checking for suffix of object files o checking whether the compiler supports gnu c yes checking whether cc accepts g yes checking for cc option to enable features none needed checking how to run the c preprocessor cc e checking for icc no checking for suncc no checking for system library directory lib checking if compiler supports wl rpath yes checking build system type pc linux musl checking host system type pc linux musl checking target system type pc linux musl checking for php prefix usr local checking for php includes i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib checking for php extension directory usr local lib php extensions no debug non zts checking for php installed headers prefix usr local include php checking if debug is enabled no checking if zts is enabled no checking for gawk no checking for nawk no checking for awk awk checking if awk is broken no checking whether to enable sockets support yes shared checking for hstrerror yes checking for if nametoindex yes checking for if indextoname yes checking for stdio h yes checking for stdlib h yes checking for string h yes checking for inttypes h yes checking for stdint h yes checking for strings h yes checking for sys stat h yes checking for sys types h yes checking for unistd h yes checking for netinet tcp h yes checking for sys un h yes checking for sys sockio h no checking for field ss family in struct sockaddr storage yes checking if getaddrinfo supports ai yes checking if getaddrinfo supports ai all yes checking if getaddrinfo supports ai idn no checking if ancillary credentials uses ucred yes checking if ancillary credentials uses cmsgcred no checking for a sed that does not truncate output bin sed checking for ld used by cc usr alpine linux musl bin ld checking if the linker usr alpine linux musl bin ld is gnu ld yes checking for usr alpine linux musl bin ld option to reload object files r checking for bsd compatible nm usr bin nm b checking whether ln s works yes checking how to recognize dependent libraries pass all checking for dlfcn h yes checking the maximum length of command line arguments checking command to parse usr bin nm b output from cc object ok checking for objdir libs checking for ar ar checking for ranlib ranlib checking for strip strip checking if cc supports fno rtti fno exceptions no checking for cc option to produce pic fpic checking if cc pic flag fpic works yes checking if cc static flag static works yes checking if cc supports c o file o yes checking whether the cc linker usr alpine linux musl bin ld m elf supports shared libraries yes checking whether lc should be explicitly linked in no checking dynamic linker characteristics gnu linux ld so checking how to hardcode library paths into programs immediate checking whether stripping libraries is possible yes checking if libtool supports shared libraries yes checking whether to build shared libraries yes checking whether to build static libraries no creating libtool appending configuration tag cxx to libtool configure patching config h in configure creating config status config status creating config h bin sh usr src php ext sockets libtool mode compile cc i i usr src php ext sockets i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits dzend enable static tsrmls cache dzend compile dl ext c usr src php ext sockets sockets c o sockets lo mmd mf sockets dep mt sockets lo mkdir libs cc i i usr src php ext sockets i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits dzend enable static tsrmls cache dzend compile dl ext c usr src php ext sockets sockets c mmd mf sockets dep mt sockets lo fpic dpic o libs sockets o bin sh usr src php ext sockets libtool mode compile cc i i usr src php ext sockets i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits dzend enable static tsrmls cache dzend compile dl ext c usr src php ext sockets multicast c o multicast lo mmd mf multicast dep mt multicast lo cc i i usr src php ext sockets i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits dzend enable static tsrmls cache dzend compile dl ext c usr src php ext sockets multicast c mmd mf multicast dep mt multicast lo fpic dpic o libs multicast o bin sh usr src php ext sockets libtool mode compile cc i i usr src php ext sockets i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits dzend enable static tsrmls cache dzend compile dl ext c usr src php ext sockets conversions c o conversions lo mmd mf conversions dep mt conversions lo cc i i usr src php ext sockets i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits dzend enable static tsrmls cache dzend compile dl ext c usr src php ext sockets conversions c mmd mf conversions dep mt conversions lo fpic dpic o libs conversions o bin sh usr src php ext sockets libtool mode compile cc i i usr src php ext sockets i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits dzend enable static tsrmls cache dzend compile dl ext c usr src php ext sockets sockaddr conv c o sockaddr conv lo mmd mf sockaddr conv dep mt sockaddr conv lo cc i i usr src php ext sockets i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits dzend enable static tsrmls cache dzend compile dl ext c usr src php ext sockets sockaddr conv c mmd mf sockaddr conv dep mt sockaddr conv lo fpic dpic o libs sockaddr conv o bin sh usr src php ext sockets libtool mode compile cc i i usr src php ext sockets i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits dzend enable static tsrmls cache dzend compile dl ext c usr src php ext sockets sendrecvmsg c o sendrecvmsg lo mmd mf sendrecvmsg dep mt sendrecvmsg lo cc i i usr src php ext sockets i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits dzend enable static tsrmls cache dzend compile dl ext c usr src php ext sockets sendrecvmsg c mmd mf sendrecvmsg dep mt sendrecvmsg lo fpic dpic o libs sendrecvmsg o bin sh usr src php ext sockets libtool mode link cc shared i usr src php ext sockets include i usr src php ext sockets main i usr src php ext sockets i usr local include php i usr local include php main i usr local include php tsrm i usr local include php zend i usr local include php ext i usr local include php ext date lib fstack protector strong fpic fpie d largefile source d file offset bits dhave config h fstack protector strong fpic fpie d largefile source d file offset bits wl pie o sockets la export dynamic avoid version prefer pic module rpath usr src php ext sockets modules sockets lo multicast lo conversions lo sockaddr conv lo sendrecvmsg lo cc shared libs sockets o libs multicast o libs conversions o libs sockaddr conv o libs sendrecvmsg o wl wl soname wl sockets so o libs sockets so creating sockets la cd libs rm f sockets la ln s sockets la sockets la bin sh usr src php ext sockets libtool mode install cp sockets la usr src php ext sockets modules cp libs sockets so usr src php ext sockets modules sockets so cp libs sockets lai usr src php ext sockets modules sockets la path path sbin ldconfig n usr src php ext sockets modules libraries have been installed in usr src php ext sockets modules if you ever happen to want to link against installed libraries in a given directory libdir you must either use libtool and specify the full pathname of the library or use the llibdir flag during linking and do at least one of the following add libdir to the ld library path environment variable during execution add libdir to the ld run path environment variable during linking use the wl rpath wl libdir linker flag see any operating system documentation about shared libraries for more information such as the ld and ld so manual pages build complete don t forget to run make test strip strip all modules sockets so installing shared extensions usr local lib php extensions no debug non zts installing header files usr local include php find name gcno o name gcda xargs rm f find name lo o name o o name dep xargs rm f find name la o name a xargs rm f find name so xargs rm f find name libs a type d xargs rm rf rm f libphp la modules libs rm f ext opcache jit zend jit c rm f ext opcache jit zend jit c purging phpize deps purging dpkg dev purging dpkg purging executing busybox trigger ok mib in packages error openssl dev trying to overwrite usr include openssl aes h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl bio h owned by libressl dev error openssl dev trying to overwrite usr include openssl blowfish h owned by libressl dev error openssl dev trying to overwrite usr include openssl bn h owned by libressl dev error openssl dev trying to overwrite usr include openssl buffer h owned by libressl dev error openssl dev trying to overwrite usr include openssl camellia h owned by libressl dev error openssl dev trying to overwrite usr include openssl cast h owned by libressl dev error openssl dev trying to overwrite usr include openssl cmac h owned by libressl dev error openssl dev trying to overwrite usr include openssl cms h owned by libressl dev error openssl dev trying to overwrite usr include openssl comp h owned by libressl dev error openssl dev trying to overwrite usr include openssl conf h owned by libressl dev error openssl dev trying to overwrite usr include openssl conf api h owned by libressl dev error openssl dev trying to overwrite usr include openssl crypto h owned by libressl dev error openssl dev trying to overwrite usr include openssl ct h owned by libressl dev error openssl dev trying to overwrite usr include openssl des h owned by libressl dev error openssl dev trying to overwrite usr include openssl dh h owned by libressl dev error openssl dev trying to overwrite usr include openssl dsa h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl ec h owned by libressl dev error openssl dev trying to overwrite usr include openssl ecdh h owned by libressl dev error openssl dev trying to overwrite usr include openssl ecdsa h owned by libressl dev error openssl dev trying to overwrite usr include openssl engine h owned by libressl dev error openssl dev trying to overwrite usr include openssl err h owned by libressl dev error openssl dev trying to overwrite usr include openssl evp h owned by libressl dev error openssl dev trying to overwrite usr include openssl hmac h owned by libressl dev error openssl dev trying to overwrite usr include openssl idea h owned by libressl dev error openssl dev trying to overwrite usr include openssl kdf h owned by libressl dev error openssl dev trying to overwrite usr include openssl lhash h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl modes h owned by libressl dev error openssl dev trying to overwrite usr include openssl obj mac h owned by libressl dev error openssl dev trying to overwrite usr include openssl objects h owned by libressl dev error openssl dev trying to overwrite usr include openssl ocsp h owned by libressl dev error openssl dev trying to overwrite usr include openssl opensslconf h owned by libressl dev error openssl dev trying to overwrite usr include openssl opensslv h owned by libressl dev error openssl dev trying to overwrite usr include openssl ossl typ h owned by libressl dev error openssl dev trying to overwrite usr include openssl pem h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl rand h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl ripemd h owned by libressl dev error openssl dev trying to overwrite usr include openssl rsa h owned by libressl dev error openssl dev trying to overwrite usr include openssl safestack h owned by libressl dev error openssl dev trying to overwrite usr include openssl sha h owned by libressl dev error openssl dev trying to overwrite usr include openssl srtp h owned by libressl dev error openssl dev trying to overwrite usr include openssl ssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl stack h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl ts h owned by libressl dev error openssl dev trying to overwrite usr include openssl txt db h owned by libressl dev error openssl dev trying to overwrite usr include openssl ui h owned by libressl dev error openssl dev trying to overwrite usr include openssl whrlpool h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr include openssl vfy h owned by libressl dev error openssl dev trying to overwrite usr include openssl h owned by libressl dev error openssl dev trying to overwrite usr lib libcrypto so owned by libressl dev error openssl dev trying to overwrite usr lib libssl so owned by libressl dev error openssl dev trying to overwrite usr lib pkgconfig libcrypto pc owned by libressl dev error openssl dev trying to overwrite usr lib pkgconfig libssl pc owned by libressl dev error openssl dev trying to overwrite usr lib pkgconfig openssl pc owned by libressl dev executor failed running then docker php ext install sockets apk update add q rabbitmq c rabbitmq c dev if then printf n pecl install amqp else printf n pecl install amqp fi docker php ext enable amqp apk del q rabbitmq c dev php m grep oie amqp fi exit code error service php worker failed to build build failed
0
337,930
30,272,217,755
IssuesEvent
2023-07-07 16:16:02
hashicorp/terraform-provider-google
https://api.github.com/repos/hashicorp/terraform-provider-google
reopened
Failing test(s): TestAccComputeRegionNetworkFirewallPolicyRule_RegionalHandWritten
test-failure
<!--- This is a template for reporting test failures on nightly builds. It should only be used by core contributors who have access to our CI/CD results. ---> ### Failure rates - 100% since 2023-05-03 ### Impacted tests <!-- List all impacted tests for searchability. The title of the issue can instead list one or more groups of tests, or describe the overall root cause. --> - TestAccComputeRegionNetworkFirewallPolicyRule_RegionalHandWritten - TestAccComputeNetworkFirewallPolicyRule_GlobalHandWritten - TestAccComputeFirewallPolicyRule_multipleRules - TestAccComputeFirewallPolicyRule_update ### Affected Resource(s) <!--- List the affected resources and data sources. Use google_* if all resources or data sources are affected. ---> * google_network_security_address_group ### Nightly build test history <!-- Link to the test failure(s) page ie https://ci-oss.hashicorp.engineering/test/4373437493444570564?currentProjectId=GoogleCloudBeta&branch=%3Cdefault%3E --> - [Link](https://ci-oss.hashicorp.engineering/buildConfiguration/GoogleCloud_ProviderGoogleCloudGoogleProject/398232?mode=builds&buildTab=tests&expandedTest=-1848297138890150638) <!-- The error message that displays in the tests tab, for reference --> ### Message(s) ``` Error: Invalid resource type ```
1.0
Failing test(s): TestAccComputeRegionNetworkFirewallPolicyRule_RegionalHandWritten - <!--- This is a template for reporting test failures on nightly builds. It should only be used by core contributors who have access to our CI/CD results. ---> ### Failure rates - 100% since 2023-05-03 ### Impacted tests <!-- List all impacted tests for searchability. The title of the issue can instead list one or more groups of tests, or describe the overall root cause. --> - TestAccComputeRegionNetworkFirewallPolicyRule_RegionalHandWritten - TestAccComputeNetworkFirewallPolicyRule_GlobalHandWritten - TestAccComputeFirewallPolicyRule_multipleRules - TestAccComputeFirewallPolicyRule_update ### Affected Resource(s) <!--- List the affected resources and data sources. Use google_* if all resources or data sources are affected. ---> * google_network_security_address_group ### Nightly build test history <!-- Link to the test failure(s) page ie https://ci-oss.hashicorp.engineering/test/4373437493444570564?currentProjectId=GoogleCloudBeta&branch=%3Cdefault%3E --> - [Link](https://ci-oss.hashicorp.engineering/buildConfiguration/GoogleCloud_ProviderGoogleCloudGoogleProject/398232?mode=builds&buildTab=tests&expandedTest=-1848297138890150638) <!-- The error message that displays in the tests tab, for reference --> ### Message(s) ``` Error: Invalid resource type ```
test
failing test s testacccomputeregionnetworkfirewallpolicyrule regionalhandwritten failure rates since impacted tests testacccomputeregionnetworkfirewallpolicyrule regionalhandwritten testacccomputenetworkfirewallpolicyrule globalhandwritten testacccomputefirewallpolicyrule multiplerules testacccomputefirewallpolicyrule update affected resource s google network security address group nightly build test history message s error invalid resource type
1
1,599
2,562,618,032
IssuesEvent
2015-02-06 03:54:12
DataBrewery/cubes
https://api.github.com/repos/DataBrewery/cubes
opened
Missing unit tests or tests that need revision (SQL)
easy requires testcase sql
The following unit tests for the SQL backend are either missing or require revision: * [ ] Naming: * [ ] dimension table prefixes and suffixes * [ ] fact table prefixes and suffixes * [ ] dimension table schema * [ ] default schema * [ ] fact table key * [ ] Joins: * [ ] "master" join – LEFT OUTER * [ ] "detail" join – RIGHT OUTER * [ ] cycles in joins * [ ] missing joins (attribute is required but there is no table joined for the attribute) * [ ] Browser – Aggregation * [ ] Aggregate without Cell * [ ] Aggregate with point cut * [ ] Aggregate with range cut * [ ] Aggregate with set cut * [ ] Aggregate with negative cut * [ ] Aggregate with multiple cuts * [ ] Aggregate with selected aggregates (not all) * [ ] Aggregate with 1 and more dimension drill-down * [ ] Aggregate with implicit level drill down with point, range and set cut * [ ] Aggregate with explicit level drill-down * [ ] Aggregate with split, split + cut, split + drilldown, split+negative cut * [ ] Aggregate with outer join * [ ] Browser – Facts * [ ] Facts without cell * [ ] Facts with point cut * [ ] Facts with range cut * [ ] Facts with set cut * [ ] Facts with negative cut * [ ] Facts with multiple cuts * [ ] Facts with explicit list of facts (see #250) * [ ] Browser – Members * [ ] Members without cell * [ ] Members with cell (not quite needed if works for browser and aggregate)
1.0
Missing unit tests or tests that need revision (SQL) - The following unit tests for the SQL backend are either missing or require revision: * [ ] Naming: * [ ] dimension table prefixes and suffixes * [ ] fact table prefixes and suffixes * [ ] dimension table schema * [ ] default schema * [ ] fact table key * [ ] Joins: * [ ] "master" join – LEFT OUTER * [ ] "detail" join – RIGHT OUTER * [ ] cycles in joins * [ ] missing joins (attribute is required but there is no table joined for the attribute) * [ ] Browser – Aggregation * [ ] Aggregate without Cell * [ ] Aggregate with point cut * [ ] Aggregate with range cut * [ ] Aggregate with set cut * [ ] Aggregate with negative cut * [ ] Aggregate with multiple cuts * [ ] Aggregate with selected aggregates (not all) * [ ] Aggregate with 1 and more dimension drill-down * [ ] Aggregate with implicit level drill down with point, range and set cut * [ ] Aggregate with explicit level drill-down * [ ] Aggregate with split, split + cut, split + drilldown, split+negative cut * [ ] Aggregate with outer join * [ ] Browser – Facts * [ ] Facts without cell * [ ] Facts with point cut * [ ] Facts with range cut * [ ] Facts with set cut * [ ] Facts with negative cut * [ ] Facts with multiple cuts * [ ] Facts with explicit list of facts (see #250) * [ ] Browser – Members * [ ] Members without cell * [ ] Members with cell (not quite needed if works for browser and aggregate)
test
missing unit tests or tests that need revision sql the following unit tests for the sql backend are either missing or require revision naming dimension table prefixes and suffixes fact table prefixes and suffixes dimension table schema default schema fact table key joins master join – left outer detail join – right outer cycles in joins missing joins attribute is required but there is no table joined for the attribute browser – aggregation aggregate without cell aggregate with point cut aggregate with range cut aggregate with set cut aggregate with negative cut aggregate with multiple cuts aggregate with selected aggregates not all aggregate with and more dimension drill down aggregate with implicit level drill down with point range and set cut aggregate with explicit level drill down aggregate with split split cut split drilldown split negative cut aggregate with outer join browser – facts facts without cell facts with point cut facts with range cut facts with set cut facts with negative cut facts with multiple cuts facts with explicit list of facts see browser – members members without cell members with cell not quite needed if works for browser and aggregate
1
198,853
15,006,926,461
IssuesEvent
2021-01-31 01:39:22
sbt/sbt
https://api.github.com/repos/sbt/sbt
closed
sbt stuck on windows 10 command prompt
Bug Needs Reproduction Test Case area/library_management area/proxy_network area/windows workaround exists
## steps sbt version: 1.2.8, 1.3.0, 1.3.2, java 11 windows 10 cmd Install sbt through the windows installer (.msi file). Type sbt in command prompt. sbt does not proceed past this step: `[info] Loading settings for project global-plugins from idea.sbt ...` ## problem sbt does not proceed past: `[info] Loading settings for project global-plugins from idea.sbt ... ` I didn't wait past 15 minutes. I had to ctrl+c to kill it. At which point it says: ``` [info] Loading settings for project global-plugins from idea.sbt ... 2019-09-25 03:36:58,865 shutdown-hooks-run-all ERROR No Log4j 2 configuration file found. Using default configuration (logging only errors to the console), or user programmatically provided configurations. Set system property 'log4j2.debug' to show Log4j 2 internal initialization logging. See https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions on how to configure Log4j 2 Terminate batch job (Y/N)? ``` ## expectation sbt should work. ## notes I noticed it's waiting for idea.sbt. Could this be an issue related to intellij? I have intelliJ community installed. I could not find any information regarding this file on the internet. I upgraded to 1.3.2 and faced this issue, downgraded to 1.3.0 and 1.2.8 and still faced the same issue. Previously I had 1.2.8 working perfectly on intellij, though I suspect it would have the same problem if I were to run from cmd. I have not tested sbt 1.3.2 on Intellij. I presume it should work fine (since there were no github issues). This is only for cmd.
1.0
sbt stuck on windows 10 command prompt - ## steps sbt version: 1.2.8, 1.3.0, 1.3.2, java 11 windows 10 cmd Install sbt through the windows installer (.msi file). Type sbt in command prompt. sbt does not proceed past this step: `[info] Loading settings for project global-plugins from idea.sbt ...` ## problem sbt does not proceed past: `[info] Loading settings for project global-plugins from idea.sbt ... ` I didn't wait past 15 minutes. I had to ctrl+c to kill it. At which point it says: ``` [info] Loading settings for project global-plugins from idea.sbt ... 2019-09-25 03:36:58,865 shutdown-hooks-run-all ERROR No Log4j 2 configuration file found. Using default configuration (logging only errors to the console), or user programmatically provided configurations. Set system property 'log4j2.debug' to show Log4j 2 internal initialization logging. See https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions on how to configure Log4j 2 Terminate batch job (Y/N)? ``` ## expectation sbt should work. ## notes I noticed it's waiting for idea.sbt. Could this be an issue related to intellij? I have intelliJ community installed. I could not find any information regarding this file on the internet. I upgraded to 1.3.2 and faced this issue, downgraded to 1.3.0 and 1.2.8 and still faced the same issue. Previously I had 1.2.8 working perfectly on intellij, though I suspect it would have the same problem if I were to run from cmd. I have not tested sbt 1.3.2 on Intellij. I presume it should work fine (since there were no github issues). This is only for cmd.
test
sbt stuck on windows command prompt steps sbt version java windows cmd install sbt through the windows installer msi file type sbt in command prompt sbt does not proceed past this step loading settings for project global plugins from idea sbt problem sbt does not proceed past loading settings for project global plugins from idea sbt i didn t wait past minutes i had to ctrl c to kill it at which point it says loading settings for project global plugins from idea sbt shutdown hooks run all error no configuration file found using default configuration logging only errors to the console or user programmatically provided configurations set system property debug to show internal initialization logging see for instructions on how to configure terminate batch job y n expectation sbt should work notes i noticed it s waiting for idea sbt could this be an issue related to intellij i have intellij community installed i could not find any information regarding this file on the internet i upgraded to and faced this issue downgraded to and and still faced the same issue previously i had working perfectly on intellij though i suspect it would have the same problem if i were to run from cmd i have not tested sbt on intellij i presume it should work fine since there were no github issues this is only for cmd
1
85,100
7,961,373,703
IssuesEvent
2018-07-13 10:31:17
Microsoft/AzureStorageExplorer
https://api.github.com/repos/Microsoft/AzureStorageExplorer
opened
Display broken icons after adding file share which under the attached account to Quick Access.
:gear: attach testing
**Storage Explorer Version**: 1.3.0 **Platform/OS Version**: Windows 10/MacOS High Sierra/ Linux Ubuntu 16.04 **Architecture**: ia32/x64 **Build Number**: 20180711.4 **Commit**: 47039639 **Regression From**: Not a regression #### Steps to Reproduce: #### 1. Go to Subscription -> Storage Accounts. 2. Attach one account with SAS -> Right click one file share under the attached account then add it to Quick Access. 3. Check whether it displays well under Quick Access. #### Expected Experience: #### The added file share displays well under Quick Access. #### Actual Experience: #### The added file share dispalys broken icon under Quick Access. ![icons](https://user-images.githubusercontent.com/34729022/42686429-6e4e65ce-8685-11e8-9aae-de7a462a7da8.png)
1.0
Display broken icons after adding file share which under the attached account to Quick Access. - **Storage Explorer Version**: 1.3.0 **Platform/OS Version**: Windows 10/MacOS High Sierra/ Linux Ubuntu 16.04 **Architecture**: ia32/x64 **Build Number**: 20180711.4 **Commit**: 47039639 **Regression From**: Not a regression #### Steps to Reproduce: #### 1. Go to Subscription -> Storage Accounts. 2. Attach one account with SAS -> Right click one file share under the attached account then add it to Quick Access. 3. Check whether it displays well under Quick Access. #### Expected Experience: #### The added file share displays well under Quick Access. #### Actual Experience: #### The added file share dispalys broken icon under Quick Access. ![icons](https://user-images.githubusercontent.com/34729022/42686429-6e4e65ce-8685-11e8-9aae-de7a462a7da8.png)
test
display broken icons after adding file share which under the attached account to quick access storage explorer version platform os version windows macos high sierra linux ubuntu architecture build number commit regression from not a regression steps to reproduce go to subscription storage accounts attach one account with sas right click one file share under the attached account then add it to quick access check whether it displays well under quick access expected experience the added file share displays well under quick access actual experience the added file share dispalys broken icon under quick access
1
616,643
19,308,665,621
IssuesEvent
2021-12-13 14:12:47
ramp4-pcar4/ramp4-pcar4
https://api.github.com/repos/ramp4-pcar4/ramp4-pcar4
closed
WCAG - Inform screen reader users on app change
flavour: feature priority: must type: perfective
Context: https://github.com/fgpv-vpgf/fgpv-vpgf/pull/3953 https://github.com/fgpv-vpgf/fgpv-vpgf/issues/3847 Summary; a system to alert screen reader users that something in the app has changed, such as a panel opening. This should be done separate from the notification UI since users without a screen reader do not require this information. This should be able to be done in the same way it was in the linked PR/issue; insert text into an element marked as an alert, screen reader reads out the text.
1.0
WCAG - Inform screen reader users on app change - Context: https://github.com/fgpv-vpgf/fgpv-vpgf/pull/3953 https://github.com/fgpv-vpgf/fgpv-vpgf/issues/3847 Summary; a system to alert screen reader users that something in the app has changed, such as a panel opening. This should be done separate from the notification UI since users without a screen reader do not require this information. This should be able to be done in the same way it was in the linked PR/issue; insert text into an element marked as an alert, screen reader reads out the text.
non_test
wcag inform screen reader users on app change context summary a system to alert screen reader users that something in the app has changed such as a panel opening this should be done separate from the notification ui since users without a screen reader do not require this information this should be able to be done in the same way it was in the linked pr issue insert text into an element marked as an alert screen reader reads out the text
0
343,416
30,664,170,648
IssuesEvent
2023-07-25 16:59:35
unicode-org/icu4x
https://api.github.com/repos/unicode-org/icu4x
closed
A path to killing checked in postcard
T-docs-tests C-data-infra S-medium A-data
Related: https://github.com/unicode-org/icu4x/issues/3529 As our tests move towards baked data, having postcard be checked in becomes less relevant. Git doesn't like such large files and it slows down clones. I still want deserialization to be thoroughly tested, especially since we rely on funky zero-copy stuff that may not be seen without running tests. There are two things we can do, and I think we should do both: - Have a test that runs full-datagen, and then _compares_ the data from each source. - Have some (internal) testing mode where you can override autodata with a postcard file, and on cronjob CI run full-datagen (postcard) + all tests. Discuss with: - @robertbastian - @sffc - @Manishearth
1.0
A path to killing checked in postcard - Related: https://github.com/unicode-org/icu4x/issues/3529 As our tests move towards baked data, having postcard be checked in becomes less relevant. Git doesn't like such large files and it slows down clones. I still want deserialization to be thoroughly tested, especially since we rely on funky zero-copy stuff that may not be seen without running tests. There are two things we can do, and I think we should do both: - Have a test that runs full-datagen, and then _compares_ the data from each source. - Have some (internal) testing mode where you can override autodata with a postcard file, and on cronjob CI run full-datagen (postcard) + all tests. Discuss with: - @robertbastian - @sffc - @Manishearth
test
a path to killing checked in postcard related as our tests move towards baked data having postcard be checked in becomes less relevant git doesn t like such large files and it slows down clones i still want deserialization to be thoroughly tested especially since we rely on funky zero copy stuff that may not be seen without running tests there are two things we can do and i think we should do both have a test that runs full datagen and then compares the data from each source have some internal testing mode where you can override autodata with a postcard file and on cronjob ci run full datagen postcard all tests discuss with robertbastian sffc manishearth
1
123,212
10,257,216,066
IssuesEvent
2019-08-21 19:33:52
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
teamcity: failed test: TestComposeFlyway
C-test-failure O-robot
The following tests appear to have failed on master (acceptance): TestComposeFlyway You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+TestComposeFlyway). [#1448553](https://teamcity.cockroachdb.com/viewLog.html?buildId=1448553): ``` TestComposeFlyway ...roach_1 ... [32mdone [0m [1BCreating flyway_flyway_1 ... Creating flyway_flyway_1 [1A [2K Creating flyway_flyway_1 ... [32mdone [0m [1BAttaching to flyway_cockroach_1, flyway_flyway_1 [36mcockroach_1 | [0m * [36mcockroach_1 | [0m * WARNING: RUNNING IN INSECURE MODE! [36mcockroach_1 | [0m * [36mcockroach_1 | [0m * - Your cluster is open for any client that can access cockroach. [36mcockroach_1 | [0m * - Any user, even root, can log in without providing a password. [36mcockroach_1 | [0m * - Any user, connecting as root, can read or write any data in your cluster. [36mcockroach_1 | [0m * - There is no network encryption nor authentication, and thus no confidentiality. [36mcockroach_1 | [0m * [36mcockroach_1 | [0m * Check out how to secure your cluster: https://www.cockroachlabs.com/docs/v19.2/secure-a-cluster.html [36mcockroach_1 | [0m * [36mcockroach_1 | [0m * [36mcockroach_1 | [0m * WARNING: running 'cockroach start' without --join is deprecated. [36mcockroach_1 | [0m * Consider using 'cockroach start-single-node' or 'cockroach init' instead. [36mcockroach_1 | [0m * [36mcockroach_1 | [0m CockroachDB node starting at 2019-08-21 19:03:13.210013219 +0000 UTC (took 0.4s) [36mcockroach_1 | [0m build: CCL v19.2.0-alpha.20190606-1666-gd737efc @ 2019/08/21 18:51:59 (go1.12.5) [36mcockroach_1 | [0m webui: http://cockroach:8080 [36mcockroach_1 | [0m sql: postgresql://root@cockroach:26257?sslmode=disable [36mcockroach_1 | [0m RPC client flags: /cockroach/cockroach <client cmd> --host=cockroach:26257 --insecure [36mcockroach_1 | [0m logs: /cockroach-data/logs [36mcockroach_1 | [0m temp dir: /cockroach-data/cockroach-temp870884763 [36mcockroach_1 | [0m external I/O path: /cockroach-data/extern [36mcockroach_1 | [0m store[0]: path=/cockroach-data [36mcockroach_1 | [0m status: initialized new cluster [36mcockroach_1 | [0m clusterID: a566001c-0e6b-4df8-a723-d80ea51ac712 [36mcockroach_1 | [0m nodeID: 1 [33mflyway_1 | [0m Flyway Community Edition 6.0.0-beta by Boxfuse [33mflyway_1 | [0m Database: jdbc:postgresql://cockroach:26257/defaultdb (PostgreSQL 9.5) [33mflyway_1 | [0m WARNING: Flyway upgrade recommended: CockroachDB 19.2 is newer than this version of Flyway and support has not been tested. [33mflyway_1 | [0m Successfully validated 3 migrations (execution time 00:00.040s) [33mflyway_1 | [0m Creating Schema History table: "defaultdb"."flyway_schema_history" [33mflyway_1 | [0m Current version of schema "defaultdb": << Empty Schema >> [33mflyway_1 | [0m Migrating schema "defaultdb" to version 1 - init [33mflyway_1 | [0m ERROR: [33mflyway_1 | [0m Unable to commit transaction [33mflyway_1 | [0m ---------------------------- [33mflyway_1 | [0m SQL State : 40001 [33mflyway_1 | [0m Error Code : 0 [33mflyway_1 | [0m Message : ERROR: restart transaction: TransactionRetryWithProtoRefreshError: TransactionRetryError: retry txn (RETRY_SERIALIZABLE): "sql txn" id=ea9c5051 key=/Table/SystemConfigSpan/Start rw=true pri=0.03836374 stat=PENDING epo=0 ts=1566414194.309940915,1 orig=1566414194.309811636,0 min=1566414194.309811636,0 max=1566414194.309811636,0 wto=false seq=10 [33mflyway_1 | [0m [33mflyway_flyway_1 exited with code 1 [0mAborting on container exit... Stopping flyway_cockroach_1 ... [1A [2K Stopping flyway_cockroach_1 ... [32mdone [0m [1B compose_test.go:43: exit status 1 ``` Please assign, take a look and update the issue accordingly.
1.0
teamcity: failed test: TestComposeFlyway - The following tests appear to have failed on master (acceptance): TestComposeFlyway You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+TestComposeFlyway). [#1448553](https://teamcity.cockroachdb.com/viewLog.html?buildId=1448553): ``` TestComposeFlyway ...roach_1 ... [32mdone [0m [1BCreating flyway_flyway_1 ... Creating flyway_flyway_1 [1A [2K Creating flyway_flyway_1 ... [32mdone [0m [1BAttaching to flyway_cockroach_1, flyway_flyway_1 [36mcockroach_1 | [0m * [36mcockroach_1 | [0m * WARNING: RUNNING IN INSECURE MODE! [36mcockroach_1 | [0m * [36mcockroach_1 | [0m * - Your cluster is open for any client that can access cockroach. [36mcockroach_1 | [0m * - Any user, even root, can log in without providing a password. [36mcockroach_1 | [0m * - Any user, connecting as root, can read or write any data in your cluster. [36mcockroach_1 | [0m * - There is no network encryption nor authentication, and thus no confidentiality. [36mcockroach_1 | [0m * [36mcockroach_1 | [0m * Check out how to secure your cluster: https://www.cockroachlabs.com/docs/v19.2/secure-a-cluster.html [36mcockroach_1 | [0m * [36mcockroach_1 | [0m * [36mcockroach_1 | [0m * WARNING: running 'cockroach start' without --join is deprecated. [36mcockroach_1 | [0m * Consider using 'cockroach start-single-node' or 'cockroach init' instead. [36mcockroach_1 | [0m * [36mcockroach_1 | [0m CockroachDB node starting at 2019-08-21 19:03:13.210013219 +0000 UTC (took 0.4s) [36mcockroach_1 | [0m build: CCL v19.2.0-alpha.20190606-1666-gd737efc @ 2019/08/21 18:51:59 (go1.12.5) [36mcockroach_1 | [0m webui: http://cockroach:8080 [36mcockroach_1 | [0m sql: postgresql://root@cockroach:26257?sslmode=disable [36mcockroach_1 | [0m RPC client flags: /cockroach/cockroach <client cmd> --host=cockroach:26257 --insecure [36mcockroach_1 | [0m logs: /cockroach-data/logs [36mcockroach_1 | [0m temp dir: /cockroach-data/cockroach-temp870884763 [36mcockroach_1 | [0m external I/O path: /cockroach-data/extern [36mcockroach_1 | [0m store[0]: path=/cockroach-data [36mcockroach_1 | [0m status: initialized new cluster [36mcockroach_1 | [0m clusterID: a566001c-0e6b-4df8-a723-d80ea51ac712 [36mcockroach_1 | [0m nodeID: 1 [33mflyway_1 | [0m Flyway Community Edition 6.0.0-beta by Boxfuse [33mflyway_1 | [0m Database: jdbc:postgresql://cockroach:26257/defaultdb (PostgreSQL 9.5) [33mflyway_1 | [0m WARNING: Flyway upgrade recommended: CockroachDB 19.2 is newer than this version of Flyway and support has not been tested. [33mflyway_1 | [0m Successfully validated 3 migrations (execution time 00:00.040s) [33mflyway_1 | [0m Creating Schema History table: "defaultdb"."flyway_schema_history" [33mflyway_1 | [0m Current version of schema "defaultdb": << Empty Schema >> [33mflyway_1 | [0m Migrating schema "defaultdb" to version 1 - init [33mflyway_1 | [0m ERROR: [33mflyway_1 | [0m Unable to commit transaction [33mflyway_1 | [0m ---------------------------- [33mflyway_1 | [0m SQL State : 40001 [33mflyway_1 | [0m Error Code : 0 [33mflyway_1 | [0m Message : ERROR: restart transaction: TransactionRetryWithProtoRefreshError: TransactionRetryError: retry txn (RETRY_SERIALIZABLE): "sql txn" id=ea9c5051 key=/Table/SystemConfigSpan/Start rw=true pri=0.03836374 stat=PENDING epo=0 ts=1566414194.309940915,1 orig=1566414194.309811636,0 min=1566414194.309811636,0 max=1566414194.309811636,0 wto=false seq=10 [33mflyway_1 | [0m [33mflyway_flyway_1 exited with code 1 [0mAborting on container exit... Stopping flyway_cockroach_1 ... [1A [2K Stopping flyway_cockroach_1 ... [32mdone [0m [1B compose_test.go:43: exit status 1 ``` Please assign, take a look and update the issue accordingly.
test
teamcity failed test testcomposeflyway the following tests appear to have failed on master acceptance testcomposeflyway you may want to check testcomposeflyway roach flyway flyway creating flyway flyway creating flyway flyway to flyway cockroach flyway flyway warning running in insecure mode your cluster is open for any client that can access cockroach any user even root can log in without providing a password any user connecting as root can read or write any data in your cluster there is no network encryption nor authentication and thus no confidentiality check out how to secure your cluster warning running cockroach start without join is deprecated consider using cockroach start single node or cockroach init instead cockroachdb node starting at utc took build ccl alpha webui sql postgresql root cockroach sslmode disable rpc client flags cockroach cockroach host cockroach insecure logs cockroach data logs temp dir cockroach data cockroach external i o path cockroach data extern path cockroach data status initialized new cluster clusterid nodeid flyway community edition beta by boxfuse database jdbc postgresql cockroach defaultdb postgresql warning flyway upgrade recommended cockroachdb is newer than this version of flyway and support has not been tested successfully validated migrations execution time creating schema history table defaultdb flyway schema history current version of schema defaultdb migrating schema defaultdb to version init error unable to commit transaction sql state error code message error restart transaction transactionretrywithprotorefresherror transactionretryerror retry txn retry serializable sql txn id key table systemconfigspan start rw true pri stat pending epo ts orig min max wto false seq flyway exited with code on container exit stopping flyway cockroach stopping flyway cockroach compose test go exit status please assign take a look and update the issue accordingly
1
184,790
14,289,965,887
IssuesEvent
2020-11-23 20:06:49
github-vet/rangeclosure-findings
https://api.github.com/repos/github-vet/rangeclosure-findings
closed
antoniorea/rickfast-docker: integration-cli/docker_cli_help_test.go; 98 LoC
fresh medium test
Found a possible issue in [antoniorea/rickfast-docker](https://www.github.com/antoniorea/rickfast-docker) at [integration-cli/docker_cli_help_test.go](https://github.com/antoniorea/rickfast-docker/blob/75c36bcc64a5597919a16a7d43463f7e7c5e1499/integration-cli/docker_cli_help_test.go#L45-L142) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/antoniorea/rickfast-docker/blob/75c36bcc64a5597919a16a7d43463f7e7c5e1499/integration-cli/docker_cli_help_test.go#L45-L142) <details> <summary>Click here to show the 98 line(s) of Go which triggered the analyzer.</summary> ```go for _, home := range homes { // Dup baseEnvs and add our new HOME value newEnvs := make([]string, len(baseEnvs)+1) copy(newEnvs, baseEnvs) newEnvs[len(newEnvs)-1] = homeKey + "=" + home scanForHome := runtime.GOOS != "windows" && home != "/" // Check main help text to make sure its not over 80 chars helpCmd := exec.Command(dockerBinary, "help") helpCmd.Env = newEnvs out, _, err := runCommandWithOutput(helpCmd) c.Assert(err, checker.IsNil, check.Commentf(out)) lines := strings.Split(out, "\n") for _, line := range lines { // All lines should not end with a space c.Assert(line, checker.Not(checker.HasSuffix), " ", check.Commentf("Line should not end with a space")) if scanForHome && strings.Contains(line, `=`+home) { c.Fatalf("Line should use '%q' instead of %q:\n%s", homedir.GetShortcutString(), home, line) } if runtime.GOOS != "windows" { i := strings.Index(line, homedir.GetShortcutString()) if i >= 0 && i != len(line)-1 && line[i+1] != '/' { c.Fatalf("Main help should not have used home shortcut:\n%s", line) } } } // Make sure each cmd's help text fits within 90 chars and that // on non-windows system we use ~ when possible (to shorten things). // Pull the list of commands from the "Commands:" section of docker help helpCmd = exec.Command(dockerBinary, "help") helpCmd.Env = newEnvs out, _, err = runCommandWithOutput(helpCmd) c.Assert(err, checker.IsNil, check.Commentf(out)) i := strings.Index(out, "Commands:") c.Assert(i, checker.GreaterOrEqualThan, 0, check.Commentf("Missing 'Commands:' in:\n%s", out)) cmds := []string{} // Grab all chars starting at "Commands:" helpOut := strings.Split(out[i:], "\n") // First line is just "Commands:" if isLocalDaemon { // Replace first line with "daemon" command since it's not part of the list of commands. helpOut[0] = " daemon" } else { // Skip first line helpOut = helpOut[1:] } // Create the list of commands we want to test cmdsToTest := []string{} for _, cmd := range helpOut { // Stop on blank line or non-idented line if cmd == "" || !unicode.IsSpace(rune(cmd[0])) { break } // Grab just the first word of each line cmd = strings.Split(strings.TrimSpace(cmd), " ")[0] cmds = append(cmds, cmd) // Saving count for later cmdsToTest = append(cmdsToTest, cmd) } // Add some 'two word' commands - would be nice to automatically // calculate this list - somehow cmdsToTest = append(cmdsToTest, "volume create") cmdsToTest = append(cmdsToTest, "volume inspect") cmdsToTest = append(cmdsToTest, "volume ls") cmdsToTest = append(cmdsToTest, "volume rm") cmdsToTest = append(cmdsToTest, "network connect") cmdsToTest = append(cmdsToTest, "network create") cmdsToTest = append(cmdsToTest, "network disconnect") cmdsToTest = append(cmdsToTest, "network inspect") cmdsToTest = append(cmdsToTest, "network ls") cmdsToTest = append(cmdsToTest, "network rm") // Divide the list of commands into go routines and run the func testcommand on the commands in parallel // to save runtime of test errChan := make(chan error) for index := 0; index < len(cmdsToTest); index++ { go func(index int) { errChan <- testCommand(cmdsToTest[index], newEnvs, scanForHome, home) }(index) } for index := 0; index < len(cmdsToTest); index++ { err := <-errChan if err != nil { c.Fatal(err) } } } ``` </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: 75c36bcc64a5597919a16a7d43463f7e7c5e1499
1.0
antoniorea/rickfast-docker: integration-cli/docker_cli_help_test.go; 98 LoC - Found a possible issue in [antoniorea/rickfast-docker](https://www.github.com/antoniorea/rickfast-docker) at [integration-cli/docker_cli_help_test.go](https://github.com/antoniorea/rickfast-docker/blob/75c36bcc64a5597919a16a7d43463f7e7c5e1499/integration-cli/docker_cli_help_test.go#L45-L142) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/antoniorea/rickfast-docker/blob/75c36bcc64a5597919a16a7d43463f7e7c5e1499/integration-cli/docker_cli_help_test.go#L45-L142) <details> <summary>Click here to show the 98 line(s) of Go which triggered the analyzer.</summary> ```go for _, home := range homes { // Dup baseEnvs and add our new HOME value newEnvs := make([]string, len(baseEnvs)+1) copy(newEnvs, baseEnvs) newEnvs[len(newEnvs)-1] = homeKey + "=" + home scanForHome := runtime.GOOS != "windows" && home != "/" // Check main help text to make sure its not over 80 chars helpCmd := exec.Command(dockerBinary, "help") helpCmd.Env = newEnvs out, _, err := runCommandWithOutput(helpCmd) c.Assert(err, checker.IsNil, check.Commentf(out)) lines := strings.Split(out, "\n") for _, line := range lines { // All lines should not end with a space c.Assert(line, checker.Not(checker.HasSuffix), " ", check.Commentf("Line should not end with a space")) if scanForHome && strings.Contains(line, `=`+home) { c.Fatalf("Line should use '%q' instead of %q:\n%s", homedir.GetShortcutString(), home, line) } if runtime.GOOS != "windows" { i := strings.Index(line, homedir.GetShortcutString()) if i >= 0 && i != len(line)-1 && line[i+1] != '/' { c.Fatalf("Main help should not have used home shortcut:\n%s", line) } } } // Make sure each cmd's help text fits within 90 chars and that // on non-windows system we use ~ when possible (to shorten things). // Pull the list of commands from the "Commands:" section of docker help helpCmd = exec.Command(dockerBinary, "help") helpCmd.Env = newEnvs out, _, err = runCommandWithOutput(helpCmd) c.Assert(err, checker.IsNil, check.Commentf(out)) i := strings.Index(out, "Commands:") c.Assert(i, checker.GreaterOrEqualThan, 0, check.Commentf("Missing 'Commands:' in:\n%s", out)) cmds := []string{} // Grab all chars starting at "Commands:" helpOut := strings.Split(out[i:], "\n") // First line is just "Commands:" if isLocalDaemon { // Replace first line with "daemon" command since it's not part of the list of commands. helpOut[0] = " daemon" } else { // Skip first line helpOut = helpOut[1:] } // Create the list of commands we want to test cmdsToTest := []string{} for _, cmd := range helpOut { // Stop on blank line or non-idented line if cmd == "" || !unicode.IsSpace(rune(cmd[0])) { break } // Grab just the first word of each line cmd = strings.Split(strings.TrimSpace(cmd), " ")[0] cmds = append(cmds, cmd) // Saving count for later cmdsToTest = append(cmdsToTest, cmd) } // Add some 'two word' commands - would be nice to automatically // calculate this list - somehow cmdsToTest = append(cmdsToTest, "volume create") cmdsToTest = append(cmdsToTest, "volume inspect") cmdsToTest = append(cmdsToTest, "volume ls") cmdsToTest = append(cmdsToTest, "volume rm") cmdsToTest = append(cmdsToTest, "network connect") cmdsToTest = append(cmdsToTest, "network create") cmdsToTest = append(cmdsToTest, "network disconnect") cmdsToTest = append(cmdsToTest, "network inspect") cmdsToTest = append(cmdsToTest, "network ls") cmdsToTest = append(cmdsToTest, "network rm") // Divide the list of commands into go routines and run the func testcommand on the commands in parallel // to save runtime of test errChan := make(chan error) for index := 0; index < len(cmdsToTest); index++ { go func(index int) { errChan <- testCommand(cmdsToTest[index], newEnvs, scanForHome, home) }(index) } for index := 0; index < len(cmdsToTest); index++ { err := <-errChan if err != nil { c.Fatal(err) } } } ``` </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: 75c36bcc64a5597919a16a7d43463f7e7c5e1499
test
antoniorea rickfast docker integration cli docker cli help test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer go for home range homes dup baseenvs and add our new home value newenvs make string len baseenvs copy newenvs baseenvs newenvs homekey home scanforhome runtime goos windows home check main help text to make sure its not over chars helpcmd exec command dockerbinary help helpcmd env newenvs out err runcommandwithoutput helpcmd c assert err checker isnil check commentf out lines strings split out n for line range lines all lines should not end with a space c assert line checker not checker hassuffix check commentf line should not end with a space if scanforhome strings contains line home c fatalf line should use q instead of q n s homedir getshortcutstring home line if runtime goos windows i strings index line homedir getshortcutstring if i i len line line c fatalf main help should not have used home shortcut n s line make sure each cmd s help text fits within chars and that on non windows system we use when possible to shorten things pull the list of commands from the commands section of docker help helpcmd exec command dockerbinary help helpcmd env newenvs out err runcommandwithoutput helpcmd c assert err checker isnil check commentf out i strings index out commands c assert i checker greaterorequalthan check commentf missing commands in n s out cmds string grab all chars starting at commands helpout strings split out n first line is just commands if islocaldaemon replace first line with daemon command since it s not part of the list of commands helpout daemon else skip first line helpout helpout create the list of commands we want to test cmdstotest string for cmd range helpout stop on blank line or non idented line if cmd unicode isspace rune cmd break grab just the first word of each line cmd strings split strings trimspace cmd cmds append cmds cmd saving count for later cmdstotest append cmdstotest cmd add some two word commands would be nice to automatically calculate this list somehow cmdstotest append cmdstotest volume create cmdstotest append cmdstotest volume inspect cmdstotest append cmdstotest volume ls cmdstotest append cmdstotest volume rm cmdstotest append cmdstotest network connect cmdstotest append cmdstotest network create cmdstotest append cmdstotest network disconnect cmdstotest append cmdstotest network inspect cmdstotest append cmdstotest network ls cmdstotest append cmdstotest network rm divide the list of commands into go routines and run the func testcommand on the commands in parallel to save runtime of test errchan make chan error for index index len cmdstotest index go func index int errchan testcommand cmdstotest newenvs scanforhome home index for index index len cmdstotest index err errchan if err nil c fatal err 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
802,602
29,041,225,979
IssuesEvent
2023-05-13 01:31:17
GoogleCloudPlatform/nodejs-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/nodejs-docs-samples
closed
Kokoro test images need updating
type: bug triage me priority: p2 samples
The kokoro test image needs to update python to v3.5+. This is currently preventing `gcloud` from properly running update and beta install commands in: https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/.kokoro/build-with-run.sh#L90. [Log](https://fusion2.corp.google.com/ci/kokoro/prod:cloud-devrel%2Fnodejs-docs-samples%2Frelease%2Frun%2Fimage-processing/activity/9c30ace2-2830-4260-b2f0-a25c44f9feba/log) Error: ``` Performing post processing steps... .....failed. WARNING: Post processing failed. Run `gcloud info --show-log` to view the failures. Update done! To revert your CLI to the previously installed version, you may run: $ gcloud components update --version 421.0.0 ERROR: Python 2 is not compatible with the Google Cloud SDK. Please use Python version 3.5 and up. If you have a compatible Python interpreter installed, you can use it by setting the CLOUDSDK_PYTHON environment variable to point to it. error: line 90 github/nodejs-docs-samples/.kokoro/build-with-run.sh ```
1.0
Kokoro test images need updating - The kokoro test image needs to update python to v3.5+. This is currently preventing `gcloud` from properly running update and beta install commands in: https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/.kokoro/build-with-run.sh#L90. [Log](https://fusion2.corp.google.com/ci/kokoro/prod:cloud-devrel%2Fnodejs-docs-samples%2Frelease%2Frun%2Fimage-processing/activity/9c30ace2-2830-4260-b2f0-a25c44f9feba/log) Error: ``` Performing post processing steps... .....failed. WARNING: Post processing failed. Run `gcloud info --show-log` to view the failures. Update done! To revert your CLI to the previously installed version, you may run: $ gcloud components update --version 421.0.0 ERROR: Python 2 is not compatible with the Google Cloud SDK. Please use Python version 3.5 and up. If you have a compatible Python interpreter installed, you can use it by setting the CLOUDSDK_PYTHON environment variable to point to it. error: line 90 github/nodejs-docs-samples/.kokoro/build-with-run.sh ```
non_test
kokoro test images need updating the kokoro test image needs to update python to this is currently preventing gcloud from properly running update and beta install commands in error performing post processing steps failed warning post processing failed run gcloud info show log to view the failures update done to revert your cli to the previously installed version you may run gcloud components update version error python is not compatible with the google cloud sdk please use python version and up if you have a compatible python interpreter installed you can use it by setting the cloudsdk python environment variable to point to it error line github nodejs docs samples kokoro build with run sh
0
199,955
15,084,138,714
IssuesEvent
2021-02-05 16:45:35
ideafast/middleware-services
https://api.github.com/repos/ideafast/middleware-services
opened
Automating testing (CI/CD) with nox and github actions
tests
Following up from #22, automating this process on push to remote
1.0
Automating testing (CI/CD) with nox and github actions - Following up from #22, automating this process on push to remote
test
automating testing ci cd with nox and github actions following up from automating this process on push to remote
1
1,395
3,226,857,432
IssuesEvent
2015-10-10 17:23:21
Fearways/Qa-Exam-Scrabble
https://api.github.com/repos/Fearways/Qa-Exam-Scrabble
opened
Guests can see the Rating
Functional bug Security Bug
2.1. Go to the website 2.2. Logout if you account is loged. 2.3. Start this start this url: http://word-of-words.apphb.com/Home/Rating Expected behavior: Throw you in the login page. Actual behavior: SHow you the Ratings.
True
Guests can see the Rating - 2.1. Go to the website 2.2. Logout if you account is loged. 2.3. Start this start this url: http://word-of-words.apphb.com/Home/Rating Expected behavior: Throw you in the login page. Actual behavior: SHow you the Ratings.
non_test
guests can see the rating go to the website logout if you account is loged start this start this url expected behavior throw you in the login page actual behavior show you the ratings
0
154,965
12,235,069,846
IssuesEvent
2020-05-04 14:22:05
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
opened
DISABLED test_clean_context_during_backward (__main__.DistAutogradTestWithSpawn)
module: rpc topic: flaky-tests triaged
https://app.circleci.com/pipelines/github/pytorch/pytorch/163274/workflows/1553b86b-c315-499f-9f69-a4ab3aadad3b/jobs/5327226/steps ``` May 02 07:52:38 ====================================================================== May 02 07:52:38 ERROR [1.222s]: test_clean_context_during_backward (__main__.DistAutogradTestWithSpawn) May 02 07:52:38 ---------------------------------------------------------------------- May 02 07:52:38 Traceback (most recent call last): May 02 07:52:38 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 184, in wrapper May 02 07:52:38 self._join_processes(fn) May 02 07:52:38 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 286, in _join_processes May 02 07:52:38 self._check_return_codes(elapsed_time) May 02 07:52:38 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 319, in _check_return_codes May 02 07:52:38 raise RuntimeError(error) May 02 07:52:38 RuntimeError: Processes 3 exited with error code 10 May 02 07:52:38 May 02 07:52:38 ---------------------------------------------------------------------- ``` ``` May 02 07:51:57 test_clean_context_during_backward (__main__.DistAutogradTestWithSpawn) ... ERROR:root:Caught exception: May 02 07:51:57 Traceback (most recent call last): May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 187, in wrapper May 02 07:51:57 fn() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/dist_utils.py", line 85, in new_test_method May 02 07:51:57 return_value = old_test_method(self, *arg, **kwargs) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/distributed/rpc/dist_autograd_test.py", line 1566, in test_clean_context_during_backward May 02 07:51:57 t1 = rpc.rpc_sync(worker_name(dst), torch.add, args=(t1, t1)) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/rpc/api.py", line 76, in wrapper May 02 07:51:57 return func(*args, **kwargs) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/rpc/api.py", line 600, in rpc_sync May 02 07:51:57 return fut.wait() May 02 07:51:57 RuntimeError: Encountered exception in ProcessGroupAgent::enqueueSend: tensor does not have a device (device at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:465) May 02 07:51:57 frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 0x6c (0x7fb5d66e4fbc in /opt/conda/lib/python3.6/site-packages/torch/lib/libc10.so) May 02 07:51:57 frame #1: torch::distributed::rpc::wireSerialize[abi:cxx11](std::vector<char, std::allocator<char> > const&, std::vector<at::Tensor, std::allocator<at::Tensor> > const&) + 0x644 (0x7fb5d18deff4 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_cpu.so) May 02 07:51:57 frame #2: torch::distributed::rpc::ProcessGroupAgent::handleSend(torch::distributed::rpc::SendWork const&) + 0x59 (0x7fb5d7619439 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_python.so) May 02 07:51:57 frame #3: <unknown function> + 0x994f81 (0x7fb5d7619f81 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_python.so) May 02 07:51:57 frame #4: c10::ThreadPool::main_loop(unsigned long) + 0x2b3 (0x7fb5d66d43b3 in /opt/conda/lib/python3.6/site-packages/torch/lib/libc10.so) May 02 07:51:57 frame #5: <unknown function> + 0xc819d (0x7fb5d6bd919d in /opt/conda/lib/libstdc++.so.6) May 02 07:51:57 frame #6: <unknown function> + 0x76ba (0x7fb5dfa2c6ba in /lib/x86_64-linux-gnu/libpthread.so.0) May 02 07:51:57 frame #7: clone + 0x6d (0x7fb5df76241d in /lib/x86_64-linux-gnu/libc.so.6) May 02 07:51:57 on node: 3 May 02 07:51:57 exiting process with exit code: 10 May 02 07:51:57 ERROR:root:Caught exception: May 02 07:51:57 Traceback (most recent call last): May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 187, in wrapper May 02 07:51:57 fn() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/dist_utils.py", line 85, in new_test_method May 02 07:51:57 return_value = old_test_method(self, *arg, **kwargs) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/distributed/rpc/dist_autograd_test.py", line 1587, in test_clean_context_during_backward May 02 07:51:57 dist.barrier() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/distributed_c10d.py", line 1717, in barrier May 02 07:51:57 work.wait() May 02 07:51:57 RuntimeError: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:429 May 02 07:51:57 exiting process with exit code: 10 May 02 07:51:57 ERROR:root:Caught exception: May 02 07:51:57 Traceback (most recent call last): May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 187, in wrapper May 02 07:51:57 fn() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/dist_utils.py", line 85, in new_test_method May 02 07:51:57 return_value = old_test_method(self, *arg, **kwargs) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/distributed/rpc/dist_autograd_test.py", line 1587, in test_clean_context_during_backward May 02 07:51:57 dist.barrier() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/distributed_c10d.py", line 1717, in barrier May 02 07:51:57 work.wait() May 02 07:51:57 RuntimeError: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:58551 May 02 07:51:57 exiting process with exit code: 10 May 02 07:51:57 ERROR:root:Caught exception: May 02 07:51:57 Traceback (most recent call last): May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 187, in wrapper May 02 07:51:57 fn() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/dist_utils.py", line 85, in new_test_method May 02 07:51:57 return_value = old_test_method(self, *arg, **kwargs) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/distributed/rpc/dist_autograd_test.py", line 1587, in test_clean_context_during_backward May 02 07:51:57 dist.barrier() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/distributed_c10d.py", line 1717, in barrier May 02 07:51:57 work.wait() May 02 07:51:57 RuntimeError: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:34229 May 02 07:51:57 exiting process with exit code: 10 May 02 07:51:57 ERROR (1.222s) ```
1.0
DISABLED test_clean_context_during_backward (__main__.DistAutogradTestWithSpawn) - https://app.circleci.com/pipelines/github/pytorch/pytorch/163274/workflows/1553b86b-c315-499f-9f69-a4ab3aadad3b/jobs/5327226/steps ``` May 02 07:52:38 ====================================================================== May 02 07:52:38 ERROR [1.222s]: test_clean_context_during_backward (__main__.DistAutogradTestWithSpawn) May 02 07:52:38 ---------------------------------------------------------------------- May 02 07:52:38 Traceback (most recent call last): May 02 07:52:38 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 184, in wrapper May 02 07:52:38 self._join_processes(fn) May 02 07:52:38 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 286, in _join_processes May 02 07:52:38 self._check_return_codes(elapsed_time) May 02 07:52:38 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 319, in _check_return_codes May 02 07:52:38 raise RuntimeError(error) May 02 07:52:38 RuntimeError: Processes 3 exited with error code 10 May 02 07:52:38 May 02 07:52:38 ---------------------------------------------------------------------- ``` ``` May 02 07:51:57 test_clean_context_during_backward (__main__.DistAutogradTestWithSpawn) ... ERROR:root:Caught exception: May 02 07:51:57 Traceback (most recent call last): May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 187, in wrapper May 02 07:51:57 fn() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/dist_utils.py", line 85, in new_test_method May 02 07:51:57 return_value = old_test_method(self, *arg, **kwargs) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/distributed/rpc/dist_autograd_test.py", line 1566, in test_clean_context_during_backward May 02 07:51:57 t1 = rpc.rpc_sync(worker_name(dst), torch.add, args=(t1, t1)) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/rpc/api.py", line 76, in wrapper May 02 07:51:57 return func(*args, **kwargs) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/rpc/api.py", line 600, in rpc_sync May 02 07:51:57 return fut.wait() May 02 07:51:57 RuntimeError: Encountered exception in ProcessGroupAgent::enqueueSend: tensor does not have a device (device at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:465) May 02 07:51:57 frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 0x6c (0x7fb5d66e4fbc in /opt/conda/lib/python3.6/site-packages/torch/lib/libc10.so) May 02 07:51:57 frame #1: torch::distributed::rpc::wireSerialize[abi:cxx11](std::vector<char, std::allocator<char> > const&, std::vector<at::Tensor, std::allocator<at::Tensor> > const&) + 0x644 (0x7fb5d18deff4 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_cpu.so) May 02 07:51:57 frame #2: torch::distributed::rpc::ProcessGroupAgent::handleSend(torch::distributed::rpc::SendWork const&) + 0x59 (0x7fb5d7619439 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_python.so) May 02 07:51:57 frame #3: <unknown function> + 0x994f81 (0x7fb5d7619f81 in /opt/conda/lib/python3.6/site-packages/torch/lib/libtorch_python.so) May 02 07:51:57 frame #4: c10::ThreadPool::main_loop(unsigned long) + 0x2b3 (0x7fb5d66d43b3 in /opt/conda/lib/python3.6/site-packages/torch/lib/libc10.so) May 02 07:51:57 frame #5: <unknown function> + 0xc819d (0x7fb5d6bd919d in /opt/conda/lib/libstdc++.so.6) May 02 07:51:57 frame #6: <unknown function> + 0x76ba (0x7fb5dfa2c6ba in /lib/x86_64-linux-gnu/libpthread.so.0) May 02 07:51:57 frame #7: clone + 0x6d (0x7fb5df76241d in /lib/x86_64-linux-gnu/libc.so.6) May 02 07:51:57 on node: 3 May 02 07:51:57 exiting process with exit code: 10 May 02 07:51:57 ERROR:root:Caught exception: May 02 07:51:57 Traceback (most recent call last): May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 187, in wrapper May 02 07:51:57 fn() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/dist_utils.py", line 85, in new_test_method May 02 07:51:57 return_value = old_test_method(self, *arg, **kwargs) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/distributed/rpc/dist_autograd_test.py", line 1587, in test_clean_context_during_backward May 02 07:51:57 dist.barrier() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/distributed_c10d.py", line 1717, in barrier May 02 07:51:57 work.wait() May 02 07:51:57 RuntimeError: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:429 May 02 07:51:57 exiting process with exit code: 10 May 02 07:51:57 ERROR:root:Caught exception: May 02 07:51:57 Traceback (most recent call last): May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 187, in wrapper May 02 07:51:57 fn() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/dist_utils.py", line 85, in new_test_method May 02 07:51:57 return_value = old_test_method(self, *arg, **kwargs) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/distributed/rpc/dist_autograd_test.py", line 1587, in test_clean_context_during_backward May 02 07:51:57 dist.barrier() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/distributed_c10d.py", line 1717, in barrier May 02 07:51:57 work.wait() May 02 07:51:57 RuntimeError: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:58551 May 02 07:51:57 exiting process with exit code: 10 May 02 07:51:57 ERROR:root:Caught exception: May 02 07:51:57 Traceback (most recent call last): May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_distributed.py", line 187, in wrapper May 02 07:51:57 fn() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/dist_utils.py", line 85, in new_test_method May 02 07:51:57 return_value = old_test_method(self, *arg, **kwargs) May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/distributed/rpc/dist_autograd_test.py", line 1587, in test_clean_context_during_backward May 02 07:51:57 dist.barrier() May 02 07:51:57 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/distributed_c10d.py", line 1717, in barrier May 02 07:51:57 work.wait() May 02 07:51:57 RuntimeError: [/var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [172.17.0.2]:34229 May 02 07:51:57 exiting process with exit code: 10 May 02 07:51:57 ERROR (1.222s) ```
test
disabled test clean context during backward main distautogradtestwithspawn may may error test clean context during backward main distautogradtestwithspawn may may traceback most recent call last may file opt conda lib site packages torch testing internal common distributed py line in wrapper may self join processes fn may file opt conda lib site packages torch testing internal common distributed py line in join processes may self check return codes elapsed time may file opt conda lib site packages torch testing internal common distributed py line in check return codes may raise runtimeerror error may runtimeerror processes exited with error code may may may test clean context during backward main distautogradtestwithspawn error root caught exception may traceback most recent call last may file opt conda lib site packages torch testing internal common distributed py line in wrapper may fn may file opt conda lib site packages torch testing internal dist utils py line in new test method may return value old test method self arg kwargs may file opt conda lib site packages torch testing internal distributed rpc dist autograd test py line in test clean context during backward may rpc rpc sync worker name dst torch add args may file opt conda lib site packages torch distributed rpc api py line in wrapper may return func args kwargs may file opt conda lib site packages torch distributed rpc api py line in rpc sync may return fut wait may runtimeerror encountered exception in processgroupagent enqueuesend tensor does not have a device device at var lib jenkins workspace core tensorimpl h may frame error error sourcelocation std basic string std allocator const in opt conda lib site packages torch lib so may frame torch distributed rpc wireserialize std vector const std vector const in opt conda lib site packages torch lib libtorch cpu so may frame torch distributed rpc processgroupagent handlesend torch distributed rpc sendwork const in opt conda lib site packages torch lib libtorch python so may frame in opt conda lib site packages torch lib libtorch python so may frame threadpool main loop unsigned long in opt conda lib site packages torch lib so may frame in opt conda lib libstdc so may frame in lib linux gnu libpthread so may frame clone in lib linux gnu libc so may on node may exiting process with exit code may error root caught exception may traceback most recent call last may file opt conda lib site packages torch testing internal common distributed py line in wrapper may fn may file opt conda lib site packages torch testing internal dist utils py line in new test method may return value old test method self arg kwargs may file opt conda lib site packages torch testing internal distributed rpc dist autograd test py line in test clean context during backward may dist barrier may file opt conda lib site packages torch distributed distributed py line in barrier may work wait may runtimeerror connection closed by peer may exiting process with exit code may error root caught exception may traceback most recent call last may file opt conda lib site packages torch testing internal common distributed py line in wrapper may fn may file opt conda lib site packages torch testing internal dist utils py line in new test method may return value old test method self arg kwargs may file opt conda lib site packages torch testing internal distributed rpc dist autograd test py line in test clean context during backward may dist barrier may file opt conda lib site packages torch distributed distributed py line in barrier may work wait may runtimeerror connection closed by peer may exiting process with exit code may error root caught exception may traceback most recent call last may file opt conda lib site packages torch testing internal common distributed py line in wrapper may fn may file opt conda lib site packages torch testing internal dist utils py line in new test method may return value old test method self arg kwargs may file opt conda lib site packages torch testing internal distributed rpc dist autograd test py line in test clean context during backward may dist barrier may file opt conda lib site packages torch distributed distributed py line in barrier may work wait may runtimeerror connection closed by peer may exiting process with exit code may error
1
770,637
27,049,012,774
IssuesEvent
2023-02-13 11:55:05
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Bluetooth: GATT: Written value of gatt_cf_cfg data may be dropped on power down
bug priority: low area: Bluetooth area: Bluetooth Host
**Describe the bug** The `gatt_cf_cfg` data is stored in the non-volatile memory only on `bt_gatt_identity_resolved` and `bt_gatt_disconnected`. It is possible that device running Zephyr would drop the written value if an unexpected power down happens while connection is still maintained. I think that, by default, the CF configuration should be stored in non-volatile memory when GATT write is handled to make sure that the default configuration is safe. **To Reproduce** Used nRF Desktop application (`applications/nrf_desktop`) from nRF Connect SDK (https://github.com/nrfconnect/sdk-nrf). Steps to reproduce the behavior: 1. Flash the nRF52840 DK with configuration that works as HID keyboard `west build -b nrf52840dk_nrf52840 --pristine -- -DCONF_FILE=prj_keyboard.conf` `west flash --erase` 2. Add logs to indicate when the following functions are called in `bluetooth/host/gatt.c`: `cf_write` (CF value GATT write), `cf_set` (CF value loaded from non-volatile memory - settings). 3. Connect and bond with a Bluetooth Central. Make sure that the connected Central uses GATT Caching and triggered the CF GATT write. 4. Reboot the device running Zephyr while Bluetooth connection is still maintained (before disconnection). 5. See that `cf_set` is not called after reboot, because the CF data was not stored in non-volatile memory. Note: You can also verify that if the Bluetooth connection is disconnected before the reboot, the CF value is properly stored in the non-volatile memory for the bonded peer (and then it's restored after reboot). **Expected behavior** The `gatt_cf_cfg` data for a bonded peer should be stored in the non-volatile memory and restored after reboot. **Impact** GATT caching feature may not work correctly - GATT Client would not be properly marked as change unaware. **Environment (please complete the following information):** Replicated on nRF Connnect SDK (https://github.com/nrfconnect/sdk-nrf; commit hash: `54125e4ae7b670b8c8331055d8be06f8b416f5ea`).
1.0
Bluetooth: GATT: Written value of gatt_cf_cfg data may be dropped on power down - **Describe the bug** The `gatt_cf_cfg` data is stored in the non-volatile memory only on `bt_gatt_identity_resolved` and `bt_gatt_disconnected`. It is possible that device running Zephyr would drop the written value if an unexpected power down happens while connection is still maintained. I think that, by default, the CF configuration should be stored in non-volatile memory when GATT write is handled to make sure that the default configuration is safe. **To Reproduce** Used nRF Desktop application (`applications/nrf_desktop`) from nRF Connect SDK (https://github.com/nrfconnect/sdk-nrf). Steps to reproduce the behavior: 1. Flash the nRF52840 DK with configuration that works as HID keyboard `west build -b nrf52840dk_nrf52840 --pristine -- -DCONF_FILE=prj_keyboard.conf` `west flash --erase` 2. Add logs to indicate when the following functions are called in `bluetooth/host/gatt.c`: `cf_write` (CF value GATT write), `cf_set` (CF value loaded from non-volatile memory - settings). 3. Connect and bond with a Bluetooth Central. Make sure that the connected Central uses GATT Caching and triggered the CF GATT write. 4. Reboot the device running Zephyr while Bluetooth connection is still maintained (before disconnection). 5. See that `cf_set` is not called after reboot, because the CF data was not stored in non-volatile memory. Note: You can also verify that if the Bluetooth connection is disconnected before the reboot, the CF value is properly stored in the non-volatile memory for the bonded peer (and then it's restored after reboot). **Expected behavior** The `gatt_cf_cfg` data for a bonded peer should be stored in the non-volatile memory and restored after reboot. **Impact** GATT caching feature may not work correctly - GATT Client would not be properly marked as change unaware. **Environment (please complete the following information):** Replicated on nRF Connnect SDK (https://github.com/nrfconnect/sdk-nrf; commit hash: `54125e4ae7b670b8c8331055d8be06f8b416f5ea`).
non_test
bluetooth gatt written value of gatt cf cfg data may be dropped on power down describe the bug the gatt cf cfg data is stored in the non volatile memory only on bt gatt identity resolved and bt gatt disconnected it is possible that device running zephyr would drop the written value if an unexpected power down happens while connection is still maintained i think that by default the cf configuration should be stored in non volatile memory when gatt write is handled to make sure that the default configuration is safe to reproduce used nrf desktop application applications nrf desktop from nrf connect sdk steps to reproduce the behavior flash the dk with configuration that works as hid keyboard west build b pristine dconf file prj keyboard conf west flash erase add logs to indicate when the following functions are called in bluetooth host gatt c cf write cf value gatt write cf set cf value loaded from non volatile memory settings connect and bond with a bluetooth central make sure that the connected central uses gatt caching and triggered the cf gatt write reboot the device running zephyr while bluetooth connection is still maintained before disconnection see that cf set is not called after reboot because the cf data was not stored in non volatile memory note you can also verify that if the bluetooth connection is disconnected before the reboot the cf value is properly stored in the non volatile memory for the bonded peer and then it s restored after reboot expected behavior the gatt cf cfg data for a bonded peer should be stored in the non volatile memory and restored after reboot impact gatt caching feature may not work correctly gatt client would not be properly marked as change unaware environment please complete the following information replicated on nrf connnect sdk commit hash
0
92,451
8,364,333,984
IssuesEvent
2018-10-03 22:34:02
learn-co-curriculum/javascript-fix-this
https://api.github.com/repos/learn-co-curriculum/javascript-fix-this
closed
requires strict mode
Test
the tests failed for about half the students in the class unless they were using strict mode. Is this a problem, or should we just add 'use strict' to the test file?
1.0
requires strict mode - the tests failed for about half the students in the class unless they were using strict mode. Is this a problem, or should we just add 'use strict' to the test file?
test
requires strict mode the tests failed for about half the students in the class unless they were using strict mode is this a problem or should we just add use strict to the test file
1
87,544
8,099,089,021
IssuesEvent
2018-08-11 03:15:01
yuzoolcode/pulsecms-tracking
https://api.github.com/repos/yuzoolcode/pulsecms-tracking
closed
JSON code appearing after save
bug needs testing
> JSON_START{"html":" > Copyright Cake Spirit. 2018 | Privacy policy here <\/a><\/p>\r\n > > <\/figure>","meta_searchable":"yes","title":""}JSON_END > Copyright Cake Spirit. 2018 | Privacy policy here > > So I went and removed the image to see what that would do, and code is still there: > > JSON_START{"html":" > Copyright Cake Spirit. 2018 | Privacy policy here <\/a><\/p>\r\n > > <\/figure>","meta_searchable":"yes","title":""}JSON_END > Copyright Cake Spirit. 2018 | Privacy policy here https://forum.pulsecms.com/t/loads-of-json-code-apeared-on-page-after-editing-a-block/1093
1.0
JSON code appearing after save - > JSON_START{"html":" > Copyright Cake Spirit. 2018 | Privacy policy here <\/a><\/p>\r\n > > <\/figure>","meta_searchable":"yes","title":""}JSON_END > Copyright Cake Spirit. 2018 | Privacy policy here > > So I went and removed the image to see what that would do, and code is still there: > > JSON_START{"html":" > Copyright Cake Spirit. 2018 | Privacy policy here <\/a><\/p>\r\n > > <\/figure>","meta_searchable":"yes","title":""}JSON_END > Copyright Cake Spirit. 2018 | Privacy policy here https://forum.pulsecms.com/t/loads-of-json-code-apeared-on-page-after-editing-a-block/1093
test
json code appearing after save json start html copyright cake spirit privacy policy here r n meta searchable yes title json end copyright cake spirit privacy policy here so i went and removed the image to see what that would do and code is still there json start html copyright cake spirit privacy policy here r n meta searchable yes title json end copyright cake spirit privacy policy here
1
132,406
10,745,885,204
IssuesEvent
2019-10-30 09:56:56
microsoft/AzureStorageExplorer
https://api.github.com/repos/microsoft/AzureStorageExplorer
opened
Show the edited blob snapshot after selecting 'Snapshot original blob then upload'
:beetle: regression :gear: blobs 🧪 testing
**Storage Explorer Version:** 1.10.1 **Build:** [20191029.11](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3193677) **Branch:** master **Platform/OS:** Windows 10/ Linux Ubuntu 19.04/macOS High Sierra **Architecture:** ia32/x64 **Regression From:** Previous release (1.10.1) **Steps to reproduce:** 1. Expand one storage account -> Blob Containers. 2. Select one blob container -> Upload one file. 3. Open this uploaded file and make some changes -> Save it. 4. Select 'Snapshot original blob then upload' on the prompt dialog. 5. Check the content of snapshot. **Expect Experience:** The snapshot content is the same as the original blob. **Actual Experience:** The snapshot content is the same as the edited blob.
1.0
Show the edited blob snapshot after selecting 'Snapshot original blob then upload' - **Storage Explorer Version:** 1.10.1 **Build:** [20191029.11](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3193677) **Branch:** master **Platform/OS:** Windows 10/ Linux Ubuntu 19.04/macOS High Sierra **Architecture:** ia32/x64 **Regression From:** Previous release (1.10.1) **Steps to reproduce:** 1. Expand one storage account -> Blob Containers. 2. Select one blob container -> Upload one file. 3. Open this uploaded file and make some changes -> Save it. 4. Select 'Snapshot original blob then upload' on the prompt dialog. 5. Check the content of snapshot. **Expect Experience:** The snapshot content is the same as the original blob. **Actual Experience:** The snapshot content is the same as the edited blob.
test
show the edited blob snapshot after selecting snapshot original blob then upload storage explorer version build branch master platform os windows linux ubuntu macos high sierra architecture regression from previous release steps to reproduce expand one storage account blob containers select one blob container upload one file open this uploaded file and make some changes save it select snapshot original blob then upload on the prompt dialog check the content of snapshot expect experience the snapshot content is the same as the original blob actual experience the snapshot content is the same as the edited blob
1
220,802
17,261,565,647
IssuesEvent
2021-07-22 08:23:01
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: tpcc/multiregion/survive=region/chaos=true failed
C-test-failure O-roachtest O-robot branch-master
roachtest.tpcc/multiregion/survive=region/chaos=true [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3194875&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3194875&tab=artifacts#/tpcc/multiregion/survive=region/chaos=true) on master @ [efb4fd2b406cd47b505b4f1a1d5700fc79841469](https://github.com/cockroachdb/cockroach/commits/efb4fd2b406cd47b505b4f1a1d5700fc79841469): ``` | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkUptime | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:56 | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).listen.func1 | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:282 | | runtime.goexit | | /usr/local/go/src/runtime/asm_amd64.s:1371 | Wraps: (4) expected <=10 errors, found from 0.000000, to 20.000000 | Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.leafError Wraps: (4) secondary error attachment | error at from 2021-07-19T20:21:34Z, to 2021-07-19T20:26:14Z on metric workload_tpcc_newOrder_error_total{instance="34.139.117.73:2112"}: expected <=10 errors, found from 0.000000, to 16.000000 | (1) attached stack trace | -- stack trace: | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkMetrics | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:207 | | [...repeated from below...] | Wraps: (2) error at from 2021-07-19T20:21:34Z, to 2021-07-19T20:26:14Z on metric workload_tpcc_newOrder_error_total{instance="34.139.117.73:2112"} | Wraps: (3) attached stack trace | -- stack trace: | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkUptime.func2 | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:78 | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkMetrics | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:206 | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkUptime | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:56 | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).listen.func1 | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:282 | | runtime.goexit | | /usr/local/go/src/runtime/asm_amd64.s:1371 | Wraps: (4) expected <=10 errors, found from 0.000000, to 16.000000 | Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.leafError Wraps: (5) attached stack trace -- stack trace: | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkMetrics | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:207 | [...repeated from below...] Wraps: (6) error at from 2021-07-19T20:21:34Z, to 2021-07-19T20:26:14Z on metric workload_tpcc_newOrder_error_total{instance="34.139.117.73:2121"} Wraps: (7) attached stack trace -- stack trace: | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkUptime.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:78 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkMetrics | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:206 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkUptime | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:56 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).listen.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:282 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1371 Wraps: (8) expected <=10 errors, found from 0.000000, to 14.000000 Error types: (1) *secondary.withSecondaryError (2) *secondary.withSecondaryError (3) *secondary.withSecondaryError (4) *secondary.withSecondaryError (5) *withstack.withStack (6) *errutil.withPrefix (7) *withstack.withStack (8) *errutil.leafError ``` <details><summary>Reproduce</summary> <p> <p>To reproduce, try: ```bash # From https://go.crdb.dev/p/roachstress, perhaps edited lightly. caffeinate ./roachstress.sh tpcc/multiregion/survive=region/chaos=true ``` </p> </p> </details> /cc @cockroachdb/multiregion <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*tpcc/multiregion/survive=region/chaos=true.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: tpcc/multiregion/survive=region/chaos=true failed - roachtest.tpcc/multiregion/survive=region/chaos=true [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3194875&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3194875&tab=artifacts#/tpcc/multiregion/survive=region/chaos=true) on master @ [efb4fd2b406cd47b505b4f1a1d5700fc79841469](https://github.com/cockroachdb/cockroach/commits/efb4fd2b406cd47b505b4f1a1d5700fc79841469): ``` | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkUptime | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:56 | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).listen.func1 | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:282 | | runtime.goexit | | /usr/local/go/src/runtime/asm_amd64.s:1371 | Wraps: (4) expected <=10 errors, found from 0.000000, to 20.000000 | Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.leafError Wraps: (4) secondary error attachment | error at from 2021-07-19T20:21:34Z, to 2021-07-19T20:26:14Z on metric workload_tpcc_newOrder_error_total{instance="34.139.117.73:2112"}: expected <=10 errors, found from 0.000000, to 16.000000 | (1) attached stack trace | -- stack trace: | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkMetrics | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:207 | | [...repeated from below...] | Wraps: (2) error at from 2021-07-19T20:21:34Z, to 2021-07-19T20:26:14Z on metric workload_tpcc_newOrder_error_total{instance="34.139.117.73:2112"} | Wraps: (3) attached stack trace | -- stack trace: | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkUptime.func2 | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:78 | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkMetrics | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:206 | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkUptime | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:56 | | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).listen.func1 | | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:282 | | runtime.goexit | | /usr/local/go/src/runtime/asm_amd64.s:1371 | Wraps: (4) expected <=10 errors, found from 0.000000, to 16.000000 | Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.leafError Wraps: (5) attached stack trace -- stack trace: | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkMetrics | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:207 | [...repeated from below...] Wraps: (6) error at from 2021-07-19T20:21:34Z, to 2021-07-19T20:26:14Z on metric workload_tpcc_newOrder_error_total{instance="34.139.117.73:2121"} Wraps: (7) attached stack trace -- stack trace: | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkUptime.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:78 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkMetrics | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:206 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).checkUptime | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:56 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccChaosEventProcessor).listen.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/drt.go:282 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1371 Wraps: (8) expected <=10 errors, found from 0.000000, to 14.000000 Error types: (1) *secondary.withSecondaryError (2) *secondary.withSecondaryError (3) *secondary.withSecondaryError (4) *secondary.withSecondaryError (5) *withstack.withStack (6) *errutil.withPrefix (7) *withstack.withStack (8) *errutil.leafError ``` <details><summary>Reproduce</summary> <p> <p>To reproduce, try: ```bash # From https://go.crdb.dev/p/roachstress, perhaps edited lightly. caffeinate ./roachstress.sh tpcc/multiregion/survive=region/chaos=true ``` </p> </p> </details> /cc @cockroachdb/multiregion <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*tpcc/multiregion/survive=region/chaos=true.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
roachtest tpcc multiregion survive region chaos true failed roachtest tpcc multiregion survive region chaos true with on master github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor checkuptime home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor listen home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go runtime goexit usr local go src runtime asm s wraps expected errors found from to error types withstack withstack errutil withprefix withstack withstack errutil leaferror wraps secondary error attachment error at from to on metric workload tpcc neworder error total instance expected errors found from to attached stack trace stack trace github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor checkmetrics home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go wraps error at from to on metric workload tpcc neworder error total instance wraps attached stack trace stack trace github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor checkuptime home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor checkmetrics home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor checkuptime home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor listen home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go runtime goexit usr local go src runtime asm s wraps expected errors found from to error types withstack withstack errutil withprefix withstack withstack errutil leaferror wraps attached stack trace stack trace github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor checkmetrics home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go wraps error at from to on metric workload tpcc neworder error total instance wraps attached stack trace stack trace github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor checkuptime home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor checkmetrics home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor checkuptime home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go github com cockroachdb cockroach pkg cmd roachtest tests tpccchaoseventprocessor listen home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests drt go runtime goexit usr local go src runtime asm s wraps expected errors found from to error types secondary withsecondaryerror secondary withsecondaryerror secondary withsecondaryerror secondary withsecondaryerror withstack withstack errutil withprefix withstack withstack errutil leaferror reproduce to reproduce try bash from perhaps edited lightly caffeinate roachstress sh tpcc multiregion survive region chaos true cc cockroachdb multiregion
1