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
30,345
4,593,478,305
IssuesEvent
2016-09-21 01:14:52
mapbox/mapbox-gl-native
https://api.github.com/repos/mapbox/mapbox-gl-native
opened
test-suite text-rotation-alignment tests are failing
Core GL tests
Three `text-rotation-alignment` tests in the test-suite are rendering differently than gl-js. This is fallout of #6253 but appears to be related to the placement algorithm or `symbol-spacing` rather than `text-rotation-alignment` itself. ### text-rotation-alignment/{auto,map}-symbol-placement-line These two tests are expected to produce the same output. Expected: ![image](https://cloud.githubusercontent.com/assets/98601/18694290/9c0617b8-7f5d-11e6-8f59-696e43a36886.png) Actual: ![image](https://cloud.githubusercontent.com/assets/98601/18694277/7b2448b2-7f5d-11e6-8d7c-7f8e3e45de5e.png) ### text-rotation-alignment/viewport-symbol-placement-line Expected: ![image](https://cloud.githubusercontent.com/assets/98601/18694317/d8ca53da-7f5d-11e6-86b8-d93dd2a5274c.png) Actual: ![image](https://cloud.githubusercontent.com/assets/98601/18694318/deec1bb8-7f5d-11e6-9769-855f9b2592d7.png)
1.0
test-suite text-rotation-alignment tests are failing - Three `text-rotation-alignment` tests in the test-suite are rendering differently than gl-js. This is fallout of #6253 but appears to be related to the placement algorithm or `symbol-spacing` rather than `text-rotation-alignment` itself. ### text-rotation-alignment/{auto,map}-symbol-placement-line These two tests are expected to produce the same output. Expected: ![image](https://cloud.githubusercontent.com/assets/98601/18694290/9c0617b8-7f5d-11e6-8f59-696e43a36886.png) Actual: ![image](https://cloud.githubusercontent.com/assets/98601/18694277/7b2448b2-7f5d-11e6-8d7c-7f8e3e45de5e.png) ### text-rotation-alignment/viewport-symbol-placement-line Expected: ![image](https://cloud.githubusercontent.com/assets/98601/18694317/d8ca53da-7f5d-11e6-86b8-d93dd2a5274c.png) Actual: ![image](https://cloud.githubusercontent.com/assets/98601/18694318/deec1bb8-7f5d-11e6-9769-855f9b2592d7.png)
test
test suite text rotation alignment tests are failing three text rotation alignment tests in the test suite are rendering differently than gl js this is fallout of but appears to be related to the placement algorithm or symbol spacing rather than text rotation alignment itself text rotation alignment auto map symbol placement line these two tests are expected to produce the same output expected actual text rotation alignment viewport symbol placement line expected actual
1
68,397
17,268,405,994
IssuesEvent
2021-07-22 16:22:25
google/mediapipe
https://api.github.com/repos/google/mediapipe
closed
Android AAR built with MEDIAPIPE_DISABLE_OPENCV ON running failed
android::aar solution:face mesh stat:awaiting googler type:build/install
<em>Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues.</em> **System information** (Please provide as much relevant information as possible) - OS Platform and Distribution (e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4): - Compiler version (e.g. gcc/g++ 8 /Apple clang version 12.0.0): - Programming Language and version ( e.g. C++ 14, Python 3.6, Java ): - Installed using virtualenv? pip? Conda? (if python): - [MediaPipe version](https://github.com/google/mediapipe/releases): - Bazel version: - XCode and Tulsi versions (if iOS): - Android SDK and NDK versions (if android): - Android [AAR](https://google.github.io/mediapipe/getting_started/android_archive_library.html) ( if android): - OpenCV version (if running on desktop): **Describe the problem**: I use this cmd to build face mesh android AAR: bazel build -c opt --define MEDIAPIPE_DISABLE_OPENCV=1 --strip=ALWAYS --host_crosstool_top=@bazel_tools//tools/cpp:toolchain --fat_apk_cpu=arm64-v8a,armeabi-v7a --linkopt="-s" //mediapipe/examples/android/src/java/com/google/mediapipe/apps/aar:mediapipe_face_mesh.aar The compile process succeed and there is no opencv3 library inside the AAR. Then I use the AAR in an example project but it report libopencv3.so not found when I dlopen the libmediapipe_jni.so.
1.0
Android AAR built with MEDIAPIPE_DISABLE_OPENCV ON running failed - <em>Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues.</em> **System information** (Please provide as much relevant information as possible) - OS Platform and Distribution (e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4): - Compiler version (e.g. gcc/g++ 8 /Apple clang version 12.0.0): - Programming Language and version ( e.g. C++ 14, Python 3.6, Java ): - Installed using virtualenv? pip? Conda? (if python): - [MediaPipe version](https://github.com/google/mediapipe/releases): - Bazel version: - XCode and Tulsi versions (if iOS): - Android SDK and NDK versions (if android): - Android [AAR](https://google.github.io/mediapipe/getting_started/android_archive_library.html) ( if android): - OpenCV version (if running on desktop): **Describe the problem**: I use this cmd to build face mesh android AAR: bazel build -c opt --define MEDIAPIPE_DISABLE_OPENCV=1 --strip=ALWAYS --host_crosstool_top=@bazel_tools//tools/cpp:toolchain --fat_apk_cpu=arm64-v8a,armeabi-v7a --linkopt="-s" //mediapipe/examples/android/src/java/com/google/mediapipe/apps/aar:mediapipe_face_mesh.aar The compile process succeed and there is no opencv3 library inside the AAR. Then I use the AAR in an example project but it report libopencv3.so not found when I dlopen the libmediapipe_jni.so.
non_test
android aar built with mediapipe disable opencv on running failed please make sure that this is a build installation issue and also refer to the documentation before raising any issues system information please provide as much relevant information as possible os platform and distribution e g linux ubuntu android ios compiler version e g gcc g apple clang version programming language and version e g c python java installed using virtualenv pip conda if python bazel version xcode and tulsi versions if ios android sdk and ndk versions if android android if android opencv version if running on desktop describe the problem i use this cmd to build face mesh android aar bazel build c opt define mediapipe disable opencv strip always host crosstool top bazel tools tools cpp toolchain fat apk cpu armeabi linkopt s mediapipe examples android src java com google mediapipe apps aar mediapipe face mesh aar the compile process succeed and there is no library inside the aar then i use the aar in an example project but it report so not found when i dlopen the libmediapipe jni so
0
245,011
20,739,082,225
IssuesEvent
2022-03-14 16:04:19
eclipse-openj9/openj9
https://api.github.com/repos/eclipse-openj9/openj9
closed
renaissance StackOverflowError
comp:jit test failure arch:aarch64
Failure link ------------ From an internal build `job/Test_openjdk8_j9_extended.perf_aarch64_linux/44/`(`cent7-aarch64-6`): ``` openjdk version "1.8.0_322" IBM Semeru Runtime Open Edition (build 1.8.0_322-b06) Eclipse OpenJ9 VM (build master-88c97662c, JRE 1.8.0 Linux aarch64-64-Bit Compressed References 20220205_289 (JIT enabled, AOT enabled) OpenJ9 - 88c97662c OMR - 96a484d1b JCL - cc0e9e2be based on jdk8u322-b06) ``` [Rerun in Grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?TARGET=renaissance-als_0&amp;SDK_RESOURCE=upstream&amp;TEST_FLAG=&amp;UPSTREAM_TEST_JOB_NAME=&amp;DOCKER_REQUIRED=false&amp;ACTIVE_NODE_TIMEOUT=0&amp;EXTRA_DOCKER_ARGS=&amp;VENDOR_TEST_DIRS=&amp;TKG_OWNER_BRANCH=AdoptOpenJDK%3Amaster&amp;PLATFORM=aarch64_linux&amp;KEEP_REPORTDIR=false&amp;PERSONAL_BUILD=false&amp;ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2FAdoptOpenJDK%2Fopenjdk-tests.git&amp;LABEL=&amp;EXTRA_OPTIONS=&amp;CUSTOMIZED_SDK_URL=+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F289%2Fibm-semeru-open-testimage_aarch64_linux_JDK8U_2022-02-05-03-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F289%2Fibm-semeru-open-debugimage_aarch64_linux_JDK8U_2022-02-05-03-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F289%2Fibm-semeru-open-jdk_aarch64_linux_JDK8U_2022-02-05-03-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F289%2Fibm-semeru-open-jre_aarch64_linux_JDK8U_2022-02-05-03-30.tar.gz&amp;BUILD_IDENTIFIER=&amp;ADOPTOPENJDK_BRANCH=master&amp;LIGHT_WEIGHT_CHECKOUT=true&amp;ARTIFACTORY_SERVER=na.artifactory.swg-devops&amp;KEEP_WORKSPACE=false&amp;JDK_VERSION=8&amp;USER_CREDENTIALS_ID=&amp;ITERATIONS=1&amp;VENDOR_TEST_REPOS=&amp;JDK_REPO=https%3A%2F%2Fgithub.com%2Fibmruntimes%2Fopenj9-openjdk-jdk8&amp;RELEASE_TAG=&amp;OPENJ9_BRANCH=master&amp;OPENJ9_SHA=&amp;JCK_GIT_REPO=&amp;VENDOR_TEST_BRANCHES=&amp;OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse%2Fopenj9.git&amp;UPSTREAM_JOB_NAME=&amp;CUSTOM_TARGET=&amp;VENDOR_TEST_SHAS=&amp;JDK_BRANCH=openj9&amp;LABEL_ADDITION=&amp;ARTIFACTORY_REPO=&amp;ARTIFACTORY_ROOT_DIR=&amp;UPSTREAM_TEST_JOB_NUMBER=&amp;DOCKERIMAGE_TAG=&amp;JDK_IMPL=openj9&amp;SSH_AGENT_CREDENTIAL=83181e25-eea4-4f55-8b3e-e79615733226&amp;AUTO_DETECT=true&amp;TKG_SHA=&amp;CUSTOMIZED_SDK_URL_CREDENTIAL_ID=4e18ffe7-b1b1-4272-9979-99769b68bcc2&amp;NUM_MACHINES=&amp;OPENJDK_SHA=&amp;BUILD_LIST=perf&amp;UPSTREAM_JOB_NUMBER=&amp;TIME_LIMIT=20&amp;JVM_OPTIONS=&amp;PARALLEL=None) - Change TARGET to run only the failed test targets. Optional info ------------- Failure output (captured from console output) --------------------------------------------- ``` [2022-02-05T04:44:06.086Z] variation: NoOptions [2022-02-05T04:44:06.086Z] JVM_OPTIONS: [2022-02-05T04:47:19.659Z] ====== als (apache-spark), iteration 24 started ====== [2022-02-05T04:47:25.646Z] Exception in thread "dag-scheduler-event-loop" java.lang.StackOverflowError [2022-02-05T04:47:25.647Z] at scala.collection.immutable.List$SerializationProxy.writeObject(List.scala:468) [2022-02-05T04:47:25.647Z] at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) [2022-02-05T04:47:25.647Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2022-02-05T04:47:25.647Z] at java.lang.reflect.Method.invoke(Method.java:498) [2022-02-05T04:47:25.647Z] at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:1154) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1496) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1509) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1509) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348) [2022-02-05T04:47:25.647Z] at scala.collection.immutable.List$SerializationProxy.writeObject(List.scala:468) [2022-02-05T04:47:25.647Z] at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) [2022-02-05T04:47:25.647Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2022-02-05T04:47:25.647Z] at java.lang.reflect.Method.invoke(Method.java:498) [2022-02-05T04:47:25.647Z] at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:1154) [2022-02-05T04:47:25.671Z] at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:1618) [2022-02-05T04:47:25.671Z] at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:1607) [2022-02-05T04:47:25.671Z] at org.apache.spark.util.EventLoop$$anon$1.run(EventLoop.scala:48) Cancelling nested steps due to timeout [2022-02-06T00:40:35.242Z] Sending interrupt signal to process [2022-02-06T00:40:44.271Z] [2022-02-06T00:40:44.271Z] renaissance-als_0_FAILED ``` This is JDK8 head stream, appears `aarch64` specific unlike https://github.com/eclipse-openj9/openj9/issues/12219. fyi @tajila
1.0
renaissance StackOverflowError - Failure link ------------ From an internal build `job/Test_openjdk8_j9_extended.perf_aarch64_linux/44/`(`cent7-aarch64-6`): ``` openjdk version "1.8.0_322" IBM Semeru Runtime Open Edition (build 1.8.0_322-b06) Eclipse OpenJ9 VM (build master-88c97662c, JRE 1.8.0 Linux aarch64-64-Bit Compressed References 20220205_289 (JIT enabled, AOT enabled) OpenJ9 - 88c97662c OMR - 96a484d1b JCL - cc0e9e2be based on jdk8u322-b06) ``` [Rerun in Grinder](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?TARGET=renaissance-als_0&amp;SDK_RESOURCE=upstream&amp;TEST_FLAG=&amp;UPSTREAM_TEST_JOB_NAME=&amp;DOCKER_REQUIRED=false&amp;ACTIVE_NODE_TIMEOUT=0&amp;EXTRA_DOCKER_ARGS=&amp;VENDOR_TEST_DIRS=&amp;TKG_OWNER_BRANCH=AdoptOpenJDK%3Amaster&amp;PLATFORM=aarch64_linux&amp;KEEP_REPORTDIR=false&amp;PERSONAL_BUILD=false&amp;ADOPTOPENJDK_REPO=https%3A%2F%2Fgithub.com%2FAdoptOpenJDK%2Fopenjdk-tests.git&amp;LABEL=&amp;EXTRA_OPTIONS=&amp;CUSTOMIZED_SDK_URL=+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F289%2Fibm-semeru-open-testimage_aarch64_linux_JDK8U_2022-02-05-03-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F289%2Fibm-semeru-open-debugimage_aarch64_linux_JDK8U_2022-02-05-03-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F289%2Fibm-semeru-open-jdk_aarch64_linux_JDK8U_2022-02-05-03-30.tar.gz+https%3A%2F%2Fna.artifactory.swg-devops.com%2Fartifactory%2Fsys-rt-generic-local%2Fhyc-runtimes-jenkins.swg-devops.com%2Fbuild-scripts%2Fjobs%2Fjdk8u%2Fjdk8u-linux-aarch64-openj9%2F289%2Fibm-semeru-open-jre_aarch64_linux_JDK8U_2022-02-05-03-30.tar.gz&amp;BUILD_IDENTIFIER=&amp;ADOPTOPENJDK_BRANCH=master&amp;LIGHT_WEIGHT_CHECKOUT=true&amp;ARTIFACTORY_SERVER=na.artifactory.swg-devops&amp;KEEP_WORKSPACE=false&amp;JDK_VERSION=8&amp;USER_CREDENTIALS_ID=&amp;ITERATIONS=1&amp;VENDOR_TEST_REPOS=&amp;JDK_REPO=https%3A%2F%2Fgithub.com%2Fibmruntimes%2Fopenj9-openjdk-jdk8&amp;RELEASE_TAG=&amp;OPENJ9_BRANCH=master&amp;OPENJ9_SHA=&amp;JCK_GIT_REPO=&amp;VENDOR_TEST_BRANCHES=&amp;OPENJ9_REPO=https%3A%2F%2Fgithub.com%2Feclipse%2Fopenj9.git&amp;UPSTREAM_JOB_NAME=&amp;CUSTOM_TARGET=&amp;VENDOR_TEST_SHAS=&amp;JDK_BRANCH=openj9&amp;LABEL_ADDITION=&amp;ARTIFACTORY_REPO=&amp;ARTIFACTORY_ROOT_DIR=&amp;UPSTREAM_TEST_JOB_NUMBER=&amp;DOCKERIMAGE_TAG=&amp;JDK_IMPL=openj9&amp;SSH_AGENT_CREDENTIAL=83181e25-eea4-4f55-8b3e-e79615733226&amp;AUTO_DETECT=true&amp;TKG_SHA=&amp;CUSTOMIZED_SDK_URL_CREDENTIAL_ID=4e18ffe7-b1b1-4272-9979-99769b68bcc2&amp;NUM_MACHINES=&amp;OPENJDK_SHA=&amp;BUILD_LIST=perf&amp;UPSTREAM_JOB_NUMBER=&amp;TIME_LIMIT=20&amp;JVM_OPTIONS=&amp;PARALLEL=None) - Change TARGET to run only the failed test targets. Optional info ------------- Failure output (captured from console output) --------------------------------------------- ``` [2022-02-05T04:44:06.086Z] variation: NoOptions [2022-02-05T04:44:06.086Z] JVM_OPTIONS: [2022-02-05T04:47:19.659Z] ====== als (apache-spark), iteration 24 started ====== [2022-02-05T04:47:25.646Z] Exception in thread "dag-scheduler-event-loop" java.lang.StackOverflowError [2022-02-05T04:47:25.647Z] at scala.collection.immutable.List$SerializationProxy.writeObject(List.scala:468) [2022-02-05T04:47:25.647Z] at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) [2022-02-05T04:47:25.647Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2022-02-05T04:47:25.647Z] at java.lang.reflect.Method.invoke(Method.java:498) [2022-02-05T04:47:25.647Z] at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:1154) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1496) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1509) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1509) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178) [2022-02-05T04:47:25.647Z] at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348) [2022-02-05T04:47:25.647Z] at scala.collection.immutable.List$SerializationProxy.writeObject(List.scala:468) [2022-02-05T04:47:25.647Z] at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) [2022-02-05T04:47:25.647Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2022-02-05T04:47:25.647Z] at java.lang.reflect.Method.invoke(Method.java:498) [2022-02-05T04:47:25.647Z] at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:1154) [2022-02-05T04:47:25.671Z] at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:1618) [2022-02-05T04:47:25.671Z] at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:1607) [2022-02-05T04:47:25.671Z] at org.apache.spark.util.EventLoop$$anon$1.run(EventLoop.scala:48) Cancelling nested steps due to timeout [2022-02-06T00:40:35.242Z] Sending interrupt signal to process [2022-02-06T00:40:44.271Z] [2022-02-06T00:40:44.271Z] renaissance-als_0_FAILED ``` This is JDK8 head stream, appears `aarch64` specific unlike https://github.com/eclipse-openj9/openj9/issues/12219. fyi @tajila
test
renaissance stackoverflowerror failure link from an internal build job test extended perf linux openjdk version ibm semeru runtime open edition build eclipse vm build master jre linux bit compressed references jit enabled aot enabled omr jcl based on change target to run only the failed test targets optional info failure output captured from console output variation nooptions jvm options als apache spark iteration started exception in thread dag scheduler event loop java lang stackoverflowerror at scala collection immutable list serializationproxy writeobject list scala at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at java io objectstreamclass invokewriteobject objectstreamclass java at java io objectoutputstream writeserialdata objectoutputstream java at java io objectoutputstream writeordinaryobject objectoutputstream java at java io objectoutputstream objectoutputstream java at java io objectoutputstream defaultwritefields objectoutputstream java at java io objectoutputstream writeserialdata objectoutputstream java at java io objectoutputstream writeordinaryobject objectoutputstream java at java io objectoutputstream objectoutputstream java at java io objectoutputstream defaultwritefields objectoutputstream java at java io objectoutputstream writeserialdata objectoutputstream java at java io objectoutputstream writeordinaryobject objectoutputstream java at java io objectoutputstream objectoutputstream java at java io objectoutputstream writeobject objectoutputstream java at scala collection immutable list serializationproxy writeobject list scala at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at java io objectstreamclass invokewriteobject objectstreamclass java at org apache spark scheduler dagschedulereventprocessloop onreceive dagscheduler scala at org apache spark scheduler dagschedulereventprocessloop onreceive dagscheduler scala at org apache spark util eventloop anon run eventloop scala cancelling nested steps due to timeout sending interrupt signal to process renaissance als failed this is head stream appears specific unlike fyi tajila
1
20,012
27,853,116,727
IssuesEvent
2023-03-20 20:21:03
A248/LibertyBans
https://api.github.com/repos/A248/LibertyBans
closed
(DynamicBungeeAuth now fixed) SCAutoBroadcaster unresolved issues
invalid incompatibility
### LibertyBans Version LibertyBans 1.0.1 ### I have confirmed that ... - [x] LibertyBans is up to date - [X] No similar issue has been reported ### Platform Spigot/Paper, Bungeecord ### Description There are currently two errors that i usually see appear one at startup and one when someone joins the server One at startup with plugins SCAutoBroadcaster, DynamicBungeeAuth(Eventually for bedrock people): ``` [02:40:47 WARN] [LibertyBans]: ******************************************* <Unknown plugin> has a critical bug. That plugin has shaded the library 'HikariCP' but did not relocate it, which will pose problems. LibertyBans is not guaranteed to function if you do not fix this bug in <Unknown plugin> Contact the author of this plugin and tell them to relocate their dependencies. Unrelocated class detected was com.zaxxer.hikari.HikariConfig Note for advanced users: Understanding the consequences, you can disable this check by setting the system property libertybans.relocationbug.disablecheck to 'true' ******************************************* [02:40:47 WARN] [LibertyBans]: ******************************************* <Unknown plugin> has a critical bug. That plugin has shaded the library 'Kyori-Adventure' but did not relocate it, which will pose problems. LibertyBans is not guaranteed to function if you do not fix this bug in <Unknown plugin> Contact the author of this plugin and tell them to relocate their dependencies. Unrelocated class detected was net.kyori.adventure.audience.Audience Note for advanced users: Understanding the consequences, you can disable this check by setting the system property libertybans.relocationbug.disablecheck to 'true' ******************************************* [02:40:47 WARN] [LibertyBans]: ******************************************* <Unknown plugin> has a critical bug. That plugin has shaded the library 'Kyori-Examination' but did not relocate it, which will pose problems. LibertyBans is not guaranteed to function if you do not fix this bug in <Unknown plugin> Contact the author of this plugin and tell them to relocate their dependencies. Unrelocated class detected was net.kyori.examination.Examinable Note for advanced users: Understanding the consequences, you can disable this check by setting the system property libertybans.relocationbug.disablecheck to 'true' ******************************************* [02:40:48 INFO] [space.arim.libertybans.core.AbstractBaseFoundation]: Conducting START... [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansTemporaryPool-MariaDB - Starting... [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.pool.HikariPool]: LibertyBansTemporaryPool-MariaDB - Added connection org.mariadb.jdbc.MariaDbConnection@4d437408 [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansTemporaryPool-MariaDB - Start completed. [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansTemporaryPool-MariaDB - Shutdown initiated... [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansTemporaryPool-MariaDB - Shutdown completed. [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansPool-MariaDB - Starting... [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.pool.HikariPool]: LibertyBansPool-MariaDB - Added connection org.mariadb.jdbc.MariaDbConnection@33299272 [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansPool-MariaDB - Start completed. [02:40:48 INFO] [org.flywaydb.core.internal.license.VersionPrinter]: Flyway Community Edition 8.2.0 by Redgate [02:40:48 INFO] [org.flywaydb.core.internal.database.base.BaseDatabaseType]: Database: jdbc:mariadb://someiphere:3306/libertybans (MariaDB 10.7) [02:40:48 WARN] [org.flywaydb.core.internal.database.base.Database]: Flyway upgrade recommended: MariaDB 10.7 is newer than this version of Flyway and support has not been tested. The latest supported version of MariaDB is 10.6. [02:40:48 INFO] [org.flywaydb.core.internal.command.DbValidate]: Successfully validated 6 migrations (execution time 00:00.025s) [02:40:48 INFO] [org.flywaydb.core.internal.command.DbMigrate]: Current version of schema `libertybans`: 16 [02:40:48 INFO] [org.flywaydb.core.internal.command.DbMigrate]: Schema `libertybans` is up to date. No migration necessary. ``` The kyori error comes from SCAutoBroadcaster, i have asked the dev of that plugin to update kyori to the latest and this error still appears, i have been trying to get in contact with the creator of DynamicBungeeAuth but have not had any response on their part. So far it has not caused any extreme errors other than this but can be easily replicated by installing SCAutoBroadcaster (https://www.spigotmc.org/resources/scautobroadcaster.66378/), and DynamicBungeeAuth (it's a premium plugin but will still post link for reference points: https://www.spigotmc.org/resources/dynamicbungeeauth-premium-command-semi-premium-system-sessions.27480/) this is what the developer of SCAutoBroadcast said on it (and as mentioned above we tried updating his kyori api verison): ![image](https://user-images.githubusercontent.com/44737827/170935199-05ae60c6-2f9b-4f21-aad4-d260a573949d.png)
True
(DynamicBungeeAuth now fixed) SCAutoBroadcaster unresolved issues - ### LibertyBans Version LibertyBans 1.0.1 ### I have confirmed that ... - [x] LibertyBans is up to date - [X] No similar issue has been reported ### Platform Spigot/Paper, Bungeecord ### Description There are currently two errors that i usually see appear one at startup and one when someone joins the server One at startup with plugins SCAutoBroadcaster, DynamicBungeeAuth(Eventually for bedrock people): ``` [02:40:47 WARN] [LibertyBans]: ******************************************* <Unknown plugin> has a critical bug. That plugin has shaded the library 'HikariCP' but did not relocate it, which will pose problems. LibertyBans is not guaranteed to function if you do not fix this bug in <Unknown plugin> Contact the author of this plugin and tell them to relocate their dependencies. Unrelocated class detected was com.zaxxer.hikari.HikariConfig Note for advanced users: Understanding the consequences, you can disable this check by setting the system property libertybans.relocationbug.disablecheck to 'true' ******************************************* [02:40:47 WARN] [LibertyBans]: ******************************************* <Unknown plugin> has a critical bug. That plugin has shaded the library 'Kyori-Adventure' but did not relocate it, which will pose problems. LibertyBans is not guaranteed to function if you do not fix this bug in <Unknown plugin> Contact the author of this plugin and tell them to relocate their dependencies. Unrelocated class detected was net.kyori.adventure.audience.Audience Note for advanced users: Understanding the consequences, you can disable this check by setting the system property libertybans.relocationbug.disablecheck to 'true' ******************************************* [02:40:47 WARN] [LibertyBans]: ******************************************* <Unknown plugin> has a critical bug. That plugin has shaded the library 'Kyori-Examination' but did not relocate it, which will pose problems. LibertyBans is not guaranteed to function if you do not fix this bug in <Unknown plugin> Contact the author of this plugin and tell them to relocate their dependencies. Unrelocated class detected was net.kyori.examination.Examinable Note for advanced users: Understanding the consequences, you can disable this check by setting the system property libertybans.relocationbug.disablecheck to 'true' ******************************************* [02:40:48 INFO] [space.arim.libertybans.core.AbstractBaseFoundation]: Conducting START... [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansTemporaryPool-MariaDB - Starting... [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.pool.HikariPool]: LibertyBansTemporaryPool-MariaDB - Added connection org.mariadb.jdbc.MariaDbConnection@4d437408 [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansTemporaryPool-MariaDB - Start completed. [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansTemporaryPool-MariaDB - Shutdown initiated... [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansTemporaryPool-MariaDB - Shutdown completed. [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansPool-MariaDB - Starting... [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.pool.HikariPool]: LibertyBansPool-MariaDB - Added connection org.mariadb.jdbc.MariaDbConnection@33299272 [02:40:48 INFO] [space.arim.libertybans.core.protectedlibs.com.zaxxer.hikari.HikariDataSource]: LibertyBansPool-MariaDB - Start completed. [02:40:48 INFO] [org.flywaydb.core.internal.license.VersionPrinter]: Flyway Community Edition 8.2.0 by Redgate [02:40:48 INFO] [org.flywaydb.core.internal.database.base.BaseDatabaseType]: Database: jdbc:mariadb://someiphere:3306/libertybans (MariaDB 10.7) [02:40:48 WARN] [org.flywaydb.core.internal.database.base.Database]: Flyway upgrade recommended: MariaDB 10.7 is newer than this version of Flyway and support has not been tested. The latest supported version of MariaDB is 10.6. [02:40:48 INFO] [org.flywaydb.core.internal.command.DbValidate]: Successfully validated 6 migrations (execution time 00:00.025s) [02:40:48 INFO] [org.flywaydb.core.internal.command.DbMigrate]: Current version of schema `libertybans`: 16 [02:40:48 INFO] [org.flywaydb.core.internal.command.DbMigrate]: Schema `libertybans` is up to date. No migration necessary. ``` The kyori error comes from SCAutoBroadcaster, i have asked the dev of that plugin to update kyori to the latest and this error still appears, i have been trying to get in contact with the creator of DynamicBungeeAuth but have not had any response on their part. So far it has not caused any extreme errors other than this but can be easily replicated by installing SCAutoBroadcaster (https://www.spigotmc.org/resources/scautobroadcaster.66378/), and DynamicBungeeAuth (it's a premium plugin but will still post link for reference points: https://www.spigotmc.org/resources/dynamicbungeeauth-premium-command-semi-premium-system-sessions.27480/) this is what the developer of SCAutoBroadcast said on it (and as mentioned above we tried updating his kyori api verison): ![image](https://user-images.githubusercontent.com/44737827/170935199-05ae60c6-2f9b-4f21-aad4-d260a573949d.png)
non_test
dynamicbungeeauth now fixed scautobroadcaster unresolved issues libertybans version libertybans i have confirmed that libertybans is up to date no similar issue has been reported platform spigot paper bungeecord description there are currently two errors that i usually see appear one at startup and one when someone joins the server one at startup with plugins scautobroadcaster dynamicbungeeauth eventually for bedrock people has a critical bug that plugin has shaded the library hikaricp but did not relocate it which will pose problems libertybans is not guaranteed to function if you do not fix this bug in contact the author of this plugin and tell them to relocate their dependencies unrelocated class detected was com zaxxer hikari hikariconfig note for advanced users understanding the consequences you can disable this check by setting the system property libertybans relocationbug disablecheck to true has a critical bug that plugin has shaded the library kyori adventure but did not relocate it which will pose problems libertybans is not guaranteed to function if you do not fix this bug in contact the author of this plugin and tell them to relocate their dependencies unrelocated class detected was net kyori adventure audience audience note for advanced users understanding the consequences you can disable this check by setting the system property libertybans relocationbug disablecheck to true has a critical bug that plugin has shaded the library kyori examination but did not relocate it which will pose problems libertybans is not guaranteed to function if you do not fix this bug in contact the author of this plugin and tell them to relocate their dependencies unrelocated class detected was net kyori examination examinable note for advanced users understanding the consequences you can disable this check by setting the system property libertybans relocationbug disablecheck to true conducting start libertybanstemporarypool mariadb starting libertybanstemporarypool mariadb added connection org mariadb jdbc mariadbconnection libertybanstemporarypool mariadb start completed libertybanstemporarypool mariadb shutdown initiated libertybanstemporarypool mariadb shutdown completed libertybanspool mariadb starting libertybanspool mariadb added connection org mariadb jdbc mariadbconnection libertybanspool mariadb start completed flyway community edition by redgate database jdbc mariadb someiphere libertybans mariadb flyway upgrade recommended mariadb is newer than this version of flyway and support has not been tested the latest supported version of mariadb is successfully validated migrations execution time current version of schema libertybans schema libertybans is up to date no migration necessary the kyori error comes from scautobroadcaster i have asked the dev of that plugin to update kyori to the latest and this error still appears i have been trying to get in contact with the creator of dynamicbungeeauth but have not had any response on their part so far it has not caused any extreme errors other than this but can be easily replicated by installing scautobroadcaster and dynamicbungeeauth it s a premium plugin but will still post link for reference points this is what the developer of scautobroadcast said on it and as mentioned above we tried updating his kyori api verison
0
340,177
30,499,327,533
IssuesEvent
2023-07-18 13:01:34
dotnet/maui
https://api.github.com/repos/dotnet/maui
closed
[Mac Catalyst] Application.Current.OpenWindow not working
t/bug platform/iOS ๐ŸŽ area/desktop ๐Ÿ–ฅ๏ธ s/triaged i/great-reporter s/try-latest-version
### Description `Application.Current.OpenWindow(new Window(new MainPage()));` works fine on Windows, in .NET 7 RC1, but does nothing on Mac Catalyst. Similarly, `Application.Current.CloseWindow(Window);` works fine on Windows, but does nothing on Mac Catalyst. No exceptions. No errors. No new window. ### Steps to Reproduce 1. Run repo project on Mac Catalyst. 2. Click button to open a new window. Nothing happens. ### Link to public reproduction project repository https://github.com/davidbritch/dotnet-maui-issues/tree/main/WindowSizeDemo ### Version with bug .NET 7 RC1. ### Last version that worked well Unknown/Other ### Affected platforms macOS ### Affected platform versions N/A ### Did you find any workaround? _No response_ ### Relevant log output _No response_
1.0
[Mac Catalyst] Application.Current.OpenWindow not working - ### Description `Application.Current.OpenWindow(new Window(new MainPage()));` works fine on Windows, in .NET 7 RC1, but does nothing on Mac Catalyst. Similarly, `Application.Current.CloseWindow(Window);` works fine on Windows, but does nothing on Mac Catalyst. No exceptions. No errors. No new window. ### Steps to Reproduce 1. Run repo project on Mac Catalyst. 2. Click button to open a new window. Nothing happens. ### Link to public reproduction project repository https://github.com/davidbritch/dotnet-maui-issues/tree/main/WindowSizeDemo ### Version with bug .NET 7 RC1. ### Last version that worked well Unknown/Other ### Affected platforms macOS ### Affected platform versions N/A ### Did you find any workaround? _No response_ ### Relevant log output _No response_
test
application current openwindow not working description application current openwindow new window new mainpage works fine on windows in net but does nothing on mac catalyst similarly application current closewindow window works fine on windows but does nothing on mac catalyst no exceptions no errors no new window steps to reproduce run repo project on mac catalyst click button to open a new window nothing happens link to public reproduction project repository version with bug net last version that worked well unknown other affected platforms macos affected platform versions n a did you find any workaround no response relevant log output no response
1
61,984
14,652,158,584
IssuesEvent
2020-12-28 00:18:26
kadirselcuk/startbootstrap-clean-blog
https://api.github.com/repos/kadirselcuk/startbootstrap-clean-blog
opened
CVE-2018-20190 (Medium) detected in opennmsopennms-source-26.0.0-1, node-sass-4.14.1.tgz
security vulnerability
## CVE-2018-20190 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>opennmsopennms-source-26.0.0-1</b>, <b>node-sass-4.14.1.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.14.1.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz</a></p> <p>Path to dependency file: startbootstrap-clean-blog/package.json</p> <p>Path to vulnerable library: startbootstrap-clean-blog/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - gulp-sass-4.1.0.tgz (Root Library) - :x: **node-sass-4.14.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/kadirselcuk/startbootstrap-clean-blog/commit/4c49148a743e8e0983c444b2d01cb67006c06cd5">4c49148a743e8e0983c444b2d01cb67006c06cd5</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In LibSass 3.5.5, a NULL Pointer Dereference in the function Sass::Eval::operator()(Sass::Supports_Operator*) in eval.cpp may cause a Denial of Service (application crash) via a crafted sass input file. <p>Publish Date: 2018-12-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20190>CVE-2018-20190</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20190">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20190</a></p> <p>Release Date: 2018-12-17</p> <p>Fix Resolution: LibSass - 3.6.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-2018-20190 (Medium) detected in opennmsopennms-source-26.0.0-1, node-sass-4.14.1.tgz - ## CVE-2018-20190 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>opennmsopennms-source-26.0.0-1</b>, <b>node-sass-4.14.1.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.14.1.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz</a></p> <p>Path to dependency file: startbootstrap-clean-blog/package.json</p> <p>Path to vulnerable library: startbootstrap-clean-blog/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - gulp-sass-4.1.0.tgz (Root Library) - :x: **node-sass-4.14.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/kadirselcuk/startbootstrap-clean-blog/commit/4c49148a743e8e0983c444b2d01cb67006c06cd5">4c49148a743e8e0983c444b2d01cb67006c06cd5</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In LibSass 3.5.5, a NULL Pointer Dereference in the function Sass::Eval::operator()(Sass::Supports_Operator*) in eval.cpp may cause a Denial of Service (application crash) via a crafted sass input file. <p>Publish Date: 2018-12-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20190>CVE-2018-20190</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20190">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20190</a></p> <p>Release Date: 2018-12-17</p> <p>Fix Resolution: LibSass - 3.6.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 opennmsopennms source node sass tgz cve medium severity vulnerability vulnerable libraries opennmsopennms source node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file startbootstrap clean blog package json path to vulnerable library startbootstrap clean blog node modules node sass package json dependency hierarchy gulp sass tgz root library x node sass tgz vulnerable library found in head commit a href found in base branch master vulnerability details in libsass a null pointer dereference in the function sass eval operator sass supports operator in eval cpp may cause a denial of service application crash via a crafted sass input file publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact 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 libsass step up your open source security game with whitesource
0
263,835
23,084,688,877
IssuesEvent
2022-07-26 10:17:55
eneiluj/cospend-nc
https://api.github.com/repos/eneiluj/cospend-nc
closed
Duplicate members when importing a project from CSV
bug testing
I just noticed that there is a bug regarding the CSV import when you have members containing a blank. The import strips the whitespaces resulting in duplicate members and incorrect balances. Example: You have a project with members "John Doe" and "Jane Doe". After importing this project from CSV you have the four members "John Doe", "Jane Doe", "JohnDoe" and "JaneDoe". I had a quick look at the code and noticed the following line. This replaces all whitespaces from the `owners` CSV column, which is probably the reason for the error. https://github.com/eneiluj/cospend-nc/blob/d24998d591403f67ddf68ee3e833208dcf622885/lib/Service/ProjectService.php#L5401 **EDIT:** - Nextcloud version: 22.2.0 - Cospend version: 1.4.1
1.0
Duplicate members when importing a project from CSV - I just noticed that there is a bug regarding the CSV import when you have members containing a blank. The import strips the whitespaces resulting in duplicate members and incorrect balances. Example: You have a project with members "John Doe" and "Jane Doe". After importing this project from CSV you have the four members "John Doe", "Jane Doe", "JohnDoe" and "JaneDoe". I had a quick look at the code and noticed the following line. This replaces all whitespaces from the `owners` CSV column, which is probably the reason for the error. https://github.com/eneiluj/cospend-nc/blob/d24998d591403f67ddf68ee3e833208dcf622885/lib/Service/ProjectService.php#L5401 **EDIT:** - Nextcloud version: 22.2.0 - Cospend version: 1.4.1
test
duplicate members when importing a project from csv i just noticed that there is a bug regarding the csv import when you have members containing a blank the import strips the whitespaces resulting in duplicate members and incorrect balances example you have a project with members john doe and jane doe after importing this project from csv you have the four members john doe jane doe johndoe and janedoe i had a quick look at the code and noticed the following line this replaces all whitespaces from the owners csv column which is probably the reason for the error edit nextcloud version cospend version
1
105,288
9,050,214,631
IssuesEvent
2019-02-12 07:59:37
Averynder/cssd
https://api.github.com/repos/Averynder/cssd
closed
Display Results from Homepage Connection
Medium Priority Testing
This will require the developper to not only connect to the site but produce a valid final result showing what can happen in the form of a .html file what the client sees when they come to our page as well.
1.0
Display Results from Homepage Connection - This will require the developper to not only connect to the site but produce a valid final result showing what can happen in the form of a .html file what the client sees when they come to our page as well.
test
display results from homepage connection this will require the developper to not only connect to the site but produce a valid final result showing what can happen in the form of a html file what the client sees when they come to our page as well
1
102,053
8,816,577,113
IssuesEvent
2018-12-30 12:44:20
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
opened
DB restructuring - world - spawn_group*
Good first issue Needs Testing/Feedback
This is part of: https://github.com/azerothcore/azerothcore-wotlk/issues/1118 **General note**: not all structure differences can or should be imported. Every change must be first verified. If a structure change is not suitable, we just close the issue. --- If this is a missing feature we could just create the table(s) and mark it as UNUSED in our documentation until we implement it. Investigation is needed here. ```diff +-- Dumping structure for table tc_world.spawn_group +DROP TABLE IF EXISTS `spawn_group`; +CREATE TABLE IF NOT EXISTS `spawn_group` ( + `groupId` int(10) unsigned NOT NULL, + `spawnType` tinyint(10) unsigned NOT NULL, + `spawnId` int(10) unsigned NOT NULL, + PRIMARY KEY (`groupId`,`spawnType`,`spawnId`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + + +-- Dumping structure for table tc_world.spawn_group_template +DROP TABLE IF EXISTS `spawn_group_template`; +CREATE TABLE IF NOT EXISTS `spawn_group_template` ( + `groupId` int(10) unsigned NOT NULL, + `groupName` varchar(100) NOT NULL, + `groupFlags` int(10) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`groupId`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; ```
1.0
DB restructuring - world - spawn_group* - This is part of: https://github.com/azerothcore/azerothcore-wotlk/issues/1118 **General note**: not all structure differences can or should be imported. Every change must be first verified. If a structure change is not suitable, we just close the issue. --- If this is a missing feature we could just create the table(s) and mark it as UNUSED in our documentation until we implement it. Investigation is needed here. ```diff +-- Dumping structure for table tc_world.spawn_group +DROP TABLE IF EXISTS `spawn_group`; +CREATE TABLE IF NOT EXISTS `spawn_group` ( + `groupId` int(10) unsigned NOT NULL, + `spawnType` tinyint(10) unsigned NOT NULL, + `spawnId` int(10) unsigned NOT NULL, + PRIMARY KEY (`groupId`,`spawnType`,`spawnId`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + + +-- Dumping structure for table tc_world.spawn_group_template +DROP TABLE IF EXISTS `spawn_group_template`; +CREATE TABLE IF NOT EXISTS `spawn_group_template` ( + `groupId` int(10) unsigned NOT NULL, + `groupName` varchar(100) NOT NULL, + `groupFlags` int(10) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`groupId`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; ```
test
db restructuring world spawn group this is part of general note not all structure differences can or should be imported every change must be first verified if a structure change is not suitable we just close the issue if this is a missing feature we could just create the table s and mark it as unused in our documentation until we implement it investigation is needed here diff dumping structure for table tc world spawn group drop table if exists spawn group create table if not exists spawn group groupid int unsigned not null spawntype tinyint unsigned not null spawnid int unsigned not null primary key groupid spawntype spawnid engine myisam default charset dumping structure for table tc world spawn group template drop table if exists spawn group template create table if not exists spawn group template groupid int unsigned not null groupname varchar not null groupflags int unsigned not null default primary key groupid engine myisam default charset
1
90,506
8,247,138,330
IssuesEvent
2018-09-11 14:47:21
CCALI/CALI-Author-Viewer-5
https://api.github.com/repos/CCALI/CALI-Author-Viewer-5
opened
Page titles can be confusing - make them less prominent
Escalate Test Group
Restyle the page name so it's not gigantic - some page names can be confusing. Old viewer displayed them but less prominent.
1.0
Page titles can be confusing - make them less prominent - Restyle the page name so it's not gigantic - some page names can be confusing. Old viewer displayed them but less prominent.
test
page titles can be confusing make them less prominent restyle the page name so it s not gigantic some page names can be confusing old viewer displayed them but less prominent
1
97,664
8,665,332,202
IssuesEvent
2018-11-28 22:58:24
ESMCI/cime
https://api.github.com/repos/ESMCI/cime
closed
Inconsistencies in new FindpFUnit.cmake
Assigned tp: unit tests
PR #1135 introduced some inconsistencies in FindpFUnit.cmake, which should be resolved: 1. `HINTS $ENV{PFUNIT}/bin)` was changed to `HINTS ${PFUNIT_PATH}/bin)`. But pFUnit itself suggests using the environment variable PFUNIT, and this cmake find utility was designed to honor that. Can we have both hints? Also note that tools/unit_testing/README refers to setting the environment variable PFUNIT in order for things to Just Work, so if this is kept as is, we should at least update the README. 2. There are some inconsistencies: for `find_library(PFUNIT_LIBRARY pfunit`, `HINTS ${pfunit_directory}/lib)` was changed to `HINTS ${PFUNIT_PATH}/lib)`, but similar uses of pfunit_directory were _not_ changed. I'm guessing this was an oversight, but I don't understand this well enough to know.
1.0
Inconsistencies in new FindpFUnit.cmake - PR #1135 introduced some inconsistencies in FindpFUnit.cmake, which should be resolved: 1. `HINTS $ENV{PFUNIT}/bin)` was changed to `HINTS ${PFUNIT_PATH}/bin)`. But pFUnit itself suggests using the environment variable PFUNIT, and this cmake find utility was designed to honor that. Can we have both hints? Also note that tools/unit_testing/README refers to setting the environment variable PFUNIT in order for things to Just Work, so if this is kept as is, we should at least update the README. 2. There are some inconsistencies: for `find_library(PFUNIT_LIBRARY pfunit`, `HINTS ${pfunit_directory}/lib)` was changed to `HINTS ${PFUNIT_PATH}/lib)`, but similar uses of pfunit_directory were _not_ changed. I'm guessing this was an oversight, but I don't understand this well enough to know.
test
inconsistencies in new findpfunit cmake pr introduced some inconsistencies in findpfunit cmake which should be resolved hints env pfunit bin was changed to hints pfunit path bin but pfunit itself suggests using the environment variable pfunit and this cmake find utility was designed to honor that can we have both hints also note that tools unit testing readme refers to setting the environment variable pfunit in order for things to just work so if this is kept as is we should at least update the readme there are some inconsistencies for find library pfunit library pfunit hints pfunit directory lib was changed to hints pfunit path lib but similar uses of pfunit directory were not changed i m guessing this was an oversight but i don t understand this well enough to know
1
149,479
11,902,699,549
IssuesEvent
2020-03-30 14:19:47
ansible/ansible
https://api.github.com/repos/ansible/ansible
closed
azure_rm_autoscale: test-suite tries to clean up a resource in use
affects_2.10 azure bug cloud support:core test traceback
##### SUMMARY <!--- Explain the problem briefly below --> It sounds like two tests are using `testSubnet` at the same time, if so, the subnet name should be prefixed with `resource_prefix`. This to avoid this kind of conflict. ``` 12:01 TASK [azure_rm_autoscale : Clean subnet] *************************************** 12:01 task path: /root/.ansible/test/tmp/azure_rm_autoscale-r8PmyM-ร…ร‘ลšรŒฮฒลรˆ/test/integration/targets/azure_rm_autoscale/tasks/main.yml:208 12:01 <testhost> ESTABLISH LOCAL CONNECTION FOR USER: root 12:01 <testhost> EXEC /bin/sh -c 'echo ~root && sleep 0' 12:01 <testhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593 `" && echo ansible-tmp-1568726907.59-29207806261593="` echo /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593 `" ) && sleep 0' 12:01 Using module file /root/ansible/lib/ansible/modules/cloud/azure/azure_rm_subnet.py 12:01 <testhost> PUT /root/.ansible/tmp/ansible-local-467USdswT/tmp1iynoi TO /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593/AnsiballZ_azure_rm_subnet.py 12:01 <testhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593/ /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593/AnsiballZ_azure_rm_subnet.py && sleep 0' 12:01 <testhost> EXEC /bin/sh -c 'RESOURCE_GROUP_SECONDARY=ansible-core-ci-prod-880a3f62-8777-4dfd-a888-ec64951bf5ee-2 RESOURCE_GROUP=ansible-core-ci-prod-880a3f62-8777-4dfd-a888-ec64951bf5ee-1 AZURE_CLIENT_ID=371e09f2-b175-434c-8d27-6389d7e3fa19 AZURE_TENANT=51cfe857-2f92-4581-b504-ee3eba3db075 AZURE_SECRET=l1T9-R9S6-L3C6-Q0z3 AZURE_SUBSCRIPTION_ID=6d22db98-3e5f-4ab9-bdf9-2f911a2775f7 /tmp/python-0y94aA-ansible/python /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593/AnsiballZ_azure_rm_subnet.py && sleep 0' 12:02 <testhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593/ > /dev/null 2>&1 && sleep 0' 12:02 The full traceback is: 12:02 WARNING: The below traceback may *not* be related to the actual failure. 12:02 File "/tmp/ansible_azure_rm_subnet_payload_J24Z_w/ansible_azure_rm_subnet_payload.zip/ansible/modules/cloud/azure/azure_rm_subnet.py", line 372, in delete_subnet 12:02 File "/usr/local/lib/python2.7/dist-packages/azure/mgmt/network/v2018_08_01/operations/subnets_operations.py", line 108, in delete 12:02 **operation_config 12:02 File "/usr/local/lib/python2.7/dist-packages/azure/mgmt/network/v2018_08_01/operations/subnets_operations.py", line 75, in _delete_initial 12:02 raise exp 12:02 12:02 fatal: [testhost]: FAILED! => { 12:02 "changed": false, 12:02 "invocation": { 12:02 "module_args": { 12:02 "ad_user": null, 12:02 "address_prefix_cidr": null, 12:02 "adfs_authority_url": null, 12:02 "api_profile": "latest", 12:02 "auth_source": null, 12:02 "cert_validation_mode": null, 12:02 "client_id": null, 12:02 "cloud_environment": "AzureCloud", 12:02 "name": "testSubnet", 12:02 "password": null, 12:02 "profile": null, 12:02 "resource_group": "ansible-core-ci-prod-880a3f62-8777-4dfd-a888-ec64951bf5ee-1", 12:02 "route_table": null, 12:02 "secret": null, 12:02 "security_group": null, 12:02 "service_endpoints": null, 12:02 "state": "absent", 12:02 "subscription_id": null, 12:02 "tenant": null, 12:02 "virtual_network": "testVnet", 12:02 "virtual_network_name": "testVnet" 12:02 } 12:02 }, 12:02 "msg": "Error deleting subnet testSubnet - Azure Error: InUseSubnetCannotBeDeleted\nMessage: Subnet testSubnet is in use by /subscriptions/6d22db98-3e5f-4ab9-bdf9-2f911a2775f7/resourceGroups/ansible-core-ci-prod-880a3f62-8777-4dfd-a888-ec64951bf5ee-1/providers/Microsoft.Network/networkInterfaces/|providers|Microsoft.Compute|virtualMachineScaleSets|testVMSSa6e0a38197|virtualMachines|1|networkInterfaces|testVMSSa6e0a38197/ipConfigurations/default and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See aka.ms/deletesubnet." 12:02 } ``` https://app.shippable.com/github/ansible/ansible/runs/143474/125/console ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME <!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure --> azure ##### ANSIBLE VERSION <!--- Paste verbatim output from "ansible --version" between quotes --> ```paste below devel ```
1.0
azure_rm_autoscale: test-suite tries to clean up a resource in use - ##### SUMMARY <!--- Explain the problem briefly below --> It sounds like two tests are using `testSubnet` at the same time, if so, the subnet name should be prefixed with `resource_prefix`. This to avoid this kind of conflict. ``` 12:01 TASK [azure_rm_autoscale : Clean subnet] *************************************** 12:01 task path: /root/.ansible/test/tmp/azure_rm_autoscale-r8PmyM-ร…ร‘ลšรŒฮฒลรˆ/test/integration/targets/azure_rm_autoscale/tasks/main.yml:208 12:01 <testhost> ESTABLISH LOCAL CONNECTION FOR USER: root 12:01 <testhost> EXEC /bin/sh -c 'echo ~root && sleep 0' 12:01 <testhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593 `" && echo ansible-tmp-1568726907.59-29207806261593="` echo /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593 `" ) && sleep 0' 12:01 Using module file /root/ansible/lib/ansible/modules/cloud/azure/azure_rm_subnet.py 12:01 <testhost> PUT /root/.ansible/tmp/ansible-local-467USdswT/tmp1iynoi TO /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593/AnsiballZ_azure_rm_subnet.py 12:01 <testhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593/ /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593/AnsiballZ_azure_rm_subnet.py && sleep 0' 12:01 <testhost> EXEC /bin/sh -c 'RESOURCE_GROUP_SECONDARY=ansible-core-ci-prod-880a3f62-8777-4dfd-a888-ec64951bf5ee-2 RESOURCE_GROUP=ansible-core-ci-prod-880a3f62-8777-4dfd-a888-ec64951bf5ee-1 AZURE_CLIENT_ID=371e09f2-b175-434c-8d27-6389d7e3fa19 AZURE_TENANT=51cfe857-2f92-4581-b504-ee3eba3db075 AZURE_SECRET=l1T9-R9S6-L3C6-Q0z3 AZURE_SUBSCRIPTION_ID=6d22db98-3e5f-4ab9-bdf9-2f911a2775f7 /tmp/python-0y94aA-ansible/python /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593/AnsiballZ_azure_rm_subnet.py && sleep 0' 12:02 <testhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1568726907.59-29207806261593/ > /dev/null 2>&1 && sleep 0' 12:02 The full traceback is: 12:02 WARNING: The below traceback may *not* be related to the actual failure. 12:02 File "/tmp/ansible_azure_rm_subnet_payload_J24Z_w/ansible_azure_rm_subnet_payload.zip/ansible/modules/cloud/azure/azure_rm_subnet.py", line 372, in delete_subnet 12:02 File "/usr/local/lib/python2.7/dist-packages/azure/mgmt/network/v2018_08_01/operations/subnets_operations.py", line 108, in delete 12:02 **operation_config 12:02 File "/usr/local/lib/python2.7/dist-packages/azure/mgmt/network/v2018_08_01/operations/subnets_operations.py", line 75, in _delete_initial 12:02 raise exp 12:02 12:02 fatal: [testhost]: FAILED! => { 12:02 "changed": false, 12:02 "invocation": { 12:02 "module_args": { 12:02 "ad_user": null, 12:02 "address_prefix_cidr": null, 12:02 "adfs_authority_url": null, 12:02 "api_profile": "latest", 12:02 "auth_source": null, 12:02 "cert_validation_mode": null, 12:02 "client_id": null, 12:02 "cloud_environment": "AzureCloud", 12:02 "name": "testSubnet", 12:02 "password": null, 12:02 "profile": null, 12:02 "resource_group": "ansible-core-ci-prod-880a3f62-8777-4dfd-a888-ec64951bf5ee-1", 12:02 "route_table": null, 12:02 "secret": null, 12:02 "security_group": null, 12:02 "service_endpoints": null, 12:02 "state": "absent", 12:02 "subscription_id": null, 12:02 "tenant": null, 12:02 "virtual_network": "testVnet", 12:02 "virtual_network_name": "testVnet" 12:02 } 12:02 }, 12:02 "msg": "Error deleting subnet testSubnet - Azure Error: InUseSubnetCannotBeDeleted\nMessage: Subnet testSubnet is in use by /subscriptions/6d22db98-3e5f-4ab9-bdf9-2f911a2775f7/resourceGroups/ansible-core-ci-prod-880a3f62-8777-4dfd-a888-ec64951bf5ee-1/providers/Microsoft.Network/networkInterfaces/|providers|Microsoft.Compute|virtualMachineScaleSets|testVMSSa6e0a38197|virtualMachines|1|networkInterfaces|testVMSSa6e0a38197/ipConfigurations/default and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See aka.ms/deletesubnet." 12:02 } ``` https://app.shippable.com/github/ansible/ansible/runs/143474/125/console ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME <!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure --> azure ##### ANSIBLE VERSION <!--- Paste verbatim output from "ansible --version" between quotes --> ```paste below devel ```
test
azure rm autoscale test suite tries to clean up a resource in use summary it sounds like two tests are using testsubnet at the same time if so the subnet name should be prefixed with resource prefix this to avoid this kind of conflict task task path root ansible test tmp azure rm autoscale รฅรฑล›รฌฮฒล‚รจ test integration targets azure rm autoscale tasks main yml establish local connection for user root exec bin sh c echo root sleep exec bin sh c umask mkdir p echo root ansible tmp ansible tmp echo ansible tmp echo root ansible tmp ansible tmp sleep using module file root ansible lib ansible modules cloud azure azure rm subnet py put root ansible tmp ansible local to root ansible tmp ansible tmp ansiballz azure rm subnet py exec bin sh c chmod u x root ansible tmp ansible tmp root ansible tmp ansible tmp ansiballz azure rm subnet py sleep exec bin sh c resource group secondary ansible core ci prod resource group ansible core ci prod azure client id azure tenant azure secret azure subscription id tmp python ansible python root ansible tmp ansible tmp ansiballz azure rm subnet py sleep exec bin sh c rm f r root ansible tmp ansible tmp dev null sleep the full traceback is warning the below traceback may not be related to the actual failure file tmp ansible azure rm subnet payload w ansible azure rm subnet payload zip ansible modules cloud azure azure rm subnet py line in delete subnet file usr local lib dist packages azure mgmt network operations subnets operations py line in delete operation config file usr local lib dist packages azure mgmt network operations subnets operations py line in delete initial raise exp fatal failed changed false invocation module args ad user null address prefix cidr null adfs authority url null api profile latest auth source null cert validation mode null client id null cloud environment azurecloud name testsubnet password null profile null resource group ansible core ci prod route table null secret null security group null service endpoints null state absent subscription id null tenant null virtual network testvnet virtual network name testvnet msg error deleting subnet testsubnet azure error inusesubnetcannotbedeleted nmessage subnet testsubnet is in use by subscriptions resourcegroups ansible core ci prod providers microsoft network networkinterfaces providers microsoft compute virtualmachinescalesets virtualmachines networkinterfaces ipconfigurations default and cannot be deleted in order to delete the subnet delete all the resources within the subnet see aka ms deletesubnet issue type bug report component name azure ansible version paste below devel
1
344,112
10,340,040,822
IssuesEvent
2019-09-03 20:51:20
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
closed
Simple Research
Priority: 2-medium
Raise tech levels, unlocks using materials to create new object types. Simple various types of possible tech (steal from ss13) Assign a few parts these tech levels A simple machine that you use attackhand on, brings up a UI, select a research type, after certain amount of time has passed research completes and new tech level unlocks. Finally a second machine with another UI that lets you input materials and print objects if you have the requisite tech level unlocked
1.0
Simple Research - Raise tech levels, unlocks using materials to create new object types. Simple various types of possible tech (steal from ss13) Assign a few parts these tech levels A simple machine that you use attackhand on, brings up a UI, select a research type, after certain amount of time has passed research completes and new tech level unlocks. Finally a second machine with another UI that lets you input materials and print objects if you have the requisite tech level unlocked
non_test
simple research raise tech levels unlocks using materials to create new object types simple various types of possible tech steal from assign a few parts these tech levels a simple machine that you use attackhand on brings up a ui select a research type after certain amount of time has passed research completes and new tech level unlocks finally a second machine with another ui that lets you input materials and print objects if you have the requisite tech level unlocked
0
126,975
12,303,364,840
IssuesEvent
2020-05-11 18:33:54
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
opened
[docs] YSQL: Document window functions
area/documentation
Document postgresql window functions that are supported in YSQL: https://www.postgresql.org/docs/current/tutorial-window.html
1.0
[docs] YSQL: Document window functions - Document postgresql window functions that are supported in YSQL: https://www.postgresql.org/docs/current/tutorial-window.html
non_test
ysql document window functions document postgresql window functions that are supported in ysql
0
78,048
9,658,524,651
IssuesEvent
2019-05-20 11:13:59
poanetwork/blockscout
https://api.github.com/repos/poanetwork/blockscout
opened
Missing tx hashes for multiple token transfers in a new design
UI bug :bug: design
How it looks in the current design: ![Screenshot 2019-05-20 at 13 45 26](https://user-images.githubusercontent.com/4341812/58017615-53102580-7b09-11e9-9184-40c368101a32.png) The missing tx hash in the new design: ![Screenshot 2019-05-20 at 13 31 47](https://user-images.githubusercontent.com/4341812/58017643-63c09b80-7b09-11e9-9ad1-e74ad641371d.png) Actually, a tx hash is in html, but it is invisible.
1.0
Missing tx hashes for multiple token transfers in a new design - How it looks in the current design: ![Screenshot 2019-05-20 at 13 45 26](https://user-images.githubusercontent.com/4341812/58017615-53102580-7b09-11e9-9184-40c368101a32.png) The missing tx hash in the new design: ![Screenshot 2019-05-20 at 13 31 47](https://user-images.githubusercontent.com/4341812/58017643-63c09b80-7b09-11e9-9ad1-e74ad641371d.png) Actually, a tx hash is in html, but it is invisible.
non_test
missing tx hashes for multiple token transfers in a new design how it looks in the current design the missing tx hash in the new design actually a tx hash is in html but it is invisible
0
7,415
2,610,367,470
IssuesEvent
2015-02-26 19:58:39
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
Does Not Work!
auto-migrated Priority-Medium Type-Defect
``` What's the problem? Scribefire 4 does not work on Firefox. Period. What browser are you using? Firefox 23.0.1 What version of ScribeFire are you running? 4.o ``` ----- Original issue reported on code.google.com by `alpham...@accordingtoindy.com` on 4 Sep 2013 at 12:18
1.0
Does Not Work! - ``` What's the problem? Scribefire 4 does not work on Firefox. Period. What browser are you using? Firefox 23.0.1 What version of ScribeFire are you running? 4.o ``` ----- Original issue reported on code.google.com by `alpham...@accordingtoindy.com` on 4 Sep 2013 at 12:18
non_test
does not work what s the problem scribefire does not work on firefox period what browser are you using firefox what version of scribefire are you running o original issue reported on code google com by alpham accordingtoindy com on sep at
0
200,899
7,018,050,329
IssuesEvent
2017-12-21 12:07:06
assistify/Rocket.Chat
https://api.github.com/repos/assistify/Rocket.Chat
opened
Internal server error when creating a new request
Cmp: Requests & Topics Priority: Critical Type: Bug
After releasing `v0.59.3-0.5.1`, there comes up an internal error when creating a new request. ``` [34mI20171221-12:53:04.930(1) Exception while invoking method 'createRequest' TypeError: Cannot read property 'desktopNotifications' of undefined at /opt/Rocket.Chat/programs/server/packages/assistify_help-request.js:993:108 at Array.forEach (native) at createNotifications (/opt/Rocket.Chat/programs/server/packages/assistify_help-request.js:983:14) at [object Object].Meteor.methods.createRequest (/opt/Rocket.Chat/programs/server/packages/assistify_help-request.js:1035:3) at [object Object].methodMap.(anonymous function) (packages/rocketchat_monitoring.js:2731:30) at [object Object].methodsMap.(anonymous function) (/opt/Rocket.Chat/programs/server/packages/rocketchat_lib.js:2480:26) at maybeAuditArgumentChecks (/opt/Rocket.Chat/programs/server/packages/ddp-server.js:1857:12) at /opt/Rocket.Chat/programs/server/packages/ddp-server.js:903:20 at [object Object].EVp.withValue (packages/meteor.js:1134:15) at /opt/Rocket.Chat/programs/server/packages/ddp-server.js:902:47 at [object Object].EVp.withValue (packages/meteor.js:1134:15) at /opt/Rocket.Chat/programs/server/packages/ddp-server.js:901:46 at [object Object]._.extend.protocol_handlers.method (/opt/Rocket.Chat/programs/server/packages/ddp-server.js:874:21) at /opt/Rocket.Chat/programs/server/packages/ddp-server.js:753:85 ```
1.0
Internal server error when creating a new request - After releasing `v0.59.3-0.5.1`, there comes up an internal error when creating a new request. ``` [34mI20171221-12:53:04.930(1) Exception while invoking method 'createRequest' TypeError: Cannot read property 'desktopNotifications' of undefined at /opt/Rocket.Chat/programs/server/packages/assistify_help-request.js:993:108 at Array.forEach (native) at createNotifications (/opt/Rocket.Chat/programs/server/packages/assistify_help-request.js:983:14) at [object Object].Meteor.methods.createRequest (/opt/Rocket.Chat/programs/server/packages/assistify_help-request.js:1035:3) at [object Object].methodMap.(anonymous function) (packages/rocketchat_monitoring.js:2731:30) at [object Object].methodsMap.(anonymous function) (/opt/Rocket.Chat/programs/server/packages/rocketchat_lib.js:2480:26) at maybeAuditArgumentChecks (/opt/Rocket.Chat/programs/server/packages/ddp-server.js:1857:12) at /opt/Rocket.Chat/programs/server/packages/ddp-server.js:903:20 at [object Object].EVp.withValue (packages/meteor.js:1134:15) at /opt/Rocket.Chat/programs/server/packages/ddp-server.js:902:47 at [object Object].EVp.withValue (packages/meteor.js:1134:15) at /opt/Rocket.Chat/programs/server/packages/ddp-server.js:901:46 at [object Object]._.extend.protocol_handlers.method (/opt/Rocket.Chat/programs/server/packages/ddp-server.js:874:21) at /opt/Rocket.Chat/programs/server/packages/ddp-server.js:753:85 ```
non_test
internal server error when creating a new request after releasing there comes up an internal error when creating a new request meteor methods createrequest opt rocket chat programs server packages assistify help request js at methodmap anonymous function packages rocketchat monitoring js at methodsmap anonymous function opt rocket chat programs server packages rocketchat lib js at maybeauditargumentchecks opt rocket chat programs server packages ddp server js at opt rocket chat programs server packages ddp server js at evp withvalue packages meteor js at opt rocket chat programs server packages ddp server js at evp withvalue packages meteor js at opt rocket chat programs server packages ddp server js at extend protocol handlers method opt rocket chat programs server packages ddp server js at opt rocket chat programs server packages ddp server js
0
359,363
25,233,064,997
IssuesEvent
2022-11-14 21:36:09
fga-eps-mds/2022.2-Amis-Doc
https://api.github.com/repos/fga-eps-mds/2022.2-Amis-Doc
opened
Dojo de Front-end
documentation enhancement
**Descriรงรฃo:** Ensinar conceitos bรกsicos e mostrar alguns comandos e funcionalidades do React. **Tasks** - [ ] Marcar o Dojo - [ ] Realizar o Dojo **Critรฉrios de aceitaรงรฃo:** - [ ] Gravar o Dojo
1.0
Dojo de Front-end - **Descriรงรฃo:** Ensinar conceitos bรกsicos e mostrar alguns comandos e funcionalidades do React. **Tasks** - [ ] Marcar o Dojo - [ ] Realizar o Dojo **Critรฉrios de aceitaรงรฃo:** - [ ] Gravar o Dojo
non_test
dojo de front end descriรงรฃo ensinar conceitos bรกsicos e mostrar alguns comandos e funcionalidades do react tasks marcar o dojo realizar o dojo critรฉrios de aceitaรงรฃo gravar o dojo
0
53,073
13,782,587,296
IssuesEvent
2020-10-08 17:52:39
kenferrara/ArcAds
https://api.github.com/repos/kenferrara/ArcAds
opened
CVE-2020-11023 (Medium) detected in jquery-1.7.1.min.js, jquery-1.7.2.min.js
security vulnerability
## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.1.min.js</b>, <b>jquery-1.7.2.min.js</b></p></summary> <p> <details><summary><b>jquery-1.7.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.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p> <p>Path to dependency file: ArcAds/node_modules/vm-browserify/example/run/index.html</p> <p>Path to vulnerable library: ArcAds/node_modules/vm-browserify/example/run/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.1.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.7.2.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.7.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js</a></p> <p>Path to dependency file: ArcAds/node_modules/marked/www/demo.html</p> <p>Path to vulnerable library: ArcAds/node_modules/marked/www/demo.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.2.min.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/kenferrara/ArcAds/commit/eecc8d1c3f9cce1edf06dfad05e8e97a3414b811">eecc8d1c3f9cce1edf06dfad05e8e97a3414b811</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jquery - 3.5.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.7.1","isTransitiveDependency":false,"dependencyTree":"jquery:1.7.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jquery - 3.5.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.7.2","isTransitiveDependency":false,"dependencyTree":"jquery:1.7.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jquery - 3.5.0"}],"vulnerabilityIdentifier":"CVE-2020-11023","vulnerabilityDetails":"In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing \u003coption\u003e elements from untrusted sources - even after sanitizing it - to one of jQuery\u0027s DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-11023 (Medium) detected in jquery-1.7.1.min.js, jquery-1.7.2.min.js - ## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.1.min.js</b>, <b>jquery-1.7.2.min.js</b></p></summary> <p> <details><summary><b>jquery-1.7.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.7.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p> <p>Path to dependency file: ArcAds/node_modules/vm-browserify/example/run/index.html</p> <p>Path to vulnerable library: ArcAds/node_modules/vm-browserify/example/run/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.1.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.7.2.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.7.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js</a></p> <p>Path to dependency file: ArcAds/node_modules/marked/www/demo.html</p> <p>Path to vulnerable library: ArcAds/node_modules/marked/www/demo.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.2.min.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/kenferrara/ArcAds/commit/eecc8d1c3f9cce1edf06dfad05e8e97a3414b811">eecc8d1c3f9cce1edf06dfad05e8e97a3414b811</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jquery - 3.5.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.7.1","isTransitiveDependency":false,"dependencyTree":"jquery:1.7.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jquery - 3.5.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.7.2","isTransitiveDependency":false,"dependencyTree":"jquery:1.7.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jquery - 3.5.0"}],"vulnerabilityIdentifier":"CVE-2020-11023","vulnerabilityDetails":"In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing \u003coption\u003e elements from untrusted sources - even after sanitizing it - to one of jQuery\u0027s DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_test
cve medium detected in jquery min js jquery min js cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file arcads node modules vm browserify example run index html path to vulnerable library arcads node modules vm browserify example run index html dependency hierarchy x jquery min js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file arcads node modules marked www demo html path to vulnerable library arcads node modules marked www demo html dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch master vulnerability details in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery 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 isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery vulnerabilityurl
0
73,216
7,329,350,092
IssuesEvent
2018-03-05 04:21:08
Mordenkainen/EquivalentEnergistics
https://api.github.com/repos/Mordenkainen/EquivalentEnergistics
closed
Port mod to 1.12.2
in test new feature
- [x] Update for new Forge API - [x] Update for new Modeling - [x] Update for new AE2 API - [x] Update for new EMC Mod API(s) - [x] Update for new utility mod APIs
1.0
Port mod to 1.12.2 - - [x] Update for new Forge API - [x] Update for new Modeling - [x] Update for new AE2 API - [x] Update for new EMC Mod API(s) - [x] Update for new utility mod APIs
test
port mod to update for new forge api update for new modeling update for new api update for new emc mod api s update for new utility mod apis
1
4,750
2,742,860,247
IssuesEvent
2015-04-21 18:35:14
GoogleCloudPlatform/kubernetes
https://api.github.com/repos/GoogleCloudPlatform/kubernetes
opened
gce provider ssh-to-node masks ssh failures
kind/bug priority/P1 team/testing
The function always returns regardless of whether the ssh subprocess exists successfully: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/cluster/gce/util.sh#L967-L975 This is causing services.sh to pass Jenkins e2e tests on GCE whereas it is (correctly) failing on the GKE-CI builds.
1.0
gce provider ssh-to-node masks ssh failures - The function always returns regardless of whether the ssh subprocess exists successfully: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/cluster/gce/util.sh#L967-L975 This is causing services.sh to pass Jenkins e2e tests on GCE whereas it is (correctly) failing on the GKE-CI builds.
test
gce provider ssh to node masks ssh failures the function always returns regardless of whether the ssh subprocess exists successfully this is causing services sh to pass jenkins tests on gce whereas it is correctly failing on the gke ci builds
1
215,015
16,587,541,321
IssuesEvent
2021-06-01 00:20:25
JamesYFC/SUSMachine
https://api.github.com/repos/JamesYFC/SUSMachine
opened
clean up code & examples with target typed new (C# 9)
blocked documentation enhancement
If I've read the docs right, we can do something like this... ```cs private StateMachine<States, Events> stateMachine; private void Awake() { stateMachine = new { // ... } } ```
1.0
clean up code & examples with target typed new (C# 9) - If I've read the docs right, we can do something like this... ```cs private StateMachine<States, Events> stateMachine; private void Awake() { stateMachine = new { // ... } } ```
non_test
clean up code examples with target typed new c if i ve read the docs right we can do something like this cs private statemachine statemachine private void awake statemachine new
0
85,130
15,736,430,744
IssuesEvent
2021-03-30 00:36:52
alpersonalwebsite/basic-vue-sibling
https://api.github.com/repos/alpersonalwebsite/basic-vue-sibling
opened
CVE-2021-27290 (High) detected in ssri-7.1.0.tgz, ssri-6.0.1.tgz
security vulnerability
## CVE-2021-27290 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ssri-7.1.0.tgz</b>, <b>ssri-6.0.1.tgz</b></p></summary> <p> <details><summary><b>ssri-7.1.0.tgz</b></p></summary> <p>Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.</p> <p>Library home page: <a href="https://registry.npmjs.org/ssri/-/ssri-7.1.0.tgz">https://registry.npmjs.org/ssri/-/ssri-7.1.0.tgz</a></p> <p>Path to dependency file: basic-vue-sibling/package.json</p> <p>Path to vulnerable library: basic-vue-sibling/node_modules/@vue/cli-service/node_modules/ssri/package.json</p> <p> Dependency Hierarchy: - cli-service-4.5.12.tgz (Root Library) - :x: **ssri-7.1.0.tgz** (Vulnerable Library) </details> <details><summary><b>ssri-6.0.1.tgz</b></p></summary> <p>Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.</p> <p>Library home page: <a href="https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz">https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz</a></p> <p>Path to dependency file: basic-vue-sibling/package.json</p> <p>Path to vulnerable library: basic-vue-sibling/node_modules/ssri/package.json</p> <p> Dependency Hierarchy: - cli-service-4.5.12.tgz (Root Library) - copy-webpack-plugin-5.1.2.tgz - cacache-12.0.4.tgz - :x: **ssri-6.0.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/alpersonalwebsite/basic-vue-sibling/commit/3997eac951ab5c0ef47f187a9135e1f0fb07c40a">3997eac951ab5c0ef47f187a9135e1f0fb07c40a</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> ssri 5.2.2-8.0.0, fixed in 8.0.1, processes SRIs using a regular expression which is vulnerable to a denial of service. Malicious SRIs could take an extremely long time to process, leading to denial of service. This issue only affects consumers using the strict option. <p>Publish Date: 2021-03-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27290>CVE-2021-27290</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27290">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27290</a></p> <p>Release Date: 2021-03-12</p> <p>Fix Resolution: v8.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-27290 (High) detected in ssri-7.1.0.tgz, ssri-6.0.1.tgz - ## CVE-2021-27290 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ssri-7.1.0.tgz</b>, <b>ssri-6.0.1.tgz</b></p></summary> <p> <details><summary><b>ssri-7.1.0.tgz</b></p></summary> <p>Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.</p> <p>Library home page: <a href="https://registry.npmjs.org/ssri/-/ssri-7.1.0.tgz">https://registry.npmjs.org/ssri/-/ssri-7.1.0.tgz</a></p> <p>Path to dependency file: basic-vue-sibling/package.json</p> <p>Path to vulnerable library: basic-vue-sibling/node_modules/@vue/cli-service/node_modules/ssri/package.json</p> <p> Dependency Hierarchy: - cli-service-4.5.12.tgz (Root Library) - :x: **ssri-7.1.0.tgz** (Vulnerable Library) </details> <details><summary><b>ssri-6.0.1.tgz</b></p></summary> <p>Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.</p> <p>Library home page: <a href="https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz">https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz</a></p> <p>Path to dependency file: basic-vue-sibling/package.json</p> <p>Path to vulnerable library: basic-vue-sibling/node_modules/ssri/package.json</p> <p> Dependency Hierarchy: - cli-service-4.5.12.tgz (Root Library) - copy-webpack-plugin-5.1.2.tgz - cacache-12.0.4.tgz - :x: **ssri-6.0.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/alpersonalwebsite/basic-vue-sibling/commit/3997eac951ab5c0ef47f187a9135e1f0fb07c40a">3997eac951ab5c0ef47f187a9135e1f0fb07c40a</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> ssri 5.2.2-8.0.0, fixed in 8.0.1, processes SRIs using a regular expression which is vulnerable to a denial of service. Malicious SRIs could take an extremely long time to process, leading to denial of service. This issue only affects consumers using the strict option. <p>Publish Date: 2021-03-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-27290>CVE-2021-27290</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27290">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27290</a></p> <p>Release Date: 2021-03-12</p> <p>Fix Resolution: v8.0.1</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 ssri tgz ssri tgz cve high severity vulnerability vulnerable libraries ssri tgz ssri tgz ssri tgz standard subresource integrity library parses serializes generates and verifies integrity metadata according to the sri spec library home page a href path to dependency file basic vue sibling package json path to vulnerable library basic vue sibling node modules vue cli service node modules ssri package json dependency hierarchy cli service tgz root library x ssri tgz vulnerable library ssri tgz standard subresource integrity library parses serializes generates and verifies integrity metadata according to the sri spec library home page a href path to dependency file basic vue sibling package json path to vulnerable library basic vue sibling node modules ssri package json dependency hierarchy cli service tgz root library copy webpack plugin tgz cacache tgz x ssri tgz vulnerable library found in head commit a href found in base branch master vulnerability details ssri fixed in processes sris using a regular expression which is vulnerable to a denial of service malicious sris could take an extremely long time to process leading to denial of service this issue only affects consumers using the strict option 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
321,896
23,877,372,917
IssuesEvent
2022-09-07 20:29:16
Interacao-Humano-Computador/2022.1-Faculdade-de-Arquitetura-e-Urbanismo
https://api.github.com/repos/Interacao-Humano-Computador/2022.1-Faculdade-de-Arquitetura-e-Urbanismo
opened
Entregas e correรงรตes para entrega final
documentation entrega-final
# Tarefas - [ ] Criar uma branch para realizar as alteraรงรตes finais. - [ ] Correรงรฃo - No relato dos resultados da avaliaรงรฃo protรณtipo de papel, justificar o nรบmero de avaliadores e avaliados e retirar o nome dos integrantes, jรก que deve ser confidencial. - [ ] Entrega - Realizar a verificaรงรฃo do Protรณtipo de alta fidelidade. - [ ] Adicionar os links para as novas verificaรงรตes no documento do Planejamento da Verificaรงรฃo. - [ ] Correรงรฃo - Corrigir os artefatos desenvolvidos com base nos documentos de verificaรงรฃo. - [ ] Entrega - Comentar sobre um dos 10 tรณpicos pedidos pelo professor para a entrega final e preparar algum material a respeito para. # Critรฉrios de aceitaรงรฃo - [ ] As alteraรงรตes devem ter sido revisadas. - [ ] Os resultados da Verificaรงรฃo devem ser comunicados ao autor do artefato verificado. - [ ] As alteraรงรตes devem estar incluรญdas na branch development. - [ ] Deve haver um vรญdeo falando a respeito de todas as alteraรงรตes realizadas nessa Sprint.
1.0
Entregas e correรงรตes para entrega final - # Tarefas - [ ] Criar uma branch para realizar as alteraรงรตes finais. - [ ] Correรงรฃo - No relato dos resultados da avaliaรงรฃo protรณtipo de papel, justificar o nรบmero de avaliadores e avaliados e retirar o nome dos integrantes, jรก que deve ser confidencial. - [ ] Entrega - Realizar a verificaรงรฃo do Protรณtipo de alta fidelidade. - [ ] Adicionar os links para as novas verificaรงรตes no documento do Planejamento da Verificaรงรฃo. - [ ] Correรงรฃo - Corrigir os artefatos desenvolvidos com base nos documentos de verificaรงรฃo. - [ ] Entrega - Comentar sobre um dos 10 tรณpicos pedidos pelo professor para a entrega final e preparar algum material a respeito para. # Critรฉrios de aceitaรงรฃo - [ ] As alteraรงรตes devem ter sido revisadas. - [ ] Os resultados da Verificaรงรฃo devem ser comunicados ao autor do artefato verificado. - [ ] As alteraรงรตes devem estar incluรญdas na branch development. - [ ] Deve haver um vรญdeo falando a respeito de todas as alteraรงรตes realizadas nessa Sprint.
non_test
entregas e correรงรตes para entrega final tarefas criar uma branch para realizar as alteraรงรตes finais correรงรฃo no relato dos resultados da avaliaรงรฃo protรณtipo de papel justificar o nรบmero de avaliadores e avaliados e retirar o nome dos integrantes jรก que deve ser confidencial entrega realizar a verificaรงรฃo do protรณtipo de alta fidelidade adicionar os links para as novas verificaรงรตes no documento do planejamento da verificaรงรฃo correรงรฃo corrigir os artefatos desenvolvidos com base nos documentos de verificaรงรฃo entrega comentar sobre um dos tรณpicos pedidos pelo professor para a entrega final e preparar algum material a respeito para critรฉrios de aceitaรงรฃo as alteraรงรตes devem ter sido revisadas os resultados da verificaรงรฃo devem ser comunicados ao autor do artefato verificado as alteraรงรตes devem estar incluรญdas na branch development deve haver um vรญdeo falando a respeito de todas as alteraรงรตes realizadas nessa sprint
0
34,395
4,918,401,122
IssuesEvent
2016-11-24 08:46:34
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/snap: TestSnapNames failed under stress
Robot test-failure
SHA: https://github.com/cockroachdb/cockroach/commits/b54490b2cf70c155ec2b7af5133276ffe24dc02c Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=true TAGS=stress GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=58253&tab=buildLog ``` snapshotter_test.go:123: mkdir /tmp/snapshot: file exists ```
1.0
github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/snap: TestSnapNames failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/b54490b2cf70c155ec2b7af5133276ffe24dc02c Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=true TAGS=stress GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=58253&tab=buildLog ``` snapshotter_test.go:123: mkdir /tmp/snapshot: file exists ```
test
github com cockroachdb cockroach vendor github com coreos etcd snap testsnapnames failed under stress sha parameters cockroach proposer evaluated kv true tags stress goflags stress build found a failed test snapshotter test go mkdir tmp snapshot file exists
1
306,983
26,510,193,449
IssuesEvent
2023-01-18 16:32:00
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix jax_devicearray.test_jax_devicearray_property_at
JAX Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3944623117/jobs/6750731420" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/3944623117/jobs/6750731420" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/3944623117/jobs/6750731420" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/3950268739/jobs/6762611195" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_devicearray.py::test_jax_devicearray_property_at[cpu-ivy.functional.backends.tensorflow-False-False]</summary> 2023-01-18T01:10:47.1471399Z E tensorflow.python.framework.errors_impl.InvalidArgumentError: slice index 1 of dimension 0 out of bounds. [Op:StridedSlice] name: strided_slice/ 2023-01-18T01:10:47.1471860Z E Falsifying example: test_jax_devicearray_property_at( 2023-01-18T01:10:47.1472192Z E x_y_index=([array([[0, 0]], dtype=int8), array([[0, 0]], dtype=int8)], 2023-01-18T01:10:47.1472457Z E (1,)), 2023-01-18T01:10:47.1472638Z E ) 2023-01-18T01:10:47.1472799Z E 2023-01-18T01:10:47.1473312Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BkYGAEQmTACBQAAABdAAc=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_devicearray.py::test_jax_devicearray_property_at[cpu-ivy.functional.backends.tensorflow-False-False]</summary> 2023-01-18T01:10:47.1471399Z E tensorflow.python.framework.errors_impl.InvalidArgumentError: slice index 1 of dimension 0 out of bounds. [Op:StridedSlice] name: strided_slice/ 2023-01-18T01:10:47.1471860Z E Falsifying example: test_jax_devicearray_property_at( 2023-01-18T01:10:47.1472192Z E x_y_index=([array([[0, 0]], dtype=int8), array([[0, 0]], dtype=int8)], 2023-01-18T01:10:47.1472457Z E (1,)), 2023-01-18T01:10:47.1472638Z E ) 2023-01-18T01:10:47.1472799Z E 2023-01-18T01:10:47.1473312Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BkYGAEQmTACBQAAABdAAc=') as a decorator on your test case </details>
1.0
Fix jax_devicearray.test_jax_devicearray_property_at - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3944623117/jobs/6750731420" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/3944623117/jobs/6750731420" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/3944623117/jobs/6750731420" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/3950268739/jobs/6762611195" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_devicearray.py::test_jax_devicearray_property_at[cpu-ivy.functional.backends.tensorflow-False-False]</summary> 2023-01-18T01:10:47.1471399Z E tensorflow.python.framework.errors_impl.InvalidArgumentError: slice index 1 of dimension 0 out of bounds. [Op:StridedSlice] name: strided_slice/ 2023-01-18T01:10:47.1471860Z E Falsifying example: test_jax_devicearray_property_at( 2023-01-18T01:10:47.1472192Z E x_y_index=([array([[0, 0]], dtype=int8), array([[0, 0]], dtype=int8)], 2023-01-18T01:10:47.1472457Z E (1,)), 2023-01-18T01:10:47.1472638Z E ) 2023-01-18T01:10:47.1472799Z E 2023-01-18T01:10:47.1473312Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BkYGAEQmTACBQAAABdAAc=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_devicearray.py::test_jax_devicearray_property_at[cpu-ivy.functional.backends.tensorflow-False-False]</summary> 2023-01-18T01:10:47.1471399Z E tensorflow.python.framework.errors_impl.InvalidArgumentError: slice index 1 of dimension 0 out of bounds. [Op:StridedSlice] name: strided_slice/ 2023-01-18T01:10:47.1471860Z E Falsifying example: test_jax_devicearray_property_at( 2023-01-18T01:10:47.1472192Z E x_y_index=([array([[0, 0]], dtype=int8), array([[0, 0]], dtype=int8)], 2023-01-18T01:10:47.1472457Z E (1,)), 2023-01-18T01:10:47.1472638Z E ) 2023-01-18T01:10:47.1472799Z E 2023-01-18T01:10:47.1473312Z E You can reproduce this example by temporarily adding @reproduce_failure('6.55.0', b'AXicY2BkYGAEQmTACBQAAABdAAc=') as a decorator on your test case </details>
test
fix jax devicearray test jax devicearray property at tensorflow img src torch img src numpy img src jax img src failed ivy tests test ivy test frontends test jax test jax devicearray py test jax devicearray property at e tensorflow python framework errors impl invalidargumenterror slice index of dimension out of bounds name strided slice e falsifying example test jax devicearray property at e x y index dtype array dtype e e e e you can reproduce this example by temporarily adding reproduce failure b as a decorator on your test case failed ivy tests test ivy test frontends test jax test jax devicearray py test jax devicearray property at e tensorflow python framework errors impl invalidargumenterror slice index of dimension out of bounds name strided slice e falsifying example test jax devicearray property at e x y index dtype array dtype e e e e you can reproduce this example by temporarily adding reproduce failure b as a decorator on your test case
1
217,128
16,844,019,417
IssuesEvent
2021-06-19 04:42:50
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
[Failing Test][sig-release] ci-kubernetes-build
kind/failing-test lifecycle/active priority/critical-urgent sig/release sig/windows triage/accepted
#### Which jobs are failing: ci-kubernetes-build #### Which test(s) are failing * Overall (build-master) #### Since when has it been failing: 2021-06-15 06:07:32 +0000 UTC #### Testgrid link: https://testgrid.k8s.io/sig-release-master-blocking#build-master #### Reason for failure: ``` [0618 09:09:35] windows/386: build started # k8s.io/kubernetes/vendor/github.com/Azure/go-ansiterm/winterm vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:167:2: constant 4294967286 overflows int vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:169:2: constant 4294967285 overflows int vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:171:2: constant 4294967284 overflows int !!! [0618 09:13:40] Call tree: !!! [0618 09:13:40] 1: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:719 kube::golang::build_some_binaries(...) !!! [0618 09:13:40] 2: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:855 kube::golang::build_binaries_for_platform(...) !!! [0618 09:13:40] 3: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) !!! [0618 09:15:23] Call tree: !!! [0618 09:15:23] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) make[1]: *** [Makefile:92: all] Error 1 make: *** [Makefile:512: cross] Error 1 !!! [0618 09:15:25] Call tree: !!! [0618 09:15:25] 1: build/../build/common.sh:472 kube::build::run_build_command_ex(...) !!! [0618 09:15:25] 2: build/release.sh:36 kube::build::run_build_command(...) make: *** [Makefile:409: release] Error 1 level=fatal msg="Failed to run:: running make release: command /usr/bin/make release did not succeed: !!! [0618 09:15:23] Call tree:\n!!! [0618 09:15:23] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)\nmake[1]: *** [Makefile:92: all] Error 1\nmake: *** [Makefile:512: cross] Error 1\n!!! [0618 09:15:25] Call tree:\n!!! [0618 09:15:25] 1: build/../build/common.sh:472 kube::build::run_build_command_ex(...)\n!!! [0618 09:15:25] 2: build/release.sh:36 kube::build::run_build_command(...)\nmake: *** [Makefile:409: release] Error 1\n" wrapper.sh] [TEST] Test Command exit code: 1 ``` #### Anything else we need to know: /sig release
1.0
[Failing Test][sig-release] ci-kubernetes-build - #### Which jobs are failing: ci-kubernetes-build #### Which test(s) are failing * Overall (build-master) #### Since when has it been failing: 2021-06-15 06:07:32 +0000 UTC #### Testgrid link: https://testgrid.k8s.io/sig-release-master-blocking#build-master #### Reason for failure: ``` [0618 09:09:35] windows/386: build started # k8s.io/kubernetes/vendor/github.com/Azure/go-ansiterm/winterm vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:167:2: constant 4294967286 overflows int vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:169:2: constant 4294967285 overflows int vendor/github.com/Azure/go-ansiterm/winterm/ansi.go:171:2: constant 4294967284 overflows int !!! [0618 09:13:40] Call tree: !!! [0618 09:13:40] 1: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:719 kube::golang::build_some_binaries(...) !!! [0618 09:13:40] 2: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:855 kube::golang::build_binaries_for_platform(...) !!! [0618 09:13:40] 3: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) !!! [0618 09:15:23] Call tree: !!! [0618 09:15:23] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) make[1]: *** [Makefile:92: all] Error 1 make: *** [Makefile:512: cross] Error 1 !!! [0618 09:15:25] Call tree: !!! [0618 09:15:25] 1: build/../build/common.sh:472 kube::build::run_build_command_ex(...) !!! [0618 09:15:25] 2: build/release.sh:36 kube::build::run_build_command(...) make: *** [Makefile:409: release] Error 1 level=fatal msg="Failed to run:: running make release: command /usr/bin/make release did not succeed: !!! [0618 09:15:23] Call tree:\n!!! [0618 09:15:23] 1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...)\nmake[1]: *** [Makefile:92: all] Error 1\nmake: *** [Makefile:512: cross] Error 1\n!!! [0618 09:15:25] Call tree:\n!!! [0618 09:15:25] 1: build/../build/common.sh:472 kube::build::run_build_command_ex(...)\n!!! [0618 09:15:25] 2: build/release.sh:36 kube::build::run_build_command(...)\nmake: *** [Makefile:409: release] Error 1\n" wrapper.sh] [TEST] Test Command exit code: 1 ``` #### Anything else we need to know: /sig release
test
ci kubernetes build which jobs are failing ci kubernetes build which test s are failing overall build master since when has it been failing utc testgrid link reason for failure windows build started io kubernetes vendor github com azure go ansiterm winterm vendor github com azure go ansiterm winterm ansi go constant overflows int vendor github com azure go ansiterm winterm ansi go constant overflows int vendor github com azure go ansiterm winterm ansi go constant overflows int call tree go src io kubernetes hack lib golang sh kube golang build some binaries go src io kubernetes hack lib golang sh kube golang build binaries for platform hack make rules build sh kube golang build binaries call tree hack make rules build sh kube golang build binaries make error make error call tree build build common sh kube build run build command ex build release sh kube build run build command make error level fatal msg failed to run running make release command usr bin make release did not succeed call tree n hack make rules build sh kube golang build binaries nmake error nmake error n call tree n build build common sh kube build run build command ex n build release sh kube build run build command nmake error n wrapper sh test command exit code anything else we need to know sig release
1
31,141
7,319,546,483
IssuesEvent
2018-03-02 01:26:15
dd86k/FuckingClippy
https://api.github.com/repos/dd86k/FuckingClippy
closed
Re-use BubbleForm in Character.DialogSystem
Code Improvement
Re-creating a separate Form object every time is unnecessary.
1.0
Re-use BubbleForm in Character.DialogSystem - Re-creating a separate Form object every time is unnecessary.
non_test
re use bubbleform in character dialogsystem re creating a separate form object every time is unnecessary
0
313,476
26,934,112,015
IssuesEvent
2023-02-07 19:06:44
hashicorp/terraform-provider-google
https://api.github.com/repos/hashicorp/terraform-provider-google
closed
Flakey test: TestAccNotebooksInstance_notebookInstanceFullExample
size/xs priority/3 test failure crosslinked
### Affected Resource(s) <!--- Please list the affected resources and data sources. ---> * google_notebooks_instance This test seems to be flakey due to state/update_time issues. Failed 3 times in the last week. https://ci-oss.hashicorp.engineering/test/1861864166893878271?currentBuildTypeId=GoogleCloud_ProviderGoogleCloudGoogleProject&currentProjectId=GoogleCloud&branch=%3Cdefault%3E&expandedTest=id%3A245071%2Cbuild%3A%28id%3A188774%29
1.0
Flakey test: TestAccNotebooksInstance_notebookInstanceFullExample - ### Affected Resource(s) <!--- Please list the affected resources and data sources. ---> * google_notebooks_instance This test seems to be flakey due to state/update_time issues. Failed 3 times in the last week. https://ci-oss.hashicorp.engineering/test/1861864166893878271?currentBuildTypeId=GoogleCloud_ProviderGoogleCloudGoogleProject&currentProjectId=GoogleCloud&branch=%3Cdefault%3E&expandedTest=id%3A245071%2Cbuild%3A%28id%3A188774%29
test
flakey test testaccnotebooksinstance notebookinstancefullexample affected resource s google notebooks instance this test seems to be flakey due to state update time issues failed times in the last week
1
61,868
6,760,569,736
IssuesEvent
2017-10-24 21:06:23
hacklabr/paralapraca
https://api.github.com/repos/hacklabr/paralapraca
closed
[Notificaรงรตes] Animaรงรฃo de loading deve aparecer na parte de dentro da รกrea de notificaรงรตes (e nรฃo de fora)
testing
![screenshot from 2017-10-10 16-06-38](https://user-images.githubusercontent.com/1108897/31405878-b325ddc8-add5-11e7-9baf-b7fb48a2bd81.png)
1.0
[Notificaรงรตes] Animaรงรฃo de loading deve aparecer na parte de dentro da รกrea de notificaรงรตes (e nรฃo de fora) - ![screenshot from 2017-10-10 16-06-38](https://user-images.githubusercontent.com/1108897/31405878-b325ddc8-add5-11e7-9baf-b7fb48a2bd81.png)
test
animaรงรฃo de loading deve aparecer na parte de dentro da รกrea de notificaรงรตes e nรฃo de fora
1
120,546
10,127,235,679
IssuesEvent
2019-08-01 09:45:12
mattermost/mattermost-server
https://api.github.com/repos/mattermost/mattermost-server
closed
UI Automation: Write an automated test using Cypress for "Use keyboard navigation in emoji picker"
Area/E2E Tests Difficulty/1:Easy Help Wanted Tech/JavaScript
If you're interested please comment here and come [join our "Contributors" community channel](https://community.mattermost.com/core/channels/tickets) on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please [join our "Developers" community channel](https://community.mattermost.com/core/channels/developers). New contributors please see our [Developer's Guide](https://developers.mattermost.com/contribute/getting-started/). ---- **Notes**: [Jira ticket](https://mattermost.atlassian.net/browse/MM-16738) __Test Key: M16738 - Use keyboard navigation in emoji picker__ __Test Group: Messaging__ __Steps:__ 1. Open any emoji picker (can be in center message box or RHS reply box, or reaction in center or RHS) 2. Press down arrow a few times 3. Press right arrow a couple times 4. Press up arrow a couple times __Expected:__ - Emoji picker highlight moves up, down, left, right according to the arrow you press - When opening the emoji picker on a post that is not near the bottom of the channel, ensure that you are not scrolled up or down unexpectedly. See our end-to-end testing documentation for reference - https://developers.mattermost.com/contribute/webapp/end-to-end-tests/
1.0
UI Automation: Write an automated test using Cypress for "Use keyboard navigation in emoji picker" - If you're interested please comment here and come [join our "Contributors" community channel](https://community.mattermost.com/core/channels/tickets) on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please [join our "Developers" community channel](https://community.mattermost.com/core/channels/developers). New contributors please see our [Developer's Guide](https://developers.mattermost.com/contribute/getting-started/). ---- **Notes**: [Jira ticket](https://mattermost.atlassian.net/browse/MM-16738) __Test Key: M16738 - Use keyboard navigation in emoji picker__ __Test Group: Messaging__ __Steps:__ 1. Open any emoji picker (can be in center message box or RHS reply box, or reaction in center or RHS) 2. Press down arrow a few times 3. Press right arrow a couple times 4. Press up arrow a couple times __Expected:__ - Emoji picker highlight moves up, down, left, right according to the arrow you press - When opening the emoji picker on a post that is not near the bottom of the channel, ensure that you are not scrolled up or down unexpectedly. See our end-to-end testing documentation for reference - https://developers.mattermost.com/contribute/webapp/end-to-end-tests/
test
ui automation write an automated test using cypress for use keyboard navigation in emoji picker if you re interested please comment here and come on our daily build server where you can discuss questions with community members and the mattermost core team for technical advice or questions please new contributors please see our notes test key use keyboard navigation in emoji picker test group messaging steps open any emoji picker can be in center message box or rhs reply box or reaction in center or rhs press down arrow a few times press right arrow a couple times press up arrow a couple times expected emoji picker highlight moves up down left right according to the arrow you press when opening the emoji picker on a post that is not near the bottom of the channel ensure that you are not scrolled up or down unexpectedly see our end to end testing documentation for reference
1
76,117
9,381,710,845
IssuesEvent
2019-04-04 20:20:42
aws/aws-toolkit-vscode
https://api.github.com/repos/aws/aws-toolkit-vscode
closed
Release readiness
needs-design
automated release pipelines operational readiness review marketplace account -- use same as VS/VSTS extensions
1.0
Release readiness - automated release pipelines operational readiness review marketplace account -- use same as VS/VSTS extensions
non_test
release readiness automated release pipelines operational readiness review marketplace account use same as vs vsts extensions
0
145,436
11,694,060,562
IssuesEvent
2020-03-06 02:41:03
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Failing test: X-Pack Saved Object API Integration Tests -- security_only.x-pack/test/saved_object_api_integration/security_only/apis/bulk_updateยทts - saved objects security only enabled bulkUpdate rbac user with all globally "before all" hook for "should return 403 for hiddentype doc"
failed-test
A test failed on a tracked branch ``` { DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. at emitDeprecationWarning (internal/process/promises.js:111:13) at emitWarning (internal/process/promises.js:104:3) at emitPromiseRejectionWarnings (internal/process/promises.js:143:7) at process._tickCallback (internal/process/next_tick.js:69:34) name: 'DeprecationWarning', code: 'DEP0018', uncaught: true, multiple: [ Error: [migrate saved objects] request failed (attempt=5/5) -- and ran out of retries at KbnClientRequester.request (/dev/shm/workspace/kibana/packages/kbn-dev-utils/target/kbn_client/kbn_client_requester.js:99:23) at process._tickCallback (internal/process/next_tick.js:68:7) ] } ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.x/3426/) <!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Saved Object API Integration Tests -- security_only.x-pack/test/saved_object_api_integration/security_only/apis/bulk_updateยทts","test.name":"saved objects security only enabled bulkUpdate rbac user with all globally \"before all\" hook for \"should return 403 for hiddentype doc\"","test.failCount":1}} -->
1.0
Failing test: X-Pack Saved Object API Integration Tests -- security_only.x-pack/test/saved_object_api_integration/security_only/apis/bulk_updateยทts - saved objects security only enabled bulkUpdate rbac user with all globally "before all" hook for "should return 403 for hiddentype doc" - A test failed on a tracked branch ``` { DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. at emitDeprecationWarning (internal/process/promises.js:111:13) at emitWarning (internal/process/promises.js:104:3) at emitPromiseRejectionWarnings (internal/process/promises.js:143:7) at process._tickCallback (internal/process/next_tick.js:69:34) name: 'DeprecationWarning', code: 'DEP0018', uncaught: true, multiple: [ Error: [migrate saved objects] request failed (attempt=5/5) -- and ran out of retries at KbnClientRequester.request (/dev/shm/workspace/kibana/packages/kbn-dev-utils/target/kbn_client/kbn_client_requester.js:99:23) at process._tickCallback (internal/process/next_tick.js:68:7) ] } ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.x/3426/) <!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Saved Object API Integration Tests -- security_only.x-pack/test/saved_object_api_integration/security_only/apis/bulk_updateยทts","test.name":"saved objects security only enabled bulkUpdate rbac user with all globally \"before all\" hook for \"should return 403 for hiddentype doc\"","test.failCount":1}} -->
test
failing test x pack saved object api integration tests security only x pack test saved object api integration security only apis bulk updateยทts saved objects security only enabled bulkupdate rbac user with all globally before all hook for should return for hiddentype doc a test failed on a tracked branch deprecationwarning unhandled promise rejections are deprecated in the future promise rejections that are not handled will terminate the node js process with a non zero exit code at emitdeprecationwarning internal process promises js at emitwarning internal process promises js at emitpromiserejectionwarnings internal process promises js at process tickcallback internal process next tick js name deprecationwarning code uncaught true multiple request failed attempt and ran out of retries at kbnclientrequester request dev shm workspace kibana packages kbn dev utils target kbn client kbn client requester js at process tickcallback internal process next tick js first failure
1
15,922
3,489,063,104
IssuesEvent
2016-01-03 15:08:52
webdriverio/webdriverio
https://api.github.com/repos/webdriverio/webdriverio
closed
implement interface for post-processing plugins
Enhancement test runner
I'm looking for a way to update a job for a service I'm using (to mark whether it has passed or not). I have 2 ideas, either: 1. provide additional options to specify the API url where to send the PUT request to, and which parameters to send 2. or expose an event, providing the callback with `sessionId` and whether the test has passed or not, so we can update the job using the API of our service. The 1st one is ideal, because we don't have to load a request module.
1.0
implement interface for post-processing plugins - I'm looking for a way to update a job for a service I'm using (to mark whether it has passed or not). I have 2 ideas, either: 1. provide additional options to specify the API url where to send the PUT request to, and which parameters to send 2. or expose an event, providing the callback with `sessionId` and whether the test has passed or not, so we can update the job using the API of our service. The 1st one is ideal, because we don't have to load a request module.
test
implement interface for post processing plugins i m looking for a way to update a job for a service i m using to mark whether it has passed or not i have ideas either provide additional options to specify the api url where to send the put request to and which parameters to send or expose an event providing the callback with sessionid and whether the test has passed or not so we can update the job using the api of our service the one is ideal because we don t have to load a request module
1
112,141
9,554,710,257
IssuesEvent
2019-05-02 23:08:33
istio/istio
https://api.github.com/repos/istio/istio
closed
Tests are failing because unrecognized import path istio.io/test-infra/boskos/cmd/mason_client
kind/test failure
Snippet of error logs ``` + go get istio.io/test-infra/boskos/cmd/mason_client package istio.io/test-infra/boskos/cmd/mason_client: unrecognized import path "istio.io/test-infra/boskos/cmd/mason_client" (https fetch: Get https://istio.io/test-infra/boskos/cmd/mason_client?go-get=1: net/http: TLS handshake timeout) + cleanup + [[ True == \T\r\u\e ]] + unsetup_clusters ++ kubectl config current-context error: current-context is not set + PILOT_CLUSTER= ``` Example PR: https://github.com/istio/istio/pull/13627
1.0
Tests are failing because unrecognized import path istio.io/test-infra/boskos/cmd/mason_client - Snippet of error logs ``` + go get istio.io/test-infra/boskos/cmd/mason_client package istio.io/test-infra/boskos/cmd/mason_client: unrecognized import path "istio.io/test-infra/boskos/cmd/mason_client" (https fetch: Get https://istio.io/test-infra/boskos/cmd/mason_client?go-get=1: net/http: TLS handshake timeout) + cleanup + [[ True == \T\r\u\e ]] + unsetup_clusters ++ kubectl config current-context error: current-context is not set + PILOT_CLUSTER= ``` Example PR: https://github.com/istio/istio/pull/13627
test
tests are failing because unrecognized import path istio io test infra boskos cmd mason client snippet of error logs go get istio io test infra boskos cmd mason client package istio io test infra boskos cmd mason client unrecognized import path istio io test infra boskos cmd mason client https fetch get net http tls handshake timeout cleanup unsetup clusters kubectl config current context error current context is not set pilot cluster example pr
1
433,615
30,339,840,115
IssuesEvent
2023-07-11 12:03:39
bakdata/kpops
https://api.github.com/repos/bakdata/kpops
opened
Add version dropdown to the documentation
area/documentation
Copy [Quick](https://bakdata.github.io/quick/0.8/user/), allow users to choose a version from a dropdown menu at the top of the website. Add a `latest` option and keep as many of the links on the website pointing to the `latest` version instead of a specific one. Would be useful for editor-integration for example. (Optional)
1.0
Add version dropdown to the documentation - Copy [Quick](https://bakdata.github.io/quick/0.8/user/), allow users to choose a version from a dropdown menu at the top of the website. Add a `latest` option and keep as many of the links on the website pointing to the `latest` version instead of a specific one. Would be useful for editor-integration for example. (Optional)
non_test
add version dropdown to the documentation copy allow users to choose a version from a dropdown menu at the top of the website add a latest option and keep as many of the links on the website pointing to the latest version instead of a specific one would be useful for editor integration for example optional
0
1,082
2,531,636,410
IssuesEvent
2015-01-23 09:18:34
tggwlcube/CuBe_NTS
https://api.github.com/repos/tggwlcube/CuBe_NTS
closed
In Release 2.1.1.0 not show some customer (SANGG1501 and SANGT1501)
Solved Please test and close it if convinced
In Release 2.1.1.0 not show some customer. ![cube_nts_issue_22012015_01](https://cloud.githubusercontent.com/assets/9858029/5852770/98b89e02-a24e-11e4-8d48-1084fd83608d.JPG) In Release 2.0.7.0 ![cube_nts_issue_22012015_02](https://cloud.githubusercontent.com/assets/9858029/5852773/a1bc368a-a24e-11e4-9359-f6d69e074f8b.JPG) Created SANGT1501 in release 2.0.7.0 Created SANGG1501 in release 2.1.1.0 but customer detail show that in release 2.0.7.0 only
1.0
In Release 2.1.1.0 not show some customer (SANGG1501 and SANGT1501) - In Release 2.1.1.0 not show some customer. ![cube_nts_issue_22012015_01](https://cloud.githubusercontent.com/assets/9858029/5852770/98b89e02-a24e-11e4-8d48-1084fd83608d.JPG) In Release 2.0.7.0 ![cube_nts_issue_22012015_02](https://cloud.githubusercontent.com/assets/9858029/5852773/a1bc368a-a24e-11e4-9359-f6d69e074f8b.JPG) Created SANGT1501 in release 2.0.7.0 Created SANGG1501 in release 2.1.1.0 but customer detail show that in release 2.0.7.0 only
test
in release not show some customer and in release not show some customer in release created in release created in release but customer detail show that in release only
1
774,403
27,195,452,142
IssuesEvent
2023-02-20 04:32:02
openmsupply/open-msupply
https://api.github.com/repos/openmsupply/open-msupply
closed
Postgres running out of memory
bug back-end sync v5 Priority: High
When running in development with postgres DB I cannot initialise modest sized sites. In my tests I am initialising and integrating about 180K records, at about 10 mins into integration I get this error and integration stops: ``` 2022-12-01 17:57:26.443497 WARN service::sync::translation_and_integration - DBError { msg: "UNKNOWN", extra: "\"\\\"out of shared memory\\\"\"" } "6C2C13CE7735AB4CA5E002AF1B533E61" "requisition_line" service/src/sync/translation_and_integration.rs:125 ``` Likely unrelated, but during initialisation I get many, many errors for unsupported records. **Interestingly this is totally fine when running sqlite.** Preliminary googling suggests this is likely due to having too many transactions within a transaction.
1.0
Postgres running out of memory - When running in development with postgres DB I cannot initialise modest sized sites. In my tests I am initialising and integrating about 180K records, at about 10 mins into integration I get this error and integration stops: ``` 2022-12-01 17:57:26.443497 WARN service::sync::translation_and_integration - DBError { msg: "UNKNOWN", extra: "\"\\\"out of shared memory\\\"\"" } "6C2C13CE7735AB4CA5E002AF1B533E61" "requisition_line" service/src/sync/translation_and_integration.rs:125 ``` Likely unrelated, but during initialisation I get many, many errors for unsupported records. **Interestingly this is totally fine when running sqlite.** Preliminary googling suggests this is likely due to having too many transactions within a transaction.
non_test
postgres running out of memory when running in development with postgres db i cannot initialise modest sized sites in my tests i am initialising and integrating about records at about mins into integration i get this error and integration stops warn service sync translation and integration dberror msg unknown extra out of shared memory requisition line service src sync translation and integration rs likely unrelated but during initialisation i get many many errors for unsupported records interestingly this is totally fine when running sqlite preliminary googling suggests this is likely due to having too many transactions within a transaction
0
95,263
8,554,533,516
IssuesEvent
2018-11-08 06:49:54
rocket-pool/rocketpool
https://api.github.com/repos/rocket-pool/rocketpool
opened
Solidity Code Coverage
enhancement unit tests
Need to add in proper code coverage along side our extensive unit tests and into Travis. Using `solidity-coverage` is our best bet imo https://github.com/sc-forks/solidity-coverage I've added this as a new test script that can be run as `npm run test-cov`. It currently fails for me though with an EOAC error, might just be my WSL env though. Objectives: - [ ] Get `test-cov` script running successfully. - [ ] Get implement into Travis. - [ ] Get coverage > 95% in all current tests, higher the better obv.
1.0
Solidity Code Coverage - Need to add in proper code coverage along side our extensive unit tests and into Travis. Using `solidity-coverage` is our best bet imo https://github.com/sc-forks/solidity-coverage I've added this as a new test script that can be run as `npm run test-cov`. It currently fails for me though with an EOAC error, might just be my WSL env though. Objectives: - [ ] Get `test-cov` script running successfully. - [ ] Get implement into Travis. - [ ] Get coverage > 95% in all current tests, higher the better obv.
test
solidity code coverage need to add in proper code coverage along side our extensive unit tests and into travis using solidity coverage is our best bet imo i ve added this as a new test script that can be run as npm run test cov it currently fails for me though with an eoac error might just be my wsl env though objectives get test cov script running successfully get implement into travis get coverage in all current tests higher the better obv
1
46,623
5,824,806,941
IssuesEvent
2017-05-07 16:08:48
Iammiind/ariyamanTeam
https://api.github.com/repos/Iammiind/ariyamanTeam
closed
Unit Test Firefruit Tree Class
Unit Test
Requirement: GH-25, GH-26, GH-27, GH-28 Implementation tasks: GH-12
1.0
Unit Test Firefruit Tree Class - Requirement: GH-25, GH-26, GH-27, GH-28 Implementation tasks: GH-12
test
unit test firefruit tree class requirement gh gh gh gh implementation tasks gh
1
700,685
24,069,206,098
IssuesEvent
2022-09-17 23:43:49
asastats/channel
https://api.github.com/repos/asastats/channel
opened
[Internal] Add NFD ASA as NFTs under NFD collection
feature medium priority
It implies adding the NFD marketplace to the ASA Stats engine as an NFT market.
1.0
[Internal] Add NFD ASA as NFTs under NFD collection - It implies adding the NFD marketplace to the ASA Stats engine as an NFT market.
non_test
add nfd asa as nfts under nfd collection it implies adding the nfd marketplace to the asa stats engine as an nft market
0
307,574
23,205,243,652
IssuesEvent
2022-08-02 04:11:16
spencercjh/jOOQ-Plus
https://api.github.com/repos/spencercjh/jOOQ-Plus
reopened
More docs to describe the project and illustrate how to use it
documentation good first issue
- [x] Add README - [x] Add Code of Conduct - [x] Add issues template - [ ] Add CONTRIBUTING
1.0
More docs to describe the project and illustrate how to use it - - [x] Add README - [x] Add Code of Conduct - [x] Add issues template - [ ] Add CONTRIBUTING
non_test
more docs to describe the project and illustrate how to use it add readme add code of conduct add issues template add contributing
0
264,200
20,009,980,089
IssuesEvent
2022-02-01 04:24:11
AllInOneYT/react-native-thermal-printer
https://api.github.com/repos/AllInOneYT/react-native-thermal-printer
opened
Doc: print to specific bluetooth mac address
documentation help wanted good first issue
Could someone help to create documentation for #22 so we can release the update soon? Thank you
1.0
Doc: print to specific bluetooth mac address - Could someone help to create documentation for #22 so we can release the update soon? Thank you
non_test
doc print to specific bluetooth mac address could someone help to create documentation for so we can release the update soon thank you
0
20,878
6,114,274,845
IssuesEvent
2017-06-22 00:29:23
ganeti/ganeti
https://api.github.com/repos/ganeti/ganeti
opened
xen should destroy instance on reboot
imported_from_google_code Status:Released
Originally reported of Google Code with ID 165. ``` When a xen instance is rebooted, currently xen restarts it immediately with the original config. This means that restarting the instance to pick up a new kernel, or different parameters, doesn't work how users expect. A particular pain-point is that if special parameters (kernel/initrd/args) are used to start an install, when the installer finishes and reboots the instance, the install will just re-start. ``` Originally added on 2011-06-06 13:35:01 +0000 UTC.
1.0
xen should destroy instance on reboot - Originally reported of Google Code with ID 165. ``` When a xen instance is rebooted, currently xen restarts it immediately with the original config. This means that restarting the instance to pick up a new kernel, or different parameters, doesn't work how users expect. A particular pain-point is that if special parameters (kernel/initrd/args) are used to start an install, when the installer finishes and reboots the instance, the install will just re-start. ``` Originally added on 2011-06-06 13:35:01 +0000 UTC.
non_test
xen should destroy instance on reboot originally reported of google code with id when a xen instance is rebooted currently xen restarts it immediately with the original config this means that restarting the instance to pick up a new kernel or different parameters doesn t work how users expect a particular pain point is that if special parameters kernel initrd args are used to start an install when the installer finishes and reboots the instance the install will just re start originally added on utc
0
21,037
3,868,993,140
IssuesEvent
2016-04-10 10:10:58
blackwatchint/modpack
https://api.github.com/repos/blackwatchint/modpack
opened
Some CUP Weapons fire above aimed position
Medium Priority Modpack Needs Testing
Discovered while testing some other elements of CUP, that specific weapons are firing above their aimed position. This is most easily identifiable in the Virtual Arsenal scenario built-in to Arma 3 where the bullet trajectories and dummy hit points are displayed. Taking a VSS Vintorez and aiming at the head of a dummy at a range of 200-300m, the bullet trajectory starts slightly above the barrel of the gun, travels upwards at 3-5' and goes over the target. I've replicated the issue with 3-4 other guns so far.
1.0
Some CUP Weapons fire above aimed position - Discovered while testing some other elements of CUP, that specific weapons are firing above their aimed position. This is most easily identifiable in the Virtual Arsenal scenario built-in to Arma 3 where the bullet trajectories and dummy hit points are displayed. Taking a VSS Vintorez and aiming at the head of a dummy at a range of 200-300m, the bullet trajectory starts slightly above the barrel of the gun, travels upwards at 3-5' and goes over the target. I've replicated the issue with 3-4 other guns so far.
test
some cup weapons fire above aimed position discovered while testing some other elements of cup that specific weapons are firing above their aimed position this is most easily identifiable in the virtual arsenal scenario built in to arma where the bullet trajectories and dummy hit points are displayed taking a vss vintorez and aiming at the head of a dummy at a range of the bullet trajectory starts slightly above the barrel of the gun travels upwards at and goes over the target i ve replicated the issue with other guns so far
1
488,508
14,078,831,930
IssuesEvent
2020-11-04 14:06:40
FreezingMoon/AncientBeast
https://api.github.com/repos/FreezingMoon/AncientBeast
opened
online matches freezing
abilities coding multiplayer priority
Some online multiplayer matches that I've played ended by because of game freezing after the blue player ended turn, but game was saying it was my turn, though blue unit was still showing up as active. It might be because of a UI/animation thing or caused by overlapping units due to certain abilities #1804 #1797 ![bugs](https://user-images.githubusercontent.com/587487/98121035-6b1f6480-1eb7-11eb-832a-d31e138e2cde.jpg) ![game freezing due to animation](https://user-images.githubusercontent.com/587487/98121049-707caf00-1eb7-11eb-9790-cc96cc16ee24.jpg)
1.0
online matches freezing - Some online multiplayer matches that I've played ended by because of game freezing after the blue player ended turn, but game was saying it was my turn, though blue unit was still showing up as active. It might be because of a UI/animation thing or caused by overlapping units due to certain abilities #1804 #1797 ![bugs](https://user-images.githubusercontent.com/587487/98121035-6b1f6480-1eb7-11eb-832a-d31e138e2cde.jpg) ![game freezing due to animation](https://user-images.githubusercontent.com/587487/98121049-707caf00-1eb7-11eb-9790-cc96cc16ee24.jpg)
non_test
online matches freezing some online multiplayer matches that i ve played ended by because of game freezing after the blue player ended turn but game was saying it was my turn though blue unit was still showing up as active it might be because of a ui animation thing or caused by overlapping units due to certain abilities
0
282,898
24,503,461,895
IssuesEvent
2022-10-10 14:30:38
Azure/ResourceModules
https://api.github.com/repos/Azure/ResourceModules
opened
[Feature Request]: Improve CARML module validation common tests
enhancement good first issue [cat] modules [cat] testing hacktoberfest
### Description This issue is used to suggest and track issues for extending CARML module validation tests in the context of the ongoing [Hacktoberfest](https://https//hacktoberfest.com/). `deploy.test.bicep` templates included in the `.test/common` folder of each module, aim to validate as many parameters as possible. The following are currently missing: - [ ] Add tags to `Microsoft.KeyVault\vaults` common test
1.0
[Feature Request]: Improve CARML module validation common tests - ### Description This issue is used to suggest and track issues for extending CARML module validation tests in the context of the ongoing [Hacktoberfest](https://https//hacktoberfest.com/). `deploy.test.bicep` templates included in the `.test/common` folder of each module, aim to validate as many parameters as possible. The following are currently missing: - [ ] Add tags to `Microsoft.KeyVault\vaults` common test
test
improve carml module validation common tests description this issue is used to suggest and track issues for extending carml module validation tests in the context of the ongoing deploy test bicep templates included in the test common folder of each module aim to validate as many parameters as possible the following are currently missing add tags to microsoft keyvault vaults common test
1
138,517
11,203,247,757
IssuesEvent
2020-01-04 18:33:04
FlightControl-Master/MOOSE
https://api.github.com/repos/FlightControl-Master/MOOSE
closed
Errors in log wit 2.5pre1
bug fixed ready for testing
Hi, With v2.5.0pre1 I am getting this errors in log: ``` 2019-11-16 22:26:10.195 INFO SCRIPTING: 108683(113980)/I: AI_A2A_CAP1647360.onafterRTB(Group 6. RU FS/1#003 ... RTB! ( Fuel )) 2019-11-16 22:26:15.649 INFO SCRIPTING: 109732( -1)/I: AI_A2A_CAP2358227.function({[1]={[GroupName]=1. ABK FS/1#004,[ClassName]=GROUP,[Takeoff]={[Air]=1,[Hot]=3,[Runway]=2,[Cold]=4,},},[2]=Patrolling,[3]=EngageRoute,[4]=Engaging,[5]={[Units]={},[Filter]={[Active]=false,},[FilterMeta]={[Categories]={[helicopter]=1,[ship]=3,[ground]=2,[structure]=4,[plane]=0,},[Coalitions]={[neutral]=0,[blue]=2,[red]=1,},},[current]=Started,[ClassName]=SET_UNIT,},}) 2019-11-16 22:26:15.650 INFO SCRIPTING: 29547(109754)/E: BASE00000.GetPointVec3({[1]=Cannot GetPointVec3,[Positionable]={[ClassName]=UNIT,[UnitName]=Pilot #091,},}) 2019-11-16 22:26:15.650 INFO SCRIPTING: Error in SCHEDULER function:[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:109755: attempt to index local 'TargetCoord' (a nil value) 2019-11-16 22:26:15.650 INFO SCRIPTING: stack traceback: [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22571: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22567> [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:109755: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:109730> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22580: in function '_call_handler' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22341: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22251> (tail call): ? [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:114033: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:114024> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22245: in function '_call_handler' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22341: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22251> (tail call): ? [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:114528: in function 'ProcessDetected' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:137143: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:137139> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22245: in function '_call_handler' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22341: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22251> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:5621: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:5569> ``` mis000040D9.lua is Moose.lua '*** MOOSE GITHUB Commit Hash ID: 2019-11-09T19:57:17.0000000Z-d06de7bc42c75786653b852b110c33477530f008 ***' - that pre1 version. also got this ``` 2019-11-16 19:21:36.397 INFO Scripting: event:type=crash,t=35580.611,initiatorMissionID=1000537,initiator=1. ABK FS/1#015-01, 2019-11-16 19:21:36.626 INFO SCRIPTING: Error in SCHEDULER function:[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:35149: attempt to index a nil value 2019-11-16 19:21:36.626 INFO SCRIPTING: stack traceback: [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:22571: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:22567> [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:35149: in function 'GetCallsign' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:113982: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:113976> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:22580: in function '_call_handler' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:22341: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:22251> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:5621: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:5569> ``` again mis00001ED3.lua is Moose.lua
1.0
Errors in log wit 2.5pre1 - Hi, With v2.5.0pre1 I am getting this errors in log: ``` 2019-11-16 22:26:10.195 INFO SCRIPTING: 108683(113980)/I: AI_A2A_CAP1647360.onafterRTB(Group 6. RU FS/1#003 ... RTB! ( Fuel )) 2019-11-16 22:26:15.649 INFO SCRIPTING: 109732( -1)/I: AI_A2A_CAP2358227.function({[1]={[GroupName]=1. ABK FS/1#004,[ClassName]=GROUP,[Takeoff]={[Air]=1,[Hot]=3,[Runway]=2,[Cold]=4,},},[2]=Patrolling,[3]=EngageRoute,[4]=Engaging,[5]={[Units]={},[Filter]={[Active]=false,},[FilterMeta]={[Categories]={[helicopter]=1,[ship]=3,[ground]=2,[structure]=4,[plane]=0,},[Coalitions]={[neutral]=0,[blue]=2,[red]=1,},},[current]=Started,[ClassName]=SET_UNIT,},}) 2019-11-16 22:26:15.650 INFO SCRIPTING: 29547(109754)/E: BASE00000.GetPointVec3({[1]=Cannot GetPointVec3,[Positionable]={[ClassName]=UNIT,[UnitName]=Pilot #091,},}) 2019-11-16 22:26:15.650 INFO SCRIPTING: Error in SCHEDULER function:[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:109755: attempt to index local 'TargetCoord' (a nil value) 2019-11-16 22:26:15.650 INFO SCRIPTING: stack traceback: [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22571: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22567> [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:109755: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:109730> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22580: in function '_call_handler' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22341: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22251> (tail call): ? [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:114033: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:114024> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22245: in function '_call_handler' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22341: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22251> (tail call): ? [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:114528: in function 'ProcessDetected' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:137143: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:137139> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22245: in function '_call_handler' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22341: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:22251> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:5621: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis000040D9.lua"]:5569> ``` mis000040D9.lua is Moose.lua '*** MOOSE GITHUB Commit Hash ID: 2019-11-09T19:57:17.0000000Z-d06de7bc42c75786653b852b110c33477530f008 ***' - that pre1 version. also got this ``` 2019-11-16 19:21:36.397 INFO Scripting: event:type=crash,t=35580.611,initiatorMissionID=1000537,initiator=1. ABK FS/1#015-01, 2019-11-16 19:21:36.626 INFO SCRIPTING: Error in SCHEDULER function:[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:35149: attempt to index a nil value 2019-11-16 19:21:36.626 INFO SCRIPTING: stack traceback: [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:22571: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:22567> [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:35149: in function 'GetCallsign' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:113982: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:113976> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:22580: in function '_call_handler' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:22341: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:22251> (tail call): ? [C]: in function 'xpcall' [string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:5621: in function <[string "C:\Users\didi\AppData\Local\Temp\DCS.openbeta_server\/~mis00001ED3.lua"]:5569> ``` again mis00001ED3.lua is Moose.lua
test
errors in log wit hi with i am getting this errors in log info scripting i ai onafterrtb group ru fs rtb fuel info scripting i ai function abk fs group patrolling engageroute engaging false started set unit info scripting e cannot unit pilot info scripting error in scheduler function attempt to index local targetcoord a nil value info scripting stack traceback in function in function tail call in function xpcall in function call handler in function tail call in function tail call in function xpcall in function call handler in function tail call in function processdetected in function tail call in function xpcall in function call handler in function tail call in function xpcall in function lua is moose lua moose github commit hash id that version also got this info scripting event type crash t initiatormissionid initiator abk fs info scripting error in scheduler function attempt to index a nil value info scripting stack traceback in function in function getcallsign in function tail call in function xpcall in function call handler in function tail call in function xpcall in function again lua is moose lua
1
34,897
14,540,951,306
IssuesEvent
2020-12-15 13:59:25
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
"PHP app with MySQL" specifies inconsistent runtimes, causing failed deploy
app-service/svc assigned-to-author doc-bug triaged
The [section "Create a web app"](https://docs.microsoft.com/en-us/azure/app-service/tutorial-php-mysql-app?pivots=platform-linux#create-a-web-app) states that > The runtime is set to PHP|7.0." but the CLI commands specifically sets `--runtime "PHP|7.3": ``` # Bash az webapp create --resource-group myResourceGroup --plan myAppServicePlan --name <app-name> --runtime "PHP|7.3" --deployment-local-git # PowerShell az --% webapp create --resource-group myResourceGroup --plan myAppServicePlan --name <app-name> --runtime "PHP|7.3" --deployment-local-git ``` This causes a failed deploy because the project is [not compatible with PHP 7.3](Azure-Samples/laravel-tasks/issues/20). --- #### Document Details โš  *Do not edit this section. It is required for docs.microsoft.com โžŸ GitHub issue linking.* * ID: 0ac69cc1-da55-0221-3068-68c32247cf07 * Version Independent ID: f990d756-a826-dbdd-29b6-3f7663521595 * Content: [Tutorial: PHP app with MySQL - Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/tutorial-php-mysql-app?pivots=platform-linux#deploy-to-azure) * Content Source: [articles/app-service/tutorial-php-mysql-app.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service/tutorial-php-mysql-app.md) * Service: **app-service** * GitHub Login: @cephalin * Microsoft Alias: **cephalin**
1.0
"PHP app with MySQL" specifies inconsistent runtimes, causing failed deploy - The [section "Create a web app"](https://docs.microsoft.com/en-us/azure/app-service/tutorial-php-mysql-app?pivots=platform-linux#create-a-web-app) states that > The runtime is set to PHP|7.0." but the CLI commands specifically sets `--runtime "PHP|7.3": ``` # Bash az webapp create --resource-group myResourceGroup --plan myAppServicePlan --name <app-name> --runtime "PHP|7.3" --deployment-local-git # PowerShell az --% webapp create --resource-group myResourceGroup --plan myAppServicePlan --name <app-name> --runtime "PHP|7.3" --deployment-local-git ``` This causes a failed deploy because the project is [not compatible with PHP 7.3](Azure-Samples/laravel-tasks/issues/20). --- #### Document Details โš  *Do not edit this section. It is required for docs.microsoft.com โžŸ GitHub issue linking.* * ID: 0ac69cc1-da55-0221-3068-68c32247cf07 * Version Independent ID: f990d756-a826-dbdd-29b6-3f7663521595 * Content: [Tutorial: PHP app with MySQL - Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/tutorial-php-mysql-app?pivots=platform-linux#deploy-to-azure) * Content Source: [articles/app-service/tutorial-php-mysql-app.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service/tutorial-php-mysql-app.md) * Service: **app-service** * GitHub Login: @cephalin * Microsoft Alias: **cephalin**
non_test
php app with mysql specifies inconsistent runtimes causing failed deploy the states that the runtime is set to php but the cli commands specifically sets runtime php bash az webapp create resource group myresourcegroup plan myappserviceplan name runtime php deployment local git powershell az webapp create resource group myresourcegroup plan myappserviceplan name runtime php deployment local git this causes a failed deploy because the project is azure samples laravel tasks issues document details โš  do not edit this section it is required for docs microsoft com โžŸ github issue linking id version independent id dbdd content content source service app service github login cephalin microsoft alias cephalin
0
336,478
30,195,744,369
IssuesEvent
2023-07-04 20:45:34
neuropoly/data-management
https://api.github.com/repos/neuropoly/data-management
opened
Subject folders not BIDDS compliant sct-testing-large
dataset: sct-testing-large
## Description For some subjects in `sct-testing-large`, the session name was added to the subject name leading to errors in some scripts like [manual-correction](https://github.com/spinalcordtoolbox/manual-correction) Therefore, the same subject is appearing multiple times as if it was multiple subjects <img width="407" alt="Capture dโ€™eฬcran 2023-07-04 aฬ€ 16 42 23" src="https://github.com/neuropoly/data-management/assets/68945192/ee6f008c-6534-406f-b0c8-db9dc4c556d1">
1.0
Subject folders not BIDDS compliant sct-testing-large - ## Description For some subjects in `sct-testing-large`, the session name was added to the subject name leading to errors in some scripts like [manual-correction](https://github.com/spinalcordtoolbox/manual-correction) Therefore, the same subject is appearing multiple times as if it was multiple subjects <img width="407" alt="Capture dโ€™eฬcran 2023-07-04 aฬ€ 16 42 23" src="https://github.com/neuropoly/data-management/assets/68945192/ee6f008c-6534-406f-b0c8-db9dc4c556d1">
test
subject folders not bidds compliant sct testing large description for some subjects in sct testing large the session name was added to the subject name leading to errors in some scripts like therefore the same subject is appearing multiple times as if it was multiple subjects img width alt capture dโ€™eฬcran aฬ€ src
1
13,104
3,310,348,773
IssuesEvent
2015-11-05 08:29:42
nextgis/nextgisweb_compulink
https://api.github.com/repos/nextgis/nextgisweb_compulink
closed
ะ”ะพะฑะฐะฒะธั‚ัŒ ั‚ะธะฟ ะพะฑัŠะตะบั‚ะฐ ะฒ ะพะบะฝะพ ะธะดะตะฝั‚ะธั„ะธะบะฐั†ะธะธ
ready-to-testing Standard Priority
ะกะตะนั‡ะฐั ะฒั‹ะฒะพะดะธั‚ัั ะฝะฐะทะฒะฐะฝะธะต (#) ะพะฑัŠะตะบั‚ะฐ ะธ ั€ะพะดะธั‚ะตะปัŒัะบะธะน ัะปะตะผะตะฝั‚. ะะตะพะฑั…ะพะดะธะผะพ ัƒะบะฐะทั‹ะฒะฐั‚ัŒ ั‚ะธะฟ ะพะฑัŠะตะบั‚ะฐ (ะฝะฐะทะฒะฐะฝะธะต ัะปะพั).
1.0
ะ”ะพะฑะฐะฒะธั‚ัŒ ั‚ะธะฟ ะพะฑัŠะตะบั‚ะฐ ะฒ ะพะบะฝะพ ะธะดะตะฝั‚ะธั„ะธะบะฐั†ะธะธ - ะกะตะนั‡ะฐั ะฒั‹ะฒะพะดะธั‚ัั ะฝะฐะทะฒะฐะฝะธะต (#) ะพะฑัŠะตะบั‚ะฐ ะธ ั€ะพะดะธั‚ะตะปัŒัะบะธะน ัะปะตะผะตะฝั‚. ะะตะพะฑั…ะพะดะธะผะพ ัƒะบะฐะทั‹ะฒะฐั‚ัŒ ั‚ะธะฟ ะพะฑัŠะตะบั‚ะฐ (ะฝะฐะทะฒะฐะฝะธะต ัะปะพั).
test
ะดะพะฑะฐะฒะธั‚ัŒ ั‚ะธะฟ ะพะฑัŠะตะบั‚ะฐ ะฒ ะพะบะฝะพ ะธะดะตะฝั‚ะธั„ะธะบะฐั†ะธะธ ัะตะนั‡ะฐั ะฒั‹ะฒะพะดะธั‚ัั ะฝะฐะทะฒะฐะฝะธะต ะพะฑัŠะตะบั‚ะฐ ะธ ั€ะพะดะธั‚ะตะปัŒัะบะธะน ัะปะตะผะตะฝั‚ ะฝะตะพะฑั…ะพะดะธะผะพ ัƒะบะฐะทั‹ะฒะฐั‚ัŒ ั‚ะธะฟ ะพะฑัŠะตะบั‚ะฐ ะฝะฐะทะฒะฐะฝะธะต ัะปะพั
1
252,306
21,569,860,918
IssuesEvent
2022-05-02 06:40:58
stores-cedcommerce/Karan-Patel-wholesale---Internal--May-4th
https://api.github.com/repos/stores-cedcommerce/Karan-Patel-wholesale---Internal--May-4th
closed
Contactus form in the footer, the phone number should not have the validation for 10 digits some countries have less or greater than 10 digits phone number.
Footer section Desktop Ready to test fixed Contact us / about us / and all static pages
**Actual result:** Contactus form in the footer, the phone number should not have the validation for 10 digits some countries have less or greater than 10 digits phone number. ![image](https://user-images.githubusercontent.com/102131636/165450780-0670f162-8ba1-448f-95e4-dcd030bae4b8.png) **Expected result:** The phone number on contact us form should not have the 10 digit mobile number exactly.
1.0
Contactus form in the footer, the phone number should not have the validation for 10 digits some countries have less or greater than 10 digits phone number. - **Actual result:** Contactus form in the footer, the phone number should not have the validation for 10 digits some countries have less or greater than 10 digits phone number. ![image](https://user-images.githubusercontent.com/102131636/165450780-0670f162-8ba1-448f-95e4-dcd030bae4b8.png) **Expected result:** The phone number on contact us form should not have the 10 digit mobile number exactly.
test
contactus form in the footer the phone number should not have the validation for digits some countries have less or greater than digits phone number actual result contactus form in the footer the phone number should not have the validation for digits some countries have less or greater than digits phone number expected result the phone number on contact us form should not have the digit mobile number exactly
1
3,740
2,909,256,823
IssuesEvent
2015-06-20 15:11:44
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Paradox: Module state published and unpublished at the same time
No Code Attached Yet
When a module extension is disabled in "Extension Manager", all the instances of existing modules appear unpublished in module manager list. On the contrary, they appear published if you enter editing one of them. On the modules list, if the user clicks on the red cross or the "Publish" button in the toolbar, a message shows that the module has been successfully published, while looking at he module list, it still seems unpublished. At this point, the user, which doesn't know that the extension has been disabled, can't know the reason why the module persists unpublished while the message says that it has been published. ![screenshot1](https://cloud.githubusercontent.com/assets/1609992/7980723/9f4e9076-0aa1-11e5-80f0-e3f590a25358.png) *Screenshot 1: In module list it seems unpublished* ![screenshot1](https://cloud.githubusercontent.com/assets/1609992/8054032/73d1d76a-0e8d-11e5-8ae7-ef6b06b1508e.png) *Screenshot 1: In editing mode the same module seems published* ## How to reproduce Described by astridx below. ## Solution proposed 1. The state of the module should reflect its actual state, that is "Extension disabled" rather than "Unpublished". This implies an icon different from the red cross. 2. When trying to enable the module, the message should be "Can't publish the module while the extension is disabled"
1.0
Paradox: Module state published and unpublished at the same time - When a module extension is disabled in "Extension Manager", all the instances of existing modules appear unpublished in module manager list. On the contrary, they appear published if you enter editing one of them. On the modules list, if the user clicks on the red cross or the "Publish" button in the toolbar, a message shows that the module has been successfully published, while looking at he module list, it still seems unpublished. At this point, the user, which doesn't know that the extension has been disabled, can't know the reason why the module persists unpublished while the message says that it has been published. ![screenshot1](https://cloud.githubusercontent.com/assets/1609992/7980723/9f4e9076-0aa1-11e5-80f0-e3f590a25358.png) *Screenshot 1: In module list it seems unpublished* ![screenshot1](https://cloud.githubusercontent.com/assets/1609992/8054032/73d1d76a-0e8d-11e5-8ae7-ef6b06b1508e.png) *Screenshot 1: In editing mode the same module seems published* ## How to reproduce Described by astridx below. ## Solution proposed 1. The state of the module should reflect its actual state, that is "Extension disabled" rather than "Unpublished". This implies an icon different from the red cross. 2. When trying to enable the module, the message should be "Can't publish the module while the extension is disabled"
non_test
paradox module state published and unpublished at the same time when a module extension is disabled in extension manager all the instances of existing modules appear unpublished in module manager list on the contrary they appear published if you enter editing one of them on the modules list if the user clicks on the red cross or the publish button in the toolbar a message shows that the module has been successfully published while looking at he module list it still seems unpublished at this point the user which doesn t know that the extension has been disabled can t know the reason why the module persists unpublished while the message says that it has been published screenshot in module list it seems unpublished screenshot in editing mode the same module seems published how to reproduce described by astridx below solution proposed the state of the module should reflect its actual state that is extension disabled rather than unpublished this implies an icon different from the red cross when trying to enable the module the message should be can t publish the module while the extension is disabled
0
56,112
6,501,548,380
IssuesEvent
2017-08-23 10:02:58
benchflow/benchflow
https://api.github.com/repos/benchflow/benchflow
closed
All calls from a resource to task scheduler must be in a thread
benchflow-test-manager bug
Check all resources and ensure that all calls to the task scheduler are done in a thread, otherwise it will take too long before we can return to the caller.
1.0
All calls from a resource to task scheduler must be in a thread - Check all resources and ensure that all calls to the task scheduler are done in a thread, otherwise it will take too long before we can return to the caller.
test
all calls from a resource to task scheduler must be in a thread check all resources and ensure that all calls to the task scheduler are done in a thread otherwise it will take too long before we can return to the caller
1
813,596
30,463,665,041
IssuesEvent
2023-07-17 08:51:04
AdguardTeam/AdGuardVPNForiOS
https://api.github.com/repos/AdguardTeam/AdGuardVPNForiOS
closed
Bing Does Not Display Results on iOS w/ Adguard VPN On
Bug waiting for data Priority: P4
### Please answer the following questions for yourself before submitting an issue. - [X] I am running the latest version - [X] I checked the documentation and found no answer - [X] I checked to make sure that this issue has not already been filed ### AdGuard VPN version 2.0.9 (77) ### Operating mode Integrated ### Environment ```markdown - OS: iOS 16.5 - Device and storage size: iPhone 12 Pro Max (128gb) ``` ### Issue Details Any time AdGuard VPN is on in integrated mode with Adguard for iOS, Bing search results do not display. Turning off the VPN (But keeping Adguard running) and Bing works properly. THe search page is completely blank, no HTML at all. This does not happen with Google/etc, only Bing, and it is enough of an issue that I never use the VPN since I do many internet searches daily as part of my job (Software Engineer). ### Expected Behavior Bing should work properly. ### Screenshots <details><summary>Screenshot 1:</summary> <!-- paste screenshot here --> </details> ### Additional Information _No response_
1.0
Bing Does Not Display Results on iOS w/ Adguard VPN On - ### Please answer the following questions for yourself before submitting an issue. - [X] I am running the latest version - [X] I checked the documentation and found no answer - [X] I checked to make sure that this issue has not already been filed ### AdGuard VPN version 2.0.9 (77) ### Operating mode Integrated ### Environment ```markdown - OS: iOS 16.5 - Device and storage size: iPhone 12 Pro Max (128gb) ``` ### Issue Details Any time AdGuard VPN is on in integrated mode with Adguard for iOS, Bing search results do not display. Turning off the VPN (But keeping Adguard running) and Bing works properly. THe search page is completely blank, no HTML at all. This does not happen with Google/etc, only Bing, and it is enough of an issue that I never use the VPN since I do many internet searches daily as part of my job (Software Engineer). ### Expected Behavior Bing should work properly. ### Screenshots <details><summary>Screenshot 1:</summary> <!-- paste screenshot here --> </details> ### Additional Information _No response_
non_test
bing does not display results on ios w adguard vpn on please answer the following questions for yourself before submitting an issue i am running the latest version i checked the documentation and found no answer i checked to make sure that this issue has not already been filed adguard vpn version operating mode integrated environment markdown os ios device and storage size iphone pro max issue details any time adguard vpn is on in integrated mode with adguard for ios bing search results do not display turning off the vpn but keeping adguard running and bing works properly the search page is completely blank no html at all this does not happen with google etc only bing and it is enough of an issue that i never use the vpn since i do many internet searches daily as part of my job software engineer expected behavior bing should work properly screenshots screenshot additional information no response
0
5,682
2,789,705,128
IssuesEvent
2015-05-08 20:58:15
rancherio/rancher
https://api.github.com/repos/rancherio/rancher
closed
Can't set members on an inactive project
area/project bug status/resolved status/to-test
v Local Project build Steps: 1. Authenticate 1. Add a project and add a owner 1. Deactivate project 1. Edit project and click save Results: 404 on `action=setmembers`
1.0
Can't set members on an inactive project - v Local Project build Steps: 1. Authenticate 1. Add a project and add a owner 1. Deactivate project 1. Edit project and click save Results: 404 on `action=setmembers`
test
can t set members on an inactive project v local project build steps authenticate add a project and add a owner deactivate project edit project and click save results on action setmembers
1
34,135
6,291,959,338
IssuesEvent
2017-07-20 03:09:10
BookletBuilder/Booklet-Builder
https://api.github.com/repos/BookletBuilder/Booklet-Builder
opened
Orphaned conjugations
unit tests TBD wiki documentation TBD
The following steps might create an orphaned conjugation: 1. Create vocabulary word 2. Create conjugation 3. Delete vocabulary word Is the conjugation still showing up in the API payload? If it is, the parent node would be "False".
1.0
Orphaned conjugations - The following steps might create an orphaned conjugation: 1. Create vocabulary word 2. Create conjugation 3. Delete vocabulary word Is the conjugation still showing up in the API payload? If it is, the parent node would be "False".
non_test
orphaned conjugations the following steps might create an orphaned conjugation create vocabulary word create conjugation delete vocabulary word is the conjugation still showing up in the api payload if it is the parent node would be false
0
347,326
31,158,183,035
IssuesEvent
2023-08-16 14:21:42
Public-Health-Scotland/source-linkage-files
https://api.github.com/repos/Public-Health-Scotland/source-linkage-files
opened
Add create_sending_location_test_flags to Social Care tests
Testing sept-update-23 Priority: Medium
- [ ] Client Lookup #783 - [ ] Demographics Lookup - [ ] All Care Home - [ ] Care Home yearly - [ ] All Home Care - [ ] Home Care yearly - [ ] All SDS - [ ] SDS yearly - [ ] All A&T - [ ] A&T yearly
1.0
Add create_sending_location_test_flags to Social Care tests - - [ ] Client Lookup #783 - [ ] Demographics Lookup - [ ] All Care Home - [ ] Care Home yearly - [ ] All Home Care - [ ] Home Care yearly - [ ] All SDS - [ ] SDS yearly - [ ] All A&T - [ ] A&T yearly
test
add create sending location test flags to social care tests client lookup demographics lookup all care home care home yearly all home care home care yearly all sds sds yearly all a t a t yearly
1
604,560
18,714,610,903
IssuesEvent
2021-11-03 01:37:38
danistark1/sensorGatewayAPISymf
https://api.github.com/repos/danistark1/sensorGatewayAPISymf
opened
[Configuration]: getConfigKey should have a default value
enhancement Priority: Low 2 pts configuration
SensorCacheHandler::getConfigKey should accept a second param that will be used in case a config value could not be found.
1.0
[Configuration]: getConfigKey should have a default value - SensorCacheHandler::getConfigKey should accept a second param that will be used in case a config value could not be found.
non_test
getconfigkey should have a default value sensorcachehandler getconfigkey should accept a second param that will be used in case a config value could not be found
0
56,766
6,528,924,655
IssuesEvent
2017-08-30 09:29:42
Interaktivtechnology/Raimon-Web
https://api.github.com/repos/Interaktivtechnology/Raimon-Web
closed
Web app reporting - Cell display definition
Interface Missing Function Need Testing
Please show the Transfer Status on the left side, Resale Status in the middle, Lease Status on the right ![image](https://user-images.githubusercontent.com/18274902/29612645-da8f4906-8834-11e7-8280-f51e1656f3f3.png) Each status follows a 2 character code. **Transfer status:** Awaiting Hand Over = AW Tentative = TN Inspected 1 = I1 Inspected 2 = I2 Inspected 3 = I3 Inspected 3+ = I+ Paid 100% = PD Recognized = RZ moved-in wo transfer = MT furniture-in wo transfer = FT Transferred = TF Final Notice = FN Problem = PB **Resale Status** Not Available = NA Available = AV Reserved = RS Booked = BK Sold = SD **Lease Status** Not Available = NA Available = AV Reserved = RS Booked = BK Leased = LD
1.0
Web app reporting - Cell display definition - Please show the Transfer Status on the left side, Resale Status in the middle, Lease Status on the right ![image](https://user-images.githubusercontent.com/18274902/29612645-da8f4906-8834-11e7-8280-f51e1656f3f3.png) Each status follows a 2 character code. **Transfer status:** Awaiting Hand Over = AW Tentative = TN Inspected 1 = I1 Inspected 2 = I2 Inspected 3 = I3 Inspected 3+ = I+ Paid 100% = PD Recognized = RZ moved-in wo transfer = MT furniture-in wo transfer = FT Transferred = TF Final Notice = FN Problem = PB **Resale Status** Not Available = NA Available = AV Reserved = RS Booked = BK Sold = SD **Lease Status** Not Available = NA Available = AV Reserved = RS Booked = BK Leased = LD
test
web app reporting cell display definition please show the transfer status on the left side resale status in the middle lease status on the right each status follows a character code transfer status awaiting hand over aw tentative tn inspected inspected inspected inspected i paid pd recognized rz moved in wo transfer mt furniture in wo transfer ft transferred tf final notice fn problem pb resale status not available na available av reserved rs booked bk sold sd lease status not available na available av reserved rs booked bk leased ld
1
61,998
15,116,023,579
IssuesEvent
2021-02-09 05:53:55
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
For tensorflow1.15: undefined symbol: ncclBroadcast
TF 1.15 stat:awaiting tensorflower subtype: ubuntu/linux type:build/install
<em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em> **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04 - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: - TensorFlow installed from (source or binary): source - TensorFlow version: 1.15.0 - Python version: 3.7 - Installed using virtualenv? pip? conda?: pip3.7 - Bazel version (if compiling from source): 0.26.0 - GCC/Compiler version (if compiling from source): - CUDA/cuDNN version: cuda10.0/cuDNN7.5.1 - GPU model and memory: **Describe the problem** This has happened after install Tensorflow1.15.0 from the source 1. bazel build: bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package and then: bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow-1.15 we got: /tmp/tensorflow-1.15/tensorflow-1.15.0-cp37-cp37m-linux_x86_64.whl 2. install tensorflow: pip install /tmp/tensorflow-1.15/tensorflow-1.15.0-cp37-cp37m-linux_x86_64.whl 3. Check if the installation is successful: #python -c "import tensorflow as tf; print(tf.__version__)" Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "/usr/local/lib/python3.7/imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "/usr/local/lib/python3.7/imp.py", line 342, in load_dynamic return _load(spec) ImportError: /usr/local/lib/python3.7/site-packages/tensorflow_core/python/_pywrap_tensorflow_internal.so: undefined symbol: ncclBroadcast During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 99, in <module> from tensorflow_core import * File "/usr/local/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 28, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__ module = self._load() File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load module = _importlib.import_module(self.__name__) File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "/usr/local/lib/python3.7/imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "/usr/local/lib/python3.7/imp.py", line 342, in load_dynamic return _load(spec) ImportError: /usr/local/lib/python3.7/site-packages/tensorflow_core/python/_pywrap_tensorflow_internal.so: undefined symbol: ncclBroadcast Failed to load the native TensorFlow runtime. See https://www.tensorflow.org/install/errors for some common reasons and solutions. Include the entire stack trace above this error message when asking for help. **Provide the exact sequence of commands / steps that you executed before running into the problem** **Any other info / logs** Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
1.0
For tensorflow1.15: undefined symbol: ncclBroadcast - <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em> **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04 - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: - TensorFlow installed from (source or binary): source - TensorFlow version: 1.15.0 - Python version: 3.7 - Installed using virtualenv? pip? conda?: pip3.7 - Bazel version (if compiling from source): 0.26.0 - GCC/Compiler version (if compiling from source): - CUDA/cuDNN version: cuda10.0/cuDNN7.5.1 - GPU model and memory: **Describe the problem** This has happened after install Tensorflow1.15.0 from the source 1. bazel build: bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package and then: bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow-1.15 we got: /tmp/tensorflow-1.15/tensorflow-1.15.0-cp37-cp37m-linux_x86_64.whl 2. install tensorflow: pip install /tmp/tensorflow-1.15/tensorflow-1.15.0-cp37-cp37m-linux_x86_64.whl 3. Check if the installation is successful: #python -c "import tensorflow as tf; print(tf.__version__)" Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "/usr/local/lib/python3.7/imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "/usr/local/lib/python3.7/imp.py", line 342, in load_dynamic return _load(spec) ImportError: /usr/local/lib/python3.7/site-packages/tensorflow_core/python/_pywrap_tensorflow_internal.so: undefined symbol: ncclBroadcast During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 99, in <module> from tensorflow_core import * File "/usr/local/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 28, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__ module = self._load() File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load module = _importlib.import_module(self.__name__) File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "/usr/local/lib/python3.7/imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "/usr/local/lib/python3.7/imp.py", line 342, in load_dynamic return _load(spec) ImportError: /usr/local/lib/python3.7/site-packages/tensorflow_core/python/_pywrap_tensorflow_internal.so: undefined symbol: ncclBroadcast Failed to load the native TensorFlow runtime. See https://www.tensorflow.org/install/errors for some common reasons and solutions. Include the entire stack trace above this error message when asking for help. **Provide the exact sequence of commands / steps that you executed before running into the problem** **Any other info / logs** Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
non_test
for undefined symbol ncclbroadcast please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information os platform and distribution e g linux ubuntu linux ubuntu mobile device e g iphone pixel samsung galaxy if the issue happens on mobile device tensorflow installed from source or binary source tensorflow version python version installed using virtualenv pip conda bazel version if compiling from source gcc compiler version if compiling from source cuda cudnn version gpu model and memory describe the problem this has happened after install from the source bazel build bazel build config opt config cuda tensorflow tools pip package build pip package and then bazel bin tensorflow tools pip package build pip package tmp tensorflow we got tmp tensorflow tensorflow linux whl install tensorflow pip install tmp tensorflow tensorflow linux whl check if the installation is successful python c import tensorflow as tf print tf version traceback most recent call last file usr local lib site packages tensorflow core python pywrap tensorflow py line in from tensorflow python pywrap tensorflow internal import file usr local lib site packages tensorflow core python pywrap tensorflow internal py line in pywrap tensorflow internal swig import helper file usr local lib site packages tensorflow core python pywrap tensorflow internal py line in swig import helper mod imp load module pywrap tensorflow internal fp pathname description file usr local lib imp py line in load module return load dynamic name filename file file usr local lib imp py line in load dynamic return load spec importerror usr local lib site packages tensorflow core python pywrap tensorflow internal so undefined symbol ncclbroadcast during handling of the above exception another exception occurred traceback most recent call last file line in file usr local lib site packages tensorflow init py line in from tensorflow core import file usr local lib site packages tensorflow core init py line in from tensorflow python import pywrap tensorflow pylint disable unused import file usr local lib site packages tensorflow init py line in getattr module self load file usr local lib site packages tensorflow init py line in load module importlib import module self name file usr local lib importlib init py line in import module return bootstrap gcd import name package level file usr local lib site packages tensorflow core python init py line in from tensorflow python import pywrap tensorflow file usr local lib site packages tensorflow core python pywrap tensorflow py line in raise importerror msg importerror traceback most recent call last file usr local lib site packages tensorflow core python pywrap tensorflow py line in from tensorflow python pywrap tensorflow internal import file usr local lib site packages tensorflow core python pywrap tensorflow internal py line in pywrap tensorflow internal swig import helper file usr local lib site packages tensorflow core python pywrap tensorflow internal py line in swig import helper mod imp load module pywrap tensorflow internal fp pathname description file usr local lib imp py line in load module return load dynamic name filename file file usr local lib imp py line in load dynamic return load spec importerror usr local lib site packages tensorflow core python pywrap tensorflow internal so undefined symbol ncclbroadcast failed to load the native tensorflow runtime see for some common reasons and solutions include the entire stack trace above this error message when asking for help provide the exact sequence of commands steps that you executed before running into the problem any other info logs include any logs or source code that would be helpful to diagnose the problem if including tracebacks please include the full traceback large logs and files should be attached
0
90,971
15,856,352,098
IssuesEvent
2021-04-08 02:08:18
anakos9/Questributions
https://api.github.com/repos/anakos9/Questributions
opened
CVE-2020-7660 (High) detected in serialize-javascript-1.7.0.tgz
security vulnerability
## CVE-2020-7660 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serialize-javascript-1.7.0.tgz</b></p></summary> <p>Serialize JavaScript to a superset of JSON that includes regular expressions and functions.</p> <p>Library home page: <a href="https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.7.0.tgz">https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.7.0.tgz</a></p> <p>Path to dependency file: /Questributions/package.json</p> <p>Path to vulnerable library: Questributions/node_modules/serialize-javascript/package.json</p> <p> Dependency Hierarchy: - webpack-4.33.0.tgz (Root Library) - terser-webpack-plugin-1.3.0.tgz - :x: **serialize-javascript-1.7.0.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> serialize-javascript prior to 3.1.0 allows remote attackers to inject arbitrary code via the function "deleteFunctions" within "index.js". <p>Publish Date: 2020-06-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7660>CVE-2020-7660</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660</a></p> <p>Release Date: 2020-06-01</p> <p>Fix Resolution: serialize-javascript - 3.1.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-2020-7660 (High) detected in serialize-javascript-1.7.0.tgz - ## CVE-2020-7660 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serialize-javascript-1.7.0.tgz</b></p></summary> <p>Serialize JavaScript to a superset of JSON that includes regular expressions and functions.</p> <p>Library home page: <a href="https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.7.0.tgz">https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.7.0.tgz</a></p> <p>Path to dependency file: /Questributions/package.json</p> <p>Path to vulnerable library: Questributions/node_modules/serialize-javascript/package.json</p> <p> Dependency Hierarchy: - webpack-4.33.0.tgz (Root Library) - terser-webpack-plugin-1.3.0.tgz - :x: **serialize-javascript-1.7.0.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> serialize-javascript prior to 3.1.0 allows remote attackers to inject arbitrary code via the function "deleteFunctions" within "index.js". <p>Publish Date: 2020-06-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7660>CVE-2020-7660</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660</a></p> <p>Release Date: 2020-06-01</p> <p>Fix Resolution: serialize-javascript - 3.1.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 high detected in serialize javascript tgz cve high severity vulnerability vulnerable library serialize javascript tgz serialize javascript to a superset of json that includes regular expressions and functions library home page a href path to dependency file questributions package json path to vulnerable library questributions node modules serialize javascript package json dependency hierarchy webpack tgz root library terser webpack plugin tgz x serialize javascript tgz vulnerable library vulnerability details serialize javascript prior to allows remote attackers to inject arbitrary code via the function deletefunctions within index js publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution serialize javascript step up your open source security game with whitesource
0
103,597
11,361,168,823
IssuesEvent
2020-01-26 13:09:04
jcklie/anki-maobi
https://api.github.com/repos/jcklie/anki-maobi
closed
Add more contributing information
Documentation
- [ ] Add issue and PR templates - [ ] Add contributors file - [ ] Add general contributing information (PR format, development setup, ...)
1.0
Add more contributing information - - [ ] Add issue and PR templates - [ ] Add contributors file - [ ] Add general contributing information (PR format, development setup, ...)
non_test
add more contributing information add issue and pr templates add contributors file add general contributing information pr format development setup
0
287,689
24,852,524,300
IssuesEvent
2022-10-26 21:29:34
donbing/Bitbot
https://api.github.com/repos/donbing/Bitbot
closed
๐Ÿงช Tests are overwriting the same image files
tests
๐Ÿ’ก Test output image names should include the display size in order to separate them out.
1.0
๐Ÿงช Tests are overwriting the same image files - ๐Ÿ’ก Test output image names should include the display size in order to separate them out.
test
๐Ÿงช tests are overwriting the same image files ๐Ÿ’ก test output image names should include the display size in order to separate them out
1
169,355
13,135,016,407
IssuesEvent
2020-08-07 01:25:29
deathlyrage/pot-demo-bugs
https://api.github.com/repos/deathlyrage/pot-demo-bugs
closed
Meat from player dinos
public-test
**Location:** (X=63305.808594,Y=73129.382813,Z=16507.169922) ![](https://mapbug.alderongames.com/uploads/(X=63305.808594,Y=73129.382813,Z=16507.169922).jpg) **Message:** when going to pick up a piece of meat it appears floating above the body just before the dino picks it up **Version:** 8726 (demo-public-test) **Reporter:** Mutedmirth (581-861-269)
1.0
Meat from player dinos - **Location:** (X=63305.808594,Y=73129.382813,Z=16507.169922) ![](https://mapbug.alderongames.com/uploads/(X=63305.808594,Y=73129.382813,Z=16507.169922).jpg) **Message:** when going to pick up a piece of meat it appears floating above the body just before the dino picks it up **Version:** 8726 (demo-public-test) **Reporter:** Mutedmirth (581-861-269)
test
meat from player dinos location x y z message when going to pick up a piece of meat it appears floating above the body just before the dino picks it up version demo public test reporter mutedmirth
1
333,084
29,508,062,862
IssuesEvent
2023-06-03 15:09:50
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix container.test_container_to_dict
Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5084771595/jobs/9137482130" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5084771595/jobs/9137482130" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5084771595/jobs/9137482130" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5084771595/jobs/9137482130" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
1.0
Fix container.test_container_to_dict - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5084771595/jobs/9137482130" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5084771595/jobs/9137482130" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5084771595/jobs/9137482130" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5084771595/jobs/9137482130" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
test
fix container test container to dict tensorflow img src torch img src numpy img src jax img src paddle img src
1
223,652
17,118,223,563
IssuesEvent
2021-07-11 20:07:27
moment/luxon
https://api.github.com/repos/moment/luxon
closed
Docs: Info.features doc lists keys which were removed in 2.0
issue: documentation
**Describe the bug** Doc https://moment.github.io/luxon/api-docs/index.html#infofeatures lists the keys as `intl`, `intlTokens`, `zones`, `relative`, but only `relative` is supported in 2.0. **To Reproduce** **Actual vs Expected behavior** Expected: Doc only lists `relative`. **Additional context** Source: https://github.com/moment/luxon/blob/d4fcbfc4337db0f683f86450e1f89522d94e800e/src/info.js#L158-L171
1.0
Docs: Info.features doc lists keys which were removed in 2.0 - **Describe the bug** Doc https://moment.github.io/luxon/api-docs/index.html#infofeatures lists the keys as `intl`, `intlTokens`, `zones`, `relative`, but only `relative` is supported in 2.0. **To Reproduce** **Actual vs Expected behavior** Expected: Doc only lists `relative`. **Additional context** Source: https://github.com/moment/luxon/blob/d4fcbfc4337db0f683f86450e1f89522d94e800e/src/info.js#L158-L171
non_test
docs info features doc lists keys which were removed in describe the bug doc lists the keys as intl intltokens zones relative but only relative is supported in to reproduce actual vs expected behavior expected doc only lists relative additional context source
0
325,836
27,965,095,670
IssuesEvent
2023-03-24 18:46:10
Satellite-im/testing-uplink
https://api.github.com/repos/Satellite-im/testing-uplink
opened
UI Tests - Chats - Button Tooltips
test chats
- Tooltip should appear for Favorites button - Tooltip should appear for Call button - Tooltip should appear for Video button - Tooltip should appear for Upload button - Tooltip should appear for Send button
1.0
UI Tests - Chats - Button Tooltips - - Tooltip should appear for Favorites button - Tooltip should appear for Call button - Tooltip should appear for Video button - Tooltip should appear for Upload button - Tooltip should appear for Send button
test
ui tests chats button tooltips tooltip should appear for favorites button tooltip should appear for call button tooltip should appear for video button tooltip should appear for upload button tooltip should appear for send button
1
32,130
13,766,433,882
IssuesEvent
2020-10-07 14:34:01
submariner-io/submariner
https://api.github.com/repos/submariner-io/submariner
closed
Recreating ServiceExport should update the DNS resolution
bug service-discovery wontfix
In the following scenario I was reinstalling Submariner, and created ServiceExport again, with same service name on same namespace name (that was already deleted, and re-created). However, the ServiceExport DNS resolution was not updated (in CoreDNS ?). ``` $ oc -n test-submariner-cl-b-new apply -f - <<EOF apiVersion: lighthouse.submariner.io/v2alpha1 kind: ServiceExport metadata: name: nginx-cl-b EOF serviceexport.lighthouse.submariner.io/nginx-cl-b created $ oc exec netshoot-cl-a-new -n test-submariner -- ping -c 1 nginx-cl-b.test-submariner-cl-b-new.svc.supercluster.local ping: nginx-cl-b.test-submariner-cl-b-new.svc.supercluster.local: Try again command terminated with exit code 2 ``` Full test report: https://qe-jenkins-csb-skynet.cloud.paas.psi.redhat.com/job/Submariner-OSP-AWS/551/Test-Report/
1.0
Recreating ServiceExport should update the DNS resolution - In the following scenario I was reinstalling Submariner, and created ServiceExport again, with same service name on same namespace name (that was already deleted, and re-created). However, the ServiceExport DNS resolution was not updated (in CoreDNS ?). ``` $ oc -n test-submariner-cl-b-new apply -f - <<EOF apiVersion: lighthouse.submariner.io/v2alpha1 kind: ServiceExport metadata: name: nginx-cl-b EOF serviceexport.lighthouse.submariner.io/nginx-cl-b created $ oc exec netshoot-cl-a-new -n test-submariner -- ping -c 1 nginx-cl-b.test-submariner-cl-b-new.svc.supercluster.local ping: nginx-cl-b.test-submariner-cl-b-new.svc.supercluster.local: Try again command terminated with exit code 2 ``` Full test report: https://qe-jenkins-csb-skynet.cloud.paas.psi.redhat.com/job/Submariner-OSP-AWS/551/Test-Report/
non_test
recreating serviceexport should update the dns resolution in the following scenario i was reinstalling submariner and created serviceexport again with same service name on same namespace name that was already deleted and re created however the serviceexport dns resolution was not updated in coredns oc n test submariner cl b new apply f eof apiversion lighthouse submariner io kind serviceexport metadata name nginx cl b eof serviceexport lighthouse submariner io nginx cl b created oc exec netshoot cl a new n test submariner ping c nginx cl b test submariner cl b new svc supercluster local ping nginx cl b test submariner cl b new svc supercluster local try again command terminated with exit code full test report
0
301,057
26,013,900,241
IssuesEvent
2022-12-21 06:14:20
keycloak/keycloak
https://api.github.com/repos/keycloak/keycloak
closed
Flaky test: org.keycloak.testsuite.cookies.CookiesPathTest#testOldCookieWithNodeInValue
kind/bug area/ci flaky-test
## org.keycloak.testsuite.cookies.CookiesPathTest#testOldCookieWithNodeInValue [Run (pull_request)](https://github.com/keycloak/keycloak/actions/runs/3742648563) ### Errors
1.0
Flaky test: org.keycloak.testsuite.cookies.CookiesPathTest#testOldCookieWithNodeInValue - ## org.keycloak.testsuite.cookies.CookiesPathTest#testOldCookieWithNodeInValue [Run (pull_request)](https://github.com/keycloak/keycloak/actions/runs/3742648563) ### Errors
test
flaky test org keycloak testsuite cookies cookiespathtest testoldcookiewithnodeinvalue org keycloak testsuite cookies cookiespathtest testoldcookiewithnodeinvalue errors
1
281,105
24,363,070,253
IssuesEvent
2022-10-03 13:16:58
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: transfer-leases/drain failed
C-test-failure O-robot O-roachtest T-kv branch-release-22.2
roachtest.transfer-leases/drain [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6383281?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6383281?buildTab=artifacts#/transfer-leases/drain) on release-22.2 @ [f8e04f32b84a9727c9e813d0096bde2de64d5675](https://github.com/cockroachdb/cockroach/commits/f8e04f32b84a9727c9e813d0096bde2de64d5675): ``` test artifacts and logs in: /artifacts/transfer-leases/drain/run_1 quit.go:72,quit.go:323,soon.go:69,retry.go:207,soon.go:75,soon.go:48,quit.go:228,quit.go:95,quit.go:154,context.go:91,quit.go:153,quit.go:95,quit.go:54,quit.go:359,test_runner.go:908: (1) ranges with no lease outside of node 1: []string{"22", "19"} ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_ssd=0</code> </p> <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> <details><summary>Same failure on other branches</summary> <p> - #83261 roachtest: transfer-leases/drain-other-node failed [C-test-failure GA-blocker O-roachtest O-robot T-kv branch-master] </p> </details> /cc @cockroachdb/kv-triage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*transfer-leases/drain.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-19421
2.0
roachtest: transfer-leases/drain failed - roachtest.transfer-leases/drain [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6383281?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6383281?buildTab=artifacts#/transfer-leases/drain) on release-22.2 @ [f8e04f32b84a9727c9e813d0096bde2de64d5675](https://github.com/cockroachdb/cockroach/commits/f8e04f32b84a9727c9e813d0096bde2de64d5675): ``` test artifacts and logs in: /artifacts/transfer-leases/drain/run_1 quit.go:72,quit.go:323,soon.go:69,retry.go:207,soon.go:75,soon.go:48,quit.go:228,quit.go:95,quit.go:154,context.go:91,quit.go:153,quit.go:95,quit.go:54,quit.go:359,test_runner.go:908: (1) ranges with no lease outside of node 1: []string{"22", "19"} ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_ssd=0</code> </p> <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> <details><summary>Same failure on other branches</summary> <p> - #83261 roachtest: transfer-leases/drain-other-node failed [C-test-failure GA-blocker O-roachtest O-robot T-kv branch-master] </p> </details> /cc @cockroachdb/kv-triage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*transfer-leases/drain.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-19421
test
roachtest transfer leases drain failed roachtest transfer leases drain with on release test artifacts and logs in artifacts transfer leases drain run quit go quit go soon go retry go soon go soon go quit go quit go quit go context go quit go quit go quit go quit go test runner go ranges with no lease outside of node string parameters roachtest cloud gce roachtest cpu roachtest ssd help see see same failure on other branches roachtest transfer leases drain other node failed cc cockroachdb kv triage jira issue crdb
1
328,655
28,130,225,371
IssuesEvent
2023-03-31 21:56:01
openpgpjs/openpgpjs
https://api.github.com/repos/openpgpjs/openpgpjs
closed
Add OpenPGP interoperability tests to CI
Testing
Integrating https://github.com/openpgpjs/sop-openpgpjs with our CI can help spot regressions and ensure that our implementation of new protocol features ( #1442 ) is sound and compatible with other libraries.
1.0
Add OpenPGP interoperability tests to CI - Integrating https://github.com/openpgpjs/sop-openpgpjs with our CI can help spot regressions and ensure that our implementation of new protocol features ( #1442 ) is sound and compatible with other libraries.
test
add openpgp interoperability tests to ci integrating with our ci can help spot regressions and ensure that our implementation of new protocol features is sound and compatible with other libraries
1
214,784
16,578,819,269
IssuesEvent
2021-05-31 08:55:06
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
opened
Documentation or docker-compose example for Clickhouse replication without sharding
comp-documentation
**Describe the issue** Need a docker-compose example for clickhouse replication without sharding, because all example I've seen are always with sharding **Additional context** docker-compose would be the best way to let people learn the minimal configuration needed.
1.0
Documentation or docker-compose example for Clickhouse replication without sharding - **Describe the issue** Need a docker-compose example for clickhouse replication without sharding, because all example I've seen are always with sharding **Additional context** docker-compose would be the best way to let people learn the minimal configuration needed.
non_test
documentation or docker compose example for clickhouse replication without sharding describe the issue need a docker compose example for clickhouse replication without sharding because all example i ve seen are always with sharding additional context docker compose would be the best way to let people learn the minimal configuration needed
0
283,997
24,576,000,519
IssuesEvent
2022-10-13 12:24:25
chshersh/iris
https://api.github.com/repos/chshersh/iris
closed
Write a test that global parsing doesn't conflict with local parsing
good first issue cli-options test hacktoberfest
Similar to #56 People shouldn't specify options that conflict with ours. But if they still do, it would be nice to know whether their parsing conflicts with ours. So I propose to add two tests and document their results in public API: - [ ] `my-program --no-input` when the custom parser specifies `--no-input` as well (ideally this should be checked by #13) - [ ] `my-program --no-input my-command --no-input` is confusing but ideally should be parsed and return different results for different `--no-input`. If not, having a test is still good and documenting this behaviour is nice.
1.0
Write a test that global parsing doesn't conflict with local parsing - Similar to #56 People shouldn't specify options that conflict with ours. But if they still do, it would be nice to know whether their parsing conflicts with ours. So I propose to add two tests and document their results in public API: - [ ] `my-program --no-input` when the custom parser specifies `--no-input` as well (ideally this should be checked by #13) - [ ] `my-program --no-input my-command --no-input` is confusing but ideally should be parsed and return different results for different `--no-input`. If not, having a test is still good and documenting this behaviour is nice.
test
write a test that global parsing doesn t conflict with local parsing similar to people shouldn t specify options that conflict with ours but if they still do it would be nice to know whether their parsing conflicts with ours so i propose to add two tests and document their results in public api my program no input when the custom parser specifies no input as well ideally this should be checked by my program no input my command no input is confusing but ideally should be parsed and return different results for different no input if not having a test is still good and documenting this behaviour is nice
1
299,027
25,875,448,648
IssuesEvent
2022-12-14 07:29:11
zephyrproject-rtos/test_results
https://api.github.com/repos/zephyrproject-rtos/test_results
closed
tests-ci : net: dns: sd.no_ipv6 test No Console Output(Timeout)
bug area: Tests
**Describe the bug** sd.no_ipv6 test is No Console Output(Timeout) on zephyr-v3.2.0-2490-ga1b4896efe46 on mimxrt1170_evk_cm7 see logs for details **To Reproduce** 1. ``` scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1170_evk_cm7 --sub-test net.dns ``` 2. See error **Expected behavior** test pass **Impact** **Logs and console output** ``` *** Booting Zephyr OS build zephyr-v3.2.0-2490-ga1b4896efe46 *** ASSERTION FAIL [pool] @ WEST_TOPDIR/zephyr/subsys/net/buf.c:244 E: r0/a1: 0x00000004 r1/a2: 0x000000f4 r2/a3: 0x4007c000 E: r3/a4: 0x30009c4d r12/ip: 0x00000000 r14/lr: 0x300059ef E: xpsr: 0x41000000 E: Faulting instruction address (r15/pc): 0x30011478 E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 E: Current thread: 0x80001298 (main) E: Halting system ``` **Environment (please complete the following information):** - OS: (e.g. Linux ) - Toolchain (e.g Zephyr SDK) - Commit SHA or Version used: zephyr-v3.2.0-2490-ga1b4896efe46
1.0
tests-ci : net: dns: sd.no_ipv6 test No Console Output(Timeout) - **Describe the bug** sd.no_ipv6 test is No Console Output(Timeout) on zephyr-v3.2.0-2490-ga1b4896efe46 on mimxrt1170_evk_cm7 see logs for details **To Reproduce** 1. ``` scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1170_evk_cm7 --sub-test net.dns ``` 2. See error **Expected behavior** test pass **Impact** **Logs and console output** ``` *** Booting Zephyr OS build zephyr-v3.2.0-2490-ga1b4896efe46 *** ASSERTION FAIL [pool] @ WEST_TOPDIR/zephyr/subsys/net/buf.c:244 E: r0/a1: 0x00000004 r1/a2: 0x000000f4 r2/a3: 0x4007c000 E: r3/a4: 0x30009c4d r12/ip: 0x00000000 r14/lr: 0x300059ef E: xpsr: 0x41000000 E: Faulting instruction address (r15/pc): 0x30011478 E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 E: Current thread: 0x80001298 (main) E: Halting system ``` **Environment (please complete the following information):** - OS: (e.g. Linux ) - Toolchain (e.g Zephyr SDK) - Commit SHA or Version used: zephyr-v3.2.0-2490-ga1b4896efe46
test
tests ci net dns sd no test no console output timeout describe the bug sd no test is no console output timeout on zephyr on evk see logs for details to reproduce scripts twister device testing device serial dev p evk sub test net dns see error expected behavior test pass impact logs and console output booting zephyr os build zephyr assertion fail west topdir zephyr subsys net buf c e e ip lr e xpsr e faulting instruction address pc e zephyr fatal error kernel panic on cpu e current thread main e halting system environment please complete the following information os e g linux toolchain e g zephyr sdk commit sha or version used zephyr
1
312,897
9,554,524,281
IssuesEvent
2019-05-02 22:24:20
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.google.com - see bug description
browser-firefox engine-gecko priority-critical
<!-- @browser: Firefox 67.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.google.com/ **Browser / Version**: Firefox 67.0 **Operating System**: Windows 8.1 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: the site is not getting accessed **Steps to Reproduce**: <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190418160535</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> </details> _From [webcompat.com](https://webcompat.com/) with โค๏ธ_
1.0
www.google.com - see bug description - <!-- @browser: Firefox 67.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.google.com/ **Browser / Version**: Firefox 67.0 **Operating System**: Windows 8.1 **Tested Another Browser**: Yes **Problem type**: Something else **Description**: the site is not getting accessed **Steps to Reproduce**: <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190418160535</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> </details> _From [webcompat.com](https://webcompat.com/) with โค๏ธ_
non_test
see bug description url browser version firefox operating system windows tested another browser yes problem type something else description the site is not getting accessed steps to reproduce 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 from with โค๏ธ
0
129,652
10,581,693,545
IssuesEvent
2019-10-08 09:45:16
wirepas/backend-apis
https://api.github.com/repos/wirepas/backend-apis
closed
Extend WNT unit tests
apis/wnt wrapper/python wrapper/tests
Create unit test to validate the creation of the proto messages and corresponding parsing by the api wrapper.
1.0
Extend WNT unit tests - Create unit test to validate the creation of the proto messages and corresponding parsing by the api wrapper.
test
extend wnt unit tests create unit test to validate the creation of the proto messages and corresponding parsing by the api wrapper
1
155,263
5,951,585,409
IssuesEvent
2017-05-26 19:58:04
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
kube-controller-manager spamming errors in log
priority/P1 sig/storage
kubernetes version: 1.5.3 platform: aws deploy tool: kops my master's **/var/log/kube-controller-manager.log** is receiving this type of log: ``` I0302 21:51:11.715415 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:11.815662 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:11.915905 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:12.016217 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:12.116508 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:12.216725 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:12.316962 6 node_status_updater.go:74] Could not update node status ... ``` lots of times per second, this node "ip-172-20-114-85.ec2.internal" does not exist in the cluster anymore and is not shown if I ```kubectl get nodes``` shouldn't it be removed from status_updater?
1.0
kube-controller-manager spamming errors in log - kubernetes version: 1.5.3 platform: aws deploy tool: kops my master's **/var/log/kube-controller-manager.log** is receiving this type of log: ``` I0302 21:51:11.715415 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:11.815662 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:11.915905 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:12.016217 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:12.116508 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:12.216725 6 node_status_updater.go:74] Could not update node status. Failed to find node "ip-172-20-114-85.ec2.internal" in NodeInformer cache. <nil> I0302 21:51:12.316962 6 node_status_updater.go:74] Could not update node status ... ``` lots of times per second, this node "ip-172-20-114-85.ec2.internal" does not exist in the cluster anymore and is not shown if I ```kubectl get nodes``` shouldn't it be removed from status_updater?
non_test
kube controller manager spamming errors in log kubernetes version platform aws deploy tool kops my master s var log kube controller manager log is receiving this type of log node status updater go could not update node status failed to find node ip internal in nodeinformer cache node status updater go could not update node status failed to find node ip internal in nodeinformer cache node status updater go could not update node status failed to find node ip internal in nodeinformer cache node status updater go could not update node status failed to find node ip internal in nodeinformer cache node status updater go could not update node status failed to find node ip internal in nodeinformer cache node status updater go could not update node status failed to find node ip internal in nodeinformer cache node status updater go could not update node status lots of times per second this node ip internal does not exist in the cluster anymore and is not shown if i kubectl get nodes shouldn t it be removed from status updater
0
262,290
22,829,931,010
IssuesEvent
2022-07-12 12:03:44
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
reopened
[Flaky Test] allows rotating using the crop tools
[Status] In Progress [Type] Flaky Test
<!-- __META_DATA__:{"failedTimes":13,"totalCommits":517,"baseCommit":"6821d2968a9223f7f97a97e6427d7cc09300eb05"} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title allows rotating using the crop tools ## Test path `/test/e2e/specs/editor/blocks/image.spec.js` ## Errors <!-- __TEST_RESULTS_LIST__ --> <!-- __TEST_RESULT__ --><time datetime="2021-11-26T09:46:43.175Z"><code>[2021-11-26T09:46:43.175Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/1506923571"><code>fix/nav-block-unstable-location-for-universal-themes</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-04-01T11:33:01.327Z"><code>[2022-04-01T11:33:01.327Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2076841115"><code>trunk</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-04-06T14:57:50.884Z"><code>[2022-04-06T14:57:50.884Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2103125415"><code>rnmobile/aztec_1.5.6</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-04-14T09:01:37.348Z"><code>[2022-04-14T09:01:37.348Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2166124362"><code>trunk</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-04-27T21:32:17.716Z"><code>[2022-04-27T21:32:17.716Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2235737139"><code>release/13.1</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-10T12:06:23.372Z"><code>[2022-05-10T12:06:23.372Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2300460610"><code>remove/comment-template-unit-tests</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-11T06:18:10.939Z"><code>[2022-05-11T06:18:10.939Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2305139041"><code>trunk</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-11T12:36:04.744Z"><code>[2022-05-11T12:36:04.744Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2307005723"><code>add/root-padding</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-12T13:26:25.626Z"><code>[2022-05-12T13:26:25.626Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2313635296"><code>update/patterns-from-settings</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-13T05:58:15.220Z"><code>[2022-05-13T05:58:15.220Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2317657267"><code>try/fixing-project-management-automation-deps</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-18T09:47:23.518Z"><code>[2022-05-18T09:47:23.518Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2344594273"><code>add/playwright-editor-separator</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-06-14T05:41:35.356Z"><code>[2022-06-14T05:41:35.356Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2492808851"><code>update/rich_text_native_on_selection_change</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-06-15T05:37:57.550Z"><code>[2022-06-15T05:37:57.550Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2499956762"><code>update/style-engine-frontend-elements</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-06-17T13:29:31.386Z"><code>[2022-06-17T13:29:31.386Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2515704323"><code>add/escape-submenu</code></a>. </summary> ``` Error: expect(received).not.toEqual(expected) // deep equality Expected: not "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDX1BST0ZJTEUAAQEAAAIYAAAAAAQwAABtbnRyUkdCIFhZWiAAAAAAAAAAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAAHRyWFlaAAABZAAAABRnWFlaAAABeAAAABRiWFlaAAABjAAAABRyVFJDAAABoAAAAChnVFJDAAABoAAAAChiVFJDAAABoAAAACh3dHB0AAAByAAAABRjcHJ0AAAB3AAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAFgAAAAcAHMAUgBHAEIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z3BhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABYWVogAAAAAAAA9tYAAQAAAADTLW1sdWMAAAAAAAAAAQAAAAxlblVTAAAAIAAAABwARwBvAG8AZwBsAGUAIABJAG4AYwAuACAAMgAwADEANv/bAEMAAwICAgICAwICAgMDAwMEBgQEBAQECAYGBQYJCAoKCQgJCQoMDwwKCw4LCQkNEQ0ODxAQERAKDBITEhATDxAQEP/bAEMBAwMDBAMECAQECBALCQsQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEP/AABEIAAoACgMBIgACEQEDEQH/xAAVAAEBAAAAAAAAAAAAAAAAAAAJB//EACAQAAADCQEAAAAAAAAAAAAAAAAEBQEDBgk1OHR3srX/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AlMlS6eKdfnvRTgrytVTuQ86aChkqXTxTr896KcFeVqqdyHnTQH//2Q==" at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:419:37 ``` </details><!-- /__TEST_RESULT__ --> <!-- /__TEST_RESULTS_LIST__ -->
1.0
[Flaky Test] allows rotating using the crop tools - <!-- __META_DATA__:{"failedTimes":13,"totalCommits":517,"baseCommit":"6821d2968a9223f7f97a97e6427d7cc09300eb05"} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title allows rotating using the crop tools ## Test path `/test/e2e/specs/editor/blocks/image.spec.js` ## Errors <!-- __TEST_RESULTS_LIST__ --> <!-- __TEST_RESULT__ --><time datetime="2021-11-26T09:46:43.175Z"><code>[2021-11-26T09:46:43.175Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/1506923571"><code>fix/nav-block-unstable-location-for-universal-themes</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-04-01T11:33:01.327Z"><code>[2022-04-01T11:33:01.327Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2076841115"><code>trunk</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-04-06T14:57:50.884Z"><code>[2022-04-06T14:57:50.884Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2103125415"><code>rnmobile/aztec_1.5.6</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-04-14T09:01:37.348Z"><code>[2022-04-14T09:01:37.348Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2166124362"><code>trunk</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-04-27T21:32:17.716Z"><code>[2022-04-27T21:32:17.716Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2235737139"><code>release/13.1</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-10T12:06:23.372Z"><code>[2022-05-10T12:06:23.372Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2300460610"><code>remove/comment-template-unit-tests</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-11T06:18:10.939Z"><code>[2022-05-11T06:18:10.939Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2305139041"><code>trunk</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-11T12:36:04.744Z"><code>[2022-05-11T12:36:04.744Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2307005723"><code>add/root-padding</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-12T13:26:25.626Z"><code>[2022-05-12T13:26:25.626Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2313635296"><code>update/patterns-from-settings</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-13T05:58:15.220Z"><code>[2022-05-13T05:58:15.220Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2317657267"><code>try/fixing-project-management-automation-deps</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-05-18T09:47:23.518Z"><code>[2022-05-18T09:47:23.518Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2344594273"><code>add/playwright-editor-separator</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-06-14T05:41:35.356Z"><code>[2022-06-14T05:41:35.356Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2492808851"><code>update/rich_text_native_on_selection_change</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><time datetime="2022-06-15T05:37:57.550Z"><code>[2022-06-15T05:37:57.550Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2499956762"><code>update/style-engine-frontend-elements</code></a>.<!-- /__TEST_RESULT__ --> <br/> <!-- __TEST_RESULT__ --><details> <summary> <time datetime="2022-06-17T13:29:31.386Z"><code>[2022-06-17T13:29:31.386Z]</code></time> Test passed after 1 failed attempt on <a href="https://github.com/WordPress/gutenberg/actions/runs/2515704323"><code>add/escape-submenu</code></a>. </summary> ``` Error: expect(received).not.toEqual(expected) // deep equality Expected: not "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDX1BST0ZJTEUAAQEAAAIYAAAAAAQwAABtbnRyUkdCIFhZWiAAAAAAAAAAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAAHRyWFlaAAABZAAAABRnWFlaAAABeAAAABRiWFlaAAABjAAAABRyVFJDAAABoAAAAChnVFJDAAABoAAAAChiVFJDAAABoAAAACh3dHB0AAAByAAAABRjcHJ0AAAB3AAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAFgAAAAcAHMAUgBHAEIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z3BhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABYWVogAAAAAAAA9tYAAQAAAADTLW1sdWMAAAAAAAAAAQAAAAxlblVTAAAAIAAAABwARwBvAG8AZwBsAGUAIABJAG4AYwAuACAAMgAwADEANv/bAEMAAwICAgICAwICAgMDAwMEBgQEBAQECAYGBQYJCAoKCQgJCQoMDwwKCw4LCQkNEQ0ODxAQERAKDBITEhATDxAQEP/bAEMBAwMDBAMECAQECBALCQsQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEP/AABEIAAoACgMBIgACEQEDEQH/xAAVAAEBAAAAAAAAAAAAAAAAAAAJB//EACAQAAADCQEAAAAAAAAAAAAAAAAEBQEDBgk1OHR3srX/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AlMlS6eKdfnvRTgrytVTuQ86aChkqXTxTr896KcFeVqqdyHnTQH//2Q==" at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:419:37 ``` </details><!-- /__TEST_RESULT__ --> <!-- /__TEST_RESULTS_LIST__ -->
test
allows rotating using the crop tools flaky test detected this is an auto generated issue by github actions please do not edit this manually test title allows rotating using the crop tools test path test specs editor blocks image spec js errors test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on test passed after failed attempt on a href error expect received not toequal expected deep equality expected not data image jpeg baembawmdbamecaqecbalcqsqebaqebaqebaqebaqebaqebaqebaqebaqebaqebaqebaqebaqebaqebaqebaqebaqep aabeiaaoacgmbigaceqedeqh xaavaaebaaaaaaaaaaaaaaaaaaajb xaauaqeaaaaaaaaaaaaaaaaaaaaa at home runner work gutenberg gutenberg test specs editor blocks image spec js
1
175,478
13,560,349,461
IssuesEvent
2020-09-18 01:31:45
jkwest-93/Smell-Ya-Later
https://api.github.com/repos/jkwest-93/Smell-Ya-Later
closed
UserProfile Component
enhancement setup styling testing
Add a `UserProfile` Component - [x] Create files - [x] Write preliminary tests - [x] Stores users `name`, `phoneNumber`, and `userId` - [x] Renders a form component that can update `UserProfile`'s state - [x] Add CSS styling
1.0
UserProfile Component - Add a `UserProfile` Component - [x] Create files - [x] Write preliminary tests - [x] Stores users `name`, `phoneNumber`, and `userId` - [x] Renders a form component that can update `UserProfile`'s state - [x] Add CSS styling
test
userprofile component add a userprofile component create files write preliminary tests stores users name phonenumber and userid renders a form component that can update userprofile s state add css styling
1
229,804
7,595,236,329
IssuesEvent
2018-04-27 04:02:39
hack4impact-uiuc/love-without-boundaries
https://api.github.com/repos/hack4impact-uiuc/love-without-boundaries
closed
Fix back button for `takeQuizPage` and `reviewQuizPage`
Priority: High
it currently takes two back button presses to go back to StudentPage. Something wrong with React Router
1.0
Fix back button for `takeQuizPage` and `reviewQuizPage` - it currently takes two back button presses to go back to StudentPage. Something wrong with React Router
non_test
fix back button for takequizpage and reviewquizpage it currently takes two back button presses to go back to studentpage something wrong with react router
0
42,642
5,447,702,722
IssuesEvent
2017-03-07 14:16:15
ValveSoftware/Dota-2
https://api.github.com/repos/ValveSoftware/Dota-2
closed
[OSX] Sound stops working
Need Retest reviewed
OSX 10.11.5 Macbook Pro Retina Mid 2012 Herman Kardon soundsticks wireless through **bluetooth** Once in a while, the sound just stops working(only in dota) and to make it work again I have to: 1- go to audio config 2- toggle sound device from default to soundstick wireless or -sw- to default. 3- Sound comes back and it seems it plays all the sound effects I missed since at the same time.
1.0
[OSX] Sound stops working - OSX 10.11.5 Macbook Pro Retina Mid 2012 Herman Kardon soundsticks wireless through **bluetooth** Once in a while, the sound just stops working(only in dota) and to make it work again I have to: 1- go to audio config 2- toggle sound device from default to soundstick wireless or -sw- to default. 3- Sound comes back and it seems it plays all the sound effects I missed since at the same time.
test
sound stops working osx macbook pro retina mid herman kardon soundsticks wireless through bluetooth once in a while the sound just stops working only in dota and to make it work again i have to go to audio config toggle sound device from default to soundstick wireless or sw to default sound comes back and it seems it plays all the sound effects i missed since at the same time
1
174,708
13,506,186,310
IssuesEvent
2020-09-14 02:11:27
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
closed
Storage Blob Samples issue
Client Docs Storage needs-team-triage test-manual-pass
1. Section [Link](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-blob/src/samples/java/com/azure/storage/blob/specialized/AppendBlobAsyncClientJavaDocCodeSnippets.java#L26): ![image](https://user-images.githubusercontent.com/64007802/91129027-ddb3dd00-e6db-11ea-8223-ebbc103dcfa4.png) ![image](https://user-images.githubusercontent.com/64007802/91129035-e1dffa80-e6db-11ea-8a04-b1ed43866dd4.png) Suggestion: Add endpoint and blobName: `private static AppendBlobAsyncClient client = new SpecializedBlobClientBuilder().endpoint("endpoint") .blobName("blobName").buildAppendBlobAsyncClient();` What`s more, please check all samples for Storage Blob; @jongio for notification
1.0
Storage Blob Samples issue - 1. Section [Link](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-blob/src/samples/java/com/azure/storage/blob/specialized/AppendBlobAsyncClientJavaDocCodeSnippets.java#L26): ![image](https://user-images.githubusercontent.com/64007802/91129027-ddb3dd00-e6db-11ea-8223-ebbc103dcfa4.png) ![image](https://user-images.githubusercontent.com/64007802/91129035-e1dffa80-e6db-11ea-8a04-b1ed43866dd4.png) Suggestion: Add endpoint and blobName: `private static AppendBlobAsyncClient client = new SpecializedBlobClientBuilder().endpoint("endpoint") .blobName("blobName").buildAppendBlobAsyncClient();` What`s more, please check all samples for Storage Blob; @jongio for notification
test
storage blob samples issue section suggestion add endpoint and blobname private static appendblobasyncclient client new specializedblobclientbuilder endpoint endpoint blobname blobname buildappendblobasyncclient what s more please check all samples for storage blob jongio for notification
1
186,827
14,409,575,393
IssuesEvent
2020-12-04 02:35:49
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[test-failed]: Chrome UI Functional Tests.test/functional/apps/visualize/_tile_mapยทjs - visualize app tile map visualize app complete config "before all" hook in "complete config"
Team:Geo failed-test test-cloud test-darwin
**Version: 7.5** **Class: Chrome UI Functional Tests.test/functional/apps/visualize/_tile_mapยทjs** **Stack Trace:** Error: retry.try timeout: Error: wait for visualization select page at retry.try (test/functional/page_objects/visualize_page.js:151:17) at process._tickCallback (internal/process/next_tick.js:68:7) at lastError (test/common/services/retry/retry_for_success.ts:28:9) at onFailure (test/common/services/retry/retry_for_success.ts:68:13) _Platform: darwin_ _Build Num: 20_
3.0
[test-failed]: Chrome UI Functional Tests.test/functional/apps/visualize/_tile_mapยทjs - visualize app tile map visualize app complete config "before all" hook in "complete config" - **Version: 7.5** **Class: Chrome UI Functional Tests.test/functional/apps/visualize/_tile_mapยทjs** **Stack Trace:** Error: retry.try timeout: Error: wait for visualization select page at retry.try (test/functional/page_objects/visualize_page.js:151:17) at process._tickCallback (internal/process/next_tick.js:68:7) at lastError (test/common/services/retry/retry_for_success.ts:28:9) at onFailure (test/common/services/retry/retry_for_success.ts:68:13) _Platform: darwin_ _Build Num: 20_
test
chrome ui functional tests test functional apps visualize tile mapยทjs visualize app tile map visualize app complete config before all hook in complete config version class chrome ui functional tests test functional apps visualize tile mapยทjs stack trace error retry try timeout error wait for visualization select page at retry try test functional page objects visualize page js at process tickcallback internal process next tick js at lasterror test common services retry retry for success ts at onfailure test common services retry retry for success ts platform darwin build num
1
242,871
20,269,040,401
IssuesEvent
2022-02-15 14:42:24
eclipse/che-che4z-lsp-for-cobol
https://api.github.com/repos/eclipse/che-che4z-lsp-for-cobol
closed
Gather all selectors stored in one place
enhancement UI tests hacktoberfest
## Description ## As a Developer, I would like to have all selectors listed as variables. This should help to parametrize tests for different servers (VSC, Theia). Some of the selectors are the same, but some of them - not.
1.0
Gather all selectors stored in one place - ## Description ## As a Developer, I would like to have all selectors listed as variables. This should help to parametrize tests for different servers (VSC, Theia). Some of the selectors are the same, but some of them - not.
test
gather all selectors stored in one place description as a developer i would like to have all selectors listed as variables this should help to parametrize tests for different servers vsc theia some of the selectors are the same but some of them not
1
414,044
12,097,806,889
IssuesEvent
2020-04-20 09:14:50
RoeiRom/NewSpectrum-Client
https://api.github.com/repos/RoeiRom/NewSpectrum-Client
opened
ื™ืฆื™ืจืช ืขืžื•ื“ ื”ื•ื“ืขื•ืช ื—ื“ืฉื•ืช
enhancement priority:noraml
![image](https://user-images.githubusercontent.com/62544146/79734653-b8fbc300-82ff-11ea-9b0a-d1a22f051032.png) ื‘ืขืžื•ื“ ื–ื” ื›ืœ ืื—ื“ ืžื”ืžืฉืชืžืฉื™ื ื™ื•ื›ืœ ืœืคืจืกื ื”ื•ื“ืขื” ื—ื“ืฉื” ื‘ืฉื“ื” ืฉืžื•ืคื™ืข ื‘ื“ืฃ, ืœืื—ืจ ืœื—ื™ืฆื” ืขืœ ื›ืคืชื•ืจ ื”ื—ืฅ, ื”ื”ื•ื“ืขื” ืชืขืœื” ืœืขืžื•ื“ ื•ื™ื•ืคื™ืข ืœื™ื“ื” ืกื™ืžื•ื ื™ ืœื™ื™ืง, ื•ืื™ืžื•ื’ื™ื ืฉืžืฉืชืžืฉื™ื ืื—ืจื™ื ื’ื ื›ืŸ ื™ื•ื›ืœื• ืœื”ื‘ื™ืข ืืช ื“ืขืชื ืขืœ ื”ื”ื•ื“ืขื”. - ื‘hover ืขืœ ื›ืคืชื•ืจ ื”-"ืฉืœื—" ื‘ืฆื•ืจืช ื—ืฅ ื”ื›ืคืชื•ืจ ื™ื”ืคืš ืœืืคืจืคืจ - ื‘hover ืขืœ ืกื™ืžื•ืŸ ื”ืœื‘ - ื”ืœื‘ ื™ื”ืคื•ืš ืœืื“ื•ื (ื‘ืžื™ื“ื” ื•ื“ื‘ืจ ื–ื” ืืคืฉืจื™ ืœืคื™ vuetify) ื•ื”ืกืžื™ื™ืœื™ื ื™ื”ืคื›ื• ืœืฆื”ื•ื‘ื™ื - ื‘hover ืขืœ ื›ืœ ืื—ื“ ืžื”ืื™ืžื•ื’ื™ื ืชืคืชื— ืœืฉื•ื ื™ืช ืฉืชืฆื™ื’ ืืช ื›ืžื•ืช ื”ืื ืฉื™ื ืฉืกื™ืžื ื• ืืช ืื™ืžื•ื’ื™ ื–ื”, ื•ื‘ื ื•ืกืฃ, ื™ื•ืคื™ืข ื’ื ืฉืžื ืฉืœ ื”ืžืฉืชืžืฉื™ื. ื‘ืžื™ื“ื” ื•ืืฃ ืื—ื“ ืœื ืกื™ืžืŸ ืืช ืื™ืžื•ื’ื™ ื–ื”, ืœื ืชืคืชื— ื”ืœืฉื•ื ื™ืช. - ื‘ื™ืฆื™ืจืช ื”ื•ื“ืขื” ื—ื“ืฉื” ื”ืื™ืžื•ื’ื™ื ื™ื•ืคื™ืข ืœืฆื“ ื”ื”ื•ื“ืขื” ื‘ืื•ืคืŸ ืื•ื˜ื•ืžื˜ื™ (ืœื ืœืคื ื™ ืฉื”ื”ื•ื“ืขื” ื”ื•ืขืœืชื”).
1.0
ื™ืฆื™ืจืช ืขืžื•ื“ ื”ื•ื“ืขื•ืช ื—ื“ืฉื•ืช - ![image](https://user-images.githubusercontent.com/62544146/79734653-b8fbc300-82ff-11ea-9b0a-d1a22f051032.png) ื‘ืขืžื•ื“ ื–ื” ื›ืœ ืื—ื“ ืžื”ืžืฉืชืžืฉื™ื ื™ื•ื›ืœ ืœืคืจืกื ื”ื•ื“ืขื” ื—ื“ืฉื” ื‘ืฉื“ื” ืฉืžื•ืคื™ืข ื‘ื“ืฃ, ืœืื—ืจ ืœื—ื™ืฆื” ืขืœ ื›ืคืชื•ืจ ื”ื—ืฅ, ื”ื”ื•ื“ืขื” ืชืขืœื” ืœืขืžื•ื“ ื•ื™ื•ืคื™ืข ืœื™ื“ื” ืกื™ืžื•ื ื™ ืœื™ื™ืง, ื•ืื™ืžื•ื’ื™ื ืฉืžืฉืชืžืฉื™ื ืื—ืจื™ื ื’ื ื›ืŸ ื™ื•ื›ืœื• ืœื”ื‘ื™ืข ืืช ื“ืขืชื ืขืœ ื”ื”ื•ื“ืขื”. - ื‘hover ืขืœ ื›ืคืชื•ืจ ื”-"ืฉืœื—" ื‘ืฆื•ืจืช ื—ืฅ ื”ื›ืคืชื•ืจ ื™ื”ืคืš ืœืืคืจืคืจ - ื‘hover ืขืœ ืกื™ืžื•ืŸ ื”ืœื‘ - ื”ืœื‘ ื™ื”ืคื•ืš ืœืื“ื•ื (ื‘ืžื™ื“ื” ื•ื“ื‘ืจ ื–ื” ืืคืฉืจื™ ืœืคื™ vuetify) ื•ื”ืกืžื™ื™ืœื™ื ื™ื”ืคื›ื• ืœืฆื”ื•ื‘ื™ื - ื‘hover ืขืœ ื›ืœ ืื—ื“ ืžื”ืื™ืžื•ื’ื™ื ืชืคืชื— ืœืฉื•ื ื™ืช ืฉืชืฆื™ื’ ืืช ื›ืžื•ืช ื”ืื ืฉื™ื ืฉืกื™ืžื ื• ืืช ืื™ืžื•ื’ื™ ื–ื”, ื•ื‘ื ื•ืกืฃ, ื™ื•ืคื™ืข ื’ื ืฉืžื ืฉืœ ื”ืžืฉืชืžืฉื™ื. ื‘ืžื™ื“ื” ื•ืืฃ ืื—ื“ ืœื ืกื™ืžืŸ ืืช ืื™ืžื•ื’ื™ ื–ื”, ืœื ืชืคืชื— ื”ืœืฉื•ื ื™ืช. - ื‘ื™ืฆื™ืจืช ื”ื•ื“ืขื” ื—ื“ืฉื” ื”ืื™ืžื•ื’ื™ื ื™ื•ืคื™ืข ืœืฆื“ ื”ื”ื•ื“ืขื” ื‘ืื•ืคืŸ ืื•ื˜ื•ืžื˜ื™ (ืœื ืœืคื ื™ ืฉื”ื”ื•ื“ืขื” ื”ื•ืขืœืชื”).
non_test
ื™ืฆื™ืจืช ืขืžื•ื“ ื”ื•ื“ืขื•ืช ื—ื“ืฉื•ืช ื‘ืขืžื•ื“ ื–ื” ื›ืœ ืื—ื“ ืžื”ืžืฉืชืžืฉื™ื ื™ื•ื›ืœ ืœืคืจืกื ื”ื•ื“ืขื” ื—ื“ืฉื” ื‘ืฉื“ื” ืฉืžื•ืคื™ืข ื‘ื“ืฃ ืœืื—ืจ ืœื—ื™ืฆื” ืขืœ ื›ืคืชื•ืจ ื”ื—ืฅ ื”ื”ื•ื“ืขื” ืชืขืœื” ืœืขืžื•ื“ ื•ื™ื•ืคื™ืข ืœื™ื“ื” ืกื™ืžื•ื ื™ ืœื™ื™ืง ื•ืื™ืžื•ื’ื™ื ืฉืžืฉืชืžืฉื™ื ืื—ืจื™ื ื’ื ื›ืŸ ื™ื•ื›ืœื• ืœื”ื‘ื™ืข ืืช ื“ืขืชื ืขืœ ื”ื”ื•ื“ืขื” ื‘hover ืขืœ ื›ืคืชื•ืจ ื” ืฉืœื— ื‘ืฆื•ืจืช ื—ืฅ ื”ื›ืคืชื•ืจ ื™ื”ืคืš ืœืืคืจืคืจ ื‘hover ืขืœ ืกื™ืžื•ืŸ ื”ืœื‘ ื”ืœื‘ ื™ื”ืคื•ืš ืœืื“ื•ื ื‘ืžื™ื“ื” ื•ื“ื‘ืจ ื–ื” ืืคืฉืจื™ ืœืคื™ vuetify ื•ื”ืกืžื™ื™ืœื™ื ื™ื”ืคื›ื• ืœืฆื”ื•ื‘ื™ื ื‘hover ืขืœ ื›ืœ ืื—ื“ ืžื”ืื™ืžื•ื’ื™ื ืชืคืชื— ืœืฉื•ื ื™ืช ืฉืชืฆื™ื’ ืืช ื›ืžื•ืช ื”ืื ืฉื™ื ืฉืกื™ืžื ื• ืืช ืื™ืžื•ื’ื™ ื–ื” ื•ื‘ื ื•ืกืฃ ื™ื•ืคื™ืข ื’ื ืฉืžื ืฉืœ ื”ืžืฉืชืžืฉื™ื ื‘ืžื™ื“ื” ื•ืืฃ ืื—ื“ ืœื ืกื™ืžืŸ ืืช ืื™ืžื•ื’ื™ ื–ื” ืœื ืชืคืชื— ื”ืœืฉื•ื ื™ืช ื‘ื™ืฆื™ืจืช ื”ื•ื“ืขื” ื—ื“ืฉื” ื”ืื™ืžื•ื’ื™ื ื™ื•ืคื™ืข ืœืฆื“ ื”ื”ื•ื“ืขื” ื‘ืื•ืคืŸ ืื•ื˜ื•ืžื˜ื™ ืœื ืœืคื ื™ ืฉื”ื”ื•ื“ืขื” ื”ื•ืขืœืชื”
0
45,832
13,055,754,061
IssuesEvent
2020-07-30 02:38:09
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
trac attach file to ticket fails. (Trac #108)
Incomplete Migration Migrated from Trac defect infrastructure
Migrated from https://code.icecube.wisc.edu/ticket/108 ```json { "status": "closed", "changetime": "2007-12-03T15:32:37", "description": "Trying to attach a .py script to a ticket from OS X on my MacBook.\n\nIt barfs.", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1196695957000000", "component": "infrastructure", "summary": "trac attach file to ticket fails.", "priority": "normal", "keywords": "", "time": "2007-08-31T18:54:13", "milestone": "", "owner": "cgils", "type": "defect" } ```
1.0
trac attach file to ticket fails. (Trac #108) - Migrated from https://code.icecube.wisc.edu/ticket/108 ```json { "status": "closed", "changetime": "2007-12-03T15:32:37", "description": "Trying to attach a .py script to a ticket from OS X on my MacBook.\n\nIt barfs.", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1196695957000000", "component": "infrastructure", "summary": "trac attach file to ticket fails.", "priority": "normal", "keywords": "", "time": "2007-08-31T18:54:13", "milestone": "", "owner": "cgils", "type": "defect" } ```
non_test
trac attach file to ticket fails trac migrated from json status closed changetime description trying to attach a py script to a ticket from os x on my macbook n nit barfs reporter blaufuss cc resolution fixed ts component infrastructure summary trac attach file to ticket fails priority normal keywords time milestone owner cgils type defect
0
20,092
3,295,315,216
IssuesEvent
2015-10-31 20:48:32
chief-atx/bcmon
https://api.github.com/repos/chief-atx/bcmon
closed
plzzz tell.me
auto-migrated Priority-Medium Type-Defect
``` same issue in my redmi note 4g plz tell me anyone to solve it ``` Original issue reported on code.google.com by `basant.k...@gmail.com` on 3 Jul 2015 at 6:32
1.0
plzzz tell.me - ``` same issue in my redmi note 4g plz tell me anyone to solve it ``` Original issue reported on code.google.com by `basant.k...@gmail.com` on 3 Jul 2015 at 6:32
non_test
plzzz tell me same issue in my redmi note plz tell me anyone to solve it original issue reported on code google com by basant k gmail com on jul at
0
139,610
11,274,790,848
IssuesEvent
2020-01-14 19:20:33
eclipse/openj9
https://api.github.com/repos/eclipse/openj9
closed
openjdk8_j9_extended.functional_x86-64_windows Test the sub-option createLayer Segmentation error at j9shr29.dll
test failure
Failure link ------------ https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_extended.functional_x86-64_windows_Nightly/228/tapResults/ testSCCMLTests3_1 Optional info ------------- Failure output (captured from console output) --------------------------------------------- ``` Testing: Test 181: Test the sub-option createLayer Test start time: 2019/12/17 23:50:07 Central Standard Time Running command: "C:/Users/jenkins/workspace/Test_openjdk8_j9_extended.functional_x86-64_windows_Nightly/openjdkbinary/j2sdk-image\\bin\\java" -Xcompressedrefs -Xcompressedrefs -Xjit -Xgcpolicy:gencon -Xshareclasses:name=ShareClassesCMLTests,createLayer -version Time spent starting: 0 milliseconds Time spent executing: 359 milliseconds Test result: FAILED [ERR] openjdk version "1.8.0_242-internal" [ERR] OpenJDK Runtime Environment (build 1.8.0_242-internal-jenkins_2019_12_17_21_17-b00) [ERR] Eclipse OpenJ9 VM (build master-f1717341f, JRE 1.8.0 Windows Server 2012 R2 amd64-64-Bit Compressed References 20191217_241 (JIT enabled, AOT enabled) [ERR] OpenJ9 - f1717341f [ERR] OMR - 9989d0c8e [ERR] JCL - b2a1abf9261 based on jdk8u242-b04) [ERR] Unhandled exception [ERR] Type=Segmentation error vmState=0x00000000 [ERR] Windows_ExceptionCode=c0000005 J9Generic_Signal=00000004 ExceptionAddress=00007FFCCBC6B96B ContextFlags=0010005f [ERR] Handler1=00007FFCCC21CAA0 Handler2=00007FFCCC15C910 InaccessibleReadAddress=000000000E7A5E18 [ERR] RDI=0000000001469A00 RSI=00007FFCCC357A90 RAX=0000000001469A00 RBX=000000000E7A5DF0 [ERR] RCX=0000000000000000 RDX=00007FFCCBCC7B60 R8=0000000000036902 R9=0000000000000000 [ERR] R10=0000000000000060 R11=0000000000000002 R12=000000000EAF2050 R13=0000000000000000 [ERR] R14=0000000000000000 R15=000000000E84E4E0 [ERR] RIP=00007FFCCBC6B96B RSP=0000000000E7EB70 RBP=0000000001469A00 GS=002B [ERR] FS=0053 ES=002B DS=002B [ERR] XMM0 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM1 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM2 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM3 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM4 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM5 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM6 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM7 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM8 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM9 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM10 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM11 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM12 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM13 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM14 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM15 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] Module=C:\Users\jenkins\workspace\Test_openjdk8_j9_extended.functional_x86-64_windows_Nightly\openjdkbinary\j2sdk-image\jre\bin\compressedrefs\j9shr29.dll [ERR] Module_base_address=00007FFCCBC40000 Offset_in_DLL=000000000002b96b [ERR] Target=2_90_20191217_241 (Windows Server 2012 R2 6.3 build 9600) [ERR] CPU=amd64 (8 logical CPUs) (0x1ffb9c000 RAM) [ERR] ----------- Stack Backtrace ----------- [ERR] J9VMDllMain+0x2a96b (0x00007FFCCBC6B96B [j9shr29+0x2b96b]) [ERR] J9VMDllMain+0x16cfd (0x00007FFCCBC57CFD [j9shr29+0x17cfd]) [ERR] J9VMDllMain+0x7a39 (0x00007FFCCBC48A39 [j9shr29+0x8a39]) [ERR] J9VMDllMain+0xb52 (0x00007FFCCBC41B52 [j9shr29+0x1b52]) [ERR] J9_CreateJavaVM+0x7e66 (0x00007FFCCC22FD26 [j9vm29+0x8fd26]) [ERR] J9_CreateJavaVM+0xdd80 (0x00007FFCCC235C40 [j9vm29+0x95c40]) [ERR] J9_CreateJavaVM+0x688 (0x00007FFCCC228548 [j9vm29+0x88548]) [ERR] j9port_init_library+0x2b34f (0x00007FFCCC15DD1F [j9prt29+0x2dd1f]) [ERR] J9_CreateJavaVM+0x9f5 (0x00007FFCCC2288B5 [j9vm29+0x888b5]) [ERR] JVM_WaitForReferencePendingList+0x137f (0x00007FFCCC32B38F [jvm+0xb38f]) [ERR] (0x00007FF7FD67275E [java+0x275e]) [ERR] (0x00007FF7FD67D007 [java+0xd007]) [ERR] (0x00007FF7FD67D09B [java+0xd09b]) [ERR] BaseThreadInitThunk+0x22 (0x00007FFCDD6413D2 [KERNEL32+0x13d2]) [ERR] RtlUserThreadStart+0x34 (0x00007FFCDE8854F4 [ntdll+0x154f4]) [ERR] --------------------------------------- [ERR] JVMDUMP039I Processing dump event "gpf", detail "" at 2019/12/17 23:50:07 - please wait. [ERR] JVMDUMP013I Processed dump event "gpf", detail "". >> Success condition was found: [Output match: (java|openjdk) version] >> Failure condition was not found: [Output match: Failed to start up the shared cache] >> Failure condition was found: [Output match: Unhandled Exception] >> Failure condition was not found: [Output match: Exception:] >> Failure condition was not found: [Output match: corrupt] >> Failure condition was found: [Output match: Processing dump event] ``` fyi @hangshao0
1.0
openjdk8_j9_extended.functional_x86-64_windows Test the sub-option createLayer Segmentation error at j9shr29.dll - Failure link ------------ https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_extended.functional_x86-64_windows_Nightly/228/tapResults/ testSCCMLTests3_1 Optional info ------------- Failure output (captured from console output) --------------------------------------------- ``` Testing: Test 181: Test the sub-option createLayer Test start time: 2019/12/17 23:50:07 Central Standard Time Running command: "C:/Users/jenkins/workspace/Test_openjdk8_j9_extended.functional_x86-64_windows_Nightly/openjdkbinary/j2sdk-image\\bin\\java" -Xcompressedrefs -Xcompressedrefs -Xjit -Xgcpolicy:gencon -Xshareclasses:name=ShareClassesCMLTests,createLayer -version Time spent starting: 0 milliseconds Time spent executing: 359 milliseconds Test result: FAILED [ERR] openjdk version "1.8.0_242-internal" [ERR] OpenJDK Runtime Environment (build 1.8.0_242-internal-jenkins_2019_12_17_21_17-b00) [ERR] Eclipse OpenJ9 VM (build master-f1717341f, JRE 1.8.0 Windows Server 2012 R2 amd64-64-Bit Compressed References 20191217_241 (JIT enabled, AOT enabled) [ERR] OpenJ9 - f1717341f [ERR] OMR - 9989d0c8e [ERR] JCL - b2a1abf9261 based on jdk8u242-b04) [ERR] Unhandled exception [ERR] Type=Segmentation error vmState=0x00000000 [ERR] Windows_ExceptionCode=c0000005 J9Generic_Signal=00000004 ExceptionAddress=00007FFCCBC6B96B ContextFlags=0010005f [ERR] Handler1=00007FFCCC21CAA0 Handler2=00007FFCCC15C910 InaccessibleReadAddress=000000000E7A5E18 [ERR] RDI=0000000001469A00 RSI=00007FFCCC357A90 RAX=0000000001469A00 RBX=000000000E7A5DF0 [ERR] RCX=0000000000000000 RDX=00007FFCCBCC7B60 R8=0000000000036902 R9=0000000000000000 [ERR] R10=0000000000000060 R11=0000000000000002 R12=000000000EAF2050 R13=0000000000000000 [ERR] R14=0000000000000000 R15=000000000E84E4E0 [ERR] RIP=00007FFCCBC6B96B RSP=0000000000E7EB70 RBP=0000000001469A00 GS=002B [ERR] FS=0053 ES=002B DS=002B [ERR] XMM0 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM1 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM2 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM3 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM4 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM5 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM6 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM7 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM8 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM9 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM10 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM11 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM12 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM13 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM14 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] XMM15 0000000000000000 (f: 0.000000, d: 0.000000e+000) [ERR] Module=C:\Users\jenkins\workspace\Test_openjdk8_j9_extended.functional_x86-64_windows_Nightly\openjdkbinary\j2sdk-image\jre\bin\compressedrefs\j9shr29.dll [ERR] Module_base_address=00007FFCCBC40000 Offset_in_DLL=000000000002b96b [ERR] Target=2_90_20191217_241 (Windows Server 2012 R2 6.3 build 9600) [ERR] CPU=amd64 (8 logical CPUs) (0x1ffb9c000 RAM) [ERR] ----------- Stack Backtrace ----------- [ERR] J9VMDllMain+0x2a96b (0x00007FFCCBC6B96B [j9shr29+0x2b96b]) [ERR] J9VMDllMain+0x16cfd (0x00007FFCCBC57CFD [j9shr29+0x17cfd]) [ERR] J9VMDllMain+0x7a39 (0x00007FFCCBC48A39 [j9shr29+0x8a39]) [ERR] J9VMDllMain+0xb52 (0x00007FFCCBC41B52 [j9shr29+0x1b52]) [ERR] J9_CreateJavaVM+0x7e66 (0x00007FFCCC22FD26 [j9vm29+0x8fd26]) [ERR] J9_CreateJavaVM+0xdd80 (0x00007FFCCC235C40 [j9vm29+0x95c40]) [ERR] J9_CreateJavaVM+0x688 (0x00007FFCCC228548 [j9vm29+0x88548]) [ERR] j9port_init_library+0x2b34f (0x00007FFCCC15DD1F [j9prt29+0x2dd1f]) [ERR] J9_CreateJavaVM+0x9f5 (0x00007FFCCC2288B5 [j9vm29+0x888b5]) [ERR] JVM_WaitForReferencePendingList+0x137f (0x00007FFCCC32B38F [jvm+0xb38f]) [ERR] (0x00007FF7FD67275E [java+0x275e]) [ERR] (0x00007FF7FD67D007 [java+0xd007]) [ERR] (0x00007FF7FD67D09B [java+0xd09b]) [ERR] BaseThreadInitThunk+0x22 (0x00007FFCDD6413D2 [KERNEL32+0x13d2]) [ERR] RtlUserThreadStart+0x34 (0x00007FFCDE8854F4 [ntdll+0x154f4]) [ERR] --------------------------------------- [ERR] JVMDUMP039I Processing dump event "gpf", detail "" at 2019/12/17 23:50:07 - please wait. [ERR] JVMDUMP013I Processed dump event "gpf", detail "". >> Success condition was found: [Output match: (java|openjdk) version] >> Failure condition was not found: [Output match: Failed to start up the shared cache] >> Failure condition was found: [Output match: Unhandled Exception] >> Failure condition was not found: [Output match: Exception:] >> Failure condition was not found: [Output match: corrupt] >> Failure condition was found: [Output match: Processing dump event] ``` fyi @hangshao0
test
extended functional windows test the sub option createlayer segmentation error at dll failure link optional info failure output captured from console output testing test test the sub option createlayer test start time central standard time running command c users jenkins workspace test extended functional windows nightly openjdkbinary image bin java xcompressedrefs xcompressedrefs xjit xgcpolicy gencon xshareclasses name shareclassescmltests createlayer version time spent starting milliseconds time spent executing milliseconds test result failed openjdk version internal openjdk runtime environment build internal jenkins eclipse vm build master jre windows server bit compressed references jit enabled aot enabled omr jcl based on unhandled exception type segmentation error vmstate windows exceptioncode signal exceptionaddress contextflags inaccessiblereadaddress rdi rsi rax rbx rcx rdx rip rsp rbp gs fs es ds f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d f d module c users jenkins workspace test extended functional windows nightly openjdkbinary image jre bin compressedrefs dll module base address offset in dll target windows server build cpu logical cpus ram stack backtrace createjavavm createjavavm createjavavm init library createjavavm jvm waitforreferencependinglist basethreadinitthunk rtluserthreadstart processing dump event gpf detail at please wait processed dump event gpf detail success condition was found failure condition was not found failure condition was found failure condition was not found failure condition was not found failure condition was found fyi
1
229,838
18,442,523,533
IssuesEvent
2021-10-14 19:58:56
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
shellcheck output not capture properly by shell2junit in CI
kind/bug sig/testing triage/accepted
https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/102960/pull-kubernetes-verify/1405766623234625536 https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/102960/pull-kubernetes-verify/1405766623234625536/artifacts/junit_verify.xml junit output: ``` Unable to find image 'koalaman/shellcheck-alpine:v0.7.1@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252' locally docker.io/koalaman/shellcheck-alpine@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252: Pulling from koalaman/shellcheck-alpine aad63a933944: Pulling fs layer 8f6fa390fe7b: Pulling fs layer 8f6fa390fe7b: Verifying Checksum 8f6fa390fe7b: Download complete aad63a933944: Verifying Checksum aad63a933944: Download complete aad63a933944: Pull complete 8f6fa390fe7b: Pull complete Digest: sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252 Status: Downloaded newer image for koalaman/shellcheck-alpine@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252 Please review the above warnings. You can test via "./hack/verify-shellcheck.sh" If the above warnings do not make sense, you can exempt this warning with a comment (if your reviewer is okay with it). In general please prefer to fix the error, we have already disabled specific lints that the project chooses to ignore. See: https://github.com/koalaman/shellcheck/wiki/Ignore#ignoring-one-specific-instance-in-a-file ``` full output with actual error (expand build-log.txt and grep around) ``` Verifying verify-shellcheck.sh +++ Running case: verify.shellcheck +++ working dir: /home/prow/go/src/k8s.io/kubernetes +++ command: bash "hack/make-rules/../../hack/verify-shellcheck.sh" Using shellcheck 0.7.1 docker image. Unable to find image 'koalaman/shellcheck-alpine:v0.7.1@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252' locally docker.io/koalaman/shellcheck-alpine@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252: Pulling from koalaman/shellcheck-alpine aad63a933944: Pulling fs layer 8f6fa390fe7b: Pulling fs layer 8f6fa390fe7b: Verifying Checksum 8f6fa390fe7b: Download complete aad63a933944: Verifying Checksum aad63a933944: Download complete aad63a933944: Pull complete 8f6fa390fe7b: Pull complete Digest: sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252 Status: Downloaded newer image for koalaman/shellcheck-alpine@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252 In ./hack/make-rules/test-integration.sh line 74: KUBE_RACE="" ^-------^ SC2034: KUBE_RACE appears unused. Verify use (or export if used externally). For more information: https://www.shellcheck.net/wiki/SC2034 -- KUBE_RACE appears unused. Verify ... Please review the above warnings. You can test via "./hack/verify-shellcheck.sh" If the above warnings do not make sense, you can exempt this warning with a comment (if your reviewer is okay with it). In general please prefer to fix the error, we have already disabled specific lints that the project chooses to ignore. See: https://github.com/koalaman/shellcheck/wiki/Ignore#ignoring-one-specific-instance-in-a-file +++ exit code: 1 +++ error: 1 FAILED verify-shellcheck.sh 89s ``` we want the actual error to be included in the junit so it will be displayed at the top, right now the error at the top is confusing and useless. /sig testing
1.0
shellcheck output not capture properly by shell2junit in CI - https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/102960/pull-kubernetes-verify/1405766623234625536 https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/102960/pull-kubernetes-verify/1405766623234625536/artifacts/junit_verify.xml junit output: ``` Unable to find image 'koalaman/shellcheck-alpine:v0.7.1@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252' locally docker.io/koalaman/shellcheck-alpine@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252: Pulling from koalaman/shellcheck-alpine aad63a933944: Pulling fs layer 8f6fa390fe7b: Pulling fs layer 8f6fa390fe7b: Verifying Checksum 8f6fa390fe7b: Download complete aad63a933944: Verifying Checksum aad63a933944: Download complete aad63a933944: Pull complete 8f6fa390fe7b: Pull complete Digest: sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252 Status: Downloaded newer image for koalaman/shellcheck-alpine@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252 Please review the above warnings. You can test via "./hack/verify-shellcheck.sh" If the above warnings do not make sense, you can exempt this warning with a comment (if your reviewer is okay with it). In general please prefer to fix the error, we have already disabled specific lints that the project chooses to ignore. See: https://github.com/koalaman/shellcheck/wiki/Ignore#ignoring-one-specific-instance-in-a-file ``` full output with actual error (expand build-log.txt and grep around) ``` Verifying verify-shellcheck.sh +++ Running case: verify.shellcheck +++ working dir: /home/prow/go/src/k8s.io/kubernetes +++ command: bash "hack/make-rules/../../hack/verify-shellcheck.sh" Using shellcheck 0.7.1 docker image. Unable to find image 'koalaman/shellcheck-alpine:v0.7.1@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252' locally docker.io/koalaman/shellcheck-alpine@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252: Pulling from koalaman/shellcheck-alpine aad63a933944: Pulling fs layer 8f6fa390fe7b: Pulling fs layer 8f6fa390fe7b: Verifying Checksum 8f6fa390fe7b: Download complete aad63a933944: Verifying Checksum aad63a933944: Download complete aad63a933944: Pull complete 8f6fa390fe7b: Pull complete Digest: sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252 Status: Downloaded newer image for koalaman/shellcheck-alpine@sha256:d6147f30864ddb7c9cf983fc277d345bc315e798e309ddf70062b194843ee252 In ./hack/make-rules/test-integration.sh line 74: KUBE_RACE="" ^-------^ SC2034: KUBE_RACE appears unused. Verify use (or export if used externally). For more information: https://www.shellcheck.net/wiki/SC2034 -- KUBE_RACE appears unused. Verify ... Please review the above warnings. You can test via "./hack/verify-shellcheck.sh" If the above warnings do not make sense, you can exempt this warning with a comment (if your reviewer is okay with it). In general please prefer to fix the error, we have already disabled specific lints that the project chooses to ignore. See: https://github.com/koalaman/shellcheck/wiki/Ignore#ignoring-one-specific-instance-in-a-file +++ exit code: 1 +++ error: 1 FAILED verify-shellcheck.sh 89s ``` we want the actual error to be included in the junit so it will be displayed at the top, right now the error at the top is confusing and useless. /sig testing
test
shellcheck output not capture properly by in ci junit output unable to find image koalaman shellcheck alpine locally docker io koalaman shellcheck alpine pulling from koalaman shellcheck alpine pulling fs layer pulling fs layer verifying checksum download complete verifying checksum download complete pull complete pull complete digest status downloaded newer image for koalaman shellcheck alpine please review the above warnings you can test via hack verify shellcheck sh if the above warnings do not make sense you can exempt this warning with a comment if your reviewer is okay with it in general please prefer to fix the error we have already disabled specific lints that the project chooses to ignore see full output with actual error expand build log txt and grep around verifying verify shellcheck sh running case verify shellcheck working dir home prow go src io kubernetes command bash hack make rules hack verify shellcheck sh using shellcheck docker image unable to find image koalaman shellcheck alpine locally docker io koalaman shellcheck alpine pulling from koalaman shellcheck alpine pulling fs layer pulling fs layer verifying checksum download complete verifying checksum download complete pull complete pull complete digest status downloaded newer image for koalaman shellcheck alpine in hack make rules test integration sh line kube race kube race appears unused verify use or export if used externally for more information kube race appears unused verify please review the above warnings you can test via hack verify shellcheck sh if the above warnings do not make sense you can exempt this warning with a comment if your reviewer is okay with it in general please prefer to fix the error we have already disabled specific lints that the project chooses to ignore see exit code error failed verify shellcheck sh we want the actual error to be included in the junit so it will be displayed at the top right now the error at the top is confusing and useless sig testing
1
111,939
17,063,386,692
IssuesEvent
2021-07-07 02:15:29
t2kx/juice-shop
https://api.github.com/repos/t2kx/juice-shop
opened
CVE-2021-33623 (High) detected in trim-newlines-1.0.0.tgz
security vulnerability
## CVE-2021-33623 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-1.0.0.tgz</b></p></summary> <p>Trim newlines from the start and/or end of a string</p> <p>Library home page: <a href="https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz">https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz</a></p> <p>Path to dependency file: juice-shop/frontend/package.json</p> <p>Path to vulnerable library: juice-shop/frontend/node_modules/trim-newlines/package.json</p> <p> Dependency Hierarchy: - node-sass-4.14.1.tgz (Root Library) - meow-3.7.0.tgz - :x: **trim-newlines-1.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/t2kx/juice-shop/commit/e4e04d7a052b99c752e4293456a68442b698a489">e4e04d7a052b99c752e4293456a68442b698a489</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the .end() method. <p>Publish Date: 2021-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33623>CVE-2021-33623</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623</a></p> <p>Release Date: 2021-05-28</p> <p>Fix Resolution: trim-newlines - 3.0.1, 4.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-33623 (High) detected in trim-newlines-1.0.0.tgz - ## CVE-2021-33623 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-1.0.0.tgz</b></p></summary> <p>Trim newlines from the start and/or end of a string</p> <p>Library home page: <a href="https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz">https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz</a></p> <p>Path to dependency file: juice-shop/frontend/package.json</p> <p>Path to vulnerable library: juice-shop/frontend/node_modules/trim-newlines/package.json</p> <p> Dependency Hierarchy: - node-sass-4.14.1.tgz (Root Library) - meow-3.7.0.tgz - :x: **trim-newlines-1.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/t2kx/juice-shop/commit/e4e04d7a052b99c752e4293456a68442b698a489">e4e04d7a052b99c752e4293456a68442b698a489</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the .end() method. <p>Publish Date: 2021-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33623>CVE-2021-33623</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623</a></p> <p>Release Date: 2021-05-28</p> <p>Fix Resolution: trim-newlines - 3.0.1, 4.0.1</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 trim newlines tgz cve high severity vulnerability vulnerable library trim newlines tgz trim newlines from the start and or end of a string library home page a href path to dependency file juice shop frontend package json path to vulnerable library juice shop frontend node modules trim newlines package json dependency hierarchy node sass tgz root library meow tgz x trim newlines tgz vulnerable library found in head commit a href vulnerability details the trim newlines package before and x before for node js has an issue related to regular expression denial of service redos for the end method 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 trim newlines step up your open source security game with whitesource
0
348,483
31,622,071,094
IssuesEvent
2023-09-06 00:25:19
Techit-Springles/Backend
https://api.github.com/repos/Techit-Springles/Backend
closed
[Test] GameSessionVoteService test
โœ… Test
<!--์ž์„ธํ•œ ๊ฐœ์š” ์ž‘์„ฑ--> ## ๐Ÿ“ ๊ฐœ์š” - GameSessionVoteService test ์ฝ”๋“œ ์ž‘์„ฑ <!--ํ• ์ผ ์ž‘์„ฑ--> ## โœ… TO-DO - [ ] startVote - [ ] endVote - [ ] vote - [ ] nightVote - [ ] confirmVote - [ ] getConfirm - [ ] getNightConfirm - [ ] getVoteResult <!--๊ธฐํƒ€ ๋‚ด์šฉ ์ž‘์„ฑ--> ## ๐Ÿ“Œ ETC -
1.0
[Test] GameSessionVoteService test - <!--์ž์„ธํ•œ ๊ฐœ์š” ์ž‘์„ฑ--> ## ๐Ÿ“ ๊ฐœ์š” - GameSessionVoteService test ์ฝ”๋“œ ์ž‘์„ฑ <!--ํ• ์ผ ์ž‘์„ฑ--> ## โœ… TO-DO - [ ] startVote - [ ] endVote - [ ] vote - [ ] nightVote - [ ] confirmVote - [ ] getConfirm - [ ] getNightConfirm - [ ] getVoteResult <!--๊ธฐํƒ€ ๋‚ด์šฉ ์ž‘์„ฑ--> ## ๐Ÿ“Œ ETC -
test
gamesessionvoteservice test ๐Ÿ“ ๊ฐœ์š” gamesessionvoteservice test ์ฝ”๋“œ ์ž‘์„ฑ โœ… to do startvote endvote vote nightvote confirmvote getconfirm getnightconfirm getvoteresult ๐Ÿ“Œ etc
1
308,017
23,227,005,364
IssuesEvent
2022-08-03 01:59:17
KodlabPenn/kodlab_mjbots_sdk
https://api.github.com/repos/KodlabPenn/kodlab_mjbots_sdk
opened
Formatting
documentation
Our code is not keeping up with the Google/Drake style guide. We should do a series of formatting commits to bring things up to spec and create a `ignore-revs-file` file to keep `blame`s honest. Also, might be worth considering a format-on-push action.
1.0
Formatting - Our code is not keeping up with the Google/Drake style guide. We should do a series of formatting commits to bring things up to spec and create a `ignore-revs-file` file to keep `blame`s honest. Also, might be worth considering a format-on-push action.
non_test
formatting our code is not keeping up with the google drake style guide we should do a series of formatting commits to bring things up to spec and create a ignore revs file file to keep blame s honest also might be worth considering a format on push action
0
282,532
30,889,358,231
IssuesEvent
2023-08-04 02:36:22
maddyCode23/linux-4.1.15
https://api.github.com/repos/maddyCode23/linux-4.1.15
reopened
CVE-2019-14821 (High) detected in linux-stable-rtv4.1.33
Mend: dependency security vulnerability
## CVE-2019-14821 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/maddyCode23/linux-4.1.15/commit/f1f3d2b150be669390b32dfea28e773471bdd6e7">f1f3d2b150be669390b32dfea28e773471bdd6e7</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/virt/kvm/coalesced_mmio.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/virt/kvm/coalesced_mmio.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/virt/kvm/coalesced_mmio.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> An out-of-bounds access issue was found in the Linux kernel, all versions through 5.3, in the way Linux kernel's KVM hypervisor implements the Coalesced MMIO write operation. It operates on an MMIO ring buffer 'struct kvm_coalesced_mmio' object, wherein write indices 'ring->first' and 'ring->last' value could be supplied by a host user-space process. An unprivileged host user or process with access to '/dev/kvm' device could use this flaw to crash the host kernel, resulting in a denial of service or potentially escalating privileges on the system. <p>Publish Date: 2019-09-19 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-14821>CVE-2019-14821</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-14821">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-14821</a></p> <p>Release Date: 2019-09-19</p> <p>Fix Resolution: v5.4-rc1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-14821 (High) detected in linux-stable-rtv4.1.33 - ## CVE-2019-14821 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/maddyCode23/linux-4.1.15/commit/f1f3d2b150be669390b32dfea28e773471bdd6e7">f1f3d2b150be669390b32dfea28e773471bdd6e7</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/virt/kvm/coalesced_mmio.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/virt/kvm/coalesced_mmio.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/virt/kvm/coalesced_mmio.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> An out-of-bounds access issue was found in the Linux kernel, all versions through 5.3, in the way Linux kernel's KVM hypervisor implements the Coalesced MMIO write operation. It operates on an MMIO ring buffer 'struct kvm_coalesced_mmio' object, wherein write indices 'ring->first' and 'ring->last' value could be supplied by a host user-space process. An unprivileged host user or process with access to '/dev/kvm' device could use this flaw to crash the host kernel, resulting in a denial of service or potentially escalating privileges on the system. <p>Publish Date: 2019-09-19 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-14821>CVE-2019-14821</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-14821">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-14821</a></p> <p>Release Date: 2019-09-19</p> <p>Fix Resolution: v5.4-rc1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files virt kvm coalesced mmio c virt kvm coalesced mmio c virt kvm coalesced mmio c vulnerability details an out of bounds access issue was found in the linux kernel all versions through in the way linux kernel s kvm hypervisor implements the coalesced mmio write operation it operates on an mmio ring buffer struct kvm coalesced mmio object wherein write indices ring first and ring last value could be supplied by a host user space process an unprivileged host user or process with access to dev kvm device could use this flaw to crash the host kernel resulting in a denial of service or potentially escalating privileges on the system publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope changed impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
174,666
13,503,742,035
IssuesEvent
2020-09-13 14:54:45
chakra-ui/chakra-ui
https://api.github.com/repos/chakra-ui/chakra-ui
closed
Integrate with Chromatic
Topic: Testing ๐Ÿงช Topic: Tooling ๐Ÿ›  not stale
This a placeholder issue for integrating with Chromatic. https://www.chromatic.com/ Chromatic comes with a lot of features, but we'd really like the functionality around visual testing, so we can guarantee that changes made to the codebase don't cause visual regressions.
1.0
Integrate with Chromatic - This a placeholder issue for integrating with Chromatic. https://www.chromatic.com/ Chromatic comes with a lot of features, but we'd really like the functionality around visual testing, so we can guarantee that changes made to the codebase don't cause visual regressions.
test
integrate with chromatic this a placeholder issue for integrating with chromatic chromatic comes with a lot of features but we d really like the functionality around visual testing so we can guarantee that changes made to the codebase don t cause visual regressions
1
70,896
23,363,364,384
IssuesEvent
2022-08-10 13:33:14
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Powerlevels are shown as a blank timeline item
T-Defect S-Tolerable A-Room-Settings A-Timeline A-DevTools O-Uncommon
### Steps to reproduce 1. Create a new private room 2. Expand the 'configuring room' steps 3. Note there's a blank timeline entry, which if you view source turns out to be the join rules: <img width="569" alt="Screenshot 2022-08-05 at 15 24 21" src="https://user-images.githubusercontent.com/1294269/183097836-52461075-a50b-45e5-af35-add08d4aca47.png"> ### Outcome #### What did you expect? no mystery blank timeline entries. ### Operating system macOS ### Application version nightly ### How did you install the app? nightly ### Homeserver matrix.org ### Will you send logs? No
1.0
Powerlevels are shown as a blank timeline item - ### Steps to reproduce 1. Create a new private room 2. Expand the 'configuring room' steps 3. Note there's a blank timeline entry, which if you view source turns out to be the join rules: <img width="569" alt="Screenshot 2022-08-05 at 15 24 21" src="https://user-images.githubusercontent.com/1294269/183097836-52461075-a50b-45e5-af35-add08d4aca47.png"> ### Outcome #### What did you expect? no mystery blank timeline entries. ### Operating system macOS ### Application version nightly ### How did you install the app? nightly ### Homeserver matrix.org ### Will you send logs? No
non_test
powerlevels are shown as a blank timeline item steps to reproduce create a new private room expand the configuring room steps note there s a blank timeline entry which if you view source turns out to be the join rules img width alt screenshot at src outcome what did you expect no mystery blank timeline entries operating system macos application version nightly how did you install the app nightly homeserver matrix org will you send logs no
0
353,524
10,553,656,667
IssuesEvent
2019-10-03 17:42:43
fgpv-vpgf/fgpv-vpgf
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
opened
Table tooltip sometimes doesn't show up
bug-type: unexpected behavior priority: low problem: bug
## Issue There are cells that contain text that are slightly too large to display in their entirety, but are not large enough to display a tooltip. Currently the only way to view the full text is to click the `details` button. ## Steps to Reproduce 1. Visit [this](http://fgpv-app.azureedge.net/demo/branches/develop/dev/samples/index-samples.html?sample=1) sample page 2. Open the table for the `natural gas` layer. 3. Click on the cell under `name of pipeline` for `OBJECTID = 3`. Notice how the cell contents is cut off, but no tooltip appears. ## Example ![](https://i.imgur.com/GRnFVo8.png)
1.0
Table tooltip sometimes doesn't show up - ## Issue There are cells that contain text that are slightly too large to display in their entirety, but are not large enough to display a tooltip. Currently the only way to view the full text is to click the `details` button. ## Steps to Reproduce 1. Visit [this](http://fgpv-app.azureedge.net/demo/branches/develop/dev/samples/index-samples.html?sample=1) sample page 2. Open the table for the `natural gas` layer. 3. Click on the cell under `name of pipeline` for `OBJECTID = 3`. Notice how the cell contents is cut off, but no tooltip appears. ## Example ![](https://i.imgur.com/GRnFVo8.png)
non_test
table tooltip sometimes doesn t show up issue there are cells that contain text that are slightly too large to display in their entirety but are not large enough to display a tooltip currently the only way to view the full text is to click the details button steps to reproduce visit sample page open the table for the natural gas layer click on the cell under name of pipeline for objectid notice how the cell contents is cut off but no tooltip appears example
0
785,112
27,598,872,132
IssuesEvent
2023-03-09 08:41:47
AY2223S2-CS2113-T12-4/tp
https://api.github.com/repos/AY2223S2-CS2113-T12-4/tp
opened
[Task] Command abstract class
type.Task priority.High
**Describe the Task** Provides a template for agreed shared behaviour between all commands supported by Duke. **Shared behaviour** -Constructor shall accept a HashMap of commandline arguments issued by user -run(): Executes the specified command -getFeatureKeyword(): Returns the command keyword, e.g. `hb`, `timer` -getArgumentsForFeatureDescription(): Returns the full list of arguments supported by the feature, e.g. `add [--name] <name>` for `hb` -getBriefDescriptionOfFeature(): Returns a brief description of this feature to be printed by the basic `help` command -getFullDescriptionOfFeature(): Returns a full description for the corresponding specialised `help` command of this feature, e.g. `help hb` for `hb` -isValidCommand(): Accepts a HashMap of commandline arguments and returns a `boolean` for whether they represent valid input for this Command
1.0
[Task] Command abstract class - **Describe the Task** Provides a template for agreed shared behaviour between all commands supported by Duke. **Shared behaviour** -Constructor shall accept a HashMap of commandline arguments issued by user -run(): Executes the specified command -getFeatureKeyword(): Returns the command keyword, e.g. `hb`, `timer` -getArgumentsForFeatureDescription(): Returns the full list of arguments supported by the feature, e.g. `add [--name] <name>` for `hb` -getBriefDescriptionOfFeature(): Returns a brief description of this feature to be printed by the basic `help` command -getFullDescriptionOfFeature(): Returns a full description for the corresponding specialised `help` command of this feature, e.g. `help hb` for `hb` -isValidCommand(): Accepts a HashMap of commandline arguments and returns a `boolean` for whether they represent valid input for this Command
non_test
command abstract class describe the task provides a template for agreed shared behaviour between all commands supported by duke shared behaviour constructor shall accept a hashmap of commandline arguments issued by user run executes the specified command getfeaturekeyword returns the command keyword e g hb timer getargumentsforfeaturedescription returns the full list of arguments supported by the feature e g add for hb getbriefdescriptionoffeature returns a brief description of this feature to be printed by the basic help command getfulldescriptionoffeature returns a full description for the corresponding specialised help command of this feature e g help hb for hb isvalidcommand accepts a hashmap of commandline arguments and returns a boolean for whether they represent valid input for this command
0
197,216
14,912,861,888
IssuesEvent
2021-01-22 13:19:58
dzhw/studienberechtigte_2018.3b
https://api.github.com/repos/dzhw/studienberechtigte_2018.3b
closed
Episoden: selb. ET se(aa,ba, etc.)41 & 25 & 17 fehlerhafte Darstellung (mobil)
layout not fixed yet testing
รผberlappende strings und aos sowie sehr wenig Abstand zwischen den Fragen ![grafik](https://user-images.githubusercontent.com/73596957/105208146-a5a8ad00-5b48-11eb-93cd-230dd8369ef9.png)
1.0
Episoden: selb. ET se(aa,ba, etc.)41 & 25 & 17 fehlerhafte Darstellung (mobil) - รผberlappende strings und aos sowie sehr wenig Abstand zwischen den Fragen ![grafik](https://user-images.githubusercontent.com/73596957/105208146-a5a8ad00-5b48-11eb-93cd-230dd8369ef9.png)
test
episoden selb et se aa ba etc fehlerhafte darstellung mobil รผberlappende strings und aos sowie sehr wenig abstand zwischen den fragen
1
313,052
23,453,389,880
IssuesEvent
2022-08-16 06:31:21
muhlba91/flutter_optimizely
https://api.github.com/repos/muhlba91/flutter_optimizely
closed
[pub.dev] dartdoc comments
documentation enhancement
Analysis on `pub.dev` shows a score of `120/130`. The only deduction is related to no dartdoc comments. We should improve documentation, and also mitigate this issue.
1.0
[pub.dev] dartdoc comments - Analysis on `pub.dev` shows a score of `120/130`. The only deduction is related to no dartdoc comments. We should improve documentation, and also mitigate this issue.
non_test
dartdoc comments analysis on pub dev shows a score of the only deduction is related to no dartdoc comments we should improve documentation and also mitigate this issue
0